diff options
-rw-r--r-- | CVSROOT/modules | 1 | ||||
-rw-r--r-- | MOVED | 1 | ||||
-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 |
7 files changed, 1 insertions, 58 deletions
diff --git a/CVSROOT/modules b/CVSROOT/modules index bb87b41c15dd..ad8cd286c908 100644 --- a/CVSROOT/modules +++ b/CVSROOT/modules @@ -11044,7 +11044,6 @@ pecl-mailparse ports/mail/pecl-mailparse pecl-memcache ports/databases/pecl-memcache pecl-mnogosearch ports/www/pecl-mnogosearch pecl-operator ports/devel/pecl-operator -pecl-panda ports/print/pecl-panda pecl-paradox ports/databases/pecl-paradox pecl-pdflib ports/print/pecl-pdflib pecl-pecl_http ports/www/pecl-pecl_http @@ -2545,3 +2545,4 @@ net/p5-Archie||2006-11-21|Has expired: project no longer exists www/mod_jk2||2006-11-21|Has expired: "JK2 is officially unsupported, no further development will take place." www/mod_jk2-apache2||2006-11-21|Has expired: "JK2 is officially unsupported, no further development will take place." devel/p5-IO-Stty||2006-11-21|Has expired: project no longer exists +print/pecl-panda||2006-11-22|Has expired: Project is dead and does not work 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 |