aboutsummaryrefslogtreecommitdiff
path: root/misc/histring
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2000-11-26 14:24:04 +0000
committerPeter Pentchev <roam@FreeBSD.org>2000-11-26 14:24:04 +0000
commit10773690d6395aed93d579cf67948d1ef23a2ba7 (patch)
tree7b289b416e5fa003dfc33abaa834a16847acad19 /misc/histring
parent62c9d63a82c5751c731fe4516fe90f317d7e5482 (diff)
downloadports-10773690d6395aed93d579cf67948d1ef23a2ba7.tar.gz
ports-10773690d6395aed93d579cf67948d1ef23a2ba7.zip
Notes
Diffstat (limited to 'misc/histring')
-rw-r--r--misc/histring/Makefile18
-rw-r--r--misc/histring/distinfo1
-rw-r--r--misc/histring/files/patch-aa11
-rw-r--r--misc/histring/pkg-comment1
-rw-r--r--misc/histring/pkg-descr12
-rw-r--r--misc/histring/pkg-plist1
6 files changed, 44 insertions, 0 deletions
diff --git a/misc/histring/Makefile b/misc/histring/Makefile
new file mode 100644
index 000000000000..9a649ca1b17a
--- /dev/null
+++ b/misc/histring/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: histring
+# Date created: 26 October 2000
+# Whom: roam@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= histring
+PORTVERSION= 1.0.0
+CATEGORIES= misc
+MASTER_SITES= http://www.gusnet.cx/proj/histring/
+
+MAINTAINER= roam@FreeBSD.org
+
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+
+.include <bsd.port.mk>
diff --git a/misc/histring/distinfo b/misc/histring/distinfo
new file mode 100644
index 000000000000..e220f47df813
--- /dev/null
+++ b/misc/histring/distinfo
@@ -0,0 +1 @@
+MD5 (histring-1.0.0.tar.gz) = 74ce1cb5e53a4accc948bbaefce19bc2
diff --git a/misc/histring/files/patch-aa b/misc/histring/files/patch-aa
new file mode 100644
index 000000000000..c290fa957caf
--- /dev/null
+++ b/misc/histring/files/patch-aa
@@ -0,0 +1,11 @@
+--- histring.c 2000/10/18 13:39:37 1.1
++++ histring.c 2000/10/18 13:44:11 1.2
+@@ -15,6 +15,8 @@
+ # include <config.h>
+ #endif
+
++#include <sys/types.h>
++
+ #ifdef HAVE_GETOPT_H
+ # include <getopt.h>
+ #endif
diff --git a/misc/histring/pkg-comment b/misc/histring/pkg-comment
new file mode 100644
index 000000000000..b569a76949c8
--- /dev/null
+++ b/misc/histring/pkg-comment
@@ -0,0 +1 @@
+A tool to highlight strings using the ANSI terminal escape sequences
diff --git a/misc/histring/pkg-descr b/misc/histring/pkg-descr
new file mode 100644
index 000000000000..b4dc9b026ddc
--- /dev/null
+++ b/misc/histring/pkg-descr
@@ -0,0 +1,12 @@
+From the histring README:
+
+This program simply highlights strings using ANSI terminal escape codes. It
+started out as sample code for using regular expressions but it turned out that
+I used it so much that I thought it warrented a release.
+
+One of the most common things I use the program for is helping me parse the
+output of grep and diff. I think that this programs functionality should be
+folded in to those programs but until then histring does the job nicely.
+
+Author: Angus Mackay <amackay@gusnet.cx>
+WWW: http://www.gusnet.cx/proj/histring/
diff --git a/misc/histring/pkg-plist b/misc/histring/pkg-plist
new file mode 100644
index 000000000000..c6596f4d3992
--- /dev/null
+++ b/misc/histring/pkg-plist
@@ -0,0 +1 @@
+bin/histring