pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/editors/hexedit



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Wed Feb  5 15:30:25 UTC 2020

Modified Files:
        pkgsrc/editors/hexedit: Makefile distinfo
Removed Files:
        pkgsrc/editors/hexedit/patches: patch-configure

Log Message:
hexedit: update to 1.4.2.

ChangeLog:

september 2017
        - 1.4.2
        - fix spelling errors in manpage
        - fix build

september 2017
        - 1.4
        - terminal resizing support
        - fix build

november 2016:
        - mark cursor position in both HEX and ASCII
        - skip whitespace when parsing hex-strings

march 2014:
        - fix small but in DIE() which was leaving the terminal in a bad state
        - added --linelength <n> / -l<n> command line option


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/editors/hexedit/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/editors/hexedit/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/editors/hexedit/patches/patch-configure

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/hexedit/Makefile
diff -u pkgsrc/editors/hexedit/Makefile:1.34 pkgsrc/editors/hexedit/Makefile:1.35
--- pkgsrc/editors/hexedit/Makefile:1.34        Sat Jan 18 23:30:45 2020
+++ pkgsrc/editors/hexedit/Makefile     Wed Feb  5 15:30:25 2020
@@ -1,19 +1,20 @@
-# $NetBSD: Makefile,v 1.34 2020/01/18 23:30:45 rillig Exp $
+# $NetBSD: Makefile,v 1.35 2020/02/05 15:30:25 fcambus Exp $
 
-DISTNAME=      hexedit-1.2.13
-PKGREVISION=   2
+DISTNAME=      hexedit-1.4.2
 CATEGORIES=    editors
-MASTER_SITES=  http://rigaux.org/
-EXTRACT_SUFX=  .src.tgz
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=pixel/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://merd.sourceforge.net/pixel/hexedit.html
+HOMEPAGE=      http://rigaux.org/hexedit.html
 COMMENT=       To view and edit files in hexadecimal or ASCII
+LICENSE=       gnu-gpl-v2
 
-WRKSRC=                        ${WRKDIR}/hexedit
-GNU_CONFIGURE=         yes
+USE_TOOLS+=    aclocal autoconf automake autoheader
 
-INSTALLATION_DIRS+=    bin ${PKGMANDIR}/man1
+GNU_CONFIGURE= yes
+
+pre-configure:
+       cd ${WRKSRC} && ${SH} autogen.sh
 
 .include "../../mk/curses.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/editors/hexedit/distinfo
diff -u pkgsrc/editors/hexedit/distinfo:1.13 pkgsrc/editors/hexedit/distinfo:1.14
--- pkgsrc/editors/hexedit/distinfo:1.13        Tue Nov  3 03:32:17 2015
+++ pkgsrc/editors/hexedit/distinfo     Wed Feb  5 15:30:25 2020
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.13 2015/11/03 03:32:17 agc Exp $
+$NetBSD: distinfo,v 1.14 2020/02/05 15:30:25 fcambus Exp $
 
-SHA1 (hexedit-1.2.13.src.tgz) = 1acb7ca37063d9f4b4d118ef223548fde3b753f1
-RMD160 (hexedit-1.2.13.src.tgz) = cb4fe716cf8f3bfb614ea890aec20d7865e2c271
-SHA512 (hexedit-1.2.13.src.tgz) = df9afb0b9b965e20ea8c427c1986b0200216601b157862199c35bae9e201ccc478ab0bfecd39d0dfaa85bf582f1cf372b0134fadcfeacf4734805a6e6dcaa2bb
-Size (hexedit-1.2.13.src.tgz) = 68778 bytes
+SHA1 (hexedit-1.4.2.tar.gz) = 4389a1866e7a5cac213131431e5ce757568ef693
+RMD160 (hexedit-1.4.2.tar.gz) = 5b4fd5caa7423ddf0e2341c213cce1abc3fa9a05
+SHA512 (hexedit-1.4.2.tar.gz) = fb3c05a1783cf4147c5148ef2087f53fd7468da4dfbf2e2e4ee2b3e42eeb8a11492e5533d88c0ccf3d851f4bc34822b15da3eb9ae3509fea2573c88536f548e6
+Size (hexedit-1.4.2.tar.gz) = 30179 bytes
 SHA1 (patch-ae) = 49627dd5704fb9cd7b6ac08d01d3324ff2d2babd
-SHA1 (patch-configure) = 847d7fbf644bc3af97c7deebf5b8c24675f4c4bd



Home | Main Index | Thread Index | Old Index