From owner-svn-ports-all@FreeBSD.ORG Tue Jun 3 09:54:05 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 98D121E0; Tue, 3 Jun 2014 09:54:05 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 79C102544; Tue, 3 Jun 2014 09:54:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s539s5RP076248; Tue, 3 Jun 2014 09:54:05 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s539s41r076244; Tue, 3 Jun 2014 09:54:04 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201406030954.s539s41r076244@svn.freebsd.org> From: Martin Wilke Date: Tue, 3 Jun 2014 09:54:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356316 - head/graphics/libsixel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jun 2014 09:54:05 -0000 Author: miwi Date: Tue Jun 3 09:54:04 2014 New Revision: 356316 URL: http://svnweb.freebsd.org/changeset/ports/356316 QAT: https://qat.redports.org/buildarchive/r356316/ Log: - Update to 0.19.5 PR: 190348 Submitted by: maintainer Modified: head/graphics/libsixel/Makefile head/graphics/libsixel/distinfo (contents, props changed) head/graphics/libsixel/pkg-plist (contents, props changed) Modified: head/graphics/libsixel/Makefile ============================================================================== --- head/graphics/libsixel/Makefile Tue Jun 3 09:51:22 2014 (r356315) +++ head/graphics/libsixel/Makefile Tue Jun 3 09:54:04 2014 (r356316) @@ -1,7 +1,8 @@ # $FreeBSD$ PORTNAME= libsixel -PORTVERSION= 20140422 +PORTVERSION= 0.19.5 +PORTEPOCH= 1 CATEGORIES= graphics MAINTAINER= sue@iwmt.org @@ -12,15 +13,44 @@ LICENSE_FILE= ${WRKSRC}/LICENSE 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 + +INSTALL_TARGET= install-strip PORTDOCS= README.md +OPTIONS_DEFINE= CURL GD PIXBUF +OPTIONS_DEFAULT= + +CURL_DESC= libcurl support +GD_DESC= gd support +PIXBUF_DESC= gdk-pixbuf2 support + +.include + +.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} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} Modified: head/graphics/libsixel/distinfo ============================================================================== --- head/graphics/libsixel/distinfo Tue Jun 3 09:51:22 2014 (r356315) +++ head/graphics/libsixel/distinfo Tue Jun 3 09:54:04 2014 (r356316) @@ -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 Modified: head/graphics/libsixel/pkg-plist ============================================================================== --- head/graphics/libsixel/pkg-plist Tue Jun 3 09:51:22 2014 (r356315) +++ head/graphics/libsixel/pkg-plist Tue Jun 3 09:54:04 2014 (r356316) @@ -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