pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Import libansilove 1.1.0 as wip/libansilove.
Module Name: pkgsrc-wip
Committed By: Frederic Cambus <fred%statdns.com@localhost>
Pushed By: fcambus
Date: Thu Jan 24 15:37:44 2019 +0100
Changeset: 6b776bb3fa0a930f87936434f100bc9a5a0b00b2
Added Files:
libansilove/DESCR
libansilove/Makefile
libansilove/PLIST
libansilove/buildlink3.mk
libansilove/distinfo
Log Message:
Import libansilove 1.1.0 as wip/libansilove.
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.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6b776bb3fa0a930f87936434f100bc9a5a0b00b2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
libansilove/DESCR | 8 ++++++++
libansilove/Makefile | 21 +++++++++++++++++++++
libansilove/PLIST | 6 ++++++
libansilove/buildlink3.mk | 12 ++++++++++++
libansilove/distinfo | 6 ++++++
5 files changed, 53 insertions(+)
diffs:
diff --git a/libansilove/DESCR b/libansilove/DESCR
new file mode 100644
index 0000000000..c6c04614d0
--- /dev/null
+++ b/libansilove/DESCR
@@ -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.
diff --git a/libansilove/Makefile b/libansilove/Makefile
new file mode 100644
index 0000000000..46c308372e
--- /dev/null
+++ b/libansilove/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+DISTNAME= libansilove-1.1.0
+CATEGORIES= graphics
+MASTER_SITES= ${MASTER_SITE_GITHUB:=ansilove/}
+
+MAINTAINER= fred%statdns.com@localhost
+HOMEPAGE= https://www.ansilove.org/
+COMMENT= Library for converting ANSI, ASCII, and other formats to PNG
+LICENSE= 2-clause-bsd
+
+USE_CMAKE= yes
+
+INSTALLATION_DIRS+= ${PKGMANDIR}/man3
+
+post-install:
+ ${RUN}${INSTALL_MAN} ${WRKSRC}/libansilove.3 \
+ ${DESTDIR}${PREFIX}/${PKGMANDIR}/man3
+
+.include "../../graphics/gd/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/libansilove/PLIST b/libansilove/PLIST
new file mode 100644
index 0000000000..8810d41e6d
--- /dev/null
+++ b/libansilove/PLIST
@@ -0,0 +1,6 @@
+@comment $NetBSD$
+include/ansilove.h
+lib/libansilove.so
+lib/libansilove.so.1
+lib/libansilove.so.${PKGVERSION}
+man/man3/libansilove.3
diff --git a/libansilove/buildlink3.mk b/libansilove/buildlink3.mk
new file mode 100644
index 0000000000..1c272e09db
--- /dev/null
+++ b/libansilove/buildlink3.mk
@@ -0,0 +1,12 @@
+# $NetBSD$
+
+BUILDLINK_TREE+= libansilove
+
+.if !defined(LIBANSILOVE_BUILDLINK3_MK)
+LIBANSILOVE_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.libansilove+= libansilove>=1.1.0
+BUILDLINK_PKGSRCDIR.libansilove?= ../../graphics/libansilove
+.endif # LIBANSILOVE_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -libansilove
diff --git a/libansilove/distinfo b/libansilove/distinfo
new file mode 100644
index 0000000000..6fa650bc59
--- /dev/null
+++ b/libansilove/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (libansilove-1.1.0.tar.gz) = 8e4ef67b4c9b20791c8f05f29009018c8b3008df
+RMD160 (libansilove-1.1.0.tar.gz) = 1b404f2630893a5a643d761692f9cd9c762d3b24
+SHA512 (libansilove-1.1.0.tar.gz) = 1bd75e3f8d822c2e72e4eb447c43ea2557a83708a9802b6ed700b119b28aa692a7643ca24d04783b80611fd0787c4c2d79db341570150a0b9e4c6cad490d30a6
+Size (libansilove-1.1.0.tar.gz) = 54536 bytes
Home |
Main Index |
Thread Index |
Old Index