summaryrefslogtreecommitdiff
path: root/devel/p4pr
diff options
context:
space:
mode:
authorschmonz <schmonz>2002-09-01 05:52:54 +0000
committerschmonz <schmonz>2002-09-01 05:52:54 +0000
commit6a01c116d882155fe509a91115bb5c364bcb0fb4 (patch)
tree8bd58654eeaadd0150c9fb1c158c11ca3adef220 /devel/p4pr
parent575079ace406ec9b095fda687d60c5287ea10ada (diff)
downloadpkgsrc-6a01c116d882155fe509a91115bb5c364bcb0fb4.tar.gz
Initial import of p4pr-20010504.
p4pr produces a file from the Perforce depot with each line annotated with the change, revision, and branch from which it came. It takes its time, but the output is invaluable.
Diffstat (limited to 'devel/p4pr')
-rw-r--r--devel/p4pr/DESCR3
-rw-r--r--devel/p4pr/Makefile27
-rw-r--r--devel/p4pr/PLIST2
-rw-r--r--devel/p4pr/distinfo4
4 files changed, 36 insertions, 0 deletions
diff --git a/devel/p4pr/DESCR b/devel/p4pr/DESCR
new file mode 100644
index 00000000000..4f432b16e58
--- /dev/null
+++ b/devel/p4pr/DESCR
@@ -0,0 +1,3 @@
+p4pr produces a file from the Perforce depot with each line annotated
+with the change, revision, and branch from which it came. It takes
+its time, but the output is invaluable.
diff --git a/devel/p4pr/Makefile b/devel/p4pr/Makefile
new file mode 100644
index 00000000000..51e001d2f75
--- /dev/null
+++ b/devel/p4pr/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/09/01 05:52:54 schmonz Exp $
+#
+
+DISTNAME= p4pr
+PKGNAME= ${DISTNAME}-20010504
+CATEGORIES= devel
+MASTER_SITES= ftp://ftp.perforce.com/pub/perforce/contrib/misc/
+EXTRACT_SUFX= .perl
+
+MAINTAINER= schmonz@netbsd.org
+COMMENT= Perforce file annotation with change, revision, and branch
+
+DEPENDS+= p4-[0-9]*:../../devel/p4
+
+WRKSRC= ${WRKDIR}
+EXTRACT_ONLY= # none
+NO_BUILD= # defined
+USE_PERL5= # defined
+REPLACE_PERL= ${DISTFILES}
+
+post-extract:
+ ${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC}
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/${DISTFILES} ${PREFIX}/bin/${DISTNAME}
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p4pr/PLIST b/devel/p4pr/PLIST
new file mode 100644
index 00000000000..84ea060798f
--- /dev/null
+++ b/devel/p4pr/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2002/09/01 05:52:54 schmonz Exp $
+bin/p4pr
diff --git a/devel/p4pr/distinfo b/devel/p4pr/distinfo
new file mode 100644
index 00000000000..e3d60d443f2
--- /dev/null
+++ b/devel/p4pr/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2002/09/01 05:52:54 schmonz Exp $
+
+SHA1 (p4pr.perl) = bb2a5b371caea36a3a2489d2f7c5f90fbd1b9065
+Size (p4pr.perl) = 5612 bytes