Skip to Content.
Sympa Menu

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

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, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (d56887831ced1de9891e44281c49b133ba84c795)
  • Date: Sun, 20 Sep 2026 23:02:55 +0000

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

ChangeLog | 2 ++
fonts-x11/fonts-apple-ii-reimagined/DEPENDS | 1 +
fonts-x11/fonts-apple-ii-reimagined/DETAILS | 17 +++++++++++++++++
fonts-x11/fonts-apple-ii-reimagined/HISTORY | 3 +++
fonts-x11/fonts-apple-ii-reimagined/INSTALL | 2 ++
fonts-x11/fonts-apple-ii-reimagined/PRE_BUILD | 3 +++
6 files changed, 28 insertions(+)

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

fonts-apple-ii-reimagined: new spell, monospaced pixel typeface in the
style of the Apple II

diff --git a/ChangeLog b/ChangeLog
index 6541fcf..ce2a80a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,8 @@
* fonts-x11/fonts-gridded-lab-ofl-fonts: new spell, Gridded Lab's
experimental font collection
* fonts-x11/fonts-pixelspace: new spell, 5x7 pixel typeface
+ * fonts-x11/fonts-apple-ii-reimagined: new spell, monospaced pixel
+ typeface in the style of the Apple II

2026-09-18 Treeve Jelbert <treeve AT sourcemage.org>
* qt6canvaspainter: added
diff --git a/fonts-x11/fonts-apple-ii-reimagined/BUILD
b/fonts-x11/fonts-apple-ii-reimagined/BUILD
new file mode 100755
index 0000000..e69de29
diff --git a/fonts-x11/fonts-apple-ii-reimagined/DEPENDS
b/fonts-x11/fonts-apple-ii-reimagined/DEPENDS
new file mode 100755
index 0000000..79f11f2
--- /dev/null
+++ b/fonts-x11/fonts-apple-ii-reimagined/DEPENDS
@@ -0,0 +1 @@
+depends smgl-foma
diff --git a/fonts-x11/fonts-apple-ii-reimagined/DETAILS
b/fonts-x11/fonts-apple-ii-reimagined/DETAILS
new file mode 100755
index 0000000..7d38290
--- /dev/null
+++ b/fonts-x11/fonts-apple-ii-reimagined/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=fonts-apple-ii-reimagined
+ SPELLX=Apple_II_Reimagined
+ VERSION=1.0
+ SOURCE=$SPELLX-$VERSION.otf
+
SOURCE_URL[0]=https://github.com/ghammock/${SPELLX}/releases/download/v${VERSION}/${SPELLX}.otf
+
SOURCE_HASH=sha512:5f331011eb3bcf5977d467a4bda8cf227279a82a7c73ce199858d8789e5e38992a9b601c2ffbaa5a49fc2f577e90bfa0d6d73116f3dfb436d8f706c2939a3e6f
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE=https://github.com/ghammock/Apple_II_Reimagined
+ LICENSE[0]=OFL-1.1
+ ENTERED=20260920
+ SHORT="monospaced pixel typeface in the style of the Apple II"
+cat << EOF
+Apple II Re-imagined is a monospaced pixel face drawn from SVG glyphs in
+FontForge, with 10 bitmap strikes and hinting. Its 383 glyphs cover basic
+Latin, Latin-1, 128 box drawing characters, block elements and legacy
+computing symbols, which makes it usable for terminals and TUIs.
+EOF
diff --git a/fonts-x11/fonts-apple-ii-reimagined/HISTORY
b/fonts-x11/fonts-apple-ii-reimagined/HISTORY
new file mode 100644
index 0000000..e979c7e
--- /dev/null
+++ b/fonts-x11/fonts-apple-ii-reimagined/HISTORY
@@ -0,0 +1,3 @@
+2026-09-20 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS, DEPENDS, PRE_BUILD, BUILD, INSTALL:
+ created spell, version 1.0
diff --git a/fonts-x11/fonts-apple-ii-reimagined/INSTALL
b/fonts-x11/fonts-apple-ii-reimagined/INSTALL
new file mode 100755
index 0000000..e784968
--- /dev/null
+++ b/fonts-x11/fonts-apple-ii-reimagined/INSTALL
@@ -0,0 +1,2 @@
+install -vDt "$INSTALL_ROOT"/usr/share/fonts/X11/OTF \
+ -m444 "$SOURCE_CACHE/$SOURCE"
diff --git a/fonts-x11/fonts-apple-ii-reimagined/PRE_BUILD
b/fonts-x11/fonts-apple-ii-reimagined/PRE_BUILD
new file mode 100755
index 0000000..29ab4fc
--- /dev/null
+++ b/fonts-x11/fonts-apple-ii-reimagined/PRE_BUILD
@@ -0,0 +1,3 @@
+mk_source_dir "$SOURCE_DIRECTORY" &&
+cd "$SOURCE_DIRECTORY" &&
+verify_file


  • [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (d56887831ced1de9891e44281c49b133ba84c795), Ismael Luceno, 09/20/2026

Archive powered by MHonArc 2.6.24.

Top of Page