pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Import ansilove-3.0.3 as wip/ansilove



Module Name:	pkgsrc-wip
Committed By:	Frederic Cambus <fred%statdns.com@localhost>
Pushed By:	fcambus
Date:		Fri Jul 22 13:28:09 2016 +0200
Changeset:	6191cf0941f40bb9dc808176a35e2f7c25a0ee57

Modified Files:
	Makefile
Added Files:
	ansilove/DESCR
	ansilove/Makefile
	ansilove/PLIST
	ansilove/distinfo

Log Message:
Import ansilove-3.0.3 as wip/ansilove

AnsiLove is an ANSI and ASCII art to PNG converter, allowing to convert
ANSI and artscene-related file formats into PNG images, 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=6191cf0941f40bb9dc808176a35e2f7c25a0ee57

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile          |  1 +
 ansilove/DESCR    |  8 ++++++++
 ansilove/Makefile | 15 +++++++++++++++
 ansilove/PLIST    |  3 +++
 ansilove/distinfo |  6 ++++++
 5 files changed, 33 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index eb67e20..35879c8 100644
--- a/Makefile
+++ b/Makefile
@@ -106,6 +106,7 @@ SUBDIR+=	angelscript
 SUBDIR+=	ann
 SUBDIR+=	ansible
 SUBDIR+=	ansible-junos-stdlib
+SUBDIR+=	ansilove
 SUBDIR+=	anthy-dic-jis34
 SUBDIR+=	antlr
 SUBDIR+=	antlr3-c
diff --git a/ansilove/DESCR b/ansilove/DESCR
new file mode 100644
index 0000000..0a57542
--- /dev/null
+++ b/ansilove/DESCR
@@ -0,0 +1,8 @@
+AnsiLove is an ANSI and ASCII art to PNG converter, allowing to convert
+ANSI and artscene-related file formats into PNG images, 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/ansilove/Makefile b/ansilove/Makefile
new file mode 100644
index 0000000..004c4be
--- /dev/null
+++ b/ansilove/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+DISTNAME=	ansilove-3.0.3
+CATEGORIES=	graphics
+MASTER_SITES=	${MASTER_SITE_GITHUB:=ansilove/}
+
+MAINTAINER=	fred%statdns.com@localhost
+HOMEPAGE=	http://www.ansilove.org/
+COMMENT=	ANSI and ASCII art to PNG converter
+LICENSE=	modified-bsd
+
+USE_CMAKE=	yes
+
+.include "../../graphics/gd/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/ansilove/PLIST b/ansilove/PLIST
new file mode 100644
index 0000000..ae47f73
--- /dev/null
+++ b/ansilove/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/ansilove
+man/man1/ansilove.1
diff --git a/ansilove/distinfo b/ansilove/distinfo
new file mode 100644
index 0000000..9de3aec
--- /dev/null
+++ b/ansilove/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (ansilove-3.0.3.tar.gz) = 49d369eff64eef70d1c95fdd1d2457b863858e4c
+RMD160 (ansilove-3.0.3.tar.gz) = e45288e7f990091ef48b3acd7e56142e6d8ca8dc
+SHA512 (ansilove-3.0.3.tar.gz) = 3a7ff9c63fcc2266f076d753c66a57521d1bf8d6b51c0c6fc736dfd51ccb251c18df7f50e2b6e6ecbee322adde6e827881011eab58dc89afa702542dfbadb6bf
+Size (ansilove-3.0.3.tar.gz) = 151711 bytes


Home | Main Index | Thread Index | Old Index