aboutsummaryrefslogtreecommitdiff
path: root/multimedia/nxtvepg
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2017-10-16 20:37:21 +0000
committerRene Ladan <rene@FreeBSD.org>2017-10-16 20:37:21 +0000
commit5bb2bd0382230b065c7df6f7d18dcf61a7a6b8ab (patch)
treeb92ccac8280cc692fce0d20962a82aea90722c1a /multimedia/nxtvepg
parent5adae6c542fe3eb203bdbad6fe25f55748e6c25a (diff)
downloadports-5bb2bd0382230b065c7df6f7d18dcf61a7a6b8ab.tar.gz
ports-5bb2bd0382230b065c7df6f7d18dcf61a7a6b8ab.zip
Notes
Diffstat (limited to 'multimedia/nxtvepg')
-rw-r--r--multimedia/nxtvepg/Makefile38
-rw-r--r--multimedia/nxtvepg/distinfo2
-rw-r--r--multimedia/nxtvepg/files/patch-Makefile47
-rw-r--r--multimedia/nxtvepg/files/patch-Makefile.bsd32
-rw-r--r--multimedia/nxtvepg/pkg-descr24
-rw-r--r--multimedia/nxtvepg/pkg-plist9
6 files changed, 0 insertions, 152 deletions
diff --git a/multimedia/nxtvepg/Makefile b/multimedia/nxtvepg/Makefile
deleted file mode 100644
index bfe7be368bb3..000000000000
--- a/multimedia/nxtvepg/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# Created by: Simon Barner <barner@gmx.de>
-# $FreeBSD$
-
-PORTNAME= nxtvepg
-PORTVERSION= 2.8.0
-PORTREVISION= 1
-CATEGORIES= multimedia tcl tk
-MASTER_SITES= SF
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Viewer for Nextview Electronic TV Programme Guide (needs bktr driver)
-
-DEPRECATED= This port depends on Tcl/Tk 8.4 , which is no longer\
- maintained. Please port it to 8.5+
-EXPIRATION_DATE= 2017-10-15
-
-NOT_FOR_ARCHS= sparc64
-USES= gmake tk:84
-USE_XORG= x11 xmu
-MAKE_ARGS= ROOT=${STAGEDIR}
-MAKE_ENV= PTHREAD_LIBS="-lpthread" WRKSRC="${WRKSRC}" \
- X11BASE="${LOCALBASE}"
-
-OPTIONS_DEFINE= DOCS
-
-post-patch:
- @${REINPLACE_CMD} -e "s,machine/ioctl_bt848.h,dev/bktr/ioctl_bt848.h,; \
- s,machine/ioctl_meteor.h,dev/bktr/ioctl_meteor.h," \
- ${WRKSRC}/epgvbi/btdrv4linux.c ${WRKSRC}/tvsim/tvsim_main.c
- @${REINPLACE_CMD} 's|wait.h|sys/&|' ${WRKSRC}/epgdb/ttxgrab.c
-
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/nxtvepg ${STAGEDIR}${PREFIX}/bin/nxtvepgd
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- (cd ${WRKSRC} && ${INSTALL_DATA} README TODO CHANGES manual.html \
- ${STAGEDIR}${DOCSDIR})
-
-.include <bsd.port.mk>
diff --git a/multimedia/nxtvepg/distinfo b/multimedia/nxtvepg/distinfo
deleted file mode 100644
index 220c1950ef1c..000000000000
--- a/multimedia/nxtvepg/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (nxtvepg-2.8.0.tar.gz) = d762581a7335dffe84d9680d02e17c7c00d04f1f5a9e51b8ac0f411f570f7c71
-SIZE (nxtvepg-2.8.0.tar.gz) = 1821231
diff --git a/multimedia/nxtvepg/files/patch-Makefile b/multimedia/nxtvepg/files/patch-Makefile
deleted file mode 100644
index 1b3b9492675f..000000000000
--- a/multimedia/nxtvepg/files/patch-Makefile
+++ /dev/null
@@ -1,47 +0,0 @@
---- Makefile.orig 2007-12-31 21:20:33.000000000 -0200
-+++ Makefile 2009-10-21 22:24:56.000000000 -0200
-@@ -45,12 +45,24 @@
- include Makefile.bsd
- else
-
-+ifndef LOCALBASE
-+ LOCALBASE=/usr/X11R6
-+endif
-+
-+ifndef LOCALBASE
-+ LOCALBASE=/usr/local
-+endif
-+
-+ifndef PREFIX
-+ PREFIX=$(LOCALBASE)
-+endif
-+
- ROOT =
--prefix = /usr/local
-+prefix = $(PREFIX)
- exec_prefix = ${prefix}
- bindir = $(ROOT)${exec_prefix}/bin
- mandir = $(ROOT)${prefix}/man/man1
--resdir = $(ROOT)/etc/X11
-+resdir = $(ROOT)$(LOCALBASE)/lib/X11
-
- # if you have perl and/or flex set their path here, else just leave them alone
- PERL = /usr/bin/perl
-@@ -110,6 +122,8 @@
- # -> uncomment 2 lines below to put the databases in the user's home
- #USER_DBDIR = .nxtvdb
- #DEFS += -DEPG_DB_ENV=\"HOME\" -DEPG_DB_DIR=\"$(USER_DBDIR)\"
-+USER_DBDIR = .nxtvdb
-+DEFS += -DEPG_DB_ENV=\"HOME\" -DEPG_DB_DIR=\"$(USER_DBDIR)\"
- ifndef USER_DBDIR
- SYS_DBDIR = /var/tmp/nxtvdb
- DEFS += -DEPG_DB_DIR=\"$(SYS_DBDIR)\"
-@@ -127,7 +141,7 @@
- LDFLAGS += -lm
- #LDFLAGS += -pg
-
--BUILD_DIR = build-$(shell uname -m | sed -e 's/i.86/i386/' -e 's/ppc/powerpc/')
-+BUILD_DIR ?= build-$(shell uname -m | sed -e 's/i.86/i386/' -e 's/ppc/powerpc/')
- INCS += -I$(BUILD_DIR)
-
- # end Linux specific part
diff --git a/multimedia/nxtvepg/files/patch-Makefile.bsd b/multimedia/nxtvepg/files/patch-Makefile.bsd
deleted file mode 100644
index a2470d129ed3..000000000000
--- a/multimedia/nxtvepg/files/patch-Makefile.bsd
+++ /dev/null
@@ -1,32 +0,0 @@
---- Makefile.bsd.orig 2005-01-01 19:35:26.000000000 +0100
-+++ Makefile.bsd 2014-06-16 12:41:56.046094882 +0200
-@@ -73,11 +73,7 @@
- exec_prefix = ${prefix}
- bindir = $(ROOT)${exec_prefix}/bin
- mandir = $(ROOT)${prefix}/man/man1
--ifeq ($(OS), FreeBSD)
--resdir = $(ROOT)/usr/X11R6/lib/X11
--else
--resdir = $(LOCALBASE)/lib/X11
--endif
-+resdir = $(ROOT)${prefix}/lib/X11
-
- # other settings
- OPTFLAGS = -O -pipe -g
-@@ -96,7 +92,7 @@
- DEFS += -DTK_LIBRARY_PATH=\"$(TK_LIBRARY_PATH)\"
- DEFS += -DTCL_LIBRARY_PATH=\"$(TCL_LIBRARY_PATH)\"
-
--DEFS += -DX11_APP_DEFAULTS=\"$(resdir)/app-defaults/Nxtvepg\"
-+DEFS += -DX11_APP_DEFAULTS=\"$(LOCALBASE)/lib/X11/app-defaults/Nxtvepg\"
-
- # enable use of multi-threading
- ifdef WANT_THREADS
-@@ -129,6 +125,7 @@
- LDFLAGS += -lm
- #LDFLAGS += -pg
-
-+BUILD_DIR= ${WRKSRC}
-
- all :: printconfig
-
diff --git a/multimedia/nxtvepg/pkg-descr b/multimedia/nxtvepg/pkg-descr
deleted file mode 100644
index 646d79b98d81..000000000000
--- a/multimedia/nxtvepg/pkg-descr
+++ /dev/null
@@ -1,24 +0,0 @@
-nxtvepg - Decoder, Browser and Analyzer for the Nextview
- Electronic Programme Guide
-
-nxtvepg is an X11 application to decode, analyze and browse TV programme
-schedules transmitted on analog TV channels as defined in ETS 300 707:
-"Protocol for a TV Guide using electronic data transmission" by the European
-Telecommunications Standards Institute.
-
-nxtvepg enables you to obtain free TV programme listings for all of the major
-networks in Germany, Austria, France and Switzerland.
-
-Currently Nextview EPG is transmitted by the following TV networks (note that
-each of these EPGs cover not only the provider's programme but also that of many
-other networks): Kabel1, 3Sat, RTL-II (Germany and Austria), SF1, TSR1, TSI1,
-EuroNews (Switzerland), Canal+, M6 (France), TRT-1 (Turkey).
-
-You will need a bktr(4) compatible tv tuner card with teletext support in order
-to use nxtvepg.
-
-It is recommended to check the card's setup before using nxtvepg, e.g. with the
-following applications from the ports collection:
-multimedia/fxtv for tv tuner and misc/alevtv for Teletext support.
-
-WWW: http://nxtvepg.sourceforge.net/
diff --git a/multimedia/nxtvepg/pkg-plist b/multimedia/nxtvepg/pkg-plist
deleted file mode 100644
index 620889a40787..000000000000
--- a/multimedia/nxtvepg/pkg-plist
+++ /dev/null
@@ -1,9 +0,0 @@
-bin/nxtvepg
-bin/nxtvepgd
-lib/X11/app-defaults/Nxtvepg
-man/man1/nxtvepg.1.gz
-man/man1/nxtvepgd.1.gz
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/TODO
-%%PORTDOCS%%%%DOCSDIR%%/CHANGES
-%%PORTDOCS%%%%DOCSDIR%%/manual.html