diff options
author | Didier Spaier <didier.spaier@epsm.fr> | 2014-01-20 21:30:18 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-29 23:21:08 -0600 |
commit | a3750c02409bf3a0667f978d2fd28dce33e3c43d (patch) | |
tree | 63e1ae990947195a53d3c368a838c3370eb5e35e | |
parent | 5a2071cacc74d1b9041b8899dbbad2ef7070d7be (diff) | |
download | slackbuilds-a3750c02409bf3a0667f978d2fd28dce33e3c43d.tar.gz |
development/wxHexEditor: Updated for version 0.22 + New Maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | development/wxHexEditor/README | 9 | ||||
-rw-r--r-- | development/wxHexEditor/slack-desc | 10 | ||||
-rw-r--r-- | development/wxHexEditor/wxHexEditor.SlackBuild | 8 | ||||
-rw-r--r-- | development/wxHexEditor/wxHexEditor.info | 10 |
4 files changed, 23 insertions, 14 deletions
diff --git a/development/wxHexEditor/README b/development/wxHexEditor/README index 7d7fd6ff02..bd4700fa76 100644 --- a/development/wxHexEditor/README +++ b/development/wxHexEditor/README @@ -1 +1,8 @@ -wxHexEditor is another Hex Editor; it supports files up to 2^64 bytes. +wxHexEditor (a free hex editor) + +wxHexEditor is hex editor for Linux, Winodws and MacOSX. +It supports files up to 2^64 bytes. + +Besides editing very big files, wxHexEditor has some unique +features like comparing big files, x86 disassembling, low-level +data recovery, see http://www.wxhexeditor.org/home.php diff --git a/development/wxHexEditor/slack-desc b/development/wxHexEditor/slack-desc index e281bb2afd..fd7326a125 100644 --- a/development/wxHexEditor/slack-desc +++ b/development/wxHexEditor/slack-desc @@ -8,12 +8,12 @@ |-----handy-ruler------------------------------------------------------| wxHexEditor: wxHexEditor (a free hex editor) wxHexEditor: -wxHexEditor: wxHexEditor is hex editor for Linux systems. +wxHexEditor: wxHexEditor is hex editor for Linux, Winodws and MacOSX. wxHexEditor: It supports files up to 2^64 bytes. wxHexEditor: wxHexEditor: Homepage: http://wxhexeditor.sourceforge.net/ +wxHexEditor: Author: Erdem U. Altinyurt wxHexEditor: -wxHexEditor: -wxHexEditor: -wxHexEditor: -wxHexEditor: +wxHexEditor: Besides editing very big files, wxHexEditor has some unique +wxHexEditor: features like comparing big files, x86 disassembling, low-level +wxHexEditor: data recovery, see http://www.wxhexeditor.org/home.php diff --git a/development/wxHexEditor/wxHexEditor.SlackBuild b/development/wxHexEditor/wxHexEditor.SlackBuild index abec705058..5609975a7d 100644 --- a/development/wxHexEditor/wxHexEditor.SlackBuild +++ b/development/wxHexEditor/wxHexEditor.SlackBuild @@ -3,11 +3,13 @@ # Slackware build script for wxHexEditor # Written by Branko Grubic <branko.grubic@gmail.com> -# Now maintained by Vliegendehuiskat <vliegendehuiskat [at] gmail [dot] com> +# Former maintainer Vliegendehuiskat <vliegendehuiskat [at] gmail [dot] com> +# Current maintainer Didier Spaier, Paris, France + PRGNAM=wxHexEditor -VERSION=${VERSION:-0.20} -BUILD=${BUILD:-2} +VERSION=${VERSION:-0.22} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/wxHexEditor/wxHexEditor.info b/development/wxHexEditor/wxHexEditor.info index 5628650b14..1695bd6368 100644 --- a/development/wxHexEditor/wxHexEditor.info +++ b/development/wxHexEditor/wxHexEditor.info @@ -1,10 +1,10 @@ PRGNAM="wxHexEditor" -VERSION="0.20" +VERSION="0.22" HOMEPAGE="http://wxhexeditor.sourceforge.net/" -DOWNLOAD="http://downloads.sourceforge.net/wxhexeditor/wxHexEditor-v0.20-src.tar.bz2" -MD5SUM="8d2fcb26e70dc67681f1edf52152e12d" +DOWNLOAD="http://downloads.sourceforge.net/wxhexeditor/wxHexEditor-v0.22-src.tar.bz2" +MD5SUM="eb88cfcda0553e23a2a9490197e18552" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="wxPython" -MAINTAINER="Vliegendehuiskat" -EMAIL="vliegendehuiskat [at] gmail [dot] com" +MAINTAINER="Didier Spaier" +EMAIL="didier dot spaier at epsm dot fr" |