Date: Mon, 19 Nov 2018 07:52:34 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r485304 - in head/devel: . ignition-tools Message-ID: <201811190752.wAJ7qYwR067007@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Mon Nov 19 07:52:33 2018 New Revision: 485304 URL: https://svnweb.freebsd.org/changeset/ports/485304 Log: New port: devel/ignition-tools: Ignition entry point (ign) for using all the suite of ignition tools Added: head/devel/ignition-tools/ head/devel/ignition-tools/Makefile (contents, props changed) head/devel/ignition-tools/distinfo (contents, props changed) head/devel/ignition-tools/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Nov 19 04:10:28 2018 (r485303) +++ head/devel/Makefile Mon Nov 19 07:52:33 2018 (r485304) @@ -1226,6 +1226,7 @@ SUBDIR += icu-le-hb SUBDIR += icu-lx SUBDIR += idutils + SUBDIR += ignition-tools SUBDIR += imake SUBDIR += inastemp SUBDIR += include-what-you-use Added: head/devel/ignition-tools/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/ignition-tools/Makefile Mon Nov 19 07:52:33 2018 (r485304) @@ -0,0 +1,31 @@ +# $FreeBSD$ + +PORTNAME= ignition-tools +DISTVERSION= 0.1.0 +CATEGORIES= devel +MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/ + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Ignition entry point (ign) for using all the suite of ignition tools + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ruby:lang/ruby24 +RUN_DEPENDS= ruby:lang/ruby24 + +USES= cmake:outsource pkgconfig shebangfix +SHEBANG_FILES= src/ign.in + +BB_ACCOUNT= ignitionrobotics +BB_PROJECT= ign-tools +BB_COMMIT= e775d6356667 + +WRKSRC= ${WRKDIR}/${BB_ACCOUNT}-${BB_PROJECT}-${BB_COMMIT} +NO_ARCH= src/ign.in + +PLIST_FILES= bin/ign \ + lib/cmake/ignition-tools/ignition-tools-config.cmake \ + libdata/pkgconfig/ignition-tools.pc + +.include <bsd.port.mk> Added: head/devel/ignition-tools/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/ignition-tools/distinfo Mon Nov 19 07:52:33 2018 (r485304) @@ -0,0 +1,3 @@ +TIMESTAMP = 1542613217 +SHA256 (ignition-tools-0.1.0.tar.gz) = c8a6c349cece4f7e6b08294cb26e6d46ec491153add99260cde9e5b2ed17e165 +SIZE (ignition-tools-0.1.0.tar.gz) = 341084 Added: head/devel/ignition-tools/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/ignition-tools/pkg-descr Mon Nov 19 07:52:33 2018 (r485304) @@ -0,0 +1,6 @@ +Ignition tools provide the ign command line tool that accepts multiple +subcommands. Each subcommand is implemented in a plugin that belongs to a +specific Ignition project. For example, all the commands that start with +'ign topic ...' will be implemented by the Ignition Transport library. + +WWW: https://ignitionrobotics.org/home
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811190752.wAJ7qYwR067007>