diff options
author | minskim <minskim@pkgsrc.org> | 2007-01-29 16:43:59 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2007-01-29 16:43:59 +0000 |
commit | f7aab16a269399d488490cce0940921cead5cd82 (patch) | |
tree | 1743330c3ac805bf2df56c9db539d40efff40555 | |
parent | 1958770f73b94d747d85357aed6db7d0aa9e6ab7 (diff) | |
download | pkgsrc-f7aab16a269399d488490cce0940921cead5cd82.tar.gz |
Add c2html
-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 9b217b61799..2b229180037 100644 --- a/doc/CHANGES-2007 +++ b/doc/CHANGES-2007 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2007,v 1.270 2007/01/29 06:46:58 minskim Exp $ +$NetBSD: CHANGES-2007,v 1.271 2007/01/29 16:43:59 minskim Exp $ Changes to the packages collection and infrastructure in 2007: @@ -562,3 +562,4 @@ Changes to the packages collection and infrastructure in 2007: Updated meta-pkgs/ruby-gnome2 to 0.16.0 [minskim 2007-01-29] Updated graphics/ruby-gnome2-gdkpixbuf to 0.16.0 [minskim 2007-01-29] Updated x11/ruby-gnome2-gtk to 0.16.0 [minskim 2007-01-29] + Added textproc/c2html version 20070126 [minskim 2007-01-29] diff --git a/textproc/Makefile b/textproc/Makefile index 6b4fdc6421f..487660d5c97 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.345 2007/01/10 22:12:53 bad Exp $ +# $NetBSD: Makefile,v 1.346 2007/01/29 16:43:59 minskim Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -39,6 +39,7 @@ SUBDIR+= biblook SUBDIR+= bibparse SUBDIR+= bsdgrep-devel SUBDIR+= btparse +SUBDIR+= c2html SUBDIR+= catdoc SUBDIR+= catdoc-tk SUBDIR+= cawf |