diff options
author | szptvlfn <szptvlfn@pkgsrc.org> | 2014-08-03 21:34:32 +0000 |
---|---|---|
committer | szptvlfn <szptvlfn@pkgsrc.org> | 2014-08-03 21:34:32 +0000 |
commit | 97d71417098a7523e7f7cc3d2041fb72fafb424a (patch) | |
tree | 0749486f23b0a71a9ba676725ce9c30e08d183a5 /textproc | |
parent | 6bc01a6ace550f1c99d0d1d4ad8876c7d2300fb4 (diff) | |
download | pkgsrc-97d71417098a7523e7f7cc3d2041fb72fafb424a.tar.gz |
+ hs-cgrep, hs-tagsoup, hs-xml.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index d85dedc2655..95fe417bbee 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.790 2014/08/02 21:39:50 szptvlfn Exp $ +# $NetBSD: Makefile,v 1.791 2014/08/03 21:34:32 szptvlfn Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -208,11 +208,14 @@ SUBDIR+= highlight SUBDIR+= hre SUBDIR+= hs-blaze-html SUBDIR+= hs-blaze-markup +SUBDIR+= hs-cgrep SUBDIR+= hs-parsec SUBDIR+= hs-polyparse SUBDIR+= hs-regex-base SUBDIR+= hs-regex-posix SUBDIR+= hs-stringsearch +SUBDIR+= hs-tagsoup +SUBDIR+= hs-xml SUBDIR+= html SUBDIR+= html2text SUBDIR+= html2wml |