Date: Wed, 5 Nov 2008 01:34:33 +0100 (CET) From: Daniel Roethlisberger <daniel@roe.ch> To: FreeBSD-gnats-submit@FreeBSD.org Cc: daniel@roe.ch Subject: ports/128592: New port: devel/rubygem-grit 0.7.0 Message-ID: <200811050034.mA50YXs3042664@marvin.ustcor.roe.ch> Resent-Message-ID: <200811050050.mA50o1jo046666@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811050034.mA50YXs3042664>