devel/cppunit misses a destructor declaration for one of its classes.
[pkgsrcv2.git] / devel / ruby-cmd / DESCR
1 cmd is a library for building line-oriented command interpreters in
2 Ruby. Simply inherit from cmd's Cmd class, and methods whose names
3 start with do_ become interactive commands.  cmd is inspired by the
4 Python library of the same name, but offers a distinctive Ruby feel
5 and several additional features.