Remove expired leaf port:
2006-11-19 print/pecl-panda: Project is dead and does not work
This commit is contained in:
parent
8db733453f
commit
40405e0020
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=177790
6 changed files with 1 additions and 57 deletions
1
MOVED
1
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
|
||||
|
|
|
@ -199,7 +199,6 @@
|
|||
SUBDIR += pdftk
|
||||
SUBDIR += pdq
|
||||
SUBDIR += pear-File_PDF
|
||||
SUBDIR += pecl-panda
|
||||
SUBDIR += pecl-pdflib
|
||||
SUBDIR += perlftlib
|
||||
SUBDIR += pfbtopfa
|
||||
|
|
|
@ -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>
|
|
@ -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
|
|
@ -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])
|
|
@ -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
|
Loading…
Reference in a new issue