From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 5 00:50:01 2008 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 7076410656DA for ; Wed, 5 Nov 2008 00:50: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 482F18FC0C; Wed, 5 Nov 2008 00:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id mA50o1TV046667; Wed, 5 Nov 2008 00:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id mA50o1jo046666; Wed, 5 Nov 2008 00:50:01 GMT (envelope-from gnats) Resent-Date: Wed, 5 Nov 2008 00:50:01 GMT Resent-Message-Id: <200811050050.mA50o1jo046666@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Cc: daniel@roe.ch Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Daniel Roethlisberger Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DFB8F1065673 for ; Wed, 5 Nov 2008 00:42:18 +0000 (UTC) (envelope-from daniel+roe=marvin@roe.ch) Received: from calvin.ustdmz.roe.ch (calvin.ustdmz.roe.ch [IPv6:2001:41e0:ff17:face::26]) by mx1.freebsd.org (Postfix) with ESMTP id 5B1408FC13 for ; Wed, 5 Nov 2008 00:42:18 +0000 (UTC) (envelope-from daniel+roe=marvin@roe.ch) Received: from marvin.ustcor.roe.ch ([2001:41e0:ff17:babe:205:4eff:fe4b:d088]) by calvin.ustdmz.roe.ch (envelope-from ) with ESMTPS (TLSv1:AES256-SHA:256) id 1KxWHx-0004Wv-1N ; Wed, 05 Nov 2008 01:30:25 +0100 Received: from marvin.ustcor.roe.ch (localhost [127.0.0.1]) by marvin.ustcor.roe.ch (8.14.2/8.14.2) with ESMTP id mA50YXqT042670; Wed, 5 Nov 2008 01:34:33 +0100 (CET) (envelope-from roe@marvin.ustcor.roe.ch) Received: (from roe@localhost) by marvin.ustcor.roe.ch (8.14.2/8.14.2/Submit) id mA50YXs3042664; Wed, 5 Nov 2008 01:34:33 +0100 (CET) (envelope-from roe) Message-Id: <200811050034.mA50YXs3042664@marvin.ustcor.roe.ch> Date: Wed, 5 Nov 2008 01:34:33 +0100 (CET) From: Daniel Roethlisberger To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 X-GNATS-Notify: daniel@roe.ch Cc: daniel@roe.ch Subject: ports/128592: New port: devel/rubygem-grit 0.7.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Roethlisberger List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Nov 2008 00:50:01 -0000 >Number: 128592 >Category: ports >Synopsis: New port: devel/rubygem-grit 0.7.0 >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: Wed Nov 05 00:50:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Daniel Roethlisberger >Release: FreeBSD 7.0-RELEASE-p5 i386 >Organization: >Environment: System: FreeBSD marvin.ustcor.roe.ch 7.0-RELEASE-p5 FreeBSD 7.0-RELEASE-p5 #0: Wed Oct 1 10:10:12 UTC 2008 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: Grit is a Ruby library for extracting information from a git repository in an object oriented manner. Grit gives you object model access to your git repository. Once you have created a repository object, you can traverse it to find parent commit(s), trees, blobs, etc. WWW: http://grit.rubyforge.org/ Note that rubygem-grit depends on the new port textproc/rubygem-diff-lcm, submitted in a separate PR. >How-To-Repeat: >Fix: --- rubygem-grit.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-grit # rubygem-grit/Makefile # rubygem-grit/pkg-descr # rubygem-grit/distinfo # echo c - rubygem-grit mkdir -p rubygem-grit > /dev/null 2>&1 echo x - rubygem-grit/Makefile sed 's/^X//' >rubygem-grit/Makefile << 'END-of-rubygem-grit/Makefile' X# Ports collection makefile for: rubygem-grit X# Date created: 2008-11-05 X# Whom: Daniel Roethlisberger X# X# $FreeBSD$ X XPORTNAME= grit XPORTVERSION= 0.7.0 XCATEGORIES= devel rubygems XMASTER_SITES= RF XMASTER_SITE_SUBDIR= gems X XMAINTAINER= daniel@roe.ch XCOMMENT= An object-oriented ruby library to access git repositories X XBUILD_DEPENDS= rubygem-open4>=0.0.0:${PORTSDIR}/devel/rubygem-open4 \ X rubygem-diff-lcs>=0.0.0:${PORTSDIR}/textproc/rubygem-diff-lcs \ X rubygem-mime-types>=0.0.0:${PORTSDIR}/misc/rubygem-mime-types \ X rubygem-hoe>=1.4.0:${PORTSDIR}/devel/rubygem-hoe XRUN_DEPENDS= ${BUILD_DEPENDS} X XUSE_RUBY= yes XUSE_RUBYGEMS= yes X Xpost-install: X @${ECHO} ${GEM_CACHE} >> ${TMPPLIST} X @${FIND} ${PREFIX}/${GEM_DOC_DIR} -type f | ${SED} -e 's,${PREFIX}/${GEM_DOC_DIR},${GEM_DOC_DIR},' >> ${TMPPLIST} X @${FIND} ${PREFIX}/${GEM_LIB_DIR} -type f | ${SED} -e 's,${PREFIX}/${GEM_LIB_DIR},${GEM_LIB_DIR},' >> ${TMPPLIST} X @${ECHO} ${GEM_SPEC} >> ${TMPPLIST} X @${FIND} ${PREFIX}/${GEM_LIB_DIR} -type d -depth | ${SED} -e 's,${PREFIX}/${GEM_LIB_DIR},@dirrm ${GEM_LIB_DIR},' >> ${TMPPLIST} X @${FIND} ${PREFIX}/${GEM_DOC_DIR} -type d -depth | ${SED} -e 's,${PREFIX}/${GEM_DOC_DIR},@dirrm ${GEM_DOC_DIR},' >> ${TMPPLIST} X X.include END-of-rubygem-grit/Makefile echo x - rubygem-grit/pkg-descr sed 's/^X//' >rubygem-grit/pkg-descr << 'END-of-rubygem-grit/pkg-descr' XGrit is a Ruby library for extracting information from a git repository in Xan object oriented manner. Grit gives you object model access to your git Xrepository. Once you have created a repository object, you can traverse it Xto find parent commit(s), trees, blobs, etc. X XWWW: http://grit.rubyforge.org/ END-of-rubygem-grit/pkg-descr echo x - rubygem-grit/distinfo sed 's/^X//' >rubygem-grit/distinfo << 'END-of-rubygem-grit/distinfo' XMD5 (rubygem/grit-0.7.0.gem) = 278033f365514155e0a996316effe7ba XSHA256 (rubygem/grit-0.7.0.gem) = 73a2c08720e95597932dacb2bdfe655b17055ca7ed6f25d758af366be8cc0efd XSIZE (rubygem/grit-0.7.0.gem) = 23040 END-of-rubygem-grit/distinfo exit --- rubygem-grit.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: