mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
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
This commit is contained in:
parent
2a9fb86148
commit
8764109145
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354800
@ -535,6 +535,7 @@
|
||||
SUBDIR += libraw
|
||||
SUBDIR += libreatlas
|
||||
SUBDIR += librsvg2
|
||||
SUBDIR += libsixel
|
||||
SUBDIR += libspiro
|
||||
SUBDIR += libsvg
|
||||
SUBDIR += libsvg-cairo
|
||||
|
27
graphics/libsixel/Makefile
Normal file
27
graphics/libsixel/Makefile
Normal file
@ -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>
|
2
graphics/libsixel/distinfo
Normal file
2
graphics/libsixel/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (libsixel-20140422.tar.gz) = 6910e7a8a5310ddc60909b9fce8e67a3c5017f1b37b56b00cb179c0baddc8d6c
|
||||
SIZE (libsixel-20140422.tar.gz) = 466077
|
8
graphics/libsixel/pkg-descr
Normal file
8
graphics/libsixel/pkg-descr
Normal file
@ -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
|
7
graphics/libsixel/pkg-plist
Normal file
7
graphics/libsixel/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
include/sixel.h
|
||||
lib/libsixel.la
|
||||
lib/libsixel.so.0
|
||||
lib/libsixel.so
|
||||
lib/libsixel.a
|
||||
bin/img2sixel
|
||||
bin/sixel2png
|
Loading…
Reference in New Issue
Block a user