aboutsummaryrefslogtreecommitdiff
path: root/devel/ruby-glib2
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.16.0.20080905; it works with GTK+ 2.14.x (current in MC CVS).Jeremy Messenger2008-09-062-14/+0
| | | | | | | Reported by: Joseph S. Atkinson <jsatkinson@embarqmail.com> Notes: svn path=/head/; revision=220008
* - Update to 0.16.0.20080706, it's more than 0.17 RC1.Jeremy Messenger2008-07-072-23/+31
| | | | | | | | | | - ${RUBY_SITEARCHLIBDIR} -> ${RUBY_SITEARCHLIBDIR:S/${PREFIX}/${LOCALBASE}/} in the *_DEPENDS, that way it will finding correct file when I tweak the PREFIX. - NOPORTDOCS -> NOPORTEXAMPLES on example/demo/test files. Notes: svn path=/head/; revision=216428
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=214430
* Update to 0.16.0.20080315 (SVN version) to build with new glib 2.16.Jeremy Messenger2008-03-242-2/+4
| | | | Notes: svn path=/head/; revision=209668
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialJoe Marcus Clarke2007-10-242-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 their work on porting modules and testing the whole ball of wax on pointyhat (respectively). The FreeBSD GNOME team would also like to thank our various testers and contributors: Yasuda Keisuke Frank Jahnke Pawel Worach Brian Gruber Franz Klammer Yuri Pankov Nick Barkas Cristian KLEIN Tony Maher Scot Hetzel Martin Matuska (mm) Benoit Dejean Martin Wilke (miwi) (And anyone else I may have missed) PRs fixed in this release: 111272, 113470, 115995, 116338 Notes: svn path=/head/; revision=201947
* - Update to 0.16.0.Jeremy Messenger2007-01-022-5/+7
| | | | | | | | | - More on PREFIX-cleaness. - Remove databases/ruby-libgda and multimedia/ruby-gst, these ports are no longer in the tarball and have been dropped support by the developers. Notes: svn path=/head/; revision=181226
* - Update to current snapshot (should fix compatiblity problems with the newStanislav Sedov2006-12-021-4/+10
| | | | | | | | | | gnome) - PREFIX-cleaness Approved by: mezz (maintainer, implicitly) Notes: svn path=/head/; revision=178613
* portlint:Jeremy Messenger2006-03-311-1/+0
| | | | | | | -Remove USE_REINPLACE. Notes: svn path=/head/; revision=158499
* - Update to 0.14.0, see release note for details:Jeremy Messenger2005-11-052-0/+4
| | | | | | | | | | | http://ruby-gnome2.sourceforge.jp/hiki.cgi?News_20051016_1 - Two new ports have been added, ruby-cairo and ruby-gtkmozembed. - databases/ruby-libgda has been mark as BROKEN, because it still needs to catch up w/ new libgda-2.0, so remove it from ruby-gnome2-all. Notes: svn path=/head/; revision=147275
* Update to 0.13.0, see release note for detail:Jeremy Messenger2005-08-012-10/+8
| | | | | | | http://ruby-gnome2.sourceforge.jp/?News_20050731_1 Notes: svn path=/head/; revision=140621
* -Update to 0.12.0, works with GTK 2.6/GNOME 2.10.Jeremy Messenger2005-03-123-0/+20
| | | | | | | | http://ruby-gnome2.sourceforge.jp/hiki.cgi?News_20050306_1 -A few clean up such as correct paths, dependencies and etc. Notes: svn path=/head/; revision=130980
* - Update to 0.10.0.Jeremy Messenger2004-08-152-6/+8
| | | | | | | | | | | | | - Un-broke/enable multimedia/ruby-gst; it works with current gstreamer now. - Change some that have CP to INSTALL_*. - Few small clean up. BTW: ruby-gtksourceview and ruby-panelapplet will be add very soon when I create and test them. They are going to be part of ruby-gnome2-all meta port. Notes: svn path=/head/; revision=116239
* Change my email to mezz@FreeBSD.org.Jeremy Messenger2004-05-021-1/+1
| | | | | | | Approved by: adamw (mentor) Notes: svn path=/head/; revision=108225
* - Update the Ruby/GNOME2 suite to 0.9.1.Akinori MUSHA2004-04-093-3/+5
| | | | | | | | | | | | | | - Update the WWW lines. - Hand the maintainership over to the submitter. (great!) - multimedia/ruby-gst is currently broken because of gstreamer 0.8's API/ABI change. PR: ports/65270 Submitted by: Jeremy Messenger <mezz7@cox.net> Notes: svn path=/head/; revision=106571
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.Joe Marcus Clarke2004-04-051-1/+1
| | | | Notes: svn path=/head/; revision=106175
* - Convert to USE_GNOMEPav Lucistnik2004-02-271-2/+1
| | | | | | | | | PR: ports/59744 Submitted by: Mezz <mezz7@cox.net> Approved by: maintainer timeout (3 months) Notes: svn path=/head/; revision=102281
* 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 the Ruby/GNOME2 suite to 0.8.0.Akinori MUSHA2003-11-203-16/+4
| | | | Notes: svn path=/head/; revision=94531
* Patch mkmf-gnome2.rb for Ruby 1.6. This should fix the build failureAkinori MUSHA2003-10-182-0/+16
| | | | | | | of ruby-gdk_pixbuf2. Notes: svn path=/head/; revision=91563
* Update the Ruby/GNOME2 suite to 0.7.0.Akinori MUSHA2003-09-101-0/+1
| | | | Notes: svn path=/head/; revision=88895
* Update the Ruby/GNOME2 suite to 0.6.0.Akinori MUSHA2003-08-091-0/+1
| | | | Notes: svn path=/head/; revision=86669
* De-pkg-comment.Akinori MUSHA2003-02-182-1/+1
| | | | Notes: svn path=/head/; revision=75776
* Update the Ruby/GNOME2 suite to 0.3.0.Akinori MUSHA2003-02-091-1/+0
| | | | | | | Add ruby-pango, a Ruby binding for Pango. Notes: svn path=/head/; revision=75184
* Chase glib20's shared lib version.Joe Marcus Clarke2003-02-071-1/+2
| | | | Notes: svn path=/head/; revision=75043
* Fix CATEGORIES: x11-toolkits -> devel.Jimmy Olgeni2002-12-051-1/+1
| | | | | | | Approved by: knu Notes: svn path=/head/; revision=71386
* Import Ruby/GNOME2 0.1 ports.Akinori MUSHA2002-11-274-0/+48
Newly added are devel/ruby-glib2 and graphics/ruby-gnomecanvas2, the rest are updated after repocopy. Approved by: portmgr (implicitly) Notes: svn path=/head/; revision=71174