pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/fonts/freefont-ttf Import fonts/freefont-ttf.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/beda60c69b04
branches:  trunk
changeset: 497071:beda60c69b04
user:      reed <reed%pkgsrc.org@localhost>
date:      Wed Jul 20 00:59:45 2005 +0000

description:
Import fonts/freefont-ttf.

The freefont project provides a set of free, high-quality, outline
(i.e. OpenType) fonts covering the ISO 10646/Unicode UCS (Universal
Character Set).  The set consists of three typefaces: one monospaced
and two proportional -- one with uniform and one with modulated
stroke. These fonts are similar to the Helvetica, Times and Courier
fonts.

diffstat:

 fonts/freefont-ttf/DESCR    |   6 ++++++
 fonts/freefont-ttf/Makefile |  28 ++++++++++++++++++++++++++++
 fonts/freefont-ttf/PLIST    |  19 +++++++++++++++++++
 fonts/freefont-ttf/distinfo |   5 +++++
 4 files changed, 58 insertions(+), 0 deletions(-)

diffs (74 lines):

diff -r 4ed75a07acbd -r beda60c69b04 fonts/freefont-ttf/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/freefont-ttf/DESCR  Wed Jul 20 00:59:45 2005 +0000
@@ -0,0 +1,6 @@
+The freefont project provides a set of free, high-quality, outline
+(i.e. OpenType) fonts covering the ISO 10646/Unicode UCS (Universal
+Character Set).  The set consists of three typefaces: one monospaced
+and two proportional -- one with uniform and one with modulated
+stroke. These fonts are similar to the Helvetica, Times and Courier
+fonts.
diff -r 4ed75a07acbd -r beda60c69b04 fonts/freefont-ttf/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/freefont-ttf/Makefile       Wed Jul 20 00:59:45 2005 +0000
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/07/20 00:59:45 reed Exp $
+#
+
+DISTNAME=              freefont-ttf
+PKGNAME=               ${DISTNAME}-20050407
+CATEGORIES=            fonts
+MASTER_SITES=          http://savannah.nongnu.org/download/freefont/
+
+MAINTAINER=            reed%reedmedia.net@localhost
+HOMEPAGE=              http://www.nongnu.org/freefont/
+COMMENT=               Free UCS Outline Fonts: FreeMono, FreeSans, and FreeSerif
+
+DIST_SUBDIR=           ${PKGNAME}
+
+WRKSRC=                        ${WRKDIR}
+NO_CONFIGURE=          yes
+NO_BUILD=              yes
+USE_LANGUAGES=         # empty
+INSTALLATION_DIRS=     share/fonts/freefont share/doc/freefont
+
+do-install:
+       ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/freefont/
+       ${INSTALL_DATA} ${WRKSRC}/AUTHORS ${PREFIX}/share/doc/freefont/
+       ${INSTALL_DATA} ${WRKSRC}/CREDITS ${PREFIX}/share/doc/freefont/
+       cd ${WRKSRC}/sfd && \
+               ${PAX} -rw Free*.ttf ${PREFIX}/share/fonts/freefont/
+
+.include "../../mk/bsd.pkg.mk"
diff -r 4ed75a07acbd -r beda60c69b04 fonts/freefont-ttf/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/freefont-ttf/PLIST  Wed Jul 20 00:59:45 2005 +0000
@@ -0,0 +1,19 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/07/20 00:59:45 reed Exp $
+share/doc/freefont/AUTHORS
+share/doc/freefont/CREDITS
+share/doc/freefont/README
+share/fonts/freefont/FreeMono.ttf
+share/fonts/freefont/FreeMonoBold.ttf
+share/fonts/freefont/FreeMonoBoldOblique.ttf
+share/fonts/freefont/FreeMonoOblique.ttf
+share/fonts/freefont/FreeSans.ttf
+share/fonts/freefont/FreeSansBold.ttf
+share/fonts/freefont/FreeSansBoldOblique.ttf
+share/fonts/freefont/FreeSansOblique.ttf
+share/fonts/freefont/FreeSerif.ttf
+share/fonts/freefont/FreeSerifBold.ttf
+share/fonts/freefont/FreeSerifBoldItalic.ttf
+share/fonts/freefont/FreeSerifItalic.ttf
+@dirrm share/fonts/freefont
+@unexec ${RMDIR} %D/share/fonts 2> /dev/null || ${TRUE}
+@dirrm share/doc/freefont
diff -r 4ed75a07acbd -r beda60c69b04 fonts/freefont-ttf/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/freefont-ttf/distinfo       Wed Jul 20 00:59:45 2005 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/07/20 00:59:45 reed Exp $
+
+SHA1 (freefont-ttf-20050407/freefont-ttf.tar.gz) = bace5fc544871a646b63f94d4902be0fceca0b3e
+RMD160 (freefont-ttf-20050407/freefont-ttf.tar.gz) = 68711d7a351c88c328e8b587ea1699f0dba3cf04
+Size (freefont-ttf-20050407/freefont-ttf.tar.gz) = 1189011 bytes



Home | Main Index | Thread Index | Old Index