From 38f36e505daef91b6d42880f8d4ca67b3b6101c6 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 16 Sep 2007 15:40:05 +0000 Subject: 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). --- 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(+) create mode 100644 fonts/liberation-ttf/DESCR create mode 100644 fonts/liberation-ttf/Makefile create mode 100644 fonts/liberation-ttf/PLIST create mode 100644 fonts/liberation-ttf/distinfo (limited to 'fonts') diff --git a/fonts/liberation-ttf/DESCR b/fonts/liberation-ttf/DESCR new file mode 100644 index 00000000000..60aab9631b4 --- /dev/null +++ b/fonts/liberation-ttf/DESCR @@ -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 --git a/fonts/liberation-ttf/Makefile b/fonts/liberation-ttf/Makefile new file mode 100644 index 00000000000..1387fc22f63 --- /dev/null +++ b/fonts/liberation-ttf/Makefile @@ -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 +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 --git a/fonts/liberation-ttf/PLIST b/fonts/liberation-ttf/PLIST new file mode 100644 index 00000000000..cdb908a1cff --- /dev/null +++ b/fonts/liberation-ttf/PLIST @@ -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 --git a/fonts/liberation-ttf/distinfo b/fonts/liberation-ttf/distinfo new file mode 100644 index 00000000000..9879c283624 --- /dev/null +++ b/fonts/liberation-ttf/distinfo @@ -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 -- cgit v1.2.3