Revision: 69284 http://trac.macports.org/changeset/69284 Author: phw@macports.org Date: 2010-06-29 05:33:53 -0700 (Tue, 29 Jun 2010) Log Message: ----------- Added new port: toilet - a figlet alternative Added Paths: ----------- trunk/dports/graphics/toilet/ trunk/dports/graphics/toilet/Portfile Added: trunk/dports/graphics/toilet/Portfile =================================================================== --- trunk/dports/graphics/toilet/Portfile (rev 0) +++ trunk/dports/graphics/toilet/Portfile 2010-06-29 12:33:53 UTC (rev 69284) @@ -0,0 +1,25 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 +# $Id: Portfile 69138 2010-06-24 22:36:52Z jmr@macports.org $ + +PortSystem 1.0 + +name toilet +version 0.2 +revision 1 +categories graphics +maintainers phw openmainteiner +description toilet - colour based alternative to figlet using libcaca +long_description 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”. +homepage http://libcaca.zoy.org/wiki/libcaca +platforms darwin +depends_lib port:ncurses port:libcaca +master_sites http://caca.zoy.org/raw-attachment/wiki/toilet/ +checksums md5 4dec7585a2a2d716a765d553cdc1ddaf \ + sha1 fee189d16e4a73ee7ed1a92790292f98460a69a6 \ + rmd160 d3b4d0dad753a10eee029d3761dd9af9e4e55c81 + +livecheck.type regex +livecheck.url http://caca.zoy.org/wiki/toilet +livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
participants (1)
-
phw@macports.org