cvs commit: ports/www Makefile ports/www/mod_ftp .deps Makefile distinfo pkg-descr pkg-message pkg-plist ports/www/mod_ftp/files patch-install patch-lingering-close patch-ls-sort patch-quiet patch-warnings

[ Available lists | Index of cvs-ports | Month of Mar 2012 | Week of 13 Mar 2012 | Raw email | View thread | Wrap long lines | Reply ]
From
Mikhail Teterin <mi@FreeBSD.org>
Date
13 Mar 2012 17:02:32
Subject
cvs commit: ports/www Makefile ports/www/mod_ftp .deps Makefile distinfo pkg-descr pkg-message pkg-plist ports/www/mod_ftp/files patch-install patch-lingering-close patch-ls-sort patch-quiet patch-warnings
Message-ID
201203131702.q2DH2W4T097438@repoman.freebsd.org


[ Hide this part ]
mi          2012-03-13 17:02:32 UTC

FreeBSD ports repository

Modified files:
www Makefile
Added files:
www/mod_ftp .deps Makefile distinfo pkg-descr
pkg-message pkg-plist
www/mod_ftp/files patch-install patch-lingering-close
patch-ls-sort patch-quiet patch-warnings
Log:
mod_ftp is a FTP Protocol module to serve httpd content over the
FTP protocol (whereever the HTTP protocol could also be used). It
provides both RETR/REST retrieval and STOR/APPE upload, using the
same user/permissions model as httpd (so it shares the same security
considerations as mod_dav plus mod_dav_fs).

WWW: http://httpd.apache.org/mod_ftp/

Feature safe: yes

Revision Changes Path
1.3140 +1 -0 ports/www/Makefile
1.1 +0 -0 ports/www/mod_ftp/.deps (new)
1.1 +32 -0 ports/www/mod_ftp/Makefile (new)
1.1 +2 -0 ports/www/mod_ftp/distinfo (new)
1.1 +40 -0 ports/www/mod_ftp/files/patch-install (new)
1.1 +21 -0 ports/www/mod_ftp/files/patch-lingering-close (new)
1.1 +238 -0 ports/www/mod_ftp/files/patch-ls-sort (new)
1.1 +21 -0 ports/www/mod_ftp/files/patch-quiet (new)
1.1 +31 -0 ports/www/mod_ftp/files/patch-warnings (new)
1.1 +7 -0 ports/www/mod_ftp/pkg-descr (new)
1.1 +7 -0 ports/www/mod_ftp/pkg-message (new)
1.1 +5 -0 ports/www/mod_ftp/pkg-plist (new)


Elapsed time: 0.082 seconds