diff options
-rw-r--r-- | www/notftp/Makefile | 5 | ||||
-rw-r--r-- | www/notftp/distinfo | 2 | ||||
-rw-r--r-- | www/notftp/pkg-comment | 2 | ||||
-rw-r--r-- | www/notftp/pkg-descr | 10 | ||||
-rw-r--r-- | www/notftp/pkg-message | 5 | ||||
-rw-r--r-- | www/notftp/pkg-plist | 8 |
6 files changed, 17 insertions, 15 deletions
diff --git a/www/notftp/Makefile b/www/notftp/Makefile index 34c5d81aebe4..178629fb280c 100644 --- a/www/notftp/Makefile +++ b/www/notftp/Makefile @@ -6,7 +6,7 @@ # PORTNAME= notftp -PORTVERSION= 1.2.2 +PORTVERSION= 1.3 CATEGORIES= www MASTER_SITES= http://wonko.com/notftp/files/ @@ -30,7 +30,4 @@ do-install: ${CHMOD} -R ${BINMODE} ${INSTALLDIR} ${FIND} ${INSTALLDIR} ! -type d | ${XARGS} ${CHMOD} ${NOBINMODE} -post-install: - @${CAT} ${PKGMESSAGE} - .include <bsd.port.mk> diff --git a/www/notftp/distinfo b/www/notftp/distinfo index b9ebeaa08a30..39d05f168be1 100644 --- a/www/notftp/distinfo +++ b/www/notftp/distinfo @@ -1 +1 @@ -MD5 (notftp-1.2.2.tar.gz) =3D cff28c766027d341cac077cc115417ce +MD5 (notftp-1.3.tar.gz) = 4a928c356d35940da028b3bf85528da7 diff --git a/www/notftp/pkg-comment b/www/notftp/pkg-comment index 69879987c82f..c83579337e91 100644 --- a/www/notftp/pkg-comment +++ b/www/notftp/pkg-comment @@ -1 +1 @@ -A WWW<->FTP gateway written in PHP +An easy to use Web to FTP gateway written in PHP diff --git a/www/notftp/pkg-descr b/www/notftp/pkg-descr index 5a48acd43785..109b6fd3dd0a 100644 --- a/www/notftp/pkg-descr +++ b/www/notftp/pkg-descr @@ -1,7 +1,9 @@ -NotFTP is a WWW<->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. +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/ diff --git a/www/notftp/pkg-message b/www/notftp/pkg-message deleted file mode 100644 index 4fb7efcab754..000000000000 --- a/www/notftp/pkg-message +++ /dev/null @@ -1,5 +0,0 @@ -NotFTP requires that PHP be compiled with the --with-ftp option. If you've -already done this, you should be able to browse to http://yourserver/notftp/ and -have it work right out of the box. - -To customize NotFTP, edit the file config.php in the notftp directory. diff --git a/www/notftp/pkg-plist b/www/notftp/pkg-plist index 92aa78e12671..2a68891f648f 100644 --- a/www/notftp/pkg-plist +++ b/www/notftp/pkg-plist @@ -1,10 +1,18 @@ %%INSTALLDIR%%/config.php %%INSTALLDIR%%/ftp.php %%INSTALLDIR%%/functions.php +%%INSTALLDIR%%/HISTORY %%INSTALLDIR%%/index.php %%INSTALLDIR%%/LICENSE %%INSTALLDIR%%/README %%INSTALLDIR%%/lib/footer.php %%INSTALLDIR%%/lib/header.php +%%INSTALLDIR%%/lib/lang/en.php +%%INSTALLDIR%%/lib/lang/es.php +%%INSTALLDIR%%/styles/beveled.css +%%INSTALLDIR%%/styles/simple.css +%%INSTALLDIR%%/styles/tooblue.css +@dirrm %%INSTALLDIR%%/styles +@dirrm %%INSTALLDIR%%/lib/lang @dirrm %%INSTALLDIR%%/lib @dirrm %%INSTALLDIR%% |