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 | ef64db3bc0056f326d98ce7caef5f82eded23d5a (patch) | |
tree | 0749486f23b0a71a9ba676725ce9c30e08d183a5 /textproc | |
parent | bddd73bd8e4934b2975b2bf69bf1827515da650c (diff) | |
download | pkgsrc-ef64db3bc0056f326d98ce7caef5f82eded23d5a.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 |