ports/86246: [NEW PORT] ftp/phpwebftp: A set of PHP-scripts to manage FTP over the web

Jose Alonso Cardenas Marquez acardenas at bsd.org.pe
Sat Sep 17 05:10:01 UTC 2005


>Number:         86246
>Category:       ports
>Synopsis:       [NEW PORT] ftp/phpwebftp: A set of PHP-scripts to manage FTP over the web
>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:   Sat Sep 17 05:10:00 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Jose Alonso Cardenas Marquez
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
BSDPeru (http://www.bsd.org.pe)
>Environment:
FreeBSD HellFire.BSD.org.pe 5.4-STABLE FreeBSD 5.4-STABLE #0: Sat Sep 10 02:44:40 PET 2005
>Description:
phpWebFTP - Free web based FTP client

WWW:	http://www.v-wijk.net/
>How-To-Repeat:
      
>Fix:
--- phpwebftp-3.1.shar begins here ---
# 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:
#
#	phpwebftp
#	phpwebftp/pkg-descr
#	phpwebftp/Makefile
#	phpwebftp/pkg-plist
#	phpwebftp/distinfo
#
echo c - phpwebftp
mkdir -p phpwebftp > /dev/null 2>&1
echo x - phpwebftp/pkg-descr
sed 's/^X//' >phpwebftp/pkg-descr << 'END-of-phpwebftp/pkg-descr'
XphpWebFTP - Free web based FTP client
X
XWWW:	http://www.v-wijk.net/
END-of-phpwebftp/pkg-descr
echo x - phpwebftp/Makefile
sed 's/^X//' >phpwebftp/Makefile << 'END-of-phpwebftp/Makefile'
X# New ports collection makefile for:	phpwebftp
X# Date created:		2005-09-15
X# Whom:			Jose Alonso Cardenas Marquez <acardenas at bsd.org.pe>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	phpwebftp
XPORTVERSION=	3.1
XCATEGORIES=	ftp
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	phpwebftp
XDISTNAME=	phpWebFTP31
XEXTRACT_SUFX=	.zip
X
XMAINTAINER=	acardenas at bsd.org.pe
XCOMMENT=	A set of PHP-scripts to manage FTP over the web
X
XUSE_ZIP=	yes
XNO_BUILD=	yes
XUSE_PHP=	ftp
XPHPWEBFTPDIR?=	www/data/phpWebFTP
XPLIST_SUB+=	PHPWEBFTPDIR=${PHPWEBFTPDIR}
XWRKSRC=	${WRKDIR}/phpWebFTP
X
Xdo-configure:
X	@${MV} ${WRKSRC}/config.inc.php ${WRKSRC}/config.inc.php.bak
X	@${CAT} ${WRKSRC}/config.inc.php.bak | ${TR} -d '\015' > ${WRKSRC}/config.inc.php && \
X		${RM} ${WRKSRC}/config.inc.php.bak
X	@${FIND} -d ${WRKSRC} -name CVS -type d -print0 | ${XARGS} -0 ${RM} -R
X
Xdo-install:
X	@${MKDIR} ${PREFIX}/${PHPWEBFTPDIR}
X	@${CP} -R ${WRKSRC}/* ${PREFIX}/${PHPWEBFTPDIR}
X	@${CHGRP} -R ${WWWGRP} ${PREFIX}/${PHPWEBFTPDIR}
X
X.include <bsd.port.mk>
END-of-phpwebftp/Makefile
echo x - phpwebftp/pkg-plist
sed 's/^X//' >phpwebftp/pkg-plist << 'END-of-phpwebftp/pkg-plist'
X%%PHPWEBFTPDIR%%/config.inc.php
X%%PHPWEBFTPDIR%%/gpl.txt
X%%PHPWEBFTPDIR%%/img/zip.gif
X%%PHPWEBFTPDIR%%/img/createdir.gif
X%%PHPWEBFTPDIR%%/img/doc.gif
X%%PHPWEBFTPDIR%%/img/exe.gif
X%%PHPWEBFTPDIR%%/img/file.gif
X%%PHPWEBFTPDIR%%/img/flash.gif
X%%PHPWEBFTPDIR%%/img/folder.gif
X%%PHPWEBFTPDIR%%/img/gotodir.gif
X%%PHPWEBFTPDIR%%/img/html.gif
X%%PHPWEBFTPDIR%%/img/index.html
X%%PHPWEBFTPDIR%%/img/js.gif
X%%PHPWEBFTPDIR%%/img/leftback.gif
X%%PHPWEBFTPDIR%%/img/link.gif
X%%PHPWEBFTPDIR%%/img/listheaddiv.gif
X%%PHPWEBFTPDIR%%/img/listheader.gif
X%%PHPWEBFTPDIR%%/img/login.gif
X%%PHPWEBFTPDIR%%/img/logoff.gif
X%%PHPWEBFTPDIR%%/img/menu_delete.gif
X%%PHPWEBFTPDIR%%/img/menu_edit.gif
X%%PHPWEBFTPDIR%%/img/menu_rename.gif
X%%PHPWEBFTPDIR%%/img/menu_settings.gif
X%%PHPWEBFTPDIR%%/img/menuhead.gif
X%%PHPWEBFTPDIR%%/img/mode.gif
X%%PHPWEBFTPDIR%%/img/mov.gif
X%%PHPWEBFTPDIR%%/img/parent.gif
X%%PHPWEBFTPDIR%%/img/pdf.gif
X%%PHPWEBFTPDIR%%/img/php.gif
X%%PHPWEBFTPDIR%%/img/pic.gif
X%%PHPWEBFTPDIR%%/img/Thumbs.db
X%%PHPWEBFTPDIR%%/img/titlebar.gif
X%%PHPWEBFTPDIR%%/img/txt.gif
X%%PHPWEBFTPDIR%%/img/upload.gif
X%%PHPWEBFTPDIR%%/img/1px.gif
X%%PHPWEBFTPDIR%%/include/language/spanish.lang.php
X%%PHPWEBFTPDIR%%/include/language/catalan.lang.php
X%%PHPWEBFTPDIR%%/include/language/chinese simplified.lang.php
X%%PHPWEBFTPDIR%%/include/language/chinese.lang.php
X%%PHPWEBFTPDIR%%/include/language/czech.lang.php
X%%PHPWEBFTPDIR%%/include/language/danish.lang.php
X%%PHPWEBFTPDIR%%/include/language/dutch.lang.php
X%%PHPWEBFTPDIR%%/include/language/english.lang.php
X%%PHPWEBFTPDIR%%/include/language/french.lang.php
X%%PHPWEBFTPDIR%%/include/language/german.lang.php
X%%PHPWEBFTPDIR%%/include/language/index.html
X%%PHPWEBFTPDIR%%/include/language/italian.lang.php
X%%PHPWEBFTPDIR%%/include/language/latvian.lang.php
X%%PHPWEBFTPDIR%%/include/language/latvian-utf8.lang.php
X%%PHPWEBFTPDIR%%/include/language/polish.lang.php
X%%PHPWEBFTPDIR%%/include/language/portuguese.lang.php
X%%PHPWEBFTPDIR%%/include/language/russian.lang.php
X%%PHPWEBFTPDIR%%/include/language/slovak.lang.php
X%%PHPWEBFTPDIR%%/include/language/bulgarian.lang.php
X%%PHPWEBFTPDIR%%/include/functions.inc.php
X%%PHPWEBFTPDIR%%/include/index.html
X%%PHPWEBFTPDIR%%/include/script.js
X%%PHPWEBFTPDIR%%/index.php
X%%PHPWEBFTPDIR%%/setpermission.php
X%%PHPWEBFTPDIR%%/style/cm.css
X%%PHPWEBFTPDIR%%/style/index.html
X%%PHPWEBFTPDIR%%/tmp/index.html
X at dirrm %%PHPWEBFTPDIR%%/img
X at dirrm %%PHPWEBFTPDIR%%/include/language
X at dirrm %%PHPWEBFTPDIR%%/include
X at dirrm %%PHPWEBFTPDIR%%/style
X at dirrm %%PHPWEBFTPDIR%%/tmp
X at dirrm %%PHPWEBFTPDIR%%
END-of-phpwebftp/pkg-plist
echo x - phpwebftp/distinfo
sed 's/^X//' >phpwebftp/distinfo << 'END-of-phpwebftp/distinfo'
XMD5 (phpWebFTP31.zip) = 4b58bb852c844bde9944e98b46861f68
XSIZE (phpWebFTP31.zip) = 103943
END-of-phpwebftp/distinfo
exit
--- phpwebftp-3.1.shar ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list