1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

The SVN::Hook Perl module provides a programmable interface to

manage hook scripts for Subversion.

WWW:    http://search.cpan.org/dist/SVN-Hook/

PR:		ports/120585
Submitted by:	Greg Larkin <glarkin at sourcehosting.net>
This commit is contained in:
Martin Wilke 2008-02-16 22:12:20 +00:00
parent 49d5905566
commit f29b59b820
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=207405
5 changed files with 46 additions and 0 deletions

View File

@ -1519,6 +1519,7 @@
SUBDIR += p5-SVN-ACL
SUBDIR += p5-SVN-Agent
SUBDIR += p5-SVN-Dump
SUBDIR += p5-SVN-Hook
SUBDIR += p5-SVN-Log
SUBDIR += p5-SVN-Mirror
SUBDIR += p5-SVN-Notify

View File

@ -0,0 +1,27 @@
# New ports collection makefile for: SVN::Hook
# Date created: 2008-02-12
# Whom: Greg Larkin <glarkin@sourcehosting.net>
#
# $FreeBSD$
#
PORTNAME= SVN-Hook
PORTVERSION= 0.28
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= glarkin@sourcehosting.net
COMMENT= Perl module for managing Subversion hook scripts
RUN_DEPENDS= ${SITE_PERL}/Path/Class.pm:${PORTSDIR}/devel/p5-Path-Class \
${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor
BUILD_DEPENDS= ${SITE_PERL}/Path/Class.pm:${PORTSDIR}/devel/p5-Path-Class \
${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor
PERL_CONFIGURE= yes
MAN1= svnhook.1
MAN3= SVN::Hook.3
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (SVN-Hook-0.28.tar.gz) = 434e45500e3af2fefb1cd8b7ec4a4388
SHA256 (SVN-Hook-0.28.tar.gz) = ea5c44e4a38b3fc9362058cf8e0e7f191aa3605662d9c01b8035358467ea518e
SIZE (SVN-Hook-0.28.tar.gz) = 32439

View File

@ -0,0 +1,4 @@
The SVN::Hook Perl module provides a programmable interface to
manage hook scripts for Subversion.
WWW: http://search.cpan.org/dist/SVN-Hook/

View File

@ -0,0 +1,11 @@
@comment $FreeBSD$
bin/svnhook
%%SITE_PERL%%/SVN/Hook.pm
%%SITE_PERL%%/SVN/Hook/CLI.pm
%%SITE_PERL%%/SVN/Hook/Redispatch.pm
%%SITE_PERL%%/SVN/Hook/Script.pm
@dirrm %%SITE_PERL%%/SVN/Hook
@dirrmtry %%SITE_PERL%%/SVN
%%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/Hook/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/Hook
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN