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:           Sat Aug 29 13:17:53 UTC 2020

Modified Files:
        pkgsrc/editors/hexedit: Makefile distinfo

Log Message:
hexedit: update to 1.5.

ChangeLog:

- Fix searching very long string
- Keep status of firstTime beween calls. (#35)
- man page: use simple double quotes (instead of weird ```xxx''')
- Properly handle off_t on non-lfs 32 bit systems.
- Fixed compiler warnings.
- Do not allow negative line length. (#34)
- fix overflow on excessively long escape sequence. (#32)
- Ignore KEY_RESIZE in main loop. (#33)
- Show percentage of cursor relative to filesize.
- Bug copy & paste (#29)


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/editors/hexedit/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/editors/hexedit/distinfo

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.35 pkgsrc/editors/hexedit/Makefile:1.36
--- pkgsrc/editors/hexedit/Makefile:1.35        Wed Feb  5 15:30:25 2020
+++ pkgsrc/editors/hexedit/Makefile     Sat Aug 29 13:17:53 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2020/02/05 15:30:25 fcambus Exp $
+# $NetBSD: Makefile,v 1.36 2020/08/29 13:17:53 fcambus Exp $
 
-DISTNAME=      hexedit-1.4.2
+DISTNAME=      hexedit-1.5
 CATEGORIES=    editors
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=pixel/}
 

Index: pkgsrc/editors/hexedit/distinfo
diff -u pkgsrc/editors/hexedit/distinfo:1.14 pkgsrc/editors/hexedit/distinfo:1.15
--- pkgsrc/editors/hexedit/distinfo:1.14        Wed Feb  5 15:30:25 2020
+++ pkgsrc/editors/hexedit/distinfo     Sat Aug 29 13:17:53 2020
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.14 2020/02/05 15:30:25 fcambus Exp $
+$NetBSD: distinfo,v 1.15 2020/08/29 13:17:53 fcambus Exp $
 
-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 (hexedit-1.5.tar.gz) = e49d5a613d2c4540b03563db5eb8e827793f77b2
+RMD160 (hexedit-1.5.tar.gz) = ad4c3f60b19c927d7ea0ce416cb6be7e00cd5291
+SHA512 (hexedit-1.5.tar.gz) = 9d8e5c8c0cda0af17ffeaf528e3dacd7fc2878dfc0755cb055dae5c56f05c961353c1d1723b05897314b49a44a6eb96de5d3a599c6b29967425507eea7cc7ca5
+Size (hexedit-1.5.tar.gz) = 30544 bytes
 SHA1 (patch-ae) = 49627dd5704fb9cd7b6ac08d01d3324ff2d2babd



Home | Main Index | Thread Index | Old Index