Initial import of ald 0.1.5a

This is a port of ALD - the Assembly Language Debugger.
It provides breakpoint debugging capabilities, a
disassembler, and easy memory and register manipulation
to those wishing to debug their assembly language programs.
Currently, x86 platforms are supported.

WWW: http://dunx1.irt.drexel.edu/~psa22/ald.html

from Patrick Alken <pa59 at cornell dot edu>
This commit is contained in:
sturm 2003-11-15 16:48:37 +00:00
parent b7aca7a92b
commit 9c210ee7e5
5 changed files with 48 additions and 0 deletions

26
devel/ald/Makefile Normal file
View File

@ -0,0 +1,26 @@
# $OpenBSD: Makefile,v 1.1.1.1 2003/11/15 16:48:37 sturm Exp $
ONLY_FOR_ARCHS= i386
COMMENT= "Assembly Language Debugger"
DISTNAME= ald-0.1.5a
CATEGORIES= devel
HOMEPAGE= http://dunx1.irt.drexel.edu/~psa22/ald.html
MAINTAINER= Patrick Alken <pa59@cornell.edu>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://dunx1.irt.drexel.edu/~psa22/source/
CONFIGURE_STYLE= gnu
NO_REGRESS= Yes
.include <bsd.port.mk>

3
devel/ald/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (ald-0.1.5a.tar.gz) = 0cb5545fac6d47f277a5f195e3a1dd0d
RMD160 (ald-0.1.5a.tar.gz) = 82ea1d3c69b799a215c5f153613468e24931f24a
SHA1 (ald-0.1.5a.tar.gz) = 96733f107e8222dde878be73678ef0860b1d4278

View File

@ -0,0 +1,11 @@
$OpenBSD: patch-libDASM_arch_ix86_source_args-x86_c,v 1.1.1.1 2003/11/15 16:48:37 sturm Exp $
--- libDASM/arch/ix86/source/args-x86.c.orig 2003-11-15 17:39:57.000000000 +0100
+++ libDASM/arch/ix86/source/args-x86.c 2003-11-15 17:40:30.000000000 +0100
@@ -16,6 +16,7 @@
#include <stdio.h>
#include <assert.h>
+#include <string.h>
#include "args-x86.h"
#include "common-x86.h"

5
devel/ald/pkg/DESCR Normal file
View File

@ -0,0 +1,5 @@
This is a port of ALD - the Assembly Language Debugger.
It provides breakpoint debugging capabilities, a
disassembler, and easy memory and register manipulation
to those wishing to debug their assembly language programs.
Currently, x86 platforms are supported.

3
devel/ald/pkg/PLIST Normal file
View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2003/11/15 16:48:37 sturm Exp $
bin/ald
man/man8/ald.8