pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ruby-cmd Revive ruby-cmd package.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c3920efa8d58
branches:  trunk
changeset: 505406:c3920efa8d58
user:      taca <taca%pkgsrc.org@localhost>
date:      Tue Jan 03 14:57:52 2006 +0000

description:
Revive ruby-cmd package.

New HOMEPAGE and MASTER_SITES was noted from minskim by private mail.

diffstat:

 devel/ruby-cmd/DESCR    |   5 +++++
 devel/ruby-cmd/Makefile |  22 ++++++++++++++++++++++
 devel/ruby-cmd/PLIST    |   4 ++++
 devel/ruby-cmd/distinfo |   5 +++++
 4 files changed, 36 insertions(+), 0 deletions(-)

diffs (52 lines):

diff -r 4d405850cea4 -r c3920efa8d58 devel/ruby-cmd/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-cmd/DESCR      Tue Jan 03 14:57:52 2006 +0000
@@ -0,0 +1,5 @@
+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.
diff -r 4d405850cea4 -r c3920efa8d58 devel/ruby-cmd/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-cmd/Makefile   Tue Jan 03 14:57:52 2006 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.6 2006/01/03 14:57:52 taca Exp $
+
+DISTNAME=      cmd-0.7.2
+PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel ruby
+MASTER_SITES=  http://rubyforge.org/frs/download.php/3939/
+EXTRACT_SUFX=  .tar.bz2
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      http://rubyforge.org/projects/cmd/
+COMMENT=       Library for building line-oriented command interpreters
+
+DEPENDS+=      ${RUBY_PKGPREFIX}-readline-[0-9]*:../../devel/ruby-readline
+
+USE_RUBY_SETUP=        yes
+
+post-install:
+       ${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/cmd
+       ${INSTALL_DATA} ${WRKSRC}/README ${RUBY_DOCDIR}/cmd
+
+.include "../../lang/ruby/modules.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 4d405850cea4 -r c3920efa8d58 devel/ruby-cmd/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-cmd/PLIST      Tue Jan 03 14:57:52 2006 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.3 2006/01/03 14:57:52 taca Exp $
+${RUBY_SITELIBDIR}/cmd.rb
+${RUBY_DOCDIR}/cmd/README
+@dirrm ${RUBY_DOCDIR}/cmd
diff -r 4d405850cea4 -r c3920efa8d58 devel/ruby-cmd/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-cmd/distinfo   Tue Jan 03 14:57:52 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.4 2006/01/03 14:57:52 taca Exp $
+
+SHA1 (cmd-0.7.2.tar.bz2) = f0af8d74cc55c23bb4755321fab8ecea77e8a982
+RMD160 (cmd-0.7.2.tar.bz2) = a1841e7437cfef50ec324c0b97ca664f76224ac1
+Size (cmd-0.7.2.tar.bz2) = 23325 bytes



Home | Main Index | Thread Index | Old Index