diff options
author | minskim <minskim@pkgsrc.org> | 2004-03-28 23:24:06 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-03-28 23:24:06 +0000 |
commit | 465f5024fea5d6669ae621763211ae005e212dee (patch) | |
tree | 740662d067d6041b28102066431a48a0d21e0fc6 | |
parent | 279f0ad5ca554c0d14c2fc5290cb8e4870929cf5 (diff) | |
download | pkgsrc-465f5024fea5d6669ae621763211ae005e212dee.tar.gz |
Add and enable py-textile.
-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 493ef78d181..023e459d0de 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.5328 2004/03/28 22:24:50 dmcmahill Exp $ +$NetBSD: CHANGES,v 1.5329 2004/03/28 23:24:06 minskim Exp $ Changes to the packages collection and infrastructure in 2004: @@ -1557,3 +1557,4 @@ Changes to the packages collection and infrastructure in 2004: Updated fam to 2.7.0 [minskim 2004-03-28] Updated XFree86 to 4.4.0 [xtraeme 2004-03-28] Updated latex-mk to 1.2 [dmcmahill 2004-03-28] + Added py-textile-2.0 [minskim 2004-03-28] diff --git a/textproc/Makefile b/textproc/Makefile index 2c08d26d8dc..9e1cf8b75b2 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.240 2004/03/12 05:15:59 taca Exp $ +# $NetBSD: Makefile,v 1.241 2004/03/28 23:24:06 minskim Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -196,6 +196,7 @@ SUBDIR+= py-gdick SUBDIR+= py-gnosis-utils SUBDIR+= py-libxml2 SUBDIR+= py-libxslt +SUBDIR+= py-textile SUBDIR+= py-xml SUBDIR+= py-xmltools SUBDIR+= pyDict |