mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
CommitBit is a tool for managing commit access to software
projects. It also provides for a "code.yourorganization.org" site with links to your wiki, mailing lists, bug tracking and so on. WWW: http://search.cpan.org/dist/CommitBit/
This commit is contained in:
parent
0cb0e7af3a
commit
216d4958c3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=181044
5 changed files with 69 additions and 0 deletions
|
@ -910,6 +910,7 @@
|
|||
SUBDIR += p5-Clone-PP
|
||||
SUBDIR += p5-Code-Perl
|
||||
SUBDIR += p5-Commands-Guarded
|
||||
SUBDIR += p5-CommitBit
|
||||
SUBDIR += p5-Config-Any
|
||||
SUBDIR += p5-Config-ApacheFormat
|
||||
SUBDIR += p5-Config-Auto
|
||||
|
|
38
devel/p5-CommitBit/Makefile
Normal file
38
devel/p5-CommitBit/Makefile
Normal file
|
@ -0,0 +1,38 @@
|
|||
# New ports collection makefile for: p5-CommitBit
|
||||
# Date created: 2006-12-30
|
||||
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= CommitBit
|
||||
PORTVERSION= 0.02
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= ../../authors/id/J/JE/JESSE
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= clsung@FreeBSD.org
|
||||
COMMENT= A project administration tool
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/Module/CoreList.pm:${PORTSDIR}/devel/p5-Module-CoreList \
|
||||
${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-require \
|
||||
p5-Jifty>=0.60728:${PORTSDIR}/www/p5-Jifty \
|
||||
p5-Text-Password-Pronounceable>=0:${PORTSDIR}/security/p5-Text-Password-Pronounceable
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= CommitBit.3 \
|
||||
CommitBit::Action::ConfirmEmail.3 \
|
||||
CommitBit::Action::Login.3 \
|
||||
CommitBit::Action::Logout.3 \
|
||||
CommitBit::Notification::ConfirmAddress.3 \
|
||||
CommitBit::Notification::InviteToProject.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500803 # from p5-Jifty
|
||||
IGNORE= requires perl 5.8.3 or later. Install lang/perl5.8 then try again
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
devel/p5-CommitBit/distinfo
Normal file
3
devel/p5-CommitBit/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (CommitBit-0.02.tar.gz) = c22dab80f02f6713e3c62c74b5dd236c
|
||||
SHA256 (CommitBit-0.02.tar.gz) = fd7d36e98edd7e81ed72b0b3b7c287ad7e858213a794480d02bd5bd5c04dfc37
|
||||
SIZE (CommitBit-0.02.tar.gz) = 41386
|
6
devel/p5-CommitBit/pkg-descr
Normal file
6
devel/p5-CommitBit/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
CommitBit is a tool for managing commit access to software
|
||||
projects. It also provides for a "code.yourorganization.org"
|
||||
site with links to your wiki, mailing lists, bug tracking
|
||||
and so on.
|
||||
|
||||
WWW: http://search.cpan.org/dist/CommitBit/
|
21
devel/p5-CommitBit/pkg-plist
Normal file
21
devel/p5-CommitBit/pkg-plist
Normal file
|
@ -0,0 +1,21 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/CommitBit/.packlist
|
||||
%%SITE_PERL%%/CommitBit.pm
|
||||
%%SITE_PERL%%/CommitBit/Test.pm
|
||||
%%SITE_PERL%%/CommitBit/CurrentUser.pm
|
||||
%%SITE_PERL%%/CommitBit/Record.pm
|
||||
%%SITE_PERL%%/CommitBit/Dispatcher.pm
|
||||
%%SITE_PERL%%/CommitBit/Action/ConfirmEmail.pm
|
||||
%%SITE_PERL%%/CommitBit/Action/Login.pm
|
||||
%%SITE_PERL%%/CommitBit/Action/Logout.pm
|
||||
%%SITE_PERL%%/CommitBit/Action/CreateProjectMember.pm
|
||||
%%SITE_PERL%%/CommitBit/Model/Repository.pm
|
||||
%%SITE_PERL%%/CommitBit/Model/User.pm
|
||||
%%SITE_PERL%%/CommitBit/Model/ProjectMember.pm
|
||||
%%SITE_PERL%%/CommitBit/Model/Project.pm
|
||||
%%SITE_PERL%%/CommitBit/Notification/InviteToProject.pm
|
||||
%%SITE_PERL%%/CommitBit/Notification/ConfirmAddress.pm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CommitBit
|
||||
@dirrmtry %%SITE_PERL%%/CommitBit/Notification
|
||||
@dirrmtry %%SITE_PERL%%/CommitBit/Model
|
||||
@dirrmtry %%SITE_PERL%%/CommitBit/Action
|
||||
@dirrmtry %%SITE_PERL%%/CommitBit
|
Loading…
Add table
Reference in a new issue