Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 01 Oct 2012 15:21:56 +0000
From:      "Simon Olofsson" <simon@olofsson.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/172214: [NEW PORT] devel/hub: Introduces git to GitHub
Message-ID:  <20121001152202.3E4191065670@hub.freebsd.org>
Resent-Message-ID: <201210011530.q91FU49w068038@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <simon@olofsson.de>
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 <bsd.port.mk>
f6e5f0c1b35366b26735d2992f975f0f
exit
--- .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?20121001152202.3E4191065670>