svn commit: r530361 - in head/devel: . volk

Mateusz Piotrowski 0mp at FreeBSD.org
Thu Apr 2 13:01:10 UTC 2020


Hi!

On 4/2/20 2:18 PM, Diane Bruce wrote:
> Author: db
> Date: Thu Apr  2 12:18:49 2020
> New Revision: 530361
> URL: https://svnweb.freebsd.org/changeset/ports/530361
>
> Log:
>    VOLK is a sub-project of GNU Radio. Please see http://libvolk.org for bug
>    tracking, documentation, source code, and contact information about VOLK.
...
> Added: head/devel/volk/Makefile
> ==============================================================================
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ head/devel/volk/Makefile	Thu Apr  2 12:18:49 2020	(r530361)
> @@ -0,0 +1,25 @@
> +# $FreeBSD$
> +
> +PORTNAME=	volk
> +DISTVERSIONPREFIX=	v
> +DISTVERSION=	2.2.0
> +CATEGORIES=	devel comms hamradio
I wonder if we could move it to comms. The handbook suggests to use a 
different category than devel if possible due to the size of devel.
> +
> +MAINTAINER=	hamradio at FreeBSD.org
> +COMMENT=	VOLK is the Vector-Optimized Library of Kernels
I guess that the "VOLK is the" part could be dropped.
> +
> +LICENSE=	GPLv3
> +
> +LIB_DEPENDS+=	liborc-0.4.so:devel/orc
Could we replace += with just = here?
> +BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/mako/__init__.py:textproc/py-mako@${PY_FLAVOR}
> +
> +USES=		cmake python:3.5+
> +
> +USE_GITHUB=	yes
> +GH_ACCOUNT=	gnuradio
> +GH_PROJECT=	volk
That's the default.
> +GH_TAGNAME=	v2.2.0

This is the default.

Cheers!

Mateusz



More information about the svn-ports-all mailing list