Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Oct 2012 22:48:18 GMT
From:      Dereckson <dereckson@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/173006: New port: devel/git-review
Message-ID:  <201210232248.q9NMmIUf067920@red.freebsd.org>
Resent-Message-ID: <201210232250.q9NMo0ZS035844@freefall.freebsd.org>

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

>Number:         173006
>Category:       misc
>Synopsis:       New port: devel/git-review
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 23 22:50:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Dereckson
>Release:        8.1-RELEASE
>Organization:
>Environment:
FreeBSD grip.espace-win.org 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:55:53 UTC 2010     root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
This is a "git review" command for Git.

____________

/usr/ports/devel # cat git-review/pkg-descr
Git review allows you to extend git to interact more easily with a Gerrit server
from the console.

It allows you to push change to review, download a changeset into a new branch,
push a change as draft or push an amended change as new patchset.

WWW: https://launchpad.net/git-review

____________

Tested locally and through redports.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# 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:
#
#	git-review
#	git-review/Makefile
#	git-review/distinfo
#	git-review/pkg-descr
#	git-review/pkg-plist
#
echo c - git-review
mkdir -p git-review > /dev/null 2>&1
echo x - git-review/Makefile
sed 's/^X//' >git-review/Makefile << 'f31ea781a20302e371c289deb02159c5'
X# New ports collection makefile for:	git-review
X# Date created:				21 October 2012
X# Whom:					Dereckson <dereckson@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	git-review
XPORTVERSION=	1.18
XCATEGORIES=	devel python
XMASTER_SITES=	CHEESESHOP
XMASTER_SITE_SUBDIR=	source/g/${PORTNAME}
X
XMAINTAINER=	dereckson@gmail.com
XCOMMENT=	Allow to push review and interact with a Gerrit server
X
XRUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}argparse>0:${PORTSDIR}/devel/py-argparse \
X		git:${PORTSDIR}/devel/git
X
XUSE_PYTHON=	#yes
XNO_BUILD=	yes
X
XLICENSE=	AL2
X
XMAN1=		git-review.1
X
Xdo-install:
X	${INSTALL_SCRIPT} ${WRKSRC}/git-review ${PREFIX}/bin/git-review
X	${INSTALL_MAN} ${WRKSRC}/git-review.1 ${PREFIX}/man/man1
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X	${INSTALL_MAN} ${WRKSRC}/README.md ${DOCSDIR}
X	${INSTALL_MAN} ${WRKSRC}/HACKING ${DOCSDIR}
X	${INSTALL_MAN} ${WRKSRC}/AUTHORS ${DOCSDIR}
X.endif
X
X.include <bsd.port.mk>
f31ea781a20302e371c289deb02159c5
echo x - git-review/distinfo
sed 's/^X//' >git-review/distinfo << '9d44480a14365721cc362d97abc860d9'
XSHA256 (git-review-1.18.tar.gz) = 682b434a2eaf40e172728a9012bd0e461b892784f266e4829f55e3480f588772
XSIZE (git-review-1.18.tar.gz) = 17062
9d44480a14365721cc362d97abc860d9
echo x - git-review/pkg-descr
sed 's/^X//' >git-review/pkg-descr << '5a6a6d0ea19e4d2d3613a7f00f26fdc0'
XGit review allows you to extend git to interact more easily with a Gerrit server
Xfrom the console.
X
XIt allows you to push change to review, download a changeset into a new branch,
Xpush a change as draft or push an amended change as new patchset.
X
XWWW: https://launchpad.net/git-review
5a6a6d0ea19e4d2d3613a7f00f26fdc0
echo x - git-review/pkg-plist
sed 's/^X//' >git-review/pkg-plist << '3a9baafe62765da1285a6464f9bff085'
Xbin/git-review
X%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
X%%PORTDOCS%%%%DOCSDIR%%/HACKING
X%%PORTDOCS%%%%DOCSDIR%%/README.md
X%%PORTDOCS%%@dirrm %%DOCSDIR%%
3a9baafe62765da1285a6464f9bff085
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210232248.q9NMmIUf067920>