aboutsummaryrefslogtreecommitdiff
path: root/emulators/x48
diff options
context:
space:
mode:
authorEric L. Hernes <erich@FreeBSD.org>1996-10-24 20:41:38 +0000
committerEric L. Hernes <erich@FreeBSD.org>1996-10-24 20:41:38 +0000
commitbfaeab05b02fb52c8fa0ed4e85802da17a37e420 (patch)
tree407c7f28842d61f370db50a3c30f6633e602d900 /emulators/x48
parent58ed417e897747810ebac394f95ea4907919bdb9 (diff)
downloadports-bfaeab05b02fb52c8fa0ed4e85802da17a37e420.tar.gz
ports-bfaeab05b02fb52c8fa0ed4e85802da17a37e420.zip
import `x48' an hp48 emulator, all us propeller-heads
with an hp48 and no X-11 calculator can sleep a little easier toinght.
Notes
Notes: svn path=/head/; revision=4147
Diffstat (limited to 'emulators/x48')
-rw-r--r--emulators/x48/Makefile23
-rw-r--r--emulators/x48/distinfo1
-rw-r--r--emulators/x48/pkg-comment1
-rw-r--r--emulators/x48/pkg-descr8
-rw-r--r--emulators/x48/pkg-plist8
5 files changed, 41 insertions, 0 deletions
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 <bsd.port.mk>
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