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
22 lines
598 B
Plaintext
22 lines
598 B
Plaintext
PortSystem 1.0
|
|
|
|
name ddnsu
|
|
version 0.3.0
|
|
categories net
|
|
license GPL-2+
|
|
platforms darwin
|
|
maintainers nomaintainer
|
|
description simple, reliable and small updating client for dynamic DNS
|
|
long_description ddnsu is a dynamic DNS updating client that aims to be \
|
|
simple, reliable, and above all very small. It works with \
|
|
services such as DynDNS.org.
|
|
|
|
homepage http://psydev.sourceforge.net/new/ddnsu/
|
|
master_sites sourceforge:project/psydev/ddnsu/${version}
|
|
|
|
checksums md5 2374bf97f8851c5ad0c28a8625bd726a
|
|
|
|
use_configure no
|
|
|
|
destroot.destdir INSTALLPATH=${destroot}${prefix}/bin
|