๐Ÿ“ฆ amake / macports-fonts

A MacPorts portfile repository for system fonts

โ˜… 8 stars โ‘‚ 1 forks ๐Ÿ‘ 8 watching โš–๏ธ BSD 3-Clause "New" or "Revised" License
fontsmacports
๐Ÿ“ฅ Clone https://github.com/amake/macports-fonts.git
HTTPS git clone https://github.com/amake/macports-fonts.git
SSH git clone git@github.com:amake/macports-fonts.git
CLI gh repo clone amake/macports-fonts
Aaron Madlon-Kay Aaron Madlon-Kay JuliaMono: update to 0.062 376bc3e 7 days ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ fonts
๐Ÿ“ hooks
๐Ÿ“„ .gitignore
๐Ÿ“„ LICENSE
๐Ÿ“„ Makefile
๐Ÿ“„ README.md
๐Ÿ“„ README.md

MacPorts Fonts

This is a MacPorts portfile repository offering ports for system fonts.

These are OpenType, TrueType, etc. fonts that install to /Library/Fonts for use throughout the OS in "regular" applications. This stands in contrast to the fonts offered in the default MacPorts repository, which are only installed and configured for use in X11.

Included fonts

Currently most fonts fall into one of two categories:

  • Monospaced fonts designed for code
  • CJK fonts, especially Japanese
Only fonts with permissive licenses have direct downloads setup. Fonts with restrictive licenses can be included but will require manually obtaining the distfiles.

Usage

Clone this repository somewhere (as of MacPorts 2.11.6 you will likely want to put it outside of your home directory, such as in /Users/Shared, for permissions reasons):

git clone https://github.com/amake/macports-fonts.git

Optionally set up automatic index refresh:

cd macports-fonts
make

Add the entry to your MacPorts sources config (by default at /opt/local/etc/macports/sources.conf):

### comments

file:///path/to/your/clone/of/macports-fonts  # <- add this
rsync://rsync.macports.org/macports/release/tarballs/ports.tar [default]

See also the MacPorts Guide chapter on Local Portfile Repositories.