From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 24 02:30:01 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 DB28BE8D for ; Thu, 24 Apr 2014 02:30:00 +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 BAD0916A1 for ; Thu, 24 Apr 2014 02:30:00 +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 s3O2U0PZ009939 for ; Thu, 24 Apr 2014 02:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3O2U0Sc009928; Thu, 24 Apr 2014 02:30:00 GMT (envelope-from gnats) Resent-Date: Thu, 24 Apr 2014 02:30:00 GMT Resent-Message-Id: <201404240230.s3O2U0Sc009928@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, IWAMOTO Kouichi 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 ; 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 ; 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 To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/188937: [NEW PORT] graphics/libsixel X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: IWAMOTO Kouichi List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2014 02:30:01 -0000 >Number: 188937 >Category: ports >Synopsis: [NEW PORT] graphics/libsixel >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Apr 24 02:30:00 UTC 2014 >Closed-Date: >Last-Modified: >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 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: >Unformatted: