pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/dhex



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Mar 23 19:45:37 UTC 2020

Modified Files:
        pkgsrc/editors/dhex: Makefile distinfo
Added Files:
        pkgsrc/editors/dhex/patches: patch-main.c
Removed Files:
        pkgsrc/editors/dhex/patches: patch-aa patch-ac

Log Message:
dhex: Update to 0.69 (nice)

Changes:

0.69: this will be the final release of dhex 0.6x. I fixed a bug which caused
      the terminal to be broken. And added the functionality to start the
      hexcal from the commandline (-x).


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/editors/dhex/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/editors/dhex/distinfo
cvs rdiff -u -r1.2 -r0 pkgsrc/editors/dhex/patches/patch-aa \
    pkgsrc/editors/dhex/patches/patch-ac
cvs rdiff -u -r0 -r1.1 pkgsrc/editors/dhex/patches/patch-main.c

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

Modified files:

Index: pkgsrc/editors/dhex/Makefile
diff -u pkgsrc/editors/dhex/Makefile:1.5 pkgsrc/editors/dhex/Makefile:1.6
--- pkgsrc/editors/dhex/Makefile:1.5    Sun Jan 26 17:31:06 2020
+++ pkgsrc/editors/dhex/Makefile        Mon Mar 23 19:45:36 2020
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2020/01/26 17:31:06 rillig Exp $
+# $NetBSD: Makefile,v 1.6 2020/03/23 19:45:36 nia Exp $
 
-DISTNAME=      dhex_0.68
+DISTNAME=      dhex_0.69
 PKGNAME=       ${DISTNAME:S/_/-/}
-PKGREVISION=   3
 CATEGORIES=    editors
-MASTER_SITES=  http://dettus.net/dhex/
+MASTER_SITES=  https://dettus.net/dhex/
 
 MAINTAINER=    amoibos%gmail.com@localhost
 HOMEPAGE=      https://www.dettus.net/dhex/
@@ -14,6 +13,10 @@ LICENSE=     gnu-gpl-v2
 USE_LANGUAGES= c
 FAKE_NCURSES=  yes
 
+MAKE_FLAGS+=   CC=${CC:Q}
+MAKE_FLAGS+=   CFLAGS=${CFLAGS:Q}
+MAKE_FLAGS+=   LDFLAGS=${CFLAGS:Q}
+
 MAN1=          dhex.1
 MAN5=          dhexrc.5 dhex_markers.5 dhex_searchlog.5
 

Index: pkgsrc/editors/dhex/distinfo
diff -u pkgsrc/editors/dhex/distinfo:1.3 pkgsrc/editors/dhex/distinfo:1.4
--- pkgsrc/editors/dhex/distinfo:1.3    Sat Jun  8 10:40:53 2019
+++ pkgsrc/editors/dhex/distinfo        Mon Mar 23 19:45:36 2020
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.3 2019/06/08 10:40:53 rillig Exp $
+$NetBSD: distinfo,v 1.4 2020/03/23 19:45:36 nia Exp $
 
-SHA1 (dhex_0.68.tar.gz) = d23d65a7b330b47f8254f6c1ff25a30c4778440e
-RMD160 (dhex_0.68.tar.gz) = 0b5e4232a8f9e0a3ae345a9c1486c335ae7038c2
-SHA512 (dhex_0.68.tar.gz) = 9397ec0574652022387f4108613f839b9262841c436079249fb325011b0a0e3c5bbd32d323f37b0f30e643f7060c1275337710c237ab68fb0c3f8096651a2421
-Size (dhex_0.68.tar.gz) = 58602 bytes
-SHA1 (patch-aa) = 663a11004dc2838797c9d16f5953e500f33f4f65
-SHA1 (patch-ac) = 05a58bbf2202de62699cb1ebee9238dae7e52bc7
+SHA1 (dhex_0.69.tar.gz) = f18020a8fd59839eb735bc8bba2624c9a8a7ae5c
+RMD160 (dhex_0.69.tar.gz) = e963140362f661bb415ae0519dcd62192ab4fa70
+SHA512 (dhex_0.69.tar.gz) = 76115fd6b67bf1f61af6acfbc4dac9ac54c14aeb291de6a190aa1ffa599cf8b3e40a422ed34c237cf1f5c7406b07e38e38fb1c9c9dd36ce93d05265238060ba0
+Size (dhex_0.69.tar.gz) = 57362 bytes
+SHA1 (patch-main.c) = 1e9b3801f5d11373a53e21aa0e98e72cfcc3cc98

Added files:

Index: pkgsrc/editors/dhex/patches/patch-main.c
diff -u /dev/null pkgsrc/editors/dhex/patches/patch-main.c:1.1
--- /dev/null   Mon Mar 23 19:45:37 2020
+++ pkgsrc/editors/dhex/patches/patch-main.c    Mon Mar 23 19:45:37 2020
@@ -0,0 +1,14 @@
+$NetBSD: patch-main.c,v 1.1 2020/03/23 19:45:37 nia Exp $
+
+Required by NetBSD curses.
+
+--- main.c.orig        2019-01-19 16:17:37.000000000 +0000
++++ main.c
+@@ -530,6 +530,7 @@ int main(int argc,char** argv)
+               output->win=initscr();
+               pairsinit(output);
+               noecho();
++              raw();
+               nodelay(output->win,1);
+               if (keyboardsetupreq) keyboardsetup(output,configfile);
+               if (bhexcalc)



Home | Main Index | Thread Index | Old Index