Date: Mon, 11 Dec 2000 04:18:19 -0600 (CST) From: Jeremy Shaffner <jeremy@external.org> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/23467: New Port: audio/p5-Xmms Message-ID: <200012111018.eBBAIJd70058@indigo.external.org> Resent-Message-ID: <200012111130.eBBBU9d01835@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 23467 >Category: ports >Synopsis: New Port: audio/p5-Xmms >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: Mon Dec 11 03:30:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Jeremy Shaffner >Release: FreeBSD 4.1.1-STABLE i386 >Organization: >Environment: >Description: audio/p5-Xmms is a Perl Module provides a remote control shell for XMMS. This is a RUN_DEPENDS for Gronk, a web based MP3 Jukebox that is forthcoming. >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-Xmms # p5-Xmms/Makefile # p5-Xmms/pkg-comment # p5-Xmms/pkg-descr # p5-Xmms/distinfo # p5-Xmms/files # p5-Xmms/files/patch-Makefile.PL # p5-Xmms/pkg-plist # echo c - p5-Xmms mkdir -p p5-Xmms > /dev/null 2>&1 echo x - p5-Xmms/Makefile sed 's/^X//' >p5-Xmms/Makefile << 'END-of-p5-Xmms/Makefile' X# New ports collection makefile for: Xmms X# Date created: 10 December 2000 X# Whom: Jeremy Shaffner <jeremy@external.org> X# X# $FreeBSD$ X XPORTNAME= Xmms XPORTVERSION= 0.10 XCATEGORIES= audio perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Xmms XPKGNAMEPREFIX= p5- XDISTNAME= ${PORTNAME}-Perl-${PORTVERSION} X XMAINTAINER= jeremy@external.org X XBUILD_DEPENDS= xmms:${PORTSDIR}/audio/xmms \ X ${site_perl}/MPEG/MP3Info.pm:${PORTSDIR}/audio/p5-MP3-Info \ X ${site_perl}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor \ X ${site_perl}/Term/ReadLine/Perl.pm:${PORTSDIR}/devel/p5-ReadLine-Perl X Xsite_perl= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} X XUSE_PERL5= YES X XMAN3= Xmms::Remote.3 \ X Xmms::SongChange.3 \ X Xmms.3 \ X Bundle::Xmms.3 XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} X Xdo-configure: X @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \ X CC="${CC}" CCFLAGS="${CFLAGS}" X X.include <bsd.port.mk> END-of-p5-Xmms/Makefile echo x - p5-Xmms/pkg-comment sed 's/^X//' >p5-Xmms/pkg-comment << 'END-of-p5-Xmms/pkg-comment' XInteractive remote control shell for xmms END-of-p5-Xmms/pkg-comment echo x - p5-Xmms/pkg-descr sed 's/^X//' >p5-Xmms/pkg-descr << 'END-of-p5-Xmms/pkg-descr' XThis package provides the following modules: X XXmms::Remote - Perl interface to the xmms_remote API X XXmms::Config - Perl interface to the xmms_cfg API X XXmms - Exports the remote control shell routine X XXmms::Plugin - Embeds a Perl interpreter inside xmms and provides X Input/Output/Effect/General plugin interfaces for X Perl (not yet released, may never be) END-of-p5-Xmms/pkg-descr echo x - p5-Xmms/distinfo sed 's/^X//' >p5-Xmms/distinfo << 'END-of-p5-Xmms/distinfo' XMD5 (Xmms-Perl-0.10.tar.gz) = 2c9f9077ddbbfc94e422463448d82147 END-of-p5-Xmms/distinfo echo c - p5-Xmms/files mkdir -p p5-Xmms/files > /dev/null 2>&1 echo x - p5-Xmms/files/patch-Makefile.PL sed 's/^X//' >p5-Xmms/files/patch-Makefile.PL << 'END-of-p5-Xmms/files/patch-Makefile.PL' X--- Makefile.PL.orig Mon Dec 11 01:07:06 2000 X+++ Makefile.PL Mon Dec 11 01:10:55 2000 X@@ -11,16 +11,4 @@ X 'Term::ANSIColor' => 0, X 'MPEG::MP3Info' => 0, X }, X- 'macro' => { X- CVSROOT => 'modperl.com:/local/cvs_repository', X- }, X ); X- X-sub MY::postamble { X- return <<'EOF'; X- X-cvs_tag : X- cvs -d $(CVSROOT) tag v$(VERSION_SYM) . X- @echo update lib/Xmms.pm VERSION now X-EOF X-} END-of-p5-Xmms/files/patch-Makefile.PL echo x - p5-Xmms/pkg-plist sed 's/^X//' >p5-Xmms/pkg-plist << 'END-of-p5-Xmms/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Bundle/Xmms.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Xmms.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Xmms/Config.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Xmms/ExtUtils.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Xmms/Remote.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Xmms/SongChange.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Xmms-Perl/.packlist Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Xmms/Config/Config.bs Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Xmms/Config/Config.so Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Xmms/Remote/Remote.bs Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Xmms/Remote/Remote.so Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Xmms/SongChange/SongChange.bs Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Xmms/SongChange/SongChange.so X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Xmms/Config X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Xmms/Remote X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Xmms/SongChange X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Xmms-Perl END-of-p5-Xmms/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?200012111018.eBBAIJd70058>