This suite of modules provides routines for reading, composing, modifying, and
writing MIDI files. WWW: http://search.cpan.org/dist/MIDI-Perl/ PR: ports/108876 Submitted by: Alexandr Kovalenko <never at nevermind.kiev.ua>
This commit is contained in:
parent
b80110d7a1
commit
ba41c9275d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184636
@ -452,6 +452,7 @@
|
||||
SUBDIR += p5-CDDB-File
|
||||
SUBDIR += p5-CDDB_get
|
||||
SUBDIR += p5-Filesys-Virtual-DAAP
|
||||
SUBDIR += p5-MIDI
|
||||
SUBDIR += p5-MP3-Find
|
||||
SUBDIR += p5-MP3-ID3v1Tag
|
||||
SUBDIR += p5-MP3-Info
|
||||
|
31
audio/p5-MIDI/Makefile
Normal file
31
audio/p5-MIDI/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# New ports collection makefile for: p5-MIDI
|
||||
# Date created: February 07 2007
|
||||
# Whom: Alexandr Kovalenko <never@nevermind.kiev.ua>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= MIDI
|
||||
PORTVERSION= 0.81
|
||||
CATEGORIES= audio perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= MIDI
|
||||
PKGNAMEPREFIX= p5-
|
||||
DISTNAME= MIDI-Perl-${PORTVERSION}
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Perl5 module for handling MIDI files
|
||||
|
||||
PERL_CONFIGURE= YES
|
||||
|
||||
MAN3= MIDI.3 MIDI::Event.3 MIDI::Filespec.3 MIDI::Opus.3 MIDI::Score.3 \
|
||||
MIDI::Simple.3 MIDI::Track.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_GD)
|
||||
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD
|
||||
RUN_DEPENDS+= ${BUILD_DEPENDS}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
audio/p5-MIDI/distinfo
Normal file
3
audio/p5-MIDI/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (MIDI-Perl-0.81.tar.gz) = dcda1f179bedefe3c86d994c393b55a6
|
||||
SHA256 (MIDI-Perl-0.81.tar.gz) = 43ba9594fb02f0970ab16587d960db4acfeb62df9af29cb1aa889a4ee4696dad
|
||||
SIZE (MIDI-Perl-0.81.tar.gz) = 63073
|
4
audio/p5-MIDI/pkg-descr
Normal file
4
audio/p5-MIDI/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
This suite of modules provides routines for reading, composing, modifying, and
|
||||
writing MIDI files.
|
||||
|
||||
WWW: http://search.cpan.org/dist/MIDI-Perl/
|
10
audio/p5-MIDI/pkg-plist
Normal file
10
audio/p5-MIDI/pkg-plist
Normal file
@ -0,0 +1,10 @@
|
||||
%%SITE_PERL%%/MIDI.pm
|
||||
%%SITE_PERL%%/MIDI/Event.pm
|
||||
%%SITE_PERL%%/MIDI/Filespec.pod
|
||||
%%SITE_PERL%%/MIDI/Opus.pm
|
||||
%%SITE_PERL%%/MIDI/Score.pm
|
||||
%%SITE_PERL%%/MIDI/Simple.pm
|
||||
%%SITE_PERL%%/MIDI/Track.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/MIDI-Perl/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MIDI-Perl
|
||||
@dirrmtry %%SITE_PERL%%/MIDI
|
Loading…
Reference in New Issue
Block a user