Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Apr 2020 14:53:17 +0200
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        Diane Bruce <db@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r530361 - in head/devel: . volk
Message-ID:  <cc88acfe-92cf-497a-d459-ed7b19b9428c@FreeBSD.org>
In-Reply-To: <202004021218.032CIovD054555@repo.freebsd.org>
References:  <202004021218.032CIovD054555@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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@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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?cc88acfe-92cf-497a-d459-ed7b19b9428c>