Skip to Content.
Sympa Menu

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

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 (555ec2f7dfb847e5f94b5b62c5ed1b37ad61294f)
  • Date: Sun, 12 Mar 2017 00:11:49 +0000

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

ChangeLog | 2 ++
fonts-x11/profont-x11/BUILD | 1 +
fonts-x11/profont-x11/DEPENDS | 2 ++
fonts-x11/profont-x11/DETAILS | 21 +++++++++++++++++++++
fonts-x11/profont-x11/HISTORY | 2 ++
fonts-x11/profont-x11/INSTALL | 1 +
6 files changed, 29 insertions(+)

New commits:
commit 555ec2f7dfb847e5f94b5b62c5ed1b37ad61294f
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

profont-x11: new spell, fixed width fonts especially for long hacking
sessions

diff --git a/ChangeLog b/ChangeLog
index a40b7b0..bfe6760 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
2017-03-11 Vlad Glagolev <stealth AT sourcemage.org>
* fonts-x11/zevv-peep: new spell, monospace bitmap programming font
aimed for FullHD displays
+ * fonts-x11/profont-x11: new spell, fixed width fonts especially for
+ long hacking sessions

2017-03-11 Ismael Luceno <ismael AT sourcemage.org>
* emacs-lisp/yasnippet-snippets: new spell, Yasnippet official
diff --git a/fonts-x11/profont-x11/BUILD b/fonts-x11/profont-x11/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/fonts-x11/profont-x11/BUILD
@@ -0,0 +1 @@
+true
diff --git a/fonts-x11/profont-x11/DEPENDS b/fonts-x11/profont-x11/DEPENDS
new file mode 100755
index 0000000..91c97cd
--- /dev/null
+++ b/fonts-x11/profont-x11/DEPENDS
@@ -0,0 +1,2 @@
+depends smgl-foma &&
+depends unzip
diff --git a/fonts-x11/profont-x11/DETAILS b/fonts-x11/profont-x11/DETAILS
new file mode 100755
index 0000000..a0baf63
--- /dev/null
+++ b/fonts-x11/profont-x11/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=profont-x11
+ VERSION=2.2
+ SOURCE=${SPELL}.zip
+ SOURCE_URL[0]=http://tobiasjung.name/downloadfile.php?file=${SOURCE}
+
SOURCE_HASH=sha512:9293a6ecbd84463e6ce78392982b4e70c7a9c043220311d5b45a185e3299d1e5aa5b50f8c2abdf5010692303ab88617106c649fe04eeaacc32fd7ae952ef9e18
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}"
+ DOCS="readme.txt ${DOCS}"
+ WEB_SITE=http://tobiasjung.name/profont/
+ LICENSE[0]=MIT
+ ENTERED=20170311
+ SHORT="fixed width fonts especially for long hacking sessions"
+cat << EOF
+ProFont is a monospaced font created to be a most readable font for
programming.
+Thus, it has slashed zeros; distinct forms of I, l and 1; and it is designed
to
+look good a really small sizes so you can cram lots of lines of code into the
+window of your editor.
+
+The original ProFont version was made for the classic Mac OS and contained
+bitmapped shapes at 7, 9, 10, 12, 14, 18 and 24 points. Using this sizes with
+anti-aliasing turned off, you get a clean and crisp programming font.
+EOF
diff --git a/fonts-x11/profont-x11/HISTORY b/fonts-x11/profont-x11/HISTORY
new file mode 100644
index 0000000..8933b1b
--- /dev/null
+++ b/fonts-x11/profont-x11/HISTORY
@@ -0,0 +1,2 @@
+2017-03-11 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS, BUILD, INSTALL: created spell, version 2.2
diff --git a/fonts-x11/profont-x11/INSTALL b/fonts-x11/profont-x11/INSTALL
new file mode 100755
index 0000000..5d180c0
--- /dev/null
+++ b/fonts-x11/profont-x11/INSTALL
@@ -0,0 +1 @@
+install -D -vm 0644 *.pcf "${INSTALL_ROOT}/usr/share/fonts/X11/misc/"



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (555ec2f7dfb847e5f94b5b62c5ed1b37ad61294f), Vlad Glagolev, 03/11/2017

Archive powered by MHonArc 2.6.24.

Top of Page