Date: Tue, 18 Mar 2008 02:13:05 +0800 From: "Denise H. G." <darcsis@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/121805: [New port] devel/tig: a text mode interface for git Message-ID: <47deb4bf.2786460a.29de.3ba4@mx.google.com> Resent-Message-ID: <200803171820.m2HIK0su094502@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 121805 >Category: ports >Synopsis: [New port] devel/tig: a text mode interface for git >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 Mar 17 18:20:00 UTC 2008 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?47deb4bf.2786460a.29de.3ba4>