pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Add pear-Net_URL-1.0.10 - PHP classes to easy parsing ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9323fa654dfe
branches:  trunk
changeset: 482700:9323fa654dfe
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Mon Nov 01 20:37:44 2004 +0000

description:
Add pear-Net_URL-1.0.10 - PHP classes to easy parsing of URLs.
Courtesy of pkgsrc-wip, thanks.

diffstat:

 doc/CHANGES               |   3 ++-
 net/Makefile              |   3 ++-
 net/pear-Net_URL/DESCR    |   1 +
 net/pear-Net_URL/Makefile |  11 +++++++++++
 net/pear-Net_URL/PLIST    |   1 +
 net/pear-Net_URL/distinfo |   4 ++++
 6 files changed, 21 insertions(+), 2 deletions(-)

diffs (64 lines):

diff -r 187a3c57d10d -r 9323fa654dfe doc/CHANGES
--- a/doc/CHANGES       Mon Nov 01 20:32:37 2004 +0000
+++ b/doc/CHANGES       Mon Nov 01 20:37:44 2004 +0000
@@ -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 @@
        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 -r 187a3c57d10d -r 9323fa654dfe net/Makefile
--- a/net/Makefile      Mon Nov 01 20:32:37 2004 +0000
+++ b/net/Makefile      Mon Nov 01 20:37:44 2004 +0000
@@ -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+=       pchar
 SUBDIR+=       pconsole
 SUBDIR+=       pear-DIME
+SUBDIR+=       pear-Net_URL
 SUBDIR+=       pen
 SUBDIR+=       pfnet
 SUBDIR+=       php-ftp
diff -r 187a3c57d10d -r 9323fa654dfe net/pear-Net_URL/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/pear-Net_URL/DESCR    Mon Nov 01 20:37:44 2004 +0000
@@ -0,0 +1,1 @@
+Provides easy parsing of URLs and their constituent parts.
diff -r 187a3c57d10d -r 9323fa654dfe net/pear-Net_URL/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/pear-Net_URL/Makefile Mon Nov 01 20:37:44 2004 +0000
@@ -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@localhost
+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 -r 187a3c57d10d -r 9323fa654dfe net/pear-Net_URL/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/pear-Net_URL/PLIST    Mon Nov 01 20:37:44 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/01 20:37:44 jdolecek Exp $
diff -r 187a3c57d10d -r 9323fa654dfe net/pear-Net_URL/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/pear-Net_URL/distinfo Mon Nov 01 20:37:44 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index