Date: Sat, 2 Jan 2016 06:15:45 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405048 - in head/misc: . py-spdx-lookup Message-ID: <201601020615.u026FjfZ049789@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Sat Jan 2 06:15:45 2016 New Revision: 405048 URL: https://svnweb.freebsd.org/changeset/ports/405048 Log: A tool to query the SPDX license list. Use the binary `spdx-lookup`. WWW: https://github.com/bbqsrc/spdx-lookup-python PR: 205724 Submitted by: Brendan Molloy <brendan+freebsd@bbqsrc.net> Added: head/misc/py-spdx-lookup/ head/misc/py-spdx-lookup/Makefile (contents, props changed) head/misc/py-spdx-lookup/distinfo (contents, props changed) head/misc/py-spdx-lookup/pkg-descr (contents, props changed) Modified: head/misc/Makefile Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Sat Jan 2 06:12:33 2016 (r405047) +++ head/misc/Makefile Sat Jan 2 06:15:45 2016 (r405048) @@ -371,6 +371,7 @@ SUBDIR += proxyper SUBDIR += pspresent SUBDIR += py-spdx + SUBDIR += py-spdx-lookup SUBDIR += py-YABT SUBDIR += py-osd SUBDIR += py-pexpect Added: head/misc/py-spdx-lookup/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/py-spdx-lookup/Makefile Sat Jan 2 06:15:45 2016 (r405048) @@ -0,0 +1,20 @@ +# Created by: Brendan Molloy <brendan+freebsd@bbqsrc.net> +# $FreeBSD$ + +PORTNAME= spdx-lookup +PORTVERSION= 0.3.0 +CATEGORIES= misc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= brendan+freebsd@bbqsrc.net +COMMENT= SPDX license list query tool + +LICENSE= BSD2CLAUSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}spdx>0:${PORTSDIR}/misc/py-spdx + +USES= python +USE_PYTHON= autoplist distutils + +.include <bsd.port.mk> Added: head/misc/py-spdx-lookup/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/py-spdx-lookup/distinfo Sat Jan 2 06:15:45 2016 (r405048) @@ -0,0 +1,2 @@ +SHA256 (spdx-lookup-0.3.0.tar.gz) = 548ec49758b88a213bf96e6ecb659de07adf51abbbe960820f7ca638bc75c6ab +SIZE (spdx-lookup-0.3.0.tar.gz) = 3975 Added: head/misc/py-spdx-lookup/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/py-spdx-lookup/pkg-descr Sat Jan 2 06:15:45 2016 (r405048) @@ -0,0 +1,3 @@ +A tool to query the SPDX license list. Use the binary `spdx-lookup`. + +WWW: https://github.com/bbqsrc/spdx-lookup-python
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601020615.u026FjfZ049789>