diff options
author | skrll <skrll@pkgsrc.org> | 2005-10-05 11:58:50 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2005-10-05 11:58:50 +0000 |
commit | 37281547f23057fe304a2d5aa34c09f80d7d521c (patch) | |
tree | d81f3328202a5063a3abacaa1b3029674c74df05 /emulators | |
parent | fd6a2a35cc4ffd01fb491faf028fb1321d22093d (diff) | |
download | pkgsrc-37281547f23057fe304a2d5aa34c09f80d7d521c.tar.gz |
Third time luck import of a ski emulator package.
Based on the pkg found at
http://cherry.beevomit.org/downloads/netbsd-anvil/pkgsrc.emulators.hp-ski.tar.gz
The Ski simulator is a software package designed to functionally
simulate the IA-64 processor architecture at the instruction level.
Ski offers an informative, screen-oriented machine-state display and a
friendly, powerful command-line interface. Programs may be loaded from
disk in executable format; they may be run from start to finish, single-
stepped, and break-pointed. Execution can occur in a text-oriented or
a graphical user interface or in batch-mode, with no user-interface at
all. Both the user-level and the system-level machine-state can be
simulated. For user-level execution, Ski will intercept IA-64 Linux
system calls and translate them into the corresponding system calls of
the host operating system.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/ski/DESCR | 1 | ||||
-rw-r--r-- | emulators/ski/Makefile | 46 | ||||
-rw-r--r-- | emulators/ski/PLIST | 9 | ||||
-rw-r--r-- | emulators/ski/distinfo | 5 |
4 files changed, 61 insertions, 0 deletions
diff --git a/emulators/ski/DESCR b/emulators/ski/DESCR new file mode 100644 index 00000000000..319d5d0519d --- /dev/null +++ b/emulators/ski/DESCR @@ -0,0 +1 @@ +The Hewlett-Packard IA-64 instruction set simulator for Linux/x86 diff --git a/emulators/ski/Makefile b/emulators/ski/Makefile new file mode 100644 index 00000000000..7f3a2283a9a --- /dev/null +++ b/emulators/ski/Makefile @@ -0,0 +1,46 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/10/05 11:58:50 skrll Exp $ + +DISTNAME= ski-0.9.81-l6-i686 +CATEGORIES= emulators +MASTER_SITES= # empty + +MAINTAINER= skrll@NetBSD.org +HOMEPAGE= http://www.hpl.hp.com/research/linux/ski/ +COMMENT= The Hewlett-Packard IA-64 instruction set simulator for Linux/x86 + +RESTRICTED= "Modification or Redistribution not permitted" +NO_SRC_ON_FTP= ${RESTRICTED} +NO_SRC_ON_CDROM= ${RESTRICTED} +NO_BIN_ON_FTP= ${RESTRICTED} +NO_BIN_ON_CDROM= ${RESTRICTED} + +ONLY_FOR_PLATFORM= *-*-i386 + +.include "../../mk/bsd.prefs.mk" + +.if ${OPSYS} != "Linux" +DEPENDS+= suse_x11>=6.1:../../emulators/${SUSE_DIR_PREFIX}_x11 +.endif + +WRKSRC= ${WRKDIR} +INTERACTIVE_STAGE= fetch extract +CHECK_SHLIBS= NO +NO_BUILD= YES + +DOWNLOAD= http://www.hpl.hp.com/research/linux/ski/download.php + +_FETCH_MESSAGE= \ + ${ECHO} "==============================================================="; \ + ${ECHO} " Due to licensing restrictions, "; \ + ${ECHO} " the HP Ski IA-64 emulator for Linux 2.x (i686) must be fetched"; \ + ${ECHO} " into ${DISTDIR} from"; \ + ${ECHO} " ${DOWNLOAD}"; \ + ${ECHO} "===============================================================" + +do-install: + ${INSTALL_PROGRAM} ${WRKDIR}/nue/usr/bin/*ski* ${PREFIX}/bin + ${INSTALL_MAN} ${WRKDIR}/nue/usr/man/man1/*ski*.1 ${PREFIX}/man/man1 + ${INSTALL_DATA} ${WRKDIR}/nue/usr/X11R6/lib/X11/app-defaults/XSki ${PREFIX}/lib/X11/app-defaults/XSki + +.include "../../emulators/suse_linux/Makefile.application" +.include "../../mk/bsd.pkg.mk" diff --git a/emulators/ski/PLIST b/emulators/ski/PLIST new file mode 100644 index 00000000000..db5fff67b08 --- /dev/null +++ b/emulators/ski/PLIST @@ -0,0 +1,9 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/10/05 11:58:50 skrll Exp $ +bin/ski +bin/xski +bin/bski +bin/bskinc +man/man1/ski.1 +man/man1/xski.1 +man/man1/bskinc.1 +lib/X11/app-defaults/XSki diff --git a/emulators/ski/distinfo b/emulators/ski/distinfo new file mode 100644 index 00000000000..d6bcfafebd4 --- /dev/null +++ b/emulators/ski/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/10/05 11:58:50 skrll Exp $ + +SHA1 (ski-0.9.81-l6-i686.tar.gz) = 6a4d330805922b553abcccc259828f589bcf5de1 +RMD160 (ski-0.9.81-l6-i686.tar.gz) = 79905fb94c9a3436ee7b644988afb47fd11b7a42 +Size (ski-0.9.81-l6-i686.tar.gz) = 1696144 bytes |