diff options
author | minskim <minskim@pkgsrc.org> | 2007-06-15 01:06:58 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2007-06-15 01:06:58 +0000 |
commit | 6abb694323d14cef869ab9bf19245ed0390f230d (patch) | |
tree | 9cd81d9bac0d395466824e1b9565fecf87338110 | |
parent | c4180627be57e25ab38b51a011aaca20192acf9a (diff) | |
download | pkgsrc-6abb694323d14cef869ab9bf19245ed0390f230d.tar.gz |
Add ruby-maruku.
-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 24e9cfaf20b..f75967824d0 100644 --- a/doc/CHANGES-2007 +++ b/doc/CHANGES-2007 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2007,v 1.1381 2007/06/14 23:58:53 obache Exp $ +$NetBSD: CHANGES-2007,v 1.1382 2007/06/15 01:06:58 minskim Exp $ Changes to the packages collection and infrastructure in 2007: @@ -2603,3 +2603,4 @@ Changes to the packages collection and infrastructure in 2007: Deleted sysutils/xentools30 [bouyer 2007-06-14] Deleted sysutils/xentools30-hvm [bouyer 2007-06-14] Updated graphics/gphoto2 to 2.3.1nb1 [obache 2007-06-14] + Added textproc/ruby-maruku version 0.5.6 [minskim 2007-06-15] diff --git a/textproc/Makefile b/textproc/Makefile index fb826d52174..3800c32cdc0 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.374 2007/06/14 18:59:59 minskim Exp $ +# $NetBSD: Makefile,v 1.375 2007/06/15 01:06:58 minskim Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -316,6 +316,7 @@ SUBDIR+= ruby-hpricot SUBDIR+= ruby-html-parser SUBDIR+= ruby-htree SUBDIR+= ruby-itex2MML +SUBDIR+= ruby-maruku SUBDIR+= ruby-mecab SUBDIR+= ruby-native-hyperestraier SUBDIR+= ruby-nqxml |