mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Add p5-SVN-Web 0.36, subversion repository web frontend.
PR: ports/64292 Submitted by: Autrijus Tang <autrijus@autrijus.org>
This commit is contained in:
parent
a8f5e9a818
commit
b9e620e41d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=104185
@ -841,6 +841,7 @@
|
||||
SUBDIR += p5-SPOPS
|
||||
SUBDIR += p5-SVN-Mirror
|
||||
SUBDIR += p5-SVN-Simple
|
||||
SUBDIR += p5-SVN-Web
|
||||
SUBDIR += p5-Search-Binary
|
||||
SUBDIR += p5-Server-FastPL
|
||||
SUBDIR += p5-Set-Crontab
|
||||
|
31
devel/p5-SVN-Web/Makefile
Normal file
31
devel/p5-SVN-Web/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# New ports collection makefile for: devel/p5-SVN-Web
|
||||
# Date created: Feb 21 2004
|
||||
# Whom: CPANPLUS User <cpanplus@example.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= SVN-Web
|
||||
PORTVERSION= 0.36
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= ../../authors/id/C/CL/CLKAO
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= autrijus@autrijus.org
|
||||
COMMENT= Subversion repository web frontend
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit \
|
||||
${SITE_PERL}/${PERL_ARCH}/SVN/Core.pm:${PORTSDIR}/devel/subversion-perl \
|
||||
${SITE_PERL}/Text/Diff.pm:${PORTSDIR}/textproc/p5-Text-Diff \
|
||||
${SITE_PERL}/XML/RSS.pm:${PORTSDIR}/textproc/p5-XML-RSS \
|
||||
${SITE_PERL}/Locale/Maketext/Lexicon.pm:${PORTSDIR}/devel/p5-Locale-Maketext-Lexicon \
|
||||
${SITE_PERL}/Locale/Maketext/Simple.pm:${PORTSDIR}/devel/p5-Locale-Maketext-Simple \
|
||||
${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= SVN::Web.3
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/p5-SVN-Web/distinfo
Normal file
1
devel/p5-SVN-Web/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (SVN-Web-0.36.tar.gz) = 1cb001b88c9dcfffb0818321feca668d
|
7
devel/p5-SVN-Web/pkg-descr
Normal file
7
devel/p5-SVN-Web/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
SVN::Web provides a web interface to subversion repositories. You can
|
||||
browse the tree, view history of a directory or a file, see what's
|
||||
changed in a specific revision, track changes with RSS, and also view
|
||||
diff.
|
||||
|
||||
SVN::Web also tracks the branching feature (node copy) of subversion,
|
||||
so you can easily see the relationship between branches.
|
19
devel/p5-SVN-Web/pkg-plist
Normal file
19
devel/p5-SVN-Web/pkg-plist
Normal file
@ -0,0 +1,19 @@
|
||||
bin/svnweb-install
|
||||
%%SITE_PERL%%/SVN/Web.pm
|
||||
%%SITE_PERL%%/SVN/Web/Branch.pm
|
||||
%%SITE_PERL%%/SVN/Web/Browse.pm
|
||||
%%SITE_PERL%%/SVN/Web/Checkout.pm
|
||||
%%SITE_PERL%%/SVN/Web/Diff.pm
|
||||
%%SITE_PERL%%/SVN/Web/List.pm
|
||||
%%SITE_PERL%%/SVN/Web/Log.pm
|
||||
%%SITE_PERL%%/SVN/Web/RSS.pm
|
||||
%%SITE_PERL%%/SVN/Web/Revision.pm
|
||||
%%SITE_PERL%%/SVN/Web/Template.pm
|
||||
%%SITE_PERL%%/SVN/Web/I18N/en.po
|
||||
%%SITE_PERL%%/SVN/Web/I18N/zh_cn.po
|
||||
%%SITE_PERL%%/SVN/Web/I18N/zh_tw.po
|
||||
@dirrm %%SITE_PERL%%/SVN/Web/I18N
|
||||
@dirrm %%SITE_PERL%%/SVN/Web
|
||||
@unexec rmdir %D/%%SITE_PERL%%/SVN 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/Web 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user