aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
Diffstat (limited to 'security')
-rw-r--r--security/Makefile5
-rw-r--r--security/pecl-hash/Makefile29
-rw-r--r--security/pecl-hash/distinfo2
-rw-r--r--security/pecl-hash/pkg-descr12
-rw-r--r--security/php4-crack/Makefile18
-rw-r--r--security/php4-mcrypt/Makefile17
-rw-r--r--security/php4-mhash/Makefile17
-rw-r--r--security/php4-openssl/Makefile17
8 files changed, 0 insertions, 117 deletions
diff --git a/security/Makefile b/security/Makefile
index 53d21f9d5516..d5089c87da4f 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -646,7 +646,6 @@
SUBDIR += pear-Text_Password
SUBDIR += pecl-crack
SUBDIR += pecl-gnupg
- SUBDIR += pecl-hash
SUBDIR += pecl-pam
SUBDIR += pecl-ssh2
SUBDIR += pecl-tcpwrap
@@ -658,10 +657,6 @@
SUBDIR += php-Auth_OpenID
SUBDIR += php-Auth_OpenID2
SUBDIR += php-suhosin
- SUBDIR += php4-crack
- SUBDIR += php4-mcrypt
- SUBDIR += php4-mhash
- SUBDIR += php4-openssl
SUBDIR += php5-filter
SUBDIR += php5-hash
SUBDIR += php5-mcrypt
diff --git a/security/pecl-hash/Makefile b/security/pecl-hash/Makefile
deleted file mode 100644
index 920801197f44..000000000000
--- a/security/pecl-hash/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# Ports collection makefile for: pecl-hash
-# Date created: 2005-12-07
-# Whom: Alexander Zhuravlev <zaa@zaa.pp.ru>
-#
-# $FreeBSD$
-#
-
-PORTNAME= hash
-DISTVERSION= 1.5
-CATEGORIES= security www
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
-EXTRACT_SUFX= .tgz
-DIST_SUBDIR= PECL
-
-MAINTAINER= miwi@FreeBSD.org
-COMMENT= HASH Message Digest Framework for PHP 4
-
-DEPRECATED= php4 is EOLed
-EXPIRATION_DATE= 2012-05-11
-
-LICENSE= PHP301
-
-USE_PHP= yes
-USE_PHPEXT= yes
-DEFAULT_PHP_VER=4
-IGNORE_WITH_PHP=5 52
-
-.include <bsd.port.mk>
diff --git a/security/pecl-hash/distinfo b/security/pecl-hash/distinfo
deleted file mode 100644
index 31460cc94993..000000000000
--- a/security/pecl-hash/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (PECL/hash-1.5.tgz) = fdb0f0ee7ab9c134ee0a48dcc50bae4295e2b5972975e2dfd6e5d6712a6686f1
-SIZE (PECL/hash-1.5.tgz) = 98809
diff --git a/security/pecl-hash/pkg-descr b/security/pecl-hash/pkg-descr
deleted file mode 100644
index 9459a9cff94f..000000000000
--- a/security/pecl-hash/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
-Extension provides native implementations of common message digest algorithms
-using a generic factory method.
-At the moment it supports the following hashing algorithms:
-
- * md2, md4, md5
- * sha1, sha256, sha384, sha512
- * ripemd128, ripemd160
- * tiger128, tiger160, tiger192 (3 and 4 passes)
- * haval128, haval160, haval192, haval224, haval256 (3, 4 and 5 passes)
- * crc32, crc32b, adler32, gost, snefru, whirlpool
-
-WWW: http://pecl.php.net/package/hash
diff --git a/security/php4-crack/Makefile b/security/php4-crack/Makefile
deleted file mode 100644
index 4540727c8dde..000000000000
--- a/security/php4-crack/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# New ports collection makefile for: php4-crack
-# Date created: 7 Jul 2004
-# Whom: Alex Dupre <ale@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-DEPRECATED= php4 is EOLed
-EXPIRATION_DATE= 2012-05-10
-
-PORTREVISION= 6
-CATEGORIES= security
-
-MASTERDIR= ${.CURDIR}/../../lang/php4
-
-PKGNAMESUFFIX= -crack
-
-.include "${MASTERDIR}/Makefile"
diff --git a/security/php4-mcrypt/Makefile b/security/php4-mcrypt/Makefile
deleted file mode 100644
index 971227c95fa7..000000000000
--- a/security/php4-mcrypt/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# New ports collection makefile for: php4-mcrypt
-# Date created: 7 Jul 2004
-# Whom: Alex Dupre <ale@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-DEPRECATED= php4 is EOLed
-EXPIRATION_DATE= 2012-05-10
-
-CATEGORIES= security
-
-MASTERDIR= ${.CURDIR}/../../lang/php4
-
-PKGNAMESUFFIX= -mcrypt
-
-.include "${MASTERDIR}/Makefile"
diff --git a/security/php4-mhash/Makefile b/security/php4-mhash/Makefile
deleted file mode 100644
index 27f39d43b157..000000000000
--- a/security/php4-mhash/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# New ports collection makefile for: php4-mhash
-# Date created: 7 Jul 2004
-# Whom: Alex Dupre <ale@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-DEPRECATED= php4 is EOLed
-EXPIRATION_DATE= 2012-05-10
-
-CATEGORIES= security
-
-MASTERDIR= ${.CURDIR}/../../lang/php4
-
-PKGNAMESUFFIX= -mhash
-
-.include "${MASTERDIR}/Makefile"
diff --git a/security/php4-openssl/Makefile b/security/php4-openssl/Makefile
deleted file mode 100644
index 2cfc87f6e406..000000000000
--- a/security/php4-openssl/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# New ports collection makefile for: php4-openssl
-# Date created: 7 Jul 2004
-# Whom: Alex Dupre <ale@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-DEPRECATED= php4 is EOLed
-EXPIRATION_DATE= 2012-05-10
-
-CATEGORIES= security
-
-MASTERDIR= ${.CURDIR}/../../lang/php4
-
-PKGNAMESUFFIX= -openssl
-
-.include "${MASTERDIR}/Makefile"