summaryrefslogtreecommitdiff
path: root/devel/ruby-cmd
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2006-01-03 07:22:11 +0000
committertaca <taca@pkgsrc.org>2006-01-03 07:22:11 +0000
commitcd87b6b05f2bc523e0a2749859e61fbf2439a408 (patch)
treea37b5f9ac0ade842c871cf4cdfca2d2316211c82 /devel/ruby-cmd
parent056c8252b5c581768605570286b29eed15837ddd (diff)
downloadpkgsrc-cd87b6b05f2bc523e0a2749859e61fbf2439a408.tar.gz
Remove ruby-cmd package since MASTER_SITES and HOMEPAGE aren't available
any more.
Diffstat (limited to 'devel/ruby-cmd')
-rw-r--r--devel/ruby-cmd/DESCR5
-rw-r--r--devel/ruby-cmd/Makefile22
-rw-r--r--devel/ruby-cmd/PLIST4
-rw-r--r--devel/ruby-cmd/distinfo5
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