initial import of libpanda
lot of bugs in autoconf implementation, I have made an ugly fix. Developer have been noticed to fix all these tips in the next release. DESCR: Panda is a PDF generation API written in C.
This commit is contained in:
parent
4cf773fe3e
commit
c22da83c09
7 changed files with 9658 additions and 0 deletions
1
panda/DESCR
Normal file
1
panda/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Panda is a PDF generation API written in C.
|
32
panda/Makefile
Normal file
32
panda/Makefile
Normal file
|
@ -0,0 +1,32 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2005/10/25 00:37:27 poppnk Exp $
|
||||
#
|
||||
|
||||
DISTNAME= panda-0.5.4
|
||||
CATEGORIES= wip print
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=panda/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= pancake@phreaker.net
|
||||
HOMEPAGE= http://www.stillhq.com//panda/
|
||||
COMMENT= GPLed PDF generation library
|
||||
|
||||
USE_PKGLOCALEDIR= yes
|
||||
PKGCONFIG_OVERRIDE+= ${WRKSRC}/panda.pc.in
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
# THIS package is broken, when creating the library it checks for the real
|
||||
# installation path, not the sources one. and this crashes in compilation
|
||||
# when the library is yet installed in the system.
|
||||
#
|
||||
# ugly fix to fix an ugly ln -s from the author
|
||||
#
|
||||
# - bugs reported - hope to drop this in the next version
|
||||
post-extract:
|
||||
rm -f ${WRKSRC}/config/config.* ${WRKSRC}/config/ltmain.sh
|
||||
cp ${FILESDIR}/* ${WRKSRC}/config/
|
||||
|
||||
.include "../../graphics/tiff/buildlink3.mk"
|
||||
.include "../../graphics/jpeg/buildlink3.mk"
|
||||
.include "../../graphics/png/buildlink3.mk"
|
||||
.include "../../databases/edb/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
8
panda/PLIST
Normal file
8
panda/PLIST
Normal file
|
@ -0,0 +1,8 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2005/10/25 00:37:27 poppnk Exp $
|
||||
include/panda/constants.h
|
||||
include/panda/functions.h
|
||||
include/panda/legacy.h
|
||||
include/panda/objects.h
|
||||
lib/libpanda.la
|
||||
lib/pkgconfig/panda.pc
|
||||
@dirrm include/panda
|
5
panda/distinfo
Normal file
5
panda/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2005/10/25 00:37:27 poppnk Exp $
|
||||
|
||||
SHA1 (panda-0.5.4.tar.bz2) = 36feb781272fc47e8a98f2d3b7dfaf37edfd2633
|
||||
RMD160 (panda-0.5.4.tar.bz2) = aad2b0b916565be8ecb1cc7e11efec5a9c7892c0
|
||||
Size (panda-0.5.4.tar.bz2) = 2288345 bytes
|
1463
panda/files/config.guess
vendored
Executable file
1463
panda/files/config.guess
vendored
Executable file
File diff suppressed because it is too large
Load diff
1555
panda/files/config.sub
vendored
Executable file
1555
panda/files/config.sub
vendored
Executable file
File diff suppressed because it is too large
Load diff
6594
panda/files/ltmain.sh
Normal file
6594
panda/files/ltmain.sh
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue