Revive ruby-cmd package.
New HOMEPAGE and MASTER_SITES was noted from minskim by private mail.
This commit is contained in:
parent
85a97296bf
commit
82edec01c1
4 changed files with 36 additions and 0 deletions
5
devel/ruby-cmd/DESCR
Normal file
5
devel/ruby-cmd/DESCR
Normal file
|
@ -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.
|
22
devel/ruby-cmd/Makefile
Normal file
22
devel/ruby-cmd/Makefile
Normal file
|
@ -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
|
||||
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"
|
4
devel/ruby-cmd/PLIST
Normal file
4
devel/ruby-cmd/PLIST
Normal file
|
@ -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
|
5
devel/ruby-cmd/distinfo
Normal file
5
devel/ruby-cmd/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue