Add graphics/ansilove:

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)

WWW: https://github.com/ansilove/ansilove
This commit is contained in:
Dmitry Marakasov 2016-09-27 23:46:04 +00:00
parent a904110a38
commit aff7b63b01
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=422834
4 changed files with 53 additions and 0 deletions

View file

@ -46,6 +46,7 @@
SUBDIR += ampasACES-container
SUBDIR += ampasCTL
SUBDIR += animorph
SUBDIR += ansilove
SUBDIR += aoi
SUBDIR += apngasm
SUBDIR += apngdis

View file

@ -0,0 +1,39 @@
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
# $FreeBSD$
PORTNAME= ansilove
PORTVERSION= 3.0.4
CATEGORIES= graphics textproc
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= ANSi / ASCII art to PNG converter
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libgd.so:graphics/gd
USE_GITHUB= yes
USES= cmake
CMAKE_ARGS= -DCMAKE_INSTALL_MANDIR=man
PORTDOCS= AUTHORS ChangeLog README.md THANKS TODO
PORTEXAMPLES= *
PLIST_FILES= bin/ansilove \
man/man1/ansilove.1.gz
OPTIONS_DEFINE= DOCS EXAMPLES
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/
.endfor
post-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR}/
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1474927624
SHA256 (ansilove-ansilove-3.0.4_GH0.tar.gz) = b115242186e7e5d98311b49c57503cf8dbe6955cbc9880fb3ef7ad831d1f03de
SIZE (ansilove-ansilove-3.0.4_GH0.tar.gz) = 151101

View file

@ -0,0 +1,10 @@
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)
WWW: https://github.com/ansilove/ansilove