Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
07 Apr 2021 08:09:01 20040629_7
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:13 20040629_7
|
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
06 Apr 2021 14:31:07 20040629_7
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
24 Jul 2020 06:28:59
20040629_7
|
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 |
30 Dec 2019 04:59:32
20040629_7
|
hrs  |
- Add LICENSE.
- Use FONTPATHSPEC.
- Use FONTSDIR consistently. |
24 Mar 2018 21:12:13
20040629_6
|
sunpoet  |
Rename MASTER_SITE_SOURCEFORGE_JP to MASTER_SITE_OSDN
PR: 225609
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> |
19 May 2016 10:44:12
20040629_6
|
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
25 Sep 2015 22:02:16
20040629_6
|
hrs  |
Mark NO_ARCH. |
13 Sep 2015 23:36:46
20040629_5
|
hrs  |
Fix fonts.dir by using fonts:fc and style consistency. |
21 Mar 2015 23:05:21
20040629_4 
|
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 |
31 Jan 2015 12:50:08
20040629_3
|
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) |
23 Nov 2014 12:21:09
20040629_2
|
antoine  |
Remove code unused with staging |
12 Nov 2014 13:46:00
20040629_2
|
antoine  |
Cleanup plist |
29 Jul 2014 21:43:18
20040629_2
|
adamw  |
Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
21 Jan 2014 23:40:23
20040629_2
|
bapt  |
Fix properties on pkg-plist |
16 Oct 2013 04:56:32
20040629_2
|
hrs  |
- Add STAGEDIR support.
- Update to 20130617 (japanese/font-migmix)
- Update to 456 (japanese/font-ume) |
20 Sep 2013 18:47:56
20040629_2
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
japanese) |
04 Sep 2013 21:15:22
20040629_2
|
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 [*] |
30 Apr 2013 23:51:33
20040629_1
|
hrs  |
Fix DATADIR. |
30 Apr 2013 20:53:25
20040629
|
hrs  |
- Trim old-style header.
- Use OPTIONS_DEFINE. |
18 Mar 2011 17:59:51
20040629
|
miwi  |
- Get Rid MD5 support
With hat: portmgr (myself) |
30 Sep 2010 19:40:16
20040629
|
hrs  |
Fix PREFIX/LOCALBASE confusion.
PR: ports/146247 |
31 May 2009 16:34:46
20040629
|
hrs  |
Fix pkg-plist. |
31 May 2009 12:23:02
20040629
|
hrs  |
Remove fonts.dir when it is empty.
Spotted by: QAT |
31 May 2009 09:15:47
20040629
|
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". |
31 May 2009 06:17:18
20040629_5
|
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 |