diff options
author | uwe <uwe@pkgsrc.org> | 2013-04-15 17:22:40 +0000 |
---|---|---|
committer | uwe <uwe@pkgsrc.org> | 2013-04-15 17:22:40 +0000 |
commit | 2cdcf68ed41602d71aa3ae6f5086a0968610f973 (patch) | |
tree | 23c89fc05496def4f57973cc40b8a574f624c441 /fonts/ubuntu-fonts | |
parent | 862219baf36708499caa008131607c670bad9014 (diff) | |
download | pkgsrc-2cdcf68ed41602d71aa3ae6f5086a0968610f973.tar.gz |
Ubuntu Font Family 0.80
A set of matching new libre/open fonts. The typeface is sans-serif,
uses OpenType features and is manually hinted for clarity on desktop
and mobile computing screens.
Diffstat (limited to 'fonts/ubuntu-fonts')
-rw-r--r-- | fonts/ubuntu-fonts/DESCR | 16 | ||||
-rw-r--r-- | fonts/ubuntu-fonts/Makefile | 55 | ||||
-rw-r--r-- | fonts/ubuntu-fonts/PLIST | 21 | ||||
-rw-r--r-- | fonts/ubuntu-fonts/distinfo | 5 |
4 files changed, 97 insertions, 0 deletions
diff --git a/fonts/ubuntu-fonts/DESCR b/fonts/ubuntu-fonts/DESCR new file mode 100644 index 00000000000..f74f577c8b6 --- /dev/null +++ b/fonts/ubuntu-fonts/DESCR @@ -0,0 +1,16 @@ +The Ubuntu Font Family are a set of matching new libre/open fonts. The +development is being funded by Canonical on behalf the wider Free +Software community and the Ubuntu project. The technical font design +work and implementation is being undertaken by Dalton Maag. + +Both the final font Truetype/OpenType files and the design files used +to produce the font family are distributed under an open licence and +you are expressly encouraged to experiment, modify, share and improve. +The typeface is sans-serif, uses OpenType features and is manually +hinted for clarity on desktop and mobile computing screens. + +The scope of the Ubuntu Font Family includes all the languages used by +the various Ubuntu users around the world in tune with Ubuntu's +philosophy which states that every user should be able to use their +software in the language of their choice. So the Ubuntu Font Family +project will be extended to cover many more written languages. diff --git a/fonts/ubuntu-fonts/Makefile b/fonts/ubuntu-fonts/Makefile new file mode 100644 index 00000000000..6753c2ad214 --- /dev/null +++ b/fonts/ubuntu-fonts/Makefile @@ -0,0 +1,55 @@ +# $NetBSD: Makefile,v 1.1 2013/04/15 17:22:40 uwe Exp $ + +VERSION= 0.80 +PKGNAME= ubuntu-fonts-${VERSION} +CATEGORIES= fonts +DISTNAME= ubuntu-font-family-${VERSION} +EXTRACT_SUFX= .zip +MASTER_SITES= http://font.ubuntu.com/download/ \ + ${MASTER_SITE_LOCAL} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://font.ubuntu.com/ +COMMENT= TrueType font family from Ubuntu +LICENSE= ubuntu-font-license + +NO_CONFIGURE= yes +NO_BUILD= yes + +DOCDIR= ${PREFIX}/share/doc/${PKGBASE} +FONTDIR= ${PREFIX}/lib/X11/fonts/TTF +FONTS_DIRS.ttf= ${FONTDIR} + +INSTALLATION_DIRS= ${DOCDIR} ${FONTDIR} + +INSTALL_FONTS= Ubuntu-B.ttf \ + Ubuntu-BI.ttf \ + Ubuntu-C.ttf \ + Ubuntu-L.ttf \ + Ubuntu-LI.ttf \ + Ubuntu-M.ttf \ + Ubuntu-MI.ttf \ + Ubuntu-R.ttf \ + Ubuntu-RI.ttf \ + UbuntuMono-B.ttf \ + UbuntuMono-BI.ttf \ + UbuntuMono-R.ttf \ + UbuntuMono-RI.ttf + +INSTALL_DOCS= CONTRIBUTING.txt \ + FONTLOG.txt \ + LICENCE-FAQ.txt \ + LICENCE.txt \ + README.txt \ + TRADEMARKS.txt \ + copyright.txt + +do-install: +.for fontfile in ${INSTALL_FONTS} + ${INSTALL_DATA} ${WRKSRC}/${fontfile} ${DESTDIR}${FONTDIR} +.endfor +.for docfile in ${INSTALL_DOCS} + ${INSTALL_DATA} ${WRKSRC}/${docfile} ${DESTDIR}${DOCDIR} +.endfor + +.include "../../mk/bsd.pkg.mk" diff --git a/fonts/ubuntu-fonts/PLIST b/fonts/ubuntu-fonts/PLIST new file mode 100644 index 00000000000..2943b6c4ae2 --- /dev/null +++ b/fonts/ubuntu-fonts/PLIST @@ -0,0 +1,21 @@ +@comment $NetBSD: PLIST,v 1.1 2013/04/15 17:22:40 uwe Exp $ +lib/X11/fonts/TTF/Ubuntu-B.ttf +lib/X11/fonts/TTF/Ubuntu-BI.ttf +lib/X11/fonts/TTF/Ubuntu-C.ttf +lib/X11/fonts/TTF/Ubuntu-L.ttf +lib/X11/fonts/TTF/Ubuntu-LI.ttf +lib/X11/fonts/TTF/Ubuntu-M.ttf +lib/X11/fonts/TTF/Ubuntu-MI.ttf +lib/X11/fonts/TTF/Ubuntu-R.ttf +lib/X11/fonts/TTF/Ubuntu-RI.ttf +lib/X11/fonts/TTF/UbuntuMono-B.ttf +lib/X11/fonts/TTF/UbuntuMono-BI.ttf +lib/X11/fonts/TTF/UbuntuMono-R.ttf +lib/X11/fonts/TTF/UbuntuMono-RI.ttf +share/doc/ubuntu-fonts/CONTRIBUTING.txt +share/doc/ubuntu-fonts/FONTLOG.txt +share/doc/ubuntu-fonts/LICENCE-FAQ.txt +share/doc/ubuntu-fonts/LICENCE.txt +share/doc/ubuntu-fonts/README.txt +share/doc/ubuntu-fonts/TRADEMARKS.txt +share/doc/ubuntu-fonts/copyright.txt diff --git a/fonts/ubuntu-fonts/distinfo b/fonts/ubuntu-fonts/distinfo new file mode 100644 index 00000000000..598fcef4240 --- /dev/null +++ b/fonts/ubuntu-fonts/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2013/04/15 17:22:40 uwe Exp $ + +SHA1 (ubuntu-font-family-0.80.zip) = 88276ba9d38d75b33a9640efa15cd80979cb21e2 +RMD160 (ubuntu-font-family-0.80.zip) = 4f50796443dfcb9bec32b7d6b90d5df559626686 +Size (ubuntu-font-family-0.80.zip) = 2091643 bytes |