Date: Fri, 6 Aug 1999 22:24:29 +0200 (MET DST) From: Juergen Lock <nox@jelal.kn-bremen.de> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/13006: update emulators/x48 to 0.4.1d Message-ID: <199908062024.WAA10486@saturn.kn-bremen.de>
next in thread | raw e-mail | index | archive | help
>Number: 13006 >Category: ports >Synopsis: update emulators/x48 to 0.4.1d >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Aug 6 13:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Juergen Lock >Release: FreeBSD 3.2-STABLE i386 >Organization: me? organized? >Environment: FreeBSD 3.2-STABLE i386 >Description: update emulators/x48 to 0.4.1d. Announcement posted as news:<37A914C0.B482B424@earthlink.net> in comp.sys.hp48. >How-To-Repeat: n/a >Fix: Index: Makefile =================================================================== RCS file: /home/cvs/cvs/ports/emulators/x48/Makefile,v retrieving revision 1.4 diff -u -u -r1.4 Makefile --- Makefile 1997/04/01 23:19:39 1.4 +++ Makefile 1999/08/06 20:15:27 @@ -1,20 +1,25 @@ # New ports collection makefile for: x48 -# Version required: 0.4.0 +# Version required: 0.4.1d # Date created: Thu Oct 24 13:10:59 CDT 1996 # Whom: erich@FreeBSD.org # # $Id: Makefile,v 1.4 1997/04/01 23:19:39 erich Exp $ # -DISTNAME= x48-0.4.0 +DISTNAME= x48_041d +PKGNAME= x48-0.4.1d CATEGORIES= emulators -MASTER_SITES= ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= system/emulators +MASTER_SITES= http://home.earthlink.net/~rmmlgetz/ MAINTAINER= erich@FreeBSD.org USE_IMAKE= yes NO_INSTALL_MANPAGES= yes + +WRKSRC= ${WRKDIR}/x48-0.4.1 + +post-extract: + cd ${WRKSRC}/readline && ${RM} *.o post-install: ${MKDIR} ${PREFIX}/share/x48 Index: files/md5 =================================================================== RCS file: /home/cvs/cvs/ports/emulators/x48/files/md5,v retrieving revision 1.1.1.1 diff -u -u -r1.1.1.1 md5 --- md5 1996/10/24 20:41:37 1.1.1.1 +++ md5 1999/08/05 22:33:54 @@ -1 +1 @@ -MD5 (x48-0.4.0.tar.gz) = dda5bca417eb0dcd12b9ea7c3742f462 +MD5 (x48_041d.tar.gz) = 13ad77a3cedf910703155d1f2fdb639b Index: pkg/DESCR =================================================================== RCS file: /home/cvs/cvs/ports/emulators/x48/pkg/DESCR,v retrieving revision 1.1.1.1 diff -u -u -r1.1.1.1 DESCR --- DESCR 1996/10/24 20:41:38 1.1.1.1 +++ DESCR 1999/08/06 19:54:52 @@ -6,3 +6,18 @@ copy of the ROM software in order to write trivial machine code programs but you will not be able to access any of the calculator functionality. + +v0.4.1d by "michelle.getz" <rmmlgetz@earthlink.net>: + +This is the first "real" implmentation of a visual debugger/emulator. +Click on the `Hewlett Packard' icon to invoke the debugger's main menu. + +Windows now include + - memory (look around the memory, pointing out prologs, and sysRPL +keywords). + - assembly (still needs work) + - can add breakpoints, can't do much else. + - stack (up to 16 lines, or less if multi-line) + - registers + - main menu (not all the buttons work). + - still alot of work to go, but you will get the idea. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908062024.WAA10486>