diff options
author | tnn <tnn@pkgsrc.org> | 2008-04-28 20:27:35 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-04-28 20:27:35 +0000 |
commit | 0fd256f115abb1919c11f5935a9eda48014b3e3f (patch) | |
tree | 9b1c6ccd5d9aed2612ed6f466b161c41dc690440 /devel | |
parent | ed4e67bdf8ba5bf0b870309cec577dd9d9c92b10 (diff) | |
download | pkgsrc-0fd256f115abb1919c11f5935a9eda48014b3e3f.tar.gz |
Import blame-1.3.1 as devel/blame.
Packaged by Aleksej Saushev.
Blame displays the last modification for each line in an RCS
file. It is the RCS equivalent of CVS's annotate command.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/blame/DESCR | 5 | ||||
-rw-r--r-- | devel/blame/Makefile | 15 | ||||
-rw-r--r-- | devel/blame/PLIST | 3 | ||||
-rw-r--r-- | devel/blame/distinfo | 5 |
4 files changed, 28 insertions, 0 deletions
diff --git a/devel/blame/DESCR b/devel/blame/DESCR new file mode 100644 index 00000000000..bbc3b97ba3f --- /dev/null +++ b/devel/blame/DESCR @@ -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. + +An annotated RCS file describes the revision and date in which +each line was added to the file, and the author of each line. diff --git a/devel/blame/Makefile b/devel/blame/Makefile new file mode 100644 index 00000000000..ec75589c940 --- /dev/null +++ b/devel/blame/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/04/28 20:27:35 tnn Exp $ + +DISTNAME= blame-1.3.1 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=blame/} + +MAINTAINER= asau@inbox.ru +HOMEPAGE= http://blame.sf.net/ +COMMENT= Annotate RCS-controlled text line by line + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes + +.include "../../mk/bsd.pkg.mk" diff --git a/devel/blame/PLIST b/devel/blame/PLIST new file mode 100644 index 00000000000..3cffd507699 --- /dev/null +++ b/devel/blame/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2008/04/28 20:27:35 tnn Exp $ +bin/blame +man/man1/blame.1 diff --git a/devel/blame/distinfo b/devel/blame/distinfo new file mode 100644 index 00000000000..c77b3a6cadf --- /dev/null +++ b/devel/blame/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/04/28 20:27:35 tnn Exp $ + +SHA1 (blame-1.3.1.tar.gz) = 9183b9b5f1db0611bda1b724e99957480764bbd7 +RMD160 (blame-1.3.1.tar.gz) = fef43320fd6148f4543824642d6b2e86227af245 +Size (blame-1.3.1.tar.gz) = 483406 bytes |