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:
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
|
@ -527,6 +527,7 @@
|
|||
SUBDIR += pear-Net_SMTP
|
||||
SUBDIR += pear-Net_Sieve
|
||||
SUBDIR += pear-Net_Socket
|
||||
SUBDIR += pear-Net_URL
|
||||
SUBDIR += pen
|
||||
SUBDIR += perldap
|
||||
SUBDIR += pfinger
|
||||
|
|
31
net/pear-Net_URL/Makefile
Normal file
31
net/pear-Net_URL/Makefile
Normal 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>
|
1
net/pear-Net_URL/distinfo
Normal file
1
net/pear-Net_URL/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (PEAR/Net_URL-1.0.10.tgz) = 92db5fef86bb64da7c5edae6c63edb21
|
3
net/pear-Net_URL/pkg-descr
Normal file
3
net/pear-Net_URL/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Provides easy parsing of URLs and their constituent parts.
|
||||
|
||||
WWW: http://pear.php.net/package-info.php?pacid=34
|
3
net/pear-Net_URL/pkg-plist
Normal file
3
net/pear-Net_URL/pkg-plist
Normal file
|
@ -0,0 +1,3 @@
|
|||
%%PEARDIR%%/Net/URL.php
|
||||
%%PKGREGDIR%%/package.xml
|
||||
@unexec rmdir %%PKGREGDIR%% 2>/dev/null || true
|
31
net/pear-Net_URL2/Makefile
Normal file
31
net/pear-Net_URL2/Makefile
Normal 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>
|
1
net/pear-Net_URL2/distinfo
Normal file
1
net/pear-Net_URL2/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (PEAR/Net_URL-1.0.10.tgz) = 92db5fef86bb64da7c5edae6c63edb21
|
3
net/pear-Net_URL2/pkg-descr
Normal file
3
net/pear-Net_URL2/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Provides easy parsing of URLs and their constituent parts.
|
||||
|
||||
WWW: http://pear.php.net/package-info.php?pacid=34
|
3
net/pear-Net_URL2/pkg-plist
Normal file
3
net/pear-Net_URL2/pkg-plist
Normal file
|
@ -0,0 +1,3 @@
|
|||
%%PEARDIR%%/Net/URL.php
|
||||
%%PKGREGDIR%%/package.xml
|
||||
@unexec rmdir %%PKGREGDIR%% 2>/dev/null || true
|
Loading…
Reference in a new issue