diff options
author | Donald Burr <dburr@FreeBSD.org> | 2000-11-20 00:49:55 +0000 |
---|---|---|
committer | Donald Burr <dburr@FreeBSD.org> | 2000-11-20 00:49:55 +0000 |
commit | 00e9cdadbc77ceb41ebcd433abfd4a6680b45646 (patch) | |
tree | 7837d9968a8a5e15850768bfad53580112ad857b /misc/tvguide | |
parent | 9210843cca4c069c7e8ef676896620ae1b792421 (diff) | |
download | ports-00e9cdadbc77ceb41ebcd433abfd4a6680b45646.tar.gz ports-00e9cdadbc77ceb41ebcd433abfd4a6680b45646.zip |
Notes
Diffstat (limited to 'misc/tvguide')
-rw-r--r-- | misc/tvguide/Makefile | 25 | ||||
-rw-r--r-- | misc/tvguide/distinfo | 1 | ||||
-rw-r--r-- | misc/tvguide/pkg-comment | 1 | ||||
-rw-r--r-- | misc/tvguide/pkg-descr | 6 | ||||
-rw-r--r-- | misc/tvguide/pkg-message | 13 | ||||
-rw-r--r-- | misc/tvguide/pkg-plist | 1 |
6 files changed, 47 insertions, 0 deletions
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 <dburr@FreeBSD.ORG> +# +# $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 <bsd.port.mk> 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 <dburr@FreeBSD.ORG> ] 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 |