svn commit: r323539 - in head/x11-fonts: . lohit lohit/files
Gabor Kovesdan
gabor at FreeBSD.org
Tue Jul 23 16:11:11 UTC 2013
Author: gabor
Date: Tue Jul 23 16:11:09 2013
New Revision: 323539
URL: http://svnweb.freebsd.org/changeset/ports/323539
Log:
In 2004, Red Hat has released five Indian language fonts as open source
licensed under the GPL. In 2011 Red Hat relicensed fonts under SIL OFL 1.1
license. The fonts named Lohit which means Red in Sanskrit. Currently, the
font family supports 21 Indian languages: Assamese, Bengali, Devanagari
(Hindi, Kashmiri, Konkani, Maithili, Marathi, Nepali, Sindhi, Santali,
Bodo, Dogri), Gujarati, Kannada, Malayalam, Manipuri, Oriya, Punjabi,
Tamil, and Telugu. Now, Fedora Project and its contributors took the
responsibility to consolidate the further efforts and improvements of
the Lohit fonts.
Lohit Fonts are Unicode 6.0 compatible.
WWW: https://fedorahosted.org/lohit/
Added:
head/x11-fonts/lohit/
head/x11-fonts/lohit/Makefile (contents, props changed)
head/x11-fonts/lohit/distinfo (contents, props changed)
head/x11-fonts/lohit/files/
head/x11-fonts/lohit/files/pkg-message.in (contents, props changed)
head/x11-fonts/lohit/pkg-descr (contents, props changed)
Modified:
head/x11-fonts/Makefile
Modified: head/x11-fonts/Makefile
==============================================================================
--- head/x11-fonts/Makefile Tue Jul 23 16:10:10 2013 (r323538)
+++ head/x11-fonts/Makefile Tue Jul 23 16:11:09 2013 (r323539)
@@ -111,6 +111,7 @@
SUBDIR += linux-f10-fontconfig
SUBDIR += linuxlibertine
SUBDIR += linuxlibertine-g
+ SUBDIR += lohit
SUBDIR += manu-gothica
SUBDIR += mgopen
SUBDIR += mkbold
Added: head/x11-fonts/lohit/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/x11-fonts/lohit/Makefile Tue Jul 23 16:11:09 2013 (r323539)
@@ -0,0 +1,55 @@
+# $FreeBSD$
+
+PORTNAME= Lohit
+PORTVERSION= 20130612
+CATEGORIES= x11-fonts
+MASTER_SITES= https://fedorahosted.org/releases/l/o/lohit/
+DISTNAME= lohit-ttf-${PORTVERSION}
+
+MAINTAINER= gabor at FreeBSD.org
+COMMENT= Lohit 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
+
+EXTRACT_SUFX= .tar.gz
+XORG_CAT= font
+
+FONTLIBPATH= lib/X11/fonts
+FONTROOTDIR= ${PREFIX}/${FONTLIBPATH}
+INSTALLS_TTF= yes
+NO_BUILD= yes
+WRKSRC= ${WRKDIR}/${DISTNAME:S,.orig,,:S,_,-,}
+
+PLIST_FILES= ${FONTLIBPATH}/${FONTDIR}/Lohit-Assamese.ttf \
+ ${FONTLIBPATH}/${FONTDIR}/Lohit-Bengali.ttf \
+ ${FONTLIBPATH}/${FONTDIR}/Lohit-Devanagari.ttf \
+ ${FONTLIBPATH}/${FONTDIR}/Lohit-Gujarati.ttf \
+ ${FONTLIBPATH}/${FONTDIR}/Lohit-Kannada.ttf \
+ ${FONTLIBPATH}/${FONTDIR}/Lohit-Malayalam.ttf \
+ ${FONTLIBPATH}/${FONTDIR}/Lohit-Marathi.ttf \
+ ${FONTLIBPATH}/${FONTDIR}/Lohit-Nepali.ttf \
+ ${FONTLIBPATH}/${FONTDIR}/Lohit-Oriya.ttf \
+ ${FONTLIBPATH}/${FONTDIR}/Lohit-Punjabi.ttf \
+ ${FONTLIBPATH}/${FONTDIR}/Lohit-Tamil-Classical.ttf \
+ ${FONTLIBPATH}/${FONTDIR}/Lohit-Tamil.ttf \
+ ${FONTLIBPATH}/${FONTDIR}/Lohit-Telugu.ttf
+
+SUB_LIST= "FONTPATH=${FONTROOTDIR}/${FONTDIR}"
+SUB_FILES= pkg-message
+
+.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}
+
+.include <bsd.port.mk>
Added: head/x11-fonts/lohit/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/x11-fonts/lohit/distinfo Tue Jul 23 16:11:09 2013 (r323539)
@@ -0,0 +1,2 @@
+SHA256 (xorg/font/lohit-ttf-20130612.tar.gz) = c68525b695e8492b29e19596f41670eb7c4fd4de991fa932454dfada793265db
+SIZE (xorg/font/lohit-ttf-20130612.tar.gz) = 538621
Added: head/x11-fonts/lohit/files/pkg-message.in
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/x11-fonts/lohit/files/pkg-message.in Tue Jul 23 16:11:09 2013 (r323539)
@@ -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/lohit/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/x11-fonts/lohit/pkg-descr Tue Jul 23 16:11:09 2013 (r323539)
@@ -0,0 +1,13 @@
+In 2004, Red Hat has released five Indian language fonts as open source
+licensed under the GPL. In 2011 Red Hat relicensed fonts under SIL OFL 1.1
+license. The fonts named Lohit which means Red in Sanskrit. Currently, the
+font family supports 21 Indian languages: Assamese, Bengali, Devanagari
+(Hindi, Kashmiri, Konkani, Maithili, Marathi, Nepali, Sindhi, Santali,
+Bodo, Dogri), Gujarati, Kannada, Malayalam, Manipuri, Oriya, Punjabi,
+Tamil, and Telugu. Now, Fedora Project and its contributors took the
+responsibility to consolidate the further efforts and improvements of
+the Lohit fonts.
+
+Lohit Fonts are Unicode 6.0 compatible.
+
+WWW: https://fedorahosted.org/lohit/
More information about the svn-ports-head
mailing list