From owner-freebsd-ports Wed Oct 18 7:40: 7 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 911AE37B4D7 for ; Wed, 18 Oct 2000 07:40:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA43329; Wed, 18 Oct 2000 07:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from sentinel.office1.bg (sentinel.office1.bg [195.24.48.182]) by hub.freebsd.org (Postfix) with SMTP id 0322537B4E5 for ; Wed, 18 Oct 2000 07:37:55 -0700 (PDT) Received: (qmail 84924 invoked by uid 1001); 18 Oct 2000 14:37:40 -0000 Message-Id: <20001018143740.84923.qmail@ringwraith.office1> Date: 18 Oct 2000 14:37:40 -0000 From: Peter Pentchev Reply-To: Peter Pentchev To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/22085: new port: misc/histring Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 22085 >Category: ports >Synopsis: new port: misc/histring >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Oct 18 07:40:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Peter Pentchev >Release: FreeBSD 4.1.1-STABLE i386 >Organization: Orbitel JSCo. >Environment: current ports tree >Description: A tool to highlight strings using the ANSI terminal escape sequences >How-To-Repeat: N/A >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: # # histring # histring/files # histring/files/patch-aa # histring/Makefile # histring/distinfo # histring/pkg-comment # histring/pkg-descr # histring/pkg-plist # echo c - histring mkdir -p histring > /dev/null 2>&1 echo c - histring/files mkdir -p histring/files > /dev/null 2>&1 echo x - histring/files/patch-aa sed 's/^X//' >histring/files/patch-aa << 'END-of-histring/files/patch-aa' X--- histring.c 2000/10/18 13:39:37 1.1 X+++ histring.c 2000/10/18 13:44:11 1.2 X@@ -15,6 +15,8 @@ X # include X #endif X X+#include X+ X #ifdef HAVE_GETOPT_H X # include X #endif END-of-histring/files/patch-aa echo x - histring/Makefile sed 's/^X//' >histring/Makefile << 'END-of-histring/Makefile' X# New ports collection makefile for: histring X# Date created: 18 October 2000 X# Whom: roam@orbitel.bg X# X# $FreeBSD$ X# X XPORTNAME= histring XPORTVERSION= 1.0.0 XCATEGORIES= misc XMASTER_SITES= http://www.gusnet.cx/proj/histring/ X XMAINTAINER= roam@orbitel.bg X XGNU_CONFIGURE= yes XUSE_GMAKE= yes X X.include END-of-histring/Makefile echo x - histring/distinfo sed 's/^X//' >histring/distinfo << 'END-of-histring/distinfo' XMD5 (histring-1.0.0.tar.gz) = 74ce1cb5e53a4accc948bbaefce19bc2 END-of-histring/distinfo echo x - histring/pkg-comment sed 's/^X//' >histring/pkg-comment << 'END-of-histring/pkg-comment' XA tool to highlight strings using the ANSI terminal escape sequences END-of-histring/pkg-comment echo x - histring/pkg-descr sed 's/^X//' >histring/pkg-descr << 'END-of-histring/pkg-descr' XFrom the histring README: X XThis program simply highlights strings using ANSI terminal escape codes. It Xstarted out as sample code for using regular expressions but it turned out that XI used it so much that I thought it warrented a release. X XOne of the most common things I use the program for is helping me parse the Xoutput of grep and diff. I think that this programs functionality should be Xfolded in to those programs but until then histring does the job nicely. X XAuthor: Angus Mackay XWWW: http://www.gusnet.cx/proj/histring/ END-of-histring/pkg-descr echo x - histring/pkg-plist sed 's/^X//' >histring/pkg-plist << 'END-of-histring/pkg-plist' Xbin/histring END-of-histring/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message