Provides parsing of URLs into their constituent parts (scheme, host, path etc.),
URL generation, and resolving of relative URLs.
This commit is contained in:
parent
df044512a5
commit
aabb70ca2c
4 changed files with 31 additions and 0 deletions
2
pear-Net_URL2/DESCR
Normal file
2
pear-Net_URL2/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
Provides parsing of URLs into their constituent parts (scheme, host, path etc.),
|
||||
URL generation, and resolving of relative URLs.
|
19
pear-Net_URL2/Makefile
Normal file
19
pear-Net_URL2/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2009/11/09 23:12:18 othyro Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Net_URL2-0.3.0
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://download.pear.php.net/package/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://download.pear.php.net/package/
|
||||
COMMENT= Class for parsing and handling URL
|
||||
#LICENSE= # TODO: (see mk/license.mk)
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
.include "../../lang/php/pear.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
pear-Net_URL2/PLIST
Normal file
5
pear-Net_URL2/PLIST
Normal file
|
@ -0,0 +1,5 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2009/11/09 23:12:18 othyro Exp $
|
||||
lib/php/.registry/net_url2.reg
|
||||
lib/php/Net/URL2.php
|
||||
lib/php/doc/Net_URL2/docs/6470.php
|
||||
lib/php/doc/Net_URL2/docs/example.php
|
5
pear-Net_URL2/distinfo
Normal file
5
pear-Net_URL2/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2009/11/09 23:12:18 othyro Exp $
|
||||
|
||||
SHA1 (pear/Net_URL2-0.3.0.tgz) = d1fbf0b2d880e749629f9cc03785af392a410b7d
|
||||
RMD160 (pear/Net_URL2-0.3.0.tgz) = 585142ec162b3e03956ec45e9c480ad4717e49a8
|
||||
Size (pear/Net_URL2-0.3.0.tgz) = 8371 bytes
|
Loading…
Reference in a new issue