mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
add p5-tagged
Read, change and write different tags of MP3 audio files
This commit is contained in:
parent
e4f245f5c9
commit
07831d9d80
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41641
@ -134,6 +134,7 @@
|
||||
SUBDIR += p5-MP3-Info
|
||||
SUBDIR += p5-MPEG-ID3v2Tag
|
||||
SUBDIR += p5-Xmms
|
||||
SUBDIR += p5-tagged
|
||||
SUBDIR += pimp3
|
||||
SUBDIR += play
|
||||
SUBDIR += playmidi
|
||||
|
28
audio/p5-tagged/Makefile
Normal file
28
audio/p5-tagged/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# ex:ts=8
|
||||
# New ports collection makefile for: p5-tagged
|
||||
# Date created: Apr 18, 2001
|
||||
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= tagged
|
||||
PORTVERSION= 0.30
|
||||
CATEGORIES= audio perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \
|
||||
${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= MP3 ${PORTNAME}
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ijliao@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= MP3::Tag::ID3v2.3 MP3::Tag.3 MP3::Tag::File.3 \
|
||||
MP3::Tag::ID3v2-Data.3 MP3::Tag::ID3v1.3
|
||||
|
||||
.include <bsd.port.mk>
|
1
audio/p5-tagged/distinfo
Normal file
1
audio/p5-tagged/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (tagged-0.30.tar.gz) = 5b915eaa9a4af6dc2bcc6f77aff80511
|
1
audio/p5-tagged/pkg-comment
Normal file
1
audio/p5-tagged/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Read, change and write different tags of MP3 audio files
|
4
audio/p5-tagged/pkg-descr
Normal file
4
audio/p5-tagged/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
tagged should become a collection of perl tools to read, change and write
|
||||
different tags of MP3 audio files.
|
||||
|
||||
WWW: http://tagged.sourceforge.net/
|
9
audio/p5-tagged/pkg-plist
Normal file
9
audio/p5-tagged/pkg-plist
Normal file
@ -0,0 +1,9 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/MP3/Tag.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/MP3/Tag/File.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/MP3/Tag/ID3v1.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/MP3/Tag/ID3v2.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/MP3/Tag/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/MP3/Tag
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/MP3 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/MP3/Tag 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/MP3 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user