diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2006-11-22 08:30:38 +0000 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2006-11-22 08:30:38 +0000 |
commit | 40405e002020b36166dea17ac3f24859ba461da6 (patch) | |
tree | 9b6c32cee70e4b82e49fe684f94963c59c4efee4 /print | |
parent | 8db733453fe2e16dd4147f36f205c64a2e3219f8 (diff) | |
download | ports-40405e002020b36166dea17ac3f24859ba461da6.tar.gz ports-40405e002020b36166dea17ac3f24859ba461da6.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 1 | ||||
-rw-r--r-- | print/pecl-panda/Makefile | 37 | ||||
-rw-r--r-- | print/pecl-panda/distinfo | 3 | ||||
-rw-r--r-- | print/pecl-panda/files/patch-config.m4 | 10 | ||||
-rw-r--r-- | print/pecl-panda/pkg-descr | 6 |
5 files changed, 0 insertions, 57 deletions
diff --git a/print/Makefile b/print/Makefile index adf0d526aef5..6e9607c0d4d6 100644 --- a/print/Makefile +++ b/print/Makefile @@ -199,7 +199,6 @@ SUBDIR += pdftk SUBDIR += pdq SUBDIR += pear-File_PDF - SUBDIR += pecl-panda SUBDIR += pecl-pdflib SUBDIR += perlftlib SUBDIR += pfbtopfa diff --git a/print/pecl-panda/Makefile b/print/pecl-panda/Makefile deleted file mode 100644 index 246018864559..000000000000 --- a/print/pecl-panda/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: pecl-panda -# Date created: 25 Jun 2004 -# Whom: Alex Dupre <ale@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= panda -PORTVERSION= 0.1.0 -PORTREVISION= 1 -CATEGORIES= print pear -MASTER_SITES= http://pecl.php.net/get/ -PKGNAMEPREFIX= pecl- -EXTRACT_SUFX= .tgz -DIST_SUBDIR= PECL - -MAINTAINER= ale@FreeBSD.org -COMMENT= A PECL extension to create PDF documents - -LIB_DEPENDS= panda.0:${PORTSDIR}/print/panda - -DEPRECATED= Project is dead and does not work -EXPIRATION_DATE= 2006-11-19 -BROKEN= Does not build - -USE_PHP= yes -USE_PHPEXT= yes - -CONFIGURE_ARGS= --with-panda=${LOCALBASE} - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= Panda shared library doesn't export required symbols -.endif - -.include <bsd.port.post.mk> diff --git a/print/pecl-panda/distinfo b/print/pecl-panda/distinfo deleted file mode 100644 index 4ec0513a892f..000000000000 --- a/print/pecl-panda/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (PECL/panda-0.1.0.tgz) = a445526024946f67bd510330f9bbcf2a -SHA256 (PECL/panda-0.1.0.tgz) = 3cb10ef4c042156f72f8fa0721823bacf77e2f0cc3ecb53afed8ebcb5ee77482 -SIZE (PECL/panda-0.1.0.tgz) = 12435 diff --git a/print/pecl-panda/files/patch-config.m4 b/print/pecl-panda/files/patch-config.m4 deleted file mode 100644 index 6075793b97a9..000000000000 --- a/print/pecl-panda/files/patch-config.m4 +++ /dev/null @@ -1,10 +0,0 @@ ---- config.m4.orig Fri Jun 25 16:26:35 2004 -+++ config.m4 Fri Jun 25 16:27:13 2004 -@@ -30,6 +30,7 @@ - PHP_CHECK_LIBRARY($LIBNAME,$LIBSYMBOL, - [ - PHP_ADD_LIBRARY_WITH_PATH($LIBNAME, $PANDA_DIR/lib, PANDA_SHARED_LIBADD) -+ PHP_ADD_INCLUDE($PANDA_DIR/include) - AC_DEFINE(HAVE_PANDALIB,1,[ ]) - ],[ - AC_MSG_ERROR([wrong panda lib version or lib not found]) diff --git a/print/pecl-panda/pkg-descr b/print/pecl-panda/pkg-descr deleted file mode 100644 index fb2d13afc555..000000000000 --- a/print/pecl-panda/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Panda is a free PDF library that can be used to create PDF documents. - -WWW: http://pecl.php.net/package/panda/ - -- Alex Dupre -ale@FreeBSD.org |