diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-09 03:09:38 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-09 03:09:38 +0000 |
commit | 6d0c34ae6680ebe486be841a6b1473029f29c94d (patch) | |
tree | 602abcb285813673706b27240ec6c92b4a3b415c /misc/toilet | |
parent | d955d1e98bea0609c8c6ff189076d0927e7d0dcf (diff) | |
download | ports-6d0c34ae6680ebe486be841a6b1473029f29c94d.tar.gz ports-6d0c34ae6680ebe486be841a6b1473029f29c94d.zip |
Notes
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 0ca962fe5e42..7ee41ba7bb65 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 a8e2968c4fc6..d944dce43153 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 d194475e7b53..a5102e075bdf 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 6576054dad6e..7313e0fa6f26 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 |