dbts 1.0a, A imprementation of Digital Video Transport System, is a

package of DV/RTP.

Requested by:	simokawa
Reviewed by:	simokawa
This commit is contained in:
Norikatsu Shigemura 2003-05-09 17:38:52 +00:00
parent 0786263d3f
commit 53cb31f8c2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=80556
6 changed files with 52 additions and 0 deletions

View file

@ -11,6 +11,7 @@
SUBDIR += dv2jpg SUBDIR += dv2jpg
SUBDIR += dvdauthor SUBDIR += dvdauthor
SUBDIR += dvdrip SUBDIR += dvdrip
SUBDIR += dvts
SUBDIR += enjoympeg SUBDIR += enjoympeg
SUBDIR += ffmpeg SUBDIR += ffmpeg
SUBDIR += ffmpeg045 SUBDIR += ffmpeg045

31
multimedia/dvts/Makefile Normal file
View file

@ -0,0 +1,31 @@
# New ports collection makefile for: dvts
# Date created: 2003/05/10
# Whom: nork@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= dvts
PORTVERSION= 1.0a
CATEGORIES= multimedia
MASTER_SITES= http://www.sfc.wide.ad.jp/DVTS/software/
DISTNAME= ${PORTNAME}${PORTVERSION}
PATCH_SITES= http://people.freebsd.org/~simokawa/firewire/
PATCHFILES= dvts-patch-20030510
PATCH_DIST_STRIP= -p4
MAINTAINER= simokawa@FreeBSD.org
COMMENT= A imprementation of Digital Video Transport System
USE_AUTOCONF_VER= 253
GNU_CONFIGURE= YES
MAN1= dvts.1 dvsend.1 dvrecv.1
pre-install:
@${INSTALL_MAN} ${WRKSRC}/dvts.1 ${MANPREFIX}/man/man1/
@${INSTALL_MAN} ${WRKSRC}/dvsend/dvsend.1 ${MANPREFIX}/man/man1/
@${INSTALL_MAN} ${WRKSRC}/dvrecv/dvrecv.1 ${MANPREFIX}/man/man1/
.include <bsd.port.mk>

2
multimedia/dvts/distinfo Normal file
View file

@ -0,0 +1,2 @@
MD5 (dvts1.0a.tar.gz) = c40c82f58a1137d6253275a85bdec976
MD5 (dvts-patch-20030510) = 5199e91b7930ede7c53b68ad90de7609

View file

@ -0,0 +1,11 @@
--- Makefile.in.orig Sat Mar 1 01:57:31 2003
+++ Makefile.in Sat May 10 00:46:55 2003
@@ -87,7 +87,7 @@
am__include = @am__include@
am__quote = @am__quote@
install_sh = @install_sh@
-SUBDIRS = dvsend dvrecv dvplay dvsave
+SUBDIRS = dvsend dvrecv
subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs

View file

@ -0,0 +1,5 @@
dvts (Digital Video Transport System) is a package of DV/RTP.
dvsend: Receive DV/IEEE1394 packets and send RTP/DV packets.
dvrecv: Receive DV/RTP packets and send DV/IEEE1394 packets.
WWW: http://www.sfc.wide.ad.jp/DVTS/

View file

@ -0,0 +1,2 @@
bin/dvsend
bin/dvrecv