summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2006-11-22 08:30:38 +0000
committerVasil Dimov <vd@FreeBSD.org>2006-11-22 08:30:38 +0000
commit40405e002020b36166dea17ac3f24859ba461da6 (patch)
tree9b6c32cee70e4b82e49fe684f94963c59c4efee4
parent- Update to 1.20 (diff)
Remove expired leaf port:
2006-11-19 print/pecl-panda: Project is dead and does not work
Notes
Notes: svn path=/head/; revision=177790
-rw-r--r--MOVED1
-rw-r--r--print/Makefile1
-rw-r--r--print/pecl-panda/Makefile37
-rw-r--r--print/pecl-panda/distinfo3
-rw-r--r--print/pecl-panda/files/patch-config.m410
-rw-r--r--print/pecl-panda/pkg-descr6
6 files changed, 1 insertions, 57 deletions
diff --git a/MOVED b/MOVED
index 2b7ffceada30..86e7f449338e 100644
--- a/MOVED
+++ b/MOVED
@@ -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