Skip site navigation (1)Skip section navigation (2)
Date:      18 Oct 2000 14:37:40 -0000
From:      Peter Pentchev <roam@orbitel.bg>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/22085: new port: misc/histring
Message-ID:  <20001018143740.84923.qmail@ringwraith.office1>

next in thread | raw e-mail | index | archive | help

>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 <roam@orbitel.bg>
>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 <config.h>
X #endif
X 
X+#include <sys/types.h>
X+
X #ifdef HAVE_GETOPT_H
X #  include <getopt.h>
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 <bsd.port.mk>
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 <amackay@gusnet.cx>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001018143740.84923.qmail>