diff options
author | taca <taca> | 2006-01-03 07:22:11 +0000 |
---|---|---|
committer | taca <taca> | 2006-01-03 07:22:11 +0000 |
commit | ce2f01dd1db5f4684a5b669f262edbdadc29bfcc (patch) | |
tree | a37b5f9ac0ade842c871cf4cdfca2d2316211c82 /devel | |
parent | ce045f012170642a453cf061ce814f1b746c3538 (diff) | |
download | pkgsrc-ce2f01dd1db5f4684a5b669f262edbdadc29bfcc.tar.gz |
Remove ruby-cmd package since MASTER_SITES and HOMEPAGE aren't available
any more.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-cmd/DESCR | 5 | ||||
-rw-r--r-- | devel/ruby-cmd/Makefile | 22 | ||||
-rw-r--r-- | devel/ruby-cmd/PLIST | 4 | ||||
-rw-r--r-- | devel/ruby-cmd/distinfo | 5 |
4 files changed, 0 insertions, 36 deletions
diff --git a/devel/ruby-cmd/DESCR b/devel/ruby-cmd/DESCR deleted file mode 100644 index ebef92fb572..00000000000 --- a/devel/ruby-cmd/DESCR +++ /dev/null @@ -1,5 +0,0 @@ -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 --git a/devel/ruby-cmd/Makefile b/devel/ruby-cmd/Makefile deleted file mode 100644 index 4baa59be5a2..00000000000 --- a/devel/ruby-cmd/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# $NetBSD: Makefile,v 1.4 2005/11/02 11:33:32 taca Exp $ - -DISTNAME= cmd-0.7.2 -PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} -CATEGORIES= devel ruby -MASTER_SITES= http://code.vernix.org/cmd/download/ -EXTRACT_SUFX= .tar.bz2 - -MAINTAINER= minskim@NetBSD.org -HOMEPAGE= http://cmd.rubyforge.org/ -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 --git a/devel/ruby-cmd/PLIST b/devel/ruby-cmd/PLIST deleted file mode 100644 index 5b9230080b9..00000000000 --- a/devel/ruby-cmd/PLIST +++ /dev/null @@ -1,4 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2005/04/11 03:26:55 minskim Exp $ -${RUBY_SITELIBDIR}/cmd.rb -${RUBY_DOCDIR}/cmd/README -@dirrm ${RUBY_DOCDIR}/cmd diff --git a/devel/ruby-cmd/distinfo b/devel/ruby-cmd/distinfo deleted file mode 100644 index eabf86e2e7a..00000000000 --- a/devel/ruby-cmd/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.2 2005/09/04 13:53:53 taca Exp $ - -SHA1 (ruby/cmd-0.7.2.tar.bz2) = f0af8d74cc55c23bb4755321fab8ecea77e8a982 -RMD160 (ruby/cmd-0.7.2.tar.bz2) = a1841e7437cfef50ec324c0b97ca664f76224ac1 -Size (ruby/cmd-0.7.2.tar.bz2) = 23325 bytes |