1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

graphics/catimg: Add new port

catimg is a little program written in C with no dependencies that prints
images in terminal. It supports JPEG, PNG and GIF formats. This program
was originally a script that did the same by using ImageMagick convert.
This commit is contained in:
Emanuel Haupt 2023-06-12 10:39:36 +02:00
parent 34b6a729e1
commit ea591b90ea
4 changed files with 26 additions and 0 deletions

View File

@ -94,6 +94,7 @@
SUBDIR += cairomm
SUBDIR += cal3d
SUBDIR += camerakit
SUBDIR += catimg
SUBDIR += cbonsai
SUBDIR += cbviewer
SUBDIR += cegui

19
graphics/catimg/Makefile Normal file
View File

@ -0,0 +1,19 @@
PORTNAME= catimg
PORTVERSION= 2.7.0
CATEGORIES= graphics
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Insanely fast image printing in your terminal
WWW= https://github.com/posva/catimg/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake
USE_GITHUB= yes
GH_ACCOUNT= posva
PLIST_FILES= bin/catimg \
share/man/man1/catimg.1.gz
.include <bsd.port.mk>

3
graphics/catimg/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1686319032
SHA256 (posva-catimg-2.7.0_GH0.tar.gz) = 3a6450316ff62fb07c3facb47ea208bf98f62abd02783e88c56f2a6508035139
SIZE (posva-catimg-2.7.0_GH0.tar.gz) = 90898

View File

@ -0,0 +1,3 @@
catimg is a little program written in C with no dependencies that prints
images in terminal. It supports JPEG, PNG and GIF formats. This program
was originally a script that did the same by using ImageMagick convert.