From 00e9cdadbc77ceb41ebcd433abfd4a6680b45646 Mon Sep 17 00:00:00 2001 From: Donald Burr Date: Mon, 20 Nov 2000 00:49:55 +0000 Subject: Import of new port misc/tvguide, a cute little perl script that pretty-prints the output of www.tvguide.com without all the annoying ads. Obtained from: freshmeat posting --- misc/Makefile | 1 + misc/tvguide/Makefile | 25 +++++++++++++++++++++++++ misc/tvguide/distinfo | 1 + misc/tvguide/pkg-comment | 1 + misc/tvguide/pkg-descr | 6 ++++++ misc/tvguide/pkg-message | 13 +++++++++++++ misc/tvguide/pkg-plist | 1 + 7 files changed, 48 insertions(+) create mode 100644 misc/tvguide/Makefile create mode 100644 misc/tvguide/distinfo create mode 100644 misc/tvguide/pkg-comment create mode 100644 misc/tvguide/pkg-descr create mode 100644 misc/tvguide/pkg-message create mode 100644 misc/tvguide/pkg-plist (limited to 'misc') diff --git a/misc/Makefile b/misc/Makefile index 48e492054a82..cfb6d7634e49 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -140,6 +140,7 @@ SUBDIR += tkman SUBDIR += tkregexp SUBDIR += tkrunit + SUBDIR += tvguide SUBDIR += uk-phone SUBDIR += uk-postcodes SUBDIR += unclutter diff --git a/misc/tvguide/Makefile b/misc/tvguide/Makefile new file mode 100644 index 000000000000..12476cbaede1 --- /dev/null +++ b/misc/tvguide/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: tvguide +# Date created: 19 November 2000 +# Whom: Donald Burr +# +# $FreeBSD$ +# + +PORTNAME= tvguide +PORTVERSION= 1.6.1 +CATEGORIES= misc +MASTER_SITES= http://www.cherrynebula.net/downloads/ + +MAINTAINER= dburr@FreeBSD.ORG + +RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget + +NO_BUILD= YES + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/tvguide ${PREFIX}/bin + +post-install: + @${CAT} ${PKGMESSAGE} + +.include diff --git a/misc/tvguide/distinfo b/misc/tvguide/distinfo new file mode 100644 index 000000000000..51c84170c03d --- /dev/null +++ b/misc/tvguide/distinfo @@ -0,0 +1 @@ +MD5 (tvguide-1.6.1.tar.gz) = 5fb6210d65cd5384cb98f8edb584497d diff --git a/misc/tvguide/pkg-comment b/misc/tvguide/pkg-comment new file mode 100644 index 000000000000..e3a3c7239bbe --- /dev/null +++ b/misc/tvguide/pkg-comment @@ -0,0 +1 @@ +Perl script to pretty-print TV Guide listings from www.tvguide.com diff --git a/misc/tvguide/pkg-descr b/misc/tvguide/pkg-descr new file mode 100644 index 000000000000..d8ea45a84258 --- /dev/null +++ b/misc/tvguide/pkg-descr @@ -0,0 +1,6 @@ +tvguide is a Perl script that reads the tv listings from tvguide.com +and outputs them in a table format. + +WWW: http://www.cherrynebula.net/tvguide.html + +[ This port is maintained by Donald Burr ] diff --git a/misc/tvguide/pkg-message b/misc/tvguide/pkg-message new file mode 100644 index 000000000000..efad1fb350d0 --- /dev/null +++ b/misc/tvguide/pkg-message @@ -0,0 +1,13 @@ +********************************************************************* + +You will need to read the beginning of ${PREFIX}/bin/tvguide. +Follow the instructions on how to obtain your ServiceID from the +tvguide.com website and edit the script accordingly. + +If you have already visited tvguide.com using Netscape under FreeBSD, +you do NOT need to do anything, as the script will automatically +determine your ServiceID from your ${HOME}/.netscape/cookies file +(if you have cookies enabled; otherwise you will need to follow the +steps outlined in the script to obtain your ServiceID). + +********************************************************************* diff --git a/misc/tvguide/pkg-plist b/misc/tvguide/pkg-plist new file mode 100644 index 000000000000..07123607eabd --- /dev/null +++ b/misc/tvguide/pkg-plist @@ -0,0 +1 @@ +bin/tvguide -- cgit v1.2.3