1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

update devel/ald: 0.1.0 -> 0.1.4

PR:		54387
Submitted by:	Patrick Alken <pa59@cornell.edu> (maintainer)
This commit is contained in:
Daichi GOTO 2003-07-14 05:04:24 +00:00
parent b4bfebf683
commit e91564ba49
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84848
3 changed files with 8 additions and 8 deletions

View File

@ -1,16 +1,16 @@
# New ports collection makefile for: ald
# Date created: 28 May 2001
# Whom: Patrick Alken <cosine@ellipse.mcs.drexel.edu>
# Date created: 11 July 2003
# Whom: Patrick Alken <pa59@cornell.edu>
#
# $FreeBSD$
#
PORTNAME= ald
PORTVERSION= 0.1.0
PORTVERSION= 0.1.4
CATEGORIES= devel
MASTER_SITES= http://ellipse.mcs.drexel.edu/source/
MASTER_SITES= http://dunx1.irt.drexel.edu/~psa22/source/
MAINTAINER= cosine@ellipse.mcs.drexel.edu
MAINTAINER= pa59@cornell.edu
COMMENT= Debugger for assembly level programs
GNU_CONFIGURE= yes

View File

@ -1 +1 @@
MD5 (ald-0.1.0.tar.gz) = 44ad4f7c6b8590cff64f76a080be84d5
MD5 (ald-0.1.4.tar.gz) = c1d1113490f6b0d35490453ba63e78db

View File

@ -2,7 +2,7 @@ This is a port of ALD - the Assembly Language Debugger. It provides
breakpoint debugging capabilities to those wishing to debug their
assembly language programs. Currently, x86 platforms are supported.
WWW: http://ellipse.mcs.drexel.edu/ald.html
WWW: http://dunx1.irt.drexel.edu/~psa22/ald.html
Patrick Alken
cosine@ellipse.mcs.drexel.edu
pa59@cornell.edu