Port details |
- noto-basic Google Noto Fonts family (Basic)
- 2.0_4 x11-fonts =7 2.0_4Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2019-03-03 22:19:45
- Last Update: 2024-05-13 18:20:12
- Commit Hash: d60e1ed
- People watching this port, also watch:: xorg-docs, libexif, libXdamage, libevent, indexinfo
- License: NA
- WWW:
- https://fonts.google.com/noto
- https://github.com/notofonts/notofonts.github.io
- Description:
- When text is rendered by a computer, sometimes characters are displayed as
"tofu". They are little boxes to indicate your device doesn't have a font to
display the text.
Google has been developing a font family called Noto, which aims to support all
languages with a harmonious look and feel. Noto is Google's answer to tofu. The
name noto is to convey the idea that Google's goal is to see no more "tofu".
Noto has multiple styles and weights, and is freely available to all. The
comprehensive set of fonts and tools used in our development is available in our
GitHub repositories.
This port is the meta port for basic fonts set.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- noto-basic>0:x11-fonts/noto-basic
- To install the port:
- cd /usr/ports/x11-fonts/noto-basic/ && make install clean
- To add the package, run one of these commands:
- pkg install x11-fonts/noto-basic
- pkg install noto-basic
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: noto-basic
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- noto-sans>=0 : x11-fonts/noto-sans
- noto-sans-mono>=0 : x11-fonts/noto-sans-mono
- noto-sans-symbols>=0 : x11-fonts/noto-sans-symbols
- noto-sans-symbols2>=0 : x11-fonts/noto-sans-symbols2
- noto-serif>=0 : x11-fonts/noto-serif
- This port is required by:
- for Run
-
- audio/fossmixer
- editors/cooledit
- www/chromium
- www/iridium
- www/ungoogled-chromium
- x11/plasma5-plasma-integration
- x11/plasma6-plasma-integration
Configuration Options:
- No options to configure
- Options name:
- x11-fonts_noto-basic
- USES:
- metaport
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
- There is no master site for this port.
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.0_4 13 May 2024 18:20:12 |
Po-Chuan Hsieh (sunpoet) |
x11-fonts/noto-basic: Update RUN_DEPENDS
- Bump PORTREVISION for dependency change
x11-fonts/noto-sans-{basic,extra} has been merged to x11-fonts/noto-sans.
x11-fonts/noto-sans-mono-{basic,extra} has been merged to
x11-fonts/noto-sans-mono.
x11-fonts/noto-sans-symbols-{basic,extra} has been merged to
x11-fonts/noto-sans-symbols.
x11-fonts/noto-serif-{basic,extra} has been merged to x11-fonts/noto-serif. |
2.0_3 23 Mar 2024 15:10:53 |
Po-Chuan Hsieh (sunpoet) |
x11-fonts/noto-basic: Convert to a meta port
- Bump PORTREVISION for dependency and package change |
2.0_2 23 Mar 2024 14:01:07 |
Po-Chuan Hsieh (sunpoet) |
Revert "x11-fonts/noto*: Restructure and update"
This reverts commit 3b128ff9f74b28ada2f475f0b816480b1550e5b8. |
2.0_3 23 Mar 2024 13:40:46 |
Tijl Coosemans (tijl) |
x11-fonts/noto*: Restructure and update
Split x11-fonts/noto-basic into separate ports so they can be updated
separately. Keep noto-basic as a metaport but replace dependencies on
it with dependencies on individual fonts as needed.
Adjust x11-fonts/noto-extra to resolve conflicts for now. Individual
fonts can be split from this port later.
Let x11-fonts/noto-emoji install the monochrome Noto Emoji font and
create a new port x11-fonts/noto-color-emoji for Noto Color Emoji.
Add the new ports to x11-fonts/noto metaport and make Noto Sans and
Noto Serif non-optional because script-specific fonts depend on them.
(Only the first 15 lines of the commit message are shown above ) |
2.0_2 11 Sep 2023 03:12:39 |
Po-Chuan Hsieh (sunpoet) |
x11-fonts/noto-{basic,extra}: Reorganize
- Move from noto-basic to noto-extra:
- NotoMono-Regular.ttf: Obsoleted
- NotoSansLinearB-Regular.ttf: Ancient script
- Move from noto-extra to noto-basic:
- NotoSansMono-Bold.ttf, NotoSansMono-Regular.ttf: Replace
NotoMono-Regular.ttf
- NotoSansSymbols-Bold.ttf: Along with NotoSansSymbols-Regular.ttf
- Bump PORTREVISION for package change
PR: 273179
Submitted by: tijl |
2.0_1 05 Apr 2023 17:29:55 |
Po-Chuan Hsieh (sunpoet) |
x11-fonts/noto-basic: Update WWW |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.0_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.0_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.0_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.0_1 05 Sep 2020 18:59:58 |
sunpoet |
Bump PORTREVISION for package change (part of r547609)
Reported by: pkubaj |
2.0 05 Sep 2020 10:08:42 |
sunpoet |
Move emoji fonts to x11-fonts/noto-emoji
- Update LICENSE
- Bump PORTREVISION for package change |
2.0 31 Aug 2019 11:20:25 |
sunpoet |
Update to 2.0
- Update MASTER_SITES
- Remove outdated NotoEmoji-Regular.ttf |
1.0.5_1 11 Mar 2019 21:25:57 |
zeising |
x11-fonts/mkfontscale: Update to 1.2.0
Update x11-fonts/mkfontscale to 1.2.0
Remove x11-fonts/mkfontdir, which has been merged into mkfontscale.
Update dependencies and bump portrevisions.
Add an entry to UPDATING and MOVES
Changelog:
https://lists.x.org/archives/xorg/2019-March/059633.html
Thanks to Antoine for the exp-run!
PR: 236336 (exp-run)
Obtained from: FreeBSD Graphics Team dev repo
https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/mkfontscale
Sponsored by: B3 Init |
1.0.5 03 Mar 2019 22:19:31 |
sunpoet |
Move x11-fonts/noto-lite to x11-fonts/noto-basic
- Update NotoEmoji-Regular to 1.05uh
- Update MASTER_SITES
- Add NotoColorEmoji
- Update COMMENT
- Add LICENSE_FILE
- Change FONTNAME to noto
- Silence extraction message
- Use PLIST
- Update RUN_DEPENDS of dependent ports
- Bump PORTREVISION of dependent ports for dependency change
Changes: https://github.com/googlei18n/noto-emoji/commits/master/fonts/NotoEmoji-Regular.ttf |