diff options
author | schmonz <schmonz@pkgsrc.org> | 2002-09-01 05:52:54 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2002-09-01 05:52:54 +0000 |
commit | 83a5ae6af20f750e3f7d1a7613bfafd5f5c29e07 (patch) | |
tree | 8bd58654eeaadd0150c9fb1c158c11ca3adef220 /devel/p4pr | |
parent | c940521140632eda1fd1bb7f86a5b295e264cc39 (diff) | |
download | pkgsrc-83a5ae6af20f750e3f7d1a7613bfafd5f5c29e07.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/DESCR | 3 | ||||
-rw-r--r-- | devel/p4pr/Makefile | 27 | ||||
-rw-r--r-- | devel/p4pr/PLIST | 2 | ||||
-rw-r--r-- | devel/p4pr/distinfo | 4 |
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 |