Date: Tue, 28 Nov 2006 21:42:05 -0500 (EST) From: Christopher Boumenot <boumenot@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/105983: [NEW PORT] sysutils/p5-Sysadm-Install: Typical installation tasks for system administrators Message-ID: <20061129024205.77B7EF1E17@crash.divebomb.org> Resent-Message-ID: <200611290250.kAT2oBGe065402@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 105983 >Category: ports >Synopsis: [NEW PORT] sysutils/p5-Sysadm-Install: Typical installation tasks for system administrators >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: Wed Nov 29 02:50:10 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Christopher Boumenot >Release: FreeBSD 6.1-RELEASE i386 >Organization: >Environment: System: FreeBSD crash.divebomb.org 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Tue May 16 15:51:09 EDT 2006 >Description: Sysadm::Install executes shell-like commands performing typical installation tasks: Copying files, extracting tarballs, calling make. Author: Mike Schilli <m@perlmeister.com> WWW: http://search.cpan.org/dist/Sysadm-Install Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Sysadm-Install-0.22.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-Sysadm-Install # p5-Sysadm-Install/Makefile # p5-Sysadm-Install/distinfo # p5-Sysadm-Install/pkg-descr # p5-Sysadm-Install/pkg-plist # echo c - p5-Sysadm-Install mkdir -p p5-Sysadm-Install > /dev/null 2>&1 echo x - p5-Sysadm-Install/Makefile sed 's/^X//' >p5-Sysadm-Install/Makefile << 'END-of-p5-Sysadm-Install/Makefile' X# New ports collection makefile for: p5-Algorithm-Bucketizer X# Date created: 28 Nov 2006 X# Whom: Christopher Boumenot <boumenot@gmail.com> X# X# $FreeBSD$ X# X XPORTNAME= Sysadm-Install XPORTVERSION= 0.22 XCATEGORIES= sysutils perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= ../by-authors/id/M/MS/MSCHILLI XPKGNAMEPREFIX= p5- X XMAINTAINER= boumenot@gmail.com XCOMMENT= Typical installation tasks for system administrators X XBUILD_DEPENDS= ${SITE_PERL}/Log/Log4perl.pm:${PORTSDIR}/devel/p5-Log-Log4perl \ X ${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww \ X ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp XRUN_DEPENDS= ${BUILD_DEPENDS} X X.if defined(WITH_ARCHIVE_TAR) XBUILD_DEPENDS+= ${SITE_PERL}/Archive/Tar.pm:${PORTSDIR}/archivers/p5-Archive-Tar XRUN_DEPENDS+= ${SITE_PERL}/Archive/Tar.pm:${PORTSDIR}/archivers/p5-Archive-Tar X.endif X X.if defined(WITH_EXPECT) XBUILD_DEPENDS+= ${SITE_PERL}/Expect.pm:${PORTSDIR}/lang/p5-Expect XRUN_DEPENDS+= ${SITE_PERL}/Expect.pm:${PORTSDIR}/lang/p5-Expect X.endif X XPERL_CONFIGURE= yes X XMAN3= Sysadm::Install.3 X X.include <bsd.port.pre.mk> X X.if ${PERL_LEVEL} < 500600 XIGNORE= requires Perl 5.6.0 or superior. Install lang/perl5.6 and try again X.endif X X.include <bsd.port.post.mk> END-of-p5-Sysadm-Install/Makefile echo x - p5-Sysadm-Install/distinfo sed 's/^X//' >p5-Sysadm-Install/distinfo << 'END-of-p5-Sysadm-Install/distinfo' XMD5 (Sysadm-Install-0.22.tar.gz) = 8caa398f855dcca9dc72afcfa4dba2e1 XSHA256 (Sysadm-Install-0.22.tar.gz) = deb3d338b3d9568d4a3ec1903a76897605994910b1712dfb2a7da39519857f38 XSIZE (Sysadm-Install-0.22.tar.gz) = 19613 END-of-p5-Sysadm-Install/distinfo echo x - p5-Sysadm-Install/pkg-descr sed 's/^X//' >p5-Sysadm-Install/pkg-descr << 'END-of-p5-Sysadm-Install/pkg-descr' XSysadm::Install executes shell-like commands performing typical installation Xtasks: Copying files, extracting tarballs, calling make. X XAuthor: Mike Schilli <m@perlmeister.com> XWWW: http://search.cpan.org/dist/Sysadm-Install END-of-p5-Sysadm-Install/pkg-descr echo x - p5-Sysadm-Install/pkg-plist sed 's/^X//' >p5-Sysadm-Install/pkg-plist << 'END-of-p5-Sysadm-Install/pkg-plist' Xbin/one-liner X%%SITE_PERL%%/Sysadm/Install.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sysadm/Install/.packlist X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sysadm/Install X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sysadm X@dirrmtry %%SITE_PERL%%/Sysadm END-of-p5-Sysadm-Install/pkg-plist exit --- p5-Sysadm-Install-0.22.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061129024205.77B7EF1E17>