diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2015-12-27 19:11:44 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2015-12-27 19:11:44 +0000 |
commit | d3fd4c93d00f18b91c94839cf5eba33979468652 (patch) | |
tree | 63597b3e1d431303cfee4a15c10e9a51ff2e4988 /x11-fonts | |
parent | d905a1db142e41d59fb3ab423926821236c98286 (diff) |
Notes
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/Makefile | 1 | ||||
-rw-r--r-- | x11-fonts/junction/Makefile | 27 | ||||
-rw-r--r-- | x11-fonts/junction/distinfo | 2 | ||||
-rw-r--r-- | x11-fonts/junction/pkg-descr | 4 | ||||
-rw-r--r-- | x11-fonts/junction/pkg-plist | 3 |
5 files changed, 37 insertions, 0 deletions
diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile index 9ee765e17fe1..3d121e76ecf4 100644 --- a/x11-fonts/Makefile +++ b/x11-fonts/Makefile @@ -108,6 +108,7 @@ SUBDIR += intlfonts SUBDIR += isabella SUBDIR += jmk-x11-fonts + SUBDIR += junction SUBDIR += junicode SUBDIR += kaputa SUBDIR += khmeros diff --git a/x11-fonts/junction/Makefile b/x11-fonts/junction/Makefile new file mode 100644 index 000000000000..d6163601eba2 --- /dev/null +++ b/x11-fonts/junction/Makefile @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= junction +PORTVERSION= 20140329 # GH_TAGNAME's commit date. +CATEGORIES= x11-fonts + +MAINTAINER= rakuco@FreeBSD.org +COMMENT= Humanist sans-serif font + +LICENSE= OFL11 +LICENSE_FILE= "${WRKSRC}/Open Font License.markdown" + +USES= fonts + +USE_GITHUB= yes +GH_ACCOUNT= theleagueof +GH_PROJECT= junction +GH_TAGNAME= fb73260 + +NO_BUILD= yes + +do-install: + ${MKDIR} ${STAGEDIR}${FONTSDIR} + cd ${WRKSRC} && \ + ${INSTALL_DATA} *.otf ${STAGEDIR}${FONTSDIR} + +.include <bsd.port.mk> diff --git a/x11-fonts/junction/distinfo b/x11-fonts/junction/distinfo new file mode 100644 index 000000000000..ae16abe527cc --- /dev/null +++ b/x11-fonts/junction/distinfo @@ -0,0 +1,2 @@ +SHA256 (theleagueof-junction-20140329-fb73260_GH0.tar.gz) = 87658a05346f4f62a7cac6fdd7df8151d3731b9e771a3e7404e9b5d4af8a1c90 +SIZE (theleagueof-junction-20140329-fb73260_GH0.tar.gz) = 1407189 diff --git a/x11-fonts/junction/pkg-descr b/x11-fonts/junction/pkg-descr new file mode 100644 index 000000000000..5e45822460d8 --- /dev/null +++ b/x11-fonts/junction/pkg-descr @@ -0,0 +1,4 @@ +Junction is a a humanist sans-serif, and the first open-source type project +started by The League of Moveable Type. + +WWW: https://www.theleagueofmoveabletype.com/junction diff --git a/x11-fonts/junction/pkg-plist b/x11-fonts/junction/pkg-plist new file mode 100644 index 000000000000..6205736c9be1 --- /dev/null +++ b/x11-fonts/junction/pkg-plist @@ -0,0 +1,3 @@ +%%FONTSDIR%%/Junction-bold.otf +%%FONTSDIR%%/Junction-light.otf +%%FONTSDIR%%/Junction-regular.otf |