1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

New port for getting Australian TV listings.

This commit is contained in:
Greg Lehey 2007-02-27 06:47:17 +00:00
parent a4cd330a75
commit 14cd342249
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=186086
6 changed files with 63 additions and 0 deletions

View File

@ -225,6 +225,7 @@
SUBDIR += toxine
SUBDIR += transcode
SUBDIR += tunapie
SUBDIR += tv_grab_au
SUBDIR += umr
SUBDIR += v4l_compat
SUBDIR += vamps

View File

@ -0,0 +1,27 @@
#
# Ports collection makefile for: tv-grab-au
# Date created: 27 February 2007
# Whom: Greg Lehey <grog@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= tv_grab_au
PORTVERSION= 0.6.2
CATEGORIES= multimedia
MASTER_SITES= http://www.onlinetractorparts.com.au/rohbags/xmltvau/
# DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= grog@FreeBSD.org
COMMENT= X 'tv_grab_au' is an XMLTV grabber for Australian TV programmes
RUN_DEPENDS= tv_check:${PORTSDIR}/textproc/p5-xmltv
NO_WRKSUBDIR= yes
NO_BUILD= yes
do-install:
${INSTALL} ${WRKDIR}/tv_grab_au ${PREFIX}/bin
${MKDIR} ${PREFIX}/share/p5-xmltv/tv_grab_au
${INSTALL} ${WRKDIR}/channel_ids ${PREFIX}/share/p5-xmltv/tv_grab_au/channel_ids
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (tv_grab_au-0.6.2.tar.gz) = b144bc65bb9768fde7bc4d0125a34178
SHA256 (tv_grab_au-0.6.2.tar.gz) = 80c0184e8d19c274483272a71a4a8e2e1e3f701742d965a529917c3f4c08dd82
SIZE (tv_grab_au-0.6.2.tar.gz) = 22547

View File

@ -0,0 +1,20 @@
--- tv_grab_au~ Tue May 31 15:59:17 2005
+++ tv_grab_au Tue Feb 27 17:05:10 2007
@@ -68,7 +68,7 @@
B<--debug> Output debugging info.
B<--share> Specify alternate directory for channel_ids file, usally found
-in /usr/share/xmltv/tv_grab_au/.
+in /usr/local/share/p5-xmltv/tv_grab_au/.
=head1 SEE ALSO
@@ -218,7 +218,7 @@
# share/ directory for storing region-to-channel mapping files.
# The directory can be overridden with the --share option.
-my $SHARE_DIR='/usr/share/xmltv';
+my $SHARE_DIR='/usr/local/share/p5-xmltv';
$SHARE_DIR = $opt_share if defined $opt_share;
my $OUR_SHARE_DIR = (defined $SHARE_DIR) ? "$SHARE_DIR/tv_grab_au" : '.';
my $channel_ids_file = "$OUR_SHARE_DIR/channel_ids";

View File

@ -0,0 +1,8 @@
tv_grab_au is an XMLTV grabber for Australian TV programmes.
Unlike other grabbers, tv_grab_au runs interactively from a terminal.
If you're using it in conjunction with programs like mythtv-setup,
you'll have to go back to the terminal from which mythtv-setup was
started.
WWW: http://www.onlinetractorparts.com.au/rohbags/xmltvau/

View File

@ -0,0 +1,4 @@
bin/tv_grab_au
share/p5-xmltv/tv_grab_au/channel_ids
@dirrm share/p5-xmltv/tv_grab_au