From owner-cvs-all@FreeBSD.ORG Wed Jan 23 14:23:06 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E54BF16A419; Wed, 23 Jan 2008 14:23:06 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CD01013C442; Wed, 23 Jan 2008 14:23:06 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0NEN67Z041943; Wed, 23 Jan 2008 14:23:06 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0NEN6ND041942; Wed, 23 Jan 2008 14:23:06 GMT (envelope-from miwi) Message-Id: <200801231423.m0NEN6ND041942@repoman.freebsd.org> From: Martin Wilke Date: Wed, 23 Jan 2008 14:23:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia Makefile ports/multimedia/dv2sub Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2008 14:23:07 -0000 miwi 2008-01-23 14:23:06 UTC FreeBSD ports repository Modified files: multimedia Makefile Added files: multimedia/dv2sub Makefile distinfo pkg-descr Log: dv2sub is a simple utility that extracts the date and time of recording from a dv video file (using libdv) and outputs it as a subtitle file. It can also display useful information about the dv stream, like video norm (PAL/NTSC), aspect ratio normal (4:3) or wide (16:9), interlaced or progressive material, number of audio channels, audio sampling frequency, number of audio samples, timestamp and recording date & time. WWW: http://dv2sub.sourceforge.net/ PR: ports/119917 Submitted by: Phil Oleson Revision Changes Path 1.251 +1 -0 ports/multimedia/Makefile 1.1 +23 -0 ports/multimedia/dv2sub/Makefile (new) 1.1 +3 -0 ports/multimedia/dv2sub/distinfo (new) 1.1 +9 -0 ports/multimedia/dv2sub/pkg-descr (new)