From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 22 08:10:04 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 53E6248A for ; Thu, 22 May 2014 08:10:04 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 41A482603 for ; Thu, 22 May 2014 08:10:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4M8A4mq076165 for ; Thu, 22 May 2014 08:10:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4M8A361076164; Thu, 22 May 2014 08:10:03 GMT (envelope-from gnats) Date: Thu, 22 May 2014 08:10:03 GMT Message-Id: <201405220810.s4M8A361076164@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/188937: commit references a PR Reply-To: dfilter@FreeBSD.ORG (dfilter service) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 May 2014 08:10:04 -0000 The following reply was made to PR ports/188937; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/188937: commit references a PR Date: Thu, 22 May 2014 08:04:03 +0000 (UTC) Author: miwi Date: Thu May 22 08:03:57 2014 New Revision: 354800 URL: http://svnweb.freebsd.org/changeset/ports/354800 QAT: https://qat.redports.org/buildarchive/r354800/ Log: This package provides encoder/decoder implementation for DEC SIXEL graphics, and some converter programs. SIXEL is one of image formats for terminal imaging introduced by DEC VT series. Its data scheme is represented as a terminal-friendly escape sequence. So if you want to view a SIXEL image file, all you have to do is "cat" it to your terminal. WWW: https://github.com/saitoha/libsixel PR: ports/188937 Submitted by: sue@iwmt.org Added: head/graphics/libsixel/ head/graphics/libsixel/Makefile (contents, props changed) head/graphics/libsixel/distinfo (contents, props changed) head/graphics/libsixel/pkg-descr (contents, props changed) head/graphics/libsixel/pkg-plist (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Thu May 22 08:02:51 2014 (r354799) +++ head/graphics/Makefile Thu May 22 08:03:57 2014 (r354800) @@ -535,6 +535,7 @@ SUBDIR += libraw SUBDIR += libreatlas SUBDIR += librsvg2 + SUBDIR += libsixel SUBDIR += libspiro SUBDIR += libsvg SUBDIR += libsvg-cairo Added: head/graphics/libsixel/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/libsixel/Makefile Thu May 22 08:03:57 2014 (r354800) @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= libsixel +PORTVERSION= 20140422 +CATEGORIES= graphics + +MAINTAINER= sue@iwmt.org +COMMENT= A encoder/decoder library for DEC SIXEL graphics + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USE_GITHUB= yes +GH_ACCOUNT= saitoha +GH_TAGNAME= ${GH_COMMIT} +GH_COMMIT= 8bd21f7 + +GNU_CONFIGURE= yes + +PORTDOCS= README.md + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsixel.so.0 + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} + +.include Added: head/graphics/libsixel/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/libsixel/distinfo Thu May 22 08:03:57 2014 (r354800) @@ -0,0 +1,2 @@ +SHA256 (libsixel-20140422.tar.gz) = 6910e7a8a5310ddc60909b9fce8e67a3c5017f1b37b56b00cb179c0baddc8d6c +SIZE (libsixel-20140422.tar.gz) = 466077 Added: head/graphics/libsixel/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/libsixel/pkg-descr Thu May 22 08:03:57 2014 (r354800) @@ -0,0 +1,8 @@ +This package provides encoder/decoder implementation for DEC SIXEL graphics, +and some converter programs. +SIXEL is one of image formats for terminal imaging introduced by DEC VT series. +Its data scheme is represented as a terminal-friendly escape sequence. +So if you want to view a SIXEL image file, all you have to do is "cat" it to +your terminal. + +WWW: https://github.com/saitoha/libsixel Added: head/graphics/libsixel/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/libsixel/pkg-plist Thu May 22 08:03:57 2014 (r354800) @@ -0,0 +1,7 @@ +include/sixel.h +lib/libsixel.la +lib/libsixel.so.0 +lib/libsixel.so +lib/libsixel.a +bin/img2sixel +bin/sixel2png _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"