From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Apr 8 01:00:39 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DA0B16A405 for ; Sat, 8 Apr 2006 01:00:39 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9B4843D5C for ; Sat, 8 Apr 2006 01:00:36 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k3810aD6035797 for ; Sat, 8 Apr 2006 01:00:36 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k3810Zxg035794; Sat, 8 Apr 2006 01:00:35 GMT (envelope-from gnats) Resent-Date: Sat, 8 Apr 2006 01:00:35 GMT Resent-Message-Id: <200604080100.k3810Zxg035794@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alexander Botero-Lowry Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54C0716A403 for ; Sat, 8 Apr 2006 00:58:43 +0000 (UTC) (envelope-from alex@foxybanana.com) Received: from ultrasuede.reed.edu (ultrasuede.reed.edu [134.10.2.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00D4E43D4C for ; Sat, 8 Apr 2006 00:58:42 +0000 (GMT) (envelope-from alex@foxybanana.com) Received: from Laptop.mine.box (c029h217.dorm.reed.edu [134.10.29.217]) by ultrasuede.reed.edu (8.13.6/8.13.6) with ESMTP id k380wfRK005808 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NOT) for ; Fri, 7 Apr 2006 17:58:41 -0700 Received: from Laptop.mine.box (localhost [127.0.0.1]) by Laptop.mine.box (8.13.4/8.13.4) with ESMTP id k380vuto004631 for ; Fri, 7 Apr 2006 17:57:56 -0700 (PDT) (envelope-from alex@Laptop.mine.box) Received: (from alex@localhost) by Laptop.mine.box (8.13.4/8.13.4/Submit) id k380vu9N004630; Fri, 7 Apr 2006 17:57:56 -0700 (PDT) (envelope-from alex) Message-Id: <200604080057.k380vu9N004630@Laptop.mine.box> Date: Fri, 7 Apr 2006 17:57:56 -0700 (PDT) From: Alexander Botero-Lowry To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/95498: [NEW PORT] graphics/ruby18-redact: An edje compiler written in ruby X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Apr 2006 01:00:39 -0000 >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 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 X Xdo-install: X @cd ${WRKSRC} && ${LOCALBASE}/bin/rake PREFIX=${PREFIX}/ install X X.include 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: