diff options
author | wiz <wiz@pkgsrc.org> | 2013-01-23 22:00:06 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-01-23 22:00:06 +0000 |
commit | 40783bb0b10826f71362634e4133ad03167a3de5 (patch) | |
tree | 927da0cb91f063b3002f02b4607a411386f7fd40 /editors | |
parent | 1c1633ca67976f03acfb7dd7daedc770735ee70a (diff) | |
download | pkgsrc-40783bb0b10826f71362634e4133ad03167a3de5.tar.gz |
Import dhex-0.68 as editors/dhex.
Packaged for wip by amoibos and myself.
Dhex is a ncurses-based hex-editor with a diff mode. It makes heavy
use of colors, but is also themeable to work on monochrome monitors.
It includes the good old Action Cartridge Search Algorithm to find
specific changes.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/dhex/DESCR | 4 | ||||
-rw-r--r-- | editors/dhex/Makefile | 28 | ||||
-rw-r--r-- | editors/dhex/PLIST | 6 | ||||
-rw-r--r-- | editors/dhex/distinfo | 7 |
4 files changed, 45 insertions, 0 deletions
diff --git a/editors/dhex/DESCR b/editors/dhex/DESCR new file mode 100644 index 00000000000..5be476fb261 --- /dev/null +++ b/editors/dhex/DESCR @@ -0,0 +1,4 @@ +Dhex is a ncurses-based hex-editor with a diff mode. It makes heavy +use of colors, but is also themeable to work on monochrome monitors. +It includes the good old Action Cartridge Search Algorithm to find +specific changes. diff --git a/editors/dhex/Makefile b/editors/dhex/Makefile new file mode 100644 index 00000000000..44013588de4 --- /dev/null +++ b/editors/dhex/Makefile @@ -0,0 +1,28 @@ +# $NetBSD: Makefile,v 1.1 2013/01/23 22:00:06 wiz Exp $ + +DISTNAME= dhex_0.68 +PKGNAME= ${DISTNAME:S/_/-/} +CATEGORIES= editors +MASTER_SITES= http://dettus.net/dhex/ + +MAINTAINER= amoibos@gmail.com +HOMEPAGE= http://www.dettus.net/dhex/ +COMMENT= The ncurses-based hex-editor with diff mode +LICENSE= gnu-gpl-v2 + +USE_LANGUAGES= c + +MAN1= dhex.1 +MAN5= dhexrc.5 dhex_markers.5 dhex_searchlog.5 + +INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/man5 + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/dhex ${DESTDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 +.for f in ${MAN5} + ${INSTALL_MAN} ${WRKSRC}/${f} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man5 +.endfor + +.include "../../devel/ncurses/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/editors/dhex/PLIST b/editors/dhex/PLIST new file mode 100644 index 00000000000..f142624c985 --- /dev/null +++ b/editors/dhex/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1 2013/01/23 22:00:06 wiz Exp $ +bin/dhex +man/man1/dhex.1 +man/man5/dhex_markers.5 +man/man5/dhex_searchlog.5 +man/man5/dhexrc.5 diff --git a/editors/dhex/distinfo b/editors/dhex/distinfo new file mode 100644 index 00000000000..a049690f937 --- /dev/null +++ b/editors/dhex/distinfo @@ -0,0 +1,7 @@ +$NetBSD: distinfo,v 1.1 2013/01/23 22:00:06 wiz Exp $ + +SHA1 (dhex_0.68.tar.gz) = d23d65a7b330b47f8254f6c1ff25a30c4778440e +RMD160 (dhex_0.68.tar.gz) = 0b5e4232a8f9e0a3ae345a9c1486c335ae7038c2 +Size (dhex_0.68.tar.gz) = 58602 bytes +SHA1 (patch-aa) = 23b61ff3abf12831a0f7bfb2f12d9f5be962098a +SHA1 (patch-ac) = 6cff750da487a36a1f9c52f8eaddd789fe005cb3 |