Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (19df2cfcef1777d7ea5c938e5a2d13dc9915fd6d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (19df2cfcef1777d7ea5c938e5a2d13dc9915fd6d)
  • Date: Thu, 10 May 2007 15:21:00 -0500

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

ChangeLog | 2 ++
fonts/mftrace/CONFIGURE | 4 ++++
fonts/mftrace/DEPENDS | 9 +++++++++
fonts/mftrace/DETAILS | 22 ++++++++++++++++++++++
fonts/mftrace/HISTORY | 34 ++++++++++++++++++++++++++++++++++
5 files changed, 71 insertions(+)

New commits:
commit b3bffb9bbd8ee9a8c1907972af02105dd1a025fd
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

fonts/mftrace: moved here from doc

diff --git a/ChangeLog b/ChangeLog
index 5efbb87..c59ffcd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,8 @@
usage information for perl
* perl-cpan/io-scalar: new spell, perl I/O handle to read/write
to a string
+ * fonts/mftrace: moved here from doc (should have been there
+ already but I forgot to add it to fonts, sorry)

2007-05-09 Ladislav Hagara <hgr AT vabo.cz>
* video/spcagui: new spell, a nice spca5xx videograbber
diff --git a/fonts/mftrace/CONFIGURE b/fonts/mftrace/CONFIGURE
new file mode 100755
index 0000000..97ff8e6
--- /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 0000000..7030663
--- /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 0000000..12acc91
--- /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 0000000..e0b452e
--- /dev/null
+++ b/fonts/mftrace/HISTORY
@@ -0,0 +1,34 @@
+2007-02-12 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * DETAILS: updated spell to 1.2.14, updated WEB_SITE
+
+2007-01-02 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * DETAILS: 1.2.5
+
+2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS: [automated] Removed UPDATED.
+
+2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
+ * DETAILS: (automated) Add KEYWORDS
+
+2005-11-29 Seth Woolley <seth AT tautology.org>
+ * DETAILS: MD5 -> SHA512
+
+2005-10-30 Unet <unet AT sourcemage.org>
+ * DETAILS: Updated to 1.1.17, otherwise lilypond can't build
+
+2005-04-26 Martin Svehla <doc AT sourcemage.org>
+ * DETAILS: version updated to 1.1.9
+
+2004-12-18 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Python renamed to python
+
+2004-12-17 PhoboX <doc AT 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__ AT hotmail.com>
+ * DEPENDS, DETAILS, HISTORY: created this spell
+



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (19df2cfcef1777d7ea5c938e5a2d13dc9915fd6d), Florian Franzmann, 05/10/2007

Archive powered by MHonArc 2.6.24.

Top of Page