diff options
author | erich <erich@FreeBSD.org> | 1996-10-25 04:41:38 +0800 |
---|---|---|
committer | erich <erich@FreeBSD.org> | 1996-10-25 04:41:38 +0800 |
commit | 1b9799265c6217574d9588d7d952c630348340e7 (patch) | |
tree | 3cb24cf69beba98eeb0d05b6e9b1ab144837802a /emulators | |
parent | bf59a59357099976f234eca029d335edf253913d (diff) | |
download | freebsd-ports-graphics-1b9799265c6217574d9588d7d952c630348340e7.tar.gz freebsd-ports-graphics-1b9799265c6217574d9588d7d952c630348340e7.tar.zst freebsd-ports-graphics-1b9799265c6217574d9588d7d952c630348340e7.zip |
import `x48' an hp48 emulator, all us propeller-heads
with an hp48 and no X-11 calculator can sleep a little easier toinght.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/x48/Makefile | 23 | ||||
-rw-r--r-- | emulators/x48/distinfo | 1 | ||||
-rw-r--r-- | emulators/x48/pkg-comment | 1 | ||||
-rw-r--r-- | emulators/x48/pkg-descr | 8 | ||||
-rw-r--r-- | emulators/x48/pkg-plist | 8 |
5 files changed, 41 insertions, 0 deletions
diff --git a/emulators/x48/Makefile b/emulators/x48/Makefile new file mode 100644 index 00000000000..1fe9455c189 --- /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 00000000000..4cd8934c499 --- /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 00000000000..909e3e43dd7 --- /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 00000000000..eac31089d24 --- /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 00000000000..8578bc269fb --- /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 |