summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2005-04-11 03:29:21 +0000
committerminskim <minskim@pkgsrc.org>2005-04-11 03:29:21 +0000
commit326fddc3088ca4ae4523fb6fea9d7b1096e490dc (patch)
tree50483218c4d33d6f5e44da01e2bb71dadabb4be6
parentbc2baf7ca22fef9e7f2f5f0a429d90d316283058 (diff)
downloadpkgsrc-326fddc3088ca4ae4523fb6fea9d7b1096e490dc.tar.gz
Add and enable ruby-cmd.
-rw-r--r--devel/Makefile3
-rw-r--r--doc/CHANGES3
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/Makefile b/devel/Makefile
index ec744cecca2..6c09463900f 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.627 2005/04/10 02:54:47 minskim Exp $
+# $NetBSD: Makefile,v 1.628 2005/04/11 03:29:21 minskim Exp $
#
COMMENT= Development utilities
@@ -537,6 +537,7 @@ SUBDIR+= ruby-amstd
SUBDIR+= ruby-activesupport
SUBDIR+= ruby-bsearch
SUBDIR+= ruby-byaccr
+SUBDIR+= ruby-cmd
SUBDIR+= ruby-curses
SUBDIR+= ruby-filelock
SUBDIR+= ruby-installpkg
diff --git a/doc/CHANGES b/doc/CHANGES
index 9131dabf096..0acba206f22 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.9814 2005/04/10 20:16:35 cube Exp $
+$NetBSD: CHANGES,v 1.9815 2005/04/11 03:29:21 minskim Exp $
Changes to the packages collection and infrastructure in 2005:
@@ -1972,3 +1972,4 @@ Changes to the packages collection and infrastructure in 2005:
Updated mit-krb5 to 1.4 [jlam 2005-04-10]
Updated splint to 3.1.1 [jschauma 2005-04-10]
Updated gtk-send-pr to 0.4.5 [cube 2005-04-10]
+ Added ruby-cmd-0.7.0 [minskim 2005-04-11]