summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-06-15 04:58:04 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-06-15 04:58:04 +0000
commit75b955e22c21814a22c9f6b71b6bc37f9c8b9355 (patch)
tree3273e8eab0288c74874d152a0c94021197ab0537 /net
parentBROKEN: Checksum mismatch (diff)
- Add net/pear-Net_URL2
PR: 112508 Submitted by: Zhen REN<bg1tpt@gmail.com> Repocopied by: marcus
Notes
Notes: svn path=/head/; revision=193538
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/