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.
This commit is contained in:
parent
40af6560a0
commit
d3b598b3bf
3 changed files with 20 additions and 0 deletions
2
net/pear-Net_URL2/DESCR
Normal file
2
net/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.
|
13
net/pear-Net_URL2/Makefile
Normal file
13
net/pear-Net_URL2/Makefile
Normal file
|
@ -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"
|
5
net/pear-Net_URL2/distinfo
Normal file
5
net/pear-Net_URL2/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue