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>
This commit is contained in:
Olli Hauer 2011-07-19 23:07:46 +00:00
parent 6af62cb725
commit 36ee862d0d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277972
4 changed files with 28 additions and 0 deletions

View file

@ -97,6 +97,7 @@
SUBDIR += bison
SUBDIR += bisoncpp
SUBDIR += bisongen
SUBDIR += blame
SUBDIR += bmake
SUBDIR += bncsutil-ghost++
SUBDIR += bnf

20
devel/blame/Makefile Normal file
View file

@ -0,0 +1,20 @@
# New ports collection makefile for: blame
# Date created: 2011-06-21
# Whom: John Hein <jhein@symmetricom.com>
#
# $FreeBSD$
#
PORTNAME= blame
PORTVERSION= 1.3.1
CATEGORIES= devel
MASTER_SITES= SF
MAINTAINER= jhein@symmetricom.com
COMMENT= Display last modification for each line in an RCS file
GNU_CONFIGURE= yes
MAN1= blame.1
PLIST_FILES= bin/blame
.include <bsd.port.mk>

2
devel/blame/distinfo Normal file
View file

@ -0,0 +1,2 @@
SHA256 (blame-1.3.1.tar.gz) = 1943b145c0d69d1b3390e9417b76822af0b1bbe53cdaddf76e8497f2e79d58ca
SIZE (blame-1.3.1.tar.gz) = 483406

5
devel/blame/pkg-descr Normal file
View file

@ -0,0 +1,5 @@
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