Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (3b2da93d256ad0e9e72a15cd2039111c9a01990f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (3b2da93d256ad0e9e72a15cd2039111c9a01990f)
  • Date: Tue, 9 Mar 2010 00:09:35 -0600

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

ChangeLog | 3 +++
utils/simh/BUILD | 2 ++
utils/simh/DETAILS | 27 +++++++++++++++++++++++++++
utils/simh/HISTORY | 3 +++
utils/simh/INSTALL | 1 +
utils/simh/PRE_BUILD | 3 +++
6 files changed, 39 insertions(+)

New commits:
commit 3b2da93d256ad0e9e72a15cd2039111c9a01990f
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

utils/simh: new spell, a highly portable, multi-system simulator

diff --git a/ChangeLog b/ChangeLog
index 60d3cc5..168bbf3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-03-09 Pol Vinogradov <vin.public AT gmail.com>
+ * utils/simh: new spell, a highly portable, multi-system simulator
+
2010-03-05 Philippe "Puppet_Master" Caseiro <puppetmaster AT sourcemage.org>
* e-17/shellementary : new spell, EFL (elementary) xdialog like tool

diff --git a/utils/simh/BUILD b/utils/simh/BUILD
new file mode 100755
index 0000000..4a6c2fb
--- /dev/null
+++ b/utils/simh/BUILD
@@ -0,0 +1,2 @@
+mkdir -p BIN &&
+make -f makefile
diff --git a/utils/simh/DETAILS b/utils/simh/DETAILS
new file mode 100755
index 0000000..4720cd4
--- /dev/null
+++ b/utils/simh/DETAILS
@@ -0,0 +1,27 @@
+ SPELL=simh
+ VERSION=3.8-1
+ SOURCE="${SPELL}v${VERSION/./}.zip"
+ SOURCE_URL[0]=http://${SPELL}.trailing-edge.com/sources/${SOURCE}
+
SOURCE_HASH=sha512:b9ff1c2a9d52df98ca99f243dd89102f3afa9018d03990cefecb1fbf1c9d5244cc00335ada7d190d6890f81db9cd4606b02ab1b620854b8de7b2f489a74f1bdb
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://simh.trailing-edge.com/";
+ LICENSE[0]="PD"
+ ENTERED=20100308
+ DOCS="0readme*"
+ KEYWORDS="utils emulator"
+ SHORT="SIMH is a highly portable, multi-system simulator"
+cat << EOF
+SIMH is a highly portable, multi-system simulator.
+
+SIMH implements simulators for:
+ * Data General Nova, Eclipse
+ * Digital Equipment Corporation PDP-1, PDP-4, PDP-7, PDP-8, PDP-9, PDP-10,
+PDP-11, PDP-15, VAX
+ * GRI Corporation GRI-909, GRI-99
+ * IBM 1401, 1620, 1130, 7090/7094, System 3
+ * Interdata (Perkin-Elmer) 16b and 32b systems
+ * Hewlett-Packard 2114, 2115, 2116, 2100, 21MX, 1000
+ * Honeywell H316/H516 * MITS Altair 8800, with both 8080 and Z80
+ * Royal-Mcbee LGP-30, LGP-21
+ * Scientific Data Systems SDS 940
+EOF
diff --git a/utils/simh/HISTORY b/utils/simh/HISTORY
new file mode 100644
index 0000000..bc8eae4
--- /dev/null
+++ b/utils/simh/HISTORY
@@ -0,0 +1,3 @@
+2010-03-09 Pol Vinogradov <vin.public AT gmail.com>
+ * BUILD, DETAILS, INSTALL, PRE_BUILD: spell created
+
diff --git a/utils/simh/INSTALL b/utils/simh/INSTALL
new file mode 100755
index 0000000..ea132e8
--- /dev/null
+++ b/utils/simh/INSTALL
@@ -0,0 +1 @@
+cp BIN/* ${INSTALL_ROOT}/usr/bin/
diff --git a/utils/simh/PRE_BUILD b/utils/simh/PRE_BUILD
new file mode 100755
index 0000000..cdbb324
--- /dev/null
+++ b/utils/simh/PRE_BUILD
@@ -0,0 +1,3 @@
+mk_source_dir $SOURCE_DIRECTORY &&
+cd $SOURCE_DIRECTORY &&
+unpack_file ''



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (3b2da93d256ad0e9e72a15cd2039111c9a01990f), Pol Vinogradov, 03/09/2010

Archive powered by MHonArc 2.6.24.

Top of Page