Re: UPDATE: fonts/fira-fonts

2017-08-09 Thread Juan Francisco Cantero Hurtado
On Wed, Aug 09, 2017 at 06:07:33PM +0200, Juan Francisco Cantero Hurtado wrote:
> On Wed, Aug 09, 2017 at 08:24:14AM +0200, Rafael Sadowski wrote:
> > On Wed Aug 09, 2017 at 01:08:47AM +0200, Juan Francisco Cantero Hurtado 
> > wrote:
> > > On Tue, Aug 08, 2017 at 12:35:30PM +0200, Rafael Sadowski wrote:
> > > > On Tue Aug 08, 2017 at 05:35:25AM +0200, Juan Francisco Cantero Hurtado 
> > > > wrote:
> > > > > On Mon, Aug 07, 2017 at 11:13:48PM +0200, Rafael Sadowski wrote:
> > > > > > Hi All,
> > > > > > 
> > > > > > After the holidays the fonts party goes on. Update Fira from 
> > > > > > 20140907 (3.111)
> > > > > > to 4.202.
> > > > > > 
> > > > > > Release notes: https://github.com/mozilla/Fira/releases
> > > > > 
> > > > > The author has a newer version
> > > > > https://carrois.com/typefaces/FiraSans/
> > > > > 
> > > > 
> > > > Nice catch, new diff below. Thanks
> > > > 
> > > > > > 
> > > > > > OK? Comments?
> > > > > > 
> > > > > > Best regards,
> > > > > > 
> > > > > > Rafael Sadowski
> > > > > > 
> > > > > > Index: Makefile
> > > > > > ===
> > > > > > RCS file: /cvs/ports/fonts/fira-fonts/Makefile,v
> > > > > > retrieving revision 1.6
> > > > > > diff -u -p -u -p -r1.6 Makefile
> > > > > > --- Makefile9 May 2015 22:24:06 -   1.6
> > > > > > +++ Makefile7 Aug 2017 21:06:41 -
> > > > > > @@ -2,32 +2,27 @@
> > > > > >  
> > > > > >  COMMENT =  Firefox OS typeface
> > > > > >  
> > > > > > -# Version 3.111
> > > > > > -# - Removed the technical reports. The license of the reports 
> > > > > > doesn't permit
> > > > > > -#   the distribution.
> > > > > > -# - Removed the medium style from the otf directory. Fontconfig 
> > > > > > often uses
> > > > > > -#   the medium style by default instead of the regular style.
> > > > > 
> > > > > Did you test the font with GTK and QT?. I removed the medium file
> > > > > because Fira looked too wide on some applications.
> > > > > 
> > > > Yes, indeed! Looks okay in GVim.
> > > 
> > > Looks fine here too.
> > > 
> > > > +MASER_SITES =  https://carrois.com/downloads/Fira/
> > >^ typo
> > > 
> > 
> > ops! Thanks!
> > 
> > > >  share/fonts/
> > > >  @fontdir share/fonts/fira/
> > > > -share/fonts/fira/FiraMono-Bold.otf
> > > > -share/fonts/fira/FiraMono-Regular.otf
> > > 
> > > Instead of remove FiraMono, why not add FiraMono and FiraCode to the
> > > package?. Keep the date as version and use a git revision as the
> > > tarball.
> > > 
> > > Upstream has everything in https://github.com/carrois/Fira/.
> > > 
> > 
> > What do you think about the proposal below:
> > 
> > 
> > Index: Makefile
> > ===
> > RCS file: /cvs/ports/fonts/fira-fonts/Makefile,v
> > retrieving revision 1.6
> > diff -u -p -u -p -r1.6 Makefile
> > --- Makefile9 May 2015 22:24:06 -   1.6
> > +++ Makefile9 Aug 2017 06:21:05 -
> > @@ -2,44 +2,45 @@
> >  
> >  COMMENT =  Firefox OS typeface
> >  
> > -# Version 3.111
> > -# - Removed the technical reports. The license of the reports doesn't 
> > permit
> > -#   the distribution.
> > -# - Removed the medium style from the otf directory. Fontconfig often uses
> > -#   the medium style by default instead of the regular style.
> > -# - Removed the source directory.
> > -DISTNAME = fira-fonts-20140907
> > -REVISION = 1
> > +# 20161021 date from github commit:
> > +# 
> > https://github.com/carrois/Fira/commit/60345166f6d51597264bed5b5570a895e951c45e
> > +PKGNAME =  fira-fonts-20161021
> 
> Use the latest comment.

s/comment/commit/

> 
> >  
> >  CATEGORIES =   fonts x11
> >  
> > -# Alternative homepage http://www.carrois.com/fira-3-1/
> > -HOMEPAGE = https://mozilla.github.io/Fira/
> > +HOMEPAGE = https://carrois.com/typefaces/FiraSans/
> >  
> >  # SIL OPEN FONT LICENSE Version 1.1
> >  PERMIT_PACKAGE_CDROM = Yes
> >  
> > -MASTER_SITES = 
> > http://download.tuxfamily.org/jod/fonts/fira-fonts/ \
> > -   ftp://download.tuxfamily.org/jod/fonts/fira-fonts/
> > -EXTRACT_SUFX = .tar.lz
> > +MASTER_SITES = https://carrois.com/downloads/Fira/
> > +DISTFILES =Fira_Sans_4_2.zip \
> > +   Fira_Code_3_2.zip \
> > +   Fira_Mono_3_2.zip
> 
> Remove DISTFILES/MASTER_SITES and use:
> 
> GH_ACCOUNT = carrois
> GH_PROJECT = Fira
> GH_COMMIT = a606927401bcc3951587339fee53aa882856b51b
> 
> Upstream changes the zip files with new versions.
> 
> With those changes, OK juanfra@.
> 
> >  
> >  NO_BUILD = Yes
> >  NO_TEST =  Yes
> >  
> >  PKG_ARCH = *
> >  
> > -DOC_DIR =  ${PREFIX}/share/doc/fira-fonts
> >  FONTS_DIR =${PREFIX}/share/fonts/fira
> >  WEBFONTS_DIR = ${PREFIX}/share/fira-fonts
> >  
> >  do-install:
> > -   ${INSTALL_DATA_DIR} ${DOC_D

Re: UPDATE: fonts/fira-fonts

2017-08-09 Thread Juan Francisco Cantero Hurtado
On Wed, Aug 09, 2017 at 08:24:14AM +0200, Rafael Sadowski wrote:
> On Wed Aug 09, 2017 at 01:08:47AM +0200, Juan Francisco Cantero Hurtado wrote:
> > On Tue, Aug 08, 2017 at 12:35:30PM +0200, Rafael Sadowski wrote:
> > > On Tue Aug 08, 2017 at 05:35:25AM +0200, Juan Francisco Cantero Hurtado 
> > > wrote:
> > > > On Mon, Aug 07, 2017 at 11:13:48PM +0200, Rafael Sadowski wrote:
> > > > > Hi All,
> > > > > 
> > > > > After the holidays the fonts party goes on. Update Fira from 20140907 
> > > > > (3.111)
> > > > > to 4.202.
> > > > > 
> > > > > Release notes: https://github.com/mozilla/Fira/releases
> > > > 
> > > > The author has a newer version
> > > > https://carrois.com/typefaces/FiraSans/
> > > > 
> > > 
> > > Nice catch, new diff below. Thanks
> > > 
> > > > > 
> > > > > OK? Comments?
> > > > > 
> > > > > Best regards,
> > > > > 
> > > > > Rafael Sadowski
> > > > > 
> > > > > Index: Makefile
> > > > > ===
> > > > > RCS file: /cvs/ports/fonts/fira-fonts/Makefile,v
> > > > > retrieving revision 1.6
> > > > > diff -u -p -u -p -r1.6 Makefile
> > > > > --- Makefile  9 May 2015 22:24:06 -   1.6
> > > > > +++ Makefile  7 Aug 2017 21:06:41 -
> > > > > @@ -2,32 +2,27 @@
> > > > >  
> > > > >  COMMENT =Firefox OS typeface
> > > > >  
> > > > > -# Version 3.111
> > > > > -# - Removed the technical reports. The license of the reports 
> > > > > doesn't permit
> > > > > -#   the distribution.
> > > > > -# - Removed the medium style from the otf directory. Fontconfig 
> > > > > often uses
> > > > > -#   the medium style by default instead of the regular style.
> > > > 
> > > > Did you test the font with GTK and QT?. I removed the medium file
> > > > because Fira looked too wide on some applications.
> > > > 
> > > Yes, indeed! Looks okay in GVim.
> > 
> > Looks fine here too.
> > 
> > > +MASER_SITES =https://carrois.com/downloads/Fira/
> >^ typo
> > 
> 
> ops! Thanks!
> 
> > >  share/fonts/
> > >  @fontdir share/fonts/fira/
> > > -share/fonts/fira/FiraMono-Bold.otf
> > > -share/fonts/fira/FiraMono-Regular.otf
> > 
> > Instead of remove FiraMono, why not add FiraMono and FiraCode to the
> > package?. Keep the date as version and use a git revision as the
> > tarball.
> > 
> > Upstream has everything in https://github.com/carrois/Fira/.
> > 
> 
> What do you think about the proposal below:
> 
> 
> Index: Makefile
> ===
> RCS file: /cvs/ports/fonts/fira-fonts/Makefile,v
> retrieving revision 1.6
> diff -u -p -u -p -r1.6 Makefile
> --- Makefile  9 May 2015 22:24:06 -   1.6
> +++ Makefile  9 Aug 2017 06:21:05 -
> @@ -2,44 +2,45 @@
>  
>  COMMENT =Firefox OS typeface
>  
> -# Version 3.111
> -# - Removed the technical reports. The license of the reports doesn't permit
> -#   the distribution.
> -# - Removed the medium style from the otf directory. Fontconfig often uses
> -#   the medium style by default instead of the regular style.
> -# - Removed the source directory.
> -DISTNAME =   fira-fonts-20140907
> -REVISION =   1
> +# 20161021 date from github commit:
> +# 
> https://github.com/carrois/Fira/commit/60345166f6d51597264bed5b5570a895e951c45e
> +PKGNAME =fira-fonts-20161021

Use the latest comment.

>  
>  CATEGORIES = fonts x11
>  
> -# Alternative homepage http://www.carrois.com/fira-3-1/
> -HOMEPAGE =   https://mozilla.github.io/Fira/
> +HOMEPAGE =   https://carrois.com/typefaces/FiraSans/
>  
>  # SIL OPEN FONT LICENSE Version 1.1
>  PERMIT_PACKAGE_CDROM =   Yes
>  
> -MASTER_SITES =   
> http://download.tuxfamily.org/jod/fonts/fira-fonts/ \
> - ftp://download.tuxfamily.org/jod/fonts/fira-fonts/
> -EXTRACT_SUFX =   .tar.lz
> +MASTER_SITES =   https://carrois.com/downloads/Fira/
> +DISTFILES =  Fira_Sans_4_2.zip \
> + Fira_Code_3_2.zip \
> + Fira_Mono_3_2.zip

Remove DISTFILES/MASTER_SITES and use:

GH_ACCOUNT = carrois
GH_PROJECT = Fira
GH_COMMIT = a606927401bcc3951587339fee53aa882856b51b

Upstream changes the zip files with new versions.

With those changes, OK juanfra@.

>  
>  NO_BUILD =   Yes
>  NO_TEST =Yes
>  
>  PKG_ARCH =   *
>  
> -DOC_DIR =${PREFIX}/share/doc/fira-fonts
>  FONTS_DIR =  ${PREFIX}/share/fonts/fira
>  WEBFONTS_DIR =   ${PREFIX}/share/fira-fonts
>  
>  do-install:
> - ${INSTALL_DATA_DIR} ${DOC_DIR} ${FONTS_DIR} ${WEBFONTS_DIR}/webfonts
> + ${INSTALL_DATA_DIR} ${FONTS_DIR} ${WEBFONTS_DIR}/webfonts
>   @echo 'This directory contains the web version of the Fira typeface' >\
>   ${WEBFONTS_DIR}/README
> - ${INSTALL_DATA} ${WRKSRC}/LICENSE ${DOC_DIR}
> - ${INSTALL_DATA} ${WRKSRC}/otf/* ${FONTS_DIR}
> - ${INSTALL_DATA} ${WRKSRC}/eot/* ${WEBFONTS_DIR}/web

Re: UPDATE: fonts/fira-fonts

2017-08-08 Thread Rafael Sadowski
On Wed Aug 09, 2017 at 01:08:47AM +0200, Juan Francisco Cantero Hurtado wrote:
> On Tue, Aug 08, 2017 at 12:35:30PM +0200, Rafael Sadowski wrote:
> > On Tue Aug 08, 2017 at 05:35:25AM +0200, Juan Francisco Cantero Hurtado 
> > wrote:
> > > On Mon, Aug 07, 2017 at 11:13:48PM +0200, Rafael Sadowski wrote:
> > > > Hi All,
> > > > 
> > > > After the holidays the fonts party goes on. Update Fira from 20140907 
> > > > (3.111)
> > > > to 4.202.
> > > > 
> > > > Release notes: https://github.com/mozilla/Fira/releases
> > > 
> > > The author has a newer version
> > > https://carrois.com/typefaces/FiraSans/
> > > 
> > 
> > Nice catch, new diff below. Thanks
> > 
> > > > 
> > > > OK? Comments?
> > > > 
> > > > Best regards,
> > > > 
> > > > Rafael Sadowski
> > > > 
> > > > Index: Makefile
> > > > ===
> > > > RCS file: /cvs/ports/fonts/fira-fonts/Makefile,v
> > > > retrieving revision 1.6
> > > > diff -u -p -u -p -r1.6 Makefile
> > > > --- Makefile9 May 2015 22:24:06 -   1.6
> > > > +++ Makefile7 Aug 2017 21:06:41 -
> > > > @@ -2,32 +2,27 @@
> > > >  
> > > >  COMMENT =  Firefox OS typeface
> > > >  
> > > > -# Version 3.111
> > > > -# - Removed the technical reports. The license of the reports doesn't 
> > > > permit
> > > > -#   the distribution.
> > > > -# - Removed the medium style from the otf directory. Fontconfig often 
> > > > uses
> > > > -#   the medium style by default instead of the regular style.
> > > 
> > > Did you test the font with GTK and QT?. I removed the medium file
> > > because Fira looked too wide on some applications.
> > > 
> > Yes, indeed! Looks okay in GVim.
> 
> Looks fine here too.
> 
> > +MASER_SITES =  https://carrois.com/downloads/Fira/
>^ typo
> 

ops! Thanks!

> >  share/fonts/
> >  @fontdir share/fonts/fira/
> > -share/fonts/fira/FiraMono-Bold.otf
> > -share/fonts/fira/FiraMono-Regular.otf
> 
> Instead of remove FiraMono, why not add FiraMono and FiraCode to the
> package?. Keep the date as version and use a git revision as the
> tarball.
> 
> Upstream has everything in https://github.com/carrois/Fira/.
> 

What do you think about the proposal below:


Index: Makefile
===
RCS file: /cvs/ports/fonts/fira-fonts/Makefile,v
retrieving revision 1.6
diff -u -p -u -p -r1.6 Makefile
--- Makefile9 May 2015 22:24:06 -   1.6
+++ Makefile9 Aug 2017 06:21:05 -
@@ -2,44 +2,45 @@
 
 COMMENT =  Firefox OS typeface
 
-# Version 3.111
-# - Removed the technical reports. The license of the reports doesn't permit
-#   the distribution.
-# - Removed the medium style from the otf directory. Fontconfig often uses
-#   the medium style by default instead of the regular style.
-# - Removed the source directory.
-DISTNAME = fira-fonts-20140907
-REVISION = 1
+# 20161021 date from github commit:
+# 
https://github.com/carrois/Fira/commit/60345166f6d51597264bed5b5570a895e951c45e
+PKGNAME =  fira-fonts-20161021
 
 CATEGORIES =   fonts x11
 
-# Alternative homepage http://www.carrois.com/fira-3-1/
-HOMEPAGE = https://mozilla.github.io/Fira/
+HOMEPAGE = https://carrois.com/typefaces/FiraSans/
 
 # SIL OPEN FONT LICENSE Version 1.1
 PERMIT_PACKAGE_CDROM = Yes
 
-MASTER_SITES = http://download.tuxfamily.org/jod/fonts/fira-fonts/ \
-   ftp://download.tuxfamily.org/jod/fonts/fira-fonts/
-EXTRACT_SUFX = .tar.lz
+MASTER_SITES = https://carrois.com/downloads/Fira/
+DISTFILES =Fira_Sans_4_2.zip \
+   Fira_Code_3_2.zip \
+   Fira_Mono_3_2.zip
 
 NO_BUILD = Yes
 NO_TEST =  Yes
 
 PKG_ARCH = *
 
-DOC_DIR =  ${PREFIX}/share/doc/fira-fonts
 FONTS_DIR =${PREFIX}/share/fonts/fira
 WEBFONTS_DIR = ${PREFIX}/share/fira-fonts
 
 do-install:
-   ${INSTALL_DATA_DIR} ${DOC_DIR} ${FONTS_DIR} ${WEBFONTS_DIR}/webfonts
+   ${INSTALL_DATA_DIR} ${FONTS_DIR} ${WEBFONTS_DIR}/webfonts
@echo 'This directory contains the web version of the Fira typeface' >\
${WEBFONTS_DIR}/README
-   ${INSTALL_DATA} ${WRKSRC}/LICENSE ${DOC_DIR}
-   ${INSTALL_DATA} ${WRKSRC}/otf/* ${FONTS_DIR}
-   ${INSTALL_DATA} ${WRKSRC}/eot/* ${WEBFONTS_DIR}/webfonts
-   ${INSTALL_DATA} ${WRKSRC}/woff/* ${WEBFONTS_DIR}/webfonts
-   ${INSTALL_DATA} ${WRKSRC}/ttf/* ${WEBFONTS_DIR}/webfonts
+   ${INSTALL_DATA} ${WRKSRC}/Fira_Sans_4_2/Fonts/FiraSans_OTF_4203/*/*/* \
+   ${FONTS_DIR}
+   ${INSTALL_DATA} ${WRKSRC}/Fira_Sans_4_2/Fonts/FiraSans_WEB_4203/*/*/* \
+   ${WEBFONTS_DIR}/webfonts
+   ${INSTALL_DATA} ${WRKSRC}/Fira_Mono_3_2/Fonts/FiraMono_OTF_32/* \
+   ${FONTS_DIR}
+   ${INSTALL_DATA} ${WRKSRC}/Fira_Mono_3_2/Fonts/FiraMono_WEB_32/* \
+  

Re: UPDATE: fonts/fira-fonts

2017-08-08 Thread Juan Francisco Cantero Hurtado
On Tue, Aug 08, 2017 at 12:35:30PM +0200, Rafael Sadowski wrote:
> On Tue Aug 08, 2017 at 05:35:25AM +0200, Juan Francisco Cantero Hurtado wrote:
> > On Mon, Aug 07, 2017 at 11:13:48PM +0200, Rafael Sadowski wrote:
> > > Hi All,
> > > 
> > > After the holidays the fonts party goes on. Update Fira from 20140907 
> > > (3.111)
> > > to 4.202.
> > > 
> > > Release notes: https://github.com/mozilla/Fira/releases
> > 
> > The author has a newer version
> > https://carrois.com/typefaces/FiraSans/
> > 
> 
> Nice catch, new diff below. Thanks
> 
> > > 
> > > OK? Comments?
> > > 
> > > Best regards,
> > > 
> > > Rafael Sadowski
> > > 
> > > Index: Makefile
> > > ===
> > > RCS file: /cvs/ports/fonts/fira-fonts/Makefile,v
> > > retrieving revision 1.6
> > > diff -u -p -u -p -r1.6 Makefile
> > > --- Makefile  9 May 2015 22:24:06 -   1.6
> > > +++ Makefile  7 Aug 2017 21:06:41 -
> > > @@ -2,32 +2,27 @@
> > >  
> > >  COMMENT =Firefox OS typeface
> > >  
> > > -# Version 3.111
> > > -# - Removed the technical reports. The license of the reports doesn't 
> > > permit
> > > -#   the distribution.
> > > -# - Removed the medium style from the otf directory. Fontconfig often 
> > > uses
> > > -#   the medium style by default instead of the regular style.
> > 
> > Did you test the font with GTK and QT?. I removed the medium file
> > because Fira looked too wide on some applications.
> > 
> Yes, indeed! Looks okay in GVim.

Looks fine here too.

> +MASER_SITES =https://carrois.com/downloads/Fira/
   ^ typo

>  share/fonts/
>  @fontdir share/fonts/fira/
> -share/fonts/fira/FiraMono-Bold.otf
> -share/fonts/fira/FiraMono-Regular.otf

Instead of remove FiraMono, why not add FiraMono and FiraCode to the
package?. Keep the date as version and use a git revision as the
tarball.

Upstream has everything in https://github.com/carrois/Fira/.


-- 
Juan Francisco Cantero Hurtado http://juanfra.info



Re: UPDATE: fonts/fira-fonts

2017-08-08 Thread Rafael Sadowski
On Tue Aug 08, 2017 at 05:35:25AM +0200, Juan Francisco Cantero Hurtado wrote:
> On Mon, Aug 07, 2017 at 11:13:48PM +0200, Rafael Sadowski wrote:
> > Hi All,
> > 
> > After the holidays the fonts party goes on. Update Fira from 20140907 
> > (3.111)
> > to 4.202.
> > 
> > Release notes: https://github.com/mozilla/Fira/releases
> 
> The author has a newer version
> https://carrois.com/typefaces/FiraSans/
> 

Nice catch, new diff below. Thanks

> > 
> > OK? Comments?
> > 
> > Best regards,
> > 
> > Rafael Sadowski
> > 
> > Index: Makefile
> > ===
> > RCS file: /cvs/ports/fonts/fira-fonts/Makefile,v
> > retrieving revision 1.6
> > diff -u -p -u -p -r1.6 Makefile
> > --- Makefile9 May 2015 22:24:06 -   1.6
> > +++ Makefile7 Aug 2017 21:06:41 -
> > @@ -2,32 +2,27 @@
> >  
> >  COMMENT =  Firefox OS typeface
> >  
> > -# Version 3.111
> > -# - Removed the technical reports. The license of the reports doesn't 
> > permit
> > -#   the distribution.
> > -# - Removed the medium style from the otf directory. Fontconfig often uses
> > -#   the medium style by default instead of the regular style.
> 
> Did you test the font with GTK and QT?. I removed the medium file
> because Fira looked too wide on some applications.
> 
Yes, indeed! Looks okay in GVim.


Index: Makefile
===
RCS file: /cvs/ports/fonts/fira-fonts/Makefile,v
retrieving revision 1.6
diff -u -p -u -p -r1.6 Makefile
--- Makefile9 May 2015 22:24:06 -   1.6
+++ Makefile8 Aug 2017 10:11:45 -
@@ -2,44 +2,33 @@
 
 COMMENT =  Firefox OS typeface
 
-# Version 3.111
-# - Removed the technical reports. The license of the reports doesn't permit
-#   the distribution.
-# - Removed the medium style from the otf directory. Fontconfig often uses
-#   the medium style by default instead of the regular style.
-# - Removed the source directory.
-DISTNAME = fira-fonts-20140907
-REVISION = 1
+PKGNAME =  fira-fonts-4.203
+DISTNAME = Fira_Sans_4_2
+EPOCH =0
 
 CATEGORIES =   fonts x11
 
-# Alternative homepage http://www.carrois.com/fira-3-1/
-HOMEPAGE = https://mozilla.github.io/Fira/
+HOMEPAGE = https://carrois.com/typefaces/FiraSans/
 
 # SIL OPEN FONT LICENSE Version 1.1
 PERMIT_PACKAGE_CDROM = Yes
 
-MASTER_SITES = http://download.tuxfamily.org/jod/fonts/fira-fonts/ \
-   ftp://download.tuxfamily.org/jod/fonts/fira-fonts/
-EXTRACT_SUFX = .tar.lz
+MASER_SITES =  https://carrois.com/downloads/Fira/
+EXTRACT_SUFX = .zip
 
 NO_BUILD = Yes
 NO_TEST =  Yes
 
 PKG_ARCH = *
 
-DOC_DIR =  ${PREFIX}/share/doc/fira-fonts
 FONTS_DIR =${PREFIX}/share/fonts/fira
 WEBFONTS_DIR = ${PREFIX}/share/fira-fonts
 
 do-install:
-   ${INSTALL_DATA_DIR} ${DOC_DIR} ${FONTS_DIR} ${WEBFONTS_DIR}/webfonts
+   ${INSTALL_DATA_DIR} ${FONTS_DIR} ${WEBFONTS_DIR}/webfonts
@echo 'This directory contains the web version of the Fira typeface' >\
${WEBFONTS_DIR}/README
-   ${INSTALL_DATA} ${WRKSRC}/LICENSE ${DOC_DIR}
-   ${INSTALL_DATA} ${WRKSRC}/otf/* ${FONTS_DIR}
-   ${INSTALL_DATA} ${WRKSRC}/eot/* ${WEBFONTS_DIR}/webfonts
-   ${INSTALL_DATA} ${WRKSRC}/woff/* ${WEBFONTS_DIR}/webfonts
-   ${INSTALL_DATA} ${WRKSRC}/ttf/* ${WEBFONTS_DIR}/webfonts
+   ${INSTALL_DATA} ${WRKSRC}/Fonts/FiraSans_OTF_4203//*/*/* ${FONTS_DIR}
+   ${INSTALL_DATA} ${WRKSRC}/Fonts/FiraSans_WEB_4203/*/*/* 
${WEBFONTS_DIR}/webfonts
 
 .include 
Index: distinfo
===
RCS file: /cvs/ports/fonts/fira-fonts/distinfo,v
retrieving revision 1.4
diff -u -p -u -p -r1.4 distinfo
--- distinfo8 Sep 2014 10:40:12 -   1.4
+++ distinfo8 Aug 2017 10:11:45 -
@@ -1,2 +1,2 @@
-SHA256 (fira-fonts-20140907.tar.lz) = 
LduzSDxYsTt58dog+arBzGmy8plxfQQo2zoolutQ0EE=
-SIZE (fira-fonts-20140907.tar.lz) = 7950469
+SHA256 (Fira_Sans_4_2.zip) = 4LYMyqvyBIGxRb2BKGBW0Tq3BThbGB7oDTKH5ge1uKc=
+SIZE (Fira_Sans_4_2.zip) = 101286240
Index: pkg/PLIST
===
RCS file: /cvs/ports/fonts/fira-fonts/pkg/PLIST,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 PLIST
--- pkg/PLIST   31 Mar 2015 09:45:10 -  1.5
+++ pkg/PLIST   8 Aug 2017 10:11:45 -
@@ -1,118 +1,377 @@
 @comment $OpenBSD: PLIST,v 1.5 2015/03/31 09:45:10 ajacoutot Exp $
-share/doc/fira-fonts/
-share/doc/fira-fonts/LICENSE
 share/fira-fonts/
 share/fira-fonts/README
 share/fira-fonts/webfonts/
-share/fira-fonts/webfonts/FiraMono-Bold.eot
-share/fira-fonts/webfonts/FiraMono-Bold.ttf
-share/fira-fonts/webfonts/FiraMono-Bold.woff
-share/fira-fonts/webfonts/FiraMono-Medium.eot
-share/fira-fonts/webfonts/F

Re: UPDATE: fonts/fira-fonts

2017-08-07 Thread Juan Francisco Cantero Hurtado
On Mon, Aug 07, 2017 at 11:13:48PM +0200, Rafael Sadowski wrote:
> Hi All,
> 
> After the holidays the fonts party goes on. Update Fira from 20140907 (3.111)
> to 4.202.
> 
> Release notes: https://github.com/mozilla/Fira/releases

The author has a newer version
https://carrois.com/typefaces/FiraSans/

> 
> OK? Comments?
> 
> Best regards,
> 
> Rafael Sadowski
> 
> Index: Makefile
> ===
> RCS file: /cvs/ports/fonts/fira-fonts/Makefile,v
> retrieving revision 1.6
> diff -u -p -u -p -r1.6 Makefile
> --- Makefile  9 May 2015 22:24:06 -   1.6
> +++ Makefile  7 Aug 2017 21:06:41 -
> @@ -2,32 +2,27 @@
>  
>  COMMENT =Firefox OS typeface
>  
> -# Version 3.111
> -# - Removed the technical reports. The license of the reports doesn't permit
> -#   the distribution.
> -# - Removed the medium style from the otf directory. Fontconfig often uses
> -#   the medium style by default instead of the regular style.

Did you test the font with GTK and QT?. I removed the medium file
because Fira looked too wide on some applications.

> -# - Removed the source directory.
> -DISTNAME =   fira-fonts-20140907
> -REVISION =   1
> +VERSION =4.202
> +PKGNAME =fira-fonts-${VERSION}
> +EPOCH =  0
>  
>  CATEGORIES = fonts x11
>  
> -# Alternative homepage http://www.carrois.com/fira-3-1/
> +GH_ACCOUNT = mozilla
> +GH_PROJECT = fira
> +GH_TAGNAME = ${VERSION}
> +
>  HOMEPAGE =   https://mozilla.github.io/Fira/

Change HOMEPAGE to https://carrois.com/typefaces/FiraSans/.

>  
>  # SIL OPEN FONT LICENSE Version 1.1
>  PERMIT_PACKAGE_CDROM =   Yes
>  
> -MASTER_SITES =   
> http://download.tuxfamily.org/jod/fonts/fira-fonts/ \
> - ftp://download.tuxfamily.org/jod/fonts/fira-fonts/
> -EXTRACT_SUFX =   .tar.lz
> -
>  NO_BUILD =   Yes
>  NO_TEST =Yes
>  
>  PKG_ARCH =   *
>  
> +WRKSRC = ${WRKDIR}/Fira-${VERSION}
>  DOC_DIR =${PREFIX}/share/doc/fira-fonts
>  FONTS_DIR =  ${PREFIX}/share/fonts/fira
>  WEBFONTS_DIR =   ${PREFIX}/share/fira-fonts
> Index: distinfo
> ===
> RCS file: /cvs/ports/fonts/fira-fonts/distinfo,v
> retrieving revision 1.4
> diff -u -p -u -p -r1.4 distinfo
> --- distinfo  8 Sep 2014 10:40:12 -   1.4
> +++ distinfo  7 Aug 2017 21:06:41 -
> @@ -1,2 +1,2 @@
> -SHA256 (fira-fonts-20140907.tar.lz) = 
> LduzSDxYsTt58dog+arBzGmy8plxfQQo2zoolutQ0EE=
> -SIZE (fira-fonts-20140907.tar.lz) = 7950469
> +SHA256 (fira-4.202.tar.gz) = 2GJpZXOH8UTXe6EgERJPMPQj9wZy4VdtwW+Ri7Ft3+Q=
> +SIZE (fira-4.202.tar.gz) = 94581261
> Index: pkg/PLIST
> ===
> RCS file: /cvs/ports/fonts/fira-fonts/pkg/PLIST,v
> retrieving revision 1.5
> diff -u -p -u -p -r1.5 PLIST
> --- pkg/PLIST 31 Mar 2015 09:45:10 -  1.5
> +++ pkg/PLIST 7 Aug 2017 21:06:41 -
> @@ -112,6 +112,7 @@ share/fira-fonts/webfonts/FiraSans-Ultra
>  share/fonts/
>  @fontdir share/fonts/fira/
>  share/fonts/fira/FiraMono-Bold.otf
> +share/fonts/fira/FiraMono-Medium.otf
>  share/fonts/fira/FiraMono-Regular.otf
>  share/fonts/fira/FiraSans-Bold.otf
>  share/fonts/fira/FiraSans-BoldItalic.otf
> @@ -132,6 +133,8 @@ share/fonts/fira/FiraSans-HeavyItalic.ot
>  share/fonts/fira/FiraSans-Italic.otf
>  share/fonts/fira/FiraSans-Light.otf
>  share/fonts/fira/FiraSans-LightItalic.otf
> +share/fonts/fira/FiraSans-Medium.otf
> +share/fonts/fira/FiraSans-MediumItalic.otf
>  share/fonts/fira/FiraSans-Regular.otf
>  share/fonts/fira/FiraSans-SemiBold.otf
>  share/fonts/fira/FiraSans-SemiBoldItalic.otf
> @@ -143,3 +146,35 @@ share/fonts/fira/FiraSans-Ultra.otf
>  share/fonts/fira/FiraSans-UltraItalic.otf
>  share/fonts/fira/FiraSans-UltraLight.otf
>  share/fonts/fira/FiraSans-UltraLightItalic.otf
> +share/fonts/fira/FiraSansCondensed-Bold.otf
> +share/fonts/fira/FiraSansCondensed-BoldItalic.otf
> +share/fonts/fira/FiraSansCondensed-Book.otf
> +share/fonts/fira/FiraSansCondensed-BookItalic.otf
> +share/fonts/fira/FiraSansCondensed-Eight.otf
> +share/fonts/fira/FiraSansCondensed-EightItalic.otf
> +share/fonts/fira/FiraSansCondensed-ExtraBold.otf
> +share/fonts/fira/FiraSansCondensed-ExtraLight.otf
> +share/fonts/fira/FiraSansCondensed-ExtraLightItalic.otf
> +share/fonts/fira/FiraSansCondensed-ExtraboldItalic.otf
> +share/fonts/fira/FiraSansCondensed-Four.otf
> +share/fonts/fira/FiraSansCondensed-FourItalic.otf
> +share/fonts/fira/FiraSansCondensed-Hair.otf
> +share/fonts/fira/FiraSansCondensed-HairItalic.otf
> +share/fonts/fira/FiraSansCondensed-Heavy.otf
> +share/fonts/fira/FiraSansCondensed-HeavyItalic.otf
> +share/fonts/fira/FiraSansCondensed-Italic.otf
> +share/fonts/fira/FiraSansCondensed-Light.otf
> +share/fonts/fira/FiraSansCondensed-LightItalic.otf
> +share/fonts/fira/FiraSansCo