Date: Sun, 24 Jun 2012 23:10:04 -0700 (PDT) From: <douglas@douglasthrift.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: douglas@douglasthrift.net Subject: ports/169390: New port: devel/rubygem-ripper Parses Ruby source and tokenizes or builds an AST Message-ID: <201206250610.q5P6A43v084998@slowhand.douglasthrift.net> Resent-Message-ID: <201206250620.q5P6K7YE094560@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 169390 >Category: ports >Synopsis: New port: devel/rubygem-ripper Parses Ruby source and tokenizes or builds an AST >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jun 25 06:20:07 UTC 2012 >Closed-Date: >Last-Modified: >Originator: >Release: FreeBSD 8.0-RELEASE-p6 amd64 >Organization: >Environment: System: FreeBSD slowhand.douglasthrift.net 8.0-RELEASE-p6 FreeBSD 8.0-RELEASE-p6 #2: Wed Sep 28 21:40:42 PDT 2011 user@jail8.johncompanies.com:/usr/obj/usr/src/sys/jail8 amd64 >Description: https://redports.org/buildarchive/20120625000058-10816/ >From ripper.gemspec: Ripper parses Ruby source and tokenizes or builds an AST This gem is meant for Ruby 1.8.x builds. Ruby 1.9.x comes with a functioning ripper implementation out of the box. This gem is a port of the Ripper 1.9 for Ruby 1.8.x. Ripper was written by Minero Aoki and ported by Loren Segal. >How-To-Repeat: >Fix: --- rubygem-ripper.shar begins here --- #!/bin/sh # This is a shell archive echo x rubygem-ripper mkdir -p rubygem-ripper > /dev/null 2>&1 echo x rubygem-ripper/Makefile sed 's/^X//' > rubygem-ripper/Makefile << 'SHAR_END' X# New ports collection makefile for: rubygem-ripper X# Date created: 24 June 2012 X# Whom: Douglas Thrift X# X# $FreeBSD$ X# X XPORTNAME= ripper XPORTVERSION= 1.0.5 XCATEGORIES= devel rubygems XMASTER_SITES= RG X XMAINTAINER= douglas@douglasthrift.net XCOMMENT= Parses Ruby source and tokenizes or builds an AST X XLICENSE= BSD X XBUILD_DEPENDS= bison:${PORTSDIR}/devel/bison X XUSE_RUBY= yes XUSE_RUBYGEMS= yes XRUBYGEM_AUTOPLIST= yes X X.include <bsd.port.pre.mk> X X.if ${RUBY_VER} != 1.8 XIGNORE= is already included in Ruby 1.9 and later X.endif X X.include <bsd.port.post.mk> SHAR_END echo x rubygem-ripper/pkg-descr sed 's/^X//' > rubygem-ripper/pkg-descr << 'SHAR_END' XRipper parses Ruby source and tokenizes or builds an AST. X XThis gem is meant for Ruby 1.8.x builds. Ruby 1.9.x comes with a functioning Xripper implementation out of the box. This gem is a port of the Ripper 1.9 Xfor Ruby 1.8.x. Ripper was written by Minero Aoki and ported by Loren Segal. X XWWW: http://github.com/lsegal/ripper18 SHAR_END echo x rubygem-ripper/distinfo sed 's/^X//' > rubygem-ripper/distinfo << 'SHAR_END' XSHA256 (rubygem/ripper-1.0.5.gem) = 7fcb60a6a27103be22d56ccb56df7b8a5c35172360cca5a510deb902cf9dc5ed XSIZE (rubygem/ripper-1.0.5.gem) = 70656 SHAR_END exit --- rubygem-ripper.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?201206250610.q5P6A43v084998>