1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Udis86 is an easy-to-use minimalistic disassembler library (libudis86) for the

x86 and AMD64 (x86-64) range of instruction set architectures. The primary
intent of the design and development of udis86 is to aid software development
projects that entail binary code analysis.

WWW: http://udis86.sourceforge.net/

PR:		ports/98627
Submitted by:	Lutz Boehne <lboehne@damogran.de>
This commit is contained in:
Pav Lucistnik 2006-06-09 20:45:20 +00:00
parent 47c5fd80cc
commit 7596af0318
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=164940
5 changed files with 38 additions and 0 deletions

View File

@ -1771,6 +1771,7 @@
SUBDIR += tvision
SUBDIR += uclmmbase
SUBDIR += ucpp
SUBDIR += udis86
SUBDIR += upnp
SUBDIR += upnp104
SUBDIR += upp

21
devel/udis86/Makefile Normal file
View File

@ -0,0 +1,21 @@
# New ports collection makefile for: udis86
# Date created: 7 June 2006
# Whom: Lutz Boehne <lboehne@damogran.de>
#
# $FreeBSD$
#
PORTNAME= udis86
PORTVERSION= 1.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= lboehne@damogran.de
COMMENT= Minimalistic disassembler library (libudis86) for x86 and AMD64
WRKSRC= ${WRKDIR}/${PORTNAME}
GNU_CONFIGURE= yes
USE_GMAKE= yes
.include <bsd.port.mk>

3
devel/udis86/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (udis86-1.0.tar.gz) = 241e7049e0d7b3b9ab5c80338e48f778
SHA256 (udis86-1.0.tar.gz) = 4c61d2377dc090133499c1b62436d0e9677f9cd3b64b19c001a54791b499306f
SIZE (udis86-1.0.tar.gz) = 133411

6
devel/udis86/pkg-descr Normal file
View File

@ -0,0 +1,6 @@
Udis86 is an easy-to-use minimalistic disassembler library (libudis86) for the
x86 and AMD64 (x86-64) range of instruction set architectures. The primary
intent of the design and development of udis86 is to aid software development
projects that entail binary code analysis.
WWW: http://udis86.sourceforge.net/

7
devel/udis86/pkg-plist Normal file
View File

@ -0,0 +1,7 @@
bin/udcli
lib/libudis86.a
include/udis86.h
include/libudis86/types.h
include/libudis86/extern.h
include/libudis86/mnemonics.h
@dirrm include/libudis86