mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
An SVN::Dump object represents a Subversion dump.
This module follow the semantics used in the reference document: * A dump is a collection of records (SVN::Dump::Record objects). * A record is composed of a set of headers (a SVN::Dump::Headers object), a set of properties (a SVN::Dump::Property object) and an optional bloc of text (a SVN::Dump::Text object). * Some special records (delete records with a Node-kind header) recursively contain included records. WWW: http://search.cpan.org/dist/SVN-Dump/
This commit is contained in:
parent
4a917313b0
commit
5bef5ad747
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=197324
@ -1456,6 +1456,7 @@
|
||||
SUBDIR += p5-SSN-Validate
|
||||
SUBDIR += p5-SVN-ACL
|
||||
SUBDIR += p5-SVN-Agent
|
||||
SUBDIR += p5-SVN-Dump
|
||||
SUBDIR += p5-SVN-Log
|
||||
SUBDIR += p5-SVN-Mirror
|
||||
SUBDIR += p5-SVN-Notify
|
||||
|
26
devel/p5-SVN-Dump/Makefile
Normal file
26
devel/p5-SVN-Dump/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# New ports collection makefile for: devel/p5-SVN-Dump
|
||||
# Date created: Aug 8 2008
|
||||
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= SVN-Dump
|
||||
PORTVERSION= 0.03
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= clsung@FreeBSD.org
|
||||
COMMENT= Perl interface to Subversion dumps
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
MAN3= SVN::Dump.3 \
|
||||
SVN::Dump::Headers.3 \
|
||||
SVN::Dump::Property.3 \
|
||||
SVN::Dump::Reader.3 \
|
||||
SVN::Dump::Record.3 \
|
||||
SVN::Dump::Text.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-SVN-Dump/distinfo
Normal file
3
devel/p5-SVN-Dump/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (SVN-Dump-0.03.tar.gz) = 5152645af510bb332cb8118edeea3a35
|
||||
SHA256 (SVN-Dump-0.03.tar.gz) = af51ff287946fc539e537cf7962e0a3904517e7e75dff996aec3abc0bd70a992
|
||||
SIZE (SVN-Dump-0.03.tar.gz) = 17955
|
13
devel/p5-SVN-Dump/pkg-descr
Normal file
13
devel/p5-SVN-Dump/pkg-descr
Normal file
@ -0,0 +1,13 @@
|
||||
An SVN::Dump object represents a Subversion dump.
|
||||
|
||||
This module follow the semantics used in the reference
|
||||
document:
|
||||
|
||||
* A dump is a collection of records (SVN::Dump::Record objects).
|
||||
* A record is composed of a set of headers (a SVN::Dump::Headers
|
||||
object), a set of properties (a SVN::Dump::Property object) and
|
||||
an optional bloc of text (a SVN::Dump::Text object).
|
||||
* Some special records (delete records with a Node-kind header)
|
||||
recursively contain included records.
|
||||
|
||||
WWW: http://search.cpan.org/dist/SVN-Dump/
|
8
devel/p5-SVN-Dump/pkg-plist
Normal file
8
devel/p5-SVN-Dump/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
||||
%%SITE_PERL%%/SVN/Dump.pm
|
||||
%%SITE_PERL%%/SVN/Dump/Headers.pm
|
||||
%%SITE_PERL%%/SVN/Dump/Property.pm
|
||||
%%SITE_PERL%%/SVN/Dump/Reader.pm
|
||||
%%SITE_PERL%%/SVN/Dump/Record.pm
|
||||
%%SITE_PERL%%/SVN/Dump/Text.pm
|
||||
@dirrmtry %%SITE_PERL%%/SVN/Dump
|
||||
@dirrmtry %%SITE_PERL%%/SVN
|
Loading…
Reference in New Issue
Block a user