Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (6ea253d4566d8b990ff9ea0b3002ba6b0cd4f3f2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (6ea253d4566d8b990ff9ea0b3002ba6b0cd4f3f2)
  • Date: Sat, 4 Sep 2010 15:06:15 -0500

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

ChangeLog | 3 +++
fonts-x11/ttf-anonymouspro/BUILD | 1 +
fonts-x11/ttf-anonymouspro/DETAILS | 22 ++++++++++++++++++++++
fonts-x11/ttf-anonymouspro/HISTORY | 3 +++
fonts-x11/ttf-anonymouspro/INSTALL | 4 ++++
fonts-x11/ttf-anonymouspro/PRE_BUILD | 3 +++
6 files changed, 36 insertions(+)

New commits:
commit 6ea253d4566d8b990ff9ea0b3002ba6b0cd4f3f2
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

ttf-anonymouspro: New spell. ttf for developers. Open Font License

diff --git a/ChangeLog b/ChangeLog
index df90d11..3a3453d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-09-04 George Sherwood <gsherwood AT sourcemage.org>
+ * fonts-x11/anonymouspro: new spell, ttf for developers
+
2010-09-03 Treeve Jelbert <treeve AT sourcemage.org>
* gnu.gpg: add key 2527436A: Eric Blake <eblake AT redhat.com>

diff --git a/fonts-x11/ttf-anonymouspro/BUILD
b/fonts-x11/ttf-anonymouspro/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/fonts-x11/ttf-anonymouspro/BUILD
@@ -0,0 +1 @@
+true
diff --git a/fonts-x11/ttf-anonymouspro/DETAILS
b/fonts-x11/ttf-anonymouspro/DETAILS
new file mode 100755
index 0000000..3073c44
--- /dev/null
+++ b/fonts-x11/ttf-anonymouspro/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=ttf-anonymouspro
+ VERSION=1.001
+ SOURCE="AnonymousPro-${VERSION}.zip"
+ SOURCE_URL[0]=http://www.ms-studio.com/FontSales/${SOURCE}
+
SOURCE_HASH=sha512:3cbe798f464092a534c396753f7bbb5cc4755dc4385eab56773210036aec4c9ed32a7c9f7bccd9957205b000d9552fb3b4a416415cedf143d40b619966f86c4e
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/AnonymousPro-${VERSION}"
+ WEB_SITE="http://www.ms-studio.com/FontSales/anonymouspro.html";
+ LICENSE[0]="Open Font License"
+ ENTERED=20100904
+ KEYWORDS=""
+ SHORT="family of four fixed-width fonts"
+cat << EOF
+Anonymous Pro is a family of four fixed-width fonts designed especially with
+coding in mind. Characters that could be mistaken for one another (O, 0, I,
+l, 1, etc.) have distinct shapes to make them easier to tell apart in the
+context of source code.
+
+Anonymous Pro also features an international, Unicode-based character set,
+with support for most Western and European Latin-based languages, Greek,
+and Cyrillic. It also includes special “box drawing” characters for
+those who need them.
+EOF
diff --git a/fonts-x11/ttf-anonymouspro/HISTORY
b/fonts-x11/ttf-anonymouspro/HISTORY
new file mode 100644
index 0000000..1212097
--- /dev/null
+++ b/fonts-x11/ttf-anonymouspro/HISTORY
@@ -0,0 +1,3 @@
+2010-09-04 George Sherwood <gsherwood AT sourcemage.org>
+ * PRE_BUILD< BUILD, DETAILS, INSTALL: spell created
+
diff --git a/fonts-x11/ttf-anonymouspro/INSTALL
b/fonts-x11/ttf-anonymouspro/INSTALL
new file mode 100755
index 0000000..8d3e2ec
--- /dev/null
+++ b/fonts-x11/ttf-anonymouspro/INSTALL
@@ -0,0 +1,4 @@
+mkdir -p "$INSTALL_ROOT/usr/share/fonts/TTF" &&
+cd $SOURCE_DIRECTORY/AnonymousPro-${VERSION} &&
+install -m 644 -o root -g root *.ttf "$INSTALL_ROOT/usr/share/fonts/TTF"
+
diff --git a/fonts-x11/ttf-anonymouspro/PRE_BUILD
b/fonts-x11/ttf-anonymouspro/PRE_BUILD
new file mode 100755
index 0000000..473e9a2
--- /dev/null
+++ b/fonts-x11/ttf-anonymouspro/PRE_BUILD
@@ -0,0 +1,3 @@
+mkdir $SOURCE_DIRECTORY &&
+cd $SOURCE_DIRECTORY &&
+unpack_file



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (6ea253d4566d8b990ff9ea0b3002ba6b0cd4f3f2), George Sherwood, 09/04/2010

Archive powered by MHonArc 2.6.24.

Top of Page