Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (55fb10f2fbaffe98dcfb613523ef822ce5279edb)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (55fb10f2fbaffe98dcfb613523ef822ce5279edb)
  • Date: Sat, 8 Apr 2017 00:01:29 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 2 ++
fonts-x11/ohsnap/BUILD | 3 +++
fonts-x11/ohsnap/DEPENDS | 1 +
fonts-x11/ohsnap/DETAILS | 18 ++++++++++++++++++
fonts-x11/ohsnap/HISTORY | 2 ++
fonts-x11/ohsnap/INSTALL | 13 +++++++++++++
6 files changed, 39 insertions(+)

New commits:
commit 55fb10f2fbaffe98dcfb613523ef822ce5279edb
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

ohsnap: new spell, monospaced font based on Artwiz Snap with bold and
versions with status icons

diff --git a/ChangeLog b/ChangeLog
index 364779a..b4f7146 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@
font with over 1700 glyphs
* fonts-x11/montecarlo: new spell, monospace font, created by
programmers, for programmers
+ * fonts-x11/ohsnap: new spell, monospaced font based on Artwiz Snap
with
+ bold and versions with status icons

2017-04-05 Vlad Glagolev <stealth AT sourcemage.org>
* python-pypi/icdiff: new spell, improved color diff
diff --git a/fonts-x11/ohsnap/BUILD b/fonts-x11/ohsnap/BUILD
new file mode 100755
index 0000000..4635a29
--- /dev/null
+++ b/fonts-x11/ohsnap/BUILD
@@ -0,0 +1,3 @@
+for font in *.pcf *.psfu; do
+ gzip -9 "${font}"
+done
diff --git a/fonts-x11/ohsnap/DEPENDS b/fonts-x11/ohsnap/DEPENDS
new file mode 100755
index 0000000..79f11f2
--- /dev/null
+++ b/fonts-x11/ohsnap/DEPENDS
@@ -0,0 +1 @@
+depends smgl-foma
diff --git a/fonts-x11/ohsnap/DETAILS b/fonts-x11/ohsnap/DETAILS
new file mode 100755
index 0000000..43ba391
--- /dev/null
+++ b/fonts-x11/ohsnap/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=ohsnap
+ VERSION=1.8.0
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+
SOURCE_URL[0]=https://downloads.sourceforge.net/sourceforge/osnapfont/${SOURCE}
+
SOURCE_HASH=sha512:6f0c6355f0d1f9f465388fc75587837e38508bf691ea219c70b809d13a623021e5d38330789caa0b2179b6792571f9de7188bde4ef51b59a967569280b9d6313
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=https://sourceforge.net/projects/osnapfont
+ LICENSE[0]=GPL
+ ENTERED=20170407
+ SHORT="monospaced font based on Artwiz Snap with bold and
versions with status icons"
+cat << EOF
+Ohsnap is a monospaced bitmap font based on Artwiz Snap.
+
+There are ISO8859-1 versions, versions with status icons, consolefonts and
work
+on ISO10646-1 versions is in progress. All have bold too.
+
+There are four sizes now: 6x11, 7x12, 6x13 and 7x14.
+EOF
diff --git a/fonts-x11/ohsnap/HISTORY b/fonts-x11/ohsnap/HISTORY
new file mode 100644
index 0000000..fdbdf81
--- /dev/null
+++ b/fonts-x11/ohsnap/HISTORY
@@ -0,0 +1,2 @@
+2017-04-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS, BUILD, INSTALL: created spell, version 1.8.0
diff --git a/fonts-x11/ohsnap/INSTALL b/fonts-x11/ohsnap/INSTALL
new file mode 100755
index 0000000..d84dc5d
--- /dev/null
+++ b/fonts-x11/ohsnap/INSTALL
@@ -0,0 +1,13 @@
+local font_dir="${INSTALL_ROOT}/usr/share/fonts/X11/misc/" &&
+local font_dir_console="${INSTALL_ROOT}/usr/share/consolefonts/"
+
+if [ ! -d "${font_dir}" ]; then
+ install -vm 755 -d "${font_dir}"
+fi &&
+
+if [ ! -d "${font_dir_console}" ]; then
+ install -vm 755 -d "${font_dir_console}"
+fi &&
+
+install -vm 0644 *.pcf.gz "${font_dir}" &&
+install -vm 0644 *.psfu.gz "${font_dir_console}"



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (55fb10f2fbaffe98dcfb613523ef822ce5279edb), Vlad Glagolev, 04/07/2017

Archive powered by MHonArc 2.6.24.

Top of Page