View | Details | Raw Unified | Return to bug 223393
Collapse All | Expand All

(-)Makefile (-4 / +7 lines)
Lines 2-15 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	histring
4
PORTNAME=	histring
5
PORTVERSION=	1.1.0
5
DISTVERSION=	1.1.1-1
6
CATEGORIES=	misc
6
CATEGORIES=	misc
7
MASTER_SITES=	http://ess4.engr.uvic.ca/proj/histring/ \
8
		LOCAL/roam/misc
9
7
10
MAINTAINER=	ports@FreeBSD.org
8
MAINTAINER=	uzsolt@uzsolt.hu
11
COMMENT=	Highlight strings using the ANSI terminal escape sequences
9
COMMENT=	Highlight strings using the ANSI terminal escape sequences
12
10
11
LICENSE=	GPLv2
12
13
USE_GITHUB=	yes
14
GH_ACCOUNT=	suntong
15
13
GNU_CONFIGURE=	yes
16
GNU_CONFIGURE=	yes
14
PLIST_FILES=	bin/histring
17
PLIST_FILES=	bin/histring
15
18
(-)distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (histring-1.1.0.tar.gz) = 0a2cb0d7343e4ffb76f2ba004107964bd3193922f075d692a49cc3b4b1937d9f
1
TIMESTAMP = 1509687253
2
SIZE (histring-1.1.0.tar.gz) = 41274
2
SHA256 (suntong-histring-1.1.1-1_GH0.tar.gz) = ab210696745b3d8a02efca36351bc4159c1687c2fb9c45b73df80bbac7fd51a4
3
SIZE (suntong-histring-1.1.1-1_GH0.tar.gz) = 44180
(-)files/patch-histring.c (-2 / +2 lines)
Lines 1-5 Link Here
1
--- histring.c	2000/10/18 13:39:37	1.1
1
--- histring.c.orig	2014-12-20 19:35:27 UTC
2
+++ histring.c	2000/10/18 13:44:11	1.2
2
+++ histring.c
3
@@ -15,6 +15,8 @@
3
@@ -15,6 +15,8 @@
4
 #  include <config.h>
4
 #  include <config.h>
5
 #endif
5
 #endif
(-)pkg-descr (-1 / +1 lines)
Lines 8-11 Link Here
8
output of grep and diff. I think that this programs functionality should be
8
output of grep and diff. I think that this programs functionality should be
9
folded in to those programs but until then histring does the job nicely.
9
folded in to those programs but until then histring does the job nicely.
10
10
11
WWW: http://ess4.engr.uvic.ca/proj/histring/
11
WWW: https://github.com/suntong/histring

Return to bug 223393