notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: x11-fonts/fontconfig/distinfo
SVNWeb

Number of commits found: 35

Mon, 20 Feb 2023
[ 15:10 Daniel Engberg (diizzy) search for other commits by this committer ]    commit hash:b57fcb31ae96e8b145167ba71d3431bbb20e1a1c  commit hash:b57fcb31ae96e8b145167ba71d3431bbb20e1a1c  commit hash:b57fcb31ae96e8b145167ba71d3431bbb20e1a1c  b57fcb3 
x11-fonts/fontconfig: Update to 2.14.2

Upstream now supports definition of a lot of variables which means we
can now drop a bunch of local patches.

Changelog:
https://gitlab.freedesktop.org/fontconfig/fontconfig/-/blob/2.14.1/README

PR:		268627
Approved by:	desktop (tcberner)
Exp-run by: 	antoine
Tue, 6 Sep 2022
[ 14:11 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:2233880ba12f01b929c65bfa4bb4329235454dbc  commit hash:2233880ba12f01b929c65bfa4bb4329235454dbc  commit hash:2233880ba12f01b929c65bfa4bb4329235454dbc  2233880 
x11-fonts/fontconfig: update to 2.14.0

PR:		266126
Exp-run by:	antoine
Sun, 15 Aug 2021
[ 06:15 Daniel Engberg (diizzy) search for other commits by this committer ]    commit hash:83e384fbc4fd9d8af5d513f98913518bd78e021b  commit hash:83e384fbc4fd9d8af5d513f98913518bd78e021b  commit hash:83e384fbc4fd9d8af5d513f98913518bd78e021b  83e384f 
x11-fonts/fontconfig: Update to 2.13.94

Changelog:
https://gitlab.freedesktop.org/fontconfig/fontconfig/-/blob/main/README

PR:		257119
Approved by:	tcberner (mentor)
Exp-run by:	antoine
Mon, 15 Feb 2021
[ 19:09 tcberner search for other commits by this committer ] Original commit   Revision:565327 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
x11-fonts/fontconfig: Update to 2.13.93

Changelog:
       
https://gitlab.freedesktop.org/fontconfig/fontconfig/-/blob/master/README

- Switch to meson build system

PR:             253212
Exp-run by:     antoine
Submitted by:   daniel.engberg.lists@pyret.net
Fri, 3 Apr 2020
[ 20:02 tcberner search for other commits by this committer ] Original commit   Revision:530516
x11-fonts/fontconfig: update to 2.13.92

Fontconfig 2.13.1 generated .uuid files in the fonts directory which where
not properly registered to the packages. To clean them up, please execute the
following command:

        find %%LOCALBASE%%/share/fonts -type f -name .uuid -delete

By switching to this RC, the dependency on libuuid can be droped again, and the
issue of registering uuid is moot.

PR:		239167
Exp-run by:	antoine
Submitted by:	lightside <lightside@gmx.com>
MFH:		2020Q2
Sat, 14 Mar 2020
[ 22:29 tcberner search for other commits by this committer ] Original commit   Revision:528458
x11-fonts/fontconfig: improve port

This reintegrates work done by lightside and swills into the upgrade to 2.13.1:

- add upstream performance improving patches
- add nls option
- drop unnecessary CONFIGURE_ENV

PR:		239167
Submitted by:	lightside <lightside@gmx.com>, swills
[ 21:21 tcberner search for other commits by this committer ] Original commit   Revision:528448
x11-fonts/fontconfig: update to 2.13.1

Changelog:
	https://www.freedesktop.org/software/fontconfig/release/ChangeLog-2.13.1

Reviewed by:	madpilot
Differential Revision:	https://reviews.freebsd.org/D22411
Wed, 9 May 2018
[ 03:50 lwhsu search for other commits by this committer ] Original commit   Revision:469428
- Update to 2.12.6

PR:		225164
Submitted by:	lightside <lightside@gmx.com>
Test and tweaked by:	Ting-Wei Lan <lantw44@gmail.com>
Approved by:	kwm (gnome@, maintainer)
Sun, 21 Aug 2016
[ 19:13 kwm search for other commits by this committer ] Original commit   Revision:420579 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
Update fontconfig to 2.12.1.

Add license lines
Add option to select the preferred hinting configuration
Add CPE info [1]

PR:		211570
Submitted by:	lightside@gmx.com, rakuco@ [1]
MFH:		2016Q3
Security:	44989c29-67d1-11e6-8b1d-c86000169601, CVE-2016-5384
Wed, 3 Dec 2014
[ 23:27 kwm search for other commits by this committer ] Original commit   Revision:373853
Update fontconfig to 2.11.1.

While here:
 - Drop :keepla from USES=libtool
 - Use INSTALL_TARGET for stripping
 - Sprinkle some carrier returns in the post-install target so they stay within
77 char length.
 - Switch to @sample for config file
 - Remove @dirrm[try]'s from plist

PR:		195595
Submitted by:	delphij@
Fri, 27 Dec 2013
[ 15:52 kwm search for other commits by this committer ] Original commit   Revision:337743
Update to 2.11.0.

Stagify.
Thu, 19 Sep 2013
[ 21:56 kwm search for other commits by this committer ] Original commit   Revision:327652
Update to 2.10.95.

This contains some fixes for user config files.
Depend on GCC for arm, or fc-cache will Segfault. [1]
Use new LIB_DEPENDS style, remove leading artikel from COMMENT

PR:		ports/181372 [1]
Submitted by:	Chie Taguchi <taguchi.ch@gmail.com> [1]
Wed, 31 Jul 2013
[ 11:57 kwm search for other commits by this committer ] Original commit   Revision:324037 (Only the first 10 of 149 ports in this commit are shown above. View all ports for this commit)
The FreeBSD GNOME team presents a Glib and Gtk+ 3 update.

This update updates Glib20 to 2.36 and Gtk+ 3.8

* The gio-fam-backend port that used gamin for the GFileMonitor API is gone.
  It is replaced by a GIO kqueue implementation developed as part of a NetBSD
  GSoC 2011 project by Dimitry Matveev.
* Fix a bug in the glib20 Makefile so it includes -lintl in the glib-2.0
  pkgconfig file [1]. This broke static linking and newer binutils.
* Add introspection USE_GNOME component which sets GI_SCANNER_DISABLE_CACHE to
  prevent creation of /  root/.cache dir. Defaults to build & run depend,
  but :build and :run switches available.
* New x11-toolkits/pangox-compat port and companion USE_GNOME component for
  pangox support which was removed from the pango port. Add it to ports still
  using pangox API.

Exp-run by:	bapt@
PR:		ports/178958 [1]
Submitted by:	emaste@ [1]
Sun, 20 May 2012
[ 17:40 mezz search for other commits by this committer ] Original commit 
Update to 2.9.0.
Sat, 19 Mar 2011
[ 12:38 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 4601 ports in this commit are shown above. View all ports for this commit)
- Get Rid MD5 support
Sat, 28 Nov 2009
[ 20:06 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 823 ports in this commit are shown above. View all ports for this commit)
Presenting GNOME 2.28.1 for FreeBSD.  The official release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.28/ .
Officially, this is mostly a polishing release in preparation for GNOME 3.0
due in about a year.

On the FreeBSD front, though, a lot went into this release.  Major thanks
goes to kwm and avl who did a lot of the porting work for this release.
In particular, kwm brought in Evolution MAPI support for better Microsoft
Exchange integration.  Avl made sure that the new gobject introspection
repository ports were nicely compartmentalized so that large dependencies
aren't brought in wholesale.

But, every GNOME team member (ahze, avl, bland, kwm, mezz, and myself)
contributed to this release.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 10 Jan 2009
[ 05:22 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 718 ports in this commit are shown above. View all ports for this commit)
Presenting GNOME 2.24 for FreeBSD.

See http://library.gnome.org/misc/release-notes/2.24/ for the general
release notes.  On the FreeBSD front, this release introduces Fuse support
in HAL, adds multi-CPU support to libgtop, WebKit updates, and fixes some
long-standing seahorse and gnome-keyring bugs.  The documentation updates
to the website are forthcoming.

This release features commits by adamw, ahze, kwm, mezz, and myself.  It would
not have been possible without are contributors and testers:

Alexander Loginov
Craig Butler [1]
Dmitry Marakasov [6]
Eric L. Chen
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 24 Mar 2008
[ 03:50 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 712 ports in this commit are shown above. View all ports for this commit)
The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 for
FreeBSD.  The official GNOME 2.22 release notes can be found at
http://library.gnome.org/misc/release-notes/2.22/ .  On the FreeBSD front,
this release features an updated hal port with support for video4linux
devices, DRM (Direct Rendering), and better support of removable media.  Work
is also underway to tie webkit more closely into GNOME.  As part of the
GNOME 2.22 upgrade, GStreamer received a rather large upgrade as well.
Be sure to consult UPDATING on the proper steps to upgrade all of your
GNOME ports.

This release would not have been possible without the contributions and
testing efforts of the following people:

Pawel Worach
kan
edwin
Peter Ulrich Kruppa
J. W. Ballantine
Yasuda Keisuke
Andriy Gapon
Mon, 19 Mar 2007
[ 05:14 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 461 ports in this commit are shown above. View all ports for this commit)
Presenting GNOME 2.18 for FreeBSD.  GNOME 2.18 is a departure from recent GNOME
releases in that it focuses more on stability and functionality than on
new features.  Not that it doesn't have its share of new and exciting
items.  See http://www.gnome.org/start/2.18/ for all the goodies in
this release.

GNOME 2.18 for FreeBSD would not have been possible without the hard work
of the FreeBSD GNOME Team and our intrepid band of testers including
J. W. Ballantine, Pawel Worach, Yasuda Keisuke, Pascal Hofstee, miwi,
Yoshihiro Ota, Vladimir Grebenschikov, Jukka A. Ukkonen,
Phillip Neumann, Franz Klammer, and Neal Delmonico.
Sat, 14 Oct 2006
[ 08:35 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 577 ports in this commit are shown above. View all ports for this commit)
Presenting GNOME 2.16.1 for FreeBSD.  This release represents a massive
amount of work by the FreeBSD GNOME Team and our testers.

On top of the usual GNOME update, we have taken this opportunity to move
GNOME from X11BASE to LOCALBASE.  This means roughly 600 ports NOT part of
the GNOME Desktop also need to be changed.  The bulk of the move was carried
out by ahze, mezz, and pav, but it would not have been possible without
cooperation from the FreeBSD KDE team who worked with us to make sure
GNOME and KDE can still coexist happily.  We would also like to send a
shout out to kris and pointyhat for putting up with multiple test runs
until we got something that was solid.

Back to GNOME 2.16.  This release brings a huge amount of new functionality
to FreeBSD.  The standard release notes can be read at
http://www.gnome.org/start/2.16/ .  But on top of what you will read there,
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 17 Dec 2005
[ 19:39 pav search for other commits by this committer ] Original commit 
- Add WITH_CJK patches

PR:             ports/90523
Submitted by:   lwj <lwj83@cs.ccu.edu.tw>
Wed, 23 Nov 2005
[ 22:41 pav search for other commits by this committer ] Original commit  (Only the first 10 of 252 ports in this commit are shown above. View all ports for this commit)
- Add SHA256 checksums
Sat, 5 Nov 2005
[ 04:53 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 369 ports in this commit are shown above. View all ports for this commit)
Presenting GNOME 2.12 for FreeBSD.  The release is chock full of bug fixes
and new features.  Don't believe me?  Then see for yourself at
http://www.gnome.org/start/2.12/notes/en/.

DO NOT USE portupgrade by itself to upgrade to GNOME 2.12.  Instead, use
the gnome_upgrade.sh script from
http://www.marcuscom.com/downloads/gnome_upgrade212.sh.  This script will
circumvent some potential pitfalls users can see if they use portupgrade
by itself.

In keeping with tradition, GNOME 2.12 for FreeBSD comes with a special
splash screen.  The winner of this release's contest is
Dominique Goncalves <dominique.goncalves@gmail.com>.  His splash screen
was inspired by http://art.gnome.org/contests/2.12-splash/83.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 16 Mar 2005
[ 08:23 marcus search for other commits by this committer ] Original commit 
Update to the latest Firefly patchset.  This patchset makes CJK TrueType fonts
prettier.

PR:             78886
Submitted by:   hamigua <hamigua@cuc.cn>
Sun, 21 Nov 2004
[ 22:03 marcus search for other commits by this committer ] Original commit 
Add the Firefly font patchset.  This patchset is mainly used to make
CJK TrueType fonts look prettier.  Various enhancements like bold, italic,
readability, and embedded bitmap font help a CJK X desktop a great deal.

To enable this patchset, define WITH_CJK while building these ports (pango,
fontconfig, libXft, and freetype2).

PR:             73083
Submitted by:   clive
Obtained from:  Hamigua <hamigua at cuc.cn> (I think)
Fri, 2 Jul 2004
[ 16:46 marcus search for other commits by this committer ] Original commit 
Update to 2.2.3.
Tue, 16 Mar 2004
[ 20:29 marcus search for other commits by this committer ] Original commit 
"Update" to 2.2.2, the latest stable release with a PORTEPOCH bump.
Fri, 18 Jul 2003
[ 02:05 marcus search for other commits by this committer ] Original commit 
Update to 2.2.90.
Tue, 17 Jun 2003
[ 22:57 marcus search for other commits by this committer ] Original commit 
Update to 2.2.1.
Tue, 22 Apr 2003
[ 01:22 marcus search for other commits by this committer ] Original commit 
Update to 2.2.0, the fontastic-everything-finally-works release.
Wed, 16 Apr 2003
[ 23:04 marcus search for other commits by this committer ] Original commit 
Update to 2.1.94.
Sun, 13 Apr 2003
[ 05:52 marcus search for other commits by this committer ] Original commit 
Update to 2.1.93.
Fri, 4 Apr 2003
[ 06:53 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
Update to 2.1.92.  This is a hacked development version that should solve
most of the Xft/fontconfig problems people are experiencing.  Note that
in this version, font caches do not have to exist for Xft applications
to function properly.

PR:     50482
Sun, 19 Jan 2003
[ 19:28 marcus search for other commits by this committer ] Original commit 
Update to 2.1.
Sun, 6 Oct 2002
[ 20:56 marcus search for other commits by this committer ] Original commit 
Add fontconfig, an XML-based font configuration API for X.

Number of commits found: 35