summaryrefslogtreecommitdiffstats
path: root/x11-libs/xfstt
diff options
context:
space:
mode:
authorroot2006-04-24 09:03:08 -0500
committerroot2006-04-24 09:03:08 -0500
commit84d8b510ac289af0a43bfa9e110844af27a90196 (patch)
treed7093929b954dd2f71114bff270755e18f737eb1 /x11-libs/xfstt
initial commit from stable 0.3
Diffstat (limited to 'x11-libs/xfstt')
-rwxr-xr-xx11-libs/xfstt/CONFIGURE3
-rwxr-xr-xx11-libs/xfstt/DEPENDS1
-rwxr-xr-xx11-libs/xfstt/DETAILS16
-rw-r--r--x11-libs/xfstt/HISTORY6
4 files changed, 26 insertions, 0 deletions
diff --git a/x11-libs/xfstt/CONFIGURE b/x11-libs/xfstt/CONFIGURE
new file mode 100755
index 0000000000..d77b59d6ed
--- /dev/null
+++ b/x11-libs/xfstt/CONFIGURE
@@ -0,0 +1,3 @@
+OPTS="$OPTS \
+ --prefix=/usr \
+ --sysconfdir=/etc"
diff --git a/x11-libs/xfstt/DEPENDS b/x11-libs/xfstt/DEPENDS
new file mode 100755
index 0000000000..d722a8fbb3
--- /dev/null
+++ b/x11-libs/xfstt/DEPENDS
@@ -0,0 +1 @@
+depends gdk-pixbuf
diff --git a/x11-libs/xfstt/DETAILS b/x11-libs/xfstt/DETAILS
new file mode 100755
index 0000000000..c9b52f8bb2
--- /dev/null
+++ b/x11-libs/xfstt/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=xfstt
+ VERSION=1.6
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=http://download.berlios.de/$SPELL/$SPELL-$VERSION.tar.gz
+ MD5[0]=02f32f433d9b7f5b964a2f26e4f25f51
+ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://developer.berlios.de/projects/xfstt/
+ ENTERED=20040406
+ UPDATED=20040406
+ LICENSE[0]=LGPL
+ SHORT="TrueType Font Server for X11"
+
+cat << EOF
+TrueType fonts are generally regarded to be the best scalable fonts for displays. This server will allow X11
+applications to use the exact same TrueType fonts used on most Windows Machines.
+EOF
diff --git a/x11-libs/xfstt/HISTORY b/x11-libs/xfstt/HISTORY
new file mode 100644
index 0000000000..a2cc13332d
--- /dev/null
+++ b/x11-libs/xfstt/HISTORY
@@ -0,0 +1,6 @@
+2004-08-05 Jose Bernardo Silva <jbernardo@sourcemage.org>
+ * DEPENDS: fixed
+
+2004-04-06 Johannes Weiner <hnaz@we-are-root.org>
+ * DETAILS, HISTORY: Added this spell
+