diff options
author | clement <clement@FreeBSD.org> | 2004-03-19 10:38:22 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-03-19 10:38:22 +0800 |
commit | 2ccc309dd051ba27380e04149fb7a18cbdba77ab (patch) | |
tree | bca8a601a99410346d786a4abe199fdd6961f649 /ftp | |
parent | 6e6825fbd4e747ef0539f188d90a60032e85f69d (diff) | |
download | freebsd-ports-gnome-2ccc309dd051ba27380e04149fb7a18cbdba77ab.tar.gz freebsd-ports-gnome-2ccc309dd051ba27380e04149fb7a18cbdba77ab.tar.zst freebsd-ports-gnome-2ccc309dd051ba27380e04149fb7a18cbdba77ab.zip |
Add moftpd 1.1.6.
A powerful FTP server supporting IPv6, virtual hosts, fine
grained permissions, and much more.
WWW: http://www.morth.org/moftpd/
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/Makefile | 1 | ||||
-rw-r--r-- | ftp/moftpd/Makefile | 22 | ||||
-rw-r--r-- | ftp/moftpd/distinfo | 2 | ||||
-rw-r--r-- | ftp/moftpd/pkg-descr | 4 | ||||
-rw-r--r-- | ftp/moftpd/pkg-plist | 5 |
5 files changed, 34 insertions, 0 deletions
diff --git a/ftp/Makefile b/ftp/Makefile index da8c710ba858..2c18ed53699f 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -48,6 +48,7 @@ SUBDIR += lukemftpd SUBDIR += mget SUBDIR += mirror + SUBDIR += moftpd SUBDIR += muddleftpd SUBDIR += ncftp SUBDIR += ncftp2 diff --git a/ftp/moftpd/Makefile b/ftp/moftpd/Makefile new file mode 100644 index 000000000000..6e71fbd5aedb --- /dev/null +++ b/ftp/moftpd/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: moftpd +# Date created: Mar 19, 2004 +# Whom: Clement Laforet <clement@FreeBSD>org> +# +# $FreeBSD$ +# + +PORTNAME= moftpd +PORTVERSION= 1.1.6 +CATEGORIES= ftp ipv6 +MASTER_SITES= ftp://ftp.morth.org/moftpd/ + +MAINTAINER= ports@FreeBSD.org +COMMENT= A powerful FTP server supporting IPv6, TLS, and much more + +GNU_CONFIGURE= yes +USE_OPENSSL= yes +USE_GMAKE= yes + +MAN8= moftpd.8 + +.include <bsd.port.mk> diff --git a/ftp/moftpd/distinfo b/ftp/moftpd/distinfo new file mode 100644 index 000000000000..fc7c883bb005 --- /dev/null +++ b/ftp/moftpd/distinfo @@ -0,0 +1,2 @@ +MD5 (moftpd-1.1.6.tar.gz) = 9a1a71a73557e68a5f39f881110e8262 +SIZE (moftpd-1.1.6.tar.gz) = 365852 diff --git a/ftp/moftpd/pkg-descr b/ftp/moftpd/pkg-descr new file mode 100644 index 000000000000..f0298ddbc61f --- /dev/null +++ b/ftp/moftpd/pkg-descr @@ -0,0 +1,4 @@ +moftpd is a powerful FTP server supporting IPv6, virtual hosts, fine +grained permissions, and much more + +WWW: http://www.morth.org/moftpd/ diff --git a/ftp/moftpd/pkg-plist b/ftp/moftpd/pkg-plist new file mode 100644 index 000000000000..b6555d986aab --- /dev/null +++ b/ftp/moftpd/pkg-plist @@ -0,0 +1,5 @@ +etc/moftpd.conf.dist +sbin/moftpd +%%DATADIR%%/locale/sv.loc +@dirrm %%DATADIR%%/locale +@dirrm %%DATADIR%% |