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