diff options
author | rakuco <rakuco@FreeBSD.org> | 2015-12-23 18:46:23 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2015-12-23 18:46:23 +0800 |
commit | 0ca26c68129f34a8fcf80150405205a1b2ac8fa7 (patch) | |
tree | 517dc5da01687d18397a424819dce08bce189f9c /x11-fonts/alegreya | |
parent | f73ea5c9d087ca5d37ef48945357a09edae80ec3 (diff) | |
download | freebsd-ports-gnome-0ca26c68129f34a8fcf80150405205a1b2ac8fa7.tar.gz freebsd-ports-gnome-0ca26c68129f34a8fcf80150405205a1b2ac8fa7.tar.zst freebsd-ports-gnome-0ca26c68129f34a8fcf80150405205a1b2ac8fa7.zip |
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
Diffstat (limited to 'x11-fonts/alegreya')
-rw-r--r-- | x11-fonts/alegreya/Makefile | 26 | ||||
-rw-r--r-- | x11-fonts/alegreya/distinfo | 2 | ||||
-rw-r--r-- | x11-fonts/alegreya/pkg-descr | 7 | ||||
-rw-r--r-- | x11-fonts/alegreya/pkg-plist | 12 |
4 files changed, 47 insertions, 0 deletions
diff --git a/x11-fonts/alegreya/Makefile b/x11-fonts/alegreya/Makefile new file mode 100644 index 000000000000..3ab32cd5f900 --- /dev/null +++ b/x11-fonts/alegreya/Makefile @@ -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> diff --git a/x11-fonts/alegreya/distinfo b/x11-fonts/alegreya/distinfo new file mode 100644 index 000000000000..fea23d309f51 --- /dev/null +++ b/x11-fonts/alegreya/distinfo @@ -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 diff --git a/x11-fonts/alegreya/pkg-descr b/x11-fonts/alegreya/pkg-descr new file mode 100644 index 000000000000..e6b266746c6b --- /dev/null +++ b/x11-fonts/alegreya/pkg-descr @@ -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 diff --git a/x11-fonts/alegreya/pkg-plist b/x11-fonts/alegreya/pkg-plist new file mode 100644 index 000000000000..acc9f8193aa0 --- /dev/null +++ b/x11-fonts/alegreya/pkg-plist @@ -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 |