mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Initial import of ubuntu-font 0.80
The Ubuntu Font Family are a set of matching new libre/open fonts in development during 2010--2011. The development is being funded by Canonical Ltd on behalf the wider Free Software community and the Ubuntu project. The technical font design work and implementation is being undertaken by Dalton Maag.
This commit is contained in:
parent
2b946ea574
commit
4ef8e47094
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285329
5 changed files with 82 additions and 0 deletions
|
@ -141,6 +141,7 @@
|
|||
SUBDIR += tolkien-ttf
|
||||
SUBDIR += ttmkfdir
|
||||
SUBDIR += tv-fonts
|
||||
SUBDIR += ubuntu-font
|
||||
SUBDIR += urwfonts
|
||||
SUBDIR += urwfonts-ttf
|
||||
SUBDIR += webfonts
|
||||
|
|
44
x11-fonts/ubuntu-font/Makefile
Normal file
44
x11-fonts/ubuntu-font/Makefile
Normal file
|
@ -0,0 +1,44 @@
|
|||
# New ports collection makefile for: ubuntu-font
|
||||
# Date created: 09 November 2011
|
||||
# Whom: Kevin Lo <kevlo@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ubuntu-font
|
||||
PORTVERSION= 0.80
|
||||
CATEGORIES= x11-fonts
|
||||
MASTER_SITES= http://font.ubuntu.com/download/
|
||||
|
||||
DISTNAME= ${PORTNAME}-family-${PORTVERSION}
|
||||
|
||||
MAINTAINER= kevloFreeBSD.org
|
||||
COMMENT= Ubuntu Font Family
|
||||
|
||||
LICENSE= UFL
|
||||
LICENSE_FILE= ${WRKSRC}/LICENCE.txt
|
||||
LICENSE_NAME= Ubuntu Font License (UFL)
|
||||
LICENSE_PERMS= auto-accept
|
||||
|
||||
BUILD_DEPENDS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \
|
||||
mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir
|
||||
|
||||
USE_ZIP= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}
|
||||
FONTSDIR= ${PREFIX}/lib/X11/fonts/${PORTNAME}
|
||||
|
||||
do-build:
|
||||
cd ${WRKSRC} && ${LOCALBASE}/bin/mkfontscale
|
||||
cd ${WRKSRC} && ${LOCALBASE}/bin/mkfontdir
|
||||
|
||||
do-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} *.txt ${DOCSDIR}
|
||||
.endif
|
||||
${MKDIR} ${FONTSDIR}
|
||||
cd ${WRKSRC} && \
|
||||
${INSTALL_DATA} fonts.dir fonts.scale *.ttf ${FONTSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
2
x11-fonts/ubuntu-font/distinfo
Normal file
2
x11-fonts/ubuntu-font/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (ubuntu-font-family-0.80.zip) = 107170099bbc3beae8602b97a5c423525d363106c3c24f787d43e09811298e4c
|
||||
SIZE (ubuntu-font-family-0.80.zip) = 2091643
|
11
x11-fonts/ubuntu-font/pkg-descr
Normal file
11
x11-fonts/ubuntu-font/pkg-descr
Normal file
|
@ -0,0 +1,11 @@
|
|||
The Ubuntu Font Family are a set of matching new libre/open fonts in
|
||||
development during 2010--2011. The development is being funded by
|
||||
Canonical Ltd 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.
|
||||
|
||||
WWW: http://font.ubuntu.com/
|
24
x11-fonts/ubuntu-font/pkg-plist
Normal file
24
x11-fonts/ubuntu-font/pkg-plist
Normal file
|
@ -0,0 +1,24 @@
|
|||
lib/X11/fonts/ubuntu-font/Ubuntu-B.ttf
|
||||
lib/X11/fonts/ubuntu-font/Ubuntu-BI.ttf
|
||||
lib/X11/fonts/ubuntu-font/Ubuntu-C.ttf
|
||||
lib/X11/fonts/ubuntu-font/Ubuntu-L.ttf
|
||||
lib/X11/fonts/ubuntu-font/Ubuntu-LI.ttf
|
||||
lib/X11/fonts/ubuntu-font/Ubuntu-M.ttf
|
||||
lib/X11/fonts/ubuntu-font/Ubuntu-MI.ttf
|
||||
lib/X11/fonts/ubuntu-font/Ubuntu-R.ttf
|
||||
lib/X11/fonts/ubuntu-font/Ubuntu-RI.ttf
|
||||
lib/X11/fonts/ubuntu-font/UbuntuMono-B.ttf
|
||||
lib/X11/fonts/ubuntu-font/UbuntuMono-BI.ttf
|
||||
lib/X11/fonts/ubuntu-font/UbuntuMono-R.ttf
|
||||
lib/X11/fonts/ubuntu-font/UbuntuMono-RI.ttf
|
||||
lib/X11/fonts/ubuntu-font/fonts.dir
|
||||
lib/X11/fonts/ubuntu-font/fonts.scale
|
||||
%%PORTDOCS%%%%DOCSDIR%%/CONTRIBUTING.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/FONTLOG.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/LICENCE-FAQ.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/LICENCE.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/TRADEMARKS.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/copyright.txt
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
@dirrm lib/X11/fonts/ubuntu-font
|
Loading…
Add table
Reference in a new issue