diff options
author | minskim <minskim> | 2007-05-24 10:50:33 +0000 |
---|---|---|
committer | minskim <minskim> | 2007-05-24 10:50:33 +0000 |
commit | 2d1b4062f8e08e2a26d63961a5310ddd81c9a8c5 (patch) | |
tree | 066e78544d4c072cf206c68b392fb9ff668964a4 | |
parent | 301e06d5dbdfe2c0df560fc831fa65a040cb6611 (diff) | |
download | pkgsrc-2d1b4062f8e08e2a26d63961a5310ddd81c9a8c5.tar.gz |
Add ruby-syntax.
-rw-r--r-- | doc/CHANGES-2007 | 3 | ||||
-rw-r--r-- | textproc/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES-2007 b/doc/CHANGES-2007 index 708f970494c..4a23048f081 100644 --- a/doc/CHANGES-2007 +++ b/doc/CHANGES-2007 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2007,v 1.1121 2007/05/23 14:12:01 markd Exp $ +$NetBSD: CHANGES-2007,v 1.1122 2007/05/24 10:50:33 minskim Exp $ Changes to the packages collection and infrastructure in 2007: @@ -2213,3 +2213,4 @@ Changes to the packages collection and infrastructure in 2007: Updated devel/kdevelop-base to 3.4.1 [markd 2007-05-23] Updated devel/kdevelop to 3.4.1 [markd 2007-05-23] Added comms/libopensync version 0.22 [markd 2007-05-23] + Added textproc/ruby-syntax version 1.0.0 [minskim 2007-05-24] diff --git a/textproc/Makefile b/textproc/Makefile index 8d58c3c16b5..f3c88b39e45 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.362 2007/05/20 15:21:35 wiz Exp $ +# $NetBSD: Makefile,v 1.363 2007/05/24 10:50:34 minskim Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -317,6 +317,7 @@ SUBDIR+= ruby-pure-hyperestraier SUBDIR+= ruby-rdtool SUBDIR+= ruby-redcloth SUBDIR+= ruby-rttool +SUBDIR+= ruby-syntax SUBDIR+= ruby-xmlparser SUBDIR+= ruby-xmlscan SUBDIR+= sablotron |