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
15 lines
532 B
Plaintext
15 lines
532 B
Plaintext
PortSystem 1.0
|
|
name cvslock
|
|
version 0.2
|
|
categories devel
|
|
maintainers noos.fr:ocheron
|
|
description Locks a CVS repository
|
|
long_description The cvslock program is used to safely manipulate and \
|
|
inspect CVS repositories. To this end, it properly \
|
|
uses CVS' lock file mechanism.
|
|
platforms darwin
|
|
homepage http://www.does-not-exist.org/roessler/bits.html
|
|
master_sites http://www.does-not-exist.org/roessler/
|
|
checksums ${distname}${extract.suffix} md5 eec3f03e0cb490a4a73f838eb0d25959
|
|
configure.args --mandir=${prefix}/share/man
|