Hi,

Update for Hexedit to 1.2.12:

- colored (fruit salad) display built by default (if 
  use_default_colors available), available through option --color.
- add --enable-colors to build and have a colored (fruit salad) 
  display
- allow entering goto "position" and "sector" in hexadecimal or 
  not
- when prompting, propose previously entered value, and give 
  ability to modify it
- fix setting mark after scrolling
- some cleanup

While here GROFF is not needed.

Tested on amd64.

Ok? Comments?

Cheers.

-- 
Sending from my VCR...
Index: Makefile
===================================================================
RCS file: /cvs/ports/editors/hexedit/Makefile,v
retrieving revision 1.23
diff -u -p -r1.23 Makefile
--- Makefile    18 Oct 2010 18:00:16 -0000      1.23
+++ Makefile    3 Sep 2012 17:05:17 -0000
@@ -2,8 +2,9 @@
 
 COMMENT=       view and edit files in hexadecimal or ASCII
 
-DISTNAME=      hexedit-1.2.10
+DISTNAME=      hexedit-1.2.12
 CATEGORIES=    editors
+
 MASTER_SITES=  http://www.chez.com/prigaux/    \
                http://merd.net/pixel/
 EXTRACT_SUFX=  .src.tgz
@@ -15,10 +16,10 @@ PERMIT_PACKAGE_CDROM=       Yes
 PERMIT_PACKAGE_FTP=    Yes
 PERMIT_DISTFILES_CDROM=        Yes
 PERMIT_DISTFILES_FTP=  Yes
+
 WANTLIB=               c curses
 
 CONFIGURE_STYLE= gnu dest
-USE_GROFF =    Yes
 NO_REGRESS=    Yes
 
 WRKDIST=       ${WRKDIR}/hexedit
Index: distinfo
===================================================================
RCS file: /cvs/ports/editors/hexedit/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo    5 Apr 2007 15:38:07 -0000       1.4
+++ distinfo    3 Sep 2012 17:05:17 -0000
@@ -1,5 +1,2 @@
-MD5 (hexedit-1.2.10.src.tgz) = XZJaufB0bM0dBcgP72KJOA==
-RMD160 (hexedit-1.2.10.src.tgz) = 5G8ZsNkd48gz0CCD254SuPOk6qw=
-SHA1 (hexedit-1.2.10.src.tgz) = kd3CBYfahfXUwz6Xuuc0U9Ge14g=
-SHA256 (hexedit-1.2.10.src.tgz) = VSh46LZ+LrA8MaZK+jNASdSobBXGYVqAvmOWK8KLUTU=
-SIZE (hexedit-1.2.10.src.tgz) = 61566
+SHA256 (hexedit-1.2.12.src.tgz) = vP+/PRKFFsxOHaZEhYZvu19idU8q+DJ+elJ4VRhroQ8=
+SIZE (hexedit-1.2.12.src.tgz) = 65802
Index: patches/patch-hexedit_h
===================================================================
RCS file: /cvs/ports/editors/hexedit/patches/patch-hexedit_h,v
retrieving revision 1.1
diff -u -p -r1.1 patch-hexedit_h
--- patches/patch-hexedit_h     3 Jul 2005 01:24:09 -0000       1.1
+++ patches/patch-hexedit_h     3 Sep 2012 17:05:17 -0000
@@ -1,6 +1,6 @@
 $OpenBSD: patch-hexedit_h,v 1.1 2005/07/03 01:24:09 brad Exp $
---- hexedit.h.orig     Sat Jul  2 21:14:58 2005
-+++ hexedit.h  Sat Jul  2 21:15:31 2005
+--- hexedit.h.orig     Tue Nov  8 13:16:47 2005
++++ hexedit.h  Mon Sep  3 13:56:59 2012
 @@ -5,6 +5,7 @@
  #include <stdio.h>
  #include <stdlib.h>
@@ -9,16 +9,3 @@ $OpenBSD: patch-hexedit_h,v 1.1 2005/07/
  #include <sys/types.h>
  #include <sys/stat.h>
  #if HAVE_FCNTL_H
-@@ -42,8 +43,12 @@
- #define ALT(c) ((c) | 0xa0)
- #define DIE(M) { fprintf(stderr, M, progName); exit(1); }
- #define FREE(p) if (p) free(p)
-+#ifndef MIN
- #define MIN(a, b) ((a) < (b) ? (a) : (b))
-+#endif
-+#ifndef MAX
- #define MAX(a, b) ((a) > (b) ? (a) : (b))
-+#endif
- #define NORMAL A_NORMAL
- #define MARKED A_REVERSE
- #define MODIFIED A_BOLD
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/editors/hexedit/pkg/PLIST,v
retrieving revision 1.6
diff -u -p -r1.6 PLIST
--- pkg/PLIST   3 Jul 2005 01:22:23 -0000       1.6
+++ pkg/PLIST   3 Sep 2012 17:05:17 -0000
@@ -1,3 +1,3 @@
 @comment $OpenBSD: PLIST,v 1.6 2005/07/03 01:22:23 brad Exp $
-bin/hexedit
+@bin bin/hexedit
 @man man/man1/hexedit.1

Reply via email to