aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--MOVED1
-rw-r--r--databases/Makefile1
-rw-r--r--databases/pecl-hash/Makefile31
-rw-r--r--databases/pecl-hash/distinfo3
-rw-r--r--databases/pecl-hash/pkg-descr12
-rw-r--r--security/Makefile1
-rw-r--r--security/pecl-hash/Makefile2
7 files changed, 3 insertions, 48 deletions
diff --git a/MOVED b/MOVED
index 0c8692143b43..0ab6d4af0b2f 100644
--- a/MOVED
+++ b/MOVED
@@ -2053,3 +2053,4 @@ editors/vimpart||2006-01-08|As of 3.5.0, vimpart is no longer part of KDE.
sysutils/linneighborhood|net/linneighborhood|2006-01-10|Move to a more appropriate category
www/plog|www/lifetype|2006-01-11|project renamed
mail/thunderbird-devel|mail/thunderbird|2006-01-12|Thunderbird 1.5 is now stable
+databases/pecl-hash|security/pecl-hash|2006-01-13|Moved to a better category
diff --git a/databases/Makefile b/databases/Makefile
index 6a6e8dbd1859..edeccde890ec 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -271,7 +271,6 @@
SUBDIR += pecl-PDO_ODBC
SUBDIR += pecl-PDO_PGSQL
SUBDIR += pecl-PDO_SQLITE
- SUBDIR += pecl-hash
SUBDIR += pecl-memcache
SUBDIR += pecl-sqlite
SUBDIR += pgaccess
diff --git a/databases/pecl-hash/Makefile b/databases/pecl-hash/Makefile
deleted file mode 100644
index c5f0023fc455..000000000000
--- a/databases/pecl-hash/Makefile
+++ /dev/null
@@ -1,31 +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.1
-CATEGORIES= databases www
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
-EXTRACT_SUFX= .tgz
-DIST_SUBDIR= PECL
-
-MAINTAINER= zaa@zaa.pp.ru
-COMMENT= pHASH Message Digest Framework for PHP
-
-USE_PHP= yes
-USE_PHPIZE= yes
-USE_PHPEXT= yes
-DEFAULT_PHP_VER=5
-PHP_MODNAME= hash
-
-.include <bsd.port.pre.mk>
-
-.if ${PHP_VER} == 4
-IGNORE= requires PHP version 5.0.3 or higher
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/databases/pecl-hash/distinfo b/databases/pecl-hash/distinfo
deleted file mode 100644
index 3ea05932ea2d..000000000000
--- a/databases/pecl-hash/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (PECL/hash-1.1.tgz) = cf33b7b723fed4abfefe33b0ebce74b2
-SHA256 (PECL/hash-1.1.tgz) = 56b0e7104beec4b845705f7550586f883cc8f27c079959a3b05b0be1639dfcc4
-SIZE (PECL/hash-1.1.tgz) = 100713
diff --git a/databases/pecl-hash/pkg-descr b/databases/pecl-hash/pkg-descr
deleted file mode 100644
index 12d390d3882c..000000000000
--- a/databases/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:
-
- * 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/Makefile b/security/Makefile
index 6fcb1addb214..47372f76166e 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -444,6 +444,7 @@
SUBDIR += pear-LiveUser
SUBDIR += pear-LiveUser_Admin
SUBDIR += pear-Text_Password
+ SUBDIR += pecl-hash
SUBDIR += pecl-ssh2
SUBDIR += pft
SUBDIR += pfw
diff --git a/security/pecl-hash/Makefile b/security/pecl-hash/Makefile
index c5f0023fc455..07854b2bfb2c 100644
--- a/security/pecl-hash/Makefile
+++ b/security/pecl-hash/Makefile
@@ -7,7 +7,7 @@
PORTNAME= hash
DISTVERSION= 1.1
-CATEGORIES= databases www
+CATEGORIES= security www
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz