Date: Mon, 30 Oct 2017 01:43:55 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453151 - head/math/fann Message-ID: <201710300143.v9U1htUx083056@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wen Date: Mon Oct 30 01:43:55 2017 New Revision: 453151 URL: https://svnweb.freebsd.org/changeset/ports/453151 Log: - Add LICENSE PR: 223144 Submitted by: yasu@utahime.org Approved by: maintainer Modified: head/math/fann/Makefile head/math/fann/distinfo Modified: head/math/fann/Makefile ============================================================================== --- head/math/fann/Makefile Mon Oct 30 00:33:02 2017 (r453150) +++ head/math/fann/Makefile Mon Oct 30 01:43:55 2017 (r453151) @@ -10,6 +10,9 @@ DISTNAME= FANN-2.2.0-Source MAINTAINER= tzhuan@csie.org COMMENT= Free open source neural network library +LICENSE= LGPL21+ +LICENSE_FILE= ${WRKSRC}/COPYING.txt + WRKSRC= ${WRKDIR}/FANN-2.2.0-Source USES= cmake pathfix zip Modified: head/math/fann/distinfo ============================================================================== --- head/math/fann/distinfo Mon Oct 30 00:33:02 2017 (r453150) +++ head/math/fann/distinfo Mon Oct 30 01:43:55 2017 (r453151) @@ -1,2 +1,3 @@ +TIMESTAMP = 1509354959 SHA256 (FANN-2.2.0-Source.zip) = 434b85fce60701c4e0066c442d60110d8e649f278e4edb814f0c0e7a1e0929fd SIZE (FANN-2.2.0-Source.zip) = 2285087
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710300143.v9U1htUx083056>