pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/fonts/liberation-ttf Initial import of liberation-ttf-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2edabec5a49e
branches:  trunk
changeset: 533356:2edabec5a49e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Sep 16 15:40:05 2007 +0000

description:
Initial import of liberation-ttf-0.2, package by Bartosz Kuzma for
pkgsrc-wip.

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).

diffstat:

 fonts/liberation-ttf/DESCR    |   7 +++++++
 fonts/liberation-ttf/Makefile |  31 +++++++++++++++++++++++++++++++
 fonts/liberation-ttf/PLIST    |  16 ++++++++++++++++
 fonts/liberation-ttf/distinfo |   5 +++++
 4 files changed, 59 insertions(+), 0 deletions(-)

diffs (75 lines):

diff -r 2427fc7f46f9 -r 2edabec5a49e fonts/liberation-ttf/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/liberation-ttf/DESCR        Sun Sep 16 15:40:05 2007 +0000
@@ -0,0 +1,7 @@
+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).
diff -r 2427fc7f46f9 -r 2edabec5a49e fonts/liberation-ttf/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/liberation-ttf/Makefile     Sun Sep 16 15:40:05 2007 +0000
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/09/16 15:40:05 wiz Exp $
+#
+
+DISTNAME=      liberation-fonts-ttf-3
+PKGNAME=       liberation-ttf-0.2
+CATEGORIES=    fonts
+MASTER_SITES=  http://www.redhat.com/f/fonts/
+
+MAINTAINER=    bartosz.kuzma%gmail.com@localhost
+HOMEPAGE=      http://www.redhat.com/promo/fonts/
+COMMENT=       TrueType fonts from RedHat
+
+NO_BUILD=      yes
+NO_CONFIGURE=  yes
+
+WRKSRC=                ${WRKDIR}/${PKGNAME_NOREV:S/ttf/fonts/}
+
+DOCDIR=                ${PREFIX}/share/doc/liberation-ttf
+FONTDIR=       ${PREFIX}/lib/X11/fonts/TTF
+FONTS_DIR.ttf= ${FONTDIR}
+
+INSTALLATION_DIRS=     ${DOCDIR} ${FONTDIR}
+
+do-install:
+       cd ${WRKSRC} && for f in *.ttf ; do \
+               ${INSTALL_DATA} $$f ${FONTDIR}/$$f ; \
+       done
+
+       ${INSTALL_DATA} ${WRKSRC}/COPYING ${WRKSRC}/License.txt ${DOCDIR}
+
+.include "../../mk/bsd.pkg.mk"
diff -r 2427fc7f46f9 -r 2edabec5a49e fonts/liberation-ttf/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/liberation-ttf/PLIST        Sun Sep 16 15:40:05 2007 +0000
@@ -0,0 +1,16 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/09/16 15:40:05 wiz Exp $
+lib/X11/fonts/TTF/LiberationMono-Bold.ttf
+lib/X11/fonts/TTF/LiberationMono-BoldItalic.ttf
+lib/X11/fonts/TTF/LiberationMono-Italic.ttf
+lib/X11/fonts/TTF/LiberationMono-Regular.ttf
+lib/X11/fonts/TTF/LiberationSans-Bold.ttf
+lib/X11/fonts/TTF/LiberationSans-BoldItalic.ttf
+lib/X11/fonts/TTF/LiberationSans-Italic.ttf
+lib/X11/fonts/TTF/LiberationSans-Regular.ttf
+lib/X11/fonts/TTF/LiberationSerif-Bold.ttf
+lib/X11/fonts/TTF/LiberationSerif-BoldItalic.ttf
+lib/X11/fonts/TTF/LiberationSerif-Italic.ttf
+lib/X11/fonts/TTF/LiberationSerif-Regular.ttf
+share/doc/liberation-ttf/COPYING
+share/doc/liberation-ttf/License.txt
+@dirrm share/doc/liberation-ttf
diff -r 2427fc7f46f9 -r 2edabec5a49e fonts/liberation-ttf/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/liberation-ttf/distinfo     Sun Sep 16 15:40:05 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/09/16 15:40:05 wiz Exp $
+
+SHA1 (liberation-fonts-ttf-3.tar.gz) = 503fd3c60174b53f59ca41927b72e4a44bab586b
+RMD160 (liberation-fonts-ttf-3.tar.gz) = 40b33ec4415cfabafbf9a6fb5f7c335722edd14b
+Size (liberation-fonts-ttf-3.tar.gz) = 648223 bytes



Home | Main Index | Thread Index | Old Index