pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/mips64emul Initial import of mips64emul-2004...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/354d7fb0735b
branches:  trunk
changeset: 476878:354d7fb0735b
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Mon Jun 21 20:30:22 2004 +0000

description:
Initial import of mips64emul-20040619 from pkgsrc-wip.

mips64emul is a MIPS machine emulator. The goals are to emulate 32-bit and
64-bit MIPS CPUs and enough surrounding hardware to fake real machines,
capable of running real (unmodified) operating systems, such as NetBSD or
Linux.

diffstat:

 emulators/mips64emul/DESCR    |   4 ++++
 emulators/mips64emul/Makefile |  33 +++++++++++++++++++++++++++++++++
 emulators/mips64emul/PLIST    |   2 ++
 emulators/mips64emul/distinfo |   4 ++++
 4 files changed, 43 insertions(+), 0 deletions(-)

diffs (59 lines):

diff -r fcdefc057de0 -r 354d7fb0735b emulators/mips64emul/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/mips64emul/DESCR        Mon Jun 21 20:30:22 2004 +0000
@@ -0,0 +1,4 @@
+mips64emul is a MIPS machine emulator. The goals are to emulate 32-bit and 
+64-bit MIPS CPUs and enough surrounding hardware to fake real machines, 
+capable of running real (unmodified) operating systems, such as NetBSD or 
+Linux.
diff -r fcdefc057de0 -r 354d7fb0735b emulators/mips64emul/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/mips64emul/Makefile     Mon Jun 21 20:30:22 2004 +0000
@@ -0,0 +1,33 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/06/21 20:30:22 xtraeme Exp $
+#
+
+DISTNAME=      mips64emul-${DIST_VER}
+CATEGORIES=    emulators
+MASTER_SITES=  http://www.mdstud.chalmers.se/~md1gavan/mips64emul/src/
+
+MAINTAINER=    xtraeme%NetBSD.org@localhost
+HOMEPAGE=      http://www.mdstud.chalmers.se/~md1gavan/mips64emul/
+COMMENT=       MIPS 32/64-bit emulator
+
+USE_BUILDLINK3=        yes
+USE_X11=       yes
+HAS_CONFIGURE= yes
+WRKSRC=                ${WRKDIR}/mips64emul-${DIST_VER}
+
+INSTALLATION_DIRS=     bin
+
+DIST_VER=      20040619
+
+GLOBAL_LDFLAGS=        -L${X11BASE}/lib \
+               ${_COMPILER_LD_FLAG}${RPATH_FLAG}${X11BASE}/lib
+
+do-install:
+       ${INSTALL_PROGRAM} ${WRKSRC}/mips64emul ${PREFIX}/bin
+
+SUBST_CLASSES=         x11
+SUBST_STAGE.x11=       post-patch
+SUBST_FILES.x11=       configure
+SUBST_SED.x11=         -e "s|-L/usr/X11R6/lib|${GLOBAL_LDFLAGS}|g"
+SUBST_MESSAGE.x11=     "Fixing linking flags."
+
+.include "../../mk/bsd.pkg.mk"
diff -r fcdefc057de0 -r 354d7fb0735b emulators/mips64emul/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/mips64emul/PLIST        Mon Jun 21 20:30:22 2004 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/06/21 20:30:22 xtraeme Exp $
+bin/mips64emul
diff -r fcdefc057de0 -r 354d7fb0735b emulators/mips64emul/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/mips64emul/distinfo     Mon Jun 21 20:30:22 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/06/21 20:30:22 xtraeme Exp $
+
+SHA1 (mips64emul-20040619.tar.gz) = 2cfe52d3375396e477f7797c4120fcf7f267787f
+Size (mips64emul-20040619.tar.gz) = 383511 bytes



Home | Main Index | Thread Index | Old Index