Commit graph

31 commits

Author SHA1 Message Date
Mathieu Arnold
467ad301e8 Convert to UCL & cleanup pkg-message (categories x) 2019-08-14 12:25:52 +00:00
Niclas Zeising
7a325e6491 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
2019-03-11 21:25:57 +00:00
Dmitry Marakasov
3cdebdc559 - Add NO_ARCH
- Update WWW

Approved by:	portmgr blanket
2017-08-30 09:01:37 +00:00
Mathieu Arnold
88bfe4bd43 Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup

With hat:	portmgr
Sponsored by:	Absolight
2015-05-11 18:34:57 +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
Baptiste Daroussin
d75c056c83 Convert to USES=fonts
Various cleanup
2015-03-19 17:33:11 +00:00
Baptiste Daroussin
4a4ec28d37 Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)

bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore

Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier

With hat:	portmgr
2014-05-05 09:45:36 +00:00
Thierry Thomas
b8ff94e5a9 Support staging. 2014-04-22 21:00:34 +00:00
Baptiste Daroussin
9f9d071f7b Convert x* to USES=zip 2014-03-10 18:09:41 +00:00
Baptiste Daroussin
e04b632220 Fix properties on pkg-plist 2014-01-21 23:40:21 +00:00
Baptiste Daroussin
8370206e3b Add NO_STAGE all over the place in preparation for the staging support (cat: x11-fonts) 2013-09-20 23:51:14 +00:00
Thierry Thomas
f51bb160eb Remove the former official site.
Dpotted by:	marino
2013-08-26 12:07:39 +00:00
Doug Barton
44fa804810 s/X11BASE/LOCALBASE/, or equivalent.
The X11BASE variable is long gone, however these ports were not updated.
2012-06-24 21:53:38 +00:00
Thierry Thomas
fbc10713a1 Remove the former official website, which is down.
Note: I have been notified that Code2000 (with Code2001 and Code2002)
are now downloadable from Sourceforge, but according to
http://en.wikipedia.org/wiki/Talk:Code2000
this could be a fake, it's why I don't update the port now.
2012-01-23 21:23:51 +00:00
Thierry Thomas
26b0ffca5d Remove the RESTRICTED line, because we don't modify the original files.
Reported by:	Pav
Feature safe:	yes
2011-01-24 20:00:36 +00:00
Thierry Thomas
6973dedeae Make fetchable again.
Reported by:	pointyhat (Pav & Erwin)
Feature safe:	yes
2011-01-20 21:57:56 +00:00
Thierry Thomas
07ae4c345d Upgrade to 1.171.
Notified by:	pointyhat via Pav & Erwin
2008-06-17 21:30:54 +00:00
Martin Wilke
cc9df16114 - Fix build after xorg cleanup
Submitted by:	pointyhat
2008-04-21 14:31:47 +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
Thierry Thomas
6cae78c2cf Upgrade to 1.17, switch to mkfontscale / mkfontdir and run fc-cache. 2008-04-08 17:10:17 +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
Thierry Thomas
b5e7188a9a Chase the new site.
Note: this is the same font, only code2000.html has been updated.
2006-09-24 21:20:24 +00:00
Thierry Thomas
dc08eac0a8 The author's page disapeared: host the distfile untill it will come back. 2006-09-03 13:32:39 +00:00
Kris Kennaway
00ff53594b NO_PACKAGE is not appropriate; use RESTRICTED instead. Mark BROKEN since
it is unfetchable.
2006-09-02 23:39:51 +00:00
Thierry Thomas
d0bd638125 - Upgrade to 1.16;
- Change my address;

- Remove XFree86-3 support;

- Chase ttmkfdir update.
2006-08-03 20:06:54 +00:00
Edwin Groothuis
84b1517c16 SHA256ify
Approved by: krion@
2006-01-24 03:16:52 +00:00
Mikhail Teterin
9dfda3afe0 Update from 1.14 to 1.15 -- the older distfile is no longer available.
Approved by:	Thierry Thomas	(maintainer)
2005-04-10 20:09:19 +00:00
Thierry Thomas
597c69304e Upgrade to 1.14. 2004-10-11 22:36:21 +00:00
Eric Anholt
4eb209da7d - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,
and make XFREE86_VERSION map to it.  XFREE86_VERSION is now deprecated.
- Make xorg the default X_WINDOW_SYSTEM on -current.
- Add several new X_*_PORT variables which point to various pieces of X11 based
  on the setting of X_WINDOW_SYSTEM, and make ports use them.
- Add information to CHANGES about how to handle the transition.

PR:		ports/68763
Approved by:	portmgr (marcus)
Approved by:	re (scottl)
2004-07-23 19:10:32 +00:00
Thierry Thomas
4617e79801 SIZE-ify my ports.
Submitted by:	Trevor Johnson <trevor@FreeBSD.org>
Approved by:	mat (mentor).
2004-03-19 00:19:49 +00:00
Pav Lucistnik
a77680083d Add Code2000, a shareware Unicode reference font. It contains over 34000 glyphs!
You should pay $5 to the author if you find this useful.

PR:		ports/60056
Submitted by:	Thierry Thomas <thierry@pompo.net>
2003-12-09 00:55:23 +00:00