diff options
author | Will Andrews <will@FreeBSD.org> | 2000-09-16 04:44:33 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-09-16 04:44:33 +0000 |
commit | cf9d9449038258535731bf3f4326586f72fb2e04 (patch) | |
tree | fd7b871e6112b95af28378f14b25cb82c6733030 /audio | |
parent | 9f4ba66345df66f1dd596e7345932f5c0370bef8 (diff) |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/p5-MP3-ID3v1Tag/Makefile | 24 | ||||
-rw-r--r-- | audio/p5-MP3-ID3v1Tag/distinfo | 1 | ||||
-rw-r--r-- | audio/p5-MP3-ID3v1Tag/pkg-comment | 1 | ||||
-rw-r--r-- | audio/p5-MP3-ID3v1Tag/pkg-descr | 6 | ||||
-rw-r--r-- | audio/p5-MP3-ID3v1Tag/pkg-plist | 4 |
6 files changed, 37 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index f31632bf6689..564a03c7c44f 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -71,6 +71,7 @@ SUBDIR += nas SUBDIR += nspmod SUBDIR += opennap + SUBDIR += p5-MP3-ID3v1Tag SUBDIR += pimp3 SUBDIR += play SUBDIR += playmidi diff --git a/audio/p5-MP3-ID3v1Tag/Makefile b/audio/p5-MP3-ID3v1Tag/Makefile new file mode 100644 index 000000000000..d83e34fc0adc --- /dev/null +++ b/audio/p5-MP3-ID3v1Tag/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: p5-MP3-ID3v1Tag +# Date created: 13-Aug-2000 +# Whom: Leo Kim <leo@florida.sarang.net> +# +# $FreeBSD$ +# + +PORTNAME= MP3-ID3v1Tag +PORTVERSION= 1.10 +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::ID3v1Tag.3 MPEG::ID3v1Tag.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +do-configure: + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include <bsd.port.mk> diff --git a/audio/p5-MP3-ID3v1Tag/distinfo b/audio/p5-MP3-ID3v1Tag/distinfo new file mode 100644 index 000000000000..25ce6b4822b1 --- /dev/null +++ b/audio/p5-MP3-ID3v1Tag/distinfo @@ -0,0 +1 @@ +MD5 (MP3-ID3v1Tag-1.10.tar.gz) = feafc9dc52b6db53c729b5ecb8991c36 diff --git a/audio/p5-MP3-ID3v1Tag/pkg-comment b/audio/p5-MP3-ID3v1Tag/pkg-comment new file mode 100644 index 000000000000..810bfef8dd52 --- /dev/null +++ b/audio/p5-MP3-ID3v1Tag/pkg-comment @@ -0,0 +1 @@ +Edit ID3v1 Tags from an Audio MPEG Layer 3 diff --git a/audio/p5-MP3-ID3v1Tag/pkg-descr b/audio/p5-MP3-ID3v1Tag/pkg-descr new file mode 100644 index 000000000000..7695021f9f91 --- /dev/null +++ b/audio/p5-MP3-ID3v1Tag/pkg-descr @@ -0,0 +1,6 @@ +The ID3v1Tag routines are useful for setting and reading ID3 MP3 Audio Tags. + +WWW: http://search.cpan.org/search?module=MP3::ID3v1Tag + +- Leo Kim +leo@florida.sarang.net diff --git a/audio/p5-MP3-ID3v1Tag/pkg-plist b/audio/p5-MP3-ID3v1Tag/pkg-plist new file mode 100644 index 000000000000..d68ac2f9846b --- /dev/null +++ b/audio/p5-MP3-ID3v1Tag/pkg-plist @@ -0,0 +1,4 @@ +lib/perl5/site_perl/%%PERL_VER%%/MP3/ID3v1Tag.pm +lib/perl5/site_perl/%%PERL_VER%%/MPEG/ID3v1Tag.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/MP3/ID3v1Tag/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/MP3/ID3v1Tag |