diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2009-12-01 21:46:50 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2009-12-01 21:46:50 +0000 |
commit | 5ba8fbb50c852e7aac146a8eb4dce7da6ccc5d5a (patch) | |
tree | dc6edce12ac1b4c029d9dd65d7f3463fcfc9daa4 | |
parent | 57dd744e404d29cd6a5bc93cabb1be8dd12e78e3 (diff) | |
download | ports-5ba8fbb50c852e7aac146a8eb4dce7da6ccc5d5a.tar.gz ports-5ba8fbb50c852e7aac146a8eb4dce7da6ccc5d5a.zip |
Notes
-rw-r--r-- | databases/pear-DB/Makefile | 2 | ||||
-rw-r--r-- | devel/pear-Console_Getargs/Makefile | 2 | ||||
-rw-r--r-- | devel/pear-Date/Makefile | 2 | ||||
-rw-r--r-- | devel/pear-XML_Parser/Makefile | 2 | ||||
-rw-r--r-- | devel/pear-XML_Serializer/Makefile | 2 | ||||
-rw-r--r-- | devel/pear-XML_Util/Makefile | 2 | ||||
-rw-r--r-- | security/pear-Crypt_Blowfish/Makefile | 2 | ||||
-rw-r--r-- | security/pear-Crypt_CBC/Makefile | 2 | ||||
-rw-r--r-- | security/pear-Crypt_CHAP/Makefile | 2 | ||||
-rw-r--r-- | security/pear-Crypt_HMAC/Makefile | 2 | ||||
-rw-r--r-- | security/pear-Crypt_RC4/Makefile | 2 | ||||
-rw-r--r-- | security/pear-Crypt_RSA/Makefile | 2 | ||||
-rw-r--r-- | sysutils/pear-File_Gettext/Makefile | 2 | ||||
-rw-r--r-- | textproc/pear-Numbers_Roman/Makefile | 2 | ||||
-rw-r--r-- | www/pear-HTTP/Makefile | 2 | ||||
-rw-r--r-- | www/pear-HTTP_Header/Makefile | 2 |
16 files changed, 16 insertions, 16 deletions
diff --git a/databases/pear-DB/Makefile b/databases/pear-DB/Makefile index b594b7063651..01dc46c6e821 100644 --- a/databases/pear-DB/Makefile +++ b/databases/pear-DB/Makefile @@ -11,7 +11,7 @@ PORTEPOCH= 1 CATEGORIES= databases www pear DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/RC/} -MAINTAINER= tabthorpe@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR Database Abstraction Layer BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear diff --git a/devel/pear-Console_Getargs/Makefile b/devel/pear-Console_Getargs/Makefile index d3a287d748f6..ba7d6add8232 100644 --- a/devel/pear-Console_Getargs/Makefile +++ b/devel/pear-Console_Getargs/Makefile @@ -9,7 +9,7 @@ PORTNAME= Console_Getargs PORTVERSION= 1.3.4 CATEGORIES= devel www pear -MAINTAINER= tabthorpe@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR command-line arguments parser BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear diff --git a/devel/pear-Date/Makefile b/devel/pear-Date/Makefile index 84a45f06cc6a..6cfe6a25ca82 100644 --- a/devel/pear-Date/Makefile +++ b/devel/pear-Date/Makefile @@ -9,7 +9,7 @@ PORTNAME= Date PORTVERSION= 1.4.7 CATEGORIES= devel www pear -MAINTAINER= tabthorpe@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR Date and Time Zone Classes BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear diff --git a/devel/pear-XML_Parser/Makefile b/devel/pear-XML_Parser/Makefile index 604e273cb029..584ec5083e97 100644 --- a/devel/pear-XML_Parser/Makefile +++ b/devel/pear-XML_Parser/Makefile @@ -9,7 +9,7 @@ PORTNAME= XML_Parser PORTVERSION= 1.3.2 CATEGORIES= devel pear -MAINTAINER= tabthorpe@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR XML parsing class based on PHP's bundled expat BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear diff --git a/devel/pear-XML_Serializer/Makefile b/devel/pear-XML_Serializer/Makefile index 6500292736fb..e742730d15c9 100644 --- a/devel/pear-XML_Serializer/Makefile +++ b/devel/pear-XML_Serializer/Makefile @@ -9,7 +9,7 @@ PORTNAME= XML_Serializer PORTVERSION= 0.20.0 CATEGORIES= devel www pear -MAINTAINER= tabthorpe@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR Swiss-army knive for reading and writing XML files BUILD_DEPENDS= ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser \ diff --git a/devel/pear-XML_Util/Makefile b/devel/pear-XML_Util/Makefile index d31f54344f5b..6ecb582c94ed 100644 --- a/devel/pear-XML_Util/Makefile +++ b/devel/pear-XML_Util/Makefile @@ -9,7 +9,7 @@ PORTNAME= XML_Util PORTVERSION= 1.2.1 CATEGORIES= devel www pear -MAINTAINER= tabthorpe@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR XML utility class BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear diff --git a/security/pear-Crypt_Blowfish/Makefile b/security/pear-Crypt_Blowfish/Makefile index 7d933690969f..50708946e115 100644 --- a/security/pear-Crypt_Blowfish/Makefile +++ b/security/pear-Crypt_Blowfish/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.1.0.r2 CATEGORIES= security www pear DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/RC/} -MAINTAINER= tabthorpe@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR class for blowfish encryption BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear diff --git a/security/pear-Crypt_CBC/Makefile b/security/pear-Crypt_CBC/Makefile index f319f51ceed7..852ae56afbaa 100644 --- a/security/pear-Crypt_CBC/Makefile +++ b/security/pear-Crypt_CBC/Makefile @@ -9,7 +9,7 @@ PORTNAME= Crypt_CBC PORTVERSION= 1.0.0 CATEGORIES= security www pear -MAINTAINER= tabthorpe@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR class to emulate Perl's Crypt::CBC module BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear diff --git a/security/pear-Crypt_CHAP/Makefile b/security/pear-Crypt_CHAP/Makefile index 295053069fb0..548c63cbbd12 100644 --- a/security/pear-Crypt_CHAP/Makefile +++ b/security/pear-Crypt_CHAP/Makefile @@ -9,7 +9,7 @@ PORTNAME= Crypt_CHAP PORTVERSION= 1.0.2 CATEGORIES= security www pear -MAINTAINER= tabthorpe@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR class for generating CHAP packets BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear diff --git a/security/pear-Crypt_HMAC/Makefile b/security/pear-Crypt_HMAC/Makefile index d3c0a9f23463..49ce67611b4f 100644 --- a/security/pear-Crypt_HMAC/Makefile +++ b/security/pear-Crypt_HMAC/Makefile @@ -9,7 +9,7 @@ PORTNAME= Crypt_HMAC PORTVERSION= 1.0.1 CATEGORIES= security www pear -MAINTAINER= tabthorpe@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR class to calculate RFC 2104 compliant hashes BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear diff --git a/security/pear-Crypt_RC4/Makefile b/security/pear-Crypt_RC4/Makefile index 161c3b8dec57..440c2bd11d3e 100644 --- a/security/pear-Crypt_RC4/Makefile +++ b/security/pear-Crypt_RC4/Makefile @@ -9,7 +9,7 @@ PORTNAME= Crypt_RC4 PORTVERSION= 1.0.2 CATEGORIES= security www pear -MAINTAINER= tabthorpe@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR encryption class for RC4 encryption BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear diff --git a/security/pear-Crypt_RSA/Makefile b/security/pear-Crypt_RSA/Makefile index 29f7e548af01..0737877ea49b 100644 --- a/security/pear-Crypt_RSA/Makefile +++ b/security/pear-Crypt_RSA/Makefile @@ -9,7 +9,7 @@ PORTNAME= Crypt_RSA PORTVERSION= 1.2.1 CATEGORIES= security www pear -MAINTAINER= tabthorpe@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR class allows you to use two-key strong cryptography BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear diff --git a/sysutils/pear-File_Gettext/Makefile b/sysutils/pear-File_Gettext/Makefile index 87445be073e8..cbca9cd55ac5 100644 --- a/sysutils/pear-File_Gettext/Makefile +++ b/sysutils/pear-File_Gettext/Makefile @@ -9,7 +9,7 @@ PORTNAME= File_Gettext PORTVERSION= 0.4.1 CATEGORIES= sysutils devel pear -MAINTAINER= tabthorpe@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR GNU Gettext file parser BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear diff --git a/textproc/pear-Numbers_Roman/Makefile b/textproc/pear-Numbers_Roman/Makefile index 49ed85981126..dc216ad82ada 100644 --- a/textproc/pear-Numbers_Roman/Makefile +++ b/textproc/pear-Numbers_Roman/Makefile @@ -9,7 +9,7 @@ PORTNAME= Numbers_Roman PORTVERSION= 1.0.2 CATEGORIES= textproc devel pear -MAINTAINER= tabthorpe@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR methods for converting to and from Roman Numerals BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear diff --git a/www/pear-HTTP/Makefile b/www/pear-HTTP/Makefile index ac17baf9e2fc..196ae6927aea 100644 --- a/www/pear-HTTP/Makefile +++ b/www/pear-HTTP/Makefile @@ -9,7 +9,7 @@ PORTNAME= HTTP PORTVERSION= 1.4.1 CATEGORIES= www devel pear -MAINTAINER= tabthorpe@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR miscellaneous HTTP utilities BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear diff --git a/www/pear-HTTP_Header/Makefile b/www/pear-HTTP_Header/Makefile index 8c7c4510ef9c..91e324ce1dab 100644 --- a/www/pear-HTTP_Header/Makefile +++ b/www/pear-HTTP_Header/Makefile @@ -9,7 +9,7 @@ PORTNAME= HTTP_Header PORTVERSION= 1.2.0 CATEGORIES= www devel pear -MAINTAINER= tabthorpe@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR OO interface to modify and handle HTTP headers and status codes BUILD_DEPENDS= ${PEARDIR}/HTTP.php:${PORTSDIR}/www/pear-HTTP |