diff --git a/japanese/font-udev-gothic-nf/Makefile b/japanese/font-udev-gothic-nf/Makefile index f3ead86a9f1d..e86222c9cef5 100644 --- a/japanese/font-udev-gothic-nf/Makefile +++ b/japanese/font-udev-gothic-nf/Makefile @@ -1,55 +1,57 @@ PORTNAME= udev-gothic-nf -PORTVERSION= 1.3.1 +PORTVERSION= 2.0.0 PORTREVISION= 0 CATEGORIES= japanese x11-fonts MASTER_SITES= https://github.com/yuru7/udev-gothic/releases/download/v${PORTVERSION}/ PKGNAMEPREFIX= ja-font- DISTNAME= UDEVGothic_NF_v${DISTVERSION} MAINTAINER= ume@FreeBSD.org -COMMENT= UDEV Gothic (Nerd Fonts) +COMMENT= UDEV Gothic (Nerd Fonts composite version) WWW= https://github.com/yuru7/udev-gothic LICENSE= OFL11 USES= fonts:fc zip NO_ARCH= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/${DISTNAME} OPTIONS_MULTI= FONT_FAMILY OPTIONS_MULTI_FONT_FAMILY= UDEV_GOTHIC_NF UDEV_GOTHIC_NFLG \ UDEV_GOTHIC_35NF UDEV_GOTHIC_35NFLG OPTIONS_DEFAULT= UDEV_GOTHIC_NF UDEV_GOTHIC_NFLG \ UDEV_GOTHIC_35NF UDEV_GOTHIC_35NFLG UDEV_GOTHIC_NF_DESC= UDEVGothicNF UDEV_GOTHIC_NFLG_DESC= UDEVGothicNFLG UDEV_GOTHIC_35NF_DESC= UDEVGothic35NF UDEV_GOTHIC_35NFLG_DESC= UDEVGothic35NFLG .include .if ${PORT_OPTIONS:MUDEV_GOTHIC_NF} FONT_FAMILY+= UDEVGothicNF .endif .if ${PORT_OPTIONS:MUDEV_GOTHIC_NFLG} FONT_FAMILY+= UDEVGothicNFLG .endif .if ${PORT_OPTIONS:MUDEV_GOTHIC_35NF} FONT_FAMILY+= UDEVGothic35NF .endif .if ${PORT_OPTIONS:MUDEV_GOTHIC_35NFLG} FONT_FAMILY+= UDEVGothic35NFLG .endif +FONT_STYLE= Bold BoldItalic Italic Regular + do-install: ${MKDIR} ${STAGEDIR}${FONTSDIR} .for FAMILY in ${FONT_FAMILY} -. for STYLE in Bold BoldItalic Italic Regular +. for STYLE in ${FONT_STYLE} ${INSTALL_DATA} ${WRKSRC}/${FAMILY}-${STYLE}.ttf \ ${STAGEDIR}${FONTSDIR} @${ECHO_CMD} ${FONTSDIR}/${FAMILY}-${STYLE}.ttf >> ${TMPPLIST} . endfor .endfor .include diff --git a/japanese/font-udev-gothic-nf/distinfo b/japanese/font-udev-gothic-nf/distinfo index 2c177b8f3d9e..88a62f299ff3 100644 --- a/japanese/font-udev-gothic-nf/distinfo +++ b/japanese/font-udev-gothic-nf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1689481162 -SHA256 (UDEVGothic_NF_v1.3.1.zip) = 84004a3038bdf528286a113b4db076d8412bb4ca6771d02a240318473f9b9fce -SIZE (UDEVGothic_NF_v1.3.1.zip) = 58025634 +TIMESTAMP = 1724212479 +SHA256 (UDEVGothic_NF_v2.0.0.zip) = 551f1e89861f71cdf0c714cea42e503dbec5a6064f07af1711f1731003433039 +SIZE (UDEVGothic_NF_v2.0.0.zip) = 56884062 diff --git a/japanese/font-udev-gothic-nf/pkg-descr b/japanese/font-udev-gothic-nf/pkg-descr index b39b522c60a4..dfb08dd34f38 100644 --- a/japanese/font-udev-gothic-nf/pkg-descr +++ b/japanese/font-udev-gothic-nf/pkg-descr @@ -1,2 +1,2 @@ UDEV Gothic is a composite font of BIZ UD Gothic and -JetBrains Mono (Nerd Fonts). +JetBrains Mono (Nerd Fonts composite version). diff --git a/japanese/font-udev-gothic/Makefile b/japanese/font-udev-gothic/Makefile index 3039a7bc8288..a621159e4153 100644 --- a/japanese/font-udev-gothic/Makefile +++ b/japanese/font-udev-gothic/Makefile @@ -1,65 +1,67 @@ PORTNAME= udev-gothic -PORTVERSION= 1.3.1 +PORTVERSION= 2.0.0 PORTREVISION= 0 CATEGORIES= japanese x11-fonts MASTER_SITES= https://github.com/yuru7/udev-gothic/releases/download/v${PORTVERSION}/ PKGNAMEPREFIX= ja-font- DISTNAME= UDEVGothic_v${DISTVERSION} MAINTAINER= ume@FreeBSD.org COMMENT= UDEV Gothic WWW= https://github.com/yuru7/udev-gothic LICENSE= OFL11 USES= fonts:fc zip NO_ARCH= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/${DISTNAME} OPTIONS_MULTI= FONT_FAMILY -OPTIONS_MULTI_FONT_FAMILY= UDEV_GOTHIC UDEV_GOTHIC_JPDOC UDEV_GOTHIC_LG \ - UDEV_GOTHIC_35 UDEV_GOTHIC_35JPDOC \ - UDEV_GOTHIC_35LG -OPTIONS_DEFAULT= UDEV_GOTHIC UDEV_GOTHIC_JPDOC UDEV_GOTHIC_LG \ - UDEV_GOTHIC_35 UDEV_GOTHIC_35JPDOC \ - UDEV_GOTHIC_35LG -UDEV_GOTHIC_DESC= UDEVGothicNF +OPTIONS_MULTI_FONT_FAMILY= UDEV_GOTHIC UDEV_GOTHIC_JPDOC \ + UDEV_GOTHIC_LG UDEV_GOTHIC_35 \ + UDEV_GOTHIC_35JPDOC UDEV_GOTHIC_35LG +OPTIONS_DEFAULT= UDEV_GOTHIC UDEV_GOTHIC_JPDOC \ + UDEV_GOTHIC_LG UDEV_GOTHIC_35 \ + UDEV_GOTHIC_35JPDOC UDEV_GOTHIC_35LG +UDEV_GOTHIC_DESC= UDEVGothic UDEV_GOTHIC_JPDOC_DESC= UDEVGothicJPDOC UDEV_GOTHIC_LG_DESC= UDEVGothicLG UDEV_GOTHIC_35_DESC= UDEVGothic35 UDEV_GOTHIC_35JPDOC_DESC= UDEVGothic35JPDOC UDEV_GOTHIC_35LG_DESC= UDEVGothic35LG .include .if ${PORT_OPTIONS:MUDEV_GOTHIC} FONT_FAMILY+= UDEVGothic .endif .if ${PORT_OPTIONS:MUDEV_GOTHIC_JPDOC} FONT_FAMILY+= UDEVGothicJPDOC .endif .if ${PORT_OPTIONS:MUDEV_GOTHIC_LG} FONT_FAMILY+= UDEVGothicLG .endif .if ${PORT_OPTIONS:MUDEV_GOTHIC_35} FONT_FAMILY+= UDEVGothic35 .endif .if ${PORT_OPTIONS:MUDEV_GOTHIC_35JPDOC} FONT_FAMILY+= UDEVGothic35JPDOC .endif .if ${PORT_OPTIONS:MUDEV_GOTHIC_35LG} FONT_FAMILY+= UDEVGothic35LG .endif +FONT_STYLE= Bold BoldItalic Italic Regular + do-install: ${MKDIR} ${STAGEDIR}${FONTSDIR} .for FAMILY in ${FONT_FAMILY} -. for STYLE in Bold BoldItalic Italic Regular +. for STYLE in ${FONT_STYLE} ${INSTALL_DATA} ${WRKSRC}/${FAMILY}-${STYLE}.ttf \ ${STAGEDIR}${FONTSDIR} @${ECHO_CMD} ${FONTSDIR}/${FAMILY}-${STYLE}.ttf >> ${TMPPLIST} . endfor .endfor .include diff --git a/japanese/font-udev-gothic/distinfo b/japanese/font-udev-gothic/distinfo index c283d26cb1dc..6a3576c6b0be 100644 --- a/japanese/font-udev-gothic/distinfo +++ b/japanese/font-udev-gothic/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1689481170 -SHA256 (UDEVGothic_v1.3.1.zip) = 13525cc73ea604b3a40a0e9be222cda41d53c217092546a4b178c7e8bf732002 -SIZE (UDEVGothic_v1.3.1.zip) = 61976387 +TIMESTAMP = 1724212444 +SHA256 (UDEVGothic_v2.0.0.zip) = 50f04adcae9eaa112aa3d68eb06541ab7502ae976221df2f50195ac7696c74be +SIZE (UDEVGothic_v2.0.0.zip) = 61842958 diff --git a/japanese/font-udev-gothic/pkg-descr b/japanese/font-udev-gothic/pkg-descr index b39b522c60a4..3e901d12913f 100644 --- a/japanese/font-udev-gothic/pkg-descr +++ b/japanese/font-udev-gothic/pkg-descr @@ -1,2 +1,2 @@ UDEV Gothic is a composite font of BIZ UD Gothic and -JetBrains Mono (Nerd Fonts). +JetBrains Mono.