Date: Mon, 14 May 2018 10:24: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: r469874 - head/x11-fonts/fantasque-sans-mono Message-ID: <201805141024.w4EAONGN032356@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Mon May 14 10:24:23 2018 New Revision: 469874 URL: https://svnweb.freebsd.org/changeset/ports/469874 Log: Add options to install variants. Fantasque Sans Mono distribution site has variants aside from the standard version. Add options to allow installing those variants. PR: 228206 Submitted by: Jonathan Chen <jonc@chen.org.nz> Modified: head/x11-fonts/fantasque-sans-mono/Makefile head/x11-fonts/fantasque-sans-mono/distinfo Modified: head/x11-fonts/fantasque-sans-mono/Makefile ============================================================================== --- head/x11-fonts/fantasque-sans-mono/Makefile Mon May 14 10:02:38 2018 (r469873) +++ head/x11-fonts/fantasque-sans-mono/Makefile Mon May 14 10:24:23 2018 (r469874) @@ -2,9 +2,13 @@ PORTNAME= fantasque-sans-mono PORTVERSION= 1.7.2 +PORTREVISION= 1 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 @@ -17,6 +21,21 @@ NO_WRKSUBDIR= yes USES= fonts OPTIONS_DEFINE= DOCS + +OPTIONS_SINGLE= VARIANT +OPTIONS_SINGLE_VARIANT= NORMAL NOLOOPK LLINE LLINENOLOOPK + +NORMAL_DESC= Standard +NOLOOPK_DESC= Nondescript K +LLINE_DESC= Large line spacing +LLINENOLOOPK_DESC= Large line spacing with Nondescript K + +OPTIONS_DEFAULT= NORMAL + +NORMAL_EXTRACT_ONLY= FantasqueSansMono-Normal.tar.gz +NOLOOPK_EXTRACT_ONLY= FantasqueSansMono-NoLoopK.tar.gz +LLINE_EXTRACT_ONLY= FantasqueSansMono-LargeLineHeight.tar.gz +LLINENOLOOPK_EXTRACT_ONLY= FantasqueSansMono-LargeLineHeight-NoLoopK.tar.gz do-install: ${MKDIR} ${STAGEDIR}${FONTSDIR} Modified: head/x11-fonts/fantasque-sans-mono/distinfo ============================================================================== --- head/x11-fonts/fantasque-sans-mono/distinfo Mon May 14 10:02:38 2018 (r469873) +++ head/x11-fonts/fantasque-sans-mono/distinfo Mon May 14 10:24:23 2018 (r469874) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805141024.w4EAONGN032356>