You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
34b3070336
for pf in */*/Portfile
do
ed -s "$pf" <<-'EOF'
1,3g/^[[:space:]]*#[[:space:]]*\$Id.*\$[[:space:]]*$/d
1g/^[[:space:]]*$/d
w
q
EOF
done
23 lines
796 B
Tcl
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
|