Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (313c0341e821a051e048a0468211cb3bd24d78d5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (313c0341e821a051e048a0468211cb3bd24d78d5)
  • Date: Fri, 27 Nov 2020 20:45:15 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 4 ++++
devel/dasm/BUILD | 1 +
devel/dasm/DETAILS | 18 ++++++++++++++++++
devel/dasm/HISTORY | 2 ++
devel/dasm/INSTALL | 6 ++++++
utils/pdsh/DETAILS | 8 ++++----
utils/pdsh/HISTORY | 3 +++
7 files changed, 38 insertions(+), 4 deletions(-)

New commits:
commit 313c0341e821a051e048a0468211cb3bd24d78d5
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

dasm: new spell, Macro assembler with support for several 8-bit
microprocessors

commit 8809d572799df63d250d63fc33912a1c21cf09d9
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

pdsh 2.34

diff --git a/ChangeLog b/ChangeLog
index 91f3705..21fc7ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2020-11-27 Ismael Luceno <ismael AT sourcemage.org>
+ * devel/dasm: new spell, Macro assembler with support for several
+ 8-bit microprocessors
+
2020-11-14 Vlad Glagolev <stealth AT sourcemage.org>
* devel/uthash: new spell, C macros for hash tables and more
* shell-term-fm/termbox: new spell, library for writing text-based
diff --git a/devel/dasm/BUILD b/devel/dasm/BUILD
new file mode 100755
index 0000000..6dfecc1
--- /dev/null
+++ b/devel/dasm/BUILD
@@ -0,0 +1 @@
+default_build_make
diff --git a/devel/dasm/DETAILS b/devel/dasm/DETAILS
new file mode 100755
index 0000000..a78e6df
--- /dev/null
+++ b/devel/dasm/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=dasm
+ VERSION=2.20.14.1
+ SOURCE="$SPELL-$VERSION.tar.gz"
+ WEB_SITE="https://github.com/dasm-assembler/dasm";
+ SOURCE_URL[0]="$WEB_SITE/archive/$VERSION.tar.gz"
+
SOURCE_HASH=sha512:2b617bd7c1a968b22966e84f1353f0a334125290a550ad7b4a9f6a2c18213806730067ee2abb25b138cd3926589d387486110a77fab144160890b934cf04add1
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ LICENSE[0]="GPL-2.0-or-later"
+ ENTERED=20201127
+ KEYWORDS=""
+ DOCS="LICENSE NEWS README docs/*.pdf docs/*.txt"
+ DOC_DIRS=
+ SHORT="Macro assembler with support for several 8-bit
microprocessors"
+cat << EOF
+DASM is a versatile macro assembler with support for several 8-bit
+microprocessors including MOS 6502 & 6507; Motorola 6803, 68705, and 68HC11;
+Hitachi HD6303 (extended Motorola 6801) and Fairchild F8.
+EOF
diff --git a/devel/dasm/HISTORY b/devel/dasm/HISTORY
new file mode 100644
index 0000000..13da9d5
--- /dev/null
+++ b/devel/dasm/HISTORY
@@ -0,0 +1,2 @@
+2020-11-27 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DETAILS, INSTALL: spell created
diff --git a/devel/dasm/INSTALL b/devel/dasm/INSTALL
new file mode 100755
index 0000000..b0fd945
--- /dev/null
+++ b/devel/dasm/INSTALL
@@ -0,0 +1,6 @@
+prefix="$INSTALL_ROOT/usr" &&
+bindir="$prefix/bin" &&
+man1dir="$prefix/share/man/man1" &&
+install -v -d "$bindir" "$man1dir" &&
+install -v -m555 src/dasm src/ftohex "$bindir"/ &&
+install -v -m444 docs/dasm.1 "$man1dir"/
diff --git a/utils/pdsh/DETAILS b/utils/pdsh/DETAILS
index 7779d32..15c3540 100755
--- a/utils/pdsh/DETAILS
+++ b/utils/pdsh/DETAILS
@@ -1,9 +1,9 @@
SPELL=pdsh
- VERSION=2.31
+ VERSION=2.34
SOURCE=${SPELL}-${VERSION}.tar.gz
- SOURCE_URL[0]=https://github.com/grondo/${SPELL}/archive/${SOURCE}
-
SOURCE_HASH=sha512:38b0aec1c1123ccb6e1bed0c76f88ea4bd3bc75711e09b72a41b1a247528ce702120b9bc35fa7c89f8fcea6e69dc25cb91d305f6f60810d1b9f6a044f3b4f282
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${SPELL}-${VERSION}"
+
SOURCE_URL[0]="https://github.com/chaos/$SPELL/releases/download/${SOURCE%.tar.gz}/$SOURCE";
+
SOURCE_HASH=sha512:6007a6048e088f28b052db6d5c3cc410ae4b75898c1f0f9e6945c6091d37fdfd2d84e5531159eb3f98da573f55f79a6a4d90e16ac4373a2f5b4cda255542a047
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
DOC_DIRS=""
DOCS="AUTHORS DISCLAIMER TODO ${DOCS}"
WEB_SITE=https://github.com/grondo/pdsh
diff --git a/utils/pdsh/HISTORY b/utils/pdsh/HISTORY
index f599287..e231769 100644
--- a/utils/pdsh/HISTORY
+++ b/utils/pdsh/HISTORY
@@ -1,2 +1,5 @@
+2020-11-27 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 2.34
+
2017-02-17 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS, DEPENDS, BUILD, CONFIGURE: created spell, version 2.31



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (313c0341e821a051e048a0468211cb3bd24d78d5), Ismael Luceno, 11/27/2020

Archive powered by MHonArc 2.6.24.

Top of Page