summaryrefslogtreecommitdiff
path: root/archivers/hs-zlib/Makefile
diff options
context:
space:
mode:
authorszptvlfn <szptvlfn@pkgsrc.org>2014-08-12 21:22:13 +0000
committerszptvlfn <szptvlfn@pkgsrc.org>2014-08-12 21:22:13 +0000
commitde56446074591f1954bad000907d52ad71cd9965 (patch)
treebb5e392f374dd017570ace6b63a7b39e7d7d0829 /archivers/hs-zlib/Makefile
parenta7a17cf150ad1a1dccd2bb95f3128aa7c958e4ae (diff)
downloadpkgsrc-de56446074591f1954bad000907d52ad71cd9965.tar.gz
Import zlib-0.5.4.1 as archivers/hs-zlib,
packaged for wip by pho. This package provides a pure interface for compressing and decompressing streams of data represented as lazy ByteStrings. It uses the zlib C library so it has high performance. It supports the "zlib", "gzip" and "raw" compression formats. It provides a convenient high level API suitable for most tasks and for the few cases where more control is needed it provides access to the full zlib feature set.
Diffstat (limited to 'archivers/hs-zlib/Makefile')
-rw-r--r--archivers/hs-zlib/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/archivers/hs-zlib/Makefile b/archivers/hs-zlib/Makefile
new file mode 100644
index 00000000000..7770a68df64
--- /dev/null
+++ b/archivers/hs-zlib/Makefile
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1 2014/08/12 21:22:13 szptvlfn Exp $
+
+DISTNAME= zlib-0.5.4.1
+CATEGORIES= archivers
+
+MAINTAINER= pho@cielonegro.org
+COMMENT= Compression and decompression in the gzip and zlib formats
+LICENSE= modified-bsd
+
+.include "../../mk/haskell.mk"
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"