From 0b807a8b1eba625a5d5dad16a795acbc429797bf Mon Sep 17 00:00:00 2001 From: obache Date: Wed, 8 Oct 2014 09:51:28 +0000 Subject: 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. --- net/pear-Net_URL2/DESCR | 2 ++ net/pear-Net_URL2/Makefile | 13 +++++++++++++ net/pear-Net_URL2/distinfo | 5 +++++ 3 files changed, 20 insertions(+) create mode 100644 net/pear-Net_URL2/DESCR create mode 100644 net/pear-Net_URL2/Makefile create mode 100644 net/pear-Net_URL2/distinfo (limited to 'net') 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 -- cgit v1.2.3