From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jan 16 09:50:04 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 56FF2106564A for ; Fri, 16 Jan 2009 09:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2B0618FC18 for ; Fri, 16 Jan 2009 09:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0G9o44X058848 for ; Fri, 16 Jan 2009 09:50:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0G9o41V058847; Fri, 16 Jan 2009 09:50:04 GMT (envelope-from gnats) Date: Fri, 16 Jan 2009 09:50:04 GMT Message-Id: <200901160950.n0G9o41V058847@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/130517: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jan 2009 09:50:05 -0000 The following reply was made to PR ports/130517; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/130517: commit references a PR Date: Fri, 16 Jan 2009 09:43:11 +0000 (UTC) miwi 2009-01-16 09:42:53 UTC FreeBSD ports repository Modified files: multimedia Makefile Added files: multimedia/tstools Makefile distinfo pkg-descr pkg-plist Log: MPEG TS/PS/ES Transport, Program and Elementary Stream tools This is a set of cross-platform command line tools for working with MPEG data. The emphasis is on relatively simple tools which concentrate on MPEG (H.264 and H.262) data packaged according to H.222 (i.e., TS or PS), with a particular interest in checking for conformance. Transport Stream (TS) is typically used for distribution of cable and satellite data. Program Stream (PS) is typically used to store data on DVDs. The tools are focussed on: * Quick reporting of useful data (tsinfo, stream_type) * Giving a quick overview of the entities in the stream (esdots, psdots) * Reporting on TS packets (tsreport) or ES units/frames/ fields (esreport) * Simple manipulation of stream data (es2ts, esfilter, esreverse, esmerge, ts2es) * Streaming of data, possibly with introduced errors (tsplay) WWW: http://tstools.berlios.de/ PR: ports/130517 Submitted by: J.R. Oldroyd Revision Changes Path 1.288 +1 -0 ports/multimedia/Makefile 1.1 +34 -0 ports/multimedia/tstools/Makefile (new) 1.1 +3 -0 ports/multimedia/tstools/distinfo (new) 1.1 +23 -0 ports/multimedia/tstools/pkg-descr (new) 1.1 +31 -0 ports/multimedia/tstools/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"