diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-31 21:58:07 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-31 21:58:07 +0000 |
commit | 701726376fd1d28aa47e73cfe7d227de6f4cf340 (patch) | |
tree | 3c7802a7b4804d00e26834eb6c6d3f8e4643b3ff /net/pear-Net_URL2 | |
parent | 4c76ad7bd2feb8bfe66caedbc9d135328b8105fc (diff) | |
download | ports-701726376fd1d28aa47e73cfe7d227de6f4cf340.tar.gz ports-701726376fd1d28aa47e73cfe7d227de6f4cf340.zip |
Notes
Diffstat (limited to 'net/pear-Net_URL2')
-rw-r--r-- | net/pear-Net_URL2/Makefile | 31 | ||||
-rw-r--r-- | net/pear-Net_URL2/distinfo | 1 | ||||
-rw-r--r-- | net/pear-Net_URL2/pkg-descr | 3 | ||||
-rw-r--r-- | net/pear-Net_URL2/pkg-plist | 3 |
4 files changed, 38 insertions, 0 deletions
diff --git a/net/pear-Net_URL2/Makefile b/net/pear-Net_URL2/Makefile new file mode 100644 index 000000000000..24aa4772017e --- /dev/null +++ b/net/pear-Net_URL2/Makefile @@ -0,0 +1,31 @@ +# Ports collection makefile for: pear-Net_URL +# Date created: 2003-04-04 +# Whom: Roman Neuhauser (<neuhauser@bellavista.cz>) +# +# $FreeBSD$ +# + +PORTNAME= Net_URL +PORTVERSION= 1.0.10 +CATEGORIES= net www +MASTER_SITES= http://pear.php.net/get/ +PKGNAMEPREFIX= pear- +EXTRACT_SUFX= .tgz +DIST_SUBDIR= PEAR + +MAINTAINER= ports@FreeBSD.org +COMMENT= Easy parsing of Urls + +BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket +RUN_DEPENDS= ${BUILD_DEPENDS} + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" + +do-install: + @${INSTALL} -d -m 755 ${PKGREGDIR} + @${INSTALL} -d -m 755 ${PEARDIR}/Net + @${INSTALL_DATA} ${WRKDIR}/package.xml ${PKGREGDIR} + @${INSTALL_DATA} ${WRKSRC}/URL.php ${PEARDIR}/Net + +.include <bsd.port.post.mk> diff --git a/net/pear-Net_URL2/distinfo b/net/pear-Net_URL2/distinfo new file mode 100644 index 000000000000..6ed41a59a6c6 --- /dev/null +++ b/net/pear-Net_URL2/distinfo @@ -0,0 +1 @@ +MD5 (PEAR/Net_URL-1.0.10.tgz) = 92db5fef86bb64da7c5edae6c63edb21 diff --git a/net/pear-Net_URL2/pkg-descr b/net/pear-Net_URL2/pkg-descr new file mode 100644 index 000000000000..e2a24e808d08 --- /dev/null +++ b/net/pear-Net_URL2/pkg-descr @@ -0,0 +1,3 @@ +Provides easy parsing of URLs and their constituent parts. + +WWW: http://pear.php.net/package-info.php?pacid=34 diff --git a/net/pear-Net_URL2/pkg-plist b/net/pear-Net_URL2/pkg-plist new file mode 100644 index 000000000000..72900be63c12 --- /dev/null +++ b/net/pear-Net_URL2/pkg-plist @@ -0,0 +1,3 @@ +%%PEARDIR%%/Net/URL.php +%%PKGREGDIR%%/package.xml +@unexec rmdir %%PKGREGDIR%% 2>/dev/null || true |