1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

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>
This commit is contained in:
Kurt Jaeger 2014-08-14 18:45:19 +00:00
parent ae11792baf
commit 5d0c2f9961
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364861
4 changed files with 45 additions and 0 deletions

View File

@ -961,6 +961,7 @@
SUBDIR += seam-carving-gui
SUBDIR += seejpeg
SUBDIR += separate
SUBDIR += seq2gif
SUBDIR += sharpconstruct
SUBDIR += shiva-collections
SUBDIR += shotwell

36
graphics/seq2gif/Makefile Normal file
View File

@ -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>

View File

@ -0,0 +1,2 @@
SHA256 (seq2gif-0.10.3.20140802.tar.gz) = 6d1cec20e0b85e4e21706b82e85447b0ed421cb11dc4f872bc0a4765631b04ba
SIZE (seq2gif-0.10.3.20140802.tar.gz) = 12236640

View File

@ -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/