From blacksheep@lilly.csoft.net  Mon Jan  8 19:27:53 2007
Return-Path: <blacksheep@lilly.csoft.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 1292D16A403
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  8 Jan 2007 19:27:53 +0000 (UTC)
	(envelope-from blacksheep@lilly.csoft.net)
Received: from mail102.csoft.net (mail102.csoft.net [205.205.219.4])
	by mx1.freebsd.org (Postfix) with ESMTP id E402813C44C
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  8 Jan 2007 19:27:52 +0000 (UTC)
	(envelope-from blacksheep@lilly.csoft.net)
Received: by mail102.csoft.net (Postfix, from userid 5025)
	id 5D5D0B99C; Mon,  8 Jan 2007 14:08:17 -0500 (EST)
Message-Id: <20070108191018.5D5D0B99C@mail102.csoft.net>
Date: Mon,  8 Jan 2007 14:08:17 -0500 (EST)
From: <blacksheep@lilly.csoft.net>
Reply-To: <blacksheep@lilly.csoft.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: plulli@gmail.com
Subject: New port: devel/toh - A raw and dirty text scanner, used to generate text to be #included into C code
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         107691
>Category:       ports
>Synopsis:       New port: devel/toh - A raw and dirty text scanner, used to generate text to be #included into C code
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 08 19:30:14 GMT 2007
>Closed-Date:    Mon Jan 22 08:38:29 GMT 2007
>Last-Modified:  Sun Jan 28 00:20:30 GMT 2007
>Originator:     Paolo Lulli
>Release:        FreeBSD 6.1-RELEASE-p7 amd64
>Organization:
>Environment:
System: FreeBSD lilly.csoft.net 6.1-RELEASE-p7 FreeBSD 6.1-RELEASE-p7 #0: Fri Sep 29 09:56:38 EST 2006 root@:/usr/src/sys/amd64/compile/LILLYTMP amd64


	
>Description:
	An helper command for C developer wanting to include arbitrary text into a C #define text
>How-To-Repeat:
	
>Fix:

	


# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	ports-toh
#	ports-toh/pkg-descr
#	ports-toh/pkg-plist
#	ports-toh/pkg-message
#	ports-toh/Makefile
#	ports-toh/distinfo
#
echo c - ports-toh
mkdir -p ports-toh > /dev/null 2>&1
echo x - ports-toh/pkg-descr
sed 's/^X//' >ports-toh/pkg-descr << 'END-of-ports-toh/pkg-descr'
XA raw and dirty text scanner, used to generate text to be #included into C code
XWWW: http://www.lulli.net/prj/toh/
END-of-ports-toh/pkg-descr
echo x - ports-toh/pkg-plist
sed 's/^X//' >ports-toh/pkg-plist << 'END-of-ports-toh/pkg-plist'
Xbin/toh
END-of-ports-toh/pkg-plist
echo x - ports-toh/pkg-message
sed 's/^X//' >ports-toh/pkg-message << 'END-of-ports-toh/pkg-message'
END-of-ports-toh/pkg-message
echo x - ports-toh/Makefile
sed 's/^X//' >ports-toh/Makefile << 'END-of-ports-toh/Makefile'
X# New ports collection makefile for: Paolo Lulli
X# Date created: Sun, 7 Jan 2007 21:51:07 +0100
X# Whom: Paolo Lulli
X#
X# $FreeBSD$
X#
X
XPORTNAME=toh
XPORTVERSION=0.1
XCATEGORIES=devel
XMASTER_SITES=http://www.lulli.net/prj/toh//dist/
X
XMAINTAINER=paolo@lulli.net
XCOMMENT=Text to include.
X
X.include <bsd.port.mk>
END-of-ports-toh/Makefile
echo x - ports-toh/distinfo
sed 's/^X//' >ports-toh/distinfo << 'END-of-ports-toh/distinfo'
XMD5 (toh-0.1.tar.gz) = 423d1407effe1ea70a3227540d5ca860
XSHA256 (toh-0.1.tar.gz) = aaefad79fae6b3b6bc30ec875d9aeffa613d994909401a1f289c11a25343f683
XSIZE (toh-0.1.tar.gz) = 252814
END-of-ports-toh/distinfo
exit

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Mon Jan 8 19:42:34 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=107691 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Mon Jan 22 08:38:28 UTC 2007 
State-Changed-Why:  
Maintainer timeout. Please feel free to submit a follow-up for this PR 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/107691: commit references a PR
Date: Sun, 28 Jan 2007 00:16:27 +0000 (UTC)

 miwi        2007-01-28 00:16:21 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel                Makefile 
   Added files:
     devel/toh            Makefile distinfo pkg-descr 
   Log:
   A filter program, used to generate text to be
   included into C code as #define, provides the conversion
   of newlines and quotes into standard C-code text
   
   WWW: http://www.lulli.net/frog/prjsynd.cgi?prj=toh
   
   PR:             ports/107691
   Submitted by:   Paolo Lulli
   
   Revision  Changes    Path
   1.2611    +1 -0      ports/devel/Makefile
   1.1       +20 -0     ports/devel/toh/Makefile (new)
   1.1       +3 -0      ports/devel/toh/distinfo (new)
   1.1       +6 -0      ports/devel/toh/pkg-descr (new)
 _______________________________________________
 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:
