ports/149000: Update port: misc/toilet

Frederic Culot frederic at culot.org
Tue Jul 27 13:00:07 UTC 2010


>Number:         149000
>Category:       ports
>Synopsis:       Update port: misc/toilet
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 27 13:00:06 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Frederic Culot
>Release:        FreeBSD 8.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD 0xd0.org 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:36:49 UTC 2010 root at mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
	Update to 0.2.
>How-To-Repeat:
	
>Fix:
diff -ruN toilet.bak/Makefile toilet/Makefile
--- toilet.bak/Makefile	2010-07-27 12:26:46.569507630 +0200
+++ toilet/Makefile	2010-07-27 14:34:31.253953837 +0200
@@ -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 at 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 -ruN toilet.bak/distinfo toilet/distinfo
--- toilet.bak/distinfo	2010-07-27 12:26:46.578861612 +0200
+++ toilet/distinfo	2010-07-27 14:24:53.726776500 +0200
@@ -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 -ruN toilet.bak/pkg-descr toilet/pkg-descr
--- toilet.bak/pkg-descr	2010-07-27 12:26:46.569507630 +0200
+++ toilet/pkg-descr	2010-07-27 13:59:58.222831725 +0200
@@ -3,14 +3,15 @@
 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
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list