Date: Sun, 09 Nov 2008 20:02:41 +0100 From: Daniel Roethlisberger <daniel@roe.ch> To: FreeBSD-gnats-submit@FreeBSD.org Cc: daniel@roe.ch Subject: ports/128734: New port: devel/rubygem-git - ruby wrapper library around git(1) Message-ID: <E1KzFYX-00013w-Ui@calvin.ustdmz.roe.ch> Resent-Message-ID: <200811091910.mA9JA3Fw089936@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 128734 >Category: ports >Synopsis: New port: devel/rubygem-git - ruby wrapper library around git(1) >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: Sun Nov 09 19:10:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Daniel Roethlisberger >Release: FreeBSD 6.3-RELEASE-p5 i386 >Organization: >Environment: System: FreeBSD calvin.ustdmz.roe.ch 6.3-RELEASE-p5 FreeBSD 6.3-RELEASE-p5 #0: Wed Oct 1 05:50:20 UTC 2008 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/SMP i386 >Description: Ruby/Git is a Ruby library that can be used to create, read and manipulate Git repositories. Currently it is a wrapper around the git binary, but there are plans to switch to C bindings at some point in the future. WWW: http://jointheconversation.org/rubygit/ >How-To-Repeat: >Fix: --- rubygem-git.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-git # rubygem-git/Makefile # rubygem-git/pkg-descr # rubygem-git/distinfo # echo c - rubygem-git mkdir -p rubygem-git > /dev/null 2>&1 echo x - rubygem-git/Makefile sed 's/^X//' >rubygem-git/Makefile << 'END-of-rubygem-git/Makefile' X# Ports collection makefile for: rubygem-git X# Date created: 2008-11-09 X# Whom: Daniel Roethlisberger <daniel@roe.ch> X# X# $FreeBSD$ X XPORTNAME= git XPORTVERSION= 1.0.5 XCATEGORIES= devel rubygems XMASTER_SITES= RF XMASTER_SITE_SUBDIR= gems X XMAINTAINER= daniel@roe.ch XCOMMENT= A ruby wrapper library around git(1) X XRUN_DEPENDS= git>=0:${PORTSDIR}/devel/git 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-git/Makefile echo x - rubygem-git/pkg-descr sed 's/^X//' >rubygem-git/pkg-descr << 'END-of-rubygem-git/pkg-descr' XRuby/Git is a Ruby library that can be used to create, read and Xmanipulate Git repositories. Currently it is a wrapper around Xthe git binary, but there are plans to switch to C bindings at Xsome point in the future. X XWWW: http://jointheconversation.org/rubygit/ END-of-rubygem-git/pkg-descr echo x - rubygem-git/distinfo sed 's/^X//' >rubygem-git/distinfo << 'END-of-rubygem-git/distinfo' XMD5 (rubygem/git-1.0.5.gem) = 1763361d6201500d01651d0676da9f3f XSHA256 (rubygem/git-1.0.5.gem) = 64c496f8224c5c479d3726f4c384af5cbae371a0ce68960651981a266159ea78 XSIZE (rubygem/git-1.0.5.gem) = 177152 END-of-rubygem-git/distinfo exit --- rubygem-git.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?E1KzFYX-00013w-Ui>