From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 1 15:30:04 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CF7AA1065678 for ; Mon, 1 Oct 2012 15:30:04 +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 981CE8FC1C for ; Mon, 1 Oct 2012 15:30:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q91FU4An068041 for ; Mon, 1 Oct 2012 15:30:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q91FU49w068038; Mon, 1 Oct 2012 15:30:04 GMT (envelope-from gnats) Resent-Date: Mon, 1 Oct 2012 15:30:04 GMT Resent-Message-Id: <201210011530.q91FU49w068038@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, "Simon Olofsson" Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3E4191065670 for ; Mon, 1 Oct 2012 15:22:02 +0000 (UTC) (envelope-from simon@olofsson.de) Received: from mail.bytecamp.net (mail.bytecamp.net [212.204.60.9]) by mx1.freebsd.org (Postfix) with ESMTP id 9C3F88FC16 for ; Mon, 1 Oct 2012 15:22:01 +0000 (UTC) Received: (qmail 21785 invoked by uid 89); 1 Oct 2012 17:22:00 +0200 Received: from ec2-54-246-0-85.eu-west-1.compute.amazonaws.com (HELO freebsd.ec2.olofsson.de) (relay%olofsson.de@54.246.0.85) by mail.bytecamp.net with SMTP; 1 Oct 2012 17:21:59 +0200 Received: by freebsd.ec2.olofsson.de (sSMTP sendmail emulation); Mon, 01 Oct 2012 15:21:56 +0000 Message-Id: <20121001152202.3E4191065670@hub.freebsd.org> Date: Mon, 01 Oct 2012 15:21:56 +0000 From: "Simon Olofsson" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/172214: [NEW PORT] devel/hub: Introduces git to GitHub 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: Mon, 01 Oct 2012 15:30:05 -0000 >Number: 172214 >Category: ports >Synopsis: [NEW PORT] devel/hub: Introduces git to GitHub >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: Mon Oct 01 15:30:04 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Simon Olofsson >Release: FreeBSD 9.1-RC1 amd64 >Organization: >Environment: System: FreeBSD ip-10-58-98-146 9.1-RC1 FreeBSD 9.1-RC1 #0: Sat Aug 18 06:53:44 UTC 2012 >Description: hub is a command line tool that wraps git in order to extend it with extra features and commands that make working with GitHub easier. WWW: http://defunkt.io/hub/ Generated with FreeBSD Port Tools 0.99_6 (mode: new) >How-To-Repeat: >Fix: --- .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: # # hub # hub/distinfo # hub/pkg-descr # hub/Makefile # echo c - hub mkdir -p hub > /dev/null 2>&1 echo x - hub/distinfo sed 's/^X//' >hub/distinfo << '747e27f137714d8d1fe0269fc4fbca48' XSHA256 (hub-1.10.2.tar.gz) = 3bd8cf160062dac2dcdad176d14a88237fb4018522ef3a584a83c3f812d5b1c5 XSIZE (hub-1.10.2.tar.gz) = 54805 747e27f137714d8d1fe0269fc4fbca48 echo x - hub/pkg-descr sed 's/^X//' >hub/pkg-descr << '9e986b12fda8409fe67662585e1f7f83' Xhub is a command line tool that wraps git in order to extend it with extra Xfeatures and commands that make working with GitHub easier. X XWWW: http://defunkt.io/hub/ 9e986b12fda8409fe67662585e1f7f83 echo x - hub/Makefile sed 's/^X//' >hub/Makefile << 'f6e5f0c1b35366b26735d2992f975f0f' X# Created by: Simon Olofsson X# $FreeBSD$ X XPORTNAME= hub XPORTVERSION= 1.10.2 XCATEGORIES= devel X XMAINTAINER= simon@olofsson.de XCOMMENT= Introduces git to GitHub X XUSE_GITHUB= yes XGH_ACCOUNT= defunkt XGH_TAGNAME= v${DISTVERSION} XGH_COMMIT= 16b388a X XUSE_RUBY= yes XUSE_RAKE= yes X XPLIST_FILES= bin/hub \ X etc/bash_completion.d/hub \ X share/zsh/site-functions/_hub XPLIST_DIRSTRY= etc/bash_completion.d \ X share/zsh/site-functions share/zsh XMAN1= hub.1 X Xdo-build: X @cd ${WRKSRC} && ${RAKE_BIN} standalone X Xdo-install: X ${INSTALL_SCRIPT} ${WRKSRC}/hub ${PREFIX}/bin X ${INSTALL_MAN} ${WRKSRC}/man/hub.1 ${MAN1PREFIX}/man/man1 X Xpost-install: X ${MKDIR} ${PREFIX}/etc/bash_completion.d X ${INSTALL_DATA} ${WRKSRC}/etc/hub.bash_completion.sh ${PREFIX}/etc/bash_completion.d/hub X ${MKDIR} ${PREFIX}/share/zsh/site-functions X ${INSTALL_DATA} ${WRKSRC}/etc/hub.zsh_completion ${PREFIX}/share/zsh/site-functions/_hub X X.include f6e5f0c1b35366b26735d2992f975f0f exit --- .shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: