Apply patch from Anton Kochkov fixing whitespaces

Bump 0.9.1hg to 0.9.1git as reported by @schrotthaufen
This commit is contained in:
pancake 2012-07-17 10:00:23 +02:00
parent 0338c9f072
commit 1fe1417c39
15 changed files with 40 additions and 38 deletions

View File

@ -1,5 +1,5 @@
Main developer (author)
=======================
Main developer (author and maintainer)
======================================
- pancake <nopcode.org>
Secondary developers
@ -9,17 +9,19 @@ Secondary developers
Contributors: (sorted by length)
================================
- esteve <eslack.org>
- Anton Bolotinksy
- Glyn Kennington
- @schrotthaufen
- elektranox
- neuroflip
- rvalles
- esteve
- capi_x
- rudi_s
- vext01
- xvilka
- l0gic
- eddyb
- graz
- oxff
- pof

8
configure vendored
View File

@ -105,12 +105,12 @@ done
: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s}
: ${INSTALL_MAN:=${INSTALL} -m 444}
: ${INSTALL_LIB:=${INSTALL} -c}
PKGNAME='radare2' ; VERSION='0.9.1hg' ; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
PKGNAME='radare2' ; VERSION='0.9.1git' ; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
}
show_usage() {
cat <<EOF2
'configure' configures radare2-0.9.1hg to adapt to many kinds of systems.
'configure' configures radare2-0.9.1git to adapt to many kinds of systems.
Usage: ./configure [OPTION]... [VAR=VALUE]...
@ -188,7 +188,7 @@ take_environ() {
}
show_version() {
echo "radare2-0.9.1hg configuration script done with acr v0.9.1.
echo "radare2-0.9.1git configuration script done with acr v0.9.1.
The 'Free Software Foundation' message is only for autodetection.
Originally written by pancake <youterm.com>."
exit 0
@ -212,7 +212,7 @@ case $flag in
show_version ; ;;
"-r"|"--r"|"--report")
echo "PKGNAME: radare2"
echo "VERSION: 0.9.1hg"
echo "VERSION: 0.9.1git"
echo "LANGS: c"
echo "REQUIRED: libdl"
echo "OPTIONAL: libmagic"

View File

@ -1,5 +1,5 @@
PKGNAME radare2
VERSION 0.9.1hg
VERSION 0.9.1git
CONTACT pancake ; pancake@nopcode.org
LANG_C!

View File

@ -293,7 +293,7 @@ type = [ op | reg | mem | imm ] ; 2 bits is enought
size = 1, 2, 4, 8 ; byte level
ADD reg, reg
SUB reg,
SUB reg, reg
JMP reg
JMP imm
JMP mem

View File

@ -97,12 +97,12 @@ done
: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s}
: ${INSTALL_MAN:=${INSTALL} -m 444}
: ${INSTALL_LIB:=${INSTALL} -c}
PKGNAME='radare2-bindings' ; VERSION='0.9.1hg' ; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
PKGNAME='radare2-bindings' ; VERSION='0.9.1git' ; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
}
show_usage() {
cat <<EOF2
'configure' configures radare2-bindings-0.9.1hg to adapt to many kinds of systems.
'configure' configures radare2-bindings-0.9.1git to adapt to many kinds of systems.
Usage: ./configure [OPTION]... [VAR=VALUE]...
@ -171,7 +171,7 @@ take_environ() {
}
show_version() {
echo "radare2-bindings-0.9.1hg configuration script done with acr v0.9.1.
echo "radare2-bindings-0.9.1git configuration script done with acr v0.9.1.
The 'Free Software Foundation' message is only for autodetection.
Originally written by pancake <youterm.com>."
exit 0
@ -195,7 +195,7 @@ case $flag in
show_version ; ;;
"-r"|"--r"|"--report")
echo "PKGNAME: radare2-bindings"
echo "VERSION: 0.9.1hg"
echo "VERSION: 0.9.1git"
echo "LANGS: c c++"
echo "PKG-CONFIG: r_core"
echo "FLAGS: --enable-devel --with-cc=gcc --with-cxx=g++ --with-ostype=auto"

View File

@ -1,5 +1,5 @@
PKGNAME radare2-bindings
VERSION 0.9.1hg
VERSION 0.9.1git
CONTACT pancake ; pancake@nopcode.org
LANG_C!