diff options
-rw-r--r-- | doc/CHANGES-2006 | 3 | ||||
-rw-r--r-- | textproc/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES-2006 b/doc/CHANGES-2006 index 20a1fad9db3..7fdaeab3a50 100644 --- a/doc/CHANGES-2006 +++ b/doc/CHANGES-2006 @@ -1,4 +1,4 @@ ->$NetBSD: CHANGES-2006,v 1.1686 2006/10/31 22:34:31 wiz Exp $ +>$NetBSD: CHANGES-2006,v 1.1687 2006/10/31 22:41:15 joerg Exp $ Changes to the packages collection and infrastructure in 2006: @@ -5081,3 +5081,4 @@ Changes to the packages collection and infrastructure in 2006: Updated multimedia/mplayer to 1.0rc9 [wiz 2006-10-31] Updated multimedia/gmplayer to 1.0rc9 [wiz 2006-10-31] Updated multimedia/mencoder to 1.0rc9 [wiz 2006-10-31] + Added textproc/py-markdown version 1.6a [joerg 2006-10-31] diff --git a/textproc/Makefile b/textproc/Makefile index 34f1875686f..79312f85107 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.336 2006/10/24 00:03:32 wiz Exp $ +# $NetBSD: Makefile,v 1.337 2006/10/31 22:41:15 joerg Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -268,6 +268,7 @@ SUBDIR+= py-gnosis-utils SUBDIR+= py-html2text SUBDIR+= py-libxml2 SUBDIR+= py-libxslt +SUBDIR+= py-markdown SUBDIR+= py-textile SUBDIR+= py-xml SUBDIR+= py-xmltools |