Commit graph

31 commits

Author SHA1 Message Date
Hiroki Sato
2da7edc3dc Mark NO_ARCH. 2015-09-25 22:02:16 +00:00
Hiroki Sato
0b3da8c79c Fix fonts.dir by using fonts:fc and style consistency. 2015-09-13 23:36:45 +00:00
Baptiste Daroussin
a5da770e67 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
2015-03-21 23:05:19 +00:00
Jan Beich
4a9828c21d 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)
2015-01-31 12:50:07 +00:00
Antoine Brodin
34b4ea6c88 Remove code unused with staging 2014-11-23 12:21:09 +00:00
Antoine Brodin
8b6ef795df Cleanup plist 2014-11-12 13:45:59 +00:00
Adam Weinberger
aeac01a4bb Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 21:43:17 +00:00
Baptiste Daroussin
e04b632220 Fix properties on pkg-plist 2014-01-21 23:40:21 +00:00
Hiroki Sato
273777f582 - Add STAGEDIR support.
- Update to 20130617 (japanese/font-migmix)
- Update to 456 (japanese/font-ume)
2013-10-16 04:56:32 +00:00
Baptiste Daroussin
8ee9a3584f Add NO_STAGE all over the place in preparation for the staging support (cat: japanese) 2013-09-20 18:47:54 +00:00
Hiroki Sato
9edc5c1eb2 - 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 [*]
2013-09-04 21:15:21 +00:00
Hiroki Sato
1bc1e3a341 Fix DATADIR. 2013-04-30 23:51:33 +00:00
Hiroki Sato
c25e9122da - Trim old-style header.
- Use OPTIONS_DEFINE.
2013-04-30 20:53:25 +00:00
Martin Wilke
65e190c0f0 - Get Rid MD5 support
With hat:	portmgr (myself)
2011-03-18 17:59:50 +00:00
Hiroki Sato
81cd33b283 Fix PREFIX/LOCALBASE confusion.
PR:	ports/146247
2010-09-30 19:40:16 +00:00
Hiroki Sato
f1c6e28407 Fix pkg-plist. 2009-05-31 16:34:46 +00:00
Hiroki Sato
a740775726 Remove fonts.dir when it is empty.
Spotted by:	QAT
2009-05-31 12:23:02 +00:00
Hiroki Sato
605c645403 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".
2009-05-31 09:15:47 +00:00
Hiroki Sato
e44333988c Remove obsolete fp=[y|n] modifier in fonts.dir. 2008-05-31 07:23:00 +00:00
Hiroki Sato
47b67d0dae Remove unused variables. 2008-05-25 07:11:23 +00:00
Hiroki Sato
a78291a57d Remove ${DATADIR} properly.
Spotted by:	pointyhat
2008-05-17 14:19:05 +00:00
Hiroki Sato
c8b489c8c7 - Improve fontconfig support.
- Clean up fonts.dir handling.
- Use $PORTDOCS.
2008-05-12 17:19:56 +00:00
Martin Wilke
3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00
Martin Wilke
06aa815303 - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-23 23:03:18 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Hiroki Sato
af5d5061f8 Fix pkg-plist.
Spotted by:	pointyhat
2006-02-20 20:48:58 +00:00
Hiroki Sato
ec1d1dda3b - Add a configuration file for fontconfig[*]
- Use @dirrmtry
- Call fc-cache after the installation/deinstallation

Submitted by:	Yamashiro Jun[*]
PR:		ports/92489[*]
2006-02-05 17:20:45 +00:00
Edwin Groothuis
c92c635b24 SHA256ify
Approved by: krion@
2006-01-22 12:42:24 +00:00
Hiroki Sato
0a69cf7076 Fix pkg-plist. 2005-03-07 19:02:40 +00:00
Hiroki Sato
63d4ea98cc - Update to 20040629.
- Fix MASTER_SITES.
2004-08-21 11:14:41 +00:00
Norikatsu Shigemura
e3022c2a30 Add sazanami-ttf 20040618, Free Japanese TrueType fonts named 'Sazanami'.
Submitted by:	hrs
2004-06-19 14:09:28 +00:00