Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (f77e1a4ac890d0126b4098bb740d76a7d810c3f7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (f77e1a4ac890d0126b4098bb740d76a7d810c3f7)
  • Date: Sat, 11 Feb 2012 21:01:51 -0600

GIT changes to master grimoire by Ladislav Hagara <hgr AT vabo.cz>:

ChangeLog | 2 ++
python-pypi/fonttools/DEPENDS | 1 +
python-pypi/fonttools/DETAILS | 15 +++++++++++++++
python-pypi/fonttools/HISTORY | 3 +++
4 files changed, 21 insertions(+)

New commits:
commit f77e1a4ac890d0126b4098bb740d76a7d810c3f7
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

python-pypi/fonttools: new spell, tool for manipulating TrueType and
OpenType fonts

diff --git a/ChangeLog b/ChangeLog
index d530996..d5c4483 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
* devel/nodejs: new spell
platform for building fast, scalable network applications
* python-pypi/pyinline: new spell, Inline for Python
+ * python-pypi/fonttools: new spell,
+ tool for manipulating TrueType and OpenType fonts

2012-02-11 Bor Kraljič <pyrobor AT ver.si>
* kde4/kactivities: new spell, API for using and interacting with
Activities
diff --git a/python-pypi/fonttools/DEPENDS b/python-pypi/fonttools/DEPENDS
new file mode 100755
index 0000000..a86d429
--- /dev/null
+++ b/python-pypi/fonttools/DEPENDS
@@ -0,0 +1 @@
+depends python
diff --git a/python-pypi/fonttools/DETAILS b/python-pypi/fonttools/DETAILS
new file mode 100755
index 0000000..9c27ad3
--- /dev/null
+++ b/python-pypi/fonttools/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=fonttools
+ VERSION=2.3
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$SOURCEFORGE_URL/${SPELL}/$SOURCE
+
SOURCE_HASH=sha512:489dc5f7d3016a93eb6235901b394bbed10a640d4524d849e5008b0b76ebec723ea977a02be12883d8e2bd5c750866307e25b8f76a014432c7d8106a88e765d7
+ WEB_SITE=http://sourceforge.net/projects/fonttools/
+ ENTERED=20120212
+ LICENSE=PYTHON
+ SHORT="tool for manipulating TrueType and OpenType fonts"
+cat << EOF
+ttx is a tool for manipulating TrueType and OpenType fonts. It can convert
+TrueType and OpenType fonts to and from an XML-based format called TTX.
+TTX files have a `.ttx' extension.
+EOF
diff --git a/python-pypi/fonttools/HISTORY b/python-pypi/fonttools/HISTORY
new file mode 100644
index 0000000..864d070
--- /dev/null
+++ b/python-pypi/fonttools/HISTORY
@@ -0,0 +1,3 @@
+2012-02-12 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS, DEPENDS: spell created, version 2.3
+



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (f77e1a4ac890d0126b4098bb740d76a7d810c3f7), Ladislav Hagara, 02/11/2012

Archive powered by MHonArc 2.6.24.

Top of Page