mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
development/wxHexEditor: Updated for version 0.22 + New Maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
5a2071cacc
commit
a3750c0240
4 changed files with 23 additions and 14 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue