FreeBSD Bugzilla – Attachment 23327 Details for
Bug 40168
NEW PORT: NotFTP, a WWW-HTTP gateway written in PHP
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
file.shar
file.shar (text/plain), 4.03 KB, created by
Ryan Grove
on 2002-07-04 06:20:01 UTC
(
hide
)
Description:
file.shar
Filename:
MIME Type:
Creator:
Ryan Grove
Created:
2002-07-04 06:20:01 UTC
Size:
4.03 KB
patch
obsolete
># 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/Makefile ># /usr/ports/www/notftp/pkg-comment ># /usr/ports/www/notftp/pkg-descr ># /usr/ports/www/notftp/pkg-plist ># /usr/ports/www/notftp/distinfo ># /usr/ports/www/notftp/pkg-message ># >echo c - /usr/ports/www/notftp >mkdir -p /usr/ports/www/notftp > /dev/null 2>&1 >echo x - /usr/ports/www/notftp/Makefile >sed 's/^X//' >/usr/ports/www/notftp/Makefile << 'END-of-/usr/ports/www/no= >tftp/Makefile' >X# New ports collection makefile for: NotFTP >X# Date created: 3 July 2002 >X# Whom: Ryan Grove <ryan@wonko.com> >X# >X# $FreeBSD$ >X# >X >XPORTNAME=3D notftp >XPORTVERSION=3D 1.2.2 >XCATEGORIES=3D www >XMASTER_SITES=3D http://wonko.com/notftp/files/ >X >XMAINTAINER=3D ryan@wonko.com >X >XRUN_DEPENDS=3D ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/= >mod_php4 >X >XPREFIX=3D ${LOCALBASE} >XWEBOWN?=3D www >XWEBGRP?=3D www >XAPACHEDIR=3D ${PREFIX}/www/data >XINSTALLDIR=3D ${APACHEDIR}/notftp >XNO_BUILD=3D yes >X >XPLIST_SUB+=3D INSTALLDIR=3D${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 >Xpost-install: >X @${CAT} ${PKGMESSAGE} >X >X.include <bsd.port.mk> >END-of-/usr/ports/www/notftp/Makefile >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' >XA WWW<->FTP gateway written in PHP >END-of-/usr/ports/www/notftp/pkg-comment >echo x - /usr/ports/www/notftp/pkg-descr >sed 's/^X//' >/usr/ports/www/notftp/pkg-descr << 'END-of-/usr/ports/www/n= >otftp/pkg-descr' >XNotFTP is a WWW<->FTP gateway written in PHP. It supports all common FTP >Xfunctions and allows the administrator to set a maximum transfer size an= >d a >Xdaily transfer quota for users. It is particularly well-suited for makin= >g FTP >Xaccessible to users behind an HTTP-only proxy. >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-plist >sed 's/^X//' >/usr/ports/www/notftp/pkg-plist << 'END-of-/usr/ports/www/n= >otftp/pkg-plist' >X%%INSTALLDIR%%/config.php >X%%INSTALLDIR%%/ftp.php >X%%INSTALLDIR%%/functions.php >X%%INSTALLDIR%%/index.php >X%%INSTALLDIR%%/LICENSE >X%%INSTALLDIR%%/README >X%%INSTALLDIR%%/lib/footer.php >X%%INSTALLDIR%%/lib/header.php >X@dirrm %%INSTALLDIR%%/lib >X@dirrm %%INSTALLDIR%% >END-of-/usr/ports/www/notftp/pkg-plist >echo x - /usr/ports/www/notftp/distinfo >sed 's/^X//' >/usr/ports/www/notftp/distinfo << 'END-of-/usr/ports/www/no= >tftp/distinfo' >XMD5 (notftp-1.2.2.tar.gz) =3D cff28c766027d341cac077cc115417ce >END-of-/usr/ports/www/notftp/distinfo >echo x - /usr/ports/www/notftp/pkg-message >sed 's/^X//' >/usr/ports/www/notftp/pkg-message << 'END-of-/usr/ports/www= >/notftp/pkg-message' >X=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= >=3D=3D=3D=3D=3D=3D >XNotFTP requires that PHP be compiled with the --with-ftp option. If you'= >ve >Xalready done this, you should be able to browse to http://yourserver/not= >ftp/ and >Xhave it work right out of the box. >X >XTo customize NotFTP, edit the file config.php in the notftp directory. >X=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= >=3D=3D=3D=3D=3D=3D >END-of-/usr/ports/www/notftp/pkg-message >exit
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 40168
: 23327