non port: devel/glade3/Makefile |
SVNWeb
|
Number of commits found: 44 |
Fri, 8 Nov 2019
|
[ 11:39 tobik ] 
517048 devel/ORBit2/Makefile
517048 devel/aegis/Makefile
517048 devel/bennugd-modules/Makefile
517048 devel/bzr-gtk/Makefile
517048 devel/cdash/Makefile
517048 devel/clanlib1/Makefile
517048 devel/compiz-bcop/Makefile
517048 devel/csoap/Makefile
517048 devel/dbus-c++/Makefile
517048 devel/dee/Makefile
(Only the first 10 of 109 ports in this commit are shown above. )
devel: Add missing USES={gl,gnome,php,sdl}
|
Mon, 19 Feb 2018
|
[ 11:10 antoine ] 
462307 accessibility/caribou/Makefile
462307 accessibility/py-papi/Makefile
462307 audio/alsa-lib/Makefile
462307 audio/boodler/Makefile
462307 audio/csound6/Makefile
462307 audio/dir2ogg/Makefile
462307 audio/exaile/Makefile
462307 audio/jokosher/Makefile
462307 audio/mbox/Makefile
462307 audio/mpdbrowser/Makefile
(Only the first 10 of 442 ports in this commit are shown above. )
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA
|
Fri, 27 Oct 2017
|
[ 13:40 mat ] 
452986 devel/glade3/Makefile
Typo.
Sponsored by: Absolight
|
Thu, 26 Oct 2017
|
[ 09:04 amdmi3 ] 
452909 devel/glade3/Makefile
452909 devel/glade3/pkg-descr
- Add LICENSE
- Switch to USES=localbase
- Update WWW
Approved by: portmgr blanket
|
Sun, 2 Aug 2015
|
[ 20:23 kwm ] 
393444 audio/abraca/Makefile
393444 audio/ario/Makefile
393444 audio/beast/Makefile
393444 audio/deadbeef/Makefile
393444 audio/denemo/Makefile
393444 audio/gbemol/Makefile
393444 audio/gmpc/Makefile
393444 audio/gvolwheel/Makefile
393444 audio/jamin/Makefile
393444 audio/libgpod/Makefile
(Only the first 10 of 124 ports in this commit are shown above. )
Part 1 of adding USE_GNOME=intltool to ports that require it.
The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and
gtk30 don't pull intltool in anymore.
PR: 201980
Exp-run by: antoine@
|
Sat, 24 Jan 2015
|
[ 15:54 kwm ] 
377797 devel/glade3/Makefile
377797 devel/glade3/distinfo
377797 devel/glade3/files/patch-configure
377797 devel/glade3/pkg-descr
377797 devel/glade3/pkg-plist
Update glade3 to 3.8.5.
Update Comment.
Switch to USES=libtool instead of libtool:keepla.
Convert to Options handlers, and stop messing around with PKGNAMESUFFIX
if the gnome option is selected.
PR: 196404 (based on)
Submitted by: Kevin Zheng <kevinz5000@gmail.com>
|
Mon, 20 Oct 2014
|
[ 16:04 mva ] 
371280 devel/aap/Makefile
371280 devel/alf/Makefile
371280 devel/anjuta/Makefile
371280 devel/antlr/Makefile
371280 devel/apr2/Makefile
371280 devel/avro-cpp/Makefile
371280 devel/awscli/Makefile
371280 devel/bicyclerepair/Makefile
371280 devel/boaconstructor/Makefile
371280 devel/boost-python-libs/Makefile
(Only the first 10 of 564 ports in this commit are shown above. )
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit)
|
Wed, 23 Apr 2014
|
[ 13:25 tijl ] 
351936 CHANGES
351936 Mk/Uses/libtool.mk
351936 Mk/bsd.port.mk
351936 Mk/bsd.xorg.mk
351936 archivers/libcomprex/Makefile
351936 archivers/libdynamite/Makefile
351936 archivers/liborange/Makefile
351936 archivers/librtfcomp/Makefile
351936 archivers/lzo2/Makefile
351936 archivers/ucl/Makefile
(Only the first 10 of 462 ports in this commit are shown above. )
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 )
|
Wed, 16 Apr 2014
|
[ 18:28 zeising ] 
351411 Mk/bsd.port.mk
351411 Mk/bsd.xorg.mk
351411 UPDATING
351411 accessibility/gok/Makefile
351411 archivers/libarchive/Makefile
351411 archivers/xar/Makefile
351411 astro/boinc-astropulse/Makefile
351411 astro/boinc-setiathome-v7/Makefile
351411 astro/celestia/Makefile
351411 astro/foxtrotgps/Makefile
(Only the first 10 of 1008 ports in this commit are shown above. )
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above )
|
Mon, 14 Apr 2014
|
[ 10:30 tijl ] 
351252 deskutils/cairo-dock-plugins/Makefile
351252 deskutils/xfce4-xkb-plugin/Makefile
351252 devel/anjuta-extras/Makefile
351252 devel/anjuta/Makefile
351252 devel/glade3/Makefile
351252 net/liferea/Makefile
351252 sysutils/gnome-control-center/Makefile
351252 sysutils/gnome-settings-daemon/Makefile
351252 sysutils/mate-control-center/Makefile
351252 sysutils/mate-settings-daemon/Makefile
(Only the first 10 of 18 ports in this commit are shown above. )
Bump PORTREVISIONs for r350704 (liferea), r350914 (libxklavier),
r350957 (glade3).
gnome-control-center, gnome-settings-daemon, gnome-screensaver:
- Staging.
- New LIB_DEPENDS syntax.
- USES=tar:bzip2.
|
Fri, 11 Apr 2014
|
[ 14:13 bapt ] 
350957 devel/glade3/Makefile
350957 devel/glade3/pkg-plist
Support stage
|
Fri, 20 Sep 2013
|
[ 17:04 bapt ] 
327723 devel/f77flow/Makefile
327723 devel/fam/Makefile
327723 devel/fampp/Makefile
327723 devel/fastcrc/Makefile
327723 devel/fb303/Makefile
327723 devel/fc++/Makefile
327723 devel/ffcall/Makefile
327723 devel/fga/Makefile
327723 devel/fhist/Makefile
327723 devel/fib/Makefile
(Only the first 10 of 482 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2)
|
Mon, 13 May 2013
|
[ 14:43 kwm ] 
318098 devel/glade3/Makefile
318098 devel/glade3/distinfo
318098 devel/glade3/pkg-plist
Update to 3.8.3. [1]
Utilize Options instead of autodetection.
Use USES=pathfix desktop-file-utils pkgconfig
Tell portscout to skip this port.
PR: ports/162227 [1] (based on)
Submitted by: David Demelier <demelier.david@gmail.com>
|
Wed, 24 Apr 2013
|
[ 18:10 ak ] 
316464 accessibility/accerciser/Makefile
316464 accessibility/at-spi/Makefile
316464 accessibility/dasher/Makefile
316464 accessibility/gnome-mag/Makefile
316464 accessibility/gnopernicus/Makefile
316464 accessibility/gok/Makefile
316464 accessibility/mousetweaks/Makefile
316464 accessibility/orca/Makefile
316464 accessibility/py-atspi/Makefile
316464 accessibility/redshift/Makefile
(Only the first 10 of 1028 ports in this commit are shown above. )
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt)
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ]
1.59 Mk/bsd.gecko.mk
1.1246 UPDATING
1.18 accessibility/accerciser/Makefile
1.12 accessibility/at-poke/Makefile
1.77 accessibility/at-spi/Makefile
1.5 accessibility/at-spi2-atk/Makefile
1.54 accessibility/dasher/Makefile
1.60 accessibility/gnome-mag/Makefile
1.45 accessibility/gnopernicus/Makefile
1.51 accessibility/gok/Makefile
(Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ]
1.11 Mk/bsd.cmake.mk
1.65 Mk/bsd.database.mk
1.5 Mk/bsd.efl.mk
1.66 Mk/bsd.gnustep.mk
1.82 Mk/bsd.kde.mk
1.2 Mk/bsd.ncurses.mk
1.46 Mk/bsd.openssl.mk
1.696 Mk/bsd.port.mk
1.28 Mk/bsd.qt.mk
1.17 accessibility/accerciser/Makefile
(Only the first 10 of 2369 ports in this commit are shown above. )
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
Thu, 11 Aug 2011
|
[ 19:20 kwm ]
1.37 archivers/libcomprex/Makefile
1.27 archivers/rvm/Makefile
1.4 archivers/squeeze/Makefile
1.14 archivers/unshield/Makefile
1.16 astro/cfitsio/Makefile
1.35 astro/libnova/Makefile
1.34 astro/nightfall/Makefile
1.28 astro/starplot/Makefile
1.13 audio/ario/Makefile
1.34 audio/ccaudio2/Makefile
(Only the first 10 of 543 ports in this commit are shown above. )
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
|
Thu, 3 Mar 2011
|
[ 13:10 kwm ]
1.27 devel/glade3/Makefile
1.18 devel/glade3/distinfo
1.2 devel/glade3/files/patch-configure
1.16 devel/glade3/pkg-plist
Update to 3.7.3.
This fixes a crasher when using the glade3 application [1]
Reported by: George Mitchell <george@m5p.com>
|
Sat, 4 Dec 2010
|
[ 07:34 ade ]
1.164 Mk/bsd.gnome.mk
1.63 Mk/bsd.php.mk
1.660 Mk/bsd.port.mk
1.1001 UPDATING
1.63 accessibility/atk/Makefile
1.58 accessibility/gnome-mag/Makefile
1.33 accessibility/kdeaccessibility/Makefile
1.34 archivers/arj/Makefile
1.17 archivers/kbackup/Makefile
1.10 archivers/kio_p7zip/Makefile
(Only the first 10 of 1730 ports in this commit are shown above. )
Sync to new bsd.autotools.mk
|
Sat, 20 Nov 2010
|
[ 15:37 kwm ]
1.2296 MOVED
1.162 Mk/bsd.gnome.mk
1.991 UPDATING
1.29 accessibility/Makefile
1.75 accessibility/at-spi/Makefile
1.41 accessibility/at-spi/distinfo
1.36 accessibility/at-spi/pkg-plist
1.3 accessibility/at-spi2-atk/Makefile
1.2 accessibility/at-spi2-atk/distinfo
1.2 accessibility/at-spi2-atk/pkg-plist
(Only the first 10 of 609 ports in this commit are shown above. )
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 )
|
Mon, 31 May 2010
|
[ 02:01 ade ]
1.14 accessibility/accerciser/Makefile
1.74 accessibility/at-spi/Makefile
1.2 accessibility/at-spi2-atk/Makefile
1.2 accessibility/at-spi2-core/Makefile
1.61 accessibility/atk/Makefile
1.52 accessibility/dasher/Makefile
1.56 accessibility/gnome-mag/Makefile
1.43 accessibility/gnopernicus/Makefile
1.48 accessibility/gok/Makefile
1.17 accessibility/mousetweaks/Makefile
(Only the first 10 of 1416 ports in this commit are shown above. )
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ]
1.20 Mk/bsd.gecko.mk
1.12 accessibility/accerciser/Makefile
1.10 accessibility/at-poke/Makefile
1.72 accessibility/at-spi/Makefile
1.51 accessibility/dasher/Makefile
1.54 accessibility/gnome-mag/Makefile
1.42 accessibility/gnopernicus/Makefile
1.46 accessibility/gok/Makefile
1.11 accessibility/java-access-bridge/Makefile
1.32 accessibility/kdeaccessibility/Makefile
(Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ]
1.19 Mk/bsd.gecko.mk
1.11 accessibility/accerciser/Makefile
1.9 accessibility/at-poke/Makefile
1.71 accessibility/at-spi/Makefile
1.50 accessibility/dasher/Makefile
1.53 accessibility/gnome-mag/Makefile
1.41 accessibility/gnopernicus/Makefile
1.45 accessibility/gok/Makefile
1.10 accessibility/java-access-bridge/Makefile
1.31 accessibility/kdeaccessibility/Makefile
(Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Sun, 2 Aug 2009
|
[ 19:36 mezz ]
1.1958 MOVED
1.31 Mk/bsd.autotools.mk
1.842 UPDATING
1.58 accessibility/atk/Makefile
1.51 accessibility/gnome-mag/Makefile
1.30 accessibility/kdeaccessibility/Makefile
1.12 archivers/kbackup/Makefile
1.7 archivers/kio_p7zip/Makefile
1.33 archivers/libcomprex/Makefile
1.2 archivers/libcomprex/files/patch-Makefile.in
(Only the first 10 of 1514 ports in this commit are shown above. )
-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
|
Fri, 3 Jul 2009
|
[ 11:59 kwm ]
1.20 devel/glade3/Makefile
1.16 devel/glade3/distinfo
Update to 3.6.7.
|
Tue, 23 Jun 2009
|
[ 16:25 kwm ]
1.19 devel/glade3/Makefile
1.15 devel/glade3/distinfo
Update to 3.6.6.
|
Mon, 15 Jun 2009
|
[ 21:50 kwm ]
1.18 devel/glade3/Makefile
1.14 devel/glade3/distinfo
1.1 devel/glade3/files/patch-configure
1.14 devel/glade3/pkg-plist
Update to 3.6.5.
Re-enable python support.
|
Sun, 14 Jun 2009
|
[ 02:44 marcus ]
1.17 devel/glade3/Makefile
1.13 devel/glade3/distinfo
1.13 devel/glade3/pkg-plist
Update to 3.6.4.
|
Fri, 24 Apr 2009
|
[ 06:38 kwm ]
1.8 accessibility/accerciser/Makefile
1.5 accessibility/accerciser/distinfo
1.22 accessibility/orca/Makefile
1.17 accessibility/orca/distinfo
1.79 archivers/file-roller/Makefile
1.54 archivers/file-roller/distinfo
1.43 archivers/file-roller/pkg-plist
1.40 audio/pulseaudio/Makefile
1.3 audio/pulseaudio/files/patch-src_daemon_main.c
1.2 audio/pulseaudio/files/patch-src_daemon_start-pulseaudio-x11.in
(Only the first 10 of 161 ports in this commit are shown above. )
Presenting GNOME 2.26.1 for FreeBSD.
Approved by: portmgr (marcus)
|
Fri, 10 Apr 2009
|
[ 05:56 marcus ]
1.1845 MOVED
1.9 Mk/bsd.gecko.mk
1.154 Mk/bsd.gnome.mk
1.7 accessibility/accerciser/Makefile
1.4 accessibility/accerciser/distinfo
1.4 accessibility/accerciser/pkg-plist
1.68 accessibility/at-spi/Makefile
1.38 accessibility/at-spi/distinfo
1.33 accessibility/at-spi/pkg-plist
1.57 accessibility/atk/Makefile
(Only the first 10 of 480 ports in this commit are shown above. )
Presenting GNOME 2.26 for FreeBSD. See
http://library.gnome.org/misc/release-notes/2.26/ for a list of what's new.
On the FreeBSD front, we introduced a port of libxul 1.9 as an alternative
for Firefox 2.0 as a Gecko provider. Almost all of the Gecko consumers
can make use of this provider by setting:
WITH_GECKO=libxul
The GNOME 2.26 port was done by ahze, kwm, marcus, and mezz with
contributions by Joseph S. Atkinson, Peter Wemm, Eric L. Chen,
Martin Matuska, Craig Butler, and Pawel Worach.
|
Fri, 6 Jun 2008
|
[ 13:21 edwin ]
1.85 devel/ORBit/Makefile
1.134 devel/ORBit2/Makefile
1.6 devel/acovea-gtk/Makefile
1.13 devel/aegis/Makefile
1.13 devel/agide/Makefile
1.7 devel/alabastra/Makefile
1.64 devel/anjuta/Makefile
1.15 devel/antlr/Makefile
1.9 devel/antlrworks/Makefile
1.48 devel/apache-ant/Makefile
(Only the first 10 of 367 ports in this commit are shown above. )
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
|
Fri, 9 May 2008
|
[ 22:28 marcus ]
1.13 devel/glade3/Makefile
1.10 devel/glade3/distinfo
Update to 3.4.5.
|
Sun, 20 Apr 2008
|
[ 00:59 marcus ]
1.12 devel/glade3/Makefile
1.9 devel/glade3/distinfo
1.10 devel/glade3/pkg-plist
Update to 3.4.4.
|
Sat, 19 Apr 2008
|
[ 17:56 miwi ]
1.3 Mk/bsd.efl.mk
1.46 Mk/bsd.gnustep.mk
1.76 Mk/bsd.kde.mk
1.2 Mk/bsd.ocaml.mk
1.10 Mk/bsd.scons.mk
1.13 Mk/bsd.wx.mk
1.7 Mk/bsd.xorg.mk
1.64 accessibility/at-spi/Makefile
1.43 accessibility/dasher/Makefile
1.65 accessibility/gail/Makefile
(Only the first 10 of 2842 ports in this commit are shown above. )
- 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)
|
Tue, 11 Mar 2008
|
[ 04:15 mezz ]
1.10 devel/glade3/Makefile
1.8 devel/glade3/distinfo
1.9 devel/glade3/pkg-plist
Update to 3.4.3.
|
Sun, 13 Jan 2008
|
[ 17:30 kwm ]
1.9 devel/glade3/Makefile
1.7 devel/glade3/distinfo
1.8 devel/glade3/pkg-plist
Update to 3.4.1.
|
Wed, 24 Oct 2007
|
[ 23:37 marcus ]
1.144 Mk/bsd.gnome.mk
1.562 UPDATING
1.17 accessibility/Makefile
1.1 accessibility/accerciser/Makefile
1.1 accessibility/accerciser/distinfo
1.1 accessibility/accerciser/pkg-descr
1.1 accessibility/accerciser/pkg-plist
1.3 accessibility/at-poke/Makefile
1.2 accessibility/at-poke/pkg-plist
1.61 accessibility/at-spi/Makefile
(Only the first 10 of 1479 ports in this commit are shown above. )
Presenting GNOME 2.20.1 and all related works for FreeBSD. The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).
The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD. This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.
This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully. Ahze and pav also deserve thanks for (Only the first 15 lines of the commit message are shown above )
|
Tue, 29 May 2007
|
[ 02:37 mezz ]
1.7 devel/glade3/Makefile
1.5 devel/glade3/distinfo
1.6 devel/glade3/pkg-plist
Update to 3.2.2.
|
Mon, 28 May 2007
|
[ 22:53 mezz ]
1.6 devel/glade3/Makefile
1.4 devel/glade3/distinfo
1.5 devel/glade3/pkg-plist
Update to 3.2.1.
|
Sat, 19 May 2007
|
[ 20:32 flz ]
1.1364 MOVED
1.566 Mk/bsd.port.mk
1.1 Mk/bsd.xorg.mk
1.1 Tools/scripts/mergebase.sh
1.502 UPDATING
1.2 accessibility/at-poke/Makefile
1.60 accessibility/at-spi/Makefile
1.29 accessibility/at-spi/pkg-plist
1.51 accessibility/atk/Makefile
1.27 accessibility/atk/pkg-plist
(Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Mon, 19 Mar 2007
|
[ 05:14 marcus ]
1.16 accessibility/Makefile
1.58 accessibility/at-spi/Makefile
1.32 accessibility/at-spi/distinfo
1.28 accessibility/at-spi/pkg-plist
1.50 accessibility/atk/Makefile
1.27 accessibility/atk/distinfo
1.26 accessibility/atk/pkg-plist
1.35 accessibility/dasher/Makefile
1.20 accessibility/dasher/distinfo
1.1 accessibility/dasher/files/patch-Src_DasherCore_BasicLog.cpp
(Only the first 10 of 461 ports in this commit are shown above. )
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.
|
Tue, 2 Jan 2007
|
[ 07:06 mezz ]
1.3 devel/glade3/Makefile
1.2 devel/glade3/distinfo
1.2 devel/glade3/pkg-plist
Update to 3.0.3.
|
Sat, 4 Nov 2006
|
[ 22:32 mezz ]
1.2 devel/glade3/Makefile
Mark IGNORE on 4.X as it does not build.
Reported by: krismail
|
Sat, 14 Oct 2006
|
[ 09:04 ahze ]
1.2479 devel/Makefile
1.1 devel/glade3/Makefile
1.1 devel/glade3/distinfo
1.1 devel/glade3/pkg-descr
1.1 devel/glade3/pkg-plist
- Add glade3
Glade is a RAD tool to enable quick & easy development of user interfaces
for GTK+/GNOME. It can generate the C source code needed to create
the interfaces designed within Glade's interface editor.
WWW: http://glade.gnome.org/
Approved by: portmgr (marcus, kris)
|
Number of commits found: 44 |