diff options
author | obache <obache@pkgsrc.org> | 2014-10-08 09:51:28 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-10-08 09:51:28 +0000 |
commit | 0b807a8b1eba625a5d5dad16a795acbc429797bf (patch) | |
tree | 3a80abcc94cc5606966236d66c9aec568245dd8b /net | |
parent | 1a5c2a2007348891e63411b8c07e9355ab805c67 (diff) | |
download | pkgsrc-0b807a8b1eba625a5d5dad16a795acbc429797bf.tar.gz |
Import pear-Net_URL2-2.0.8 as net/pear-Net_URL2.
Provides parsing of URLs into their constituent parts (scheme, host, path etc.),
URL generation, and resolving of relative URLs.
Diffstat (limited to 'net')
-rw-r--r-- | net/pear-Net_URL2/DESCR | 2 | ||||
-rw-r--r-- | net/pear-Net_URL2/Makefile | 13 | ||||
-rw-r--r-- | net/pear-Net_URL2/distinfo | 5 |
3 files changed, 20 insertions, 0 deletions
diff --git a/net/pear-Net_URL2/DESCR b/net/pear-Net_URL2/DESCR new file mode 100644 index 00000000000..de957c6cdab --- /dev/null +++ b/net/pear-Net_URL2/DESCR @@ -0,0 +1,2 @@ +Provides parsing of URLs into their constituent parts (scheme, host, path etc.), +URL generation, and resolving of relative URLs. diff --git a/net/pear-Net_URL2/Makefile b/net/pear-Net_URL2/Makefile new file mode 100644 index 00000000000..453a308adc7 --- /dev/null +++ b/net/pear-Net_URL2/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2014/10/08 09:51:28 obache Exp $ + +DISTNAME= Net_URL2-2.0.8 +CATEGORIES= net + +MAINTAINER= pkgsrc-users@NetBSD.org +COMMENT= PHP class for parsing and handling URL +LICENSE= modified-bsd + +USE_LANGUAGES= # none + +.include "../../lang/php/pear.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/pear-Net_URL2/distinfo b/net/pear-Net_URL2/distinfo new file mode 100644 index 00000000000..f7cb061ce13 --- /dev/null +++ b/net/pear-Net_URL2/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2014/10/08 09:51:28 obache Exp $ + +SHA1 (pear/Net_URL2-2.0.8.tgz) = b7560fa0d8e3826974eb3b04cfb7d007e877b69e +RMD160 (pear/Net_URL2-2.0.8.tgz) = 3098d5b84829756f613cc36de4e3171a2319f1fe +Size (pear/Net_URL2-2.0.8.tgz) = 19102 bytes |