Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Apr 2006 17:57:56 -0700 (PDT)
From:      Alexander Botero-Lowry <alex@foxybanana.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/95498: [NEW PORT] graphics/ruby18-redact: An edje compiler written in ruby
Message-ID:  <200604080057.k380vu9N004630@Laptop.mine.box>
Resent-Message-ID: <200604080100.k3810Zxg035794@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         95498
>Category:       ports
>Synopsis:       [NEW PORT] graphics/ruby18-redact: An edje compiler written in ruby
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 08 01:00:35 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Botero-Lowry
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD Laptop.mine.box 6.0-STABLE FreeBSD 6.0-STABLE #1: Tue Feb  7 19:06:16 PST
>Description:
ruby-redact needs ruby-eet, which is ports/95497

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

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- ruby18-redact-0.1.5.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	ruby-redact
#	ruby-redact/Makefile
#	ruby-redact/pkg-descr
#	ruby-redact/distinfo
#	ruby-redact/pkg-plist
#
echo c - ruby-redact
mkdir -p ruby-redact > /dev/null 2>&1
echo x - ruby-redact/Makefile
sed 's/^X//' >ruby-redact/Makefile << 'END-of-ruby-redact/Makefile'
X# New ports collection makefile for:	redact
X# Date created:				06 Apr 2006
X# Whom:					Alexander Botero-Lowry <alex@foxybanana.com>
X#
X# $FreeBSD$
X
XPORTNAME=	redact
XPORTVERSION=	0.1.5
XCATEGORIES=	graphics ruby
XMASTER_SITES=	ftp://ftp.code-monkey.de/pub/redact/
XPKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX}
X
XMAINTAINER=	alex@foxybanana.com
XCOMMENT=	An edje compiler written in ruby
X
XBUILD_DEPENDS=	${RUBY_SITEARCHLIBDIR}/imlib2.so:${PORTSDIR}/graphics/ruby-imlib2 \
X		${RUBY_SITELIBDIR}/eet.rb:${PORTSDIR}/devel/ruby-eet \
X		${LOCALBASE}/bin/rake:${PORTSDIR}/devel/rubygem-rake
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XUSE_RUBY=	yes
XNO_BUILD=	yes
X
X.include <bsd.port.pre.mk>
X
Xdo-install:
X	@cd ${WRKSRC} && ${LOCALBASE}/bin/rake PREFIX=${PREFIX}/ install
X
X.include <bsd.port.post.mk>
END-of-ruby-redact/Makefile
echo x - ruby-redact/pkg-descr
sed 's/^X//' >ruby-redact/pkg-descr << 'END-of-ruby-redact/pkg-descr'
XRedact is an Edje compiler written in Ruby.
X
XUnlike the official Edje compiler, edje_cc, Redact doesn't read EDC code - it 
Xreads Ruby code instead. This means that Redact will allow you to write Edjes 
Xin a full-blown programming language.
X
XSo why is this a good thing?
X
XWith edje_cc, the only way to automate the creation of parts and/or programs 
Xis to use CPP macros, which are very limited feature-wise and hard to debug.
X
XWWW: http://code-monkey.de/pages/redact
END-of-ruby-redact/pkg-descr
echo x - ruby-redact/distinfo
sed 's/^X//' >ruby-redact/distinfo << 'END-of-ruby-redact/distinfo'
XMD5 (redact-0.1.5.tar.gz) = 1df22de8e98532faea72ce5f3ce2d211
XSHA256 (redact-0.1.5.tar.gz) = d30d03626ab1c19797d2354d458efe4869a319e366647800c539065f6a4a8f3a
XSIZE (redact-0.1.5.tar.gz) = 13906
END-of-ruby-redact/distinfo
echo x - ruby-redact/pkg-plist
sed 's/^X//' >ruby-redact/pkg-plist << 'END-of-ruby-redact/pkg-plist'
Xbin/redact
X%%RUBY_SITELIBDIR%%/redact/redact.rb
X%%RUBY_SITELIBDIR%%/redact/source.rb
X%%RUBY_SITELIBDIR%%/redact/app.rb
X%%RUBY_SITELIBDIR%%/redact/part.rb
X%%RUBY_SITELIBDIR%%/redact/program.rb
X@dirrm %%RUBY_SITELIBDIR%%/redact
END-of-ruby-redact/pkg-plist
exit
--- ruby18-redact-0.1.5.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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