pkgsrc-WIP-changes archive

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

Import mipscope-0.3.3 as wip/mipscope.



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Wed Jun 15 10:59:30 2016 +0200
Changeset:	a56dc0a8bcc92a9e644bd395e5cf93a269741699

Added Files:
	mipscope/DESCR
	mipscope/Makefile
	mipscope/PLIST
	mipscope/distinfo

Log Message:
Import mipscope-0.3.3 as wip/mipscope.

MipScope is a cross-platform Integrated Development Environment (IDE) for
students learning MIPS r3000 / MIPS32 assembly programming. It features an
editor with an integrated MIPS interpreter and debugger. The focus is on
helping beginners write and debug meaningful programs quickly.

MipScope was designed to replace the SPIM simulator in Brown University's
Introduction to Computer Systems course. MipScope implements most of the
r3000 and MIPS32 specifications. Floating point operations, exceptions, and
self-modifying code aren't supported at this time.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a56dc0a8bcc92a9e644bd395e5cf93a269741699

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 mipscope/DESCR    |  9 +++++++++
 mipscope/Makefile | 20 ++++++++++++++++++++
 mipscope/PLIST    |  1 +
 mipscope/distinfo |  6 ++++++
 4 files changed, 36 insertions(+)

diffs:
diff --git a/mipscope/DESCR b/mipscope/DESCR
new file mode 100644
index 0000000..7194ffb
--- /dev/null
+++ b/mipscope/DESCR
@@ -0,0 +1,9 @@
+MipScope is a cross-platform Integrated Development Environment (IDE) for
+students learning MIPS r3000 / MIPS32 assembly programming. It features an
+editor with an integrated MIPS interpreter and debugger. The focus is on
+helping beginners write and debug meaningful programs quickly.
+
+MipScope was designed to replace the SPIM simulator in Brown University's
+Introduction to Computer Systems course. MipScope implements most of the
+r3000 and MIPS32 specifications. Floating point operations, exceptions, and
+self-modifying code aren't supported at this time.
diff --git a/mipscope/Makefile b/mipscope/Makefile
new file mode 100644
index 0000000..56b9137
--- /dev/null
+++ b/mipscope/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME=	mipscope-0.3.3
+CATEGORIES=	editors x11
+MASTER_SITES=	${MASTER_SITE_GITHUB:=MipScope/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://mipscope.cs.brown.edu/
+COMMENT=	MIPS Learning Environment
+LICENSE=	gnu-gpl-v2
+
+USE_LANGUAGES=	c++
+
+INSTALL_MAKE_FLAGS+=	INSTALL_ROOT=${DESTDIR}
+
+do-configure:
+	${RUN} cd ${WRKSRC} && ${PKGSRC_ENV} ${CONFIGURE_ENV} ${QTDIR}/bin/qmake PREFIX=${PREFIX} -o Makefile
+
+.include "../../x11/qt4-libs/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/mipscope/PLIST b/mipscope/PLIST
new file mode 100644
index 0000000..48d96a5
--- /dev/null
+++ b/mipscope/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD$
diff --git a/mipscope/distinfo b/mipscope/distinfo
new file mode 100644
index 0000000..fee2c7a
--- /dev/null
+++ b/mipscope/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (mipscope-0.3.3.tar.gz) = 90a4646c120223275360ffc08b639408d94bbfeb
+RMD160 (mipscope-0.3.3.tar.gz) = b12367668b45e0b861d5397b4fc8e6c4ab163f7f
+SHA512 (mipscope-0.3.3.tar.gz) = fa615d7add4166a095506fd40627bbbcb68caab0d927035bd1885f336300112abade2b2259270f4f88e2ffa095e4f1e5d07237141104f9740aee170d3577f378
+Size (mipscope-0.3.3.tar.gz) = 346394 bytes


Home | Main Index | Thread Index | Old Index