aboutsummaryrefslogtreecommitdiff
path: root/graphics/ansilove
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2019-01-22 18:02:49 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2019-01-22 18:02:49 +0000
commite6e5748bf7ce64b7c2244faed7295eb934a6d629 (patch)
treeeaf4be508bb659eb4b848de5622a26daf199e7d0 /graphics/ansilove
parent73418ca0483177192bad6e67880f5884df780e08 (diff)
downloadports-e6e5748bf7ce64b7c2244faed7295eb934a6d629.tar.gz
ports-e6e5748bf7ce64b7c2244faed7295eb934a6d629.zip
- Update graphics/ansilove to 4.0.0
- Add graphics/libansilove port needed for this update: libansilove is a library to convert ANSi and artscene related file formats into PNG images. The following formats are supported: - .ANS - ANSi (ANSI escape sequences: ANSI X3.64 standard) - .PCB - PCBoard Bulletin Board System (BBS) own file format - .BIN - Binary format (raw memory copy of text mode video memory) - .ADF - Artworx format, supporting custom character sets and palettes - .IDF - iCE Draw format, supporting custom character sets and palettes - .TND - TundraDraw format, supporting 24-bit color mode - .XB - The eXtended Binary XBin format, supporting custom character sets and palettes WWW: https://www.ansilove.org/
Notes
Notes: svn path=/head/; revision=490963
Diffstat (limited to 'graphics/ansilove')
-rw-r--r--graphics/ansilove/Makefile4
-rw-r--r--graphics/ansilove/distinfo6
-rw-r--r--graphics/ansilove/pkg-descr26
3 files changed, 25 insertions, 11 deletions
diff --git a/graphics/ansilove/Makefile b/graphics/ansilove/Makefile
index 58c341be9378..ec2f87919854 100644
--- a/graphics/ansilove/Makefile
+++ b/graphics/ansilove/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= ansilove
-PORTVERSION= 3.0.9
+PORTVERSION= 4.0.0
CATEGORIES= graphics textproc
MAINTAINER= amdmi3@FreeBSD.org
@@ -11,7 +11,7 @@ COMMENT= ANSi / ASCII art to PNG converter
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-LIB_DEPENDS= libgd.so:graphics/gd
+LIB_DEPENDS= libansilove.so:graphics/libansilove
USE_GITHUB= yes
diff --git a/graphics/ansilove/distinfo b/graphics/ansilove/distinfo
index ddaaf8414699..17b699a0ffe9 100644
--- a/graphics/ansilove/distinfo
+++ b/graphics/ansilove/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1530017694
-SHA256 (ansilove-ansilove-3.0.9_GH0.tar.gz) = 3117b083f3a97da6f3d24963d46b83af2fb6967c5c33940d0b097386f338b919
-SIZE (ansilove-ansilove-3.0.9_GH0.tar.gz) = 162408
+TIMESTAMP = 1547826832
+SHA256 (ansilove-ansilove-4.0.0_GH0.tar.gz) = 2107a7bcb1b69f65924eb00acafce537ed049b92b84582202408ab3b86f02ea1
+SIZE (ansilove-ansilove-4.0.0_GH0.tar.gz) = 121250
diff --git a/graphics/ansilove/pkg-descr b/graphics/ansilove/pkg-descr
index 205d18af8569..cdacaba55c4c 100644
--- a/graphics/ansilove/pkg-descr
+++ b/graphics/ansilove/pkg-descr
@@ -1,10 +1,24 @@
ANSi / ASCII art to PNG converter
-- Supports 7 textmode formats:
- ANS/PCB/BiN/ADF/iDF/TND/XBiN
-- Supports 14 MS-DOS charsets
-- 80x25, 80x50 and Amiga fonts
-- Supports SAUCE and iCE colors
-- Small output size (4-bit PNG)
+The following formats are supported:
+- .ANS - ANSi (ANSI escape sequences: ANSI X3.64 standard)
+- .PCB - PCBoard Bulletin Board System (BBS) own file format
+- .BIN - Binary format (raw memory copy of text mode video memory)
+- .ADF - Artworx format, supporting custom character sets and palettes
+- .IDF - iCE Draw format, supporting custom character sets and palettes
+- .TND - TundraDraw format, supporting 24-bit color mode
+- .XB - The eXtended Binary XBin format, supporting custom character
+ sets and palettes
+
+AnsiLove/C is capabable of processing:
+- SAUCE records
+- DOS and Amiga fonts (embedded binary dump)
+- iCE colors
+
+Even more:
+- Output files are highly optimized 4-bit PNGs.
+- Optionally generates additional (and proper) Retina @2x PNG.
+- You can use custom options for adjusting output results.
+- Built-in support for rendering Amiga ASCII.
WWW: https://github.com/ansilove/ansilove