Date: Tue, 13 Jan 2015 10:46:32 +0100 From: Guido Falsi <madpilot@FreeBSD.org> To: Maxim Sobolev <sobomax@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r376897 - in head/audio: . bcg729 bcg729/files Message-ID: <54B4E978.7090505@FreeBSD.org> In-Reply-To: <201501130033.t0D0X7rR036463@svn.freebsd.org> References: <201501130033.t0D0X7rR036463@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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 > +@dirrm include/bcg729 > This @dirrm isn't needed. -- Guido Falsi <madpilot@FreeBSD.org>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?54B4E978.7090505>