Port details |
- font-ume Ume Japanese TrueType fonts
- 0.0.670 japanese =2 0.0.670Version of this port present on the latest quarterly branch.
- Maintainer: hrs@FreeBSD.org
- Port Added: 2009-05-31 06:17:40
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: x11-fonts
- License: PD
- WWW:
- https://sourceforge.jp/projects/ume-font/wiki/FrontPage
- Description:
- UmeFont is a free Japanese TrueType font.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ja-font-ume>0:japanese/font-ume
- To install the port:
- cd /usr/ports/japanese/font-ume/ && make install clean
- To add the package, run one of these commands:
- pkg install japanese/font-ume
- pkg install ja-font-ume
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ja-font-ume
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1577677387
SHA256 (umefont_670.tar.xz) = c18513cb859995576896fed5462925194d79b9731ea52c60fe2622ee135a46a5
SIZE (umefont_670.tar.xz) = 6900112
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:
-
- fc-cache : x11-fonts/fontconfig
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- japanese_font-ume
- USES:
- fonts:fc tar:xz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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) |
0.0.670 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 ) |
0.0.670 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.0.670 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
0.0.670 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.0.670 24 Jul 2020 06:28:59 |
rigoletto |
Mk/bsd.sites.mk: Update URL of MASTER_SITE_OSDN to one that supports
geographical load balancing
- update all affected ports
PR: 244164
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Differential Revision: https://reviews.freebsd.org/D24955 |
0.0.670 30 Dec 2019 05:03:45 |
hrs |
- Update to 0.0.670.
- Use FONTPATHSPEC.
- Use FONTSDIR consistently. |
0.0.660 17 Jun 2018 19:24:49 |
pi |
japanese/font-ume: Fix MASTER_SITES
PR: 228242
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Approved by: hrs (maintainer timeout) |
0.0.660 24 Mar 2018 21:12:13 |
sunpoet |
Rename MASTER_SITE_SOURCEFORGE_JP to MASTER_SITE_OSDN
PR: 225609
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> |
0.0.660 30 Dec 2016 12:33:35 |
hrs |
Update to 660. |
0.0.470_3 25 Sep 2015 22:02:16 |
hrs |
Mark NO_ARCH. |
0.0.470_2 13 Sep 2015 23:36:46 |
hrs |
Fix fonts.dir by using fonts:fc and style consistency. |
0.0.470_1 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
0.0.470_1 21 Mar 2015 23:05:21 |
bapt |
Make fonts repecting XDG
Xorg is now looking in ${LOCALBASE}/share/fonts by default
Xorg now accepts symlinks in etc/X11/fontpath.d (as decribed in Xserver(1))
Large cleanup on lots of font ports
All fonts are now properly dynamically generating fonts.dir and fonts.scale
instead of sometime overwriting existing ones)
All fonts are generating fontconfig's cache
Improve consistency in fonts ports |
0.0.470 15 Feb 2015 19:16:24 |
hrs |
Update to 470. |
0.0.464_1 31 Jan 2015 12:50:08 |
jbeich |
Convert fc-cache(1) calls in pkg-plist to use @fc keyword
fonts.cache-1 lines started to appear after r148143 but became
obsolete since `fc-cache -s` support (i.e. /var/db/fontconfig)
and several FC_CACHE_VERSION bumps. Remove them.
Differential Revision: https://reviews.freebsd.org/D1733
Reviewed by: hrs
Approved by: portmgr blanket
Approved by: bapt (mentor) |
0.0.464 23 Nov 2014 12:21:09 |
antoine |
Remove code unused with staging |
0.0.464 12 Nov 2014 13:46:00 |
antoine |
Cleanup plist |
0.0.464 06 Nov 2014 16:30:28 |
ak |
- Remove a few remaining $Id$ from pkg-plists
Approved by: portmgr (mat) |
0.0.464 21 Aug 2014 07:13:10 |
hrs |
Update to 0.0.464. |
0.0.462 24 May 2014 17:27:32 |
hrs |
Update to 462. |
0.0.456 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
0.0.456 16 Oct 2013 04:56:32 |
hrs |
- Add STAGEDIR support.
- Update to 20130617 (japanese/font-migmix)
- Update to 456 (japanese/font-ume) |
0.0.455 20 Sep 2013 18:47:56 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
japanese) |
0.0.455 04 Sep 2013 21:15:22 |
hrs |
- Fix a warning "Having multiple values in <test> isn't supported and may
not work as expected" when using the latest x11-fonts/fontconfig [*].
- Update to the latest version (font-migu, font-ume, font-vlgothic).
- Style clean-ups.
PR: ports/181701 [*] |
0.0.452 18 Jun 2013 08:13:08 |
hrs |
Update to 452.
PR: ports/179673 |
0.0.450_1 30 Apr 2013 23:43:29 |
hrs |
Fix DATADIR. |
0.0.450 30 Apr 2013 07:48:20 |
hrs |
Update to 450 and style clean-ups. |
0.0.449 15 Apr 2013 12:04:32 |
hrs |
Update to 449 because the old distfile was removed.
Approved by: portmgr (bdrewery) |
0.0.447 02 Feb 2013 18:02:22 |
hrs |
Update to 447. |
0.0.445 18 Nov 2012 12:30:59 |
hrs |
Update to 445.
Feature safe: yes |
0.0.441 12 Jul 2012 15:58:12 |
hrs |
Update to 441. |
0.0.436 16 Feb 2012 02:23:37 |
hrs |
Update to 0.436. |
0.0.427 24 May 2011 02:42:17 |
hrs |
Update to 0.427. |
0.0.423 05 Jan 2011 13:14:25 |
hrs |
Update to 423. |
0.0.419 08 Dec 2010 06:39:19 |
hrs |
Fix PREFIX/LOCALBASE confusion.
PR: ports/146247 |
0.0.419 30 Sep 2010 18:51:08 |
hrs |
Update to 419. |
0.0.417 31 Jul 2010 18:43:14 |
hrs |
Update to 417. |
0.0.414 04 Jun 2010 08:09:20 |
pav |
- Introduce a new USE_XZ knob that handles lzma/xz compressed distfiles
- Convert a bunch of ports to use it
PR: ports/146329
Submitted by: mm
With hat: portmgr |
0.0.414 21 May 2010 16:23:47 |
naddy |
The xz utils and lzma library have been imported into base, so make
the dependency on the archivers/xz port conditional on OSVERSION. |
0.0.414 25 Apr 2010 13:52:12 |
hrs |
Update to 414. |
0.0.412 02 Mar 2010 14:33:36 |
hrs |
Update to 412.
Feature safe: yes |
0.0.410_1 27 Dec 2009 13:51:24 |
hrs |
Fix pkg-plist.
Spotted by: QAT |
0.0.410 27 Dec 2009 07:45:59 |
hrs |
Update to 410. |
0.0.401 31 May 2009 12:23:02 |
hrs |
Remove fonts.dir when it is empty.
Spotted by: QAT |
0.0.401 31 May 2009 09:15:47 |
hrs |
Ports for Japanese fonts have been reorganized in the following way:
japanese/ipa-ttfonts -> japanese/font-mplus-ipa
japanese/ipa-ttfonts -> japanese/font-ipa
japanese/kochi-ttfonts -> japanese/font-kochi
japanese/mplusfonts -> japanese/font-mplus
japanese/sazanami-ttf -> japanese/font-sazanami
japanese/shinonome -> japanese/font-shinonome
japanese/umefont -> japanese/font-ume
japanese/vlgothic -> japanese/font-vlgothic
While basically these are port name changes for consistency,
installation directories are also changed:
font files -> ${PREFIX}/share/${PORTNAME}/*
symlinks -> ${PREFIX}/share/fonts/{TTF,OTF,fontname,...}/*
symlinks -> ${PREFIX}/lib/X11/fonts/{TTF,OTF,misc,fontname,...}/*
A user-visible one is that the directory name "TrueType" is replaced
with "TTF". |
0.0.401 31 May 2009 06:17:18 |
hrs |
The following repocopies have been done for reorganization of
ports for Japanese fonts:
japanese/ipa-ttfonts -> japanese/font-mplus-ipa
japanese/ipa-ttfonts -> japanese/font-ipa
japanese/kochi-ttfonts -> japanese/font-kochi
japanese/mplusfonts -> japanese/font-mplus
japanese/sazanami-ttf -> japanese/font-sazanami
japanese/shinonome -> japanese/font-shinonome
japanese/umefont -> japanese/font-ume
japanese/vlgothic -> japanese/font-vlgothic
Thanks to: marcus
PR: 134507 |