Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (998515bff59fbc72acf38a40ad8d05306eb5bfba)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (998515bff59fbc72acf38a40ad8d05306eb5bfba)
  • Date: Tue, 5 Jun 2007 16:53:23 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

ChangeLog | 7 +++++
fonts/liberation-fonts-ttf/BUILD | 1
fonts/liberation-fonts-ttf/DEPENDS | 1
fonts/liberation-fonts-ttf/DETAILS | 40
+++++++++++++++++++++++++++++++++
fonts/liberation-fonts-ttf/FINAL | 1
fonts/liberation-fonts-ttf/HISTORY | 3 ++
fonts/liberation-fonts-ttf/INSTALL | 2 +
fonts/liberation-fonts-ttf/POST_REMOVE | 1
fonts/redhat.gpg |binary
9 files changed, 56 insertions(+)

New commits:
commit 998515bff59fbc72acf38a40ad8d05306eb5bfba
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

redhat.gpg: RedHat's GPG key
liberation-fonts-ttf: RedHat's GPL'd font sets

diff --git a/ChangeLog b/ChangeLog
index cbe47b9..7ab6526 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-06-05 Eric Sandall <sandalle AT sourcemage.org>
+ * fonts/redhat.gpg: RedHat's GPG key, verified via
+ https://www.redhat.com/security/37017186.txt,
+ https://www.redhat.com/security/team/key/#package, and
+
http://keyserv.nic-se.se:11371/pks/lookup?op=get&search=0x5326810137017186
+ * fonts/liberation-fonts-ttf: RedHat's GPL'd Liberation font sets
+
2007-06-06 Pol Vinogradov <vin.public AT gmail.com>
* python-devel/tagpy: new spell, a Python bindings for TagLib

diff --git a/fonts/liberation-fonts-ttf/BUILD
b/fonts/liberation-fonts-ttf/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/fonts/liberation-fonts-ttf/BUILD
@@ -0,0 +1 @@
+true
diff --git a/fonts/liberation-fonts-ttf/DEPENDS
b/fonts/liberation-fonts-ttf/DEPENDS
new file mode 100755
index 0000000..74ca5e3
--- /dev/null
+++ b/fonts/liberation-fonts-ttf/DEPENDS
@@ -0,0 +1 @@
+source $SECTION_DIRECTORY/X11_DEPENDS
diff --git a/fonts/liberation-fonts-ttf/DETAILS
b/fonts/liberation-fonts-ttf/DETAILS
new file mode 100755
index 0000000..4894554
--- /dev/null
+++ b/fonts/liberation-fonts-ttf/DETAILS
@@ -0,0 +1,40 @@
+ SPELL=liberation-fonts-ttf
+ VERSION=3
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE2=liberation-fonts-$VERSION.tar.gz.asc
+ SOURCE_URL[0]=http://www.redhat.com/f/fonts/$SOURCE
+ SOURCE2_URL[0]=http://www.redhat.com/f/fonts/$SOURCE2
+ SOURCE2_IGNORE=signature
+ SOURCE_GPG="redhat.gpg:$SOURCE2:VERIFIED_UPSTREAM_KEY"
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/liberation-fonts-0.2
+ LICENSE[0]=GPL
+ WEB_SITE=https://www.redhat.com/promo/fonts/
+ KEYWORDS="fonts x11 libs"
+ DOCS="COPYING License.txt"
+ SHORT='Free Serif, Sans-Serif, and Mono font sets'
+cat << EOF
+On May 9, 2007, Red Hat announced the public release of these fonts under the
+trademark LIBERATION at the Red Hat Summit. There are three sets: Sans (a
+substitute for Arial, Albany, Helvetica, Nimbus Sans L, and Bitstream Vera
+Sans), Serif (a substitute for Times New Roman, Thorndale, Nimbus Roman, and
+Bitstream Vera Serif) and Mono (a substitute for Courier New, Cumberland,
+Courier, Nimbus Mono L, and Bitstream Vera Sans Mono). The fonts are now
+available for you to install.
+
+Those running Red Hat® Enterprise Linux® and/or Fedora™ systems who want to
+install the fonts in RPM format can get them from the links below. In the
+future, they will be available through the Red Hat Network® service. We have
+also provided the fonts in the popular True Type format.
+
+You are free to use these fonts on any system you would like. You are free to
+redistribute them under the GPL+exception license found in the download.
Using
+these fonts does not subject your documents to the GPL--it liberates them
from
+any proprietary claim. Once you have installed these fonts, we encourage you
to
+make them your default in Thunderbird, Firefox, and Open Office. Heck, for
that
+matter make them your default in Microsoft® Office®, in Microsoft Windows®,
in
+Apple OSX®... in anything you would like. In many applications you can set
+Times New Roman, Arial, and Courier New to convert to these fonts.
+
+This is just one way for Red Hat to say thank you to all our friends in the
+open source community for all you have done to make us successful.
+EOF
diff --git a/fonts/liberation-fonts-ttf/FINAL
b/fonts/liberation-fonts-ttf/FINAL
new file mode 100755
index 0000000..4ff489d
--- /dev/null
+++ b/fonts/liberation-fonts-ttf/FINAL
@@ -0,0 +1 @@
+source $SECTION_DIRECTORY/X11_FINAL
diff --git a/fonts/liberation-fonts-ttf/HISTORY
b/fonts/liberation-fonts-ttf/HISTORY
new file mode 100644
index 0000000..165f2aa
--- /dev/null
+++ b/fonts/liberation-fonts-ttf/HISTORY
@@ -0,0 +1,3 @@
+2007-06-05 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS, DEPENDS, BUILD, INSTALL, FINAL, POST_REMOVE: Created
+
diff --git a/fonts/liberation-fonts-ttf/INSTALL
b/fonts/liberation-fonts-ttf/INSTALL
new file mode 100755
index 0000000..724996e
--- /dev/null
+++ b/fonts/liberation-fonts-ttf/INSTALL
@@ -0,0 +1,2 @@
+mkdir -p "$INSTALL_ROOT/usr/share/fonts/TTF" &&
+install -m 644 -o root -g root *.ttf "$INSTALL_ROOT/usr/share/fonts/TTF"
diff --git a/fonts/liberation-fonts-ttf/POST_REMOVE
b/fonts/liberation-fonts-ttf/POST_REMOVE
new file mode 100755
index 0000000..368b620
--- /dev/null
+++ b/fonts/liberation-fonts-ttf/POST_REMOVE
@@ -0,0 +1 @@
+source $SECTION_DIRECTORY/X11_POST_REMOVE
diff --git a/fonts/redhat.gpg b/fonts/redhat.gpg
new file mode 100644
index 0000000..0f68bba
Binary files /dev/null and b/fonts/redhat.gpg differ



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (998515bff59fbc72acf38a40ad8d05306eb5bfba), Eric Sandall, 06/05/2007

Archive powered by MHonArc 2.6.24.

Top of Page