diff options
author | wiz <wiz@pkgsrc.org> | 2013-03-24 17:18:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-03-24 17:18:25 +0000 |
commit | a6260fe3d95817b3f5cd912f50e59b0f834072ff (patch) | |
tree | 83023f6d3fdcbbdafda2f243780aafe3d7390095 /emulators | |
parent | 347762084e96a1572b38966bc98d4cd404699d26 (diff) | |
download | pkgsrc-a6260fe3d95817b3f5cd912f50e59b0f834072ff.tar.gz |
Remove ski-bin -- download links broken, and since 2007 the homepage suggests
using emulators/ski instead.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/Makefile | 3 | ||||
-rw-r--r-- | emulators/ski-bin/DESCR | 17 | ||||
-rw-r--r-- | emulators/ski-bin/Makefile | 43 | ||||
-rw-r--r-- | emulators/ski-bin/PLIST | 9 | ||||
-rw-r--r-- | emulators/ski-bin/distinfo | 5 |
5 files changed, 1 insertions, 76 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index d6e1f798c7e..baff8531830 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.202 2013/02/17 17:28:42 spz Exp $ +# $NetBSD: Makefile,v 1.203 2013/03/24 17:18:25 wiz Exp $ # COMMENT= Emulators for other operating systems @@ -110,7 +110,6 @@ SUBDIR+= raine SUBDIR+= simh SUBDIR+= simulavr SUBDIR+= ski -SUBDIR+= ski-bin SUBDIR+= sms_sdl SUBDIR+= snes9x SUBDIR+= snes9x-gtk diff --git a/emulators/ski-bin/DESCR b/emulators/ski-bin/DESCR deleted file mode 100644 index bb8fa17f759..00000000000 --- a/emulators/ski-bin/DESCR +++ /dev/null @@ -1,17 +0,0 @@ -The Hewlett-Packard IA-64 instruction set simulator for Linux/x86 - -To get the ski to run on NetBSD/i386, you need the following: - -compat_linux support in the kernel: - http://www.netbsd.org/docs/guide/en/chap-linux.html -procfs support in the kernel: - http://www.netbsd.org/docs/guide/en/chap-linux.html#chap-linux-emulating-procfs -mount /dev/pts: - http://mail-index.netbsd.org/tech-kern/2004/11/08/0016.html - -Tip: You can run the ski emulator with qemu usermode emulation on -non-i386 platforms. - -Run the ski binary from within an xterm window. - -BUGS: the xserver version xski doesn't currently work. diff --git a/emulators/ski-bin/Makefile b/emulators/ski-bin/Makefile deleted file mode 100644 index c49d188f024..00000000000 --- a/emulators/ski-bin/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# $NetBSD: Makefile,v 1.3 2012/10/13 09:34:49 skrll Exp $ - -DISTNAME= ski-0.9.81-l6-i686 -PKGNAME= ski-0.9.81.6 -CATEGORIES= emulators -MASTER_SITES= # empty - -MAINTAINER= pkgsrc-users@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} - -EMUL_PLATFORMS= linux-i386 -EMUL_MODULES.linux= x11 - -WRKSRC= ${WRKDIR} -INTERACTIVE_STAGE= fetch -BUILD_DIRS= # none - -INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 lib/X11/app-defaults - -DOWNLOAD= http://www.hpl.hp.com/research/linux/ski/download.php - -FETCH_MESSAGE= \ - "Due to licensing restrictions, the HP Ski IA-64 emulator for" \ - "Linux 2.x (i686) must be fetched into:" \ - " ${DISTDIR}" \ - "from:" \ - " ${DOWNLOAD}" - -do-install: - ${INSTALL_PROGRAM} ${WRKDIR}/nue/usr/bin/*ski* ${DESTDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKDIR}/nue/usr/man/man1/*ski*.1 \ - ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 - ${INSTALL_DATA} ${WRKDIR}/nue/usr/X11R6/lib/X11/app-defaults/XSki \ - ${DESTDIR}${PREFIX}/lib/X11/app-defaults/XSki - -.include "../../mk/bsd.pkg.mk" diff --git a/emulators/ski-bin/PLIST b/emulators/ski-bin/PLIST deleted file mode 100644 index 1a36d79f6b2..00000000000 --- a/emulators/ski-bin/PLIST +++ /dev/null @@ -1,9 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2011/07/27 09:20:57 cherry 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-bin/distinfo b/emulators/ski-bin/distinfo deleted file mode 100644 index eaa4fbd4491..00000000000 --- a/emulators/ski-bin/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.1.1.1 2011/07/27 09:20:57 cherry 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 |