From daniel+roe=marvin@roe.ch  Wed Nov  5 00:42:19 2008
Return-Path: <daniel+roe=marvin@roe.ch>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id DFB8F1065673
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <daniel+roe=marvin@roe.ch>)
	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 <daniel@roe.ch>
Reply-To: Daniel Roethlisberger <daniel@roe.ch>
To: FreeBSD-gnats-submit@freebsd.org
Cc: daniel@roe.ch
Subject: New port: devel/rubygem-grit 0.7.0
X-Send-Pr-Version: 3.113
X-GNATS-Notify: daniel@roe.ch

>Number:         128592
>Category:       ports
>Synopsis:       New port: devel/rubygem-grit 0.7.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 05 00:50:00 UTC 2008
>Closed-Date:    Sun Nov 09 23:03:19 UTC 2008
>Last-Modified:  Sun Nov  9 23:10:04 UTC 2008
>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 <daniel@roe.ch>
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 <bsd.port.mk>
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:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Wed Nov 5 05:34:23 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=128592 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sun Nov 9 23:03:18 UTC 2008 
State-Changed-Why:  
New port added, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=128592 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/128592: commit references a PR
Date: Sun,  9 Nov 2008 23:01:31 +0000 (UTC)

 miwi        2008-11-09 23:01:24 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel                Makefile 
   Added files:
     devel/rubygem-grit   Makefile distinfo pkg-descr 
   Log:
   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/
   
   PR:             ports/128592
   Submitted by:   Daniel Roethlisberger <daniel at roe.ch>
   
   Revision  Changes    Path
   1.3240    +1 -0      ports/devel/Makefile
   1.1       +32 -0     ports/devel/rubygem-grit/Makefile (new)
   1.1       +3 -0      ports/devel/rubygem-grit/distinfo (new)
   1.1       +6 -0      ports/devel/rubygem-grit/pkg-descr (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
