From 08ef0f72276785801e0f5184e1ca838716c56eaf Mon Sep 17 00:00:00 2001 From: marcus Date: Sat, 28 Nov 2009 20:06:37 +0000 Subject: 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. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. Other major improvements include an updated HAL with better volume probing code, ufsid integration, and support for volume names containing spaces (big thanks to J.R. Oldroyd); a new WebKit; updated AbiWord; an updated Gimp; and a preview of the new GNOME Shell project (thanks to Pawel Worach). The FreeBSD GNOME Team would like to that the following additional contributors to this release whose patches and testing really helped make it a success: Andrius Morkunas Dominique Goncalves Eric L. Chen J.R. Oldroyd Joseph S. Atkinson Li Pawel Worach Romain Tartière Thomas Vogt Yasuda Keisuke Rui Paulo Martin Wilke (and an extra shout out to miwi and pav for pointyhat runs) We would like to send this release out to Alexander Loginov (avl) in hopes that he feels better soon. PR: 136676 136967 138872 (obsolete with new epiphany-webkit) 139160 134737 139941 140097 140838 140929 --- devel/Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'devel/Makefile') diff --git a/devel/Makefile b/devel/Makefile index 947be9938cc7..f28b664dde25 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -37,6 +37,7 @@ SUBDIR += allegro SUBDIR += allegro-devel SUBDIR += anjuta + SUBDIR += anjuta-extras SUBDIR += antlr SUBDIR += antlrworks SUBDIR += apache-ant @@ -309,6 +310,7 @@ SUBDIR += ecore-main SUBDIR += ecos-tools SUBDIR += eet + SUBDIR += eggdbus SUBDIR += egypt SUBDIR += eieio SUBDIR += eiffelstudio @@ -437,6 +439,11 @@ SUBDIR += giggle SUBDIR += gindent SUBDIR += gio-fam-backend + SUBDIR += gir-repository + SUBDIR += gir-repository-dbus + SUBDIR += gir-repository-gconf2 + SUBDIR += gir-repository-libnotify + SUBDIR += gir-repository-libsoup SUBDIR += git SUBDIR += gittrac SUBDIR += glade2 @@ -455,6 +462,7 @@ SUBDIR += gmake SUBDIR += gnome-common SUBDIR += gnome-crash + SUBDIR += gnome-js-common SUBDIR += gnome-vfs SUBDIR += gnome-vfs-monikers SUBDIR += gnome-vfs-reference @@ -466,6 +474,7 @@ SUBDIR += gnustep SUBDIR += gnustep-make SUBDIR += gob2 + SUBDIR += gobject-introspection SUBDIR += goffice SUBDIR += goffice04 SUBDIR += goffice06 @@ -876,6 +885,7 @@ SUBDIR += mkmf SUBDIR += ml-doc SUBDIR += mm + SUBDIR += mm-common SUBDIR += mob SUBDIR += mono-addins SUBDIR += mono-tools @@ -2835,6 +2845,7 @@ SUBDIR += sdlmm SUBDIR += sdts++ SUBDIR += sedsed + SUBDIR += seed SUBDIR += semantic SUBDIR += sfio SUBDIR += sfml -- cgit