cvs commit: ports/graphics Makefile ports/graphics/ruby-redact Makefile distinfo pkg-descr pkg-plist

Pav Lucistnik pav at FreeBSD.org
Sat Apr 8 23:43:27 UTC 2006


pav         2006-04-08 23:43:20 UTC

  FreeBSD ports repository

  Modified files:
    graphics             Makefile 
  Added files:
    graphics/ruby-redact Makefile distinfo pkg-descr pkg-plist 
  Log:
  Redact is an Edje compiler written in Ruby.
  
  Unlike the official Edje compiler, edje_cc, Redact doesn't read EDC code - it
  reads Ruby code instead. This means that Redact will allow you to write Edjes
  in a full-blown programming language.
  
  So why is this a good thing?
  
  With edje_cc, the only way to automate the creation of parts and/or programs
  is to use CPP macros, which are very limited feature-wise and hard to debug.
  
  WWW: http://code-monkey.de/pages/redact
  
  PR:             ports/95498
  Submitted by:   Alexander Botero-Lowry <alex at foxybanana.com>
  
  Revision  Changes    Path
  1.912     +1 -0      ports/graphics/Makefile
  1.1       +29 -0     ports/graphics/ruby-redact/Makefile (new)
  1.1       +3 -0      ports/graphics/ruby-redact/distinfo (new)
  1.1       +12 -0     ports/graphics/ruby-redact/pkg-descr (new)
  1.1       +7 -0      ports/graphics/ruby-redact/pkg-plist (new)


More information about the cvs-all mailing list