svn commit: r547608 - head/x11-fonts/noto
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Sep 5 10:08:45 UTC 2020
Author: sunpoet
Date: Sat Sep 5 10:08:37 2020
New Revision: 547608
URL: https://svnweb.freebsd.org/changeset/ports/547608
Log:
Update to 2.0
- Add EMOJI and HK options
- Update WWW
Modified:
head/x11-fonts/noto/Makefile
head/x11-fonts/noto/pkg-descr
Modified: head/x11-fonts/noto/Makefile
==============================================================================
--- head/x11-fonts/noto/Makefile Sat Sep 5 10:08:33 2020 (r547607)
+++ head/x11-fonts/noto/Makefile Sat Sep 5 10:08:37 2020 (r547608)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= noto
-PORTVERSION= 1.003
+PORTVERSION= 2.0
CATEGORIES= x11-fonts
MAINTAINER= sunpoet at FreeBSD.org
@@ -11,18 +11,22 @@ LICENSE= OFL11
USES= metaport
-OPTIONS_DEFINE= BASIC EXTRA JP KR SC TC
-OPTIONS_DEFAULT=BASIC EXTRA JP KR SC TC
+OPTIONS_DEFINE= BASIC EMOJI EXTRA HK JP KR SC TC
+OPTIONS_DEFAULT=BASIC EMOJI EXTRA HK JP KR SC TC
BASIC_DESC= Install basic fonts set
EXTRA_DESC= Install extra fonts set
+EMOJI_DESC= Install emoji fonts set
+HK_DESC= Install Traditional Chinese Hong Kong fonts set
JP_DESC= Install Japanese fonts set
KR_DESC= Install Korean fonts set
SC_DESC= Install Simplified Chinese fonts set
TC_DESC= Install Traditional Chinese fonts set
BASIC_RUN_DEPENDS= noto-basic>=0:x11-fonts/noto-basic
+EMOJI_RUN_DEPENDS= noto-emoji>=0:x11-fonts/noto-emoji
EXTRA_RUN_DEPENDS= noto-extra>=0:x11-fonts/noto-extra
+HK_RUN_DEPENDS= noto-hk>=0:x11-fonts/noto-hk
JP_RUN_DEPENDS= noto-jp>=0:x11-fonts/noto-jp
KR_RUN_DEPENDS= noto-kr>=0:x11-fonts/noto-kr
SC_RUN_DEPENDS= noto-sc>=0:x11-fonts/noto-sc
Modified: head/x11-fonts/noto/pkg-descr
==============================================================================
--- head/x11-fonts/noto/pkg-descr Sat Sep 5 10:08:33 2020 (r547607)
+++ head/x11-fonts/noto/pkg-descr Sat Sep 5 10:08:37 2020 (r547608)
@@ -10,12 +10,14 @@ comprehensive set of fonts and tools used in our devel
GitHub repositories.
x11-fonts/noto is a meta port which includes:
-- x11-fonts/noto-basic: basic fonts set with emoji
+- x11-fonts/noto-basic: basic fonts set
+- x11-fonts/noto-emoji: emoji fonts set
- x11-fonts/noto-extra: extra fonts set
+- x11-fonts/noto-kr: Traditional Chinese Hong Kong fonts set
- x11-fonts/noto-jp: Japanese fonts set
- x11-fonts/noto-kr: Korean fonts set
- x11-fonts/noto-sc: Simplified Chinese fonts set
- x11-fonts/noto-tc: Traditional Chinese fonts set
WWW: https://www.google.com/get/noto/
-WWW: https://github.com/googlei18n?q=noto
+WWW: https://github.com/googlefonts?q=noto
More information about the svn-ports-head
mailing list