pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/fonts/linux-libertine-ttf Initial import of linux-libe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/558a9a937f3d
branches:  trunk
changeset: 517204:558a9a937f3d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Aug 06 14:32:18 2006 +0000

description:
Initial import of linux-libertine-ttf-2.1.0:

A TrueType font-family: Serif and Grotesk (Sans Serif) for practical
use in documents. This project aims at creating a free alternative
to the standard W*ndows Fonts (T*mes and Ar*al).  PfaEdit is used
as FontEditor.  The goal is to create a really good font with a
real italic and bold variant, with OSF (old style figures -> old
numbers) and small Caps.

diffstat:

 fonts/linux-libertine-ttf/DESCR    |   6 ++++++
 fonts/linux-libertine-ttf/Makefile |  31 +++++++++++++++++++++++++++++++
 fonts/linux-libertine-ttf/PLIST    |  10 ++++++++++
 fonts/linux-libertine-ttf/distinfo |   5 +++++
 4 files changed, 52 insertions(+), 0 deletions(-)

diffs (68 lines):

diff -r b2bfc0dd3aa1 -r 558a9a937f3d fonts/linux-libertine-ttf/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/linux-libertine-ttf/DESCR   Sun Aug 06 14:32:18 2006 +0000
@@ -0,0 +1,6 @@
+A TrueType font-family: Serif and Grotesk (Sans Serif) for practical
+use in documents. This project aims at creating a free alternative
+to the standard W*ndows Fonts (T*mes and Ar*al).  PfaEdit is used
+as FontEditor.  The goal is to create a really good font with a
+real italic and bold variant, with OSF (old style figures -> old
+numbers) and small Caps.
diff -r b2bfc0dd3aa1 -r 558a9a937f3d fonts/linux-libertine-ttf/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/linux-libertine-ttf/Makefile        Sun Aug 06 14:32:18 2006 +0000
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/08/06 14:32:18 wiz Exp $
+#
+
+DISTNAME=      LinLibertineTTF-2.1.0
+PKGNAME=       ${DISTNAME:S/LinLibertineTTF/linux-libertine-ttf/}
+CATEGORIES=    fonts
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=linuxlibertine/}
+EXTRACT_SUFX=  .tgz
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://linuxlibertine.sourceforge.net/
+COMMENT=       Free TrueType font family
+
+WRKSRC=                ${WRKDIR}/LinLibertineTTF
+NO_CONFIGURE=  yes
+NO_BUILD=      yes
+
+FONTDIR=       ${PREFIX}/lib/X11/fonts/TTF
+DOCDIR=                ${PREFIX}/share/doc/linux-libertine-ttf
+FONTS_DIRS.ttf=        ${FONTDIR}
+
+do-install:
+       ${INSTALL_DATA_DIR} ${FONTDIR}
+       ${INSTALL_DATA_DIR} ${DOCDIR}
+       cd ${WRKSRC} && for f in *.ttf ; do \
+               ${INSTALL_DATA} $$f ${FONTDIR}/$$f; \
+       done
+       ${INSTALL_DATA} ${WRKSRC}/Readme ${DOCDIR}
+       ${INSTALL_DATA} ${WRKSRC}/gpl.txt ${DOCDIR}
+
+.include "../../mk/bsd.pkg.mk"
diff -r b2bfc0dd3aa1 -r 558a9a937f3d fonts/linux-libertine-ttf/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/linux-libertine-ttf/PLIST   Sun Aug 06 14:32:18 2006 +0000
@@ -0,0 +1,10 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/08/06 14:32:18 wiz Exp $
+lib/X11/fonts/TTF/LinLibertine-2.1.0.ttf
+lib/X11/fonts/TTF/LinLibertineU-2.1.0.ttf
+lib/X11/fonts/TTF/LinLibertineU_Bd-2.1.0.ttf
+lib/X11/fonts/TTF/LinLibertine_Bd-2.1.0.ttf
+lib/X11/fonts/TTF/LinLibertine_BdIt-2.1.0.ttf
+lib/X11/fonts/TTF/LinLibertine_It-2.1.0.ttf
+share/doc/linux-libertine-ttf/Readme
+share/doc/linux-libertine-ttf/gpl.txt
+@dirrm share/doc/linux-libertine-ttf
diff -r b2bfc0dd3aa1 -r 558a9a937f3d fonts/linux-libertine-ttf/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/linux-libertine-ttf/distinfo        Sun Aug 06 14:32:18 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/08/06 14:32:18 wiz Exp $
+
+SHA1 (LinLibertineTTF-2.1.0.tgz) = f3a96cd8c917d8b75c79768de9ee06534efa1afb
+RMD160 (LinLibertineTTF-2.1.0.tgz) = e453aa0a334dccc3ab7f716cdae191e1d6fa7b79
+Size (LinLibertineTTF-2.1.0.tgz) = 2512967 bytes



Home | Main Index | Thread Index | Old Index