pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/hs-JuicyPixels



Module Name:    pkgsrc
Committed By:   pho
Date:           Thu Jan 16 15:51:15 UTC 2020

Added Files:
        pkgsrc/graphics/hs-JuicyPixels: DESCR Makefile buildlink3.mk distinfo

Log Message:
Import JuicyPixels-3.3.4

This library can load and store images in PNG, Bitmap, Jpeg, Radiance,
Tiff and Gif images.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/hs-JuicyPixels/DESCR \
    pkgsrc/graphics/hs-JuicyPixels/Makefile \
    pkgsrc/graphics/hs-JuicyPixels/buildlink3.mk \
    pkgsrc/graphics/hs-JuicyPixels/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/graphics/hs-JuicyPixels/DESCR
diff -u /dev/null pkgsrc/graphics/hs-JuicyPixels/DESCR:1.1
--- /dev/null   Thu Jan 16 15:51:15 2020
+++ pkgsrc/graphics/hs-JuicyPixels/DESCR        Thu Jan 16 15:51:15 2020
@@ -0,0 +1,2 @@
+This library can load and store images in PNG, Bitmap, Jpeg, Radiance,
+Tiff and Gif images.
Index: pkgsrc/graphics/hs-JuicyPixels/Makefile
diff -u /dev/null pkgsrc/graphics/hs-JuicyPixels/Makefile:1.1
--- /dev/null   Thu Jan 16 15:51:15 2020
+++ pkgsrc/graphics/hs-JuicyPixels/Makefile     Thu Jan 16 15:51:15 2020
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2020/01/16 15:51:15 pho Exp $
+
+DISTNAME=      JuicyPixels-3.3.4
+CATEGORIES=    graphics
+
+MAINTAINER=    pho%cielonegro.org@localhost
+COMMENT=       Picture loading/serialization
+LICENSE=       modified-bsd
+
+.include "../../devel/hs-primitive/buildlink3.mk"
+.include "../../devel/hs-vector/buildlink3.mk"
+.include "../../archivers/hs-zlib/buildlink3.mk"
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/graphics/hs-JuicyPixels/buildlink3.mk
diff -u /dev/null pkgsrc/graphics/hs-JuicyPixels/buildlink3.mk:1.1
--- /dev/null   Thu Jan 16 15:51:15 2020
+++ pkgsrc/graphics/hs-JuicyPixels/buildlink3.mk        Thu Jan 16 15:51:15 2020
@@ -0,0 +1,17 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/01/16 15:51:15 pho Exp $
+
+BUILDLINK_TREE+=       hs-JuicyPixels
+
+.if !defined(HS_JUICYPIXELS_BUILDLINK3_MK)
+HS_JUICYPIXELS_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-JuicyPixels+= hs-JuicyPixels>=3.3.4
+BUILDLINK_ABI_DEPENDS.hs-JuicyPixels+= hs-JuicyPixels>=3.3.4
+BUILDLINK_PKGSRCDIR.hs-JuicyPixels?=   ../../graphics/hs-JuicyPixels
+
+.include "../../devel/hs-primitive/buildlink3.mk"
+.include "../../devel/hs-vector/buildlink3.mk"
+.include "../../archivers/hs-zlib/buildlink3.mk"
+.endif # HS_JUICYPIXELS_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -hs-JuicyPixels
Index: pkgsrc/graphics/hs-JuicyPixels/distinfo
diff -u /dev/null pkgsrc/graphics/hs-JuicyPixels/distinfo:1.1
--- /dev/null   Thu Jan 16 15:51:15 2020
+++ pkgsrc/graphics/hs-JuicyPixels/distinfo     Thu Jan 16 15:51:15 2020
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/01/16 15:51:15 pho Exp $
+
+SHA1 (JuicyPixels-3.3.4.tar.gz) = ca9d08097c386f6ebea7cc4128da4cf7de5e616c
+RMD160 (JuicyPixels-3.3.4.tar.gz) = 7c3b8ce6606c4c481ccd58e75fa13a77a3fde175
+SHA512 (JuicyPixels-3.3.4.tar.gz) = 26ceaa7b9d97507b8a46f22203b7abc9e6d1abdd61659710b8aa822690089e11bcdcd9369557225e52eac3ddc71c31c137e5acd701f3d41b20a4c5c3310eb812
+Size (JuicyPixels-3.3.4.tar.gz) = 131407 bytes



Home | Main Index | Thread Index | Old Index