From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 21 17:10:06 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E80916A420 for ; Wed, 21 Sep 2005 17:10:06 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 950A743D5A for ; Wed, 21 Sep 2005 17:10:05 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j8LHA5a5048362 for ; Wed, 21 Sep 2005 17:10:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j8LHA5nQ048361; Wed, 21 Sep 2005 17:10:05 GMT (envelope-from gnats) Resent-Date: Wed, 21 Sep 2005 17:10:05 GMT Resent-Message-Id: <200509211710.j8LHA5nQ048361@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Emanuel Haupt Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A75916A420 for ; Wed, 21 Sep 2005 17:08:48 +0000 (GMT) (envelope-from ehaupt@beaver.critical.ch) Received: from beaver.critical.ch (217-162-251-247.dclient.hispeed.ch [217.162.251.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABDC343D55 for ; Wed, 21 Sep 2005 17:08:47 +0000 (GMT) (envelope-from ehaupt@beaver.critical.ch) Received: from beaver.critical.ch (localhost.critical.ch [127.0.0.1]) by beaver.critical.ch (8.13.3/8.13.3) with ESMTP id j8LH8k10063139 for ; Wed, 21 Sep 2005 19:08:46 +0200 (CEST) (envelope-from ehaupt@beaver.critical.ch) Received: (from ehaupt@localhost) by beaver.critical.ch (8.13.3/8.13.3/Submit) id j8LH8jOq063138; Wed, 21 Sep 2005 19:08:45 +0200 (CEST) (envelope-from ehaupt) Message-Id: <200509211708.j8LH8jOq063138@beaver.critical.ch> Date: Wed, 21 Sep 2005 19:08:45 +0200 (CEST) From: Emanuel Haupt To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/86420: new port: sysutils/hilite - A command-line utility to highlight anything printed to stderr X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Emanuel Haupt List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Sep 2005 17:10:06 -0000 >Number: 86420 >Category: ports >Synopsis: new port: sysutils/hilite - A command-line utility to highlight anything printed to stderr >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Sep 21 17:10:05 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Emanuel Haupt >Release: FreeBSD 5.4-RELEASE-p6 i386 >Organization: >Environment: System: FreeBSD beaver.critical.ch 5.4-RELEASE-p6 FreeBSD 5.4-RELEASE-p6 #0: Wed Jul 27 20:19:15 CEST 2005 root@beaver.critical.ch:/usr/obj/usr/src/RELENG_5_4/src/sys/BEAVER i386 >Description: new port: sysutils/hilite - A command-line utility to highlight anything printed to stderr hilite is a tiny command-line utility which executes the command you specify, highlighting anything printed to stderr. It is designed mainly for use with builds, to make warnings and errors stick out like a sore cliche. How-To-Repeat: >How-To-Repeat: >Fix: --- hilite.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: # # hilite # hilite/Makefile # hilite/pkg-descr # hilite/distinfo # hilite/pkg-message # echo c - hilite mkdir -p hilite > /dev/null 2>&1 echo x - hilite/Makefile sed 's/^X//' >hilite/Makefile << 'END-of-hilite/Makefile' X# New ports collection makefile for: hilite X# Date created: 21 Sep 2005 X# Whom: Emanuel Haupt X# X# $FreeBSD$ X# X XPORTNAME= hilite XPORTVERSION= 1.5 XCATEGORIES= sysutils XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} XMASTER_SITE_SUBDIR= ${PORTNAME} XDISTNAME= ${PORTNAME} XEXTRACT_SUFX= .c X XMAINTAINER= ehaupt@critical.ch XCOMMENT= A command-line utility to highlight anything printed to stderr X XPLIST_FILES= bin/hilite X Xdo-extract: X @${MKDIR} ${WRKSRC} X @${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC} X Xdo-build: X ${CC} ${CFLAGS} ${WRKSRC}/${PORTNAME}.c -o ${WRKSRC}/${PORTNAME} X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin X Xpost-install: X @${CAT} ${PKGMESSAGE} X X.include END-of-hilite/Makefile echo x - hilite/pkg-descr sed 's/^X//' >hilite/pkg-descr << 'END-of-hilite/pkg-descr' Xhilite is a tiny command-line utility which executes the command you specify, Xhighlighting anything printed to stderr. X XIt is designed mainly for use with builds, to make warnings and errors stick Xout like a sore cliche. X XWWW: http://sourceforge.net/projects/hilite END-of-hilite/pkg-descr echo x - hilite/distinfo sed 's/^X//' >hilite/distinfo << 'END-of-hilite/distinfo' XMD5 (hilite.c) = 0214a3ef553cf4cf1e41f9c3bf93ca83 XSIZE (hilite.c) = 2872 END-of-hilite/distinfo echo x - hilite/pkg-message sed 's/^X//' >hilite/pkg-message << 'END-of-hilite/pkg-message' X=============================================================================== XYou might want to put something like X X.if defined(HILITE) XCC= hilite cc XCXX= hilite c++ X.endif X Xin your /etc/make.conf X=============================================================================== END-of-hilite/pkg-message exit --- hilite.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: