svn commit: r376897 - in head/audio: . bcg729 bcg729/files

Guido Falsi madpilot at FreeBSD.org
Tue Jan 13 09:47:16 UTC 2015


On 01/13/15 01:33, Maxim Sobolev wrote:
> Author: sobomax
> Date: Tue Jan 13 00:33:06 2015
> New Revision: 376897
> URL: https://svnweb.freebsd.org/changeset/ports/376897
> QAT: https://qat.redports.org/buildarchive/r376897/
> 
> Log:
>   Add bcg729-1.0.0, a software G729A encoder and decoder library written in C.
> 
> Added:
>   head/audio/bcg729/
>   head/audio/bcg729/Makefile   (contents, props changed)
>   head/audio/bcg729/distinfo   (contents, props changed)
>   head/audio/bcg729/files/
>   head/audio/bcg729/files/patch-include_basicOperationsMacros.h   (contents, props changed)
>   head/audio/bcg729/pkg-descr   (contents, props changed)
>   head/audio/bcg729/pkg-plist   (contents, props changed)
> Modified:
>   head/audio/Makefile
> 
[...]
> Added: head/audio/bcg729/pkg-plist
> ==============================================================================
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ head/audio/bcg729/pkg-plist	Tue Jan 13 00:33:06 2015	(r376897)
> @@ -0,0 +1,8 @@
> +include/bcg729/decoder.h
> +include/bcg729/encoder.h
> +lib/libbcg729.a
> +lib/libbcg729.la
> +lib/libbcg729.so
> +lib/libbcg729.so.0
> +libdata/pkgconfig/libbcg729.pc
> + at dirrm include/bcg729
> 

This @dirrm isn't needed.

-- 
Guido Falsi <madpilot at FreeBSD.org>


More information about the svn-ports-all mailing list