diff options
author | dillon <dillon@FreeBSD.org> | 2002-02-11 03:35:11 +0000 |
---|---|---|
committer | dillon <dillon@FreeBSD.org> | 2002-02-11 03:35:11 +0000 |
commit | 1f65e0477ee33b3408ab4973f862869e170f9360 (patch) | |
tree | 492ba835cfa0c800c526a7c5b0028079658ec705 | |
parent | ab03834fdd911ad8e83944e6db2cd2c78a06f8b1 (diff) | |
download | FreeBSD-ports-1f65e0477ee33b3408ab4973f862869e170f9360.zip FreeBSD-ports-1f65e0477ee33b3408ab4973f862869e170f9360.tar.gz |
Add my DTV port - A TV-tuner card capture program w/ client-server and
display capability.
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/dtv/Makefile | 17 | ||||
-rw-r--r-- | graphics/dtv/distinfo | 1 | ||||
-rw-r--r-- | graphics/dtv/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/dtv/pkg-descr | 4 | ||||
-rw-r--r-- | graphics/dtv/pkg-plist | 2 | ||||
-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 |
11 files changed, 51 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 395afe7..05e4d2e 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -33,6 +33,7 @@ SUBDIR += divx4linux SUBDIR += dore SUBDIR += drm-kmod + SUBDIR += dtv SUBDIR += dumpmpeg SUBDIR += dynamechs SUBDIR += ecg2png diff --git a/graphics/dtv/Makefile b/graphics/dtv/Makefile new file mode 100644 index 0000000..551f873 --- /dev/null +++ b/graphics/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/graphics/dtv/distinfo b/graphics/dtv/distinfo new file mode 100644 index 0000000..284c89c --- /dev/null +++ b/graphics/dtv/distinfo @@ -0,0 +1 @@ +MD5 (dtv-0.50.tar.gz) = 70d13ca560ac76323c2da5005219016b diff --git a/graphics/dtv/pkg-comment b/graphics/dtv/pkg-comment new file mode 100644 index 0000000..8cb48ca --- /dev/null +++ b/graphics/dtv/pkg-comment @@ -0,0 +1 @@ +A client/server based TV capture/display program diff --git a/graphics/dtv/pkg-descr b/graphics/dtv/pkg-descr new file mode 100644 index 0000000..6a80be4 --- /dev/null +++ b/graphics/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/graphics/dtv/pkg-plist b/graphics/dtv/pkg-plist new file mode 100644 index 0000000..c24e580 --- /dev/null +++ b/graphics/dtv/pkg-plist @@ -0,0 +1,2 @@ +bin/dtv +etc/dtv-xevent.tk diff --git a/multimedia/dtv/Makefile b/multimedia/dtv/Makefile new file mode 100644 index 0000000..551f873 --- /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 0000000..284c89c --- /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 0000000..8cb48ca --- /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 0000000..6a80be4 --- /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 0000000..c24e580 --- /dev/null +++ b/multimedia/dtv/pkg-plist @@ -0,0 +1,2 @@ +bin/dtv +etc/dtv-xevent.tk |