From 28e799ab66e71f53e8871dac1813e6628d45aa76 Mon Sep 17 00:00:00 2001 From: salo Date: Thu, 17 Apr 2003 12:02:24 +0000 Subject: Import vera-ttf-1.10: Bitstream Vera TrueType fonts. Bitstream Vera is a set of high-quality TrueType fonts donated to the free software community by Bitstream, Inc. --- fonts/vera-ttf/DESCR | 2 ++ fonts/vera-ttf/Makefile | 28 ++++++++++++++++++++++++++++ fonts/vera-ttf/PLIST | 18 ++++++++++++++++++ fonts/vera-ttf/distinfo | 4 ++++ 4 files changed, 52 insertions(+) create mode 100644 fonts/vera-ttf/DESCR create mode 100644 fonts/vera-ttf/Makefile create mode 100644 fonts/vera-ttf/PLIST create mode 100644 fonts/vera-ttf/distinfo (limited to 'fonts/vera-ttf') diff --git a/fonts/vera-ttf/DESCR b/fonts/vera-ttf/DESCR new file mode 100644 index 00000000000..27b30c1a4b7 --- /dev/null +++ b/fonts/vera-ttf/DESCR @@ -0,0 +1,2 @@ +Bitstream Vera is a set of high-quality TrueType fonts donated to the free +software community by Bitstream, Inc. diff --git a/fonts/vera-ttf/Makefile b/fonts/vera-ttf/Makefile new file mode 100644 index 00000000000..29068c7e2de --- /dev/null +++ b/fonts/vera-ttf/Makefile @@ -0,0 +1,28 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/04/17 12:02:24 salo Exp $ +# + +DISTNAME= ttf-bitstream-vera-1.10 +PKGNAME= vera-ttf-1.10 +CATEGORIES= fonts +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/ttf-bitstream-vera/1.10/} +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.gnome.org/fonts/ +COMMENT= Bitstream Vera TrueType fonts + +USE_X11BASE= YES +NO_CONFIGURE= YES +NO_BUILD= YES + +FONTS_TTF_DIRS= ${PREFIX}/lib/X11/fonts/TrueType + +do-install: + cd ${WRKSRC} && ${PAX} -rw -pm *.ttf ${PREFIX}/lib/X11/fonts/TrueType/ + ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/vera-ttf + ${INSTALL_DATA} ${WRKSRC}/local.conf ${PREFIX}/share/examples/vera-ttf + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/vera-ttf + cd ${WRKSRC} && ${INSTALL_DATA} *.TXT ${PREFIX}/share/doc/vera-ttf + +.include "../../mk/fonts.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/fonts/vera-ttf/PLIST b/fonts/vera-ttf/PLIST new file mode 100644 index 00000000000..23ccdc67ab6 --- /dev/null +++ b/fonts/vera-ttf/PLIST @@ -0,0 +1,18 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/04/17 12:02:24 salo Exp $ +lib/X11/fonts/TrueType/Vera.ttf +lib/X11/fonts/TrueType/VeraBI.ttf +lib/X11/fonts/TrueType/VeraBd.ttf +lib/X11/fonts/TrueType/VeraIt.ttf +lib/X11/fonts/TrueType/VeraMoBI.ttf +lib/X11/fonts/TrueType/VeraMoBd.ttf +lib/X11/fonts/TrueType/VeraMoIt.ttf +lib/X11/fonts/TrueType/VeraMono.ttf +lib/X11/fonts/TrueType/VeraSe.ttf +lib/X11/fonts/TrueType/VeraSeBd.ttf +share/doc/vera-ttf/COPYRIGHT.TXT +share/doc/vera-ttf/README.TXT +share/doc/vera-ttf/RELEASENOTES.TXT +share/examples/vera-ttf/local.conf +@dirrm share/examples/vera-ttf +@dirrm share/doc/vera-ttf +@unexec ${RMDIR} -p %D/lib/X11/fonts/TrueType 2> /dev/null || ${TRUE} diff --git a/fonts/vera-ttf/distinfo b/fonts/vera-ttf/distinfo new file mode 100644 index 00000000000..9e87a70a752 --- /dev/null +++ b/fonts/vera-ttf/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/04/17 12:02:24 salo Exp $ + +SHA1 (ttf-bitstream-vera-1.10.tar.bz2) = c3e8505a58d52e198a02960a2bd295e4c7a14242 +Size (ttf-bitstream-vera-1.10.tar.bz2) = 264276 bytes -- cgit v1.2.3