1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Add p5-Audio-WMA 0.01, fetch info from WMA audio files.

PR:		ports/71590
Submitted by:	Simon Barner <barner@gmx.de>
This commit is contained in:
Mathieu Arnold 2004-10-12 11:05:34 +00:00
parent bfcad7258c
commit f1217f1bb9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118941
5 changed files with 41 additions and 0 deletions

View File

@ -262,6 +262,7 @@
SUBDIR += osalp
SUBDIR += p5-Audio
SUBDIR += p5-Audio-CD
SUBDIR += p5-Audio-WMA
SUBDIR += p5-Audio-Wav
SUBDIR += p5-CDDB
SUBDIR += p5-CDDB-File

View File

@ -0,0 +1,30 @@
# New ports collection makefile for: p5-Ogg-Vorbis-Header
# Date created: Sept 11 2004
# Whom: Simon Barner <barner@gmx.de>
#
# $FreeBSD$
#
PORTNAME= Audio-WMA
PORTVERSION= 0.01
CATEGORIES= audio perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Audio
PKGNAMEPREFIX= p5-
MAINTAINER= barner@gmx.de
COMMENT= Fetch info from WMA audio files
PERL_CONFIGURE= yes
MAN3= Audio::WMA.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
post-patch:
@${PERL} -pi -e '$$_ = "" if /use 5.008/g;' \
${WRKSRC}/Makefile.PL
.endif
.include <bsd.port.post.mk>

View File

@ -0,0 +1,2 @@
MD5 (Audio-WMA-0.01.tar.gz) = 860be7180341c07181d018aeef2eb6ad
SIZE (Audio-WMA-0.01.tar.gz) = 46421

View File

@ -0,0 +1,3 @@
Fetch info from WMA audio files.
WWW: http://search.cpan.org/~daniel/Audio-WMA-0.01/

View File

@ -0,0 +1,5 @@
%%SITE_PERL%%/Audio/WMA.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Audio/WMA/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Audio/WMA
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Audio 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Audio 2>/dev/null || true