Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Apr 2006 23:43:20 +0000 (UTC)
From:      Pav Lucistnik <pav@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/graphics Makefile ports/graphics/ruby-redact Makefile distinfo pkg-descr pkg-plist
Message-ID:  <200604082343.k38NhMN4011716@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604082343.k38NhMN4011716>