diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-09-09 11:09:38 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-09-09 11:09:38 +0800 |
commit | e670c15e82acbda1996cff7360482e4e65fdf9c4 (patch) | |
tree | 9ead3a07bd058846c15b29319ddccae6bd3701f0 /misc/toilet | |
parent | baff3d138f4de6f3a7a763f6e6405fa26c82bf1a (diff) | |
download | freebsd-ports-graphics-e670c15e82acbda1996cff7360482e4e65fdf9c4.tar.gz freebsd-ports-graphics-e670c15e82acbda1996cff7360482e4e65fdf9c4.tar.zst freebsd-ports-graphics-e670c15e82acbda1996cff7360482e4e65fdf9c4.zip |
- Update to 0.2
PR: ports/149000
Submitted by: Frederic Culot <frederic@culot.org>
Diffstat (limited to 'misc/toilet')
-rw-r--r-- | misc/toilet/Makefile | 9 | ||||
-rw-r--r-- | misc/toilet/distinfo | 6 | ||||
-rw-r--r-- | misc/toilet/pkg-descr | 5 | ||||
-rw-r--r-- | misc/toilet/pkg-plist | 9 |
4 files changed, 20 insertions, 9 deletions
diff --git a/misc/toilet/Makefile b/misc/toilet/Makefile index 0ca962fe5e4..7ee41ba7bb6 100644 --- a/misc/toilet/Makefile +++ b/misc/toilet/Makefile @@ -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 diff --git a/misc/toilet/distinfo b/misc/toilet/distinfo index a8e2968c4fc..d944dce4315 100644 --- a/misc/toilet/distinfo +++ b/misc/toilet/distinfo @@ -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 diff --git a/misc/toilet/pkg-descr b/misc/toilet/pkg-descr index d194475e7b5..a5102e075bd 100644 --- a/misc/toilet/pkg-descr +++ b/misc/toilet/pkg-descr @@ -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 diff --git a/misc/toilet/pkg-plist b/misc/toilet/pkg-plist index 6576054dad6..7313e0fa6f2 100644 --- a/misc/toilet/pkg-plist +++ b/misc/toilet/pkg-plist @@ -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 |