summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Franzmann2011-10-15 22:36:13 +0200
committerFlorian Franzmann2011-10-15 22:36:13 +0200
commit35b890f735ac8d9d809f1ff56f2ba1513010f5a9 (patch)
tree49d19115e55676597a313b15a3f891bf0e9c053f
parent8d3dd01825a476959b54ee1ceca6c9ab9bbeb5c5 (diff)
fonts-x11/inconsolata: new spell, a fixed-width font
-rw-r--r--ChangeLog1
-rwxr-xr-xfonts-x11/inconsolata/BUILD1
-rwxr-xr-xfonts-x11/inconsolata/DEPENDS1
-rwxr-xr-xfonts-x11/inconsolata/DETAILS15
-rw-r--r--fonts-x11/inconsolata/HISTORY3
-rwxr-xr-xfonts-x11/inconsolata/INSTALL3
-rwxr-xr-xfonts-x11/inconsolata/PRE_BUILD1
7 files changed, 25 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0cbe9a91f1..a122b696a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
* haskell/haskell-deepseq: new spell, deep evaluation of data structures
* haskell/haskell-random: new spell, a random number library
* python-pypi/python-lru: new spell, a LRU implementation for python
+ * fonts-x11/inconsolata: new spell, a fixed-width font
2011-10-15 Ladislav Hagara <hgr@vabo.cz>
* crypto/tthsum: new spell, generates or checks TTH message digests
diff --git a/fonts-x11/inconsolata/BUILD b/fonts-x11/inconsolata/BUILD
new file mode 100755
index 0000000000..27ba77ddaf
--- /dev/null
+++ b/fonts-x11/inconsolata/BUILD
@@ -0,0 +1 @@
+true
diff --git a/fonts-x11/inconsolata/DEPENDS b/fonts-x11/inconsolata/DEPENDS
new file mode 100755
index 0000000000..74ca5e3de8
--- /dev/null
+++ b/fonts-x11/inconsolata/DEPENDS
@@ -0,0 +1 @@
+source $SECTION_DIRECTORY/X11_DEPENDS
diff --git a/fonts-x11/inconsolata/DETAILS b/fonts-x11/inconsolata/DETAILS
new file mode 100755
index 0000000000..578b1d370c
--- /dev/null
+++ b/fonts-x11/inconsolata/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=inconsolata
+ VERSION=1.0
+ SOURCE="Inconsolata.otf"
+ SOURCE_IGNORE=unversioned
+ FORCE_DOWNLOAD=on
+ SOURCE_URL[0]=http://www.levien.com/type/myfonts/${SOURCE}
+ SOURCE_HASH=sha512:672772c15b52987e4e16cee68680b088b40c1f60d7ec30d2d1a13e962119fe05913c3aece9db0604824682098a9115bbd68e6c5aa4571983b8263d647b9c2c7e
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}"
+ WEB_SITE="http://www.levien.com/type/myfonts/inconsolata.html"
+ LICENSE[0]=OFL-1.1
+ ENTERED=20111015
+ SHORT="a monospace font, designed for code listings"
+cat << EOF
+A monospace font, designed for code listings and the like, in print.
+EOF
diff --git a/fonts-x11/inconsolata/HISTORY b/fonts-x11/inconsolata/HISTORY
new file mode 100644
index 0000000000..c1be5baaee
--- /dev/null
+++ b/fonts-x11/inconsolata/HISTORY
@@ -0,0 +1,3 @@
+2011-10-15 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * BUILD, DEPENDS, DETAILS, INSTALL, PRE_BUILD: spell created
+
diff --git a/fonts-x11/inconsolata/INSTALL b/fonts-x11/inconsolata/INSTALL
new file mode 100755
index 0000000000..7772e94e8b
--- /dev/null
+++ b/fonts-x11/inconsolata/INSTALL
@@ -0,0 +1,3 @@
+local FONT_DIR=${INSTALL_ROOT}/usr/share/fonts/X11/OTF &&
+mkdir -p ${FONT_DIR} &&
+install -m 644 -o root -g root ${SOURCE_CACHE}/${SOURCE} ${FONT_DIR}
diff --git a/fonts-x11/inconsolata/PRE_BUILD b/fonts-x11/inconsolata/PRE_BUILD
new file mode 100755
index 0000000000..27ba77ddaf
--- /dev/null
+++ b/fonts-x11/inconsolata/PRE_BUILD
@@ -0,0 +1 @@
+true