pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/blame Import blame-1.3.1 as devel/blame.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/05517e320eba
branches:  trunk
changeset: 541950:05517e320eba
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Mon Apr 28 20:27:35 2008 +0000

description:
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:

 devel/blame/DESCR    |   5 +++++
 devel/blame/Makefile |  15 +++++++++++++++
 devel/blame/PLIST    |   3 +++
 devel/blame/distinfo |   5 +++++
 4 files changed, 28 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r 6ec4ac1bda98 -r 05517e320eba devel/blame/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/blame/DESCR Mon Apr 28 20:27:35 2008 +0000
@@ -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 -r 6ec4ac1bda98 -r 05517e320eba devel/blame/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/blame/Makefile      Mon Apr 28 20:27:35 2008 +0000
@@ -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@localhost
+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 -r 6ec4ac1bda98 -r 05517e320eba devel/blame/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/blame/PLIST Mon Apr 28 20:27:35 2008 +0000
@@ -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 -r 6ec4ac1bda98 -r 05517e320eba devel/blame/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/blame/distinfo      Mon Apr 28 20:27:35 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index