summaryrefslogtreecommitdiffstats
path: root/fonts/mftrace
diff options
context:
space:
mode:
authorFlorian Franzmann2007-05-10 22:20:26 +0200
committerFlorian Franzmann2007-05-10 22:20:26 +0200
commitb3bffb9bbd8ee9a8c1907972af02105dd1a025fd (patch)
treeaa4f3c112395af72473fbe8402cbf48141e9b3ad /fonts/mftrace
parent43c2fa012afffc0f88febed0f31f44c581d50793 (diff)
fonts/mftrace: moved here from doc
Diffstat (limited to 'fonts/mftrace')
-rwxr-xr-xfonts/mftrace/CONFIGURE4
-rwxr-xr-xfonts/mftrace/DEPENDS9
-rwxr-xr-xfonts/mftrace/DETAILS22
-rw-r--r--fonts/mftrace/HISTORY34
4 files changed, 69 insertions, 0 deletions
diff --git a/fonts/mftrace/CONFIGURE b/fonts/mftrace/CONFIGURE
new file mode 100755
index 0000000000..97ff8e67a3
--- /dev/null
+++ b/fonts/mftrace/CONFIGURE
@@ -0,0 +1,4 @@
+config_query_list TRACING_PRG \
+ "Which tracing program would you like to use?" \
+ autotrace \
+ potrace
diff --git a/fonts/mftrace/DEPENDS b/fonts/mftrace/DEPENDS
new file mode 100755
index 0000000000..7030663c7f
--- /dev/null
+++ b/fonts/mftrace/DEPENDS
@@ -0,0 +1,9 @@
+depends tetex &&
+depends t1utils &&
+depends python &&
+depends $TRACING_PRG &&
+
+optional_depends fontforge \
+ "" \
+ "" \
+ "to run the fonts through FontForge to simplify and autohint them"
diff --git a/fonts/mftrace/DETAILS b/fonts/mftrace/DETAILS
new file mode 100755
index 0000000000..12acc91cd8
--- /dev/null
+++ b/fonts/mftrace/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=mftrace
+ VERSION=1.2.14
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://lilypond.org/download/sources/mftrace/$SOURCE
+ WEB_SITE=http://lilypond.org/mftrace
+ ENTERED=20041129
+ SOURCE_HASH=sha512:eb0cb4f011d85ef78293c6e0d34ef1fb1c22334dbf7acf9f8476c0e58ed0061fb77f4664d7d79d80ac6f98eaf2f2995ae4f5415304ee67a218a759a204ccbd42
+ LICENSE[0]="GPL and http://www.cs.uu.nl/~hanwen/mftrace/"
+ KEYWORDS="fonts doc"
+ SHORT="bitmap font tracer"
+cat << EOF
+mftrace is a small Python program that lets you
+trace a TeX bitmap font into a PFA or PFB font
+(A PostScript Type1 Scalable Font) or TTF (TrueType)
+font. It is licensed under the GNU GPL.
+Scalable fonts offer many advantages over bitmaps,
+as they allow documents to render correctly
+at many printer resolutions. Moreover, Ghostscript
+can generate much better PDF, if given scalable
+PostScript fonts.
+EOF
diff --git a/fonts/mftrace/HISTORY b/fonts/mftrace/HISTORY
new file mode 100644
index 0000000000..e0b452e587
--- /dev/null
+++ b/fonts/mftrace/HISTORY
@@ -0,0 +1,34 @@
+2007-02-12 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
+ * DETAILS: updated spell to 1.2.14, updated WEB_SITE
+
+2007-01-02 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
+ * DETAILS: 1.2.5
+
+2006-10-03 Juuso Alasuutari <iuso@sourcemage.org>
+ * DETAILS: [automated] Removed UPDATED.
+
+2006-03-12 Karsten Behrmann <BearPerson@sourcemage.org>
+ * DETAILS: (automated) Add KEYWORDS
+
+2005-11-29 Seth Woolley <seth@tautology.org>
+ * DETAILS: MD5 -> SHA512
+
+2005-10-30 Unet <unet@sourcemage.org>
+ * DETAILS: Updated to 1.1.17, otherwise lilypond can't build
+
+2005-04-26 Martin Svehla <doc@sourcemage.org>
+ * DETAILS: version updated to 1.1.9
+
+2004-12-18 Eric Sandall <sandalle@sourcemage.org>
+ * DEPENDS: Python renamed to python
+
+2004-12-17 PhoboX <doc@sourcemage.org>
+ * CONFIGURE: added
+ * DEPENDS: removed atotrace and potrace as optiona deps (one of them
+ is required), added optional dep on fontforge
+ * HISTORY: reformated
+ * ALL: added to grimoire
+
+2004-11-21 James Robinson <contact_us__@hotmail.com>
+ * DEPENDS, DETAILS, HISTORY: created this spell
+