mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
The Andika font is designed to work on systems and with applications that
provide support for TrueType fonts and for Unicode character encoding. This includes Microsoft Windows 9x or greater, as well as recent versions of the Mac OS (version 9.0 and later), and also some implementations of Unix / Linux (TrueType font support on Unix and Linux may depend upon the particular applications in use). On some systems (true, at least, of 32-bit Windows), it can also be used with older applications that use legacy, industry-standard, 8-bit character encodings. The preceding characterization of system requirements describes the minimum needed to display characters. Realizing the full capabilities of this font involves additional requirements. This font is designed to work with either of two advanced font technologies, Graphite or OpenType. To take advantage of the advanced typographic capabilities of this font, you must be using applications that provide an adequate level of support for Graphite and OpenType. WWW: http://scripts.sil.org/cms/scripts/page.php?item_id=Andika
This commit is contained in:
parent
89c0646bba
commit
c8bde745e6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=323538
@ -3,6 +3,7 @@
|
||||
|
||||
COMMENT = X11 fonts and font utilities
|
||||
|
||||
SUBDIR += andika
|
||||
SUBDIR += anonymous-pro
|
||||
SUBDIR += artwiz-aleczapka
|
||||
SUBDIR += artwiz-aleczapka-de
|
||||
|
50
x11-fonts/andika/Makefile
Normal file
50
x11-fonts/andika/Makefile
Normal file
@ -0,0 +1,50 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Andika
|
||||
PORTVERSION= 1.004
|
||||
CATEGORIES= x11-fonts
|
||||
MASTER_SITES= http://scripts.sil.org/cms/scripts/render_download.php?format=file&media_id=${MEDIA_ID}&filename=/
|
||||
|
||||
MAINTAINER= gabor@FreeBSD.org
|
||||
COMMENT= Andika TrueType fonts
|
||||
|
||||
LICENSE= OFL
|
||||
LICENSE_NAME= SIL Open Font License (OFL)
|
||||
LICENSE_FILE= ${WRKSRC}/OFL.txt
|
||||
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
||||
|
||||
USE_ZIP= yes
|
||||
XORG_CAT= font
|
||||
|
||||
FONTLIBPATH= lib/X11/fonts
|
||||
FONTROOTDIR= ${PREFIX}/${FONTLIBPATH}
|
||||
INSTALLS_TTF= yes
|
||||
MEDIA_ID= ${PORTNAME}-${PORTVERSION}.zip
|
||||
NO_BUILD= yes
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME:S,.orig,,:S,_,-,}
|
||||
|
||||
PLIST_FILES= ${FONTLIBPATH}/${FONTDIR}/Andika-R.ttf
|
||||
|
||||
SUB_LIST= "FONTPATH=${FONTROOTDIR}/${FONTDIR}"
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
DOCSLIST= FONTLOG.txt OFL-FAQ.txt README.txt
|
||||
PORTDOCS= ${DOCSLIST:C,^.*/,,}
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
do-configure:
|
||||
${DO_NADA}
|
||||
|
||||
do-install:
|
||||
${ECHO_MSG}
|
||||
${CAT} ${PKGMESSAGE}
|
||||
${ECHO_MSG}
|
||||
${MKDIR} ${FONTROOTDIR}/${FONTDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/*.ttf ${FONTROOTDIR}/${FONTDIR}
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${DOCSLIST:S,^,${WRKSRC}/,} ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
2
x11-fonts/andika/distinfo
Normal file
2
x11-fonts/andika/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (xorg/font/Andika-1.004.tar.bz2) = e7de847f4ccfd881249630992e8b3d2dba2bec093eda9991d554228c7f14e77c
|
||||
SIZE (xorg/font/Andika-1.004.tar.bz2) = 1000025
|
12
x11-fonts/andika/files/pkg-message.in
Normal file
12
x11-fonts/andika/files/pkg-message.in
Normal file
@ -0,0 +1,12 @@
|
||||
To use these fonts, add the following line to the "Files" section of
|
||||
xorg.conf:
|
||||
|
||||
FontPath "%%FONTPATH%%/"
|
||||
|
||||
Users of older versions of X may additionally have to make sure that
|
||||
the freetype module is loaded. Check /var/log/Xorg.0.log for error
|
||||
messages. If freetype is required, add the following line to the
|
||||
"Modules" section of xorg.conf:
|
||||
|
||||
Load "freetype"
|
||||
|
18
x11-fonts/andika/pkg-descr
Normal file
18
x11-fonts/andika/pkg-descr
Normal file
@ -0,0 +1,18 @@
|
||||
The Andika font is designed to work on systems and with applications that
|
||||
provide support for TrueType fonts and for Unicode character encoding.
|
||||
This includes Microsoft Windows 9x or greater, as well as recent versions
|
||||
of the Mac OS (version 9.0 and later), and also some implementations of
|
||||
Unix / Linux (TrueType font support on Unix and Linux may depend upon the
|
||||
particular applications in use). On some systems (true, at least, of
|
||||
32-bit Windows), it can also be used with older applications that use
|
||||
legacy, industry-standard, 8-bit character encodings.
|
||||
|
||||
The preceding characterization of system requirements describes the
|
||||
minimum needed to display characters. Realizing the full capabilities of
|
||||
this font involves additional requirements. This font is designed to work
|
||||
with either of two advanced font technologies, Graphite or OpenType.
|
||||
To take advantage of the advanced typographic capabilities of this font,
|
||||
you must be using applications that provide an adequate level of support
|
||||
for Graphite and OpenType.
|
||||
|
||||
WWW: http://scripts.sil.org/cms/scripts/page.php?item_id=Andika
|
Loading…
Reference in New Issue
Block a user