Files
Lawrence VelázquezandMojca Miklavec 34b3070336 Remove all $Id$ lines
for pf in */*/Portfile
do
    ed -s "$pf" <<-'EOF'
	1,3g/^[[:space:]]*#[[:space:]]*\$Id.*\$[[:space:]]*$/d
	1g/^[[:space:]]*$/d
	w
	q
	EOF
done
2016-12-28 18:14:04 +01:00

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