Update of /cvsroot/fink/experimental/thesin/finkinfo/utils
In directory sc8-pr-cvs1:/tmp/cvs-serv30125
Added Files:
xmltv-0.5.4-2.info xmltv-0.5.4-2.patch
xmltv-basic-0.5.4-1.info xmltv-basic-0.5.4-1.patch
Removed Files:
xmltv-0.5.4-1.info xmltv-0.5.4-1.patch
Log Message:
new variant for ppl not wanting X11
--- NEW FILE: xmltv-0.5.4-2.info ---
Package: xmltv
Version: 0.5.4
Revision: 2
###
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: 7d274ccaf07c2dfc80a872128c6a7868
###
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.4-2.patch ---
diff -ruN xmltv-0.5.4.orig/Makefile.PL xmltv-0.5.4/Makefile.PL
--- xmltv-0.5.4.orig/Makefile.PL 2002-12-01 10:14:20.000000000 -0700
+++ xmltv-0.5.4/Makefile.PL 2002-12-03 09:48:15.000000000 -0700
@@ -152,7 +152,7 @@
are present.",
prereqs => { 'CGI' => 0 },
type => 'run',
- default => 0,
+ #default => 0,
},
{ name => 'tv_grab_na',
@@ -217,12 +217,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.4-1.info ---
Package: xmltv-basic
Version: 0.5.4
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: 7d274ccaf07c2dfc80a872128c6a7868
###
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.4-1.patch ---
diff -ruN xmltv-0.5.4.orig/Makefile.PL xmltv-0.5.4/Makefile.PL
--- xmltv-0.5.4.orig/Makefile.PL 2002-12-01 10:14:20.000000000 -0700
+++ xmltv-0.5.4/Makefile.PL 2002-12-04 22:18:54.000000000 -0700
@@ -124,22 +124,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
@@ -152,7 +137,7 @@
are present.",
prereqs => { 'CGI' => 0 },
type => 'run',
- default => 0,
+ #default => 0,
},
{ name => 'tv_grab_na',
@@ -217,12 +202,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.4-1.info DELETED ---
--- xmltv-0.5.4-1.patch DELETED ---
-------------------------------------------------------
This SF.net email is sponsored by: Microsoft Visual Studio.NET
comprehensive development tool, built to increase your
productivity. Try a free online hosted session at:
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr0003en
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits