aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-06-15 12:58:04 +0800
committermiwi <miwi@FreeBSD.org>2007-06-15 12:58:04 +0800
commitc3339a2ac0d85f6e4f43d6bcf3494f33ff253320 (patch)
treeffb1bdc27d50e25a09b370ee7c3266b9e5230994 /net
parent0b16e6fe87c8b7e699ce2d74d6eae595e0e023e7 (diff)
downloadfreebsd-ports-gnome-c3339a2ac0d85f6e4f43d6bcf3494f33ff253320.tar.gz
freebsd-ports-gnome-c3339a2ac0d85f6e4f43d6bcf3494f33ff253320.tar.zst
freebsd-ports-gnome-c3339a2ac0d85f6e4f43d6bcf3494f33ff253320.zip
- Add net/pear-Net_URL2
PR: 112508 Submitted by: Zhen REN<bg1tpt@gmail.com> Repocopied by: marcus
Diffstat (limited to 'net')
-rw-r--r--net/pear-Net_URL2/Makefile19
-rw-r--r--net/pear-Net_URL2/distinfo6
-rw-r--r--net/pear-Net_URL2/pkg-descr2
3 files changed, 15 insertions, 12 deletions
diff --git a/net/pear-Net_URL2/Makefile b/net/pear-Net_URL2/Makefile
index e27a27b20b13..f6ae7a053630 100644
--- a/net/pear-Net_URL2/Makefile
+++ b/net/pear-Net_URL2/Makefile
@@ -1,24 +1,27 @@
-# Ports collection makefile for: pear-Net_URL
-# Date created: 2003-04-04
-# Whom: Roman Neuhauser (<neuhauser@bellavista.cz>)
+# Ports collection makefile for: pear-Net_URL2
+# Date created: 8 May 2007
+# Whom: Zhen REN <bg1tpt@gmail.com>
#
# $FreeBSD$
#
-PORTNAME= Net_URL
-PORTVERSION= 1.0.14
+PORTNAME= Net_URL2
+PORTVERSION= 0.1.0
CATEGORIES= net www pear
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Easy parsing of URLs
+MAINTAINER= bg1tpt@gmail.com
+COMMENT= Easy parsing of Urls
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= Net
-FILES= URL.php
+FILES= URL2.php
EXAMPLES= example.php
+TESTS= 6470.php
_EXAMPLESDIR= docs
+_TESTSDIR= docs
+IGNORE_WITH_PHP= 4
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
diff --git a/net/pear-Net_URL2/distinfo b/net/pear-Net_URL2/distinfo
index 553b0d0ce450..46895c0984e0 100644
--- a/net/pear-Net_URL2/distinfo
+++ b/net/pear-Net_URL2/distinfo
@@ -1,3 +1,3 @@
-MD5 (PEAR/Net_URL-1.0.14.tgz) = 4be5ac05dc5a9bc54a33cec66d87eb0a
-SHA256 (PEAR/Net_URL-1.0.14.tgz) = 36d2d3ac0ac2969513ca3a5e99a5a2e2cb401956ab03b47e718903f131677c45
-SIZE (PEAR/Net_URL-1.0.14.tgz) = 5173
+MD5 (PEAR/Net_URL2-0.1.0.tgz) = 2d94bd5dbd7170dc82613b3c815a2609
+SHA256 (PEAR/Net_URL2-0.1.0.tgz) = 8805f0240be08d476a06f26571f039f20d5495d4b102efbf56ac2417e5d0b136
+SIZE (PEAR/Net_URL2-0.1.0.tgz) = 5358
diff --git a/net/pear-Net_URL2/pkg-descr b/net/pear-Net_URL2/pkg-descr
index 665b71d7b107..9dc2380df9e0 100644
--- a/net/pear-Net_URL2/pkg-descr
+++ b/net/pear-Net_URL2/pkg-descr
@@ -1,3 +1,3 @@
Provides easy parsing of URLs and their constituent parts.
-WWW: http://pear.php.net/package/Net_URL/
+WWW: http://pear.php.net/package/Net_URL2/