diff options
author | vs <vs@FreeBSD.org> | 2006-02-03 17:31:16 +0000 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2006-02-03 17:31:16 +0000 |
commit | ed2a61931bf0c1bfcb0ee8f44e6f042f7fd04576 (patch) | |
tree | aba2acf43a96c9234482af06b0d01dcb08ee7437 | |
parent | 420d63f10038f812b24a70e5ec97d7d508af1bf4 (diff) | |
download | FreeBSD-ports-ed2a61931bf0c1bfcb0ee8f44e6f042f7fd04576.zip FreeBSD-ports-ed2a61931bf0c1bfcb0ee8f44e6f042f7fd04576.tar.gz |
Remove expired port misc/tvguide
-rw-r--r-- | CVSROOT/modules | 1 | ||||
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/tvguide/Makefile | 32 | ||||
-rw-r--r-- | misc/tvguide/distinfo | 2 | ||||
-rw-r--r-- | misc/tvguide/pkg-descr | 2 | ||||
-rw-r--r-- | misc/tvguide/pkg-message | 13 |
7 files changed, 1 insertions, 51 deletions
diff --git a/CVSROOT/modules b/CVSROOT/modules index 9ec005d..1b78188 100644 --- a/CVSROOT/modules +++ b/CVSROOT/modules @@ -12675,7 +12675,6 @@ tuxracer_golf ports/games/tuxracer_golf tuxtype ports/games/tuxtype tv-fonts ports/x11-fonts/tv-fonts tvark ports/net/tvark -tvguide ports/misc/tvguide tvision ports/devel/tvision tvmet ports/math/tvmet tvp ports/games/tvp @@ -2160,3 +2160,4 @@ math/netcdf|science/netcdf|2006-01-30|Moved to a better category japanese/mecab-razil|japanese/mecab|2006-02-01|Patched library is not required now japanese/firefox-ja_JP|japanese/firefox-ja|2006-02-01|Project renamed lang/m3gdb||2006-02-03|Remove expired port +misc/tvguide||2006-02-03|Remove expired port diff --git a/misc/Makefile b/misc/Makefile index aad0229..9cb3c4d 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -425,7 +425,6 @@ SUBDIR += translate SUBDIR += translator SUBDIR += ttyrec - SUBDIR += tvguide SUBDIR += txt2regex SUBDIR += uf-view SUBDIR += uk-phone diff --git a/misc/tvguide/Makefile b/misc/tvguide/Makefile deleted file mode 100644 index fa7be7b..0000000 --- a/misc/tvguide/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: tvguide -# Date created: 19 November 2000 -# Whom: Donald Burr <dburr@FreeBSD.ORG> -# -# $FreeBSD$ -# - -PORTNAME= tvguide -PORTVERSION= 1.6.1 -PORTREVISION= 1 -CATEGORIES= misc -MASTER_SITES= # - -MAINTAINER= ports@FreeBSD.org -COMMENT= Perl script to pretty-print TV Guide listings from www.tvguide.com - -RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget - -BROKEN= "Unfetchable" -DEPRECATED= Disappeared off the net -EXPIRATION_DATE=2006-01-26 - -NO_BUILD= YES -PLIST_FILES= bin/tvguide - -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 deleted file mode 100644 index 2cfaedb..0000000 --- a/misc/tvguide/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (tvguide-1.6.1.tar.gz) = 5fb6210d65cd5384cb98f8edb584497d -SIZE (tvguide-1.6.1.tar.gz) = 8503 diff --git a/misc/tvguide/pkg-descr b/misc/tvguide/pkg-descr deleted file mode 100644 index ff23205..0000000 --- a/misc/tvguide/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -tvguide is a Perl script that reads the tv listings from tvguide.com -and outputs them in a table format. diff --git a/misc/tvguide/pkg-message b/misc/tvguide/pkg-message deleted file mode 100644 index efad1fb..0000000 --- a/misc/tvguide/pkg-message +++ /dev/null @@ -1,13 +0,0 @@ -********************************************************************* - -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). - -********************************************************************* |