Date: Wed, 27 Feb 2002 14:08:44 +0900 (JST) From: Kimura Fuyuki <fuyuki@mj.0038.net> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/35368: New port: devel/p5-VCS Message-ID: <20020227050845373.SAJQ.32433.t-mta7.odn.ne.jp@mta7.odn.ne.jp>
next in thread | raw e-mail | index | archive | help
>Number: 35368 >Category: ports >Synopsis: New port: devel/p5-VCS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 26 21:10:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Kimura Fuyuki >Release: FreeBSD 4.5-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD ns.test 4.5-RELEASE-p1 FreeBSD 4.5-RELEASE-p1 #6: Sun Feb 24 16:57:21 JST 2002 root@ns.test:/sack/obj/usr/src/sys/NS i386 >Description: `VCS' is an API for abstracting access to all version control systems from Perl code. This is achieved in a similar fashion to the `DBI' suite of modules. It comes with example CVS and RCS wrappers. WWW: http://www.astray.com/VCS/ >How-To-Repeat: >Fix: # 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-VCS # p5-VCS/Makefile # p5-VCS/distinfo # p5-VCS/pkg-comment # p5-VCS/pkg-descr # p5-VCS/pkg-plist # echo c - p5-VCS mkdir -p p5-VCS > /dev/null 2>&1 echo x - p5-VCS/Makefile sed 's/^X//' >p5-VCS/Makefile << 'END-of-p5-VCS/Makefile' X# New ports collection makefile for: p5-VCS X# Date created: 27 February 2002 X# Whom: Kimura Fuyuki <fuyuki@mj.0038.net> X# X# $FreeBSD$ X# X XPORTNAME= VCS XPORTVERSION= 0.04 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= VCS XPKGNAMEPREFIX= p5- X XMAINTAINER= fuyuki@mj.0038.net X XRUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Sort/Versions.pm:${PORTSDIR}/devel/p5-Sort-Versions X XPERL_CONFIGURE= yes X XMAN1= diff-hist.1 XMAN3= VCS.3 VCS::Cvs.3 VCS::Dir.3 VCS::File.3 \ X VCS::Hms.3 VCS::Rcs.3 VCS::Version.3 VCS_dev.3 XMAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} X X.include <bsd.port.mk> END-of-p5-VCS/Makefile echo x - p5-VCS/distinfo sed 's/^X//' >p5-VCS/distinfo << 'END-of-p5-VCS/distinfo' XMD5 (VCS-0.04.tar.gz) = 65e5f2d700227d45e96a66f8af91ef59 END-of-p5-VCS/distinfo echo x - p5-VCS/pkg-comment sed 's/^X//' >p5-VCS/pkg-comment << 'END-of-p5-VCS/pkg-comment' XLibrary for generic Version Control System access in Perl END-of-p5-VCS/pkg-comment echo x - p5-VCS/pkg-descr sed 's/^X//' >p5-VCS/pkg-descr << 'END-of-p5-VCS/pkg-descr' X`VCS' is an API for abstracting access to all version control systems Xfrom Perl code. This is achieved in a similar fashion to the `DBI' Xsuite of modules. It comes with example CVS and RCS wrappers. X XWWW: http://www.astray.com/VCS/ X X- Kimura Fuyuki Xfuyuki@mj.0038.net END-of-p5-VCS/pkg-descr echo x - p5-VCS/pkg-plist sed 's/^X//' >p5-VCS/pkg-plist << 'END-of-p5-VCS/pkg-plist' Xbin/diff-hist Xlib/perl5/site_perl/%%PERL_VER%%/VCS.pm Xlib/perl5/site_perl/%%PERL_VER%%/VCS/Cvs.pm Xlib/perl5/site_perl/%%PERL_VER%%/VCS/Cvs/Dir.pm Xlib/perl5/site_perl/%%PERL_VER%%/VCS/Cvs/File.pm Xlib/perl5/site_perl/%%PERL_VER%%/VCS/Cvs/Version.pm Xlib/perl5/site_perl/%%PERL_VER%%/VCS/Dir.pm Xlib/perl5/site_perl/%%PERL_VER%%/VCS/File.pm Xlib/perl5/site_perl/%%PERL_VER%%/VCS/Hms.pm Xlib/perl5/site_perl/%%PERL_VER%%/VCS/Hms/Dir.pm Xlib/perl5/site_perl/%%PERL_VER%%/VCS/Hms/File.pm Xlib/perl5/site_perl/%%PERL_VER%%/VCS/Hms/Version.pm Xlib/perl5/site_perl/%%PERL_VER%%/VCS/Rcs.pm Xlib/perl5/site_perl/%%PERL_VER%%/VCS/Rcs/Dir.pm Xlib/perl5/site_perl/%%PERL_VER%%/VCS/Rcs/File.pm Xlib/perl5/site_perl/%%PERL_VER%%/VCS/Rcs/Version.pm Xlib/perl5/site_perl/%%PERL_VER%%/VCS/Version.pm Xlib/perl5/site_perl/%%PERL_VER%%/VCS_dev.pod Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/VCS/.packlist X@dirrm lib/perl5/site_perl/%%PERL_VER%%/VCS/Rcs X@dirrm lib/perl5/site_perl/%%PERL_VER%%/VCS/Hms X@dirrm lib/perl5/site_perl/%%PERL_VER%%/VCS/Cvs X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/VCS 2>/dev/null || true X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/VCS 2>/dev/null || true END-of-p5-VCS/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020227050845373.SAJQ.32433.t-mta7.odn.ne.jp>