From 5206f9377aaa55d0eaa36d54de79306b3b18656b Mon Sep 17 00:00:00 2001 From: drochner Date: Mon, 11 Aug 2003 18:13:50 +0000 Subject: import lrmi-0.8 - the Linux Real Mode Interface for that misdesigned thing people have as processors in their PCs --- emulators/lrmi/DESCR | 1 + emulators/lrmi/Makefile | 20 ++++++++++++++++++++ emulators/lrmi/PLIST | 4 ++++ emulators/lrmi/distinfo | 4 ++++ 4 files changed, 29 insertions(+) create mode 100644 emulators/lrmi/DESCR create mode 100644 emulators/lrmi/Makefile create mode 100644 emulators/lrmi/PLIST create mode 100644 emulators/lrmi/distinfo (limited to 'emulators/lrmi') diff --git a/emulators/lrmi/DESCR b/emulators/lrmi/DESCR new file mode 100644 index 00000000000..5c6acd0589c --- /dev/null +++ b/emulators/lrmi/DESCR @@ -0,0 +1 @@ +LRMI is a library for calling real mode BIOS routines under Linux. diff --git a/emulators/lrmi/Makefile b/emulators/lrmi/Makefile new file mode 100644 index 00000000000..558bcf4e9f3 --- /dev/null +++ b/emulators/lrmi/Makefile @@ -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 +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 --git a/emulators/lrmi/PLIST b/emulators/lrmi/PLIST new file mode 100644 index 00000000000..354832b35c8 --- /dev/null +++ b/emulators/lrmi/PLIST @@ -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 --git a/emulators/lrmi/distinfo b/emulators/lrmi/distinfo new file mode 100644 index 00000000000..4ec40fd49c8 --- /dev/null +++ b/emulators/lrmi/distinfo @@ -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 -- cgit v1.2.3