From darcsis@gmail.com  Mon Mar 17 18:13:29 2008
Return-Path: <darcsis@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id C9ECF106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 17 Mar 2008 18:13:29 +0000 (UTC)
	(envelope-from darcsis@gmail.com)
Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.188])
	by mx1.freebsd.org (Postfix) with ESMTP id 510DB8FC13
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 17 Mar 2008 18:13:29 +0000 (UTC)
	(envelope-from darcsis@gmail.com)
Received: by ti-out-0910.google.com with SMTP id j2so1739579tid.3
        for <FreeBSD-gnats-submit@freebsd.org>; Mon, 17 Mar 2008 11:13:26 -0700 (PDT)
Received: by 10.110.11.10 with SMTP id 10mr4349575tik.43.1205777604984;
        Mon, 17 Mar 2008 11:13:24 -0700 (PDT)
Received: from gmail.com ( [125.34.65.230])
        by mx.google.com with ESMTPS id h39sm697441wxd.6.2008.03.17.11.13.09
        (version=SSLv3 cipher=OTHER);
        Mon, 17 Mar 2008 11:13:19 -0700 (PDT)
Received: by gmail.com (sSMTP sendmail emulation); Tue, 18 Mar 2008 02:13:05 +0800
Message-Id: <47deb4bf.2786460a.29de.3ba4@mx.google.com>
Date: Tue, 18 Mar 2008 02:13:05 +0800
From: Denise H. G. <darcsis@gmail.com>
Reply-To: Denise H. G. <darcsis@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [New port] devel/tig: a text mode interface for git
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         121805
>Category:       ports
>Synopsis:       [New port] devel/tig: a text mode interface for git
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    rafan
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 17 18:20:00 UTC 2008
>Closed-Date:    Wed Mar 19 15:15:07 UTC 2008
>Last-Modified:  Wed Mar 19 15:20:01 UTC 2008
>Originator:     Denise H. G.
>Release:        FreeBSD 7.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD pluton.xbsd.name 7.0-STABLE FreeBSD 7.0-STABLE #0: Mon Mar 17 12:47:41 CST 2008 dhg@pluton.xbsd.name:/opt/obj/usr/src/sys/mibsd-SMP-ULE amd64


	
>Description:
 tig is a text mode interface for git.
>How-To-Repeat:
	
>Fix:

	

--- tig.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:
#
#	tig
#	tig/Makefile
#	tig/distinfo
#	tig/pkg-descr
#
echo c - tig
mkdir -p tig > /dev/null 2>&1
echo x - tig/Makefile
sed 's/^X//' >tig/Makefile << 'END-of-tig/Makefile'
X# New ports collection makefile for:	tig
X# Date created:			18 Mar 2008
X# Whom:				Denise H. G. <darcsis@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	tig
XPORTVERSION=	0.10
XCATEGORIES=	devel
XMASTER_SITES=	http://jonas.nitro.dk/tig/releases/
X
XMAINTAINER=	darcsis@gmail.com
XCOMMENT=	Text-mode interface for git
X
XRUN_DEPENDS=	git:${PORTSDIR}/devel/git
X
XMAN1=	tig.1
XMAN5=	tigrc.5
XMANCOMPRESSED=	no
X
XHAS_CONFIGURE=	yes
XCONFIGURE_ARGS=	--with-libiconv=${LOCALBASE}
X
XUSE_GMAKE=	yes
XUSE_ICONV=	yes
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
X	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1
X	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}rc.5 ${MANPREFIX}/man/man5
X
X.include <bsd.port.mk>
END-of-tig/Makefile
echo x - tig/distinfo
sed 's/^X//' >tig/distinfo << 'END-of-tig/distinfo'
XMD5 (tig-0.10.tar.gz) = cea0c80cfe1575510ceaba81669363ce
XSHA256 (tig-0.10.tar.gz) = bdbb05e4b1c15c0f630f620a75a7fff5c3fb4dc7e8c9fbc780e489f3da77c08b
XSIZE (tig-0.10.tar.gz) = 102920
END-of-tig/distinfo
echo x - tig/pkg-descr
sed 's/^X//' >tig/pkg-descr << 'END-of-tig/pkg-descr'
XTig is a git repository browser that additionally
Xcan act as a pager for output from various git
Xcommands.
X
XWhen browsing repositories, it uses the underlying
Xgit commands to present the user with various views,
Xsuch as summarized revision log and showing the
Xcommit with the log message, diffstat, and the diff.
X
XUsing it as a pager, it will display input from stdin
Xand colorize it.
X
XWWW: http://jonas.nitro.dk/tig/
END-of-tig/pkg-descr
exit
--- tig.shar ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->rafan 
Responsible-Changed-By: rafan 
Responsible-Changed-When: Wed Mar 19 13:15:10 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=121805 
State-Changed-From-To: open->closed 
State-Changed-By: rafan 
State-Changed-When: Wed Mar 19 15:15:06 UTC 2008 
State-Changed-Why:  
New port added, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=121805 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/121805: commit references a PR
Date: Wed, 19 Mar 2008 15:14:55 +0000 (UTC)

 rafan       2008-03-19 15:14:47 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel                Makefile 
   Added files:
     devel/tig            Makefile distinfo pkg-descr 
   Log:
   Tig is a git repository browser that additionally
   can act as a pager for output from various git
   commands.
   
   When browsing repositories, it uses the underlying
   git commands to present the user with various views,
   such as summarized revision log and showing the
   commit with the log message, diffstat, and the diff.
   
   Using it as a pager, it will display input from stdin
   and colorize it.
   
   WWW: http://jonas.nitro.dk/tig/
   
   PR:             ports/121805
   Submitted by:   Denise H. G. <darcsis at gmail.com>
   
   Revision  Changes    Path
   1.3020    +1 -0      ports/devel/Makefile
   1.1       +35 -0     ports/devel/tig/Makefile (new)
   1.1       +3 -0      ports/devel/tig/distinfo (new)
   1.1       +13 -0     ports/devel/tig/pkg-descr (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
