aboutsummaryrefslogtreecommitdiff
path: root/graphics/hs-JuicyPixels
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2014-08-25 18:29:57 +0000
committerGabor Pali <pgj@FreeBSD.org>2014-08-25 18:29:57 +0000
commit04fe1b9af906b00d2d49103f2803187af758ba8e (patch)
tree580da5a9c06fd7908e1077d4468025d59db0da0e /graphics/hs-JuicyPixels
parent27c3d07a6db86bac65866df3a336c680bc56ef87 (diff)
downloadports-04fe1b9af906b00d2d49103f2803187af758ba8e.tar.gz
ports-04fe1b9af906b00d2d49103f2803187af758ba8e.zip
Notes
Diffstat (limited to 'graphics/hs-JuicyPixels')
-rw-r--r--graphics/hs-JuicyPixels/Makefile21
-rw-r--r--graphics/hs-JuicyPixels/distinfo2
-rw-r--r--graphics/hs-JuicyPixels/pkg-descr4
3 files changed, 27 insertions, 0 deletions
diff --git a/graphics/hs-JuicyPixels/Makefile b/graphics/hs-JuicyPixels/Makefile
new file mode 100644
index 000000000000..ac16f68271e5
--- /dev/null
+++ b/graphics/hs-JuicyPixels/Makefile
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME= JuicyPixels
+PORTVERSION= 3.1.6.1
+CATEGORIES= graphics haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= Picture loading/serialization
+
+LICENSE= BSD3CLAUSE
+
+USE_CABAL= mtl>=1.1 primitive>=0.4 vector>=0.9 zlib>=0.5.3.1
+
+FLAGS_DEFINE= MMAP
+
+MMAP_DESC= Enable file loading via mmap()
+MMAP_FLAG_ENABLE= Mmap
+MMAP_FLAG_CABAL= mmap
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>
diff --git a/graphics/hs-JuicyPixels/distinfo b/graphics/hs-JuicyPixels/distinfo
new file mode 100644
index 000000000000..2525f297c052
--- /dev/null
+++ b/graphics/hs-JuicyPixels/distinfo
@@ -0,0 +1,2 @@
+SHA256 (cabal/JuicyPixels-3.1.6.1.tar.gz) = ac9484aad8e08ef6ff7bfff50344449133fa8d14eb7dc4efb2fffe408107a6ec
+SIZE (cabal/JuicyPixels-3.1.6.1.tar.gz) = 95511
diff --git a/graphics/hs-JuicyPixels/pkg-descr b/graphics/hs-JuicyPixels/pkg-descr
new file mode 100644
index 000000000000..789d776421b6
--- /dev/null
+++ b/graphics/hs-JuicyPixels/pkg-descr
@@ -0,0 +1,4 @@
+This library can load and store images in PNG,Bitmap, Jpeg, Radiance, Tiff and
+Gif images.
+
+WWW: https://github.com/Twinside/Juicy.Pixels