SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

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

View file

@ -0,0 +1,2 @@
SHA256 (libsixel-1.8.6.tar.gz) = n23K9A0lBhTOASGxU5ScMnxGqVjP0uR3UNh4i37Sjmo=
SIZE (libsixel-1.8.6.tar.gz) = 652377

View 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.

View 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