Mon Nov 23 09:18:33 2020 UTC ()
Add textproc/zoxide


(pin)
diff -r1.1179 -r1.1180 pkgsrc/textproc/Makefile

cvs diff -r1.1179 -r1.1180 pkgsrc/textproc/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/Makefile 2020/11/18 22:38:52 1.1179
+++ pkgsrc/textproc/Makefile 2020/11/23 09:18:33 1.1180
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.1179 2020/11/18 22:38:52 riastradh Exp $ 1# $NetBSD: Makefile,v 1.1180 2020/11/23 09:18:33 pin Exp $
2# 2#
3 3
4COMMENT= Text processing utilities (does not include desktop publishing) 4COMMENT= Text processing utilities (does not include desktop publishing)
5 5
6SUBDIR+= CRF++ 6SUBDIR+= CRF++
7SUBDIR+= DWB 7SUBDIR+= DWB
8SUBDIR+= FlightCrew 8SUBDIR+= FlightCrew
9SUBDIR+= GutenMark 9SUBDIR+= GutenMark
10SUBDIR+= GutenMark-words 10SUBDIR+= GutenMark-words
11SUBDIR+= LDoc 11SUBDIR+= LDoc
12SUBDIR+= Markdown 12SUBDIR+= Markdown
13SUBDIR+= OdfConverter 13SUBDIR+= OdfConverter
14SUBDIR+= R-DT 14SUBDIR+= R-DT
@@ -1181,15 +1181,16 @@ SUBDIR+= xmltooling @@ -1181,15 +1181,16 @@ SUBDIR+= xmltooling
1181SUBDIR+= xp 1181SUBDIR+= xp
1182SUBDIR+= xqilla 1182SUBDIR+= xqilla
1183SUBDIR+= xslide 1183SUBDIR+= xslide
1184SUBDIR+= xt 1184SUBDIR+= xt
1185SUBDIR+= xxdiff 1185SUBDIR+= xxdiff
1186SUBDIR+= xxdiff-scripts 1186SUBDIR+= xxdiff-scripts
1187SUBDIR+= yamcha 1187SUBDIR+= yamcha
1188SUBDIR+= yaml-cpp 1188SUBDIR+= yaml-cpp
1189SUBDIR+= yelp-tools 1189SUBDIR+= yelp-tools
1190SUBDIR+= yelp-xsl 1190SUBDIR+= yelp-xsl
1191SUBDIR+= yodl 1191SUBDIR+= yodl
1192SUBDIR+= yq 1192SUBDIR+= yq
1193SUBDIR+= zoem 1193SUBDIR+= zoem
 1194SUBDIR+= zoxide
1194 1195
1195.include "../mk/misc/category.mk" 1196.include "../mk/misc/category.mk"