aboutsummaryrefslogtreecommitdiff
path: root/graphics/fxtv
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-04-04 06:00:13 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-04-04 06:00:13 +0000
commitc10bcef6d35d2163017c48650d8c5b74b2786201 (patch)
tree3fa81264279ab723edc09ed6806a7c8d27b194c1 /graphics/fxtv
parent328b6db7856f09b9301c8c249b9ff065487c6879 (diff)
Notes
Diffstat (limited to 'graphics/fxtv')
-rw-r--r--graphics/fxtv/Makefile38
-rw-r--r--graphics/fxtv/distinfo1
-rw-r--r--graphics/fxtv/files/patch-ab11
-rw-r--r--graphics/fxtv/files/patch-ac11
-rw-r--r--graphics/fxtv/files/patch-ad13
-rw-r--r--graphics/fxtv/files/patch-ae11
-rw-r--r--graphics/fxtv/files/patch-tvcapture.c10
-rw-r--r--graphics/fxtv/pkg-descr21
-rw-r--r--graphics/fxtv/pkg-plist13
9 files changed, 0 insertions, 129 deletions
diff --git a/graphics/fxtv/Makefile b/graphics/fxtv/Makefile
deleted file mode 100644
index 9c0b85d0c8cf..000000000000
--- a/graphics/fxtv/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# New ports collection makefile for: fxtv
-# Date created: Thu Nov 4 19:54:04 EST 1999
-# Whom: Randall Hopper <aa8vb@nc.rr.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= fxtv
-PORTVERSION= 1.03
-CATEGORIES= graphics
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= rhh
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= X-based TV Display and Capture Application (for use with bt848 driver)
-
-LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \
- Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d
-
-# This program does not actually require the programs below unless you
-# use audio/video recording and/or playback and save to a non-raw format.
-#RUN_DEPENDS= sox:${PORTSDIR}/audio/sox \
-# mpg123:${PORTSDIR}/audio/mpg123 \
-# mpeg_musicin:${PORTSDIR}/audio/mpegaudio \
-# mpeg_encode:${PORTSDIR}/graphics/mpeg_encode \
-# mplex:${PORTSDIR}/graphics/mplex
-
-USE_X_PREFIX= yes
-USE_XPM= yes
-USE_GMAKE= yes
-MAKE_FLAGS= -e
-MAN1= fxtv.1
-
-pre-install:
- ${CP} ${WRKSRC}/fxtv.1 ${WRKSRC}/fxtv.man
-
-.include <bsd.port.mk>
diff --git a/graphics/fxtv/distinfo b/graphics/fxtv/distinfo
deleted file mode 100644
index aad3a41d0dfa..000000000000
--- a/graphics/fxtv/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (fxtv-1.03.tgz) = 2497c0eba13b475d2ca5abf362ffa52b
diff --git a/graphics/fxtv/files/patch-ab b/graphics/fxtv/files/patch-ab
deleted file mode 100644
index e93539ed64f2..000000000000
--- a/graphics/fxtv/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.orig Tue Feb 13 09:08:59 2001
-+++ Makefile Sat Mar 10 17:36:25 2001
-@@ -62,7 +62,7 @@
- ifneq ($(DEBUG),NO)
- override CFLAGS = -DDEBUG -g
- else
-- override CFLAGS = -DNDEBUG -O2
-+ override CFLAGS += -DNDEBUG #-O2
- endif
- C_WARN_FLAG = -Wall
- override CFLAGS += $(C_WARN_FLAG) $(INC) $(CF_VERS)
diff --git a/graphics/fxtv/files/patch-ac b/graphics/fxtv/files/patch-ac
deleted file mode 100644
index 393b25bf1dc1..000000000000
--- a/graphics/fxtv/files/patch-ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- videolib/Makefile.orig Tue Feb 13 06:04:45 2001
-+++ videolib/Makefile Sat Mar 10 17:39:59 2001
-@@ -15,7 +15,7 @@
- ifneq ($(DEBUG),NO)
- override CFLAGS = -DDEBUG -g
- else
-- override CFLAGS = -DNDEBUG -O2
-+ override CFLAGS += -DNDEBUG #-O2
- endif
- C_WARN_FLAG = -Wall
- override CFLAGS += $(C_WARN_FLAG) $(INC)
diff --git a/graphics/fxtv/files/patch-ad b/graphics/fxtv/files/patch-ad
deleted file mode 100644
index cecee252f3a3..000000000000
--- a/graphics/fxtv/files/patch-ad
+++ /dev/null
@@ -1,13 +0,0 @@
---- voxware.h.orig Sat Sep 7 16:51:45 2002
-+++ voxware.h Sat Sep 7 16:51:58 2002
-@@ -30,9 +30,7 @@
- #ifndef __VOXWARE_H
- #define __VOXWARE_H
-
--#if defined(__FreeBSD__)
--# include <machine/soundcard.h>
--#elif defined(linux) || defined(__bsdi__)
-+#if defined(linux) || defined(__bsdi__) || defined(__FreeBSD__)
- # include <sys/soundcard.h>
- #elif defined(__NetBSD__) || defined(__OpenBSD__)
- # include <soundcard.h>
diff --git a/graphics/fxtv/files/patch-ae b/graphics/fxtv/files/patch-ae
deleted file mode 100644
index 8bc5c1c8fb3c..000000000000
--- a/graphics/fxtv/files/patch-ae
+++ /dev/null
@@ -1,11 +0,0 @@
---- remote.c.orig Sat Sep 7 16:54:12 2002
-+++ remote.c Sat Sep 7 16:54:24 2002
-@@ -65,7 +65,7 @@
- /* ******************** Local defines ************** */
-
- /* FIXME: Remove this old code someday */
--#ifdef 0
-+#if 0
- # define OLD_DEV_SYSMOUSE_STUFF
- #endif
-
diff --git a/graphics/fxtv/files/patch-tvcapture.c b/graphics/fxtv/files/patch-tvcapture.c
deleted file mode 100644
index 5786aad643ca..000000000000
--- a/graphics/fxtv/files/patch-tvcapture.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- tvcapture.c.orig Tue Nov 26 19:30:12 2002
-+++ tvcapture.c Tue Nov 26 19:30:27 2002
-@@ -34,6 +34,7 @@
- #include <stdlib.h>
- #include <fcntl.h>
- #include <errno.h>
-+#include <sys/types.h>
- #include <sys/mman.h>
- #ifdef __NetBSD__
- # include <dev/ic/bt8xx.h>
diff --git a/graphics/fxtv/pkg-descr b/graphics/fxtv/pkg-descr
deleted file mode 100644
index 3760313ac60b..000000000000
--- a/graphics/fxtv/pkg-descr
+++ /dev/null
@@ -1,21 +0,0 @@
-Fxtv is an X11-based FreeBSD app that provides TV-in-a-window and
-image/audio/video capture capabilities for Bt848/878-based tuner/capture
-cards.
-
-To use this app, you need a capture card based on the Brooktree 848/878 chip.
-Examples include the Hauppauge Wincast/TV, the STB TV PCI, and the
-Intel Smart Video Recorder III. See the 'bktr' man page
-for more information.
-
-Refer to the README for details on usage
-
-WWW: http://people.FreeBSD.org/~rhh/fxtv/
-
-Note on Bt848/Bt878 bktr driver:
-FXTV 1.00 requires release 1.66 (or later) of the Bt848/Bt878 driver.
-(Note, this is the driver release, not the CVS version)
-
-Newer versions of the Bt848/Bt878 driver for FreeBSD 2.2.x, 3.x and 4.x
-can be found
-at http://people.FreeBSD.org/~roger
-or http://telepresence.dmem.strath.ac.uk/bt848
diff --git a/graphics/fxtv/pkg-plist b/graphics/fxtv/pkg-plist
deleted file mode 100644
index 22e59c47f156..000000000000
--- a/graphics/fxtv/pkg-plist
+++ /dev/null
@@ -1,13 +0,0 @@
-bin/fxtv
-lib/X11/app-defaults/Fxtv
-lib/X11/fxtv/README
-lib/X11/fxtv/bitmaps/mini-camera.xpm
-lib/X11/fxtv/bitmaps/mini-down.xbm
-lib/X11/fxtv/bitmaps/mini-resize.xpm
-lib/X11/fxtv/bitmaps/mini-sound.xbm
-lib/X11/fxtv/bitmaps/mini-up.xbm
-lib/X11/fxtv/bitmaps/radio_off.xbm
-lib/X11/fxtv/bitmaps/radio_on.xbm
-lib/X11/fxtv/fxtv_cnvt.sh
-@dirrm lib/X11/fxtv/bitmaps
-@dirrm lib/X11/fxtv