summaryrefslogtreecommitdiff
path: root/net/pear-Net_URL
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-08-31 21:58:07 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-08-31 21:58:07 +0000
commit701726376fd1d28aa47e73cfe7d227de6f4cf340 (patch)
tree3c7802a7b4804d00e26834eb6c6d3f8e4643b3ff /net/pear-Net_URL
parentAdd two patches which make GM compile on -current (diff)
New port: net/pear-Net_URL - Easy parsing of Urls
PEAR class providing easy parsing of URLs and their constituent parts. PR: ports/51071 Submitted by: Thierry Thomas <neuhauser@bellavista.cz>
Notes
Notes: svn path=/head/; revision=88213
Diffstat (limited to 'net/pear-Net_URL')
-rw-r--r--net/pear-Net_URL/Makefile31
-rw-r--r--net/pear-Net_URL/distinfo1
-rw-r--r--net/pear-Net_URL/pkg-descr3
-rw-r--r--net/pear-Net_URL/pkg-plist3
4 files changed, 38 insertions, 0 deletions
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