pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/erlang-eimp



Module Name:    pkgsrc
Committed By:   fhajny
Date:           Tue Oct 17 15:09:21 UTC 2017

Added Files:
        pkgsrc/graphics/erlang-eimp: DESCR Makefile PLIST distinfo

Log Message:
Add eimp 1.0.1 as graphics/erlang-eimp.

eimp is an Erlang/Elixir application for manipulating graphic
images using external C libraries. It supports WebP, JPEG, PNG
and GIF.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/erlang-eimp/DESCR \
    pkgsrc/graphics/erlang-eimp/Makefile pkgsrc/graphics/erlang-eimp/PLIST \
    pkgsrc/graphics/erlang-eimp/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/erlang-eimp/DESCR
diff -u /dev/null pkgsrc/graphics/erlang-eimp/DESCR:1.1
--- /dev/null   Tue Oct 17 15:09:21 2017
+++ pkgsrc/graphics/erlang-eimp/DESCR   Tue Oct 17 15:09:21 2017
@@ -0,0 +1,3 @@
+eimp is an Erlang/Elixir application for manipulating graphic
+images using external C libraries. It supports WebP, JPEG, PNG
+and GIF.
Index: pkgsrc/graphics/erlang-eimp/Makefile
diff -u /dev/null pkgsrc/graphics/erlang-eimp/Makefile:1.1
--- /dev/null   Tue Oct 17 15:09:21 2017
+++ pkgsrc/graphics/erlang-eimp/Makefile        Tue Oct 17 15:09:21 2017
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2017/10/17 15:09:21 fhajny Exp $
+
+DISTNAME=      eimp-1.0.1
+PKGNAME=       erlang-${DISTNAME}
+CATEGORIES=    graphics
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=processone/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/processone/erlang-eimp/
+COMMENT=       Erlang Image Manipulation Process
+LICENSE=       apache-2.0
+
+GITHUB_PROJECT=        eimp
+
+DEPENDS+=      erlang-p1_utils>=1.0.10:../../misc/erlang-p1_utils
+
+GNU_CONFIGURE= yes
+
+LDFLAGS.SunOS+=     -lnsl
+
+.include "../../graphics/gd/buildlink3.mk"
+.include "../../lang/erlang/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/graphics/erlang-eimp/PLIST
diff -u /dev/null pkgsrc/graphics/erlang-eimp/PLIST:1.1
--- /dev/null   Tue Oct 17 15:09:21 2017
+++ pkgsrc/graphics/erlang-eimp/PLIST   Tue Oct 17 15:09:21 2017
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1 2017/10/17 15:09:21 fhajny Exp $
+lib/erlang/lib/eimp-${PKGVERSION}/ebin/eimp.app
+lib/erlang/lib/eimp-${PKGVERSION}/ebin/eimp.beam
+lib/erlang/lib/eimp-${PKGVERSION}/ebin/eimp_app.beam
+lib/erlang/lib/eimp-${PKGVERSION}/ebin/eimp_sup.beam
+lib/erlang/lib/eimp-${PKGVERSION}/ebin/eimp_worker.beam
+lib/erlang/lib/eimp-${PKGVERSION}/priv/bin/eimp
Index: pkgsrc/graphics/erlang-eimp/distinfo
diff -u /dev/null pkgsrc/graphics/erlang-eimp/distinfo:1.1
--- /dev/null   Tue Oct 17 15:09:21 2017
+++ pkgsrc/graphics/erlang-eimp/distinfo        Tue Oct 17 15:09:21 2017
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/10/17 15:09:21 fhajny Exp $
+
+SHA1 (eimp-1.0.1.tar.gz) = 22d5c4b0f651d41d8d70efba5e0cf89623bccc92
+RMD160 (eimp-1.0.1.tar.gz) = ece6b12173f730eda79f52177d6531645e7d0669
+SHA512 (eimp-1.0.1.tar.gz) = fda00f4c40c719fc5b94424435c3aa43dc5b8145f3b48a22cc0e6359f2eaf2008ba8278ffe1eedc11a31b4393d573eeacbdc6921e6293fbdedfe22f3dda992d7
+Size (eimp-1.0.1.tar.gz) = 3469838 bytes



Home | Main Index | Thread Index | Old Index