mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
New port: x11-fonts/alef
Alef has been designed to meet very high standards whilst at a very small size. It was created under the consideration of its primary use for digital media, and overcomes great challenges in the rendition of small characters and cross-platform adjustment. The font supports Hebrew and various European Languages. WWW: http://alef.hagilda.com/ PR: 191939 Submitted by: cjpugmed@gmail.com (maintainer)
This commit is contained in:
parent
b727f60437
commit
626f880bd0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362183
@ -3,6 +3,7 @@
|
||||
|
||||
COMMENT = X11 fonts and font utilities
|
||||
|
||||
SUBDIR += alef
|
||||
SUBDIR += alegreya-sans
|
||||
SUBDIR += alfont
|
||||
SUBDIR += andika
|
||||
|
40
x11-fonts/alef/Makefile
Normal file
40
x11-fonts/alef/Makefile
Normal file
@ -0,0 +1,40 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= alef
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= x11-fonts
|
||||
MASTER_SITES= http://alef.hagilda.com/
|
||||
DISTNAME= Alef
|
||||
|
||||
MAINTAINER= cpm@fbsd.es
|
||||
COMMENT= A free multi-lingual font designed for screens
|
||||
|
||||
LICENSE= OFL11
|
||||
|
||||
BUILD_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig
|
||||
|
||||
USES= zip
|
||||
USE_XORG= x11
|
||||
FONTSDIR= ${PREFIX}/lib/X11/fonts/${PORTNAME}
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
NO_BUILD= yes
|
||||
|
||||
PLIST_SUB= FONTSDIR="${FONTSDIR:S|${PREFIX}/||}"
|
||||
|
||||
PORTDOCS= --COMING-SOON--.txt OFL-license.txt readme.txt
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-extract:
|
||||
@${MKDIR} ${WRKSRC}
|
||||
cd ${WRKDIR} ; ${MV} TTF ${WRKSRC}
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${STAGEDIR}${FONTSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/TTF/* ${STAGEDIR}${FONTSDIR}
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
.for f in ${PORTDOCS}
|
||||
${INSTALL_DATA} ${WRKDIR}/${f} ${STAGEDIR}${DOCSDIR}
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
2
x11-fonts/alef/distinfo
Normal file
2
x11-fonts/alef/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Alef.zip) = aae9b927858a1dbc56f371ac893af09348031e21c2ef0b94115ce5915d6ec990
|
||||
SIZE (Alef.zip) = 799409
|
8
x11-fonts/alef/pkg-descr
Normal file
8
x11-fonts/alef/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
Alef has been designed to meet very high standards whilst at a very small
|
||||
size. It was created under the consideration of its primary use for digital
|
||||
media, and overcomes great challenges in the rendition of small characters
|
||||
and cross-platform adjustment.
|
||||
|
||||
The font supports Hebrew and various European Languages.
|
||||
|
||||
WWW: http://alef.hagilda.com/
|
3
x11-fonts/alef/pkg-plist
Normal file
3
x11-fonts/alef/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
%%FONTSDIR%%/Alef-Bold.ttf
|
||||
%%FONTSDIR%%/Alef-Regular.ttf
|
||||
@dirrmtry %%FONTSDIR%%
|
Loading…
Reference in New Issue
Block a user