aboutsummaryrefslogtreecommitdiff
path: root/devel/libgsf
Commit message (Collapse)AuthorAgeFilesLines
* Presenting GNOME 2.10 for FreeBSD!Joe Marcus Clarke2005-03-123-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The release notes can be found at http://www.gnome.org/start/2.10/notes/rnwhatsnew.html, and will give you a good idea of what has gone into this release overall. However, a lot of FreeBSD specific additions and fixes have been made. For example, this release offers fixed ACPI support as well as new CPU freqeuncy monitoring support. See the FreeBSD GNOME 2.10 upgrade page at http://www.FreeBSD.org/gnome/docs/faq210.html for the entire list as well as a list of known issues and upgrade instructions. GNOME 2.10, as well as all of our releases, would not be possible without the great team that goes into porting and testign each and every component. Thanks definitely goes out to ahze, adamw, bland, kwm, mezz, and pav for all their work. We would also like to thank our adventurous users that chose to ride the walrus. We'd especially like to thank the following users that provided patches for GNOME 2.10: ade Yasuda Keisuke Franz Klammer Khairil Yusof Radek Kozlowsk And anyone else I may have accidentally omitted. As with GNOME 2.8, 2.10 comes with a brand-spankin' new splashscreen courtesy of Franz Klammer. However, unlike GNOME 2.8, we've included all of the FreeBSD GNOME splashscreen entries with gnomesession. You can use the deskutils/splashsetter port to choose the one you like best. As always, GNOME users should _not_ use portupgrade alone to upgrade to 2.10. Instead, get the gnome_upgrade.sh script from http://www.FreeBSD.org/gnome/gnome_upgrade.sh. Enjoy! Notes: svn path=/head/; revision=130972
* Update to 1.10.1.Joe Marcus Clarke2004-08-204-56/+4
| | | | Notes: svn path=/head/; revision=116834
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=113296
* Update to 1.10.0.Adam Weinberger2004-07-043-5/+5
| | | | Notes: svn path=/head/; revision=112925
* - Split libgsf port to two standalone ports:Pav Lucistnik2004-05-223-16/+53
| | | | | | | | | | | | | | | | | | | * devel/libgsf is the old port minus gsf-gnome bits * devel/libgsf-gnome contains libgsf-gnome-1 library and it's header files This greatly reduces number of dependencies for ports that was using only non-gnome part of this library. - Point USE_GNOME parameter libgsf to GNOME-less port and create new parameter libgsf_gnome for libgsf-gnome port. - Convert all consumers of libgsf-gnome-1 library to depend on libgsf-gnome port (read all as: Gnumeric) PR: ports/63851 (in the spirit of) Submitted by: Sybolt de Boer <sybolt@xs4all.nl> Prodded by: lofi (KDE team) Reviewed by: marcus (GNOME team) Notes: svn path=/head/; revision=109734
* Update to 1.9.1.Joe Marcus Clarke2004-05-153-38/+31
| | | | Notes: svn path=/head/; revision=109226
* Update to 1.9.0Alexander Nedotsukov2004-05-065-43/+84
| | | | Notes: svn path=/head/; revision=108530
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.Joe Marcus Clarke2004-04-051-1/+1
| | | | Notes: svn path=/head/; revision=106175
* - Add SIZE to GNOME portsPav Lucistnik2004-03-181-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104461
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=103963
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Update to 1.8.2.Adam Weinberger2003-09-253-20/+20
| | | | | | | Obtained from: marcuscom Notes: svn path=/head/; revision=89287
* Udpate to 1.8.1.Adam Weinberger2003-06-072-2/+2
| | | | Notes: svn path=/head/; revision=82467
* Update to 1.8.0.Joe Marcus Clarke2003-05-133-15/+26
| | | | Notes: svn path=/head/; revision=80882
* Convert to new GNOME infrastructure.Joe Marcus Clarke2003-04-221-5/+1
| | | | Notes: svn path=/head/; revision=79435
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-201-1/+0
| | | | Notes: svn path=/head/; revision=79332
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Update to GNOME 2.2.Joe Marcus Clarke2003-02-074-14/+5
| | | | | | | | This is Phase I. All existing ports have been updated to their GNOME 2.2 counterparts. Notes: svn path=/head/; revision=75035
* Update to 1.6.0.Joe Marcus Clarke2003-01-195-33/+14
| | | | Notes: svn path=/head/; revision=73525
* Update to 1.5.0.Joe Marcus Clarke2002-10-283-5/+5
| | | | Notes: svn path=/head/; revision=69011
* Update to 1.4.0.Joe Marcus Clarke2002-10-053-23/+28
| | | | Notes: svn path=/head/; revision=67332
* GNOME has just changed the layout of their FTP site. This resulted inJoe Marcus Clarke2002-09-201-1/+1
| | | | | | | | making all the distfiles unfetachable. Update all GNOME ports that fetch from MASTER_SITE_GNOME to fetch from the correct location. Notes: svn path=/head/; revision=66862
* Fix build on -stable.Joe Marcus Clarke2002-09-121-0/+10
| | | | Notes: svn path=/head/; revision=66176
* Add patch missed in previous commit.Maxim Sobolev2002-09-111-0/+16
| | | | | | | Reminded by: marcus Notes: svn path=/head/; revision=66143
* Add libgsf 1.3.0, an extensible i/o abstraction library for dealing withMaxim Sobolev2002-09-116-0/+137
structured file formats. Notes: svn path=/head/; revision=66121