From trasz@pin.if.uz.zgora.pl  Sun Nov  5 19:25:08 2006
Return-Path: <trasz@pin.if.uz.zgora.pl>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id D0AE616A4A7
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  5 Nov 2006 19:25:08 +0000 (UTC)
	(envelope-from trasz@pin.if.uz.zgora.pl)
Received: from pin.if.uz.zgora.pl (pin.if.uz.zgora.pl [212.109.128.251])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1AD9643D5E
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  5 Nov 2006 19:25:08 +0000 (GMT)
	(envelope-from trasz@pin.if.uz.zgora.pl)
Received: by pin.if.uz.zgora.pl (Postfix, from userid 1001)
	id 61B893A3EB; Sun,  5 Nov 2006 20:27:20 +0100 (CET)
Message-Id: <20061105192720.61B893A3EB@pin.if.uz.zgora.pl>
Date: Sun,  5 Nov 2006 20:27:20 +0100 (CET)
From: trasz <trasz@pin.if.uz.zgora.pl>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] devel/cppi: A tool to indent the C preprocessor directives
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         105184
>Category:       ports
>Synopsis:       [NEW PORT] devel/cppi: A tool to indent the C preprocessor directives
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 05 19:30:30 GMT 2006
>Closed-Date:    Wed Nov 08 23:15:51 GMT 2006
>Last-Modified:  Wed Nov  8 23:20:12 GMT 2006
>Originator:     trasz
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD pin.if.uz.zgora.pl 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat Jun  3 01:12:10 CEST
>Description:
A tool to indent the C preprocessor directives to reflect their
nesting and ensure that there is exactly one space character between
each #if, #elif, #define directive and the following token.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- cppi-1.12.shar begins here ---
# 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:
#
#	cppi
#	cppi/pkg-descr
#	cppi/Makefile
#	cppi/distinfo
#
echo c - cppi
mkdir -p cppi > /dev/null 2>&1
echo x - cppi/pkg-descr
sed 's/^X//' >cppi/pkg-descr << 'END-of-cppi/pkg-descr'
XA tool to indent the C preprocessor directives to reflect their
Xnesting and ensure that there is exactly one space character between
Xeach #if, #elif, #define directive and the following token.
END-of-cppi/pkg-descr
echo x - cppi/Makefile
sed 's/^X//' >cppi/Makefile << 'END-of-cppi/Makefile'
X# New ports collection makefile for:	cppi
X# Date created:		2006-11-05
X# Whom:			trasz <trasz@pin.if.uz.zgora.pl>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	cppi
XPORTVERSION=	1.12
XCATEGORIES=	devel
XMASTER_SITES=	${MASTER_SITE_GNU}
XMASTER_SITE_SUBDIR=	coreutils
XDISTFILES=	${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig
XEXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
X
XMAINTAINER=	trasz@pin.if.uz.zgora.pl
XCOMMENT=	A tool to indent the C preprocessor directives
X
XUSE_GPG?=	yes
XSIG_FILES=	${DISTNAME}${EXTRACT_SUFX}.sig
XUSE_BZIP2=	yes
XUSE_GMAKE=	yes
XGNU_CONFIGURE=	yes
XCONFIGURE_ARGS=	--mandir=${PREFIX}/man
XCONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib"
X
XPLIST_FILES=	bin/cppi
XMAN1=		cppi.1
X
X.include <bsd.port.mk>
END-of-cppi/Makefile
echo x - cppi/distinfo
sed 's/^X//' >cppi/distinfo << 'END-of-cppi/distinfo'
XMD5 (cppi-1.12.tar.bz2) = 3a9b8fa70cae2fb36b089a5f2ef4326f
XSHA256 (cppi-1.12.tar.bz2) = 8cde71a6f9c2555969deb2a691ca2b5b67b350a3ce15025e38754cee247c1f78
XSIZE (cppi-1.12.tar.bz2) = 272977
XMD5 (cppi-1.12.tar.bz2.sig) = 59729a91216b131c06c1e867883e42f8
XSHA256 (cppi-1.12.tar.bz2.sig) = 6cdd7869f3742e502adf9f3fe5ade720e0d8afb17328d6511bb3b9f691658576
XSIZE (cppi-1.12.tar.bz2.sig) = 189
END-of-cppi/distinfo
exit
--- cppi-1.12.shar ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sun Nov 5 19:43:15 UTC 2006 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=105184 
State-Changed-From-To: closed->open 
State-Changed-By: miwi 
State-Changed-When: Sun Nov 5 19:46:29 UTC 2006 
State-Changed-Why:  
Reopen and take it. 


Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Sun Nov 5 19:46:29 UTC 2006 
Responsible-Changed-Why:  
Grap! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=105184 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Wed Nov 8 23:15:49 UTC 2006 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/105184: commit references a PR
Date: Wed,  8 Nov 2006 23:13:10 +0000 (UTC)

 miwi        2006-11-08 23:12:55 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel                Makefile 
   Added files:
     devel/cppi           Makefile distinfo pkg-descr 
   Log:
   A tool to indent the C preprocessor directives to reflect their
   nesting and ensure that there is exactly one space character between
   each #if, #elif, #define directive and the following token.
   
   PR:             ports/105184
   Submitted by:   trasz <trasz@pin.if.uz.zgora.pl>
   
   Revision  Changes    Path
   1.2506    +1 -0      ports/devel/Makefile
   1.1       +30 -0     ports/devel/cppi/Makefile (new)
   1.1       +6 -0      ports/devel/cppi/distinfo (new)
   1.1       +3 -0      ports/devel/cppi/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:
