Commit graph

7 commits

Author SHA1 Message Date
jlam
49044b1ec2 Install as a gem using the pkgsrc rubygem.mk framework instead of
directly into site_ruby.
2008-04-04 15:30:00 +00:00
taca
82edec01c1 Revive ruby-cmd package.
New HOMEPAGE and MASTER_SITES was noted from minskim by private mail.
2006-01-03 14:57:52 +00:00
taca
cd87b6b05f Remove ruby-cmd package since MASTER_SITES and HOMEPAGE aren't available
any more.
2006-01-03 07:22:11 +00:00
taca
2a1a546cae Minor clean up. 2005-11-02 11:33:32 +00:00
taca
e37f378484 Update ruby-cmd pacakge 0.7.2.
= Cmd Changelog

== Version 0.7.2

* Breaking the assignment to READLINE_SUPPORTED over multiple lines did not
  appease RDoc. Fortunately Dave Thomas showed me several ways that I could
  accomplish the same thing whilst appeasing RDoc. Sadly another minor bug fix
  release :\ [Dave Thomas]

== Version 0.7.1

* Broke assignment to READLINE_SUPPORTED over several lines as removing the
  semicolons resulted in the incorrect behavior, and having the semicolons made
  RDoc fail to parse the file. [Jim Weirich]
2005-09-04 13:53:53 +00:00
minskim
5164dbe1f7 Update HOMEPAGE and fix a typo in COMMENT. 2005-04-11 03:53:57 +00:00
minskim
aa34255889 Import ruby-cmd.
cmd is a library for building line-oriented command interpreters in
Ruby. Simply inherit from cmd's Cmd class, and methods whose names
start with do_ become interactive commands.  cmd is inspired by the
Python library of the same name, but offers a distinctive Ruby feel
and several additional features.
2005-04-11 03:26:55 +00:00