mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
34044921bd
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>
8 lines
226 B
Plaintext
8 lines
226 B
Plaintext
bin/redact
|
|
%%RUBY_SITELIBDIR%%/redact/redact.rb
|
|
%%RUBY_SITELIBDIR%%/redact/source.rb
|
|
%%RUBY_SITELIBDIR%%/redact/app.rb
|
|
%%RUBY_SITELIBDIR%%/redact/part.rb
|
|
%%RUBY_SITELIBDIR%%/redact/program.rb
|
|
@dirrm %%RUBY_SITELIBDIR%%/redact
|