mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
Update to 1.1.1-1
Pass Maintainership to submitter Add License PR: 223393 Submitted by: Zsolt Udvari
This commit is contained in:
parent
a290f67b18
commit
13c088d5f3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=454612
@ -2,14 +2,17 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= histring
|
||||
PORTVERSION= 1.1.0
|
||||
DISTVERSION= 1.1.1-1
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= http://ess4.engr.uvic.ca/proj/histring/ \
|
||||
LOCAL/roam/misc
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= uzsolt@uzsolt.hu
|
||||
COMMENT= Highlight strings using the ANSI terminal escape sequences
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= suntong
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
PLIST_FILES= bin/histring
|
||||
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (histring-1.1.0.tar.gz) = 0a2cb0d7343e4ffb76f2ba004107964bd3193922f075d692a49cc3b4b1937d9f
|
||||
SIZE (histring-1.1.0.tar.gz) = 41274
|
||||
TIMESTAMP = 1509687253
|
||||
SHA256 (suntong-histring-1.1.1-1_GH0.tar.gz) = ab210696745b3d8a02efca36351bc4159c1687c2fb9c45b73df80bbac7fd51a4
|
||||
SIZE (suntong-histring-1.1.1-1_GH0.tar.gz) = 44180
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- histring.c 2000/10/18 13:39:37 1.1
|
||||
+++ histring.c 2000/10/18 13:44:11 1.2
|
||||
--- histring.c.orig 2014-12-20 19:35:27 UTC
|
||||
+++ histring.c
|
||||
@@ -15,6 +15,8 @@
|
||||
# include <config.h>
|
||||
#endif
|
||||
|
@ -8,4 +8,4 @@ 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.
|
||||
|
||||
WWW: http://ess4.engr.uvic.ca/proj/histring/
|
||||
WWW: https://github.com/suntong/histring
|
||||
|
Loading…
Reference in New Issue
Block a user