Sat Mar 24 16:04:26 2018 UTC ()
graphics/erlang-eimp: Update to 1.0.3.

- Improved GD library detection
- Introduce rate limit
- Fix detection of rebar3


(fhajny)
diff -r1.4 -r1.5 pkgsrc/graphics/erlang-eimp/Makefile
diff -r1.1 -r1.2 pkgsrc/graphics/erlang-eimp/PLIST
diff -r1.2 -r1.3 pkgsrc/graphics/erlang-eimp/distinfo

cvs diff -r1.4 -r1.5 pkgsrc/graphics/erlang-eimp/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/erlang-eimp/Makefile 2018/03/12 11:16:41 1.4
+++ pkgsrc/graphics/erlang-eimp/Makefile 2018/03/24 16:04:26 1.5
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.4 2018/03/12 11:16:41 wiz Exp $ 1# $NetBSD: Makefile,v 1.5 2018/03/24 16:04:26 fhajny Exp $
2 2
3DISTNAME= eimp-1.0.2 3DISTNAME= eimp-1.0.3
4PKGNAME= erlang-${DISTNAME} 4PKGNAME= erlang-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= graphics 5CATEGORIES= graphics
7MASTER_SITES= ${MASTER_SITE_GITHUB:=processone/} 6MASTER_SITES= ${MASTER_SITE_GITHUB:=processone/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://github.com/processone/eimp 9HOMEPAGE= https://github.com/processone/eimp
11COMMENT= Erlang Image Manipulation Process 10COMMENT= Erlang Image Manipulation Process
12LICENSE= apache-2.0 11LICENSE= apache-2.0
13 12
14GITHUB_PROJECT= eimp 13GITHUB_PROJECT= eimp
15 14
16DEPENDS+= erlang-p1_utils>=1.0.10:../../misc/erlang-p1_utils 15DEPENDS+= erlang-p1_utils>=1.0.10:../../misc/erlang-p1_utils
17 16
18GNU_CONFIGURE= yes 17GNU_CONFIGURE= yes

cvs diff -r1.1 -r1.2 pkgsrc/graphics/erlang-eimp/PLIST (expand / switch to unified diff)

--- pkgsrc/graphics/erlang-eimp/PLIST 2017/10/17 15:09:21 1.1
+++ pkgsrc/graphics/erlang-eimp/PLIST 2018/03/24 16:04:26 1.2
@@ -1,7 +1,8 @@ @@ -1,7 +1,8 @@
1@comment $NetBSD: PLIST,v 1.1 2017/10/17 15:09:21 fhajny Exp $ 1@comment $NetBSD: PLIST,v 1.2 2018/03/24 16:04:26 fhajny Exp $
2lib/erlang/lib/eimp-${PKGVERSION}/ebin/eimp.app 2lib/erlang/lib/eimp-${PKGVERSION}/ebin/eimp.app
3lib/erlang/lib/eimp-${PKGVERSION}/ebin/eimp.beam 3lib/erlang/lib/eimp-${PKGVERSION}/ebin/eimp.beam
4lib/erlang/lib/eimp-${PKGVERSION}/ebin/eimp_app.beam 4lib/erlang/lib/eimp-${PKGVERSION}/ebin/eimp_app.beam
 5lib/erlang/lib/eimp-${PKGVERSION}/ebin/eimp_limit.beam
5lib/erlang/lib/eimp-${PKGVERSION}/ebin/eimp_sup.beam 6lib/erlang/lib/eimp-${PKGVERSION}/ebin/eimp_sup.beam
6lib/erlang/lib/eimp-${PKGVERSION}/ebin/eimp_worker.beam 7lib/erlang/lib/eimp-${PKGVERSION}/ebin/eimp_worker.beam
7lib/erlang/lib/eimp-${PKGVERSION}/priv/bin/eimp 8lib/erlang/lib/eimp-${PKGVERSION}/priv/bin/eimp

cvs diff -r1.2 -r1.3 pkgsrc/graphics/erlang-eimp/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/erlang-eimp/distinfo 2017/12/14 20:49:56 1.2
+++ pkgsrc/graphics/erlang-eimp/distinfo 2018/03/24 16:04:26 1.3
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.2 2017/12/14 20:49:56 fhajny Exp $ 1$NetBSD: distinfo,v 1.3 2018/03/24 16:04:26 fhajny Exp $
2 2
3SHA1 (eimp-1.0.2.tar.gz) = a60dd7047dfce2206fd611d6455893a20b90939b 3SHA1 (eimp-1.0.3.tar.gz) = 5edf595a6ef0a674b3b3355ba61bf56527a9df59
4RMD160 (eimp-1.0.2.tar.gz) = 20186fcf108298654bc87af78fd0635cb72fca2d 4RMD160 (eimp-1.0.3.tar.gz) = fcc436d32e497689e44673e85d55c9b9b1895553
5SHA512 (eimp-1.0.2.tar.gz) = 4599497e589f1856c7415cf070bb6a821cac1fa034046bbbbdf25ce51512726131d0fbc553d921d8206e8230afa7a5d483fa2bc5e7caa3b2d360f3d943253a99 5SHA512 (eimp-1.0.3.tar.gz) = bfaaa90a68c725c74b577fdb0b5ea42999a2192a758b19d22c15b78cc05e69f81dd92e32a9ba2ec2aa3dbf948704f927bea5c9cfd3ef9a53e92e3747f383fe8b
6Size (eimp-1.0.2.tar.gz) = 3469957 bytes 6Size (eimp-1.0.3.tar.gz) = 3471397 bytes