diff options
-rw-r--r-- | x11-fonts/Makefile | 1 | ||||
-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 |
5 files changed, 48 insertions, 0 deletions
diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile index cb6d40a6f8bc..9ee765e17fe1 100644 --- a/x11-fonts/Makefile +++ b/x11-fonts/Makefile @@ -4,6 +4,7 @@ COMMENT = X11 fonts and font utilities SUBDIR += alef + SUBDIR += alegreya SUBDIR += alegreya-sans SUBDIR += alfont SUBDIR += andika 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 |