Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.0_1 17 Mar 2025 04:02:08
    |
Charlie Li (vishwin)  |
gnome.mk: rename gdkpixbuf2 to gdkpixbuf to prepare for port move
The GTK 1-based gdk-pixbuf has not existed for some time.
No functional or package changes. |
1.0.0_1 23 Dec 2023 18:14:14
    |
Nuno Teixeira (eduardo)  |
*/*: Bump consumers of x11-toolkits/gtk30
New version of gtk3 in tree |
1.0.0 26 Aug 2023 21:03:32
    |
Po-Chuan Hsieh (sunpoet)  |
*: Rename GTK+ to GTK
GTK+ has been renamed to GTK since 2019.
Reference: https://mail.gnome.org/archives/gtk-devel-list/2019-February/msg00000.html
Approved by: portmgr (blanket) |
1.0.0 07 Apr 2023 10:30:09
    |
Nuno Teixeira (eduardo)  |
x11-toolkits/gtkdatabox: Adopt/Update to 1.0.0
- Switch to DISTVERSION
- Switch to GTK3 (upstream requirement)
- Remove libglade support, as it's based on GTK2
ChangeLog: https://sourceforge.net/projects/gtkdatabox/files/gtkdatabox-1/ |
0.9.3.1_1 02 Mar 2023 05:23:10
    |
Tobias C. Berner (tcberner)  |
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above ) |
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.9.3.1 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.9.3.1 20 Jul 2022 14:23:40
    |
Tobias C. Berner (tcberner)  |
x11-toolkits: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* 1wardd@airmail.net
* Alexander Kabaev <ak03@gte.com>
* Alexander Novitsky <alecn2002@yandex.ru>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Andreas Kohn <andreas@syndrom23.de>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Anton Berezin <tobez@FreeBSD.org>
* Brian Buchanan <brian@CSUA.Berkeley.EDU>
* Cezary Morga <cm@therek.net>
* Cheng-Lung Sung <clsung@FreeBSD.org>
* Danilo Egea Gondolfo <danilo@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.9.3.1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.9.3.1 28 Dec 2018 16:45:23
  |
fernape  |
x11-toolkits/gtkdatabox: update to 0.9.3.1
This is a bugfix release.
While here:
* Add USES=gnome
* Add missing components to USE_GNOME
* Add missing LIB_DEPENDS
* Reorder some variables
* Regenerate patches to match current conventions
Reported by: portscout |
0.9.3.0 27 Oct 2017 12:24:20
  |
vanilla  |
Update to 0.9.3.0. |
0.9.2.0_4 20 Jan 2017 20:33:31
  |
sunpoet  |
Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ |
0.9.2.0_4 08 Dec 2016 19:52:20
  |
tijl  |
Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
0.9.2.0_3 19 May 2016 10:53:06
  |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
0.9.2.0_3 01 Apr 2016 14:33:58
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
0.9.2.0_3 14 Feb 2016 22:31:38
  |
amdmi3  |
- Clarify LICENSE
- Add LICENSE_FILE
- Switch to options helpers |
0.9.2.0_3 28 Jan 2015 01:08:44
  |
amdmi3  |
- Drop @dirrm* from and add empty directories to pkg-plists
Approved by: portmgr blanket, kwm (for gnome@ ports) |
0.9.2.0_3 19 Aug 2014 18:54:01
  |
amdmi3  |
- Drop .la files, no dependees require them |
0.9.2.0_2 23 Apr 2014 13:25:17
  |
tijl  |
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la. So everything that subsequently links with libA will also
link to these extra libraries. This causes too much overlinking.
This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging. However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.
So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
(Only the first 15 lines of the commit message are shown above ) |
0.9.2.0_1 22 Apr 2014 12:19:36
  |
bapt  |
Support stage |
0.9.2.0 20 Sep 2013 23:57:48
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-toolkits) |
0.9.2.0 14 Aug 2013 22:35:54
  |
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
0.9.2.0 23 Apr 2013 14:20:28
  |
bapt  |
Finish converting the whole ports tree to USES=pkgconfig |
0.9.2.0 28 Mar 2013 03:28:31
  |
eadler  |
Mechanically convert unmaintained ports which use "gnomehack" to use "pathfix"
instead. |
0.9.2.0 08 Dec 2012 02:29:46
  |
beech  |
- Update to 0.9.2.0
Feature safe: yes
PR: ports/174160
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
0.9.1.3 27 Jul 2012 14:21:06
 |
bapt  |
Add some explicit USE_PKGCONFIG=build |
0.9.1.3 19 Jul 2012 17:43:22
 |
sperber  |
- Update to version 0.9.1.3
- Swtich to optionsng
- Add LICENSE
- Update WWW: line
- Unbreak
- Chase shlib bump
PR: ports/169423
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by: beat (mentor) |
0.9.0.1_5 17 Jun 2012 20:13:20
 |
pav  |
- Mark BROKEN: does not package - does not install documentation
Reported by: pointyhat |
0.9.0.1_5 01 Jun 2012 05:26:28
 |
dinoex  |
- update png to 1.5.10 |
0.9.0.1_4 31 May 2012 14:49:27
 |
bapt  |
Convert to new options framework |
0.9.0.1_4 30 May 2012 22:31:09
 |
pav  |
- Reset maintainer:
<shuvaev@physik.uni-wuerzburg.de>
(reason: 550 5.7.1 <shuvaev@physik.uni-wuerzburg.de>: Recipient address
rejected: User unknown) |
0.9.0.1_4 02 Jul 2011 18:18:48
 |
miwi  |
- Kick MD5 support |
0.9.0.1_4 04 Dec 2010 07:34:27
 |
ade  |
Sync to new bsd.autotools.mk |
0.9.0.1_4 20 Nov 2010 15:37:08
 |
kwm  |
Presenting GNOME 2.32.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.32/
This will be the last release of the GNOME 2.x series, mainly a bugfix and
bridge release to the first release of the GNOME 3.x series.
This release features commits by avl, marcus, mezz and myself.
The FreeBSD GNOME Team would like to thank the following contributors and
testers for there help with this release:
Zane C.B. <vvelox@vvelox.net>
romain@
Olaf Seibert <O.Seibert@cs.ru.nl>
DomiX (Only the first 15 lines of the commit message are shown above ) |
0.9.0.1_3 23 May 2010 20:45:06
 |
makc  |
Chase devel/glade3 shlib bump
PR: ports/146806
Submitted by: Anatoly Borodin <anatoly.borodin at gmail.com>
Approved by: Alexey Shuvaev (maintainer) |
0.9.0.1_3 10 May 2010 21:19:08
 |
kwm  |
Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.30/ .
This release brings initial PackageKit support, Upower (replaces power
management part of hal), cuse4bsd integration with HAL and cheese, and a
faster Evolution.
Sadly GNOME 2.30.x will be the last release with FreeBSD 6.X support. This
will also be the last of the 2.x releases. The next release will be the
highly-anticipated GNOME 3.0 which will bring with it a new UI experience.
Currently, there are a few bugs with GNOME 2.30 that may be of note for our
users. Be sure to consult the UPGRADING note or the 2.30 upgrade FAQ at
http://www.freebsd.org/gnome/docs/faq230.html for specific upgrading
instructions, and the up-to-date list of known issues. (Only the first 15 lines of the commit message are shown above ) |
0.9.0.1_3 28 Mar 2010 06:47:48
 |
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.9.0.1_2 05 Feb 2010 11:46:55
 |
dinoex  |
- update to jpeg-8 |
0.9.0.1_1 02 Aug 2009 19:36:34
 |
mezz  |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
0.9.0.1_1 31 Jul 2009 13:57:52
 |
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
0.9.0.1 10 Nov 2008 03:12:56
 |
amdmi3  |
- Update to 0.9.0.1 (prepare for gtk-2.14)
- Add more master sites (sourceforge)
PR: 128732
Submitted by: Alexey Shuavev <shuvaev at physik dot uni-wuerzburg dot de>
(maintainer) |
0.9.0.0 01 Sep 2008 02:04:26
 |
linimon  |
With the removal of x11-toolkits/gtkdatabox2, the CONFLICTS line no longer
is relevant.
Submitted by: maintainer |
0.9.0.0 11 Jul 2008 18:45:44
 |
beech  |
- Pull from attic and update to 0.9.0.0
- Pass maintainership to submitter
PR: ports/123937
Submitted by: Alexey Shuvaev <shuvaev@physik.uni-wuerzburg.de>
Approved by: portmgr, linimon (maintainer timeout >6 months) |
0.8.2.2 07 May 2008 22:57:53
 |
edwin  |
Remove x11-toolkits/gtkdatabox in favour of x11-toolkits/gtkdatabox2.
Both have the same version after last weeks updates.
Submitted by: Alexey Shuvaev <shuvaev@physik.uni-wuerzburg.de> |
0.8.2.2 05 May 2008 05:41:55
 |
edwin  |
Update to 0.8.2.2 |
0.1.13.0_3 25 Mar 2008 22:44:48
 |
miwi  |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
0.1.13.0_3 19 May 2007 20:32:57
 |
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.1.13.0_2 07 Mar 2006 08:28:06
 |
ade  |
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with: kris
Approved by: portmgr (implicit) |
0.1.13.0_1 25 Nov 2005 19:33:59
 |
pav  |
- Add SHA256 |
0.1.13.0_1 07 Jul 2004 06:56:32
 |
pav  |
- Register conflict with newly added Gtk2 incarnation of this port |
0.1.13.0_1 04 Feb 2004 05:10:27
 |
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
0.1.13.0 29 Jan 2004 16:13:06
 |
trevor  |
SIZEify. |
0.1.13.0 23 Oct 2003 18:50:54
 |
krion  |
- Fix MASTER_SITES
PR: 58448
Submitted by: Ports Fury |
0.1.13.0 20 Apr 2003 19:54:06
 |
marcus  |
Remove USE_GNOMENG. |
0.1.13.0 20 Feb 2003 19:20:28
 |
knu  |
De-pkg-comment. |
0.1.13.0 02 Sep 2002 03:58:24
 |
lioux  |
Deploy USE_GNOMENG infrastructure
PR: 42309
Submitted by: Edwin Groothuis <edwin@mavetju.org> |
0.1.13.0 20 Mar 2002 16:07:07
 |
ijliao  |
add gtkdatabox 0.1.13.0
Display large amounts of numerical data fast and easy |