From culot@0xd0.org  Tue Jul 27 12:51:12 2010
Return-Path: <culot@0xd0.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 46105106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 27 Jul 2010 12:51:12 +0000 (UTC)
	(envelope-from culot@0xd0.org)
Received: from 0xd0.org (ks28346.kimsufi.com [91.121.92.146])
	by mx1.freebsd.org (Postfix) with ESMTP id C460D8FC17
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 27 Jul 2010 12:51:11 +0000 (UTC)
Received: from 0xd0.org (doudou.0xd0.org [172.16.0.254])
	by 0xd0.org (8.14.4/8.14.4) with ESMTP id o6RCp8xj017922
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 27 Jul 2010 14:51:08 +0200 (CEST)
	(envelope-from culot@0xd0.org)
Received: (from culot@localhost)
	by 0xd0.org (8.14.4/8.14.4/Submit) id o6RCp8JL017921;
	Tue, 27 Jul 2010 14:51:08 +0200 (CEST)
	(envelope-from culot)
Message-Id: <201007271251.o6RCp8JL017921@0xd0.org>
Date: Tue, 27 Jul 2010 14:51:08 +0200 (CEST)
From: Frederic Culot <frederic@culot.org>
Reply-To: Frederic Culot <frederic@culot.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Update port: misc/toilet 
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         149000
>Category:       ports
>Synopsis:       Update port: misc/toilet
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pgollucci
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 27 13:00:06 UTC 2010
>Closed-Date:    Thu Sep 09 03:09:47 UTC 2010
>Last-Modified:  Thu Sep  9 03:10:06 UTC 2010
>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@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@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:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Tue Jul 27 13:12:02 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=149000 
Responsible-Changed-From-To: miwi->pgollucci 
Responsible-Changed-By: pgollucci 
Responsible-Changed-When: Thu Sep 9 02:01:16 UTC 2010 
Responsible-Changed-Why:  
maintainer timeout (miwi ; 44 days) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=149000 
State-Changed-From-To: open->closed 
State-Changed-By: pgollucci 
State-Changed-When: Thu Sep 9 03:09:46 UTC 2010 
State-Changed-Why:  
Committed, Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=149000 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/149000: commit references a PR
Date: Thu,  9 Sep 2010 03:09:51 +0000 (UTC)

 pgollucci    2010-09-09 03:09:38 UTC
 
   FreeBSD ports repository
 
   Modified files:
     misc/toilet          Makefile distinfo pkg-descr pkg-plist 
   Log:
   - Update to 0.2
   
   PR:             ports/149000
   Submitted by:   Frederic Culot <frederic@culot.org>
   
   Revision  Changes    Path
   1.8       +5 -4      ports/misc/toilet/Makefile
   1.2       +3 -3      ports/misc/toilet/distinfo
   1.3       +3 -2      ports/misc/toilet/pkg-descr
   1.2       +9 -0      ports/misc/toilet/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
