From owner-svn-ports-all@freebsd.org Thu Apr 4 18:28:37 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 14D7C1552AF6; Thu, 4 Apr 2019 18:28:37 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A99F78687D; Thu, 4 Apr 2019 18:28:36 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 69E2F13D7; Thu, 4 Apr 2019 18:28:36 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x34ISanl066350; Thu, 4 Apr 2019 18:28:36 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x34ISZfB066347; Thu, 4 Apr 2019 18:28:35 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201904041828.x34ISZfB066347@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Thu, 4 Apr 2019 18:28:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r497861 - in head/devel: . modules2tuple X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/devel: . modules2tuple X-SVN-Commit-Revision: 497861 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A99F78687D X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.960,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Apr 2019 18:28:37 -0000 Author: swills Date: Thu Apr 4 18:28:35 2019 New Revision: 497861 URL: https://svnweb.freebsd.org/changeset/ports/497861 Log: devel/modules2tuple: create port modules2tuple is a helper tool for generating GH_TUPLE from vendor/modules.txt WWW: https://github.com/dmgk/modules2tuple Added: head/devel/modules2tuple/ head/devel/modules2tuple/Makefile (contents, props changed) head/devel/modules2tuple/distinfo (contents, props changed) head/devel/modules2tuple/pkg-descr (contents, props changed) Modified: head/devel/Makefile (contents, props changed) Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Apr 4 18:18:06 2019 (r497860) +++ head/devel/Makefile Thu Apr 4 18:28:35 2019 (r497861) @@ -1764,6 +1764,7 @@ SUBDIR += mk-configure SUBDIR += mm SUBDIR += mm-common + SUBDIR += modules2tuple SUBDIR += mongo-c-driver SUBDIR += mongo-cxx-driver SUBDIR += mono-addins Added: head/devel/modules2tuple/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/modules2tuple/Makefile Thu Apr 4 18:28:35 2019 (r497861) @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= modules2tuple +PORTVERSION= 1.0.0 +CATEGORIES= devel + +MAINTAINER= dg@syrec.org +COMMENT= Generate GH_TUPLE from modules.txt + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= go:lang/go + +USE_GITHUB= yes + +GH_TUPLE= dmgk:${PORTNAME}:v${PORTVERSION}:DEFAULT + +PLIST_FILES= bin/${PORTNAME} + +do-build: + cd ${WRKSRC} ; go build + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ + +.include Added: head/devel/modules2tuple/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/modules2tuple/distinfo Thu Apr 4 18:28:35 2019 (r497861) @@ -0,0 +1,3 @@ +TIMESTAMP = 1554402150 +SHA256 (dmgk-modules2tuple-1.0.0-v1.0.0_GH0.tar.gz) = 8f6f4e06abf4a2b0c27f06ac0255883173b971b45e7050848f0acf9997ee739f +SIZE (dmgk-modules2tuple-1.0.0-v1.0.0_GH0.tar.gz) = 3712 Added: head/devel/modules2tuple/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/modules2tuple/pkg-descr Thu Apr 4 18:28:35 2019 (r497861) @@ -0,0 +1,3 @@ +modules2tuple is a helper tool for generating GH_TUPLE from vendor/modules.txt + +WWW: https://github.com/dmgk/modules2tuple