Use CONFLICTS_INSTALL instead of CONFLICTS
- Simplify CONFLICTS_INSTALL - Sort PLIST - Update pkg-descr - Take maintainership
This commit is contained in:
parent
72ba226972
commit
6720764629
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=519877
@ -7,13 +7,14 @@ CATEGORIES= audio perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Module for reading tags of MP3 audio files
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
CONFLICTS= p5-tagged-0.*
|
||||
CONFLICTS_INSTALL= p5-tagged
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,5 @@
|
||||
MP3::Tag - Module for reading tags of MP3 audio files
|
||||
MP3::Tag is a wrapper module to read different tags of mp3 files. It provides an
|
||||
easy way to access the functions of separate modules which do the handling of
|
||||
reading/writing the tags itself.
|
||||
|
||||
WWW: https://metacpan.org/release/MP3-Tag
|
||||
|
@ -1,6 +1,7 @@
|
||||
bin/audio_rename
|
||||
bin/typeset_audio_dir
|
||||
bin/mp3info2
|
||||
bin/typeset_audio_dir
|
||||
%%SITE_PERL%%/Encode/transliterate_win1251.pm
|
||||
%%SITE_PERL%%/MP3/Tag.pm
|
||||
%%SITE_PERL%%/MP3/Tag/CDDB_File.pm
|
||||
%%SITE_PERL%%/MP3/Tag/Cue.pm
|
||||
@ -13,15 +14,17 @@ bin/mp3info2
|
||||
%%SITE_PERL%%/MP3/Tag/Inf.pm
|
||||
%%SITE_PERL%%/MP3/Tag/LastResort.pm
|
||||
%%SITE_PERL%%/MP3/Tag/ParseData.pm
|
||||
%%SITE_PERL%%/Normalize/Text/Music_Fields.pm
|
||||
%%SITE_PERL%%/Normalize/Text/Music_Fields/A_Dvor_k.comp
|
||||
%%SITE_PERL%%/Normalize/Text/Music_Fields/A_Schnittke.comp
|
||||
%%SITE_PERL%%/Normalize/Text/Music_Fields/D_Shostakovich.comp
|
||||
%%SITE_PERL%%/Normalize/Text/Music_Fields/G_Gershwin.comp
|
||||
%%SITE_PERL%%/Normalize/Text/Music_Fields/J_Brahms.comp
|
||||
%%SITE_PERL%%/Normalize/Text/Music_Fields/L_van_Beethoven.comp
|
||||
%%SITE_PERL%%/Normalize/Text/Music_Fields/Music_Fields-rus.lst
|
||||
%%SITE_PERL%%/Normalize/Text/Music_Fields/J_Brahms.comp
|
||||
%%SITE_PERL%%/Normalize/Text/Music_Fields/A_Schnittke.comp
|
||||
%%SITE_PERL%%/Normalize/Text/Music_Fields/G_Gershwin.comp
|
||||
%%SITE_PERL%%/Normalize/Text/Music_Fields/A_Dvor_k.comp
|
||||
%%SITE_PERL%%/Normalize/Text/Music_Fields/D_Shostakovich.comp
|
||||
%%SITE_PERL%%/Normalize/Text/Music_Fields.pm
|
||||
%%SITE_PERL%%/Encode/transliterate_win1251.pm
|
||||
%%PERL5_MAN1%%/audio_rename.1.gz
|
||||
%%PERL5_MAN1%%/mp3info2.1.gz
|
||||
%%PERL5_MAN1%%/typeset_audio_dir.1.gz
|
||||
%%PERL5_MAN3%%/MP3::Tag.3.gz
|
||||
%%PERL5_MAN3%%/MP3::Tag::CDDB_File.3.gz
|
||||
%%PERL5_MAN3%%/MP3::Tag::Cue.3.gz
|
||||
@ -35,6 +38,3 @@ bin/mp3info2
|
||||
%%PERL5_MAN3%%/MP3::Tag::LastResort.3.gz
|
||||
%%PERL5_MAN3%%/MP3::Tag::ParseData.3.gz
|
||||
%%PERL5_MAN3%%/Normalize::Text::Music_Fields.3.gz
|
||||
%%PERL5_MAN1%%/audio_rename.1.gz
|
||||
%%PERL5_MAN1%%/mp3info2.1.gz
|
||||
%%PERL5_MAN1%%/typeset_audio_dir.1.gz
|
||||
|
Loading…
Reference in New Issue
Block a user