Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Aug 2014 18:45:20 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r364861 - in head/graphics: . seq2gif
Message-ID:  <201408141845.s7EIjKEZ042464@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Thu Aug 14 18:45:19 2014
New Revision: 364861
URL: http://svnweb.freebsd.org/changeset/ports/364861
QAT: https://qat.redports.org/buildarchive/r364861/

Log:
  New port: graphics/seq2gif
  
  This software converts a sequences record file generated by ttyrec into a
  gif animation directly using portable built-in terminal emulation engine
  originated from yaft. yaft provides rare terminal emulation features such as
  SIXEL/DRCS.
  
  WWW: http://saitoha.github.io/seq2gif/
  
  PR:		192418
  Submitted by:	IWAMOTO Kouichi <sue@iwmt.org>

Added:
  head/graphics/seq2gif/
  head/graphics/seq2gif/Makefile   (contents, props changed)
  head/graphics/seq2gif/distinfo   (contents, props changed)
  head/graphics/seq2gif/pkg-descr   (contents, props changed)
Modified:
  head/graphics/Makefile

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Thu Aug 14 17:54:11 2014	(r364860)
+++ head/graphics/Makefile	Thu Aug 14 18:45:19 2014	(r364861)
@@ -961,6 +961,7 @@
     SUBDIR += seam-carving-gui
     SUBDIR += seejpeg
     SUBDIR += separate
+    SUBDIR += seq2gif
     SUBDIR += sharpconstruct
     SUBDIR += shiva-collections
     SUBDIR += shotwell

Added: head/graphics/seq2gif/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/seq2gif/Makefile	Thu Aug 14 18:45:19 2014	(r364861)
@@ -0,0 +1,36 @@
+# $FreeBSD$
+
+PORTNAME=	seq2gif
+PORTVERSION=	0.10.3.20140802
+#PORTEPOCH=	0
+CATEGORIES=	graphics
+
+MAINTAINER=	sue@iwmt.org
+COMMENT=	Convert a ttyrec record into a gif animation directly
+
+LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	saitoha
+#GH_TAGNAME=	v${PORTVERSION}
+GH_TAGNAME=	${GH_COMMIT}
+GH_COMMIT=	253dacb
+
+USE_LDCONFIG=	yes
+USES=		libtool
+
+GNU_CONFIGURE=	yes
+#CONFIGURE_ARGS=	--with-pkgconfigdir=${LOCALBASE}/libdata/pkgconfig
+
+INSTALL_TARGET=	install-strip
+
+PORTDOCS=	README.md
+
+PLIST_FILES=	bin/seq2gif
+
+post-install:
+	${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}
+
+.include <bsd.port.mk>

Added: head/graphics/seq2gif/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/seq2gif/distinfo	Thu Aug 14 18:45:19 2014	(r364861)
@@ -0,0 +1,2 @@
+SHA256 (seq2gif-0.10.3.20140802.tar.gz) = 6d1cec20e0b85e4e21706b82e85447b0ed421cb11dc4f872bc0a4765631b04ba
+SIZE (seq2gif-0.10.3.20140802.tar.gz) = 12236640

Added: head/graphics/seq2gif/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/seq2gif/pkg-descr	Thu Aug 14 18:45:19 2014	(r364861)
@@ -0,0 +1,6 @@
+This software converts a sequences record file generated by ttyrec into a
+gif animation directly using portable built-in terminal emulation engine
+originated from yaft. yaft provides rare terminal emulation features such as
+SIXEL/DRCS.
+
+WWW: http://saitoha.github.io/seq2gif/



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