diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-06-26 06:55:37 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-06-26 06:55:37 +0000 |
commit | 915a762c4bedb9f1d580e13bdff9070987aba527 (patch) | |
tree | 79dc889ba02ff4514cb08be4c3acfb751257a1d8 /audio | |
parent | 6e437b5af31f692b4da351e58aec245791dab9a8 (diff) | |
download | FreeBSD-ports-915a762c4bedb9f1d580e13bdff9070987aba527.zip FreeBSD-ports-915a762c4bedb9f1d580e13bdff9070987aba527.tar.gz |
add p5-CDDB-File 1.02
Parse a CDDB/freedb data file
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/p5-CDDB-File/Makefile | 23 | ||||
-rw-r--r-- | audio/p5-CDDB-File/distinfo | 1 | ||||
-rw-r--r-- | audio/p5-CDDB-File/pkg-comment | 1 | ||||
-rw-r--r-- | audio/p5-CDDB-File/pkg-descr | 6 | ||||
-rw-r--r-- | audio/p5-CDDB-File/pkg-plist | 5 |
6 files changed, 37 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 3fb7a19..a051b929 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -170,6 +170,7 @@ SUBDIR += osalp SUBDIR += p5-Audio-CD SUBDIR += p5-CDDB + SUBDIR += p5-CDDB-File SUBDIR += p5-CDDB_get SUBDIR += p5-MP3-ID3v1Tag SUBDIR += p5-MP3-Info diff --git a/audio/p5-CDDB-File/Makefile b/audio/p5-CDDB-File/Makefile new file mode 100644 index 0000000..15cf475 --- /dev/null +++ b/audio/p5-CDDB-File/Makefile @@ -0,0 +1,23 @@ +# ex:ts=8 +# Ports collection makefile for: CDDB-File +# Date created: Jun 26, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= CDDB-File +PORTVERSION= 1.02 +CATEGORIES= audio perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= CDDB +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org + +PERL_CONFIGURE= yes + +MAN3= CDDB::File.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include <bsd.port.mk> diff --git a/audio/p5-CDDB-File/distinfo b/audio/p5-CDDB-File/distinfo new file mode 100644 index 0000000..259055e --- /dev/null +++ b/audio/p5-CDDB-File/distinfo @@ -0,0 +1 @@ +MD5 (CDDB-File-1.02.tar.gz) = 163e7e9acc1f00b141b368462ab08975 diff --git a/audio/p5-CDDB-File/pkg-comment b/audio/p5-CDDB-File/pkg-comment new file mode 100644 index 0000000..3cce394 --- /dev/null +++ b/audio/p5-CDDB-File/pkg-comment @@ -0,0 +1 @@ +Parse a CDDB/freedb data file diff --git a/audio/p5-CDDB-File/pkg-descr b/audio/p5-CDDB-File/pkg-descr new file mode 100644 index 0000000..9c29a3e2 --- /dev/null +++ b/audio/p5-CDDB-File/pkg-descr @@ -0,0 +1,6 @@ +This module provides an interface for extracting data from CDDB-format data +files, as used by freedb. + +It does not read data from your CD, or submit information to freedb. + +WWW: http://search.cpan.org/search?dist=CDDB-File diff --git a/audio/p5-CDDB-File/pkg-plist b/audio/p5-CDDB-File/pkg-plist new file mode 100644 index 0000000..0dedb6e --- /dev/null +++ b/audio/p5-CDDB-File/pkg-plist @@ -0,0 +1,5 @@ +lib/perl5/site_perl/%%PERL_VER%%/CDDB/File.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CDDB/File/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/CDDB +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CDDB/File +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CDDB 2>/dev/null || true |