From d30e571eb6f5232da70daf4dc32b93c08bff1de9 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Wed, 12 Nov 2003 23:46:19 +0000 Subject: [PATCH] Add the virtual category "pear" to the Makefiles of these ports. PR: ports/56582 Submitted by: edwin@mavetju.org Approved by: portmgr@freebsd.org --- archivers/pear-Archive_Tar/Makefile | 2 +- databases/pear-DB/Makefile | 2 +- devel/pear-Config/Makefile | 2 +- devel/pear-Console_Getopt/Makefile | 2 +- devel/pear-Console_Table/Makefile | 2 +- devel/pear-Date/Makefile | 2 +- devel/pear-HTML_Common/Makefile | 2 +- devel/pear-HTML_Select_Common/Makefile | 2 +- devel/pear-HTML_Template_IT/Makefile | 2 +- devel/pear-HTML_Template_PHPLIB/Makefile | 2 +- devel/pear-I18N/Makefile | 2 +- devel/pear-PEAR/Makefile | 2 +- devel/pear-XML_Parser/Makefile | 2 +- devel/pear-XML_RSS/Makefile | 2 +- devel/pear-XML_Serializer/Makefile | 2 +- devel/pear-XML_Tree/Makefile | 2 +- devel/pear-XML_Util/Makefile | 2 +- devel/pear-XML_XPath/Makefile | 2 +- devel/pear-apd/Makefile | 2 +- devel/pear/Makefile | 2 +- mail/pear-Mail/Makefile | 2 +- mail/pear-Mail_Mime/Makefile | 2 +- mail/pear-mailparse/Makefile | 2 +- mail/pecl-mailparse/Makefile | 2 +- net/pear-Net_NNTP/Makefile | 2 +- net/pear-Net_SMTP/Makefile | 2 +- net/pear-Net_Sieve/Makefile | 2 +- net/pear-Net_Socket/Makefile | 2 +- net/pear-Net_URL/Makefile | 2 +- net/pear-Net_URL2/Makefile | 2 +- security/pear-Auth/Makefile | 2 +- security/pear-Auth_SASL/Makefile | 2 +- security/pear-Crypt_CBC/Makefile | 2 +- sysutils/pear-File/Makefile | 2 +- sysutils/pear-File_Find/Makefile | 2 +- sysutils/pear-Log/Makefile | 2 +- www/pear-APC/Makefile | 2 +- www/pecl-APC-devel/Makefile | 2 +- www/pecl-APC/Makefile | 2 +- 39 files changed, 39 insertions(+), 39 deletions(-) diff --git a/archivers/pear-Archive_Tar/Makefile b/archivers/pear-Archive_Tar/Makefile index 8b8c98131983..a909e533a051 100644 --- a/archivers/pear-Archive_Tar/Makefile +++ b/archivers/pear-Archive_Tar/Makefile @@ -7,7 +7,7 @@ PORTNAME= Archive_Tar PORTVERSION= 1.1 -CATEGORIES= archivers www +CATEGORIES= archivers www pear MAINTAINER= ports@FreeBSD.org COMMENT= PEAR tar file management class diff --git a/databases/pear-DB/Makefile b/databases/pear-DB/Makefile index a8326a7c6199..315d18bbe302 100644 --- a/databases/pear-DB/Makefile +++ b/databases/pear-DB/Makefile @@ -8,7 +8,7 @@ PORTNAME= DB PORTVERSION= 1.5.0.r2 PORTEPOCH= 1 -CATEGORIES= databases www +CATEGORIES= databases www pear DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r2/RC2/} MAINTAINER= ports@FreeBSD.org diff --git a/devel/pear-Config/Makefile b/devel/pear-Config/Makefile index 24f52704ed94..95b9f08f9289 100644 --- a/devel/pear-Config/Makefile +++ b/devel/pear-Config/Makefile @@ -7,7 +7,7 @@ PORTNAME= Config PORTVERSION= 1.8 -CATEGORIES= devel www +CATEGORIES= devel www pear MAINTAINER= ports@FreeBSD.org COMMENT= PEAR Config package provides methods for configuration manipulation diff --git a/devel/pear-Console_Getopt/Makefile b/devel/pear-Console_Getopt/Makefile index 2e75eb8fdd61..c7c9ead4c530 100644 --- a/devel/pear-Console_Getopt/Makefile +++ b/devel/pear-Console_Getopt/Makefile @@ -8,7 +8,7 @@ PORTNAME= Console_Getopt PORTVERSION= 1.0 PORTREVISION= 1 -CATEGORIES= devel www +CATEGORIES= devel www pear MAINTAINER= ports@FreeBSD.org COMMENT= PEAR command-line option parser diff --git a/devel/pear-Console_Table/Makefile b/devel/pear-Console_Table/Makefile index 1e5e39fe2509..6a31ecc6272c 100644 --- a/devel/pear-Console_Table/Makefile +++ b/devel/pear-Console_Table/Makefile @@ -7,7 +7,7 @@ PORTNAME= Console_Table PORTVERSION= 1.0.1 -CATEGORIES= devel +CATEGORIES= devel pear MAINTAINER= ports@FreeBSD.org COMMENT= PHP class that makes it easy to build console style tables diff --git a/devel/pear-Date/Makefile b/devel/pear-Date/Makefile index e0d485fe916a..5f9d836246aa 100644 --- a/devel/pear-Date/Makefile +++ b/devel/pear-Date/Makefile @@ -8,7 +8,7 @@ PORTNAME= Date PORTVERSION= 1.3 PORTREVISION= 2 -CATEGORIES= devel www +CATEGORIES= devel www pear MAINTAINER= ports@FreeBSD.org COMMENT= PEAR Date and Time Zone Classes diff --git a/devel/pear-HTML_Common/Makefile b/devel/pear-HTML_Common/Makefile index f48567cd7f88..fe14cf60ee48 100644 --- a/devel/pear-HTML_Common/Makefile +++ b/devel/pear-HTML_Common/Makefile @@ -7,7 +7,7 @@ PORTNAME= HTML_Common PORTVERSION= 1.2.1 -CATEGORIES= devel www +CATEGORIES= devel www pear MAINTAINER= ports@FreeBSD.org COMMENT= PEAR::HTML_Common is a base class for other HTML classes diff --git a/devel/pear-HTML_Select_Common/Makefile b/devel/pear-HTML_Select_Common/Makefile index 416b2989b3c8..413c49164607 100644 --- a/devel/pear-HTML_Select_Common/Makefile +++ b/devel/pear-HTML_Select_Common/Makefile @@ -8,7 +8,7 @@ PORTNAME= HTML_Select_Common PORTVERSION= 1.1 PORTREVISION= 2 -CATEGORIES= devel www +CATEGORIES= devel www pear MAINTAINER= ports@FreeBSD.org COMMENT= Some small PEAR classes to handle common