aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-04-11 01:40:51 +0800
committermiwi <miwi@FreeBSD.org>2007-04-11 01:40:51 +0800
commit53cea4891329676c187124f87812374b1a4a678c (patch)
tree6e900120747785f229c28390cc3dbead6db5794f /security
parentf9a2b2d001c1695a98b0f2fd6847d6596e6394db (diff)
downloadfreebsd-ports-gnome-53cea4891329676c187124f87812374b1a4a678c.tar.gz
freebsd-ports-gnome-53cea4891329676c187124f87812374b1a4a678c.tar.zst
freebsd-ports-gnome-53cea4891329676c187124f87812374b1a4a678c.zip
2007-03-27 emulators/kmamerun: Project was abandoned 4 years ago and expects an old version of XMAME, please use other frontends instead (like gxmame)
2007-03-28 graphics/hobbes-icons-xpm: Archaic port 2007-04-10 japanese/firefox-ja: Incomplete pkg-plist 2007-04-10 japanese/lookup-xemacs: Does not install 2007-04-10 lang/linux-hla: Does not compile 2007-04-10 mail/vmailmgr: Incomplete pkg-plist 2007-04-10 multimedia/qvamps: Touches filesystem prior to 'make install' 2007-03-10 net-mgmt/sting: Broken on all supported versions of FreeBSD 2007-04-10 net-mgmt/tas: Incomplete pkg-plist 2007-04-10 net-p2p/verlihub-plugins: Does not configure, it needs at least verlihub 1.0 2007-04-10 news/inn-stable: Fails to patch 2007-04-10 palm/malsync: Does not build with new pilot-link 2007-04-10 russian/elm.language: Leaves behind files on deinstall 2007-04-10 russian/pine.language: Leaves behind config file on deinstall 2007-04-01 science/py-scipy03: Replaced by py-scipy 2007-04-10 security/php4-cryptopp: Does not compile
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/