| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/x11-fonts/noto-jp/ |
Upload File : |
PORTNAME= noto
PORTVERSION= 2.002
CATEGORIES= x11-fonts
MASTER_SITES= https://github.com/googlefonts/noto-cjk/raw/v20201206-cjk/
PKGNAMESUFFIX= -jp
DISTFILES= LICENSE \
${NOTO_JP_FONTS}
DIST_SUBDIR= Noto/CJK/${PORTVERSION}
EXTRACT_ONLY= # empty
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Google Noto Fonts family (Japanese)
WWW= https://www.google.com/get/noto/
LICENSE= OFL11
LICENSE_FILE= ${DISTDIR}/${DIST_SUBDIR}/LICENSE
USES= fonts
NO_ARCH= yes
NO_BUILD= yes
NOTO_JP_FONTS= NotoSansCJKjp-Black.otf \
NotoSansCJKjp-Bold.otf \
NotoSansCJKjp-DemiLight.otf \
NotoSansCJKjp-Light.otf \
NotoSansCJKjp-Medium.otf \
NotoSansCJKjp-Regular.otf \
NotoSansCJKjp-Thin.otf \
NotoSansJP-Black.otf \
NotoSansJP-Bold.otf \
NotoSansJP-DemiLight.otf \
NotoSansJP-Light.otf \
NotoSansJP-Medium.otf \
NotoSansJP-Regular.otf \
NotoSansJP-Thin.otf \
NotoSansMonoCJKjp-Bold.otf \
NotoSansMonoCJKjp-Regular.otf \
NotoSerifCJKjp-Black.otf \
NotoSerifCJKjp-Bold.otf \
NotoSerifCJKjp-ExtraLight.otf \
NotoSerifCJKjp-Light.otf \
NotoSerifCJKjp-Medium.otf \
NotoSerifCJKjp-Regular.otf \
NotoSerifCJKjp-SemiBold.otf \
NotoSerifJP-Black.otf \
NotoSerifJP-Bold.otf \
NotoSerifJP-ExtraLight.otf \
NotoSerifJP-Light.otf \
NotoSerifJP-Medium.otf \
NotoSerifJP-Regular.otf \
NotoSerifJP-SemiBold.otf
do-install:
${MKDIR} ${STAGEDIR}${FONTSDIR}
cd ${DISTDIR}/${DIST_SUBDIR} && ${INSTALL_DATA} ${NOTO_JP_FONTS} ${STAGEDIR}${FONTSDIR}
.include <bsd.port.mk>