aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-04-10 17:40:51 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-04-10 17:40:51 +0000
commit12f5d21f6368b6aac1486e6acf6f470b54659fa8 (patch)
tree0f12be0c7150f6748fb697fa04264ef6120f3eba /security
parent6ad285aa0f342a19083a1d8d0e28355bb10e1421 (diff)
downloadports-12f5d21f6368b6aac1486e6acf6f470b54659fa8.tar.gz
ports-12f5d21f6368b6aac1486e6acf6f470b54659fa8.zip
Notes
Diffstat (limited to 'security')
-rw-r--r--security/Makefile1
-rw-r--r--security/php4-cryptopp/Makefile52
-rw-r--r--security/php4-cryptopp/distinfo3
-rw-r--r--security/php4-cryptopp/pkg-descr4
4 files changed, 0 insertions, 60 deletions
diff --git a/security/Makefile b/security/Makefile
index b3675d1d8800..539aedb43b04 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -546,7 +546,6 @@
SUBDIR += pgpin
SUBDIR += php-suhosin
SUBDIR += php4-crack
- SUBDIR += php4-cryptopp
SUBDIR += php4-mcrypt
SUBDIR += php4-mhash
SUBDIR += php4-openssl
diff --git a/security/php4-cryptopp/Makefile b/security/php4-cryptopp/Makefile
deleted file mode 100644
index 4749694b52aa..000000000000
--- a/security/php4-cryptopp/Makefile
+++ /dev/null
@@ -1,52 +0,0 @@
-# New ports collection makefile for: php4-cryptopp
-# Date created: 28 Jan 2004
-# Whom: tmelzer
-#
-# $FreeBSD$
-#
-
-PORTNAME= cryptopp
-PORTVERSION= 0.0.15
-CATEGORIES= security
-MASTER_SITES= http://bugs.tutorbuddy.com/download.php/
-PKGNAMEPREFIX= php4-
-DISTNAME= ${PORTNAME}-php-${PORTVERSION}
-
-MAINTAINER= tmelzer@tomesoft.de
-COMMENT= A crypto++ php wrapper
-
-BUILD_DEPENDS+= ${LOCALBASE}/lib/libcryptopp.a:${PORTSDIR}/security/cryptopp
-
-BROKEN= Does not compile
-DEPRECATED= ${BROKEN}
-EXPIRATION_DATE=2007-04-10
-
-WRKSRC= ${WRKDIR}/${PORTNAME}
-DOCSDIR= ${PREFIX}/share/doc/${PKGNAME}
-
-USE_PERL5= yes
-USE_PHP= yes
-USE_PHPEXT= yes
-IGNORE_WITH_PHP=5
-DEFAULT_PHP_VER=4
-
-CONFIGURE_ARGS= --with-cryptopp
-
-.if !defined(NOPORTDOCS)
-PORTDOCS= README ${PORTNAME}.doc
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-march=pentium3 -O3 -g -pipe -fomit-frame-pointer|${CFLAGS}|' ${WRKSRC}/config.m4
-
-post-build:
-# convert sgml documentation to plain text
- @${PERL} -e '$$/=">";' -e 'while(<>){s/<.*>//;print;}' < ${WRKSRC}/docs/${PORTNAME}.sgml > ${WRKSRC}/${PORTNAME}.doc
-
-post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
- cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>
diff --git a/security/php4-cryptopp/distinfo b/security/php4-cryptopp/distinfo
deleted file mode 100644
index 14109f162c8d..000000000000
--- a/security/php4-cryptopp/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (cryptopp-php-0.0.15.tar.gz) = b94f01400bffb8f2926d8fb2f986df60
-SHA256 (cryptopp-php-0.0.15.tar.gz) = 6f6398ca6b5350e6a8b3a0d3ce4a94fc004be3cd8fb66341903a722ee2608272
-SIZE (cryptopp-php-0.0.15.tar.gz) = 115690
diff --git a/security/php4-cryptopp/pkg-descr b/security/php4-cryptopp/pkg-descr
deleted file mode 100644
index 2cbd0a3ad79c..000000000000
--- a/security/php4-cryptopp/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-cryptopp-php is a cryptography extension for PHP based on Wei Dai's
-Crypto++, a free C++ crypto library.
-
-WWW: http://bugs.tutorbuddy.com/