summaryrefslogtreecommitdiff
path: root/misc/toilet
diff options
context:
space:
mode:
authorschmonz <schmonz>2014-02-23 00:40:04 +0000
committerschmonz <schmonz>2014-02-23 00:40:04 +0000
commit95eb02b7143488f970e9bea708aae06d57ebf714 (patch)
tree7cdecc36907a9487065a684a4d518344360bba57 /misc/toilet
parentf74dae114dff4454259e136859c34f856488aa9c (diff)
downloadpkgsrc-95eb02b7143488f970e9bea708aae06d57ebf714.tar.gz
Add toilet, a free replacement for the FIGlet 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 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.
Diffstat (limited to 'misc/toilet')
-rw-r--r--misc/toilet/DESCR16
-rw-r--r--misc/toilet/Makefile18
-rw-r--r--misc/toilet/PLIST24
-rw-r--r--misc/toilet/distinfo5
4 files changed, 63 insertions, 0 deletions
diff --git a/misc/toilet/DESCR b/misc/toilet/DESCR
new file mode 100644
index 00000000000..16fd03331e1
--- /dev/null
+++ b/misc/toilet/DESCR
@@ -0,0 +1,16 @@
+The TOIlet project attempts to create a free replacement for the
+FIGlet 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
+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.
diff --git a/misc/toilet/Makefile b/misc/toilet/Makefile
new file mode 100644
index 00000000000..ba9f85781d9
--- /dev/null
+++ b/misc/toilet/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2014/02/23 00:40:04 schmonz Exp $
+
+DISTNAME= toilet-0.3
+CATEGORIES= misc
+MASTER_SITES= http://caca.zoy.org/raw-attachment/wiki/toilet/
+
+MAINTAINER= schmonz@NetBSD.org
+HOMEPAGE= http://caca.zoy.org/wiki/toilet
+COMMENT= Free replacement for the FIGlet utility
+# LICENSE= wtfpl
+
+USE_TOOLS+= pkg-config
+DEPENDS+= libcaca>=0.99.18:../../graphics/libcaca
+
+GNU_CONFIGURE= yes
+
+.include "../../graphics/libcaca/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/misc/toilet/PLIST b/misc/toilet/PLIST
new file mode 100644
index 00000000000..4d4d50b55ff
--- /dev/null
+++ b/misc/toilet/PLIST
@@ -0,0 +1,24 @@
+@comment $NetBSD: PLIST,v 1.1 2014/02/23 00:40:04 schmonz Exp $
+bin/toilet
+man/man1/toilet.1
+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
diff --git a/misc/toilet/distinfo b/misc/toilet/distinfo
new file mode 100644
index 00000000000..893a17fd466
--- /dev/null
+++ b/misc/toilet/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/02/23 00:40:04 schmonz Exp $
+
+SHA1 (toilet-0.3.tar.gz) = 73ea7aa2b0470ac0fecc103d7eeed0048684a505
+RMD160 (toilet-0.3.tar.gz) = f7357fcd84bf717f1df738e09762a048005caa74
+Size (toilet-0.3.tar.gz) = 864880 bytes