ports/114114: New port: devel/p5-Cvs Cvs - Object oriented interface to the CVS command
Philip Drapeau
pdrapeau at advanis.ca
Fri Jun 29 00:20:03 UTC 2007
>Number: 114114
>Category: ports
>Synopsis: New port: devel/p5-Cvs Cvs - Object oriented interface to the CVS command
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Fri Jun 29 00:20:02 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: Philip Drapeau
>Release: FreeBSD 6.2-PRERELEASE i386
>Organization:
Advanis
>Environment:
System: FreeBSD paradox.advanis.ca 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #3: Tue Apr 3 20:33:04 MDT 2007 root at paradox.advanis.ca:/usr/obj/usr/src/sys/PARADOX i386
>Description:
New port: devel/p5-Cvs Cvs - Object oriented interface to the CVS command
>How-To-Repeat:
>Fix:
--- p5-Cvs.shar begins here ---
# This is a shell archive. Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file". Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
# p5-Cvs
# p5-Cvs/Makefile
# p5-Cvs/pkg-descr
# p5-Cvs/pkg-plist
# p5-Cvs/distinfo
#
echo c - p5-Cvs
mkdir -p p5-Cvs > /dev/null 2>&1
echo x - p5-Cvs/Makefile
sed 's/^X//' >p5-Cvs/Makefile << 'END-of-p5-Cvs/Makefile'
X# New ports collection makefile for: devel/p5-Cvs
X# Date created: 28 June 2007
X# Whom: Philip Drapeau <pdrapeau at advanis.ca>
X#
X# $FreeBSD$
X#
X
XPORTNAME= Cvs
XPORTVERSION= 0.07
XCATEGORIES= devel perl5
XMASTER_SITES= ${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR= ../../authors/id/R/RS/RSOLIV
XPKGNAMEPREFIX= p5-
X
XMAINTAINER= perl at FreeBSD.org
XCOMMENT= Cvs - Object oriented interface to the CVS command
X
XBUILD_DEPENDS= ${RUN_DEPENDS}
X
XPERL_CONFIGURE= yes
X
XMAN3= Cvs.3 Cvs::Command::Base.3 Cvs::Command::Checkout.3 Cvs::Command::Commit.3 \
X Cvs::Command::Diff.3 Cvs::Command::Export.3 Cvs::Command::Login.3 \
X Cvs::Command::Logout.3 Cvs::Command::Rdiff.3 Cvs::Command::Release.3 \
X Cvs::Command::Status.3 Cvs::Command::Tag.3 Cvs::Command::Update.3 Cvs::Cvsroot.3 \
X Cvs::Result::Base.3 Cvs::Result::Checkout.3 Cvs::Result::Commit.3 Cvs::Result::DiffItem.3 \
X Cvs::Result::DiffList.3 Cvs::Result::Export.3 Cvs::Result::Login.3 Cvs::Result::Logout.3 \
X Cvs::Result::RdiffItem.3 Cvs::Result::RdiffList.3 Cvs::Result::Release.3 Cvs::Result::Rtag.3 \
X Cvs::Result::StatusItem.3 Cvs::Result::StatusList.3 Cvs::Result::Tag.3 Cvs::Result::Update.3
X
X.include <bsd.port.pre.mk>
X
X.if ${PERL_LEVEL} < 500601
XRUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/IO/Handle.pm:${PORTSDIR}/devel/p5-IO
X.endif
X
X.if ${PERL_LEVEL} >= 500800
XRUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/IO/Tty.pm:${PORTSDIR}/devel/p5-IO-Tty
X.endif
X
XRUN_DEPENDS+= ${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor
XRUN_DEPENDS+= ${SITE_PERL}/IPC/Run.pm:${PORTSDIR}/devel/p5-IPC-Run
XRUN_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp
X
X.include <bsd.port.post.mk>
END-of-p5-Cvs/Makefile
echo x - p5-Cvs/pkg-descr
sed 's/^X//' >p5-Cvs/pkg-descr << 'END-of-p5-Cvs/pkg-descr'
XCvs Object oriented interface to the CVS command
X
XWWW: http://search.cpan.org/~rsoliv/Cvs-0.07/lib/Cvs.pm
END-of-p5-Cvs/pkg-descr
echo x - p5-Cvs/pkg-plist
sed 's/^X//' >p5-Cvs/pkg-plist << 'END-of-p5-Cvs/pkg-plist'
X%%SITE_PERL%%/Cvs.pm
X%%SITE_PERL%%/Cvs/Cvsroot.pm
X%%SITE_PERL%%/Cvs/Command/Checkout.pm
X%%SITE_PERL%%/Cvs/Command/Tag.pm
X%%SITE_PERL%%/Cvs/Command/Rdiff.pm
X%%SITE_PERL%%/Cvs/Command/Release.pm
X%%SITE_PERL%%/Cvs/Command/Login.pm
X%%SITE_PERL%%/Cvs/Command/Base.pm
X%%SITE_PERL%%/Cvs/Command/Export.pm
X%%SITE_PERL%%/Cvs/Command/Logout.pm
X%%SITE_PERL%%/Cvs/Command/Update.pm
X%%SITE_PERL%%/Cvs/Command/Rtag.pm
X%%SITE_PERL%%/Cvs/Command/Commit.pm
X%%SITE_PERL%%/Cvs/Command/Status.pm
X%%SITE_PERL%%/Cvs/Command/Diff.pm
X%%SITE_PERL%%/Cvs/Result/Release.pm
X%%SITE_PERL%%/Cvs/Result/RdiffItem.pm
X%%SITE_PERL%%/Cvs/Result/DiffList.pm
X%%SITE_PERL%%/Cvs/Result/StatusItem.pm
X%%SITE_PERL%%/Cvs/Result/RdiffList.pm
X%%SITE_PERL%%/Cvs/Result/Rtag.pm
X%%SITE_PERL%%/Cvs/Result/Commit.pm
X%%SITE_PERL%%/Cvs/Result/Base.pm
X%%SITE_PERL%%/Cvs/Result/Update.pm
X%%SITE_PERL%%/Cvs/Result/DiffItem.pm
X%%SITE_PERL%%/Cvs/Result/Login.pm
X%%SITE_PERL%%/Cvs/Result/Tag.pm
X%%SITE_PERL%%/Cvs/Result/Checkout.pm
X%%SITE_PERL%%/Cvs/Result/Export.pm
X%%SITE_PERL%%/Cvs/Result/Logout.pm
X%%SITE_PERL%%/Cvs/Result/StatusList.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Cvs/.packlist
X at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Cvs
X at dirrm %%SITE_PERL%%/Cvs/Command
X at dirrm %%SITE_PERL%%/Cvs/Result
X at dirrm %%SITE_PERL%%/Cvs
END-of-p5-Cvs/pkg-plist
echo x - p5-Cvs/distinfo
sed 's/^X//' >p5-Cvs/distinfo << 'END-of-p5-Cvs/distinfo'
XMD5 (Cvs-0.07.tar.gz) = bdfc93e4b32d7fb66cd580e3d2395527
XSHA256 (Cvs-0.07.tar.gz) = 34c137138a03ba611f924a7dbf52d0fb6320c8bf366dc2b85ae177d11d00b3f1
XSIZE (Cvs-0.07.tar.gz) = 24609
END-of-p5-Cvs/distinfo
exit
--- p5-Cvs.shar ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list