aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/ruby-edje
Commit message (Collapse)AuthorAgeFilesLines
* - Add ruby 1.9 supportstas2008-04-061-5/+4
| | | | | | | | | | | | | | - Implement new knobs for gems and rake (these are included in ruby 1.9 distribution already). Also move gem bits from ruby-gems/Makefile.common to bsd.ruby.mk[1]. Now to depend on gems or rake you should define USE_RUBYGEMS/USE_RAKE accordingly. Also RAKE_BIN variable is provided for pointing to the right rake executable. - Rewrite RUBY_SCHEBANG in awk to eliminate build dependency on ruby. Discussed with: Jonathan Weiss <jw@innerewut.de> [1] (gems maintainer) Tested by: ports@
* - Update enlightenment-devel and EFL libraries to the latest snapshotstas2008-03-123-27/+6
| | | | | | | | | | - Deprecate old unsupported apps and modules (entice, devian, eveil, engage) - Split evas and ecore to separate modules to handle dependencies properly - Disable PAM in enlightenment-devel as it don't work anyway (requires root privilegies) - Add DBUS support. Thanks to: az
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - bsd.efl.mk is now in ports/Mkpav2007-03-241-1/+0
| | | | | PR: ports/100497 Submitted by: stass
* - Move to LOCALBASEstas2006-10-082-8/+12
| | | | | | | | | | | - Use new EFL framework - Update all e17 ports to the lates stable cvs snapshot - Add additional knobs/options to ports makefiles to control the feature set - Add a bunch of new e17 applications/libraries - Minor improvements/modification. Approved by: vanilla (old maintainer), sem (mentor)
* Ruby bindings for Edje librarymat2006-06-255-0/+65
PR: 99313 Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru>