1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

add p5-CDDB-File 1.02

Parse a CDDB/freedb data file
This commit is contained in:
Ying-Chieh Liao 2002-06-26 06:55:37 +00:00
parent 3abb566b23
commit 1ae078dcd5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62003
6 changed files with 37 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1 @@
MD5 (CDDB-File-1.02.tar.gz) = 163e7e9acc1f00b141b368462ab08975

View File

@ -0,0 +1 @@
Parse a CDDB/freedb data file

View File

@ -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

View File

@ -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