diff options
author | gavan <gavan@pkgsrc.org> | 2017-08-17 01:58:04 +0000 |
---|---|---|
committer | gavan <gavan@pkgsrc.org> | 2017-08-17 01:58:04 +0000 |
commit | c932e76f67caa3524ca75b7ac9e591c593fb0a41 (patch) | |
tree | a81b5159cb47aac237b8be9d279f9755bef52525 /textproc/Makefile | |
parent | 634cef270e0dd30d2e0ecfffdd62cbd33e33ccfd (diff) | |
download | pkgsrc-c932e76f67caa3524ca75b7ac9e591c593fb0a41.tar.gz |
5 new packages in textproc
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 8c1d487e914..d699ebd8f27 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.946 2017/08/01 15:32:08 kleink Exp $ +# $NetBSD: Makefile,v 1.947 2017/08/17 01:58:04 gavan Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -193,7 +193,12 @@ SUBDIR+= glimpse SUBDIR+= gnome-doc-utils SUBDIR+= gnome-spell SUBDIR+= gnome-subtitles +SUBDIR+= go-inflect +SUBDIR+= go-md2man +SUBDIR+= go-mmark +SUBDIR+= go-prose SUBDIR+= go-runewidth +SUBDIR+= go-sentences SUBDIR+= go-text SUBDIR+= grep SUBDIR+= grepcidr |