Files
Lawrence Velázquez 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

24 lines
649 B
Plaintext

PortSystem 1.0
name xmlindent
version 0.2.17
revision 1
categories textproc
platforms darwin
maintainers nomaintainer
description xml indentation utility
long_description XML Indent is a XML stream reformatter written \
in ANSI C. It is analogous to GNU indent.
homepage http://xmlindent.sourceforge.net
master_sites sourceforge
checksums md5 c08be3867ee906ca69b949d55a4f3780 \
sha1 024d5c27ae7fd63b012e663c437b3ec46f12b789 \
rmd160 f0b6e51ed24c16026d551c495d4c5bbb1d892b5d
depends_build port:flex
use_configure no
pre-build {
reinplace "s|PREFIX=/usr/local|PREFIX=\$(DESTDIR)${prefix}|" ${worksrcpath}/Makefile
}