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:   minskim
Date:           Mon Dec  2 02:00:43 UTC 2019

Modified Files:
        pkgsrc/textproc: Makefile

Log Message:
textproc/Makefile: Add word2vec


To generate a diff of this commit:
cvs rdiff -u -r1.1072 -r1.1073 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.1072 pkgsrc/textproc/Makefile:1.1073
--- pkgsrc/textproc/Makefile:1.1072     Tue Nov 26 16:52:25 2019
+++ pkgsrc/textproc/Makefile    Mon Dec  2 02:00:43 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1072 2019/11/26 16:52:25 ng0 Exp $
+# $NetBSD: Makefile,v 1.1073 2019/12/02 02:00:43 minskim Exp $
 #
 
 COMMENT=       Text processing utilities (does not include desktop publishing)
@@ -1073,6 +1073,7 @@ SUBDIR+=  verify-synopsis
 SUBDIR+=       vis
 SUBDIR+=       wbxml2
 SUBDIR+=       wdiff
+SUBDIR+=       word2vec
 SUBDIR+=       writer2latex
 SUBDIR+=       xalan-j
 SUBDIR+=       xapian



Home | Main Index | Thread Index | Old Index