Browse Source
git-svn-id: svn://svn.opensde.net/opensde/package/trunk@20250 10447126-35f2-4685-b0cf-6dd780d3921fearly
Alejandro Mery
18 years ago
4 changed files with 103 additions and 0 deletions
@ -0,0 +1,27 @@
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
||||
#
|
||||
# Filename: package/.../panda/hotfix.patch
|
||||
# Copyright (C) 2007 The OpenSDE Project
|
||||
#
|
||||
# More information can be found in the files COPYING and README.
|
||||
#
|
||||
# This patch file is dual-licensed. It is available under the license the
|
||||
# patched project is licensed under, as long as it is an OpenSource license
|
||||
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
|
||||
# of the GNU General Public License as published by the Free Software
|
||||
# Foundation; either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# --- SDE-COPYRIGHT-NOTE-END ---
|
||||
|
||||
--- ./objects.c.orig 2007-03-06 11:09:57.000000000 -0300
|
||||
+++ ./objects.c 2007-03-06 11:10:18.000000000 -0300
|
||||
@@ -99,7 +99,7 @@
|
||||
created->children = (panda_child *) panda_xmalloc (sizeof (panda_child));
|
||||
|
||||
((panda_child *) created->children)->next = NULL;
|
||||
- (panda_child *) created->cachedLastChild = NULL;
|
||||
+ created->cachedLastChild = NULL;
|
||||
|
||||
// By default this object is not a pages object
|
||||
created->isPages = panda_false;
|
@ -0,0 +1,32 @@
|
||||
|
||||
[TIMESTAMP] 1173190377 Tue Mar 6 11:12:57 2007 |
||||
[BUILDTIME] 100 (9) |
||||
[SIZE] 0.50 MB, 18 files |
||||
|
||||
[DEP] 00-dirtree |
||||
[DEP] bash |
||||
[DEP] bdb |
||||
[DEP] binutils |
||||
[DEP] bzip2 |
||||
[DEP] coreutils |
||||
[DEP] diffutils |
||||
[DEP] file |
||||
[DEP] findutils |
||||
[DEP] gawk |
||||
[DEP] gcc |
||||
[DEP] glibc |
||||
[DEP] grep |
||||
[DEP] libjpeg |
||||
[DEP] libpng |
||||
[DEP] libtiff |
||||
[DEP] libtool |
||||
[DEP] linux-header |
||||
[DEP] make |
||||
[DEP] mktemp |
||||
[DEP] net-tools |
||||
[DEP] patch |
||||
[DEP] sed |
||||
[DEP] sysfiles |
||||
[DEP] tar |
||||
[DEP] util-linux |
||||
[DEP] zlib |
@ -0,0 +1,11 @@
|
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
# |
||||
# Filename: package/.../panda/panda.conf |
||||
# Copyright (C) 2007 The OpenSDE Project |
||||
# |
||||
# More information can be found in the files COPYING and README. |
||||
# |
||||
# This program is free software; you can redistribute it and/or modify |
||||
# it under the terms of the GNU General Public License as published by |
||||
# the Free Software Foundation; version 2 of the License. A copy of the |
||||
# GNU General Public License can be found in the file COPYING. |
@ -0,0 +1,33 @@
|
||||
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
[COPY] |
||||
[COPY] Filename: package/.../panda/panda.desc |
||||
[COPY] Copyright (C) 2007 The OpenSDE Project |
||||
[COPY] |
||||
[COPY] More information can be found in the files COPYING and README. |
||||
[COPY] |
||||
[COPY] This program is free software; you can redistribute it and/or modify |
||||
[COPY] it under the terms of the GNU General Public License as published by |
||||
[COPY] the Free Software Foundation; version 2 of the License. A copy of the |
||||
[COPY] GNU General Public License can be found in the file COPYING. |
||||
[COPY] --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
||||
[I] A PDF generator in the form of a C library |
||||
|
||||
[T] The Panda PDF Generator is intended to make PDFs on the fly for the Web, |
||||
[T] but may be used to generate any PDF document you want. |
||||
|
||||
[U] https://savannah.nongnu.org/projects/panda/ |
||||
|
||||
[A] Michael Still <mikal@stillhq.com> |
||||
[M] Alejandro Mery <amery@opensde.org> |
||||
|
||||
[F] LIBTOOL-QUIRK |
||||
[C] extra/development |
||||
|
||||
[L] LGPL |
||||
[S] Stable |
||||
[V] 0.5.4 |
||||
[P] X -----5---9 700.000 |
||||
|
||||
[D] 3631224855 panda-0.5.4.tar.bz2 http://savannah.nongnu.org/download/panda/ |
Loading…
Reference in new issue