The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD x11-toolkits : bakery

A C++ Application Framework for use with Gtkmm

 Bakery is a C++ Framework for creating applications using Gtkmm.

- provides a Document/View architecture, but it doesn't force you to
  use the whole architecture.
- provides default functionality, which can be easily customized.
- makes it easy to start developing GTK+ applications.
- gives your application structure. 

http://bakery.sourceforge.net/



bakery history


v. 1.46
date: 2007/12/12 04:41:36;  author: mezz;  state: Exp;  lines: +3 -4
Update to 2.4.3.

v. 1.45 date: 2007/05/19 20:30:39; author: flz; state: Exp; lines: +1 -0 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.44 date: 2006/12/22 19:27:51; author: marcus; state: Exp; lines: +1 -2 Update to 2.4.1.
v. 1.43 date: 2006/10/14 08:52:19; author: marcus; state: Exp; lines: +4 -2 Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris)
v. 1.42 date: 2006/05/15 22:23:03; author: mezz; state: Exp; lines: +1 -0 Add USE_GETTEXT to appease portlint.
v. 1.41 date: 2006/03/29 06:49:42; author: marcus; state: Exp; lines: +3 -3 Update to 2.4.0.
v. 1.40 date: 2006/03/27 03:19:09; author: marcus; state: Exp; lines: +1 -2 Update to 2.3.18.
v. 1.39 date: 2006/02/28 23:09:10; author: ade; state: Exp; lines: +1 -1 Put libtool back in, the GNOME 'ltverhack' component requires it. Submitted by: pointyhat Approved by: portmgr (implicit)
v. 1.38 date: 2006/02/23 10:40:12; author: ade; state: Exp; lines: +2 -1 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.37 date: 2006/02/11 05:51:04; author: marcus; state: Exp; lines: +2 -4 Update to 2.3.17.
v. 1.36 date: 2005/11/15 06:51:56; author: ade; state: Exp; lines: +1 -1 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.35 date: 2005/11/05 05:21:03; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISION to chase the glib20 shared library update.
v. 1.34 date: 2005/06/21 17:25:02; author: mezz; state: Exp; lines: +1 -1 Update to 2.3.15.
v. 1.33 date: 2005/05/17 06:22:00; author: marcus; state: Exp; lines: +1 -1 Update to 2.3.14.
v. 1.32 date: 2005/04/02 19:33:09; author: marcus; state: Exp; lines: +2 -2 Update to 2.3.13.
v. 1.31 date: 2005/03/15 03:59:20; author: marcus; state: Exp; lines: +1 -1 Update to 2.3.12.
v. 1.30 date: 2005/03/12 11:35:48; author: marcus; state: Exp; lines: +15 -12 Update to 2.3.11.
v. 1.29 date: 2004/11/07 22:37:29; author: marcus; state: Exp; lines: +1 -1 Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the big upgrade.
v. 1.28 date: 2004/08/18 07:06:39; author: bland; state: Exp; lines: +5 -1 - Fix build with gcc 3.4 [1] - Unplug examples from build since they are not installed anyway. - Use lthack. Reported by: pointyhat via kris
v. 1.27 date: 2004/07/09 17:43:02; author: marcus; state: Exp; lines: +1 -1 Apply a big libtool patch to allow porters to use the libtool installed by the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
v. 1.26 date: 2004/04/05 03:30:59; author: marcus; state: Exp; lines: +1 -1 Chase the glib20 update, and bump all affected ports' PORTREVISIONs.
v. 1.25 date: 2004/03/14 06:17:40; author: ade; state: Exp; lines: +1 -1 Whoa there, boy, that's a mighty big commit y'all have there... Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
v. 1.24 date: 2004/02/04 05:10:00; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 1)
v. 1.23 date: 2004/01/25 01:46:03; author: marcus; state: Exp; lines: +1 -1 Add a missing build dependency on intltool. Reported by: bento via kris
v. 1.22 date: 2004/01/18 05:57:50; author: bland; state: Exp; lines: +2 -2 Update to 2.0.0
v. 1.21 date: 2003/12/04 07:25:32; author: bland; state: Exp; lines: +7 -6 Update to 1.3.11 (Bakery2)
v. 1.20 date: 2003/11/27 06:52:35; author: marcus; state: Exp; lines: +2 -0 Ignore this port. It's almost two years old, and there is a GNOME 2 version of bakery available. It will be updated after the 5.2 freeze lifts. Currently, the build is recursing indefinitely on bento. Approved by: portmgr (implicit)
v. 1.19 date: 2003/11/17 12:29:08; author: trevor; state: Exp; lines: +0 -1 USE_REINPLACE need be defined only when REINPLACE_CMD is used.
v. 1.18 date: 2003/06/12 09:46:08; author: adamw; state: Exp; lines: +0 -4 Remove REINPLACE commands that were rolled into gnomehack.
v. 1.17 date: 2003/04/20 19:53:57; author: marcus; state: Exp; lines: +0 -1 Remove USE_GNOMENG.
v. 1.16 date: 2003/03/07 06:13:58; author: ade; state: Exp; lines: +1 -0 Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.15 date: 2003/01/30 03:59:46; author: marcus; state: Exp; lines: +1 -1 Chase the gnomemm shared lib version.
v. 1.14 date: 2002/12/02 00:36:37; author: kris; state: Exp; lines: +1 -7 Revert previous commit (port was already fixed) Submitted by: marcus
v. 1.13 date: 2002/12/02 00:29:12; author: kris; state: Exp; lines: +7 -1 BROKEN On 5.0: does not compile
v. 1.12 date: 2002/11/30 06:36:47; author: marcus; state: Exp; lines: +6 -7 Update to 1.0.2 which should fix the build problems we're seeing on bento and beta. Reported by: bento and beta
v. 1.11 date: 2001/08/12 12:29:52; author: demon; state: Exp; lines: +2 -2 Chase gnomemm shlib bump.
v. 1.10 date: 2001/05/11 16:36:42; author: ade; state: Exp; lines: +2 -2 SWitch maintainership of core GNOME ports to a small group of committers (gnome@FreeBSD.org), since this is now definitely too big for just one person.
v. 1.9 date: 2001/05/08 15:15:09; author: ade; state: Exp; lines: +2 -2 Update to 0.7.0
v. 1.8 date: 2001/05/04 21:41:28; author: ade; state: Exp; lines: +2 -2 Various patches (mainly shared library v. changes) for those ports that depend on GNOME and need to change for 1.4
v. 1.7 date: 2001/04/02 18:15:32; author: ade; state: Exp; lines: +3 -3 Update to 0.6.0
v. 1.6 date: 2001/03/29 16:35:15; author: sobomax; state: Exp; lines: +2 -2 -pthread --> ${PTHREAD_LIBS} -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} Note: my first intention was to test this out on bento/beta, but per ade's requiest I opted to do it quickly.
v. 1.5 date: 2001/02/05 16:48:45; author: olgeni; state: Exp; lines: +2 -2 Batch of style fixes for x11-toolkits.
v. 1.4 date: 2001/01/22 19:33:52; author: ade; state: Exp; lines: +3 -4 Release a few ports back into the wild that I don't have time to maintain any more.
v. 1.3 date: 2000/12/05 20:01:56; author: ade; state: Exp; lines: +2 -2 Update to 0.4.0
v. 1.2 date: 2000/10/05 07:17:26; author: reg; state: Exp; lines: +4 -11 Implement USE_GNOME, part 2.
v. 1.1 date: 2000/09/12 22:48:23; author: ade; state: Exp; Bakery is another C++ Framework for creating GNOME applications using Gtk-- and Gnome-- ============================================================================= v. 1.46 date: 2007/12/12 04:41:36; author: mezz; state: Exp; lines: +3 -4 Update to 2.4.3.
v. 1.45 date: 2007/05/19 20:30:39; author: flz; state: Exp; lines: +1 -0 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.44 date: 2006/12/22 19:27:51; author: marcus; state: Exp; lines: +1 -2 Update to 2.4.1.
v. 1.43 date: 2006/10/14 08:52:19; author: marcus; state: Exp; lines: +4 -2 Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris)
v. 1.42 date: 2006/05/15 22:23:03; author: mezz; state: Exp; lines: +1 -0 Add USE_GETTEXT to appease portlint.
v. 1.41 date: 2006/03/29 06:49:42; author: marcus; state: Exp; lines: +3 -3 Update to 2.4.0.
v. 1.40 date: 2006/03/27 03:19:09; author: marcus; state: Exp; lines: +1 -2 Update to 2.3.18.
v. 1.39 date: 2006/02/28 23:09:10; author: ade; state: Exp; lines: +1 -1 Put libtool back in, the GNOME 'ltverhack' component requires it. Submitted by: pointyhat Approved by: portmgr (implicit)
v. 1.38 date: 2006/02/23 10:40:12; author: ade; state: Exp; lines: +2 -1 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.37 date: 2006/02/11 05:51:04; author: marcus; state: Exp; lines: +2 -4 Update to 2.3.17.
v. 1.36 date: 2005/11/15 06:51:56; author: ade; state: Exp; lines: +1 -1 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.35 date: 2005/11/05 05:21:03; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISION to chase the glib20 shared library update.
v. 1.34 date: 2005/06/21 17:25:02; author: mezz; state: Exp; lines: +1 -1 Update to 2.3.15.
v. 1.33 date: 2005/05/17 06:22:00; author: marcus; state: Exp; lines: +1 -1 Update to 2.3.14.
v. 1.32 date: 2005/04/02 19:33:09; author: marcus; state: Exp; lines: +2 -2 Update to 2.3.13.
v. 1.31 date: 2005/03/15 03:59:20; author: marcus; state: Exp; lines: +1 -1 Update to 2.3.12.
v. 1.30 date: 2005/03/12 11:35:48; author: marcus; state: Exp; lines: +15 -12 Update to 2.3.11.
v. 1.29 date: 2004/11/07 22:37:29; author: marcus; state: Exp; lines: +1 -1 Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the big upgrade.
v. 1.28 date: 2004/08/18 07:06:39; author: bland; state: Exp; lines: +5 -1 - Fix build with gcc 3.4 [1] - Unplug examples from build since they are not installed anyway. - Use lthack. Reported by: pointyhat via kris
v. 1.27 date: 2004/07/09 17:43:02; author: marcus; state: Exp; lines: +1 -1 Apply a big libtool patch to allow porters to use the libtool installed by the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
v. 1.26 date: 2004/04/05 03:30:59; author: marcus; state: Exp; lines: +1 -1 Chase the glib20 update, and bump all affected ports' PORTREVISIONs.
v. 1.25 date: 2004/03/14 06:17:40; author: ade; state: Exp; lines: +1 -1 Whoa there, boy, that's a mighty big commit y'all have there... Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
v. 1.24 date: 2004/02/04 05:10:00; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 1)
v. 1.23 date: 2004/01/25 01:46:03; author: marcus; state: Exp; lines: +1 -1 Add a missing build dependency on intltool. Reported by: bento via kris
v. 1.22 date: 2004/01/18 05:57:50; author: bland; state: Exp; lines: +2 -2 Update to 2.0.0
v. 1.21 date: 2003/12/04 07:25:32; author: bland; state: Exp; lines: +7 -6 Update to 1.3.11 (Bakery2)
v. 1.20 date: 2003/11/27 06:52:35; author: marcus; state: Exp; lines: +2 -0 Ignore this port. It's almost two years old, and there is a GNOME 2 version of bakery available. It will be updated after the 5.2 freeze lifts. Currently, the build is recursing indefinitely on bento. Approved by: portmgr (implicit)
v. 1.19 date: 2003/11/17 12:29:08; author: trevor; state: Exp; lines: +0 -1 USE_REINPLACE need be defined only when REINPLACE_CMD is used.
v. 1.18 date: 2003/06/12 09:46:08; author: adamw; state: Exp; lines: +0 -4 Remove REINPLACE commands that were rolled into gnomehack.
v. 1.17 date: 2003/04/20 19:53:57; author: marcus; state: Exp; lines: +0 -1 Remove USE_GNOMENG.
v. 1.16 date: 2003/03/07 06:13:58; author: ade; state: Exp; lines: +1 -0 Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.15 date: 2003/01/30 03:59:46; author: marcus; state: Exp; lines: +1 -1 Chase the gnomemm shared lib version.
v. 1.14 date: 2002/12/02 00:36:37; author: kris; state: Exp; lines: +1 -7 Revert previous commit (port was already fixed) Submitted by: marcus
v. 1.13 date: 2002/12/02 00:29:12; author: kris; state: Exp; lines: +7 -1 BROKEN On 5.0: does not compile
v. 1.12 date: 2002/11/30 06:36:47; author: marcus; state: Exp; lines: +6 -7 Update to 1.0.2 which should fix the build problems we're seeing on bento and beta. Reported by: bento and beta
v. 1.11 date: 2001/08/12 12:29:52; author: demon; state: Exp; lines: +2 -2 Chase gnomemm shlib bump.
v. 1.10 date: 2001/05/11 16:36:42; author: ade; state: Exp; lines: +2 -2 SWitch maintainership of core GNOME ports to a small group of committers (gnome@FreeBSD.org), since this is now definitely too big for just one person.
v. 1.9 date: 2001/05/08 15:15:09; author: ade; state: Exp; lines: +2 -2 Update to 0.7.0
v. 1.8 date: 2001/05/04 21:41:28; author: ade; state: Exp; lines: +2 -2 Various patches (mainly shared library v. changes) for those ports that depend on GNOME and need to change for 1.4
v. 1.7 date: 2001/04/02 18:15:32; author: ade; state: Exp; lines: +3 -3 Update to 0.6.0
v. 1.6 date: 2001/03/29 16:35:15; author: sobomax; state: Exp; lines: +2 -2 -pthread --> ${PTHREAD_LIBS} -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} Note: my first intention was to test this out on bento/beta, but per ade's requiest I opted to do it quickly.
v. 1.5 date: 2001/02/05 16:48:45; author: olgeni; state: Exp; lines: +2 -2 Batch of style fixes for x11-toolkits.
v. 1.4 date: 2001/01/22 19:33:52; author: ade; state: Exp; lines: +3 -4 Release a few ports back into the wild that I don't have time to maintain any more.
v. 1.3 date: 2000/12/05 20:01:56; author: ade; state: Exp; lines: +2 -2 Update to 0.4.0
v. 1.2 date: 2000/10/05 07:17:26; author: reg; state: Exp; lines: +4 -11 Implement USE_GNOME, part 2.
v. 1.1 date: 2000/09/12 22:48:23; author: ade; state: Exp; Bakery is another C++ Framework for creating GNOME applications using Gtk-- and Gnome-- ============================================================================= v. 1.46 date: 2007/12/12 04:41:36; author: mezz; state: Exp; lines: +3 -4 Update to 2.4.3.
v. 1.45 date: 2007/05/19 20:30:39; author: flz; state: Exp; lines: +1 -0 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.44 date: 2006/12/22 19:27:51; author: marcus; state: Exp; lines: +1 -2 Update to 2.4.1.
v. 1.43 date: 2006/10/14 08:52:19; author: marcus; state: Exp; lines: +4 -2 Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris)
v. 1.42 date: 2006/05/15 22:23:03; author: mezz; state: Exp; lines: +1 -0 Add USE_GETTEXT to appease portlint.
v. 1.41 date: 2006/03/29 06:49:42; author: marcus; state: Exp; lines: +3 -3 Update to 2.4.0.
v. 1.40 date: 2006/03/27 03:19:09; author: marcus; state: Exp; lines: +1 -2 Update to 2.3.18.
v. 1.39 date: 2006/02/28 23:09:10; author: ade; state: Exp; lines: +1 -1 Put libtool back in, the GNOME 'ltverhack' component requires it. Submitted by: pointyhat Approved by: portmgr (implicit)
v. 1.38 date: 2006/02/23 10:40:12; author: ade; state: Exp; lines: +2 -1 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.37 date: 2006/02/11 05:51:04; author: marcus; state: Exp; lines: +2 -4 Update to 2.3.17.
v. 1.36 date: 2005/11/15 06:51:56; author: ade; state: Exp; lines: +1 -1 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.35 date: 2005/11/05 05:21:03; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISION to chase the glib20 shared library update.
v. 1.34 date: 2005/06/21 17:25:02; author: mezz; state: Exp; lines: +1 -1 Update to 2.3.15.
v. 1.33 date: 2005/05/17 06:22:00; author: marcus; state: Exp; lines: +1 -1 Update to 2.3.14.
v. 1.32 date: 2005/04/02 19:33:09; author: marcus; state: Exp; lines: +2 -2 Update to 2.3.13.
v. 1.31 date: 2005/03/15 03:59:20; author: marcus; state: Exp; lines: +1 -1 Update to 2.3.12.
v. 1.30 date: 2005/03/12 11:35:48; author: marcus; state: Exp; lines: +15 -12 Update to 2.3.11.
v. 1.29 date: 2004/11/07 22:37:29; author: marcus; state: Exp; lines: +1 -1 Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the big upgrade.
v. 1.28 date: 2004/08/18 07:06:39; author: bland; state: Exp; lines: +5 -1 - Fix build with gcc 3.4 [1] - Unplug examples from build since they are not installed anyway. - Use lthack. Reported by: pointyhat via kris
v. 1.27 date: 2004/07/09 17:43:02; author: marcus; state: Exp; lines: +1 -1 Apply a big libtool patch to allow porters to use the libtool installed by the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
v. 1.26 date: 2004/04/05 03:30:59; author: marcus; state: Exp; lines: +1 -1 Chase the glib20 update, and bump all affected ports' PORTREVISIONs.
v. 1.25 date: 2004/03/14 06:17:40; author: ade; state: Exp; lines: +1 -1 Whoa there, boy, that's a mighty big commit y'all have there... Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
v. 1.24 date: 2004/02/04 05:10:00; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 1)
v. 1.23 date: 2004/01/25 01:46:03; author: marcus; state: Exp; lines: +1 -1 Add a missing build dependency on intltool. Reported by: bento via kris
v. 1.22 date: 2004/01/18 05:57:50; author: bland; state: Exp; lines: +2 -2 Update to 2.0.0
v. 1.21 date: 2003/12/04 07:25:32; author: bland; state: Exp; lines: +7 -6 Update to 1.3.11 (Bakery2)
v. 1.20 date: 2003/11/27 06:52:35; author: marcus; state: Exp; lines: +2 -0 Ignore this port. It's almost two years old, and there is a GNOME 2 version of bakery available. It will be updated after the 5.2 freeze lifts. Currently, the build is recursing indefinitely on bento. Approved by: portmgr (implicit)
v. 1.19 date: 2003/11/17 12:29:08; author: trevor; state: Exp; lines: +0 -1 USE_REINPLACE need be defined only when REINPLACE_CMD is used.
v. 1.18 date: 2003/06/12 09:46:08; author: adamw; state: Exp; lines: +0 -4 Remove REINPLACE commands that were rolled into gnomehack.
v. 1.17 date: 2003/04/20 19:53:57; author: marcus; state: Exp; lines: +0 -1 Remove USE_GNOMENG.
v. 1.16 date: 2003/03/07 06:13:58; author: ade; state: Exp; lines: +1 -0 Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.15 date: 2003/01/30 03:59:46; author: marcus; state: Exp; lines: +1 -1 Chase the gnomemm shared lib version.
v. 1.14 date: 2002/12/02 00:36:37; author: kris; state: Exp; lines: +1 -7 Revert previous commit (port was already fixed) Submitted by: marcus
v. 1.13 date: 2002/12/02 00:29:12; author: kris; state: Exp; lines: +7 -1 BROKEN On 5.0: does not compile
v. 1.12 date: 2002/11/30 06:36:47; author: marcus; state: Exp; lines: +6 -7 Update to 1.0.2 which should fix the build problems we're seeing on bento and beta. Reported by: bento and beta
v. 1.11 date: 2001/08/12 12:29:52; author: demon; state: Exp; lines: +2 -2 Chase gnomemm shlib bump.
v. 1.10 date: 2001/05/11 16:36:42; author: ade; state: Exp; lines: +2 -2 SWitch maintainership of core GNOME ports to a small group of committers (gnome@FreeBSD.org), since this is now definitely too big for just one person.
v. 1.9 date: 2001/05/08 15:15:09; author: ade; state: Exp; lines: +2 -2 Update to 0.7.0
v. 1.8 date: 2001/05/04 21:41:28; author: ade; state: Exp; lines: +2 -2 Various patches (mainly shared library v. changes) for those ports that depend on GNOME and need to change for 1.4
v. 1.7 date: 2001/04/02 18:15:32; author: ade; state: Exp; lines: +3 -3 Update to 0.6.0
v. 1.6 date: 2001/03/29 16:35:15; author: sobomax; state: Exp; lines: +2 -2 -pthread --> ${PTHREAD_LIBS} -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} Note: my first intention was to test this out on bento/beta, but per ade's requiest I opted to do it quickly.
v. 1.5 date: 2001/02/05 16:48:45; author: olgeni; state: Exp; lines: +2 -2 Batch of style fixes for x11-toolkits.
v. 1.4 date: 2001/01/22 19:33:52; author: ade; state: Exp; lines: +3 -4 Release a few ports back into the wild that I don't have time to maintain any more.
v. 1.3 date: 2000/12/05 20:01:56; author: ade; state: Exp; lines: +2 -2 Update to 0.4.0
v. 1.2 date: 2000/10/05 07:17:26; author: reg; state: Exp; lines: +4 -11 Implement USE_GNOME, part 2.
v. 1.1 date: 2000/09/12 22:48:23; author: ade; state: Exp; Bakery is another C++ Framework for creating GNOME applications using Gtk-- and Gnome-- =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm