diff options
author | dillon <dillon@FreeBSD.org> | 2002-02-11 11:35:11 +0800 |
---|---|---|
committer | dillon <dillon@FreeBSD.org> | 2002-02-11 11:35:11 +0800 |
commit | 1f65e0477ee33b3408ab4973f862869e170f9360 (patch) | |
tree | 492ba835cfa0c800c526a7c5b0028079658ec705 /multimedia/dtv | |
parent | ab03834fdd911ad8e83944e6db2cd2c78a06f8b1 (diff) | |
download | freebsd-ports-graphics-1f65e0477ee33b3408ab4973f862869e170f9360.tar.gz freebsd-ports-graphics-1f65e0477ee33b3408ab4973f862869e170f9360.tar.zst freebsd-ports-graphics-1f65e0477ee33b3408ab4973f862869e170f9360.zip |
Add my DTV port - A TV-tuner card capture program w/ client-server and
display capability.
Diffstat (limited to 'multimedia/dtv')
-rw-r--r-- | multimedia/dtv/Makefile | 17 | ||||
-rw-r--r-- | multimedia/dtv/distinfo | 1 | ||||
-rw-r--r-- | multimedia/dtv/pkg-comment | 1 | ||||
-rw-r--r-- | multimedia/dtv/pkg-descr | 4 | ||||
-rw-r--r-- | multimedia/dtv/pkg-plist | 2 |
5 files changed, 25 insertions, 0 deletions
diff --git a/multimedia/dtv/Makefile b/multimedia/dtv/Makefile new file mode 100644 index 00000000000..551f87349d1 --- /dev/null +++ b/multimedia/dtv/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: dtv +# Date created: 10 Feb 2002 +# Whom: dillon +# +# $FreeBSD$ +# + +PORTNAME= dtv +PORTVERSION= 0.50 +CATEGORIES= graphics +MASTER_SITES= http://apollo.backplane.com/FreeBSDPorts/ + +MAINTAINER= dillon@backplane.com + +RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 + +.include <bsd.port.mk> diff --git a/multimedia/dtv/distinfo b/multimedia/dtv/distinfo new file mode 100644 index 00000000000..284c89cc8ac --- /dev/null +++ b/multimedia/dtv/distinfo @@ -0,0 +1 @@ +MD5 (dtv-0.50.tar.gz) = 70d13ca560ac76323c2da5005219016b diff --git a/multimedia/dtv/pkg-comment b/multimedia/dtv/pkg-comment new file mode 100644 index 00000000000..8cb48ca873a --- /dev/null +++ b/multimedia/dtv/pkg-comment @@ -0,0 +1 @@ +A client/server based TV capture/display program diff --git a/multimedia/dtv/pkg-descr b/multimedia/dtv/pkg-descr new file mode 100644 index 00000000000..6a80be41f4f --- /dev/null +++ b/multimedia/dtv/pkg-descr @@ -0,0 +1,4 @@ +This is the distribution of "dtv", a program which interfaces with +tv-capture and audio cards and can generate a capture file and/or operate +in a client/server environment. It consists of a single program, dtv, +which can act as both client and server. diff --git a/multimedia/dtv/pkg-plist b/multimedia/dtv/pkg-plist new file mode 100644 index 00000000000..c24e5805674 --- /dev/null +++ b/multimedia/dtv/pkg-plist @@ -0,0 +1,2 @@ +bin/dtv +etc/dtv-xevent.tk |