mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
23 lines
756 B
Plaintext
23 lines
756 B
Plaintext
PortSystem 1.0
|
|
PortGroup ruby 1.0
|
|
|
|
ruby.setup session 2.2.0 basic_install.rb {README sample}
|
|
maintainers nomaintainer
|
|
description drive Sh, Bash, IDL easily from scripts
|
|
long_description Session offers a set of class for driving external \
|
|
progams via pipes. It offers a significant \
|
|
abstraction over Open3::popen since stdout/stderr \
|
|
can be processed individually for each command. \
|
|
Additionally the exit_status of each command is made \
|
|
available.
|
|
categories-append shells
|
|
homepage http://www.codeforpeople.com/lib/ruby/${ruby.module}
|
|
master_sites ${homepage}
|
|
extract.suffix .tgz
|
|
checksums md5 1679f389d99feb6c1994d3e7c6aa9494
|
|
platforms any
|
|
supported_archs noarch
|
|
|
|
test.run yes
|
|
test.cmd ${ruby.bin} test/session.rb
|