ports/177963: [NEW PORT] devel/rubygem-rake: Ruby Make

Geoffroy Desvernay dgeo at centrale-marseille.fr
Thu Apr 18 16:50:00 UTC 2013


>Number:         177963
>Category:       ports
>Synopsis:       [NEW PORT] devel/rubygem-rake: Ruby Make
>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:   Thu Apr 18 16:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Geoffroy Desvernay
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
Ecole Centrale de Marseille
>Environment:
System: FreeBSD dgeo.sysadm.ec-m.fr 9.1-RELEASE FreeBSD 9.1-RELEASE #0: Tue Dec 18 11:55:35 CET 2012
>Description:
Rake is a Ruby make-like utility using standard Ruby syntax for the
build specification file.

It has the following features:

- Rakefiles (rake's version of Makefiles) are completely defined in standard
  Ruby syntax. No XML files to edit. No quirky Makefile syntax to worry about
  (is that a tab or a space?)
- Users can specify tasks with prerequisites.
- Rake supports rule patterns to synthesize implicit tasks.
- Rake is lightweight. It can be distributed with other projects as a single
  file. Projects that depend upon rake do not require that rake be installed on
  target systems.

WWW: http://rake.rubyforge.org

Generated with FreeBSD Port Tools 0.99_7 (mode: new)
>How-To-Repeat:
>Fix:

--- .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:
#
#	rubygem-rake
#	rubygem-rake/Makefile
#	rubygem-rake/distinfo
#	rubygem-rake/pkg-descr
#
echo c - rubygem-rake
mkdir -p rubygem-rake > /dev/null 2>&1
echo x - rubygem-rake/Makefile
sed 's/^X//' >rubygem-rake/Makefile << '7eacf1178d4a9ff413e2dd90dca5012a'
X# Created by: Jonathan Weiss (<jw at innerewut.de>)
X# $FreeBSD$
X
XPORTNAME=	rake
XPORTVERSION=	10.0.4
XCATEGORIES=	devel rubygems
XMASTER_SITES=	RG
X
XMAINTAINER=	ruby at FreeBSD.org
XCOMMENT=	Ruby Make
X
XUSE_RUBY=	yes
XUSE_RUBYGEMS=	yes
XRUBYGEM_AUTOPLIST=	yes
X
XMANCOMPRESSED=	yes
XMAN1=		rake.1
X
X.include <bsd.port.pre.mk>
XPLIST_FILES=	bin/rake
X
Xpost-install:
X	${MV} ${PREFIX}/${GEM_LIB_DIR}/doc/rake.1.gz ${PREFIX}/man/man1
X	${CHMOD} ${MANMODE} ${PREFIX}/man/man1/rake.1.gz
X	${CHOWN} ${MANOWN}:${MANGRP} ${PREFIX}/man/man1/rake.1.gz
X
X.include <bsd.port.post.mk>
7eacf1178d4a9ff413e2dd90dca5012a
echo x - rubygem-rake/distinfo
sed 's/^X//' >rubygem-rake/distinfo << '89cfc20f4a1bbb064bb32161e77eac4b'
XSHA256 (rubygem/rake-10.0.4.gem) = 4137018e07c9bb79d5ff1085d2dd1aeeba1437de36f281ff737295e835035f0c
XSIZE (rubygem/rake-10.0.4.gem) = 120320
89cfc20f4a1bbb064bb32161e77eac4b
echo x - rubygem-rake/pkg-descr
sed 's/^X//' >rubygem-rake/pkg-descr << 'c3e5e6327dd9e51cacd5150d2c311f41'
XRake is a Ruby make-like utility using standard Ruby syntax for the
Xbuild specification file.
X
XIt has the following features:
X
X- Rakefiles (rake's version of Makefiles) are completely defined in standard
X  Ruby syntax. No XML files to edit. No quirky Makefile syntax to worry about
X  (is that a tab or a space?)
X- Users can specify tasks with prerequisites.
X- Rake supports rule patterns to synthesize implicit tasks.
X- Rake is lightweight. It can be distributed with other projects as a single
X  file. Projects that depend upon rake do not require that rake be installed on
X  target systems.
X
XWWW: http://rake.rubyforge.org
c3e5e6327dd9e51cacd5150d2c311f41
exit
--- .shar ends here ---

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


More information about the freebsd-ports-bugs mailing list