diff -ruN /usr/ports/x11-fonts/fantasque-sans-mono/distinfo ./distinfo --- /usr/ports/x11-fonts/fantasque-sans-mono/distinfo 2018-05-12 00:56:04.922038000 +1200 +++ ./distinfo 2018-05-13 10:22:05.248438000 +1200 @@ -1,3 +1,9 @@ -TIMESTAMP = 1525909662 +TIMESTAMP = 1526163725 SHA256 (FantasqueSansMono-Normal.tar.gz) = 8d96295a75a71d6ddb3a905ff8db993bd6990602d3b38dd4428827af8f6ef2f7 SIZE (FantasqueSansMono-Normal.tar.gz) = 1843873 +SHA256 (FantasqueSansMono-NoLoopK.tar.gz) = 51ac5eeb6108fc538bb43f99ff3891fc045932f85228d13090830a6f481eeb10 +SIZE (FantasqueSansMono-NoLoopK.tar.gz) = 1844981 +SHA256 (FantasqueSansMono-LargeLineHeight.tar.gz) = 6cb833cb2a8442a007c89dfe1b136052d13d4962d788e226f832618d0c10cdd9 +SIZE (FantasqueSansMono-LargeLineHeight.tar.gz) = 1845258 +SHA256 (FantasqueSansMono-LargeLineHeight-NoLoopK.tar.gz) = c5372f405a7f95a9a98349f218af17dc76802d2ff515fc00c9303b796f89af73 +SIZE (FantasqueSansMono-LargeLineHeight-NoLoopK.tar.gz) = 1845073 diff -ruN /usr/ports/x11-fonts/fantasque-sans-mono/Makefile ./Makefile --- /usr/ports/x11-fonts/fantasque-sans-mono/Makefile 2018-05-12 00:55:30.075062000 +1200 +++ ./Makefile 2018-05-13 10:40:05.760612000 +1200 @@ -4,7 +4,10 @@ PORTVERSION= 1.7.2 CATEGORIES= x11-fonts MASTER_SITES= https://github.com/belluzj/fantasque-sans/releases/download/v${PORTVERSION}/ -DISTNAME= FantasqueSansMono-Normal +DISTFILES= FantasqueSansMono-Normal.tar.gz \ + FantasqueSansMono-NoLoopK.tar.gz \ + FantasqueSansMono-LargeLineHeight.tar.gz \ + FantasqueSansMono-LargeLineHeight-NoLoopK.tar.gz MAINTAINER= rakuco@FreeBSD.org COMMENT= Programming font, designed with functionality in mind @@ -18,6 +21,28 @@ OPTIONS_DEFINE= DOCS +OPTIONS_SINGLE= VARIANT +OPTIONS_SINGLE_VARIANT= NORMAL NOLOOPK LARGELINE LARGELINENOLOOPK + +NORMAL_DESC= Standard +NOLOOPK_DESC= Nondescript K +LARGELINE_DESC= Wider line spacing +LARGELINENOLOOPK_DESC= Wider line spacing with Nondescript K + +OPTIONS_DEFAULT= NORMAL + +.include + +.if ${PORT_OPTIONS:MNORMAL} +EXTRACT_ONLY= FantasqueSansMono-Normal.tar.gz +.elif ${PORT_OPTIONS:MNOLOOPK} +EXTRACT_ONLY= FantasqueSansMono-NoLoopK.tar.gz +.elif ${PORT_OPTIONS:MLARGELINE} +EXTRACT_ONLY= FantasqueSansMono-LargeLineHeight.tar.gz +.elif ${PORT_OPTIONS:MLARGELINENOLOOPK} +EXTRACT_ONLY= FantasqueSansMono-LargeLineHeight-NoLoopK.tar.gz +.endif + do-install: ${MKDIR} ${STAGEDIR}${FONTSDIR} cd ${WRKSRC}/OTF && \