diff options
Diffstat (limited to 'net/publicfile/pkg')
-rw-r--r-- | net/publicfile/pkg/DESCR | 20 | ||||
-rw-r--r-- | net/publicfile/pkg/MESSAGE | 8 | ||||
-rw-r--r-- | net/publicfile/pkg/PLIST | 6 |
3 files changed, 34 insertions, 0 deletions
diff --git a/net/publicfile/pkg/DESCR b/net/publicfile/pkg/DESCR new file mode 100644 index 00000000000..dec29b6bd81 --- /dev/null +++ b/net/publicfile/pkg/DESCR @@ -0,0 +1,20 @@ +publicfile supplies files to the public through HTTP and FTP + +Security features: + publicfile chroot()s to the public file area and sheds root privileges. + publicfile never attempts to modify the public file area. + publicfile never runs any other programs. + +HTTP features: + publicfile supports virtual hosts through the Host field. + publicfile supports virtual hosts through absolute URLs. + publicfile supports HTTP/1.1 persistent connections. + publicfile supports HTTP/1.1 chunked responses. + publicfile supports user-controlled content types. + publicfile supports exact-prefix If-Modified-Since. + +FTP features: + publicfile has built-in LIST and NLST commands. + publicfile provides EPLF LIST responses. + publicfile supports restarted transfers. + publicfile supports pipelining. diff --git a/net/publicfile/pkg/MESSAGE b/net/publicfile/pkg/MESSAGE new file mode 100644 index 00000000000..0495d071cd8 --- /dev/null +++ b/net/publicfile/pkg/MESSAGE @@ -0,0 +1,8 @@ +====================================================================== +$NetBSD: MESSAGE,v 1.1.1.1 2001/09/16 22:50:39 zuntum Exp $ + + See http://cr.yp.to/publicfile.html for configuration information, + but note that where /usr/local is used, this package uses + ${PREFIX}/publicfile + +====================================================================== diff --git a/net/publicfile/pkg/PLIST b/net/publicfile/pkg/PLIST new file mode 100644 index 00000000000..0219bb43dd3 --- /dev/null +++ b/net/publicfile/pkg/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/09/16 22:50:39 zuntum Exp $ +publicfile/bin/configure +publicfile/bin/httpd +publicfile/bin/ftpd +@dirrm publicfile/bin +@dirrm publicfile |