mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
- upgrade to 1.3.2;
- take maintainership. PR: ports/73169 Submitted by: Antonio Carlos Venancio Junior.
This commit is contained in:
parent
7e77e2018a
commit
b65de8bc26
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=120285
@ -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"
|
||||
|
@ -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
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user