mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
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/
This commit is contained in:
parent
41857e35a3
commit
7cbba24dba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=104575
@ -48,6 +48,7 @@
|
||||
SUBDIR += lukemftpd
|
||||
SUBDIR += mget
|
||||
SUBDIR += mirror
|
||||
SUBDIR += moftpd
|
||||
SUBDIR += muddleftpd
|
||||
SUBDIR += ncftp
|
||||
SUBDIR += ncftp2
|
||||
|
22
ftp/moftpd/Makefile
Normal file
22
ftp/moftpd/Makefile
Normal file
@ -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>
|
2
ftp/moftpd/distinfo
Normal file
2
ftp/moftpd/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (moftpd-1.1.6.tar.gz) = 9a1a71a73557e68a5f39f881110e8262
|
||||
SIZE (moftpd-1.1.6.tar.gz) = 365852
|
4
ftp/moftpd/pkg-descr
Normal file
4
ftp/moftpd/pkg-descr
Normal file
@ -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/
|
5
ftp/moftpd/pkg-plist
Normal file
5
ftp/moftpd/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
etc/moftpd.conf.dist
|
||||
sbin/moftpd
|
||||
%%DATADIR%%/locale/sv.loc
|
||||
@dirrm %%DATADIR%%/locale
|
||||
@dirrm %%DATADIR%%
|
Loading…
Reference in New Issue
Block a user