From sue@iwmt.org  Thu Apr 24 02:25:22 2014
Return-Path: <sue@iwmt.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 93FCEE48
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 24 Apr 2014 02:25:22 +0000 (UTC)
Received: from mail2.iwmt.org (ns1.iwmt.org [218.45.21.142])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(Client CN "mail2.iwmt.org", Issuer "IWAMOTO Home CA" (not verified))
	by mx1.freebsd.org (Postfix) with ESMTPS id 4EDA61679
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 24 Apr 2014 02:25:21 +0000 (UTC)
Received: by mail2.iwmt.org (Postfix, from userid 1001)
	id F3E24104441D; Thu, 24 Apr 2014 11:20:01 +0900 (JST)
Message-Id: <20140424022001.F3E24104441D@mail2.iwmt.org>
Date: Thu, 24 Apr 2014 11:20:01 +0900 (JST)
From: IWAMOTO Kouichi <sue@iwmt.org>
Reply-To: IWAMOTO Kouichi <sue@iwmt.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] graphics/libsixel
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         188937
>Category:       ports
>Synopsis:       [NEW PORT] graphics/libsixel
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 24 02:30:00 UTC 2014
>Closed-Date:    Thu May 22 08:03:35 UTC 2014
>Last-Modified:  Thu May 22 08:10:03 UTC 2014
>Originator:     IWAMOTO Kouichi
>Release:        FreeBSD 9.1-RELEASE-p4 amd64
>Organization:
>Environment:
System: FreeBSD tomoko.iwmt.org 9.1-RELEASE-p4 FreeBSD 9.1-RELEASE-p4 #0 r253441M: Thu Jul 18 11:56:51 JST 2013 sue@tomoko.iwmt.org:/usr/obj/usr/src/sys/TOMOKO amd64


	
>Description:
	Encoder/Decoder library for DEC SIXEL graphics
>How-To-Repeat:
	
>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	libsixel
#	libsixel/Makefile
#	libsixel/pkg-plist
#	libsixel/pkg-descr
#	libsixel/distinfo
#
echo c - libsixel
mkdir -p libsixel > /dev/null 2>&1
echo x - libsixel/Makefile
sed 's/^X//' >libsixel/Makefile << '5218ffd582c3b36798e7c55f1bdbb8cf'
X# $FreeBSD$
X
XPORTNAME=       libsixel
XPORTVERSION=    20140422
XCATEGORIES=     graphics
X
XMAINTAINER=     sue@iwmt.org
XCOMMENT=        A encoder/decoder library for DEC SIXEL graphics
X
XLICENSE=	MIT
XLICENSE_FILE=	${WRKSRC}/LICENSE
X
XUSE_GITHUB=	yes
XGH_ACCOUNT=	saitoha
XGH_TAGNAME=	${GH_COMMIT}
XGH_COMMIT=	8bd21f7
X
XGNU_CONFIGURE=	yes
X
XPORTDOCS=	README.md
X
Xpost-install:
X	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsixel.so.0
X	${MKDIR} ${STAGEDIR}${DOCSDIR}
X	${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}
X
X.include <bsd.port.mk>
5218ffd582c3b36798e7c55f1bdbb8cf
echo x - libsixel/pkg-plist
sed 's/^X//' >libsixel/pkg-plist << 'fba780ab1db171715b355ba332a538d8'
Xinclude/sixel.h
Xlib/libsixel.la
Xlib/libsixel.so.0
Xlib/libsixel.so
Xlib/libsixel.a
Xbin/img2sixel
Xbin/sixel2png
fba780ab1db171715b355ba332a538d8
echo x - libsixel/pkg-descr
sed 's/^X//' >libsixel/pkg-descr << 'e1eb8f9f7cfeae65fa67dc8727010b8b'
XThis package provides encoder/decoder implementation for DEC SIXEL graphics,
Xand some converter programs.
XSIXEL is one of image formats for terminal imaging introduced by DEC VT series.
XIts data scheme is represented as a terminal-friendly escape sequence.
XSo if you want to view a SIXEL image file, all you have to do is "cat" it to
Xyour terminal.
X
XWWW: https://github.com/saitoha/libsixel
e1eb8f9f7cfeae65fa67dc8727010b8b
echo x - libsixel/distinfo
sed 's/^X//' >libsixel/distinfo << '9c8468228daf1353fd4cda55b6f035aa'
XSHA256 (libsixel-20140422.tar.gz) = 6910e7a8a5310ddc60909b9fce8e67a3c5017f1b37b56b00cb179c0baddc8d6c
XSIZE (libsixel-20140422.tar.gz) = 466077
9c8468228daf1353fd4cda55b6f035aa
exit

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Thu May 22 08:03:34 UTC 2014 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=188937 

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 <bsd.port.mk>
 
 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"
 
>Unformatted:
