mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 12:26:27 -04:00
New port: x11-fonts/symbola
A font containing Basic Latin, Greek, Cyrillic and many Symbol blocks of The Unicode Standard, Version 7.0 WWW: http://users.teilar.gr/~g1951d/ PR: 197090 Submitted by: Elizabeth Myers <elizabeth@Interlinked.me> Reviewed by: jbeich
This commit is contained in:
parent
9037cd4e16
commit
94cfd1c501
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=378329
6 changed files with 52 additions and 0 deletions
|
@ -157,6 +157,7 @@
|
|||
SUBDIR += sourcesanspro-ttf
|
||||
SUBDIR += stix-fonts
|
||||
SUBDIR += suxus
|
||||
SUBDIR += symbola
|
||||
SUBDIR += terminus-font
|
||||
SUBDIR += tkfont
|
||||
SUBDIR += tlwg-ttf
|
||||
|
|
40
x11-fonts/symbola/Makefile
Normal file
40
x11-fonts/symbola/Makefile
Normal file
|
@ -0,0 +1,40 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= symbola
|
||||
PORTVERSION= 7.19
|
||||
CATEGORIES= x11-fonts
|
||||
MASTER_SITES= http://users.teilar.gr/~g1951d/
|
||||
DISTNAME= Symbola
|
||||
|
||||
MAINTAINER= elizabeth@interlinked.me
|
||||
COMMENT= Basic Latin, Greek, Cyrillic and many Symbol blocks of Unicode
|
||||
|
||||
LICENSE= Public_domain
|
||||
LICENSE_GROUPS= COPYFREE FONTS
|
||||
LICENSE_NAME= Disclaimer of rights
|
||||
LICENSE_FILE= ${FILESDIR}/COPYING
|
||||
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
NO_BUILD= yes
|
||||
USES= zip
|
||||
|
||||
FONTDIR= ${PREFIX}/lib/X11/fonts/${PORTNAME}
|
||||
PLIST_SUB= FONTDIR="${FONTDIR:S|${PREFIX}/||}"
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
PORTDOCS= *
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
do-install:
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKDIR}/*.htm ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKDIR}/*.docx ${STAGEDIR}${DOCSDIR}
|
||||
.endif
|
||||
${MKDIR} ${STAGEDIR}${FONTDIR}
|
||||
${INSTALL_DATA} ${WRKDIR}/*.ttf ${STAGEDIR}${FONTDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
2
x11-fonts/symbola/distinfo
Normal file
2
x11-fonts/symbola/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Symbola.zip) = ad66a618d21b81f0c64a262efd8046c425326e958983552dde6965e73a7bf6bc
|
||||
SIZE (Symbola.zip) = 2975430
|
3
x11-fonts/symbola/files/COPYING
Normal file
3
x11-fonts/symbola/files/COPYING
Normal file
|
@ -0,0 +1,3 @@
|
|||
Fonts and documents in this site are not pieces of property or merchandise
|
||||
items; they carry no trademark, copyright, license or other market tags; they
|
||||
are offered free for any use.
|
4
x11-fonts/symbola/pkg-descr
Normal file
4
x11-fonts/symbola/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
A font containing Basic Latin, Greek, Cyrillic and many Symbol blocks of
|
||||
The Unicode Standard, Version 7.0
|
||||
|
||||
WWW: http://users.teilar.gr/~g1951d/
|
2
x11-fonts/symbola/pkg-plist
Normal file
2
x11-fonts/symbola/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
%%FONTDIR%%/Symbola.ttf
|
||||
%%FONTDIR%%/Symbola_hint.ttf
|
Loading…
Add table
Reference in a new issue