mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
De-lint recipes
* fceux SUMMARY must have at least 3 words Re-ordered blocks * fenris SUMMARY must start with capital letter Re-ordered blocks * gcc SUMMARY must have at least 3 words Re-ordered blocks * giflib6 SUMMARY must start with capital letter Re-ordered blocks * glm SUMMARY must have at least 3 words Re-ordered blocks * hexedit SUMMARY must have at least 3 words Re-ordered blocks * lateef_font SUMMARY must have at least 3 words Re-ordered blocks * libmicro SUMMARY must have at least 3 words Re-ordered blocks * libusb_compat SUMMARY must start with capital letter Re-ordered blocks * readline Re-ordered blocks * libutf8proc SUMMARY must start with capital letter Re-ordered blocks Added REQUIRES_devel * libwebp SUMMARY must start with capital letter Re-ordered blocks * lighttpd SUMMARY must start with capital letter Re-ordered blocks * lzip SUMMARY must start with capital letter Re-ordered blocks
This commit is contained in:
@@ -1,47 +1,47 @@
|
||||
SUMMARY="program execution path analysis tool"
|
||||
SUMMARY="A program execution path analysis tool"
|
||||
DESCRIPTION="Fenris is a suite of tools suitable for code analysis, \
|
||||
debugging, protocol analysis, reverse engineering, forensics, \
|
||||
diagnostics, security audits, vulnerability research and many \
|
||||
other purposes. The main logical components are: \
|
||||
debugging, protocol analysis, reverse engineering, forensics, \
|
||||
diagnostics, security audits, vulnerability research and many \
|
||||
other purposes. The main logical components are: \
|
||||
|
||||
- Fenris: high-level tracer, a tool that detects the logic used \
|
||||
in C programs to find and classify functions, logic program structure, \
|
||||
calls, buffers, interaction with system and libraries, \
|
||||
I/O and many other structures. Fenris is mostly a \"what's inside\" \
|
||||
tracer, as opposed to ltrace or strace, tracers intended to inspect \
|
||||
external \"symptoms\" of the internal program structure. \
|
||||
Fenris does not depend on libbfd for accessing ELF structures, \
|
||||
and thus is much more robust when dealing with \"anti-debugging\" code.
|
||||
- Fenris: high-level tracer, a tool that detects the logic used \
|
||||
in C programs to find and classify functions, logic program structure, \
|
||||
calls, buffers, interaction with system and libraries, \
|
||||
I/O and many other structures. Fenris is mostly a \"what's inside\" \
|
||||
tracer, as opposed to ltrace or strace, tracers intended to inspect \
|
||||
external \"symptoms\" of the internal program structure. \
|
||||
Fenris does not depend on libbfd for accessing ELF structures, \
|
||||
and thus is much more robust when dealing with \"anti-debugging\" code.
|
||||
|
||||
- libfnprints and dress: fingerprinting code that can be used to detect \
|
||||
library functions embedded inside a static application, even without \
|
||||
symbols, to make code analysis simplier; this functionality is both \
|
||||
embedded in other components and available as a standalone tool that \
|
||||
adds symtab to ELF binaries and can be used with any debugger or \
|
||||
disassembler.
|
||||
- Aegir: an interactive gdb-alike debugger with modular capabilities, \
|
||||
instruction by instruction and breakpoint to breakpoint execution, \
|
||||
and real-time access to all the goods offered by Fenris, \
|
||||
such as high-level information about memory objects or logical \
|
||||
code structure.
|
||||
- nc-aegir: a SoftICE-alike GUI for Aegir, with automatic register, \
|
||||
memory and code views, integrated Fenris output, and automatic \
|
||||
Fenris control (now under development).
|
||||
- Ragnarok: a visualisation tool for Fenris that delivers browsable \
|
||||
information about many different aspects of program execution - \
|
||||
code flow, function calls, memory object life, I/O, etc (to be \
|
||||
redesigned using OpenDX or a similar data exploration interface).
|
||||
- …and some other companion utilities.
|
||||
"
|
||||
- libfnprints and dress: fingerprinting code that can be used to detect \
|
||||
library functions embedded inside a static application, even without \
|
||||
symbols, to make code analysis simplier; this functionality is both \
|
||||
embedded in other components and available as a standalone tool that \
|
||||
adds symtab to ELF binaries and can be used with any debugger or \
|
||||
disassembler.
|
||||
- Aegir: an interactive gdb-alike debugger with modular capabilities, \
|
||||
instruction by instruction and breakpoint to breakpoint execution, \
|
||||
and real-time access to all the goods offered by Fenris, \
|
||||
such as high-level information about memory objects or logical \
|
||||
code structure.
|
||||
- nc-aegir: a SoftICE-alike GUI for Aegir, with automatic register, \
|
||||
memory and code views, integrated Fenris output, and automatic \
|
||||
Fenris control (now under development).
|
||||
- Ragnarok: a visualisation tool for Fenris that delivers browsable \
|
||||
information about many different aspects of program execution - \
|
||||
code flow, function calls, memory object life, I/O, etc (to be \
|
||||
redesigned using OpenDX or a similar data exploration interface).
|
||||
- …and some other companion utilities."
|
||||
HOMEPAGE="http://lcamtuf.coredump.cx/fenris/"
|
||||
COPYRIGHT="
|
||||
2001, 2002 by Bindview Corporation
|
||||
2001, 2002 by their respective contributors
|
||||
"
|
||||
COPYRIGHT="2001, 2002 by Bindview Corporation
|
||||
2001, 2002 by their respective contributors"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://lcamtuf.coredump.cx/fenris/fenris.tgz"
|
||||
CHECKSUM_SHA256="1f9eec0259166428445fa1f241b555e2d5afeeabb6f87f5402deef935ca91092"
|
||||
REVISION="1"
|
||||
SOURCE_DIR="fenris"
|
||||
PATCHES="fenris-0.07.patchset"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 ?x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="?x86"
|
||||
|
||||
@@ -49,22 +49,22 @@ PROVIDES="
|
||||
fenris$secondaryArchSuffix = $portVersion compat >= 0.07
|
||||
cmd:fenris$secondaryArchSuffix = $portVersion compat >= 0.07
|
||||
"
|
||||
|
||||
# TODO: add missing optional deps
|
||||
#
|
||||
REQUIRES="
|
||||
haiku${secondaryArchSuffix}
|
||||
cmd:awk
|
||||
coreutils
|
||||
diffutils
|
||||
cmd:awk
|
||||
cmd:perl
|
||||
cmd:sed
|
||||
cmd:sh
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:awk
|
||||
cmd:file
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
@@ -74,9 +74,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:tput
|
||||
"
|
||||
|
||||
SOURCE_DIR="fenris"
|
||||
PATCHES="fenris-0.07.patchset"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
#runConfigure ./configure
|
||||
|
||||
Reference in New Issue
Block a user