From 83a5ae6af20f750e3f7d1a7613bfafd5f5c29e07 Mon Sep 17 00:00:00 2001 From: schmonz Date: Sun, 1 Sep 2002 05:52:54 +0000 Subject: 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. --- devel/p4pr/DESCR | 3 +++ devel/p4pr/Makefile | 27 +++++++++++++++++++++++++++ devel/p4pr/PLIST | 2 ++ devel/p4pr/distinfo | 4 ++++ 4 files changed, 36 insertions(+) create mode 100644 devel/p4pr/DESCR create mode 100644 devel/p4pr/Makefile create mode 100644 devel/p4pr/PLIST create mode 100644 devel/p4pr/distinfo (limited to 'devel/p4pr') 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 -- cgit v1.2.3