summaryrefslogtreecommitdiff
path: root/misc/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2019-11-20 20:52:41 +0000
committeradam <adam@pkgsrc.org>2019-11-20 20:52:41 +0000
commitf5d04bbcd7e24a7e7e51cc85e9de37939a3ff6ea (patch)
tree2453813ecce8303e90b3035a852f9ec2ec953925 /misc/Makefile
parent243bf0baa3b41e842c26a8e8eb3a42dc3036e852 (diff)
downloadpkgsrc-f5d04bbcd7e24a7e7e51cc85e9de37939a3ff6ea.tar.gz
wandio: added version 4.2.2
WANDIO is a library for reading from, and writing to, files. Depending on libraries available at compile time, WANDIO provides transparent compression/decompression for the following formats: - zlib (gzip) - bzip2 - lzo (write-only) - lzma - zstd - lz4 - Intel QAT (write-only) - http (read-only) WANDIO also improves IO performance by performing compression/decompression in a separate thread (if pthreads are available).
Diffstat (limited to 'misc/Makefile')
-rw-r--r--misc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/Makefile b/misc/Makefile
index cbc8d2dfd43..3becac628e4 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.521 2019/11/17 06:17:46 markd Exp $
+# $NetBSD: Makefile,v 1.522 2019/11/20 20:52:41 adam Exp $
#
COMMENT= Miscellaneous utilities
@@ -363,6 +363,7 @@ SUBDIR+= vimpager
SUBDIR+= visual-regexp
SUBDIR+= vttest
SUBDIR+= vym
+SUBDIR+= wandio
SUBDIR+= watch
SUBDIR+= wdic
SUBDIR+= wemux