ports/75915: New port: net/pear-Net_FTP PEAR OO interface to the PHP FTP functions plus some additions

Antonio Carlos Venancio Junior antonio at php.net
Fri Jan 7 14:20:28 UTC 2005


>Number:         75915
>Category:       ports
>Synopsis:       New port: net/pear-Net_FTP PEAR OO interface to the PHP FTP functions plus some additions
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 07 14:20:27 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Antônio Carlos Venâncio Júnior
>Release:        FreeBSD 4.11-STABLE i386
>Organization:
>Environment:
System: FreeBSD antonio.cb.sc.gov.br 4.11-STABLE FreeBSD 4.11-STABLE #7: Tue Jan  4 16:04:29 BRST 2005     root at antonio.cb.sc.gov.br:/usr/src/sys/compile/ANTONIO  i386
>Description:
New port: net/pear-Net_FTP PEAR OO interface to the PHP FTP functions plus some additions

Net_FTP allows you to communicate with FTP servers in a more comfortable way
than the native FTP functions of PHP do. The class implements everything nativly
supported by PHP and additionally features like recursive up- and downloading,
dircreation and chmodding. It although implements an observer pattern to allow
for example the view of a progress bar.
Cold Fusion tags.
>How-To-Repeat:
>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	pear-Net_FTP
#	pear-Net_FTP/Makefile
#	pear-Net_FTP/distinfo
#	pear-Net_FTP/pkg-descr
#
echo c - pear-Net_FTP
mkdir -p pear-Net_FTP > /dev/null 2>&1
echo x - pear-Net_FTP/Makefile
sed 's/^X//' >pear-Net_FTP/Makefile << 'END-of-pear-Net_FTP/Makefile'
X# Ports collection makefile for:  pear-Net_FTP
X# Date created:			  06 January 2005
X# Whom:				  Antonio Carlos Venancio Junior (<antonio at inf.ufsc.br>)
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Net_FTP
XPORTVERSION=	1.3.0
XCATEGORIES=	net pear
XDISTNAME=	${PORTNAME}-${PORTVERSION}RC2
X
XMAINTAINER=	antonio at php.net
XCOMMENT=	PEAR OO interface to the PHP FTP functions plus some additions
X
XBUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XUSE_PHP=	ftp
X
XFILES=		Net/FTP.php Net/FTP/Observer.php
XEXAMPLES=	extensions.ini index.php observer.php
X_EXAMPLESDIR=	example
X
X.include <bsd.port.pre.mk>
X.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
X.include <bsd.port.post.mk>
END-of-pear-Net_FTP/Makefile
echo x - pear-Net_FTP/distinfo
sed 's/^X//' >pear-Net_FTP/distinfo << 'END-of-pear-Net_FTP/distinfo'
XMD5 (PEAR/Net_FTP-1.3.0RC2.tgz) = 05fc7fea7bc80462f4e8990c021feec3
XSIZE (PEAR/Net_FTP-1.3.0RC2.tgz) = 19442
END-of-pear-Net_FTP/distinfo
echo x - pear-Net_FTP/pkg-descr
sed 's/^X//' >pear-Net_FTP/pkg-descr << 'END-of-pear-Net_FTP/pkg-descr'
XNet_FTP allows you to communicate with FTP servers in a more comfortable way
Xthan the native FTP functions of PHP do. The class implements everything nativly
Xsupported by PHP and additionally features like recursive up- and downloading,
Xdircreation and chmodding. It although implements an observer pattern to allow
Xfor example the view of a progress bar.
X
XWWW: http://pear.php.net/package/Net_FTP/
END-of-pear-Net_FTP/pkg-descr
exit
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list