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

23 lines
796 B
Tcl

# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
name jicmp
version 1.0.12
categories java
license GPL-2+
maintainers nomaintainer
platforms darwin
description Java ICMP implementation
long_description ICMP is a Java interface to the ICMP protocol (ping), \
originally written as a part of OpenNMS
homepage http://www.opennms.org/wiki/Jicmp
master_sites sourceforge:opennms
checksums md5 66ba5cf3ec24399a8e6ee2737692ccc4 \
sha1 ee4729dd8c1d882e544cba58668eff3c2f751020 \
rmd160 f01731c2b992a4989dcd5cd29d4d4da99b350515