Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Jul 2014 07:27:19 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r362183 - in head/x11-fonts: . alef
Message-ID:  <201407180727.s6I7RJHd095436@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Fri Jul 18 07:27:19 2014
New Revision: 362183
URL: http://svnweb.freebsd.org/changeset/ports/362183
QAT: https://qat.redports.org/buildarchive/r362183/

Log:
  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)

Added:
  head/x11-fonts/alef/
  head/x11-fonts/alef/Makefile   (contents, props changed)
  head/x11-fonts/alef/distinfo   (contents, props changed)
  head/x11-fonts/alef/pkg-descr   (contents, props changed)
  head/x11-fonts/alef/pkg-plist   (contents, props changed)
Modified:
  head/x11-fonts/Makefile

Modified: head/x11-fonts/Makefile
==============================================================================
--- head/x11-fonts/Makefile	Fri Jul 18 07:17:07 2014	(r362182)
+++ head/x11-fonts/Makefile	Fri Jul 18 07:27:19 2014	(r362183)
@@ -3,6 +3,7 @@
 
     COMMENT = X11 fonts and font utilities
 
+    SUBDIR += alef
     SUBDIR += alegreya-sans
     SUBDIR += alfont
     SUBDIR += andika

Added: head/x11-fonts/alef/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/alef/Makefile	Fri Jul 18 07:27:19 2014	(r362183)
@@ -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>

Added: head/x11-fonts/alef/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/alef/distinfo	Fri Jul 18 07:27:19 2014	(r362183)
@@ -0,0 +1,2 @@
+SHA256 (Alef.zip) = aae9b927858a1dbc56f371ac893af09348031e21c2ef0b94115ce5915d6ec990
+SIZE (Alef.zip) = 799409

Added: head/x11-fonts/alef/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/alef/pkg-descr	Fri Jul 18 07:27:19 2014	(r362183)
@@ -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/

Added: head/x11-fonts/alef/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/alef/pkg-plist	Fri Jul 18 07:27:19 2014	(r362183)
@@ -0,0 +1,3 @@
+%%FONTSDIR%%/Alef-Bold.ttf
+%%FONTSDIR%%/Alef-Regular.ttf
+@dirrmtry %%FONTSDIR%%



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407180727.s6I7RJHd095436>