From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 6 18:10:02 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D2B47106568B for ; Fri, 6 Nov 2009 18:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AFBDE8FC17 for ; Fri, 6 Nov 2009 18:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nA6IA1j0004291 for ; Fri, 6 Nov 2009 18:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nA6IA1EZ004290; Fri, 6 Nov 2009 18:10:01 GMT (envelope-from gnats) Resent-Date: Fri, 6 Nov 2009 18:10:01 GMT Resent-Message-Id: <200911061810.nA6IA1EZ004290@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, Ryan Steinmetz Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8829D1065670 for ; Fri, 6 Nov 2009 18:05:26 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 5E35A8FC18 for ; Fri, 6 Nov 2009 18:05:26 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id nA6I5O65071853 for ; Fri, 6 Nov 2009 18:05:24 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id nA6I5OXY071852; Fri, 6 Nov 2009 18:05:24 GMT (envelope-from nobody) Message-Id: <200911061805.nA6I5OXY071852@www.freebsd.org> Date: Fri, 6 Nov 2009 18:05:24 GMT From: Ryan Steinmetz To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/140340: New port devel/rubygem-configuration 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: Fri, 06 Nov 2009 18:10:02 -0000 >Number: 140340 >Category: ports >Synopsis: New port devel/rubygem-configuration >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: Fri Nov 06 18:10:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Ryan Steinmetz >Release: 7.2 >Organization: Rochester Institute of Technology >Environment: FreeBSD xxx.rit.edu 7.2-RELEASE-p4 FreeBSD 7.2-RELEASE-p4 #9: Mon May 4 20:25:00 EDT 2009 root@xxx.rit.edu:/usr/obj/usr/src/sys/xxx i386 >Description: >How-To-Repeat: >Fix: Patch attached with submission follows: # 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-configuration # rubygem-configuration/Makefile # rubygem-configuration/distinfo # rubygem-configuration/pkg-descr # echo c - rubygem-configuration mkdir -p rubygem-configuration > /dev/null 2>&1 echo x - rubygem-configuration/Makefile sed 's/^X//' >rubygem-configuration/Makefile << '17a95836b1061f64c228a415a2e1faf0' X# Ports collection makefile for: gem-configuration X# Date created: 06 Nov 2009 X# Whom: Ryan Steinmetz () X# X# $FreeBSD$ X XPORTNAME= configuration XPORTVERSION= 1.1.0 XCATEGORIES= devel rubygems XMASTER_SITES= RF XDISTNAME= configuration-${PORTVERSION} X XMAINTAINER= rpsfa@rit.edu XCOMMENT= Mechanism to parse ruby configuration files X XUSE_RUBY= yes XUSE_RUBYGEMS= yes XGEM_NAME= ${DISTNAME} XRUBYGEM_AUTOPLIST= yes X X.include 17a95836b1061f64c228a415a2e1faf0 echo x - rubygem-configuration/distinfo sed 's/^X//' >rubygem-configuration/distinfo << '052577fce14f4f2c579f484388868e2d' XMD5 (rubygem/configuration-1.1.0.gem) = 1b032ac8bd21277e048b10ca0f487a0a XSHA256 (rubygem/configuration-1.1.0.gem) = 3acbdb1d2d0c322af632e3f7dfdbfb706e99b28f33baf8fea65c155783253b62 XSIZE (rubygem/configuration-1.1.0.gem) = 9216 052577fce14f4f2c579f484388868e2d echo x - rubygem-configuration/pkg-descr sed 's/^X//' >rubygem-configuration/pkg-descr << 'd07b13f50c6223260689865670f5cc59' XRuby configuration gem provides a mechanism Xfor configuring ruby programs with ruby Xconfiguration files. X XWWW: http://rubyforge.org/projects/codeforpeople/ d07b13f50c6223260689865670f5cc59 exit >Release-Note: >Audit-Trail: >Unformatted: