From c24a449aa300dda22270950ffdda55cd8d265113 Mon Sep 17 00:00:00 2001 From: jasper Date: Wed, 18 Nov 2009 19:12:38 +0000 Subject: [PATCH] import pear-Net-URL2 0.3.0 --- net/pear-Net-URL2/Makefile | 17 +++++++++++++++++ net/pear-Net-URL2/distinfo | 5 +++++ net/pear-Net-URL2/pkg/DESCR | 2 ++ net/pear-Net-URL2/pkg/PLIST | 12 ++++++++++++ 4 files changed, 36 insertions(+) create mode 100644 net/pear-Net-URL2/Makefile create mode 100644 net/pear-Net-URL2/distinfo create mode 100644 net/pear-Net-URL2/pkg/DESCR create mode 100644 net/pear-Net-URL2/pkg/PLIST diff --git a/net/pear-Net-URL2/Makefile b/net/pear-Net-URL2/Makefile new file mode 100644 index 00000000000..c0346982bfe --- /dev/null +++ b/net/pear-Net-URL2/Makefile @@ -0,0 +1,17 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2009/11/18 19:12:38 jasper Exp $ + +COMMENT= class for parsing and handling URL + +DISTNAME= Net_URL2-0.3.0 +PKGNAME= pear-${DISTNAME:S/_/-/} +CATEGORIES= net + +MODULES= www/pear + +# BSD +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +.include diff --git a/net/pear-Net-URL2/distinfo b/net/pear-Net-URL2/distinfo new file mode 100644 index 00000000000..3c4dcc31bab --- /dev/null +++ b/net/pear-Net-URL2/distinfo @@ -0,0 +1,5 @@ +MD5 (Net_URL2-0.3.0.tgz) = T8oGbSSavcPNPDAY1CTYKw== +RMD160 (Net_URL2-0.3.0.tgz) = WFFC7BYrPgOVbsRenEgK1HF+Sag= +SHA1 (Net_URL2-0.3.0.tgz) = 0fvwstiA50lin5zAN4WvOSpBC30= +SHA256 (Net_URL2-0.3.0.tgz) = chIUUWZ3H18i1gvwuRw/zatces7ksssnXbincvd60K4= +SIZE (Net_URL2-0.3.0.tgz) = 8371 diff --git a/net/pear-Net-URL2/pkg/DESCR b/net/pear-Net-URL2/pkg/DESCR new file mode 100644 index 00000000000..575f554d68d --- /dev/null +++ b/net/pear-Net-URL2/pkg/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/pkg/PLIST b/net/pear-Net-URL2/pkg/PLIST new file mode 100644 index 00000000000..2af6d1f663e --- /dev/null +++ b/net/pear-Net-URL2/pkg/PLIST @@ -0,0 +1,12 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2009/11/18 19:12:38 jasper Exp $ +@group daemon +lib/ +lib/php/ +pear/doc/ +pear/doc/Net_URL2/ +pear/doc/Net_URL2/docs/ +pear/doc/Net_URL2/docs/6470.php +pear/doc/Net_URL2/docs/example.php +pear/lib/.registry/net_url2.reg +pear/lib/Net/ +pear/lib/Net/URL2.php