p5-MP3-Info is a perl module that manipulates/fetches information
from MP3 audio files PR: 20602 Submitted by: Leo Kim <leo@florida.sarang.net>
This commit is contained in:
parent
e820228aa3
commit
d4f90f5271
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34051
6 changed files with 37 additions and 0 deletions
|
@ -101,6 +101,7 @@
|
||||||
SUBDIR += openal
|
SUBDIR += openal
|
||||||
SUBDIR += opennap
|
SUBDIR += opennap
|
||||||
SUBDIR += p5-MP3-ID3v1Tag
|
SUBDIR += p5-MP3-ID3v1Tag
|
||||||
|
SUBDIR += p5-MP3-Info
|
||||||
SUBDIR += pimp3
|
SUBDIR += pimp3
|
||||||
SUBDIR += play
|
SUBDIR += play
|
||||||
SUBDIR += playmidi
|
SUBDIR += playmidi
|
||||||
|
|
24
audio/p5-MP3-Info/Makefile
Normal file
24
audio/p5-MP3-Info/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# New ports collection makefile for: p5-MP3-Info
|
||||||
|
# Date created: 14-Aug-2000
|
||||||
|
# Whom: Leo Kim <leo@florida.sarang.net>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= MP3-Info
|
||||||
|
PORTVERSION= 0.80
|
||||||
|
CATEGORIES= audio perl5
|
||||||
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||||
|
MASTER_SITE_SUBDIR=MP3
|
||||||
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
|
MAINTAINER= leo@florida.sarang.net
|
||||||
|
|
||||||
|
USE_PERL5= YES
|
||||||
|
MAN3= MP3::Info.3 MPEG::MP3Info.3
|
||||||
|
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||||
|
|
||||||
|
do-configure:
|
||||||
|
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
1
audio/p5-MP3-Info/distinfo
Normal file
1
audio/p5-MP3-Info/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (MP3-Info-0.80.tar.gz) = 59db9108215e10d67eb63d1d9db4fe69
|
1
audio/p5-MP3-Info/pkg-comment
Normal file
1
audio/p5-MP3-Info/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Manipulate / fetch info from MP3 audio files
|
6
audio/p5-MP3-Info/pkg-descr
Normal file
6
audio/p5-MP3-Info/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
Manipulate / fetch info from MP3 audio files.
|
||||||
|
|
||||||
|
WWW: http://search.cpan.org/search?module=MP3::Info
|
||||||
|
|
||||||
|
- Leo Kim
|
||||||
|
leo@florida.sarang.net
|
4
audio/p5-MP3-Info/pkg-plist
Normal file
4
audio/p5-MP3-Info/pkg-plist
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
lib/perl5/site_perl/%%PERL_VER%%/MP3/Info.pm
|
||||||
|
lib/perl5/site_perl/%%PERL_VER%%/MPEG/MP3Info.pm
|
||||||
|
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/MP3/Info/.packlist
|
||||||
|
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/MP3/Info
|
Loading…
Reference in a new issue