pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/lrmi import lrmi-0.8 - the Linux Real Mode I...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/775fcd11a725
branches:  trunk
changeset: 459919:775fcd11a725
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Mon Aug 11 18:13:50 2003 +0000

description:
import lrmi-0.8 - the Linux Real Mode Interface for that misdesigned
thing people have as processors in their PCs

diffstat:

 emulators/lrmi/DESCR    |   1 +
 emulators/lrmi/Makefile |  20 ++++++++++++++++++++
 emulators/lrmi/PLIST    |   4 ++++
 emulators/lrmi/distinfo |   4 ++++
 4 files changed, 29 insertions(+), 0 deletions(-)

diffs (45 lines):

diff -r 1a28c09b2bda -r 775fcd11a725 emulators/lrmi/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/lrmi/DESCR      Mon Aug 11 18:13:50 2003 +0000
@@ -0,0 +1,1 @@
+LRMI is a library for calling real mode BIOS routines under Linux.
diff -r 1a28c09b2bda -r 775fcd11a725 emulators/lrmi/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/lrmi/Makefile   Mon Aug 11 18:13:50 2003 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/08/11 18:13:50 drochner Exp $
+#
+
+DISTNAME=              lrmi-0.8
+CATEGORIES=            emulators
+MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=lrmi/}
+
+MAINTAINER=            tech-pkg%NetBSD.org@localhost
+HOMEPAGE=              http://sourceforge.net/projects/lrmi/
+COMMENT=               Wrapper to the i386 vm86 mode
+
+ONLY_FOR_PLATFORM=     *-*-i386
+USE_BUILDLINK2=                yes
+MAKEFILE=              Makefile.bsd
+
+do-install:
+       ${INSTALL_DATA} ${WRKSRC}/liblrmi.a ${PREFIX}/lib
+       ${INSTALL_DATA} ${WRKSRC}/liblrmi.so ${PREFIX}/lib
+       ${INSTALL_PROGRAM} ${WRKSRC}/vbetest ${PREFIX}/bin
+.include "../../mk/bsd.pkg.mk"
diff -r 1a28c09b2bda -r 775fcd11a725 emulators/lrmi/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/lrmi/PLIST      Mon Aug 11 18:13:50 2003 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/08/11 18:13:50 drochner Exp $
+bin/vbetest
+lib/liblrmi.a
+lib/liblrmi.so
diff -r 1a28c09b2bda -r 775fcd11a725 emulators/lrmi/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/lrmi/distinfo   Mon Aug 11 18:13:50 2003 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/08/11 18:13:50 drochner Exp $
+
+SHA1 (lrmi-0.8.tar.gz) = e01ba74b5343551b8d717c2fa9c365cb11d1ab48
+Size (lrmi-0.8.tar.gz) = 9347 bytes



Home | Main Index | Thread Index | Old Index