mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
New port: devel/p5-Cvs Cvs - Object oriented interface to the CVS command
Cvs Object oriented interface to the CVS command WWW: http://search.cpan.org/~rsoliv/Cvs-0.07/lib/Cvs.pm PR: ports/114114 Submitted by: Philip Drapeau <pdrapeau@advanis.ca>
This commit is contained in:
parent
1d45831e07
commit
a8f77bec5a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=198973
@ -1002,6 +1002,7 @@
|
||||
SUBDIR += p5-Curses-Forms
|
||||
SUBDIR += p5-Curses-UI
|
||||
SUBDIR += p5-Curses-Widgets
|
||||
SUBDIR += p5-Cvs
|
||||
SUBDIR += p5-DB_File-Lock
|
||||
SUBDIR += p5-Danga-Socket
|
||||
SUBDIR += p5-Data-ACL
|
||||
|
51
devel/p5-Cvs/Makefile
Normal file
51
devel/p5-Cvs/Makefile
Normal file
@ -0,0 +1,51 @@
|
||||
# New ports collection makefile for: devel/p5-Cvs
|
||||
# Date created: 28 June 2007
|
||||
# Whom: Philip Drapeau <pdrapeau@advanis.ca>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Cvs
|
||||
PORTVERSION= 0.07
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= ../../authors/id/R/RS/RSOLIV
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Cvs - Object oriented interface to the CVS command
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Cvs.3 Cvs::Command::Base.3 Cvs::Command::Checkout.3 \
|
||||
Cvs::Command::Commit.3 Cvs::Command::Diff.3 \
|
||||
Cvs::Command::Export.3 Cvs::Command::Login.3 \
|
||||
Cvs::Command::Logout.3 Cvs::Command::Rdiff.3 \
|
||||
Cvs::Command::Release.3 Cvs::Command::Status.3 \
|
||||
Cvs::Command::Tag.3 Cvs::Command::Update.3 \
|
||||
Cvs::Cvsroot.3 Cvs::Result::Base.3 Cvs::Result::Checkout.3 \
|
||||
Cvs::Result::Commit.3 Cvs::Result::DiffItem.3 \
|
||||
Cvs::Result::DiffList.3 Cvs::Result::Export.3 \
|
||||
Cvs::Result::Login.3 Cvs::Result::Logout.3 \
|
||||
Cvs::Result::RdiffItem.3 Cvs::Result::RdiffList.3 \
|
||||
Cvs::Result::Release.3 Cvs::Result::Rtag.3 \
|
||||
Cvs::Result::StatusItem.3 Cvs::Result::StatusList.3 \
|
||||
Cvs::Result::Tag.3 Cvs::Result::Update.3 \
|
||||
Cvs::Command::Rtag.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500601
|
||||
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/IO/Handle.pm:${PORTSDIR}/devel/p5-IO
|
||||
.endif
|
||||
|
||||
.if ${PERL_LEVEL} >= 500800
|
||||
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/IO/Tty.pm:${PORTSDIR}/devel/p5-IO-Tty
|
||||
.endif
|
||||
|
||||
RUN_DEPENDS+= ${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor
|
||||
RUN_DEPENDS+= ${SITE_PERL}/IPC/Run.pm:${PORTSDIR}/devel/p5-IPC-Run
|
||||
RUN_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
devel/p5-Cvs/distinfo
Normal file
3
devel/p5-Cvs/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Cvs-0.07.tar.gz) = bdfc93e4b32d7fb66cd580e3d2395527
|
||||
SHA256 (Cvs-0.07.tar.gz) = 34c137138a03ba611f924a7dbf52d0fb6320c8bf366dc2b85ae177d11d00b3f1
|
||||
SIZE (Cvs-0.07.tar.gz) = 24609
|
3
devel/p5-Cvs/pkg-descr
Normal file
3
devel/p5-Cvs/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Cvs Object oriented interface to the CVS command
|
||||
|
||||
WWW: http://search.cpan.org/~rsoliv/Cvs-0.07/lib/Cvs.pm
|
36
devel/p5-Cvs/pkg-plist
Normal file
36
devel/p5-Cvs/pkg-plist
Normal file
@ -0,0 +1,36 @@
|
||||
%%SITE_PERL%%/Cvs.pm
|
||||
%%SITE_PERL%%/Cvs/Cvsroot.pm
|
||||
%%SITE_PERL%%/Cvs/Command/Checkout.pm
|
||||
%%SITE_PERL%%/Cvs/Command/Tag.pm
|
||||
%%SITE_PERL%%/Cvs/Command/Rdiff.pm
|
||||
%%SITE_PERL%%/Cvs/Command/Release.pm
|
||||
%%SITE_PERL%%/Cvs/Command/Login.pm
|
||||
%%SITE_PERL%%/Cvs/Command/Base.pm
|
||||
%%SITE_PERL%%/Cvs/Command/Export.pm
|
||||
%%SITE_PERL%%/Cvs/Command/Logout.pm
|
||||
%%SITE_PERL%%/Cvs/Command/Update.pm
|
||||
%%SITE_PERL%%/Cvs/Command/Rtag.pm
|
||||
%%SITE_PERL%%/Cvs/Command/Commit.pm
|
||||
%%SITE_PERL%%/Cvs/Command/Status.pm
|
||||
%%SITE_PERL%%/Cvs/Command/Diff.pm
|
||||
%%SITE_PERL%%/Cvs/Result/Release.pm
|
||||
%%SITE_PERL%%/Cvs/Result/RdiffItem.pm
|
||||
%%SITE_PERL%%/Cvs/Result/DiffList.pm
|
||||
%%SITE_PERL%%/Cvs/Result/StatusItem.pm
|
||||
%%SITE_PERL%%/Cvs/Result/RdiffList.pm
|
||||
%%SITE_PERL%%/Cvs/Result/Rtag.pm
|
||||
%%SITE_PERL%%/Cvs/Result/Commit.pm
|
||||
%%SITE_PERL%%/Cvs/Result/Base.pm
|
||||
%%SITE_PERL%%/Cvs/Result/Update.pm
|
||||
%%SITE_PERL%%/Cvs/Result/DiffItem.pm
|
||||
%%SITE_PERL%%/Cvs/Result/Login.pm
|
||||
%%SITE_PERL%%/Cvs/Result/Tag.pm
|
||||
%%SITE_PERL%%/Cvs/Result/Checkout.pm
|
||||
%%SITE_PERL%%/Cvs/Result/Export.pm
|
||||
%%SITE_PERL%%/Cvs/Result/Logout.pm
|
||||
%%SITE_PERL%%/Cvs/Result/StatusList.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Cvs/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Cvs
|
||||
@dirrm %%SITE_PERL%%/Cvs/Command
|
||||
@dirrm %%SITE_PERL%%/Cvs/Result
|
||||
@dirrm %%SITE_PERL%%/Cvs
|
Loading…
Reference in New Issue
Block a user