svn commit: r424563 - in head/multimedia: . multicat

Baptiste Daroussin bapt at FreeBSD.org
Mon Oct 24 13:46:18 UTC 2016


On Mon, Oct 24, 2016 at 12:34:35PM +0000, Dmitry Marakasov wrote:
> Author: amdmi3
> Date: Mon Oct 24 12:34:35 2016
> New Revision: 424563
> URL: https://svnweb.freebsd.org/changeset/ports/424563
> 
> Log:
>   - Add multimedia/multicat
>   
>   multicat is a 1 input/1 output application. Inputs and outputs can
>   be network streams (unicast and multicast), files, directories,
>   character devices or FIFOs. It is thought to be a multicast equivalent
>   of the popular netcat tool. Typical applications are recording live
>   transport streams, or playing out TS files without modification.
>   Also it is able to record a continuous stream into a directory,
>   rotate the files periodically, and make seamless extracts from it.
>   
>   Multicat tries to rebuild the internal clock of the input stream;
>   but it wants to remain agnostic of what is transported, so in case
>   of files the said clock is stored to an auxiliary file (example.aux
>   accompanies example.ts) while recording. Other inputs are considered
>   "live", and the input clock is simply derived from the reception
>   time of the packets.
>   
>   WWW: http://www.videolan.org/projects/multicat.html
> 
> Added:
>   head/multimedia/multicat/
>   head/multimedia/multicat/Makefile   (contents, props changed)
>   head/multimedia/multicat/distinfo   (contents, props changed)
>   head/multimedia/multicat/pkg-descr   (contents, props changed)
> Modified:
>   head/multimedia/Makefile
> 
> Modified: head/multimedia/Makefile
> ==============================================================================
> --- head/multimedia/Makefile	Mon Oct 24 12:26:26 2016	(r424562)
> +++ head/multimedia/Makefile	Mon Oct 24 12:34:35 2016	(r424563)
> @@ -267,6 +267,7 @@
>      SUBDIR += msdl
>      SUBDIR += msopenh264
>      SUBDIR += msx264
> +    SUBDIR += multicat
>      SUBDIR += mxflib
>      SUBDIR += mythtv
>      SUBDIR += mythtv-frontend
> 
> Added: head/multimedia/multicat/Makefile
> ==============================================================================
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ head/multimedia/multicat/Makefile	Mon Oct 24 12:34:35 2016	(r424563)
> @@ -0,0 +1,39 @@
> +# Created by: Dmitry Marakasov <amdmi3 at FreeBSD.org>
> +# $FreeBSD$
> +
> +PORTNAME=	multicat
> +PORTVERSION=	git20161007

What a creative PORTVERSION, it is totally inconsistent with other version and
looks weird...

Why not having chosen something more common?

Like 0.s20161007

0 meaning you do not have yet a 's20161007' s meaning snapshot? which is more
commonly used?

Best regards,
Bapt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20161024/981610b1/attachment.sig>


More information about the svn-ports-all mailing list