From root@ec-m.fr  Thu Apr 18 16:44:46 2013
Return-Path: <root@ec-m.fr>
Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id 9E8893F6
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 18 Apr 2013 16:44:46 +0000 (UTC)
	(envelope-from root@ec-m.fr)
Received: from melo.ec-m.fr (melo.ec-m.fr [147.94.19.139])
	by mx1.freebsd.org (Postfix) with ESMTP id 3001EB5F
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 18 Apr 2013 16:44:45 +0000 (UTC)
Received: from amavis3.serv.int (amavis3.serv.int [10.3.0.47])
	by melo.ec-m.fr (GrosseBox 1743 XXL) with ESMTP id 28719ACBDC
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 18 Apr 2013 18:44:45 +0200 (CEST)
Received: from melo.ec-m.fr ([10.3.0.13])
	by amavis3.serv.int (amavis3.serv.int [10.3.0.47]) (amavisd-new, port 10024)
	with LMTP id 00oyf+gKDyaM for <FreeBSD-gnats-submit@freebsd.org>;
	Thu, 18 Apr 2013 18:44:14 +0200 (CEST)
Received: from dgeo.sysadm.ec-m.fr (dgeo.sysadm.ec-m.fr [147.94.19.169])
	by melo.ec-m.fr (GrosseBox 1743 XXL) with ESMTP id D0A0BACBC6
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 18 Apr 2013 18:44:14 +0200 (CEST)
Received: by dgeo.sysadm.ec-m.fr (Postfix, from userid 0)
	id B18B11CD40; Thu, 18 Apr 2013 18:44:14 +0200 (CEST)
Message-Id: <20130418164414.B18B11CD40@dgeo.sysadm.ec-m.fr>
Date: Thu, 18 Apr 2013 18:44:14 +0200 (CEST)
From: Geoffroy Desvernay <dgeo@centrale-marseille.fr>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] devel/rubygem-rake: Ruby Make
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         177963
>Category:       ports
>Synopsis:       [NEW PORT] devel/rubygem-rake: Ruby Make
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ruby
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 18 16:50:00 UTC 2013
>Closed-Date:    Thu Apr 18 17:17:49 UTC 2013
>Last-Modified:  Thu Apr 18 17:17:49 UTC 2013
>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@innerewut.de>)
X# $FreeBSD$
X
XPORTNAME=	rake
XPORTVERSION=	10.0.4
XCATEGORIES=	devel rubygems
XMASTER_SITES=	RG
X
XMAINTAINER=	ruby@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:
Responsible-Changed-From-To: freebsd-ports-bugs->ruby 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Apr 18 16:50:08 UTC 2013 
Responsible-Changed-Why:  
ruby@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=177963 
State-Changed-From-To: open->closed 
State-Changed-By: rm 
State-Changed-When: Thu Apr 18 17:17:48 UTC 2013 
State-Changed-Why:  
Close by submitter's request. We have this port already 

http://www.freebsd.org/cgi/query-pr.cgi?pr=177963 
>Unformatted:
