diff options
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/pear-Net_URL/Makefile | 31 | ||||
-rw-r--r-- | net/pear-Net_URL/distinfo | 1 | ||||
-rw-r--r-- | net/pear-Net_URL/pkg-descr | 3 | ||||
-rw-r--r-- | net/pear-Net_URL/pkg-plist | 3 | ||||
-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 |
9 files changed, 77 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 51609b6c47e9..31a1413f327c 100644 --- a/net/Makefile +++ b/net/Makefile @@ -527,6 +527,7 @@ SUBDIR += pear-Net_SMTP SUBDIR += pear-Net_Sieve SUBDIR += pear-Net_Socket + SUBDIR += pear-Net_URL SUBDIR += pen SUBDIR += perldap SUBDIR += pfinger diff --git a/net/pear-Net_URL/Makefile b/net/pear-Net_URL/Makefile new file mode 100644 index 000000000000..24aa4772017e --- /dev/null +++ b/net/pear-Net_URL/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_URL/distinfo b/net/pear-Net_URL/distinfo new file mode 100644 index 000000000000..6ed41a59a6c6 --- /dev/null +++ b/net/pear-Net_URL/distinfo @@ -0,0 +1 @@ +MD5 (PEAR/Net_URL-1.0.10.tgz) = 92db5fef86bb64da7c5edae6c63edb21 diff --git a/net/pear-Net_URL/pkg-descr b/net/pear-Net_URL/pkg-descr new file mode 100644 index 000000000000..e2a24e808d08 --- /dev/null +++ b/net/pear-Net_URL/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_URL/pkg-plist b/net/pear-Net_URL/pkg-plist new file mode 100644 index 000000000000..72900be63c12 --- /dev/null +++ b/net/pear-Net_URL/pkg-plist @@ -0,0 +1,3 @@ +%%PEARDIR%%/Net/URL.php +%%PKGREGDIR%%/package.xml +@unexec rmdir %%PKGREGDIR%% 2>/dev/null || true 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 |