From owner-svn-ports-all@FreeBSD.ORG Tue Jul 23 16:10:11 2013 Return-Path: <owner-svn-ports-all@FreeBSD.ORG> Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id CBB25F26; Tue, 23 Jul 2013 16:10:11 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id ADA7E2756; Tue, 23 Jul 2013 16:10:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6NGABKe070831; Tue, 23 Jul 2013 16:10:11 GMT (envelope-from gabor@svn.freebsd.org) Received: (from gabor@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6NGAAwC070825; Tue, 23 Jul 2013 16:10:10 GMT (envelope-from gabor@svn.freebsd.org) Message-Id: <201307231610.r6NGAAwC070825@svn.freebsd.org> From: Gabor Kovesdan <gabor@FreeBSD.org> Date: Tue, 23 Jul 2013 16:10:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323538 - in head/x11-fonts: . andika andika/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree <svn-ports-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-ports-all>, <mailto:svn-ports-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-all> List-Post: <mailto:svn-ports-all@freebsd.org> List-Help: <mailto:svn-ports-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-ports-all>, <mailto:svn-ports-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 23 Jul 2013 16:10:11 -0000 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@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