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

17 lines
595 B
Plaintext

PortSystem 1.0
PortGroup ruby 1.0
ruby.setup {termios ruby-termios} 0.9.4 extconf.rb {README examples}
maintainers nomaintainer
description simple wrapper for termios(3)
long_description Termios module are a simple wrapper for termios(3). \
It can be included into IO-family classes and can \
extend IO-family objects. In addition, the methods \
can use as module function.
categories-append sysutils
license {Ruby GPL}
homepage http://arika.org/ruby/${ruby.module}
master_sites http://arika.org/archive/
checksums md5 41db1c72b11d1ac2a950b062922f2fde
platforms darwin