pkgsrc-WIP-changes archive

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

mescc-tools: Import mescc-tools-0.5.2 as wip/mescc-tools



Module Name:	pkgsrc-wip
Committed By:	ng0 <ng0%n0.is@localhost>
Pushed By:	ng0
Date:		Wed Feb 27 11:36:36 2019 +0000
Changeset:	8ce1a3243d0f851ce989413ecc221bc31bfbb046

Added Files:
	mescc-tools/DESCR
	mescc-tools/Makefile
	mescc-tools/PLIST
	mescc-tools/distinfo

Log Message:
mescc-tools: Import mescc-tools-0.5.2 as wip/mescc-tools

Mescc-tools is a collection of tools for use in a full source
bootstrapping process.  It consists of the M1 macro assembler,
the hex2 linker, the blood-elf symbol table generator,
the kaem shell, exec_enable and get_machine.

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

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

diffstat:
 mescc-tools/DESCR    |  4 ++++
 mescc-tools/Makefile | 23 +++++++++++++++++++++++
 mescc-tools/PLIST    |  4 ++++
 mescc-tools/distinfo |  6 ++++++
 4 files changed, 37 insertions(+)

diffs:
diff --git a/mescc-tools/DESCR b/mescc-tools/DESCR
new file mode 100644
index 0000000000..7362a5970f
--- /dev/null
+++ b/mescc-tools/DESCR
@@ -0,0 +1,4 @@
+Mescc-tools is a collection of tools for use in a full source
+bootstrapping process.  It consists of the M1 macro assembler,
+the hex2 linker, the blood-elf symbol table generator,
+the kaem shell, exec_enable and get_machine.
diff --git a/mescc-tools/Makefile b/mescc-tools/Makefile
new file mode 100644
index 0000000000..5259f34f8d
--- /dev/null
+++ b/mescc-tools/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD$
+
+DISTNAME=	mescc-tools-Release_0.5.2
+PKGNAME=	${DISTNAME:S/Release_//}
+CATEGORIES=	devel
+MASTER_SITES=	http://git.savannah.nongnu.org/cgit/mescc-tools.git/snapshot/
+
+MAINTAINER=	ng0%n0.is@localhost
+HOMEPAGE=	https://github.com/oriansj/mescc-tools/
+COMMENT=	Tools for the full source bootstrapping process
+LICENSE=	gnu-gpl-v3
+USE_TOOLS=	gmake
+
+NO_CONFIGURE=	YES
+
+WRKSRC=	${WRKDIR}/mescc-tools-Release_0.5.2
+
+MAKE_FILE=	makefile
+INSTALL_MAKE_FLAGS+=	PREFIX=${PREFIX}
+
+TEST_TARGET=	test
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/mescc-tools/PLIST b/mescc-tools/PLIST
new file mode 100644
index 0000000000..34883bd6b5
--- /dev/null
+++ b/mescc-tools/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+bin/M1
+bin/blood-elf
+bin/hex2
diff --git a/mescc-tools/distinfo b/mescc-tools/distinfo
new file mode 100644
index 0000000000..15cc6a6021
--- /dev/null
+++ b/mescc-tools/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (mescc-tools-Release_0.5.2.tar.gz) = 8e68cdddca7c363192ce5486647dc42ce3687d73
+RMD160 (mescc-tools-Release_0.5.2.tar.gz) = 9000ed192d0e9451fab2db02e246a875041b6bd4
+SHA512 (mescc-tools-Release_0.5.2.tar.gz) = 0afd55ef464a7ad98173e89254f2bc48cf904c0794c43b9c9127d2b8bb62206202bf882096b5c72b9afd6747820c49fce6fa22922c706708d089343043197721
+Size (mescc-tools-Release_0.5.2.tar.gz) = 76759 bytes


Home | Main Index | Thread Index | Old Index