mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
SVN::Dumpfile represents a Subversion dumpfile. It provides methods
to read existing and write modified or new dumpfiles. It supports dumpfiles with the version number 1 - 3 but was written in a tolerant way to also support newer versions as long no major changes are made. This module is a OO redesign and generalisation of SVN::Dumpfilter v0.21. Newer versions of SVN::Dumpfilter are using it to access the input and output dumpfiles. The ability to create new dumpfiles sets it apart from the similar module SVN::Dump. The submodule SVN::Dumpfile::Node::Properties also allows the processing of Subversion revision property files (i.e. the files lying in the $REPOSITORY/db/revprops/ directory holding the author, date and log entry of every revision). WWW: http://search.cpan.org/dist/SVN-Dumpfile/
This commit is contained in:
parent
b187aee430
commit
3b5f7f206c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=232440
@ -1727,6 +1727,7 @@
|
||||
SUBDIR += p5-SVN-Access
|
||||
SUBDIR += p5-SVN-Agent
|
||||
SUBDIR += p5-SVN-Dump
|
||||
SUBDIR += p5-SVN-Dumpfile
|
||||
SUBDIR += p5-SVN-Hook
|
||||
SUBDIR += p5-SVN-Hooks
|
||||
SUBDIR += p5-SVN-Log
|
||||
|
35
devel/p5-SVN-Dumpfile/Makefile
Normal file
35
devel/p5-SVN-Dumpfile/Makefile
Normal file
@ -0,0 +1,35 @@
|
||||
# New ports collection makefile for: SVN::Dumpfile
|
||||
# Date created: 2009-04-17
|
||||
# Whom: Greg Larkin <glarkin@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= SVN-Dumpfile
|
||||
PORTVERSION= 0.13.106
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= glarkin@FreeBSD.org
|
||||
COMMENT= Perl extension to access and manipulate Subversion dumpfiles
|
||||
|
||||
BUILD_DEPENDS= p5-Data-GUID>=0:${PORTSDIR}/devel/p5-Data-GUID \
|
||||
p5-Data-Dumper>=2.121:${PORTSDIR}/devel/p5-Data-Dumper \
|
||||
p5-TimeDate>=2.27:${PORTSDIR}/devel/p5-TimeDate \
|
||||
p5-Digest-MD5>=2.36:${PORTSDIR}/security/p5-Digest-MD5 \
|
||||
p5-IO>=1.2301:${PORTSDIR}/devel/p5-IO \
|
||||
p5-File-Temp>=0.20:${PORTSDIR}/devel/p5-File-Temp \
|
||||
p5-Readonly>=1.03:${PORTSDIR}/devel/p5-Readonly
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= SVN::Dumpfile.3 \
|
||||
SVN::Dumpfile::Node.3 \
|
||||
SVN::Dumpfile::Node::Content.3 \
|
||||
SVN::Dumpfile::Node::Headers.3 \
|
||||
SVN::Dumpfile::Node::Properties.3 \
|
||||
SVN::Dumpfile::Tutorial.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-SVN-Dumpfile/distinfo
Normal file
3
devel/p5-SVN-Dumpfile/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (SVN-Dumpfile-0.13.106.tar.gz) = 22638041674670a48e220d1bd0624509
|
||||
SHA256 (SVN-Dumpfile-0.13.106.tar.gz) = d054b85b28bfcbe6c8c242250adc8138327de81e9f6f8b7579d5283401a9e0f4
|
||||
SIZE (SVN-Dumpfile-0.13.106.tar.gz) = 28672
|
17
devel/p5-SVN-Dumpfile/pkg-descr
Normal file
17
devel/p5-SVN-Dumpfile/pkg-descr
Normal file
@ -0,0 +1,17 @@
|
||||
SVN::Dumpfile represents a Subversion dumpfile. It provides methods
|
||||
to read existing and write modified or new dumpfiles. It supports
|
||||
dumpfiles with the version number 1 - 3 but was written in a tolerant
|
||||
way to also support newer versions as long no major changes are
|
||||
made.
|
||||
|
||||
This module is a OO redesign and generalisation of SVN::Dumpfilter
|
||||
v0.21. Newer versions of SVN::Dumpfilter are using it to access the
|
||||
input and output dumpfiles.
|
||||
|
||||
The ability to create new dumpfiles sets it apart from the similar
|
||||
module SVN::Dump. The submodule SVN::Dumpfile::Node::Properties
|
||||
also allows the processing of Subversion revision property files
|
||||
(i.e. the files lying in the $REPOSITORY/db/revprops/ directory
|
||||
holding the author, date and log entry of every revision).
|
||||
|
||||
WWW: http://search.cpan.org/dist/SVN-Dumpfile/
|
12
devel/p5-SVN-Dumpfile/pkg-plist
Normal file
12
devel/p5-SVN-Dumpfile/pkg-plist
Normal file
@ -0,0 +1,12 @@
|
||||
%%SITE_PERL%%/SVN/Dumpfile/Node/Properties.pm
|
||||
%%SITE_PERL%%/SVN/Dumpfile/Node/Headers.pm
|
||||
%%SITE_PERL%%/SVN/Dumpfile/Node/Content.pm
|
||||
@dirrm %%SITE_PERL%%/SVN/Dumpfile/Node
|
||||
%%SITE_PERL%%/SVN/Dumpfile/Tutorial.pm
|
||||
%%SITE_PERL%%/SVN/Dumpfile/Node.pm
|
||||
@dirrm %%SITE_PERL%%/SVN/Dumpfile
|
||||
%%SITE_PERL%%/SVN/Dumpfile.pm
|
||||
@dirrmtry %%SITE_PERL%%/SVN
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/Dumpfile/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/Dumpfile
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN
|
Loading…
Reference in New Issue
Block a user