Update of /cvsroot/fink/dists/10.2/unstable/main/finkinfo/utils
In directory sc8-pr-cvs1:/tmp/cvs-serv7003

Added Files:
        xmltv-0.5.6-1.info xmltv-0.5.6-1.patch 
        xmltv-basic-0.5.6-1.info xmltv-basic-0.5.6-1.patch 
Removed Files:
        xmltv-0.5.5-1.info xmltv-0.5.5-1.patch 
        xmltv-basic-0.5.5-1.info xmltv-basic-0.5.5-1.patch 
Log Message:
New upstream release

--- NEW FILE: xmltv-0.5.6-1.info ---
Package: xmltv
Version: 0.5.6
Revision: 1
###
Depends: term-progressbar-pm, libwww-pm (>= 5.65-1), xml-twig-pm (>= 3.09-1), 
date-manip-pm (>= 5.40-1), xml-writer-pm, lingua-preferred-pm, 
lingua-en-numbers-ordinate-pm, memoize-pm, unicode-string-pm, compress-zlib-pm, 
log-tracemsgs-pm, xml-simple-pm, tk-pm, tk-tablematrix-pm, html-parser-pm, 
html-tableextract-pm (>= 1.08-1)
BuildDepends: fink (>= 0.9.9a), expat
Replaces: xmltv-basic
Conflicts: xmltv-basic
###
Source: mirror:sourceforge:%n/%n-%v.tar.bz2
Source-MD5: 4c06f30fcb938c8a51ce251033c6b9ad
###
Patch: %f.patch
###
Type: perl
###
UpdatePOD: true
###
DocFiles: COPYING ChangeLog MANIFEST README* doc/QuickStart doc/code/*
###
Description: Set of utilities to manage your TV viewing
DescDetail: <<
XMLTV is a set of utilities to manage your TV viewing. They work with TV
listings stored in the XMLTV format, which is based on XML. The idea is
to separate out the backend (getting the listings) from the frontend
(displaying them for the user), and to implement useful operations like
picking out your favourite programmes as filters that read and write XML
documents. 

There are two backends at present, grabbing TV listings for three different
countries. There are filters to sort the listings by date, to remove shows
that have already been broadcast, and a CGI script to semi-automatically
pick things to watch. There are a couple of backends to produce printed
output. 

This software is still being developed and requires familiarity with a
command line; but it does work.
<<
###
License: GPL
Maintainer: Justin F. Hallett <[EMAIL PROTECTED]>
Homepage: http://membled.com/work/apps/xmltv/

--- NEW FILE: xmltv-0.5.6-1.patch ---
diff -ruN xmltv-0.5.5.orig/Makefile.PL xmltv-0.5.5/Makefile.PL
--- xmltv-0.5.5.orig/Makefile.PL        2002-12-13 16:11:15.000000000 -0700
+++ xmltv-0.5.5/Makefile.PL     2002-12-17 14:31:21.000000000 -0700
@@ -174,7 +174,7 @@
 are present.",
        prereqs => { 'CGI' => 0 },
        type => 'run',
-       default => 0,
+       #default => 0,
      },
 
      { name => 'tv_grab_na',
@@ -263,12 +263,12 @@
        $msg = "Use $name?";
     }
 
-    if (XMLTV::Ask::askBooleanQuestion($msg, $default)) {
+#    if (XMLTV::Ask::askBooleanQuestion($msg, $default)) {
        push @exes, @{$info->{exes}}               if $info->{exes};
        push @docs, @{$info->{docs}}               if $info->{docs};
        %pm = (%pm, %{$info->{pm}})                if $info->{pm};
        %prereqs = (%prereqs, %{$info->{prereqs}}) if $info->{prereqs};
-    }
+#    }
     print STDERR "\n";
 }
 

--- NEW FILE: xmltv-basic-0.5.6-1.info ---
Package: xmltv-basic
Version: 0.5.6
Revision: 1
###
Depends: term-progressbar-pm, libwww-pm (>= 5.65-1), xml-twig-pm (>= 3.09-1), 
date-manip-pm (>= 5.40-1), xml-writer-pm, lingua-preferred-pm, 
lingua-en-numbers-ordinate-pm, memoize-pm, unicode-string-pm, compress-zlib-pm, 
log-tracemsgs-pm, html-parser-pm, html-tableextract-pm
BuildDepends: fink (>= 0.9.9a), expat
Replaces: xmltv
Conflicts: xmltv
###
Source: mirror:sourceforge:xmltv/xmltv-%v.tar.bz2
Source-MD5: 4c06f30fcb938c8a51ce251033c6b9ad
###
Patch: %f.patch
###
Type: perl
###
UpdatePOD: true
###
DocFiles: COPYING ChangeLog MANIFEST README* doc/QuickStart doc/code/*
###
Description: Set of utilities to manage your TV viewing (BASIC NO EXTRAS)
DescDetail: <<
XMLTV is a set of utilities to manage your TV viewing. They work with TV
listings stored in the XMLTV format, which is based on XML. The idea is
to separate out the backend (getting the listings) from the frontend
(displaying them for the user), and to implement useful operations like
picking out your favourite programmes as filters that read and write XML
documents. 

There are two backends at present, grabbing TV listings for three different
countries. There are filters to sort the listings by date, to remove shows
that have already been broadcast, and a CGI script to semi-automatically
pick things to watch. There are a couple of backends to produce printed
output. 

This software is still being developed and requires familiarity with a
command line; but it does work.
<<
###
License: GPL
Maintainer: Justin F. Hallett <[EMAIL PROTECTED]>
Homepage: http://membled.com/work/apps/xmltv/

--- NEW FILE: xmltv-basic-0.5.6-1.patch ---
diff -ruN xmltv-0.5.5.orig/Makefile.PL xmltv-0.5.5/Makefile.PL
--- xmltv-0.5.5.orig/Makefile.PL        2002-12-13 16:11:15.000000000 -0700
+++ xmltv-0.5.5/Makefile.PL     2002-12-17 14:35:04.000000000 -0700
@@ -146,22 +146,7 @@
 # spun off into separate projects.
 #
 my @opt_components
-  = ({ name => 'tv_check',
-       blurb =>
-       'Tv_check is a graphical front-end to listings data.  You pick the
-shows you are interested in, and then tv_check alerts you to
-unexpected extra episodes or schedule changes.',
-       exes => [ 'choose/tv_check/tv_check' ],
-       docs => [ qw(choose/tv_check/README.tv_check
-                   choose/tv_check/tv_check_doc.html
-                   choose/tv_check/tv_check_doc.jpg
-                  ) ],
-       prereqs => { 'Tk' => 0,
-                   'Tk::TableMatrix' => 0,
-                   'XML::Simple' => 0,
-                 } },
-
-     { name => 'tv_pick_cgi',
+  = ({ name => 'tv_pick_cgi',
        blurb =>
        "Tv_pick_cgi is a front-end to choose your TV viewing.  It presents all
 programmes in the listings and asks you about each one.  But you can
@@ -174,7 +159,7 @@
 are present.",
        prereqs => { 'CGI' => 0 },
        type => 'run',
-       default => 0,
+       #default => 0,
      },
 
      { name => 'tv_grab_na',
@@ -263,12 +248,12 @@
        $msg = "Use $name?";
     }
 
-    if (XMLTV::Ask::askBooleanQuestion($msg, $default)) {
+    #if (XMLTV::Ask::askBooleanQuestion($msg, $default)) {
        push @exes, @{$info->{exes}}               if $info->{exes};
        push @docs, @{$info->{docs}}               if $info->{docs};
        %pm = (%pm, %{$info->{pm}})                if $info->{pm};
        %prereqs = (%prereqs, %{$info->{prereqs}}) if $info->{prereqs};
-    }
+    #}
     print STDERR "\n";
 }
 

--- xmltv-0.5.5-1.info DELETED ---

--- xmltv-0.5.5-1.patch DELETED ---

--- xmltv-basic-0.5.5-1.info DELETED ---

--- xmltv-basic-0.5.5-1.patch DELETED ---



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to