diff options
author | minskim <minskim> | 2004-02-16 01:21:03 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-02-16 01:21:03 +0000 |
commit | 956e0708f483dba24103b00b31f71578906b6f02 (patch) | |
tree | 602860b7fdac9895342e21f51fb729ec2e249708 | |
parent | 9e75df91b9516034804fbc3f3731fdec1204a7da (diff) | |
download | pkgsrc-956e0708f483dba24103b00b31f71578906b6f02.tar.gz |
Add and enable scew.
-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 d6db3de2738..36b455790ac 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.4852 2004/02/16 00:05:26 jmmv Exp $ +$NetBSD: CHANGES,v 1.4853 2004/02/16 01:21:03 minskim Exp $ Changes to the packages collection and infrastructure in 2004: @@ -862,3 +862,4 @@ Changes to the packages collection and infrastructure in 2004: Updated pcb-current to 20040215 [dmcmahill 2004-02-15] Updated snownews to 1.4.4 [wiz 2004-02-15] Updated gucharmap to 1.2.0nb5 [jmmv 2004-02-16] + Added scew-0.3.1 [minskim 2004-02-16] diff --git a/textproc/Makefile b/textproc/Makefile index 8c6a442afbc..57acc8a85cf 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.228 2004/02/14 21:45:53 minskim Exp $ +# $NetBSD: Makefile,v 1.229 2004/02/16 01:21:03 minskim Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -212,6 +212,7 @@ SUBDIR+= ruby-rttool SUBDIR+= sablotron SUBDIR+= saxon SUBDIR+= scrollkeeper +SUBDIR+= scew SUBDIR+= source-highlight SUBDIR+= sp SUBDIR+= stardic |