summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/pear-PEAR/Makefile23
-rw-r--r--devel/pear-PEAR/distinfo4
-rw-r--r--devel/pear-PEAR/pkg-descr12
3 files changed, 23 insertions, 16 deletions
diff --git a/devel/pear-PEAR/Makefile b/devel/pear-PEAR/Makefile
index 02f250be40bd..06e300b74870 100644
--- a/devel/pear-PEAR/Makefile
+++ b/devel/pear-PEAR/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= PEAR
-PORTVERSION= 1.3.1
+PORTVERSION= 1.3.2
CATEGORIES= devel www pear
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= antonio@php.net
COMMENT= PEAR Base System
BUILD_DEPENDS= ${PEARDIR}/Archive/Tar.php:${PORTSDIR}/archivers/pear-Archive_Tar \
@@ -17,16 +17,15 @@ BUILD_DEPENDS= ${PEARDIR}/Archive/Tar.php:${PORTSDIR}/archivers/pear-Archive_Tar
${PEARDIR}/XML/RPC.php:${PORTSDIR}/devel/pear-XML_RPC
RUN_DEPENDS= ${BUILD_DEPENDS}
-FILES= PEAR.php System.php PEAR/Autoloader.php PEAR/Command.php \
- PEAR/Command/Auth.php PEAR/Command/Build.php \
- PEAR/Command/Common.php PEAR/Command/Config.php \
- PEAR/Command/Install.php PEAR/Command/Package.php \
- PEAR/Command/Registry.php PEAR/Command/Remote.php \
- PEAR/Command/Mirror.php PEAR/Common.php PEAR/Config.php \
- PEAR/Dependency.php PEAR/Downloader.php PEAR/ErrorStack.php \
- PEAR/Frontend/CLI.php PEAR/Builder.php PEAR/Installer.php \
- PEAR/Packager.php PEAR/Registry.php PEAR/Remote.php \
- OS/Guess.php package.dtd template.spec
+FILES= PEAR.php System.php package.dtd template.spec OS/Guess.php \
+ PEAR/Command/Auth.php PEAR/Command/Build.php PEAR/Command/Common.php \
+ PEAR/Command/Config.php PEAR/Command/Install.php \
+ PEAR/Command/Package.php PEAR/Command/Registry.php \
+ PEAR/Command/Remote.php PEAR/Command/Mirror.php PEAR/Frontend/CLI.php \
+ PEAR/Autoloader.php PEAR/Command.php PEAR/Common.php PEAR/Config.php \
+ PEAR/Dependency.php PEAR/Downloader.php PEAR/Exception.php \
+ PEAR/ErrorStack.php PEAR/Builder.php PEAR/Installer.php \
+ PEAR/Packager.php PEAR/Registry.php PEAR/Remote.php
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
diff --git a/devel/pear-PEAR/distinfo b/devel/pear-PEAR/distinfo
index c9bea5ca866e..4a918f9ba2bd 100644
--- a/devel/pear-PEAR/distinfo
+++ b/devel/pear-PEAR/distinfo
@@ -1,2 +1,2 @@
-MD5 (PEAR/PEAR-1.3.1.tgz) = c2ebbfc4f32b2639d38a9f9dc482a7b5
-SIZE (PEAR/PEAR-1.3.1.tgz) = 95968
+MD5 (PEAR/PEAR-1.3.2.tgz) = f71275afcf6cb0d897f47d230f334fa9
+SIZE (PEAR/PEAR-1.3.2.tgz) = 103135
diff --git a/devel/pear-PEAR/pkg-descr b/devel/pear-PEAR/pkg-descr
index 82243a8d7f77..bead70c52d2d 100644
--- a/devel/pear-PEAR/pkg-descr
+++ b/devel/pear-PEAR/pkg-descr
@@ -1,4 +1,12 @@
-PEAR Base System, with the PEAR base class and the PEAR_Error error handling
-mechanism.
+The PEAR package contains:
+* the PEAR installer, for creating, distributing and installing packages
+* the alpha-quality PEAR_Exception php5-only exception class
+* the beta-quality PEAR_ErrorStack advanced error handling mechanism
+* the PEAR_Error error handling mechanism
+* the OS_Guess class for retrieving info about the OS where PHP is
+ running on
+* the System class for quick handling common operations with files and
+ directories
+* the PEAR base class
WWW: http://pear.php.net/package/PEAR/