1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

- Add net/pear-Net_URL2

PR:		112508
Submitted by:	Zhen REN<bg1tpt@gmail.com>
Repocopied by:	marcus
This commit is contained in:
Martin Wilke 2007-06-15 04:58:04 +00:00
parent 40128e4f6d
commit 75b955e22c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=193538
3 changed files with 15 additions and 12 deletions

View File

@ -1,24 +1,27 @@
# Ports collection makefile for: pear-Net_URL
# Date created: 2003-04-04
# Whom: Roman Neuhauser (<neuhauser@bellavista.cz>)
# Ports collection makefile for: pear-Net_URL2
# Date created: 8 May 2007
# Whom: Zhen REN <bg1tpt@gmail.com>
#
# $FreeBSD$
#
PORTNAME= Net_URL
PORTVERSION= 1.0.14
PORTNAME= Net_URL2
PORTVERSION= 0.1.0
CATEGORIES= net www pear
MAINTAINER= ports@FreeBSD.org
COMMENT= Easy parsing of URLs
MAINTAINER= bg1tpt@gmail.com
COMMENT= Easy parsing of Urls
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= Net
FILES= URL.php
FILES= URL2.php
EXAMPLES= example.php
TESTS= 6470.php
_EXAMPLESDIR= docs
_TESTSDIR= docs
IGNORE_WITH_PHP= 4
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"

View File

@ -1,3 +1,3 @@
MD5 (PEAR/Net_URL-1.0.14.tgz) = 4be5ac05dc5a9bc54a33cec66d87eb0a
SHA256 (PEAR/Net_URL-1.0.14.tgz) = 36d2d3ac0ac2969513ca3a5e99a5a2e2cb401956ab03b47e718903f131677c45
SIZE (PEAR/Net_URL-1.0.14.tgz) = 5173
MD5 (PEAR/Net_URL2-0.1.0.tgz) = 2d94bd5dbd7170dc82613b3c815a2609
SHA256 (PEAR/Net_URL2-0.1.0.tgz) = 8805f0240be08d476a06f26571f039f20d5495d4b102efbf56ac2417e5d0b136
SIZE (PEAR/Net_URL2-0.1.0.tgz) = 5358

View File

@ -1,3 +1,3 @@
Provides easy parsing of URLs and their constituent parts.
WWW: http://pear.php.net/package/Net_URL/
WWW: http://pear.php.net/package/Net_URL2/