mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
for pf in */*/Portfile
do
ed -s "$pf" <<-'EOF'
1,3g/^[[:space:]]*#[[:space:]]*\$Id.*\$[[:space:]]*$/d
1g/^[[:space:]]*$/d
w
q
EOF
done
28 lines
780 B
Plaintext
28 lines
780 B
Plaintext
PortSystem 1.0
|
|
|
|
name moftpd
|
|
version 1.2.1
|
|
categories net
|
|
license GPL-2
|
|
platforms darwin
|
|
maintainers nomaintainer
|
|
description moftpd is a FTP server supporting IPv6, virtual hosts
|
|
long_description moftpd is a FTP server supporting IPv6, virtual hosts, \
|
|
fine grained permissions, and more. TLS is supported, and \
|
|
clients can be authenticated and logged in by certificate.
|
|
|
|
homepage http://www.morth.org/moftpd/
|
|
master_sites ftp://ftp.morth.org/moftpd/
|
|
checksums md5 a91888ce3f58d411dacad6f546ffc6d6
|
|
use_bzip2 yes
|
|
|
|
use_parallel_build no
|
|
|
|
destroot.destdir prefix=${destroot}${prefix} \
|
|
mandir=${destroot}${prefix}/share/man
|
|
|
|
post-destroot {
|
|
file rename ${destroot}${prefix}/share/examples/moftpd.conf.dist \
|
|
${destroot}${prefix}/etc/moftpd.conf.sample
|
|
}
|