Date: Sat, 12 Oct 2002 12:12:29 -0700 (PDT) From: Ryan Grove <ryan@wonko.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/43982: New port: www/notftp Message-ID: <200210121912.g9CJCTnQ007287@gimp.wonko.com>
next in thread | raw e-mail | index | archive | help
>Number: 43982 >Category: ports >Synopsis: New port: www/notftp >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Oct 12 12:20:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Ryan Grove >Release: FreeBSD 4.6.2-RELEASE i386 >Organization: <> >Environment: System: FreeBSD gimp.wonko.com 4.6.2-RELEASE FreeBSD 4.6.2-RELEASE #0: Wed Aug 14 21:23:26 GMT 2002 murray@builder.freebsdmall.com:/usr/src/sys/compile/GENERIC i386 >Description: NotFTP is a fully featured and easy to use Web to FTP gateway written in PHP. It supports all common FTP functions and allows the administrator to set a maximum transfer size and a daily transfer quota for users. It is particularly well-suited for making FTP accessible to users behind an HTTP-only proxy. In addition, it will usually work right out of the box with no configuration. WWW: http://wonko.com/notftp/ >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: # # /usr/ports/www/notftp # /usr/ports/www/notftp/pkg-plist # /usr/ports/www/notftp/pkg-descr # /usr/ports/www/notftp/pkg-comment # /usr/ports/www/notftp/distinfo # /usr/ports/www/notftp/Makefile # echo c - /usr/ports/www/notftp mkdir -p /usr/ports/www/notftp > /dev/null 2>&1 echo x - /usr/ports/www/notftp/pkg-plist sed 's/^X//' >/usr/ports/www/notftp/pkg-plist << 'END-of-/usr/ports/www/notftp/pkg-plist' X%%INSTALLDIR%%/config.php X%%INSTALLDIR%%/ftp.php X%%INSTALLDIR%%/functions.php X%%INSTALLDIR%%/HISTORY X%%INSTALLDIR%%/index.php X%%INSTALLDIR%%/LICENSE X%%INSTALLDIR%%/README X%%INSTALLDIR%%/lib/footer.php X%%INSTALLDIR%%/lib/header.php X%%INSTALLDIR%%/lib/lang/en.php X%%INSTALLDIR%%/lib/lang/es.php X%%INSTALLDIR%%/styles/beveled.css X%%INSTALLDIR%%/styles/simple.css X%%INSTALLDIR%%/styles/tooblue.css X@dirrm %%INSTALLDIR%%/styles X@dirrm %%INSTALLDIR%%/lib/lang X@dirrm %%INSTALLDIR%%/lib X@dirrm %%INSTALLDIR%% END-of-/usr/ports/www/notftp/pkg-plist echo x - /usr/ports/www/notftp/pkg-descr sed 's/^X//' >/usr/ports/www/notftp/pkg-descr << 'END-of-/usr/ports/www/notftp/pkg-descr' XNotFTP is a fully featured and easy to use Web to FTP gateway written in XPHP. It supports all common FTP functions and allows the administrator Xto set a maximum transfer size and a daily transfer quota for users. It Xis particularly well-suited for making FTP accessible to users behind an XHTTP-only proxy. In addition, it will usually work right out of the box Xwith no configuration. X XWWW: http://wonko.com/notftp/ X X- Ryan Grove <ryan@wonko.com> END-of-/usr/ports/www/notftp/pkg-descr echo x - /usr/ports/www/notftp/pkg-comment sed 's/^X//' >/usr/ports/www/notftp/pkg-comment << 'END-of-/usr/ports/www/notftp/pkg-comment' XAn easy to use Web to FTP gateway written in PHP END-of-/usr/ports/www/notftp/pkg-comment echo x - /usr/ports/www/notftp/distinfo sed 's/^X//' >/usr/ports/www/notftp/distinfo << 'END-of-/usr/ports/www/notftp/distinfo' XMD5 (notftp-1.3.tar.gz) = 4a928c356d35940da028b3bf85528da7 END-of-/usr/ports/www/notftp/distinfo echo x - /usr/ports/www/notftp/Makefile sed 's/^X//' >/usr/ports/www/notftp/Makefile << 'END-of-/usr/ports/www/notftp/Makefile' X# New ports collection makefile for: NotFTP X# Date created: Sat Oct 12, 2002 X# Whom: Ryan Grove <ryan@wonko.com> X# X# $FreeBSD$ X XPORTNAME= notftp XPORTVERSION= 1.3 XCATEGORIES= www XMASTER_SITES= http://wonko.com/notftp/files/ X XMAINTAINER= ryan@wonko.com X XRUN_DEPENDS= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4 X XPREFIX= ${LOCALBASE} XWEBOWN?= www XWEBGRP?= www XAPACHEDIR= ${PREFIX}/www/data XINSTALLDIR= ${APACHEDIR}/notftp XNO_BUILD= yes X XPLIST_SUB+= INSTALLDIR=${INSTALLDIR:S,^${PREFIX}/,,} X Xdo-install: X ${MKDIR} ${INSTALLDIR} X cd ${WRKSRC}; ${FIND} . \ X | cpio -pdm -R ${WEBOWN}:${WEBGRP} ${INSTALLDIR} X ${CHMOD} -R ${BINMODE} ${INSTALLDIR} X ${FIND} ${INSTALLDIR} ! -type d | ${XARGS} ${CHMOD} ${NOBINMODE} X X.include <bsd.port.mk> END-of-/usr/ports/www/notftp/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210121912.g9CJCTnQ007287>