svn commit: r323538 - in head/x11-fonts: . andika andika/files

Gabor Kovesdan gabor at FreeBSD.org
Tue Jul 23 16:10:11 UTC 2013


Author: gabor
Date: Tue Jul 23 16:10:10 2013
New Revision: 323538
URL: http://svnweb.freebsd.org/changeset/ports/323538

Log:
  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

Added:
  head/x11-fonts/andika/
  head/x11-fonts/andika/Makefile   (contents, props changed)
  head/x11-fonts/andika/distinfo   (contents, props changed)
  head/x11-fonts/andika/files/
  head/x11-fonts/andika/files/pkg-message.in   (contents, props changed)
  head/x11-fonts/andika/pkg-descr   (contents, props changed)
Modified:
  head/x11-fonts/Makefile

Modified: head/x11-fonts/Makefile
==============================================================================
--- head/x11-fonts/Makefile	Tue Jul 23 16:01:03 2013	(r323537)
+++ head/x11-fonts/Makefile	Tue Jul 23 16:10:10 2013	(r323538)
@@ -3,6 +3,7 @@
 
     COMMENT = X11 fonts and font utilities
 
+    SUBDIR += andika
     SUBDIR += anonymous-pro
     SUBDIR += artwiz-aleczapka
     SUBDIR += artwiz-aleczapka-de

Added: head/x11-fonts/andika/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/andika/Makefile	Tue Jul 23 16:10:10 2013	(r323538)
@@ -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 at 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>

Added: head/x11-fonts/andika/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/andika/distinfo	Tue Jul 23 16:10:10 2013	(r323538)
@@ -0,0 +1,2 @@
+SHA256 (xorg/font/Andika-1.004.tar.bz2) = e7de847f4ccfd881249630992e8b3d2dba2bec093eda9991d554228c7f14e77c
+SIZE (xorg/font/Andika-1.004.tar.bz2) = 1000025

Added: head/x11-fonts/andika/files/pkg-message.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/andika/files/pkg-message.in	Tue Jul 23 16:10:10 2013	(r323538)
@@ -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"
+

Added: head/x11-fonts/andika/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/andika/pkg-descr	Tue Jul 23 16:10:10 2013	(r323538)
@@ -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


More information about the svn-ports-all mailing list