diff options
author | minskim <minskim@pkgsrc.org> | 2005-04-02 22:43:09 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-04-02 22:43:09 +0000 |
commit | 94d6665d0bd21073b0a7c45ff9973519d7293416 (patch) | |
tree | 935a820af221ce474c3d34079e9a1ec1655a97be | |
parent | 076017768fbd6e96dcd6e5802fb1fbb8a1404a51 (diff) | |
download | pkgsrc-94d6665d0bd21073b0a7c45ff9973519d7293416.tar.gz |
Add and enable ruby-syck.
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | textproc/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 69f7c9ca862..c668ca55f9c 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.9725 2005/04/02 20:59:34 kristerw Exp $ +$NetBSD: CHANGES,v 1.9726 2005/04/02 22:43:09 minskim Exp $ Changes to the packages collection and infrastructure in 2005: @@ -1869,3 +1869,4 @@ Changes to the packages collection and infrastructure in 2005: Added suse_glx-9.1 [jdolecek 2005-04-02] Updated xmame to 0.95 [kristerw 2005-04-02] Updated xmess to 0.95 [kristerw 2005-04-02] + Added ruby-syck-0.42 [minskim 2005-04-02] diff --git a/textproc/Makefile b/textproc/Makefile index be946fb29c8..a530c166466 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.284 2005/03/30 15:43:21 minskim Exp $ +# $NetBSD: Makefile,v 1.285 2005/04/02 22:43:09 minskim Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -249,6 +249,7 @@ SUBDIR+= ruby-rdtool SUBDIR+= ruby-redcloth SUBDIR+= ruby-rexml SUBDIR+= ruby-rttool +SUBDIR+= ruby-syck SUBDIR+= ruby-xmlparser SUBDIR+= ruby-xmlscan SUBDIR+= sablotron |