From bfaeab05b02fb52c8fa0ed4e85802da17a37e420 Mon Sep 17 00:00:00 2001 From: "Eric L. Hernes" Date: Thu, 24 Oct 1996 20:41:38 +0000 Subject: import `x48' an hp48 emulator, all us propeller-heads with an hp48 and no X-11 calculator can sleep a little easier toinght. --- emulators/x48/Makefile | 23 +++++++++++++++++++++++ emulators/x48/distinfo | 1 + emulators/x48/pkg-comment | 1 + emulators/x48/pkg-descr | 8 ++++++++ emulators/x48/pkg-plist | 8 ++++++++ 5 files changed, 41 insertions(+) create mode 100644 emulators/x48/Makefile create mode 100644 emulators/x48/distinfo create mode 100644 emulators/x48/pkg-comment create mode 100644 emulators/x48/pkg-descr create mode 100644 emulators/x48/pkg-plist diff --git a/emulators/x48/Makefile b/emulators/x48/Makefile new file mode 100644 index 000000000000..1fe9455c1897 --- /dev/null +++ b/emulators/x48/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: x48 +# Version required: 0.4.0 +# Date created: Thu Oct 24 13:10:59 CDT 1996 +# Whom: erich@FreeBSD.org +# +# $Id$ +# + +DISTNAME= x48-0.4.0 +CATEGORIES+= emulators +MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/system/Emulators/ + +MAINTAINER= erich@FreeBSD.org + +USE_IMAKE= yes +NO_INSTALL_MANPAGES= yes + +post-install: + mkdir -p ${PREFIX}/share/x48 + cp ${WRKSRC}/README ${PREFIX}/share/x48/README-x48 + cp ${WRKSRC}/doc/CARDS.doc ${WRKSRC}/doc/ROMDump.doc ${PREFIX}/share/x48 + +.include diff --git a/emulators/x48/distinfo b/emulators/x48/distinfo new file mode 100644 index 000000000000..4cd8934c499d --- /dev/null +++ b/emulators/x48/distinfo @@ -0,0 +1 @@ +MD5 (x48-0.4.0.tar.gz) = dda5bca417eb0dcd12b9ea7c3742f462 diff --git a/emulators/x48/pkg-comment b/emulators/x48/pkg-comment new file mode 100644 index 000000000000..909e3e43dd76 --- /dev/null +++ b/emulators/x48/pkg-comment @@ -0,0 +1 @@ +an HP48sx emulator diff --git a/emulators/x48/pkg-descr b/emulators/x48/pkg-descr new file mode 100644 index 000000000000..eac31089d244 --- /dev/null +++ b/emulators/x48/pkg-descr @@ -0,0 +1,8 @@ +This emulator is capable of providing a faithful replication of the +HP48. In order to do so, it requires a copy of the ROM software +from YOUR calculator. In order to avoid breaking copyright laws, +and upsetting HP, you MUST BE THE PROUD OWNER OF AN HP48 before +running this program. Of course you can run this program without a +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. diff --git a/emulators/x48/pkg-plist b/emulators/x48/pkg-plist new file mode 100644 index 000000000000..8578bc269fb1 --- /dev/null +++ b/emulators/x48/pkg-plist @@ -0,0 +1,8 @@ +bin/x48 +bin/dump2rom +bin/checkrom +bin/mkcard +lib/X11/app-defaults/X48 +share/x48/README-x48 +share/x48/CARDS.doc +share/x48/ROMDump.doc -- cgit v1.2.3