From 7c1658c25445e84177fa7e0768d0b980cf42c613 Mon Sep 17 00:00:00 2001 From: markm Date: Sun, 28 Sep 1997 13:21:43 +0000 Subject: Import of fxtv 0.44. Fxtv is a program that allows you to watch TV on your X console using a Brooktree BT848 based TV card. The driver is /dev/bktr0. PR: 4527 Submitted by: Randall Hopper --- multimedia/fxtv/Makefile | 28 ++++++++++++++++++++++++++++ multimedia/fxtv/distinfo | 1 + multimedia/fxtv/pkg-comment | 1 + multimedia/fxtv/pkg-descr | 12 ++++++++++++ multimedia/fxtv/pkg-plist | 10 ++++++++++ 5 files changed, 52 insertions(+) create mode 100644 multimedia/fxtv/Makefile create mode 100644 multimedia/fxtv/distinfo create mode 100644 multimedia/fxtv/pkg-comment create mode 100644 multimedia/fxtv/pkg-descr create mode 100644 multimedia/fxtv/pkg-plist (limited to 'multimedia') diff --git a/multimedia/fxtv/Makefile b/multimedia/fxtv/Makefile new file mode 100644 index 00000000000..633c716078c --- /dev/null +++ b/multimedia/fxtv/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: fxtv +# Version required: 0.44 +# Date created: Sun Sep 7 17:55:07 EDT 1997 +# Whom: Randall Hopper +# +# $Id$ +# + +DISTNAME= fxtv-0.44 +CATEGORIES= x11 +MASTER_SITES= http://multiverse.com/~rhh/fxtv/ +EXTRACT_SUFX= .tgz + +MAINTAINER= rhh@ct.picker.com + +LIB_DEPENDS= tiff\\.3\\.:${PORTSDIR}/graphics/tiff \ + Xaw3d\\.6\\.:${PORTSDIR}/x11/Xaw3d \ + Xpm\\.4\\.:${PORTSDIR}/graphics/xpm +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_X11= yes +USE_GMAKE= yes + +.include diff --git a/multimedia/fxtv/distinfo b/multimedia/fxtv/distinfo new file mode 100644 index 00000000000..c5965c394f0 --- /dev/null +++ b/multimedia/fxtv/distinfo @@ -0,0 +1 @@ +MD5 (fxtv-0.44.tgz) = 3e8a4297522047df2206ff548e52873b diff --git a/multimedia/fxtv/pkg-comment b/multimedia/fxtv/pkg-comment new file mode 100644 index 00000000000..a0a60d613ad --- /dev/null +++ b/multimedia/fxtv/pkg-comment @@ -0,0 +1 @@ +X-based TV-Card Display and Capture Application (for use with bt848 driver) diff --git a/multimedia/fxtv/pkg-descr b/multimedia/fxtv/pkg-descr new file mode 100644 index 00000000000..9b0889ff551 --- /dev/null +++ b/multimedia/fxtv/pkg-descr @@ -0,0 +1,12 @@ + Fxtv is an X11-based FreeBSD app that provides TV-in-a-window and + image/audio/video capture capabilities for Bt848-based tuner/capture + cards. + + To use this app, you need FreeBSD 2.2 or 3.0-current as well as a + capture card based on the Brooktree 848 chip. Examples include the + Hauppauge Wincast/TV, the STB TV PCI, and the Intel Smart Video + Recorder III. + + The Fxtv home page is http://multiverse.com/~rhh/fxtv + + Refer to the README for details on usage diff --git a/multimedia/fxtv/pkg-plist b/multimedia/fxtv/pkg-plist new file mode 100644 index 00000000000..81b05ab65ce --- /dev/null +++ b/multimedia/fxtv/pkg-plist @@ -0,0 +1,10 @@ +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 -- cgit