pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc



Module Name:    pkgsrc
Committed By:   pho
Date:           Sat Jan 18 23:14:17 UTC 2020

Modified Files:
        pkgsrc/textproc: Makefile

Log Message:
Add hs-edit-distance


To generate a diff of this commit:
cvs rdiff -u -r1.1097 -r1.1098 pkgsrc/textproc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/Makefile
diff -u pkgsrc/textproc/Makefile:1.1097 pkgsrc/textproc/Makefile:1.1098
--- pkgsrc/textproc/Makefile:1.1097     Fri Jan 17 18:49:57 2020
+++ pkgsrc/textproc/Makefile    Sat Jan 18 23:14:17 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1097 2020/01/17 18:49:57 pho Exp $
+# $NetBSD: Makefile,v 1.1098 2020/01/18 23:14:17 pho Exp $
 #
 
 COMMENT=       Text processing utilities (does not include desktop publishing)
@@ -290,6 +290,7 @@ SUBDIR+=    hs-cgrep
 SUBDIR+=       hs-cmark-gfm
 SUBDIR+=       hs-doclayout
 SUBDIR+=       hs-doctemplates
+SUBDIR+=       hs-edit-distance
 SUBDIR+=       hs-haddock-library
 SUBDIR+=       hs-hscolour
 SUBDIR+=       hs-hslua-module-text



Home | Main Index | Thread Index | Old Index