Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Dec 2015 10:46:23 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r404280 - in head/x11-fonts: . alegreya
Message-ID:  <201512231046.tBNAkNjX092883@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Wed Dec 23 10:46:23 2015
New Revision: 404280
URL: https://svnweb.freebsd.org/changeset/ports/404280

Log:
  New port: x11-fonts/alegreya.
  
  Serif family of fonts, part of the Alegreya "super family" like
  x11-fonts/alegreya-sans. Upstream does not properly version its releases, so
  PORTVERSION was derived from the version in the OTF files plus the date of
  the commit we are fetching from GitHub.
  
  From pkg-descr:
    Alegreya is a typeface originally intended for literature. Among its
    crowning characteristics, it conveys a dynamic and varied rhythm which
    facilitates the reading of long texts. Also, it provides freshness to the
    page while referring to the calligraphic letter, not as a literal
    interpretation, but rather in a contemporary typographic language.
  
    WWW: https://github.com/huertatipografica/Alegreya-libre

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

Modified: head/x11-fonts/Makefile
==============================================================================
--- head/x11-fonts/Makefile	Wed Dec 23 10:16:57 2015	(r404279)
+++ head/x11-fonts/Makefile	Wed Dec 23 10:46:23 2015	(r404280)
@@ -4,6 +4,7 @@
     COMMENT = X11 fonts and font utilities
 
     SUBDIR += alef
+    SUBDIR += alegreya
     SUBDIR += alegreya-sans
     SUBDIR += alfont
     SUBDIR += andika

Added: head/x11-fonts/alegreya/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/alegreya/Makefile	Wed Dec 23 10:46:23 2015	(r404280)
@@ -0,0 +1,26 @@
+# $FreeBSD$
+
+PORTNAME=	alegreya
+PORTVERSION=	1.004.20150827
+CATEGORIES=	x11-fonts
+
+MAINTAINER=	rakuco@FreeBSD.org
+COMMENT=	Serif typeface originally intended for literature
+
+LICENSE=	OFL11
+
+USES=		fonts
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	huertatipografica
+GH_PROJECT=	Alegreya-libre
+GH_TAGNAME=	8f40fc1
+
+NO_BUILD=	yes
+
+do-install:
+	${MKDIR} ${STAGEDIR}${FONTSDIR}
+	cd ${WRKSRC}/otf && \
+		${INSTALL_DATA} *.otf ${STAGEDIR}${FONTSDIR}
+
+.include <bsd.port.mk>

Added: head/x11-fonts/alegreya/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/alegreya/distinfo	Wed Dec 23 10:46:23 2015	(r404280)
@@ -0,0 +1,2 @@
+SHA256 (huertatipografica-Alegreya-libre-1.004.20150827-8f40fc1_GH0.tar.gz) = d2862983c8ae468c1ed9f62cc480a546d2186ed8750d2e3bac15e33ce6da1c9b
+SIZE (huertatipografica-Alegreya-libre-1.004.20150827-8f40fc1_GH0.tar.gz) = 2688398

Added: head/x11-fonts/alegreya/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/alegreya/pkg-descr	Wed Dec 23 10:46:23 2015	(r404280)
@@ -0,0 +1,7 @@
+Alegreya is a typeface originally intended for literature. Among its crowning
+characteristics, it conveys a dynamic and varied rhythm which facilitates the
+reading of long texts. Also, it provides freshness to the page while referring
+to the calligraphic letter, not as a literal interpretation, but rather in a
+contemporary typographic language.
+
+WWW: https://github.com/huertatipografica/Alegreya-libre

Added: head/x11-fonts/alegreya/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/alegreya/pkg-plist	Wed Dec 23 10:46:23 2015	(r404280)
@@ -0,0 +1,12 @@
+%%FONTSDIR%%/Alegreya-Black.otf
+%%FONTSDIR%%/Alegreya-BlackItalic.otf
+%%FONTSDIR%%/Alegreya-Bold.otf
+%%FONTSDIR%%/Alegreya-BoldItalic.otf
+%%FONTSDIR%%/Alegreya-Italic.otf
+%%FONTSDIR%%/Alegreya-Regular.otf
+%%FONTSDIR%%/AlegreyaSC-Black.otf
+%%FONTSDIR%%/AlegreyaSC-BlackItalic.otf
+%%FONTSDIR%%/AlegreyaSC-Bold.otf
+%%FONTSDIR%%/AlegreyaSC-BoldItalic.otf
+%%FONTSDIR%%/AlegreyaSC-Italic.otf
+%%FONTSDIR%%/AlegreyaSC-Regular.otf



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