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.
This commit is contained in:
parent
b6eff2a130
commit
56a0482624
29
x11/freefont-ttf/Makefile
Normal file
29
x11/freefont-ttf/Makefile
Normal file
@ -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 <bsd.port.mk>
|
5
x11/freefont-ttf/distinfo
Normal file
5
x11/freefont-ttf/distinfo
Normal file
@ -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
|
5
x11/freefont-ttf/pkg/DESCR
Normal file
5
x11/freefont-ttf/pkg/DESCR
Normal file
@ -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.
|
15
x11/freefont-ttf/pkg/PLIST
Normal file
15
x11/freefont-ttf/pkg/PLIST
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user