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
19 lines
622 B
Plaintext
19 lines
622 B
Plaintext
PortSystem 1.0
|
|
PortGroup ruby 1.0
|
|
PortGroup muniversal 1.0
|
|
|
|
ruby.setup uconv 0.6.1 extconf.rb {README README.ja}
|
|
maintainers nomaintainer
|
|
description Ruby API to convert Unicode characters
|
|
long_description This is a ruby API for converting unicode characters
|
|
homepage http://www.yoshidam.net/
|
|
license Ruby
|
|
master_sites ${homepage}
|
|
worksrcdir ${ruby.module}
|
|
checksums md5 3ed7deedc2ca59f0de0e930ba3fa9b33 \
|
|
sha1 0aa28b222d6175e827602775f43ff270274cfc4d \
|
|
sha256 8723456da3899408b3d593c2eca9956834293b6dff9a54e9efb5dfe5ae813363 \
|
|
rmd160 c068f5441567c9d72004cbc819c1db0a37103223
|
|
platforms darwin
|
|
|