Date: Sun, 5 Nov 2006 20:27:20 +0100 (CET) From: trasz <trasz@pin.if.uz.zgora.pl> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/105184: [NEW PORT] devel/cppi: A tool to indent the C preprocessor directives Message-ID: <20061105192720.61B893A3EB@pin.if.uz.zgora.pl> Resent-Message-ID: <200611051930.kA5JUUN3010967@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Nov 05 19:30:30 GMT 2006 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061105192720.61B893A3EB>