SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
33
graphics/libsixel/Makefile
Normal file
33
graphics/libsixel/Makefile
Normal file
|
@ -0,0 +1,33 @@
|
|||
COMMENT = encoder/decoder implementation for DEC SIXEL graphics
|
||||
|
||||
V = 1.8.6
|
||||
DISTNAME = libsixel-$V
|
||||
REVISION = 0
|
||||
|
||||
SHARED_LIBS += sixel 1.0 # 1.6
|
||||
|
||||
CATEGORIES = graphics
|
||||
|
||||
HOMEPAGE = https://github.com/saitoha/libsixel
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
WANTLIB += c jpeg m png z
|
||||
|
||||
MASTER_SITES = https://github.com/saitoha/libsixel/releases/download/v$V/
|
||||
|
||||
LIB_DEPENDS = graphics/jpeg \
|
||||
graphics/png
|
||||
|
||||
CONFIGURE_STYLE = gnu
|
||||
|
||||
CONFIGURE_ARGS += --disable-python \
|
||||
--without-libcurl
|
||||
|
||||
# Requires Python
|
||||
NO_TEST = Yes
|
||||
|
||||
WRKDIST = ${WRKDIR}/sixel-$V
|
||||
|
||||
.include <bsd.port.mk>
|
2
graphics/libsixel/distinfo
Normal file
2
graphics/libsixel/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (libsixel-1.8.6.tar.gz) = n23K9A0lBhTOASGxU5ScMnxGqVjP0uR3UNh4i37Sjmo=
|
||||
SIZE (libsixel-1.8.6.tar.gz) = 652377
|
6
graphics/libsixel/pkg/DESCR
Normal file
6
graphics/libsixel/pkg/DESCR
Normal file
|
@ -0,0 +1,6 @@
|
|||
This package provides encoder/decoder implementation for DEC SIXEL graphics,
|
||||
and some converter programs.
|
||||
|
||||
SIXEL is one of image formats for printer and terminal imaging introduced by
|
||||
Digital Equipment Corp. (DEC). Its data scheme is represented as a terminal-
|
||||
friendly escape sequence.
|
17
graphics/libsixel/pkg/PLIST
Normal file
17
graphics/libsixel/pkg/PLIST
Normal file
|
@ -0,0 +1,17 @@
|
|||
@bin bin/img2sixel
|
||||
bin/libsixel-config
|
||||
@bin bin/sixel2png
|
||||
include/sixel.h
|
||||
@static-lib lib/libsixel.a
|
||||
lib/libsixel.la
|
||||
@lib lib/libsixel.so.${LIBsixel_VERSION}
|
||||
lib/pkgconfig/libsixel.pc
|
||||
@man man/man1/img2sixel.1
|
||||
@man man/man1/sixel2png.1
|
||||
@man man/man5/sixel.5
|
||||
share/bash-completion/
|
||||
share/bash-completion/completions/
|
||||
share/bash-completion/completions/img2sixel
|
||||
share/zsh/
|
||||
share/zsh/site-functions/
|
||||
share/zsh/site-functions/_img2sixel
|
Loading…
Add table
Add a link
Reference in a new issue