summaryrefslogtreecommitdiff
path: root/misc/vbidecode
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-03-23 20:53:42 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-03-23 20:53:42 +0000
commit5e535e782212b88c5653bcdf5b479068766cccd3 (patch)
tree383e4760b87c61a4d7ed195e85cffa507c0ebb80 /misc/vbidecode
parent- Actually, klamav doesn't install docs, it just installs kde stuffs on (diff)
2009-03-22 emulators/dlx: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 java/javel: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-03-22 java/guavac: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-03-22 graphics/xrml: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-03-22 graphics/renderpark: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-03-22 games/jumpnbump: tcl8.0 support is going to be dropped 2009-03-17 irc/blackened: Broken and abandonware 2009-03-22 devel/libg++: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-03-22 devel/freescope: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-03-22 misc/menushki: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-03-22 misc/vbidecode: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-03-22 lang/wamcc: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-03-22 multimedia/mpegedit: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-03-22 mail/dkimap4: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-03-22 net-mgmt/oproute: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-03-22 x11/tkgoodstuff: tcl8.0 support is going to be dropped 2009-02-11 x11-toolkits/inti: not maintain by upstream for more than five years and no port depend on this
Diffstat (limited to 'misc/vbidecode')
-rw-r--r--misc/vbidecode/Makefile31
-rw-r--r--misc/vbidecode/distinfo3
-rw-r--r--misc/vbidecode/files/patch-aa66
-rw-r--r--misc/vbidecode/files/patch-ab11
-rw-r--r--misc/vbidecode/pkg-descr21
5 files changed, 0 insertions, 132 deletions
diff --git a/misc/vbidecode/Makefile b/misc/vbidecode/Makefile
deleted file mode 100644
index 153d93b7e897..000000000000
--- a/misc/vbidecode/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# New ports collection makefile for: vbidecode
-# Date created: Mon June 7 16:11:00 BST 1999
-# Whom: Roger Hardiman <roger@freebsd.org>
-#
-# $FreeBSD$
-#
-# Note: vbidecode is one part of the bttv distribution, the Linux bt848 driver
-# It therefore has a DISTNAME of bttv but a PORTNAME of vbidecode
-
-PORTNAME= vbidecode
-PORTVERSION= 1.1.3
-CATEGORIES= misc
-MASTER_SITES= ftp://ftp.vip.server.pl/pub/linux/hardware/video4linux/ \
- ftp://ftp.waseda.ac.jp/.u7/ports/distfiles/
-DISTNAME= bttv-0.6.4
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Get Videotext/Teletext (.vtx) and other VBI data from TV channels
-
-DEPRECATED= unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
-EXPIRATION_DATE=2009-03-22
-
-PLIST_FILES= bin/vbidecode
-WRKSRC= ${WRKDIR}/bttv/apps/vbidecode
-USE_GCC= 2.95
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/vbidecode ${PREFIX}/bin
- @${STRIP_CMD} ${PREFIX}/bin/vbidecode
-
-.include <bsd.port.mk>
diff --git a/misc/vbidecode/distinfo b/misc/vbidecode/distinfo
deleted file mode 100644
index cb2a27551bda..000000000000
--- a/misc/vbidecode/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (bttv-0.6.4.tar.gz) = 4ae80a698ecab674981f62fcfc0353bd
-SHA256 (bttv-0.6.4.tar.gz) = 9b8ab6df29d9ed0da8463a77fe893dc7a2d3d5a00793ed03d7437425edf97570
-SIZE (bttv-0.6.4.tar.gz) = 267808
diff --git a/misc/vbidecode/files/patch-aa b/misc/vbidecode/files/patch-aa
deleted file mode 100644
index 5ba6b3f36812..000000000000
--- a/misc/vbidecode/files/patch-aa
+++ /dev/null
@@ -1,66 +0,0 @@
-*** vbidecode.cc.orig Sun Feb 28 18:18:04 1999
---- vbidecode.cc Tue Feb 1 16:14:39 2000
-*************** TODO:
-*** 52,58 ****
- #include <sys/stat.h>
-
- #include "tables.h"
-! #include "../../driver/bttv.h"
-
- int verbosity=0;
-
---- 52,59 ----
- #include <sys/stat.h>
-
- #include "tables.h"
-! /* #include "../../driver/bttv.h" */
-! #define VBI_MAXLINES 16
-
- int verbosity=0;
-
-*************** struct vpsinfo {
-*** 214,220 ****
- int namep;
- unsigned char *info;
-
-! getname(char *name) {
- memcpy(name,lastname,9);
- }
- vpsinfo() {
---- 215,221 ----
- int namep;
- unsigned char *info;
-
-! int getname(char *name) {
- memcpy(name,lastname,9);
- }
- vpsinfo() {
-*************** VTchannel vtch;
-*** 494,506 ****
- struct VDdeco {
- int Vflag;
-
-! write(unsigned char *data, int n) {
- int i;
- for (i=0; i<n; i++)
- decode(data[i]);
- }
-
-! decode(unsigned char dat) {
- if (!Vflag) {
- if (dat==0x56)
- Vflag=1;
---- 495,507 ----
- struct VDdeco {
- int Vflag;
-
-! int write(unsigned char *data, int n) {
- int i;
- for (i=0; i<n; i++)
- decode(data[i]);
- }
-
-! int decode(unsigned char dat) {
- if (!Vflag) {
- if (dat==0x56)
- Vflag=1;
diff --git a/misc/vbidecode/files/patch-ab b/misc/vbidecode/files/patch-ab
deleted file mode 100644
index 6b038d49c7ad..000000000000
--- a/misc/vbidecode/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.orig Sun Sep 19 11:11:49 1999
-+++ Makefile Sun Sep 19 11:11:58 1999
-@@ -1,7 +1,7 @@
- all: vbidecode
-
- vbidecode: vbidecode.cc
-- g++ -g -O6 -fomit-frame-pointer -m486 -funroll-loops -o vbidecode vbidecode.cc
-+ ${CXX} -g -O6 -fomit-frame-pointer -funroll-loops -o vbidecode vbidecode.cc
-
- clean:
- rm -f vbidecode
diff --git a/misc/vbidecode/pkg-descr b/misc/vbidecode/pkg-descr
deleted file mode 100644
index 4d525e7e761d..000000000000
--- a/misc/vbidecode/pkg-descr
+++ /dev/null
@@ -1,21 +0,0 @@
-vbidecode - VBI data decoder
-Copyright (C) 1997,98 Ralph Metzler (rjkm@thp.uni-koeln.de)
-
-Vbidecode decodes some of the data structures that are transmitted in the
-VBI (Vertical Blanking Interval) of television transmissions.
-It can decode the following formats, with some restrictions for NTSC users.
-
-- videotext/teletext
- text based information pages (40x25 characters)
-
-- intercast
- WWW pages transmitted via line 31 videotext in a kind of compressed
- SLIP format
-
-- VPS
- channel information and signals for automatic start/stop of VCRs
-
-- Videocrypt 1 and 2
-
-VBI data is read from /dev/vbi0 which is provided by a Video Capture
-card such as those using the Bt848/Bt878 family of video capture chips.