diff options
author | novel <novel@FreeBSD.org> | 2006-08-01 02:40:52 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2006-08-01 02:40:52 +0800 |
commit | e27d6f67678b8db2f5354f588bcdf19b1bed962a (patch) | |
tree | 14d7744f6065f0232c322a9f5b0e34cb58640c64 /devel/pear-PEAR_Info | |
parent | c7bf5841391ccbb959483d555bf0a145917634cc (diff) | |
download | freebsd-ports-gnome-e27d6f67678b8db2f5354f588bcdf19b1bed962a.tar.gz freebsd-ports-gnome-e27d6f67678b8db2f5354f588bcdf19b1bed962a.tar.zst freebsd-ports-gnome-e27d6f67678b8db2f5354f588bcdf19b1bed962a.zip |
This package generates a comprehensive information page for your current
PEAR install.
* The format for the page is similar to that for phpinfo() except using PEAR
colors.
* Has complete PEAR Credits (based on the packages you have installed).
* Will show if there is a newer version than the one presently installed
(and what its state is)
* Each package has an anchor in the form pkg_PackageName - where PackageName
is a case-sensitive PEAR package name
With a few parameters, the entire package.xml is automatically updated with a
listing of all files in a package.
WWW: http://pear.php.net/package/PEAR_Info/
PR: ports/101102
Submitted by: chinsan <chinsan.tw at gmail.com>
Diffstat (limited to 'devel/pear-PEAR_Info')
-rw-r--r-- | devel/pear-PEAR_Info/Makefile | 25 | ||||
-rw-r--r-- | devel/pear-PEAR_Info/distinfo | 3 | ||||
-rw-r--r-- | devel/pear-PEAR_Info/pkg-descr | 15 |
3 files changed, 43 insertions, 0 deletions
diff --git a/devel/pear-PEAR_Info/Makefile b/devel/pear-PEAR_Info/Makefile new file mode 100644 index 000000000000..4f1037e52c0f --- /dev/null +++ b/devel/pear-PEAR_Info/Makefile @@ -0,0 +1,25 @@ +# Ports collection makefile for: pear-PEAR_Info +# Date created: 2006/07/31 +# Whom: chinsan <chinsan.tw@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= PEAR_Info +PORTVERSION= 1.6.1 +CATEGORIES= devel www pear + +MAINTAINER= chinsan.tw@gmail.com +COMMENT= Show Information about your PEAR install and its packages + +BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear +RUN_DEPENDS= ${BUILD_DEPENDS} + +CATEGORY= PEAR +FILES= Info.php +TESTS= pear_info.php + +.include <bsd.port.pre.mk> + +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" +.include <bsd.port.post.mk> diff --git a/devel/pear-PEAR_Info/distinfo b/devel/pear-PEAR_Info/distinfo new file mode 100644 index 000000000000..751a307263c7 --- /dev/null +++ b/devel/pear-PEAR_Info/distinfo @@ -0,0 +1,3 @@ +MD5 (PEAR/PEAR_Info-1.6.1.tgz) = c371dfc2cf196567c605df787a2faa9e +SHA256 (PEAR/PEAR_Info-1.6.1.tgz) = e034d4634305535e99258ba84f5bcdcee9feb155b4a2063c68868430d063b213 +SIZE (PEAR/PEAR_Info-1.6.1.tgz) = 6717 diff --git a/devel/pear-PEAR_Info/pkg-descr b/devel/pear-PEAR_Info/pkg-descr new file mode 100644 index 000000000000..1651d49266a7 --- /dev/null +++ b/devel/pear-PEAR_Info/pkg-descr @@ -0,0 +1,15 @@ +This package generates a comprehensive information page for your current +PEAR install. + + * The format for the page is similar to that for phpinfo() except using PEAR + colors. + * Has complete PEAR Credits (based on the packages you have installed). + * Will show if there is a newer version than the one presently installed + (and what its state is) + * Each package has an anchor in the form pkg_PackageName - where PackageName + is a case-sensitive PEAR package name + +With a few parameters, the entire package.xml is automatically updated with a +listing of all files in a package. + +WWW: http://pear.php.net/package/PEAR_Info/ |