summaryrefslogtreecommitdiffstats
path: root/fonts-x11
diff options
context:
space:
mode:
authorFlorian Franzmann2012-12-31 17:24:10 +0100
committerFlorian Franzmann2012-12-31 17:24:10 +0100
commitcc0c51ddaa3555e1b1b9780c6dc533633a4c2ae7 (patch)
treef4ea2c3877aac5a14b211f74b36a7d3dce4b5494 /fonts-x11
parent48fd951f19548ae49d17ee10e761135648e8c03d (diff)
fonts-x11/uw-ttyp0: new spell, a fixed-width font
Diffstat (limited to 'fonts-x11')
-rwxr-xr-xfonts-x11/uw-ttyp0/BUILD3
-rwxr-xr-xfonts-x11/uw-ttyp0/DEPENDS2
-rwxr-xr-xfonts-x11/uw-ttyp0/DETAILS20
-rw-r--r--fonts-x11/uw-ttyp0/HISTORY3
4 files changed, 28 insertions, 0 deletions
diff --git a/fonts-x11/uw-ttyp0/BUILD b/fonts-x11/uw-ttyp0/BUILD
new file mode 100755
index 0000000000..f3b517e746
--- /dev/null
+++ b/fonts-x11/uw-ttyp0/BUILD
@@ -0,0 +1,3 @@
+./configure --prefix=${INSTALL_ROOT}/usr \
+ --mandir=${INSTALL_ROOT}/usr/share/man &&
+default_build_make
diff --git a/fonts-x11/uw-ttyp0/DEPENDS b/fonts-x11/uw-ttyp0/DEPENDS
new file mode 100755
index 0000000000..c08188a92c
--- /dev/null
+++ b/fonts-x11/uw-ttyp0/DEPENDS
@@ -0,0 +1,2 @@
+depends perl &&
+depends bdftopcf
diff --git a/fonts-x11/uw-ttyp0/DETAILS b/fonts-x11/uw-ttyp0/DETAILS
new file mode 100755
index 0000000000..3f87acc546
--- /dev/null
+++ b/fonts-x11/uw-ttyp0/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=uw-ttyp0
+ VERSION=1.0
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://www.mpi-inf.mpg.de/~uwe/misc/${SPELL}/${SOURCE}
+ SOURCE_HASH=sha512:2b62ce614940569e0e619c52b25c392e79e3f2bb01d8b2f32dcbabb31dc0713ca1eab3e65e81f229d99b3495281ec018dddcbb0e2fdff5322a2ab6080b4ccf26
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://www.mpi-inf.mpg.de/~uwe/misc/uw-ttyp0/"
+ LICENSE[0]=MIT
+ ENTERED=20121231
+ SHORT="a family of monospaced bitmap fonts"
+cat << EOF
+UW ttyp0 is a family of monospaced bitmap fonts in bdf format. It covers
+most of the Latin and Cyrillic alphabet, Greek, Armenian, Georgian (only
+Mkhedruli), Hebrew (without cantillation marks), Thai, most of IPA (but no
+UPA), standard punctuation, common symbols, some mathematics, line graphics
+and a few dingbats.
+
+UW ttyp0 comes in nine sizes from 6x11 to 11x22. In all of the sizes there
+are regular and bold versions; for some there is also an italic.
+EOF
diff --git a/fonts-x11/uw-ttyp0/HISTORY b/fonts-x11/uw-ttyp0/HISTORY
new file mode 100644
index 0000000000..c72dd18cb1
--- /dev/null
+++ b/fonts-x11/uw-ttyp0/HISTORY
@@ -0,0 +1,3 @@
+2012-12-31 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * BUILD, DEPENDS, DETAILS: spell created
+