Bug 159028 - [NEW PORT] devel/blame: Display last modification for each line in an RCS file
Summary: [NEW PORT] devel/blame: Display last modification for each line in an RCS file
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: Olli Hauer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-19 13:30 UTC by John Hein
Modified: 2011-07-20 00:11 UTC (History)
0 users

See Also:


Attachments
blame-1.3.1.shar (1.56 KB, text/plain)
2011-07-19 13:30 UTC, John Hein
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description John Hein 2011-07-19 13:30:09 UTC
Blame displays the last modification for each line in an
RCS file.  It is the RCS equivalent of CVS's annotate
command.

WWW:	http://blame.sourceforge.net

Generated with FreeBSD Port Tools 0.99
Comment 1 Olli Hauer freebsd_committer freebsd_triage 2011-07-20 00:00:39 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ohauer

I'll take it
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-07-20 00:07:59 UTC
ohauer      2011-07-19 23:07:46 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/blame          Makefile distinfo pkg-descr 
  Log:
  Blame displays the last modification for each line in an
  RCS file.  It is the RCS equivalent of CVS's annotate
  command.
  
  WWW:    http://blame.sourceforge.net
  
  PR:             ports/159028
  Submitted by:   John Hein <jhein at symmetricom.com>
  
  Revision  Changes    Path
  1.4450    +1 -0      ports/devel/Makefile
  1.1       +20 -0     ports/devel/blame/Makefile (new)
  1.1       +2 -0      ports/devel/blame/distinfo (new)
  1.1       +5 -0      ports/devel/blame/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 Olli Hauer freebsd_committer freebsd_triage 2011-07-20 00:11:08 UTC
State Changed
From-To: open->closed

Committed with minor changes, 
Thanks!