summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2017-03-11 19:11:43 -0500
committerVlad Glagolev2017-03-11 19:11:43 -0500
commit555ec2f7dfb847e5f94b5b62c5ed1b37ad61294f (patch)
treeeb7700a419c92b069a59ff86c661d54bbb38f046
parente42b135391f2cc1df2e02627c275a9946a95c6ef (diff)
profont-x11: new spell, fixed width fonts especially for long hacking sessions
-rw-r--r--ChangeLog2
-rwxr-xr-xfonts-x11/profont-x11/BUILD1
-rwxr-xr-xfonts-x11/profont-x11/DEPENDS2
-rwxr-xr-xfonts-x11/profont-x11/DETAILS21
-rw-r--r--fonts-x11/profont-x11/HISTORY2
-rwxr-xr-xfonts-x11/profont-x11/INSTALL1
6 files changed, 29 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a40b7b032f..bfe6760d7f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
2017-03-11 Vlad Glagolev <stealth@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@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 0000000000..27ba77ddaf
--- /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 0000000000..91c97cdefb
--- /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 0000000000..a0baf633ef
--- /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 0000000000..8933b1b661
--- /dev/null
+++ b/fonts-x11/profont-x11/HISTORY
@@ -0,0 +1,2 @@
+2017-03-11 Vlad Glagolev <stealth@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 0000000000..5d180c0053
--- /dev/null
+++ b/fonts-x11/profont-x11/INSTALL
@@ -0,0 +1 @@
+install -D -vm 0644 *.pcf "${INSTALL_ROOT}/usr/share/fonts/X11/misc/"