diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2004-11-01 20:37:44 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2004-11-01 20:37:44 +0000 |
commit | 416e7c9f2f7da7a9b3231dda024eaedca92fb450 (patch) | |
tree | c3dac89a067b247c969db8f6d00f47fe550240ed | |
parent | 33a347ec1ac851bfe78bdc9293fa37de8496eeff (diff) | |
download | pkgsrc-416e7c9f2f7da7a9b3231dda024eaedca92fb450.tar.gz |
Add pear-Net_URL-1.0.10 - PHP classes to easy parsing of URLs.
Courtesy of pkgsrc-wip, thanks.
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | net/Makefile | 3 | ||||
-rw-r--r-- | net/pear-Net_URL/DESCR | 1 | ||||
-rw-r--r-- | net/pear-Net_URL/Makefile | 11 | ||||
-rw-r--r-- | net/pear-Net_URL/PLIST | 1 | ||||
-rw-r--r-- | net/pear-Net_URL/distinfo | 4 |
6 files changed, 21 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 0a9ffaec067..593152aeae6 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.7640 2004/11/01 20:34:37 jdolecek Exp $ +$NetBSD: CHANGES,v 1.7641 2004/11/01 20:39:14 jdolecek Exp $ Changes to the packages collection and infrastructure in 2004: @@ -5004,3 +5004,4 @@ Changes to the packages collection and infrastructure in 2004: Added pear-DIME-0.3 [jdolecek 2004-11-01] Updated automake to 1.9.3 [wiz 2004-11-01] Added pear-Mail_Mime-1.2.1 [jdolecek 2004-11-01] + Added pear-Net_URL-1.0.10 [jdolecek 2004-11-01] diff --git a/net/Makefile b/net/Makefile index f1b1b9190b3..0ee06bbd32f 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.505 2004/11/01 20:20:32 jdolecek Exp $ +# $NetBSD: Makefile,v 1.506 2004/11/01 20:39:15 jdolecek Exp $ # COMMENT= Networking tools @@ -256,6 +256,7 @@ SUBDIR+= p5-ispman SUBDIR+= pchar SUBDIR+= pconsole SUBDIR+= pear-DIME +SUBDIR+= pear-Net_URL SUBDIR+= pen SUBDIR+= pfnet SUBDIR+= php-ftp diff --git a/net/pear-Net_URL/DESCR b/net/pear-Net_URL/DESCR new file mode 100644 index 00000000000..a54bcd65ba2 --- /dev/null +++ b/net/pear-Net_URL/DESCR @@ -0,0 +1 @@ +Provides easy parsing of URLs and their constituent parts. diff --git a/net/pear-Net_URL/Makefile b/net/pear-Net_URL/Makefile new file mode 100644 index 00000000000..efda3e9050d --- /dev/null +++ b/net/pear-Net_URL/Makefile @@ -0,0 +1,11 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/11/01 20:37:44 jdolecek Exp $ + +DISTNAME= Net_URL-1.0.10 +CATEGORIES+= net + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://pear.php.net/package/Net_URL/ +COMMENT= PHP classes to easy parsing of URLs + +.include "../../lang/php/pear.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/pear-Net_URL/PLIST b/net/pear-Net_URL/PLIST new file mode 100644 index 00000000000..f0b6e20b700 --- /dev/null +++ b/net/pear-Net_URL/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/01 20:37:44 jdolecek Exp $ diff --git a/net/pear-Net_URL/distinfo b/net/pear-Net_URL/distinfo new file mode 100644 index 00000000000..78362e666a7 --- /dev/null +++ b/net/pear-Net_URL/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/11/01 20:37:44 jdolecek Exp $ + +SHA1 (Net_URL-1.0.10.tgz) = b2793afbf25a2df6738efa11455eb5b2816ac770 +Size (Net_URL-1.0.10.tgz) = 4464 bytes |