Date: Mon, 8 Apr 2002 15:40:40 -0700 (PDT) From: Sean Chittenden <sean@chittenden.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/36905: New port: devel/ruby-aspectr Message-ID: <20020408224040.774EB20F0A@mail.tgd.net>
next in thread | raw e-mail | index | archive | help
>Number: 36905 >Category: ports >Synopsis: New port: devel/ruby-aspectr >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Apr 08 15:50:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Sean Chittenden >Release: FreeBSD 4.5-STABLE i386 >Organization: >Environment: System: FreeBSD ninja1.internal 4.5-STABLE FreeBSD 4.5-STABLE #0: Fri Apr 5 18:08:12 PST 2002 root@ninja1.internal:/opt/obj/opt/src/sys/NINJA i386 >Description: AspectR is a library interface that lets Ruby developers program in an aspect oriented style (similar to AspectJ). >How-To-Repeat: I've notified the authors asking them to change their packaging from aspectr-0-3-5 to 0.3.5 in the future. >Fix: # 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: # # devel/ruby-aspectr # devel/ruby-aspectr/distinfo # devel/ruby-aspectr/pkg-comment # devel/ruby-aspectr/pkg-descr # devel/ruby-aspectr/pkg-plist # devel/ruby-aspectr/Makefile # echo c - devel/ruby-aspectr mkdir -p devel/ruby-aspectr > /dev/null 2>&1 echo x - devel/ruby-aspectr/distinfo sed 's/^X//' >devel/ruby-aspectr/distinfo << 'END-of-devel/ruby-aspectr/distinfo' XMD5 (ruby/aspectr-0-3-5.tar.gz) = c640a1a82802ddb107c3ee1245a22705 END-of-devel/ruby-aspectr/distinfo echo x - devel/ruby-aspectr/pkg-comment sed 's/^X//' >devel/ruby-aspectr/pkg-comment << 'END-of-devel/ruby-aspectr/pkg-comment' XRuby libraries for Aspect programming END-of-devel/ruby-aspectr/pkg-comment echo x - devel/ruby-aspectr/pkg-descr sed 's/^X//' >devel/ruby-aspectr/pkg-descr << 'END-of-devel/ruby-aspectr/pkg-descr' XThis package allows Ruby developers to write their code using aspect- Xoriented programming style. AspectR is somewhat similar to AspectJ. X XWWW: http://aspectr.sourceforge.net/ X X- Sean Chittenden <sean@chittenden.org> END-of-devel/ruby-aspectr/pkg-descr echo x - devel/ruby-aspectr/pkg-plist sed 's/^X//' >devel/ruby-aspectr/pkg-plist << 'END-of-devel/ruby-aspectr/pkg-plist' X%%PORTDOCS%%%%RUBY_DOCDIR%%/aspectr/CHANGELOG X%%PORTDOCS%%%%RUBY_DOCDIR%%/aspectr/README X%%PORTDOCS%%%%RUBY_DOCDIR%%/aspectr/TODO X%%RUBY_EXAMPLESDIR%%/aspectr/logger.rb X%%RUBY_SITELIBDIR%%/aspectr.rb X@dirrm %%PORTDOCS%%%%RUBY_DOCDIR%%/aspectr X@dirrm %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/aspectr END-of-devel/ruby-aspectr/pkg-plist echo x - devel/ruby-aspectr/Makefile sed 's/^X//' >devel/ruby-aspectr/Makefile << 'END-of-devel/ruby-aspectr/Makefile' X# New ports collection makefile for: ruby-aspectr X# Date created: 08 April 2002 X# Whom: Sean Chittenden <sean@chittenden.org> X# X# $FreeBSD$ X# X XPORTNAME= aspectr XPORTVERSION= 0.3.5 XCATEGORIES= devel ruby XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= aspectr XDISTNAME= ${PORTNAME}-0-3-5 XDIST_SUBDIR= ruby X XMAINTAINER= sean@chittenden.org X XRUN_DEPENDS= ${RUBY_SITELIBDIR}/runit/error.rb:${PORTSDIR}/devel/ruby-unit X XUSE_RUBY= yes X XNO_BUILD= yes X Xdo-install: X cd ${WRKSRC} ; ${RUBY} install.rb X ${MKDIR} ${RUBY_DOCDIR}/aspectr X ${INSTALL_DATA} ${WRKSRC}/CHANGELOG ${PORTDOCS}${RUBY_DOCDIR}/aspectr/ X ${INSTALL_DATA} ${WRKSRC}/README ${PORTDOCS}${RUBY_DOCDIR}/aspectr/ X ${INSTALL_DATA} ${WRKSRC}/TODO ${PORTDOCS}${RUBY_DOCDIR}/aspectr/ X ${MKDIR} ${RUBY_EXAMPLESDIR}/aspectr X ${INSTALL_DATA} ${WRKSRC}/examples/logger.rb ${RUBY_EXAMPLESDIR}/aspectr/ X ${INSTALL_DATA} ${WRKSRC}/lib/aspectr.rb ${RUBY_SITELIBDIR}/ X X.include <bsd.port.mk> END-of-devel/ruby-aspectr/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020408224040.774EB20F0A>