Bug 121805 - [New port] devel/tig: a text mode interface for git
Summary: [New port] devel/tig: a text mode interface for git
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Rong-En Fan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-17 18:20 UTC by darcsis
Modified: 2008-03-19 15:20 UTC (History)
0 users

See Also:


Attachments
tig.shar (1.95 KB, text/plain)
2008-03-17 18:20 UTC, darcsis
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description darcsis 2008-03-17 18:20:00 UTC
 tig is a text mode interface for git.
Comment 1 Rong-En Fan freebsd_committer freebsd_triage 2008-03-19 13:15:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rafan

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-03-19 15:14:55 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"
Comment 3 Rong-En Fan freebsd_committer freebsd_triage 2008-03-19 15:15:06 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!