graphics/libansilove: import libansilove-1.1.2.

Library for converting ANSI, ASCII, and other formats to PNG, allowing
to render ANSI and artscene-related file formats into PNG images, and
supporting ANSI (.ANS), PCBoard (.PCB), Binary (.BIN), Artworx (.ADF),
iCE Draw (.IDF), Tundra (.TND) and XBin (.XB) formats.

It creates size optimized 4-bit PNG files and supports SAUCE (Standard
Architecture for Universal Comment Extentions), 80x25 and 80x50 PC fonts
(including all the 14 MS-DOS charsets), Amiga fonts, and iCE colors.

OK kamil@
This commit is contained in:
fcambus 2019-06-30 21:58:17 +00:00
parent ff7c9657a4
commit 2e7f990e86
5 changed files with 49 additions and 0 deletions

View file

@ -0,0 +1,8 @@
Library for converting ANSI, ASCII, and other formats to PNG, allowing
to render ANSI and artscene-related file formats into PNG images, and
supporting ANSI (.ANS), PCBoard (.PCB), Binary (.BIN), Artworx (.ADF),
iCE Draw (.IDF), Tundra (.TND) and XBin (.XB) formats.
It creates size optimized 4-bit PNG files and supports SAUCE (Standard
Architecture for Universal Comment Extentions), 80x25 and 80x50 PC fonts
(including all the 14 MS-DOS charsets), Amiga fonts, and iCE colors.

View file

@ -0,0 +1,17 @@
# $NetBSD: Makefile,v 1.1 2019/06/30 21:58:17 fcambus Exp $
DISTNAME= libansilove-1.1.2
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=ansilove/}
GITHUB_RELEASE= ${PKGVERSION_NOREV}
MAINTAINER= fcambus@NetBSD.org
HOMEPAGE= https://www.ansilove.org/
COMMENT= Library for converting ANSI, ASCII, and other formats to PNG
LICENSE= 2-clause-bsd
USE_LANGUAGES= c99
USE_CMAKE= yes
.include "../../graphics/gd/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -0,0 +1,6 @@
@comment $NetBSD: PLIST,v 1.1 2019/06/30 21:58:17 fcambus Exp $
include/ansilove.h
lib/libansilove.so
lib/libansilove.so.1
lib/libansilove.so.${PKGVERSION}
man/man3/libansilove.3

View file

@ -0,0 +1,12 @@
# $NetBSD: buildlink3.mk,v 1.1 2019/06/30 21:58:17 fcambus Exp $
BUILDLINK_TREE+= libansilove
.if !defined(LIBANSILOVE_BUILDLINK3_MK)
LIBANSILOVE_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.libansilove+= libansilove>=1.1.2
BUILDLINK_PKGSRCDIR.libansilove?= ../../graphics/libansilove
.endif # LIBANSILOVE_BUILDLINK3_MK
BUILDLINK_TREE+= -libansilove

View file

@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.1 2019/06/30 21:58:17 fcambus Exp $
SHA1 (libansilove-1.1.2.tar.gz) = a115c3a9dbaf3319bb2c314ce711b5e1bb0d6460
RMD160 (libansilove-1.1.2.tar.gz) = f8db91de178223910a83cb30cd47d549b6d8353c
SHA512 (libansilove-1.1.2.tar.gz) = 2ca2ee85cdd8487d1f75a92f35bf96cac032b6d4712a565bbc59fe05f3431a2df0077c6d56fc841f26b065a3ad4805ff29c17891fdfc1e0e0b2ea66fe803ccf1
Size (libansilove-1.1.2.tar.gz) = 54870 bytes