summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorDonald Burr <dburr@FreeBSD.org>2000-11-20 00:49:55 +0000
committerDonald Burr <dburr@FreeBSD.org>2000-11-20 00:49:55 +0000
commit00e9cdadbc77ceb41ebcd433abfd4a6680b45646 (patch)
tree7837d9968a8a5e15850768bfad53580112ad857b /misc
parentUpgrade to opennap 0.37 (diff)
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
Notes
Notes: svn path=/head/; revision=35273
Diffstat (limited to 'misc')
-rw-r--r--misc/Makefile1
-rw-r--r--misc/tvguide/Makefile25
-rw-r--r--misc/tvguide/distinfo1
-rw-r--r--misc/tvguide/pkg-comment1
-rw-r--r--misc/tvguide/pkg-descr6
-rw-r--r--misc/tvguide/pkg-message13
-rw-r--r--misc/tvguide/pkg-plist1
7 files changed, 48 insertions, 0 deletions
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 <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