diff options
author | minskim <minskim@pkgsrc.org> | 2004-08-12 03:39:55 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-08-12 03:39:55 +0000 |
commit | 88a548d8b93953974833b9f7163704e42d578f03 (patch) | |
tree | b7244a0d4f2457ba4bfda6efd02012a43307ecaa | |
parent | 8e48d2647d0856082a096c65137bbce7a3c1ecff (diff) | |
download | pkgsrc-88a548d8b93953974833b9f7163704e42d578f03.tar.gz |
Add and enable hre.
-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 4e5f0804c6f..4757502cecd 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.6849 2004/08/11 22:16:54 minskim Exp $ +$NetBSD: CHANGES,v 1.6850 2004/08/12 03:39:55 minskim Exp $ Changes to the packages collection and infrastructure in 2004: @@ -3791,3 +3791,4 @@ Changes to the packages collection and infrastructure in 2004: Updated xorg-server to 6.7.0nb1 [recht 2004-08-11] Updated gcc34 to 3.4.1nb4 [shannonjr 2004-08-11] Updated imhangul to 0.9.11 [minskim 2004-08-11] + Added hre-0.9.7 [minskim 2004-08-12] diff --git a/textproc/Makefile b/textproc/Makefile index 9c0ea9a8ea9..de18071a588 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.257 2004/08/05 15:19:40 cube Exp $ +# $NetBSD: Makefile,v 1.258 2004/08/12 03:39:56 minskim Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -78,6 +78,7 @@ SUBDIR+= gtk-doc SUBDIR+= gtkspell SUBDIR+= helpdeco SUBDIR+= hevea +SUBDIR+= hre SUBDIR+= html SUBDIR+= html2text SUBDIR+= html2wml |