From 555ec2f7dfb847e5f94b5b62c5ed1b37ad61294f Mon Sep 17 00:00:00 2001 From: Vlad Glagolev Date: Sat, 11 Mar 2017 19:11:43 -0500 Subject: profont-x11: new spell, fixed width fonts especially for long hacking sessions --- 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 + 5 files changed, 27 insertions(+) create mode 100755 fonts-x11/profont-x11/BUILD create mode 100755 fonts-x11/profont-x11/DEPENDS create mode 100755 fonts-x11/profont-x11/DETAILS create mode 100644 fonts-x11/profont-x11/HISTORY create mode 100755 fonts-x11/profont-x11/INSTALL (limited to 'fonts-x11') 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 + * 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/" -- cgit v1.2.3