1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

New port: net/pear-Net_URL - Easy parsing of Urls

PEAR class providing easy parsing of URLs and their constituent
	parts.

PR:		ports/51071
Submitted by:	Thierry Thomas <neuhauser@bellavista.cz>
This commit is contained in:
Edwin Groothuis 2003-08-31 21:58:07 +00:00
parent 4c76ad7bd2
commit 701726376f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88213
9 changed files with 77 additions and 0 deletions

View File

@ -527,6 +527,7 @@
SUBDIR += pear-Net_SMTP SUBDIR += pear-Net_SMTP
SUBDIR += pear-Net_Sieve SUBDIR += pear-Net_Sieve
SUBDIR += pear-Net_Socket SUBDIR += pear-Net_Socket
SUBDIR += pear-Net_URL
SUBDIR += pen SUBDIR += pen
SUBDIR += perldap SUBDIR += perldap
SUBDIR += pfinger SUBDIR += pfinger

31
net/pear-Net_URL/Makefile Normal file
View File

@ -0,0 +1,31 @@
# Ports collection makefile for: pear-Net_URL
# Date created: 2003-04-04
# Whom: Roman Neuhauser (<neuhauser@bellavista.cz>)
#
# $FreeBSD$
#
PORTNAME= Net_URL
PORTVERSION= 1.0.10
CATEGORIES= net www
MASTER_SITES= http://pear.php.net/get/
PKGNAMEPREFIX= pear-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PEAR
MAINTAINER= ports@FreeBSD.org
COMMENT= Easy parsing of Urls
BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket
RUN_DEPENDS= ${BUILD_DEPENDS}
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
do-install:
@${INSTALL} -d -m 755 ${PKGREGDIR}
@${INSTALL} -d -m 755 ${PEARDIR}/Net
@${INSTALL_DATA} ${WRKDIR}/package.xml ${PKGREGDIR}
@${INSTALL_DATA} ${WRKSRC}/URL.php ${PEARDIR}/Net
.include <bsd.port.post.mk>

View File

@ -0,0 +1 @@
MD5 (PEAR/Net_URL-1.0.10.tgz) = 92db5fef86bb64da7c5edae6c63edb21

View File

@ -0,0 +1,3 @@
Provides easy parsing of URLs and their constituent parts.
WWW: http://pear.php.net/package-info.php?pacid=34

View File

@ -0,0 +1,3 @@
%%PEARDIR%%/Net/URL.php
%%PKGREGDIR%%/package.xml
@unexec rmdir %%PKGREGDIR%% 2>/dev/null || true

View File

@ -0,0 +1,31 @@
# Ports collection makefile for: pear-Net_URL
# Date created: 2003-04-04
# Whom: Roman Neuhauser (<neuhauser@bellavista.cz>)
#
# $FreeBSD$
#
PORTNAME= Net_URL
PORTVERSION= 1.0.10
CATEGORIES= net www
MASTER_SITES= http://pear.php.net/get/
PKGNAMEPREFIX= pear-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PEAR
MAINTAINER= ports@FreeBSD.org
COMMENT= Easy parsing of Urls
BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket
RUN_DEPENDS= ${BUILD_DEPENDS}
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
do-install:
@${INSTALL} -d -m 755 ${PKGREGDIR}
@${INSTALL} -d -m 755 ${PEARDIR}/Net
@${INSTALL_DATA} ${WRKDIR}/package.xml ${PKGREGDIR}
@${INSTALL_DATA} ${WRKSRC}/URL.php ${PEARDIR}/Net
.include <bsd.port.post.mk>

View File

@ -0,0 +1 @@
MD5 (PEAR/Net_URL-1.0.10.tgz) = 92db5fef86bb64da7c5edae6c63edb21

View File

@ -0,0 +1,3 @@
Provides easy parsing of URLs and their constituent parts.
WWW: http://pear.php.net/package-info.php?pacid=34

View File

@ -0,0 +1,3 @@
%%PEARDIR%%/Net/URL.php
%%PKGREGDIR%%/package.xml
@unexec rmdir %%PKGREGDIR%% 2>/dev/null || true