From 56a04826244acebb492e18a909f74b97d7f9564c Mon Sep 17 00:00:00 2001 From: jasper Date: Thu, 16 Oct 2008 18:02:06 +0000 Subject: [PATCH] import freefont-ttf 20080912 The freefont project provides a set of free, high-quality, outline (i.e. OpenType) fonts covering the ISO 10646/Unicode UCS (Universal Character Set). This set consists of three TrueType 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. --- x11/freefont-ttf/Makefile | 29 +++++++++++++++++++++++++++++ x11/freefont-ttf/distinfo | 5 +++++ x11/freefont-ttf/pkg/DESCR | 5 +++++ x11/freefont-ttf/pkg/PLIST | 15 +++++++++++++++ 4 files changed, 54 insertions(+) create mode 100644 x11/freefont-ttf/Makefile create mode 100644 x11/freefont-ttf/distinfo create mode 100644 x11/freefont-ttf/pkg/DESCR create mode 100644 x11/freefont-ttf/pkg/PLIST diff --git a/x11/freefont-ttf/Makefile b/x11/freefont-ttf/Makefile new file mode 100644 index 00000000000..a7d25d5210b --- /dev/null +++ b/x11/freefont-ttf/Makefile @@ -0,0 +1,29 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2008/10/16 18:02:06 jasper Exp $ + +COMMENT= free UCS outline fonts + +V= 20080912 +DISTNAME= freefont-ttf-$V +CATEGORIES= x11 + +HOMEPAGE= http://savannah.gnu.org/projects/freefont/ + +# GPLv2+ +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +MASTER_SITES= http://download.savannah.gnu.org/releases/freefont/ + +WRKDIST= ${WRKDIR}/freefont-$V +NO_BUILD= Yes +PKG_ARCH= * +NO_REGRESS= Yes +FONTSDIR= ${PREFIX}/lib/X11/fonts/freefont + +do-install: + ${INSTALL_DATA_DIR} ${FONTSDIR} + ${INSTALL_DATA} ${WRKSRC}/*.ttf ${FONTSDIR} + +.include diff --git a/x11/freefont-ttf/distinfo b/x11/freefont-ttf/distinfo new file mode 100644 index 00000000000..78dd9f54ad7 --- /dev/null +++ b/x11/freefont-ttf/distinfo @@ -0,0 +1,5 @@ +MD5 (freefont-ttf-20080912.tar.gz) = evkGsAFErYzKJ/ZJSjegUg== +RMD160 (freefont-ttf-20080912.tar.gz) = F1M8VGcnpBjOwLFZ+fwQ2F7W4cs= +SHA1 (freefont-ttf-20080912.tar.gz) = slZtGG1Zt/3fLP/XJyipiwEht3I= +SHA256 (freefont-ttf-20080912.tar.gz) = ORaohzC5btWZQtaOVFa3G2bCnDo+JfEtU51o4ru40dA= +SIZE (freefont-ttf-20080912.tar.gz) = 3383106 diff --git a/x11/freefont-ttf/pkg/DESCR b/x11/freefont-ttf/pkg/DESCR new file mode 100644 index 00000000000..0aceb82408f --- /dev/null +++ b/x11/freefont-ttf/pkg/DESCR @@ -0,0 +1,5 @@ +The freefont project provides a set of free, high-quality, outline (i.e. +OpenType) fonts covering the ISO 10646/Unicode UCS (Universal Character +Set). This set consists of three TrueType 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 --git a/x11/freefont-ttf/pkg/PLIST b/x11/freefont-ttf/pkg/PLIST new file mode 100644 index 00000000000..05396d04c9d --- /dev/null +++ b/x11/freefont-ttf/pkg/PLIST @@ -0,0 +1,15 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2008/10/16 18:02:06 jasper Exp $ +lib/X11/fonts/ +@fontdir lib/X11/fonts/freefont/ +lib/X11/fonts/freefont/FreeMono.ttf +lib/X11/fonts/freefont/FreeMonoBold.ttf +lib/X11/fonts/freefont/FreeMonoBoldOblique.ttf +lib/X11/fonts/freefont/FreeMonoOblique.ttf +lib/X11/fonts/freefont/FreeSans.ttf +lib/X11/fonts/freefont/FreeSansBold.ttf +lib/X11/fonts/freefont/FreeSansBoldOblique.ttf +lib/X11/fonts/freefont/FreeSansOblique.ttf +lib/X11/fonts/freefont/FreeSerif.ttf +lib/X11/fonts/freefont/FreeSerifBold.ttf +lib/X11/fonts/freefont/FreeSerifBoldItalic.ttf +lib/X11/fonts/freefont/FreeSerifItalic.ttf