initial import of p5-CDDB_Get 1.66:
-- Read the CDDB entry for an audio CD in your drive. WWW: http://armin.emx.at/cddb/ Submitted by Felix Kronlage <fkr@grummel.net>
This commit is contained in:
parent
fd3fabc3dc
commit
5486f0e55c
24
audio/p5-CDDB_Get/Makefile
Normal file
24
audio/p5-CDDB_Get/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2001/06/13 12:37:10 lebel Exp $
|
||||
|
||||
COMMENT= "perl interface to query for cddb-information"
|
||||
|
||||
DISTNAME= CDDB_get-1.66
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= audio perl5
|
||||
NEED_VERSION= 1.413
|
||||
|
||||
HOMEPAGE= http://armin.emx.at/cddb/
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= ../by-authors/id/F/FO/FONKIE
|
||||
|
||||
MAINTAINER= Felix Kronlage <fkr@grummel.net>
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
.include <bsd.port.mk>
|
3
audio/p5-CDDB_Get/files/md5
Normal file
3
audio/p5-CDDB_Get/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (CDDB_get-1.66.tar.gz) = 1233239ee80d7a317588e12afc40d5e4
|
||||
RMD160 (CDDB_get-1.66.tar.gz) = 1d3b135fd6bd64dc28bf13b2acd9719ad24173d3
|
||||
SHA1 (CDDB_get-1.66.tar.gz) = b1460a8abbb180d214f7e1da0edac3e635acb963
|
23
audio/p5-CDDB_Get/patches/patch-CDDB_get_pm
Normal file
23
audio/p5-CDDB_Get/patches/patch-CDDB_get_pm
Normal file
@ -0,0 +1,23 @@
|
||||
$OpenBSD: patch-CDDB_get_pm,v 1.1.1.1 2001/06/13 12:37:10 lebel Exp $
|
||||
--- CDDB_get.pm.orig Thu May 31 15:22:24 2001
|
||||
+++ CDDB_get.pm Wed Jun 13 08:48:33 2001
|
||||
@@ -480,7 +480,7 @@ CDDB - Read the CDDB entry for an audio
|
||||
$config{CDDB_HOST}="freedb.freedb.org"; # set cddb host
|
||||
$config{CDDB_PORT}=8880; # set cddb port
|
||||
$config{CDDB_MODE}="cddb"; # set cddb mode: cddb or http
|
||||
- $config{CD_DEVICE}="/dev/cdrom"; # set cd device
|
||||
+ $config{CD_DEVICE}="/dev/cd0c"; # set cd device
|
||||
|
||||
# user interaction welcome?
|
||||
|
||||
@@ -512,8 +512,8 @@ CDDB - Read the CDDB entry for an audio
|
||||
=head1 DESCRIPTION
|
||||
|
||||
This module/script gets the CDDB info for an audio cd. You need
|
||||
-LINUX, SUNOS or NETBSD, a cdrom drive and an active internet connection
|
||||
-in order to do that.
|
||||
+LINUX, SUNOS, NETBSD and OPENBSD, a cdrom drive and an active
|
||||
+internet connection in order to do that.
|
||||
|
||||
=head1 INSTALLATION
|
||||
|
12
audio/p5-CDDB_Get/patches/patch-cddb_pl
Normal file
12
audio/p5-CDDB_Get/patches/patch-cddb_pl
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-cddb_pl,v 1.1.1.1 2001/06/13 12:37:10 lebel Exp $
|
||||
--- cddb.pl.orig Wed Apr 4 22:30:00 2001
|
||||
+++ cddb.pl Wed Jun 13 08:48:33 2001
|
||||
@@ -56,7 +56,7 @@ my $xmcddir="/tmp/xmcd";
|
||||
# $config{CDDB_HOST}="freedb.freedb.org"; # set cddb host
|
||||
# $config{CDDB_PORT}=888; # set cddb port
|
||||
# $config{CDDB_MODE}="cddb"; # set cddb mode: cddb or http, this is switched with -f
|
||||
-# $config{CD_DEVICE}="/dev/cdrom"; # set cd device
|
||||
+# $config{CD_DEVICE}="/dev/cd0c"; # set cd device
|
||||
|
||||
# $config{HELLO_ID} ="root nowhere.com fastrip 0.77"; # hello string: username hostname clientname version
|
||||
|
3
audio/p5-CDDB_Get/pkg/DESCR
Normal file
3
audio/p5-CDDB_Get/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
Read the CDDB entry for an audio CD in your drive.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
4
audio/p5-CDDB_Get/pkg/PLIST
Normal file
4
audio/p5-CDDB_Get/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/06/13 12:37:10 lebel Exp $
|
||||
bin/cddb.pl
|
||||
libdata/perl5/site_perl/CDDB_get.pm
|
||||
man/man3/CDDB_get.3p
|
24
audio/p5-CDDB_get/Makefile
Normal file
24
audio/p5-CDDB_get/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2001/06/13 12:40:32 lebel Exp $
|
||||
|
||||
COMMENT= "perl interface to query for cddb-information"
|
||||
|
||||
DISTNAME= CDDB_get-1.66
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= audio perl5
|
||||
NEED_VERSION= 1.413
|
||||
|
||||
HOMEPAGE= http://armin.emx.at/cddb/
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= ../by-authors/id/F/FO/FONKIE
|
||||
|
||||
MAINTAINER= Felix Kronlage <fkr@grummel.net>
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
.include <bsd.port.mk>
|
3
audio/p5-CDDB_get/files/md5
Normal file
3
audio/p5-CDDB_get/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (CDDB_get-1.66.tar.gz) = 1233239ee80d7a317588e12afc40d5e4
|
||||
RMD160 (CDDB_get-1.66.tar.gz) = 1d3b135fd6bd64dc28bf13b2acd9719ad24173d3
|
||||
SHA1 (CDDB_get-1.66.tar.gz) = b1460a8abbb180d214f7e1da0edac3e635acb963
|
23
audio/p5-CDDB_get/patches/patch-CDDB_get_pm
Normal file
23
audio/p5-CDDB_get/patches/patch-CDDB_get_pm
Normal file
@ -0,0 +1,23 @@
|
||||
$OpenBSD: patch-CDDB_get_pm,v 1.1.1.1 2001/06/13 12:40:32 lebel Exp $
|
||||
--- CDDB_get.pm.orig Thu May 31 15:22:24 2001
|
||||
+++ CDDB_get.pm Wed Jun 13 08:48:33 2001
|
||||
@@ -480,7 +480,7 @@ CDDB - Read the CDDB entry for an audio
|
||||
$config{CDDB_HOST}="freedb.freedb.org"; # set cddb host
|
||||
$config{CDDB_PORT}=8880; # set cddb port
|
||||
$config{CDDB_MODE}="cddb"; # set cddb mode: cddb or http
|
||||
- $config{CD_DEVICE}="/dev/cdrom"; # set cd device
|
||||
+ $config{CD_DEVICE}="/dev/cd0c"; # set cd device
|
||||
|
||||
# user interaction welcome?
|
||||
|
||||
@@ -512,8 +512,8 @@ CDDB - Read the CDDB entry for an audio
|
||||
=head1 DESCRIPTION
|
||||
|
||||
This module/script gets the CDDB info for an audio cd. You need
|
||||
-LINUX, SUNOS or NETBSD, a cdrom drive and an active internet connection
|
||||
-in order to do that.
|
||||
+LINUX, SUNOS, NETBSD and OPENBSD, a cdrom drive and an active
|
||||
+internet connection in order to do that.
|
||||
|
||||
=head1 INSTALLATION
|
||||
|
12
audio/p5-CDDB_get/patches/patch-cddb_pl
Normal file
12
audio/p5-CDDB_get/patches/patch-cddb_pl
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-cddb_pl,v 1.1.1.1 2001/06/13 12:40:32 lebel Exp $
|
||||
--- cddb.pl.orig Wed Apr 4 22:30:00 2001
|
||||
+++ cddb.pl Wed Jun 13 08:48:33 2001
|
||||
@@ -56,7 +56,7 @@ my $xmcddir="/tmp/xmcd";
|
||||
# $config{CDDB_HOST}="freedb.freedb.org"; # set cddb host
|
||||
# $config{CDDB_PORT}=888; # set cddb port
|
||||
# $config{CDDB_MODE}="cddb"; # set cddb mode: cddb or http, this is switched with -f
|
||||
-# $config{CD_DEVICE}="/dev/cdrom"; # set cd device
|
||||
+# $config{CD_DEVICE}="/dev/cd0c"; # set cd device
|
||||
|
||||
# $config{HELLO_ID} ="root nowhere.com fastrip 0.77"; # hello string: username hostname clientname version
|
||||
|
3
audio/p5-CDDB_get/pkg/DESCR
Normal file
3
audio/p5-CDDB_get/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
Read the CDDB entry for an audio CD in your drive.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
4
audio/p5-CDDB_get/pkg/PLIST
Normal file
4
audio/p5-CDDB_get/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/06/13 12:40:32 lebel Exp $
|
||||
bin/cddb.pl
|
||||
libdata/perl5/site_perl/CDDB_get.pm
|
||||
man/man3/CDDB_get.3p
|
Loading…
Reference in New Issue
Block a user