[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

UPDATE: p5-CDDB_get-2.25



Hi!

attached is an update to p5-CDDB_get-2.25. Works for me on i386.
Please test and comment.

Bernd
Index: Makefile
===================================================================
RCS file: /cvs/ports/audio/p5-CDDB_get/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile	8 Oct 2004 08:22:28 -0000	1.6
+++ Makefile	4 Aug 2005 08:53:05 -0000
@@ -2,7 +2,7 @@
 
 COMMENT=		"perl interface to query for cddb-information"
 
-DISTNAME=		CDDB_get-2.23
+DISTNAME=		CDDB_get-2.25
 PKGNAME=		p5-${DISTNAME}
 CATEGORIES=		audio perl5
 MASTER_SITES=		${MASTER_SITE_PERL_CPAN:=../by-authors/id/F/FO/FONKIE/}
Index: distinfo
===================================================================
RCS file: /cvs/ports/audio/p5-CDDB_get/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- distinfo	5 Jan 2005 15:47:08 -0000	1.4
+++ distinfo	4 Aug 2005 08:53:05 -0000
@@ -1,4 +1,4 @@
-MD5 (CDDB_get-2.23.tar.gz) = 6230c08a91ac819fceada544730623be
-RMD160 (CDDB_get-2.23.tar.gz) = 0cd7fe681b3f0de44b53a08d022a30a569461dc1
-SHA1 (CDDB_get-2.23.tar.gz) = efc1ce7b602d6ffdf0da11b8eb02fbb7d43d33b9
-SIZE (CDDB_get-2.23.tar.gz) = 19438
+MD5 (CDDB_get-2.25.tar.gz) = 77c87fee2799ea1f6120cd4b8b5096ca
+RMD160 (CDDB_get-2.25.tar.gz) = f4af6162d3aa7c2d109e623487c48bb3c6540ccf
+SHA1 (CDDB_get-2.25.tar.gz) = 45cb9202e4b052232e5beb4b961971a69c10c6ef
+SIZE (CDDB_get-2.25.tar.gz) = 21425
Index: patches/patch-MANIFEST
===================================================================
RCS file: /cvs/ports/audio/p5-CDDB_get/patches/patch-MANIFEST,v
retrieving revision 1.1
diff -u -r1.1 patch-MANIFEST
--- patches/patch-MANIFEST	23 Sep 2003 05:09:06 -0000	1.1
+++ patches/patch-MANIFEST	4 Aug 2005 08:53:05 -0000
@@ -1,10 +1,10 @@
 $OpenBSD: patch-MANIFEST,v 1.1 2003/09/23 05:09:06 jolan Exp $
---- MANIFEST.orig	2003-09-15 21:20:15.000000000 -0700
-+++ MANIFEST	2003-09-15 21:20:23.000000000 -0700
-@@ -1,7 +1,7 @@
- Artistic
+--- MANIFEST.orig	Thu Aug  4 10:46:51 2005
++++ MANIFEST	Thu Aug  4 10:46:51 2005
+@@ -2,7 +2,7 @@ Artistic
  Copying
  CDDB_get.pm
+ CDDB_cache.pm
 -cddb.pl
 +cddb
  Changes
Index: patches/patch-cddb_pl
===================================================================
RCS file: /cvs/ports/audio/p5-CDDB_get/patches/patch-cddb_pl,v
retrieving revision 1.3
diff -u -r1.3 patch-cddb_pl
--- patches/patch-cddb_pl	23 Sep 2003 05:09:06 -0000	1.3
+++ patches/patch-cddb_pl	4 Aug 2005 08:53:05 -0000
@@ -1,12 +1,12 @@
 $OpenBSD: patch-cddb_pl,v 1.3 2003/09/23 05:09:06 jolan Exp $
---- cddb.pl.orig	2003-08-23 12:00:32.000000000 -0700
-+++ cddb.pl	2003-08-23 12:02:49.000000000 -0700
+--- cddb.pl.orig	Sun Feb  8 12:29:53 2004
++++ cddb.pl	Thu Aug  4 10:51:06 2005
 @@ -27,7 +27,7 @@ use Getopt::Std;
  use strict;
  
  my %option = ();
--getopts("oghdtsiSfDlOFc:", \%option); 
-+getopts("oghdtsSfDlOFc:", \%option); 
+-getopts("oghdtsiSfDlOFc:H:CIRGP", \%option); 
++getopts("oghdtsSfDlOFc:H:CIRGP", \%option); 
  
  if($option{h}) {
    print "$0: gets CDDB info of a CD\n";
@@ -20,9 +20,9 @@
    print "  -t  output toc\n";
    print "  -l  output lame command\n";
    print "  -f  http mode (e.g. through firewalls)\n";
-@@ -87,19 +86,6 @@ $config{input}=1;   # 1: ask user if mor
- $config{multi}=0;   # 1: do not ask user and get all of them
-                     # 0: just the first one
+@@ -118,19 +117,6 @@ $config{multi}=0;   # 1: do not ask user
+ 
+ $config{input}=0 if($option{I});
  
 -my %db;
 -
@@ -40,7 +40,7 @@
  if($option{o}) {
    my $ids=get_discids($config{CD_DEVICE});
  
-@@ -160,8 +146,6 @@ if($option{g}) {
+@@ -191,8 +177,6 @@ if($option{g}) {
  
      if($option{d} || $option{s}) {
        print_xmcd(\%cd,$option{s});
@@ -49,7 +49,7 @@
      } elsif($option{l}) {
        print_lame(\%cd);
      } else {
-@@ -196,8 +180,6 @@ unless($config{multi}) {
+@@ -227,8 +211,6 @@ unless($config{multi}) {
  
    if($option{d} || $option{s}) {
      print_xmcd(\%cd,$option{s});
@@ -58,7 +58,7 @@
    } elsif($option{l}) {
      print_lame(\%cd);
    } else {
-@@ -226,8 +208,6 @@ unless($config{multi}) {
+@@ -257,8 +239,6 @@ unless($config{multi}) {
  
      if($option{d} || $option{s}) {
        print_xmcd($c,$option{s});
@@ -67,10 +67,11 @@
      } elsif($option{l}) {
        print_lame($c);
        print "\n";
-@@ -304,67 +284,6 @@ sub print_xmcd {
+@@ -334,67 +314,6 @@ sub print_xmcd {
+     close OUT;
    }
  }  
- 
+-
 -sub insert_db {
 -  my $cd=shift;
 -  my $db=shift;
@@ -131,7 +132,6 @@
 -
 -  $dbh->disconnect();
 -} 
--
+ 
  sub print_lame {
    my $cd=shift;
- 
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/audio/p5-CDDB_get/pkg/PLIST,v
retrieving revision 1.8
diff -u -r1.8 PLIST
--- pkg/PLIST	14 Sep 2004 23:16:54 -0000	1.8
+++ pkg/PLIST	4 Aug 2005 08:53:05 -0000
@@ -1,7 +1,10 @@
 @comment $OpenBSD: PLIST,v 1.8 2004/09/14 23:16:54 espie Exp $
 bin/cddb
+${P5SITE}/CDDB_cache.pm
 ${P5SITE}/CDDB_get.pm
 ${P5SITE}/auto/
+${P5SITE}/auto/CDDB_cache/
+${P5SITE}/auto/CDDB_cache/autosplit.ix
 ${P5SITE}/auto/CDDB_get/
 ${P5SITE}/auto/CDDB_get/autosplit.ix
 @comment ${P5SITE}/cddb.pl

Visit your host, monkey.org