pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/suse100_vmware Import new "suse100_vmware" p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bc48953b58ab
branches:  trunk
changeset: 526921:bc48953b58ab
user:      tron <tron%pkgsrc.org@localhost>
date:      Wed Mar 21 16:10:13 2007 +0000

description:
Import new "suse100_vmware" package:
Linux compatibility package to support running VMware (SuSE 10.0 version)

diffstat:

 emulators/suse100_vmware/DESCR              |   4 +++
 emulators/suse100_vmware/Makefile           |  35 +++++++++++++++++++++++++++++
 emulators/suse100_vmware/PLIST              |   2 +
 emulators/suse100_vmware/distinfo           |   5 ++++
 emulators/suse100_vmware/files/device-links |  21 +++++++++++++++++
 5 files changed, 67 insertions(+), 0 deletions(-)

diffs (87 lines):

diff -r f1f893a5e28b -r bc48953b58ab emulators/suse100_vmware/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/suse100_vmware/DESCR    Wed Mar 21 16:10:13 2007 +0000
@@ -0,0 +1,4 @@
+Linux compatibility package based on the SuSE Linux distribution, take a
+look at "http://www.suse.com/"; for more information about it.
+
+This package is supposed to help running VMware under NetBSD.
diff -r f1f893a5e28b -r bc48953b58ab emulators/suse100_vmware/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/suse100_vmware/Makefile Wed Mar 21 16:10:13 2007 +0000
@@ -0,0 +1,35 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/03/21 16:10:13 tron Exp $
+
+DISTNAME=      suse_vmware-${SUSE_VERSION}
+CATEGORIES=    emulators
+MASTER_SITES=  ${MASTER_SITE_SUSE100}
+DISTFILES=     ${RPMFILES}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://www.suse.com/
+COMMENT=       Linux compatibility package to support running VMware
+
+DEPENDS+=      suse_base-${SUSE_VERSION}{,nb*}:../../emulators/suse100_base
+DEPENDS+=      suse_x11-${SUSE_VERSION}{,nb*}:../../emulators/suse100_x11
+
+EXTRACT_ONLY=  # empty
+NO_BUILD=      YES
+PLIST_SRC=     ${WRKDIR}/PLIST_DYNAMIC
+PLIST_SUBST+=  EMULSUBDIR=${EMULSUBDIR:Q}
+
+RPMFILES=      grep-2.5.1a-5.i586.rpm
+RPMIGNOREPATH= usr
+
+post-install:
+       ${GREP} -v '^#' ${FILESDIR}/device-links | \
+       ${AWK} '{print("${LN} -fs "$$1" ${EMULDIR}/dev/"$$2)}' | \
+       ${SH} -
+       ${GREP} -v '^#' ${FILESDIR}/device-links | \
+       ${AWK} '{print("@exec ${LN} -fs "$$1" %D/${EMULSUBDIR}/dev/"$$2)}' \
+         >>${PLIST_SRC}
+       ${GREP} -v '^#' ${FILESDIR}/device-links | \
+       ${AWK} '{print("@unexec ${RM} -f %D/${EMULSUBDIR}/dev/"$$2)}' \
+         >>${PLIST_SRC}
+
+.include "../../emulators/suse100_linux/Makefile.common"
+.include "../../mk/bsd.pkg.mk"
diff -r f1f893a5e28b -r bc48953b58ab emulators/suse100_vmware/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/suse100_vmware/PLIST    Wed Mar 21 16:10:13 2007 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/03/21 16:10:13 tron Exp $
+@comment this plist intentionally left empty
diff -r f1f893a5e28b -r bc48953b58ab emulators/suse100_vmware/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/suse100_vmware/distinfo Wed Mar 21 16:10:13 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/03/21 16:10:13 tron Exp $
+
+SHA1 (suse100/i586/grep-2.5.1a-5.i586.rpm) = 728aab187b21e2e3ca8157a04e6bfec289c0fe43
+RMD160 (suse100/i586/grep-2.5.1a-5.i586.rpm) = 884f721b66cf236d7baccf83711495ed67529e52
+Size (suse100/i586/grep-2.5.1a-5.i586.rpm) = 179908 bytes
diff -r f1f893a5e28b -r bc48953b58ab emulators/suse100_vmware/files/device-links
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/suse100_vmware/files/device-links       Wed Mar 21 16:10:13 2007 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: device-links,v 1.1.1.1 2007/03/21 16:10:13 tron Exp $
+/dev/rcd0a cdrom
+/dev/rfd0a fd0
+/dev/wd0d hda
+/dev/wd1d hdb
+/dev/wd2d hdc
+/dev/wd3d hdd
+/dev/sd0d hde
+/dev/sd1d hdf
+/dev/sd2d hdg
+/dev/sd3d hdh
+/dev/sd4d hdi
+/dev/ttyE0 tty1
+/dev/ttyE1 tty2
+/dev/ttyE2 tty3
+/dev/ttyE3 tty4
+/dev/ttyE4 tty5
+/dev/ttyE5 tty6
+/dev/ttyE6 tty7
+/dev/ttyE7 tty8
+tty1 tty0



Home | Main Index | Thread Index | Old Index