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

25 lines
607 B
Plaintext

PortSystem 1.0
name bcv
version 2.2
revision 1
categories math
license GPL-2
platforms darwin
maintainers nomaintainer
description command line number converter
long_description Converts number to/from decimal, hex, bin, octal and \
ascii on the command line.
homepage http://gbarbier.free.fr/prj/dev/#bcv
master_sites macports
checksums md5 224b7c1a0dc4ac1fa8ce50e0bd99c5c2 \
sha1 4ce158bdc338d8d7dbfc81a3c011cf24bcc5f016
use_configure no
destroot {
xinstall -m 0555 -s ${worksrcpath}/bcv ${destroot}${prefix}/bin/
xinstall -m 0444 ${worksrcpath}/bcv.1 ${destroot}${prefix}/share/man/man1/
}