This Perl module produces snapshots of a Subversion repository path.

Typically used as part of a postcommit script, it will automatically
create a .tar.gz file for every commit to a specified path.

PR:		ports/120640
Submitted by:	Greg Larkin <glarkin at sourcehosting.net>
This commit is contained in:
Beech Rintoul 2008-02-14 18:15:16 +00:00
parent 74aa5961db
commit 755481ff4d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=207209
5 changed files with 49 additions and 0 deletions

View File

@ -1517,6 +1517,7 @@
SUBDIR += p5-SVN-Mirror
SUBDIR += p5-SVN-Notify
SUBDIR += p5-SVN-Notify-Mirror
SUBDIR += p5-SVN-Notify-Snapshot
SUBDIR += p5-SVN-S4
SUBDIR += p5-SVN-Simple
SUBDIR += p5-SVN-Statistics

View File

@ -0,0 +1,34 @@
# New ports collection makefile for: SVN-Notify-Snapshot
# Date created: 2008-02-14
# Whom: Greg Larkin <glarkin@sourcehosting.net>
#
# $FreeBSD$
#
PORTNAME= SVN-Notify-Snapshot
PORTVERSION= 0.03
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= glarkin@sourcehosting.net
COMMENT= Take snapshots from Subversion activity
BUILD_DEPENDS= ${LOCALBASE}/bin/svnnotify:${PORTSDIR}/devel/p5-SVN-Notify
RUN_DEPENDS= ${BUILD_DEPENDS}
OPTIONS= CONFIG "Enable YAML syntax for post-commit hook" Off
.include <bsd.port.pre.mk>
.if defined(WITH_CONFIG)
_BUILD_DEPENDS= ${SITE_PERL}/SVN/Notify/Config.pm:${PORTSDIR}/devel/p5-SVN-Notify-Config
BUILD_DEPENDS+= ${_BUILD_DEPENDS}
RUN_DEPENDS+= ${_BUILD_DEPENDS}
.endif
PERL_MODBUILD= yes
MAN3= SVN::Notify::Snapshot.3 SVN::Notify::Snapshot::ConfigData.3
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
MD5 (SVN-Notify-Snapshot-0.03.tar.gz) = 9aad4d85ded66612f20baef9f0fd568f
SHA256 (SVN-Notify-Snapshot-0.03.tar.gz) = f19adcd5cde9a61717860619bee9bbe23b15c1ba1e739c4e19f523285f4e70e7
SIZE (SVN-Notify-Snapshot-0.03.tar.gz) = 9734

View File

@ -0,0 +1,5 @@
This Perl module produces snapshots of a Subversion repository path.
Typically used as part of a postcommit script, it will automatically
create a .tar.gz file for every commit to a specified path.
WWW: http://search.cpan.org/dist/SVN-Notify-Snapshot/

View File

@ -0,0 +1,6 @@
@comment $FreeBSD$
%%SITE_PERL%%/SVN/Notify/Snapshot.pm
%%SITE_PERL%%/SVN/Notify/Snapshot/ConfigData.pm
@dirrm %%SITE_PERL%%/SVN/Notify/Snapshot
@dirrmtry %%SITE_PERL%%/SVN/Notify
@dirrmtry %%SITE_PERL%%/SVN