mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Update to 0.2
PR: ports/149000 Submitted by: Frederic Culot <frederic@culot.org>
This commit is contained in:
parent
d955d1e98b
commit
6d0c34ae66
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=260813
@ -6,18 +6,19 @@
|
||||
#
|
||||
|
||||
PORTNAME= toilet
|
||||
PORTVERSION= 0.1
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 0.2
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= http://libcaca.zoy.org/files/ CENKES
|
||||
MASTER_SITES= http://caca.zoy.org/raw-attachment/wiki/toilet/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Enhanced figlet(6)
|
||||
|
||||
LIB_DEPENDS= cucul.0:${PORTSDIR}/graphics/libcaca
|
||||
LIB_DEPENDS= caca.0:${PORTSDIR}/graphics/libcaca
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --program-transform-name=""
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
CFLAGS+= -fno-strength-reduce
|
||||
MAN1= ${PORTNAME}.1
|
||||
PORT_VERBS= ${PORTNAME} caca2tlf share/figlet/*tlf
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (toilet-0.1.tar.gz) = 7d26ca36c83eeca2f0c285872624c2c8
|
||||
SHA256 (toilet-0.1.tar.gz) = 626663a5dbed9c1c5844480b91812f0be4fe8c3c0135f44ef76490f79632d2da
|
||||
SIZE (toilet-0.1.tar.gz) = 429493
|
||||
MD5 (toilet-0.2.tar.gz) = 4dec7585a2a2d716a765d553cdc1ddaf
|
||||
SHA256 (toilet-0.2.tar.gz) = 76301f651f2cb4172010c5629e43c2d54ce1541fc0de902a52cbcb1cc306a4b9
|
||||
SIZE (toilet-0.2.tar.gz) = 862528
|
||||
|
@ -3,14 +3,15 @@ utility. TOIlet stands for "The Other Implementation's letters", coined
|
||||
after FIGlet's "Frank, Ian and Glen's letters".
|
||||
|
||||
TOIlet is in its very early development phase. It uses the powerful
|
||||
libcucul library to achieve various text-based effects. TOIlet
|
||||
libcaca library to achieve various text-based effects. TOIlet
|
||||
implements or plans to implement the following features:
|
||||
* The ability to load FIGlet fonts
|
||||
* Support for Unicode input and output
|
||||
* Support for colour fonts
|
||||
* Support for colour output
|
||||
* Support for various output formats: HTML, IRC, ANSI...
|
||||
|
||||
TOIlet also aims for full FIGlet compatibility. It is currently able to
|
||||
load FIGlet fonts and perform horizontal smushing.
|
||||
|
||||
WWW: http://libcaca.zoy.org/toilet.html
|
||||
WWW: http://caca.zoy.org/wiki/toilet
|
||||
|
@ -1,15 +1,24 @@
|
||||
bin/caca2tlf
|
||||
bin/toilet
|
||||
share/figlet/ascii12.tlf
|
||||
share/figlet/ascii9.tlf
|
||||
share/figlet/bigascii12.tlf
|
||||
share/figlet/bigascii9.tlf
|
||||
share/figlet/bigmono12.tlf
|
||||
share/figlet/bigmono9.tlf
|
||||
share/figlet/circle.tlf
|
||||
share/figlet/emboss.tlf
|
||||
share/figlet/emboss2.tlf
|
||||
share/figlet/future.tlf
|
||||
share/figlet/letter.tlf
|
||||
share/figlet/mono12.tlf
|
||||
share/figlet/mono9.tlf
|
||||
share/figlet/pagga.tlf
|
||||
share/figlet/smascii12.tlf
|
||||
share/figlet/smascii9.tlf
|
||||
share/figlet/smblock.tlf
|
||||
share/figlet/smbraille.tlf
|
||||
share/figlet/smmono12.tlf
|
||||
share/figlet/smmono9.tlf
|
||||
share/figlet/wideterm.tlf
|
||||
@dirrmtry share/figlet
|
||||
|
Loading…
Reference in New Issue
Block a user