Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 May 2014 01:28:37 +0900 (JST)
From:      IWAMOTO Kouichi <sue@iwmt.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/190348: [MAINTAINER UPDATE] graphics/libsixel update to 0.19.5
Message-ID:  <20140528162837.2283BAD976A@mail.iwmt.org>
Resent-Message-ID: <201405281630.s4SGU0uo085173@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         190348
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] graphics/libsixel update to 0.19.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 28 16:30:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     IWAMOTO Kouichi
>Release:        FreeBSD 10.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD shizuho.iwmt.org 10.0-STABLE FreeBSD 10.0-STABLE #0 r266542: Fri May 23 05:28:59 JST 2014 sue@shizuho.iwmt.org:/usr/obj/usr/src/sys/SHIZUHO amd64
>Description:
	Update to version 0.19.5
>How-To-Repeat:
>Fix:

diff -urN libsixel.orig/Makefile libsixel/Makefile
--- libsixel.orig/Makefile	2014-05-29 01:13:59.000000000 +0900
+++ libsixel/Makefile	2014-05-29 01:13:36.000000000 +0900
@@ -1,7 +1,8 @@
 # $FreeBSD: head/graphics/libsixel/Makefile 354800 2014-05-22 08:03:57Z miwi $
 
 PORTNAME=	libsixel
-PORTVERSION=	20140422
+PORTVERSION=	0.19.5
+PORTEPOCH=	1
 CATEGORIES=	graphics
 
 MAINTAINER=	sue@iwmt.org
@@ -12,13 +13,41 @@
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	saitoha
-GH_TAGNAME=	${GH_COMMIT}
-GH_COMMIT=	8bd21f7
+GH_TAGNAME=	v${PORTVERSION}
+GH_COMMIT=	200e4d9
+
+USE_LDCONFIG=	yes
+USES=		libtool
 
 GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--with-pkgconfigdir=${LOCALBASE}/libdata/pkgconfig
 
 PORTDOCS=	README.md
 
+OPTIONS_DEFINE=	CURL GD PIXBUF
+OPTIONS_DEFAULT=
+
+CURL_DESC=	libcurl support
+GD_DESC=	gd support
+PIXBUF_DESC=	gdk-pixbuf2 support
+
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MCURL}
+LIB_DEPENDS+=	libcurl.so:${PORTSDIR}/ftp/curl
+CONFIGURE_ARGS+=--with-libcurl
+.endif
+
+.if ${PORT_OPTIONS:MGD}
+LIB_DEPENDS+=	libgd.so:${PORTSDIR}/graphics/gd
+CONFIGURE_ARGS+=--with-gd
+.endif
+
+.if ${PORT_OPTIONS:MPIXBUF}
+LIB_DEPENDS+=	libgdk_pixbuf-2.0.so:${PORTSDIR}/graphics/gdk-pixbuf2
+CONFIGURE_ARGS+=--with-gdk-pixbuf2
+.endif
+
 post-install:
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsixel.so.0
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
diff -urN libsixel.orig/distinfo libsixel/distinfo
--- libsixel.orig/distinfo	2014-05-29 01:13:59.000000000 +0900
+++ libsixel/distinfo	2014-05-29 01:13:36.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (libsixel-20140422.tar.gz) = 6910e7a8a5310ddc60909b9fce8e67a3c5017f1b37b56b00cb179c0baddc8d6c
-SIZE (libsixel-20140422.tar.gz) = 466077
+SHA256 (libsixel-0.19.5.tar.gz) = 3975e03be25b64cbf66bd61b1b4c9d976f15e5b11ec4f610c3a04aa2ef210e24
+SIZE (libsixel-0.19.5.tar.gz) = 492241
diff -urN libsixel.orig/pkg-plist libsixel/pkg-plist
--- libsixel.orig/pkg-plist	2014-05-29 01:13:59.000000000 +0900
+++ libsixel/pkg-plist	2014-05-29 01:13:36.000000000 +0900
@@ -1,7 +1,11 @@
+bin/img2sixel
+bin/sixel2png
 include/sixel.h
-lib/libsixel.la
+lib/libsixel.a
 lib/libsixel.so.0
+lib/libsixel.so.0.0.0
 lib/libsixel.so
-lib/libsixel.a
-bin/img2sixel
-bin/sixel2png
+libdata/pkgconfig/libsixel.pc
+man/man1/img2sixel.1.gz
+man/man1/sixel2png.1.gz
+man/man5/sixel.5.gz

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140528162837.2283BAD976A>