Date: Mon, 1 Mar 2021 20:06:19 +0000 (UTC) From: Neel Chauhan <nc@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r566905 - in head/devel: . ros-vcstool Message-ID: <202103012006.121K6JmT043079@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: nc Date: Mon Mar 1 20:06:18 2021 New Revision: 566905 URL: https://svnweb.freebsd.org/changeset/ports/566905 Log: New port: devel/ros-vcstool Robot Operating System (ROS) command-line tools for maintaining a workspace of projects from multiple version-control systems. This is the recommended replacement for devel/ros-wstool. PR: 253909 Submitted by: Trenton Schulz <trueos AT norwegianrockcat DOT com> Added: head/devel/ros-vcstool/ head/devel/ros-vcstool/Makefile (contents, props changed) head/devel/ros-vcstool/distinfo (contents, props changed) head/devel/ros-vcstool/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Mar 1 20:04:44 2021 (r566904) +++ head/devel/Makefile Mon Mar 1 20:06:18 2021 (r566905) @@ -5434,6 +5434,7 @@ SUBDIR += ros-rospkg SUBDIR += ros-urdfdom SUBDIR += ros-urdfdom_headers + SUBDIR += ros-vcstool SUBDIR += ros-vcstools SUBDIR += ros-wstool SUBDIR += roswell Added: head/devel/ros-vcstool/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/ros-vcstool/Makefile Mon Mar 1 20:06:18 2021 (r566905) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= ros-vcstool +DISTVERSION= 0.2.15 +CATEGORIES= devel +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= trueos@norwegianrockcat.com +COMMENT= Version control system (VCS) tool for ROS + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=3:devel/py-yaml@${PY_FLAVOR} + +USES= python:3.6+ + +USE_GITHUB= yes +GH_ACCOUNT= dirk-thomas +GH_PROJECT= vcstool + +USE_PYTHON= distutils autoplist + +.include <bsd.port.mk> Added: head/devel/ros-vcstool/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/ros-vcstool/distinfo Mon Mar 1 20:06:18 2021 (r566905) @@ -0,0 +1,3 @@ +TIMESTAMP = 1613381705 +SHA256 (dirk-thomas-vcstool-0.2.15_GH0.tar.gz) = 3592b59f30a886c48cf220cd1c8f4664f3628f29cd0a385e5351f4dcc69bdb7c +SIZE (dirk-thomas-vcstool-0.2.15_GH0.tar.gz) = 37796 Added: head/devel/ros-vcstool/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/ros-vcstool/pkg-descr Mon Mar 1 20:06:18 2021 (r566905) @@ -0,0 +1,6 @@ +Robot Operating System (ROS) command-line tools for maintaining a workspace of +projects from multiple version-control systems. + +This is the recommended replacement for devel/ros-wstool. + +WWW: https://wiki.ros.org/vcstool
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103012006.121K6JmT043079>