New port: devel/ros-wstool

Command-line tools for maintaining a workspace from multiple
version-control systems.

This is primarily used as a tool for build a workspace for the Robot
Operating System (ROS).

WWW: https://github.com/vcstools/wstool

PR:		240639
Submitted by:	Trenton Schulz <trueos@norwegianrockcat.com>
This commit is contained in:
Kurt Jaeger 2019-09-22 10:16:13 +00:00
parent 84eb379c49
commit 4d2a7f881d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=512571
4 changed files with 34 additions and 0 deletions

View file

@ -5395,6 +5395,7 @@
SUBDIR += root-doc
SUBDIR += ros-rosinstall_generator
SUBDIR += ros-vcstools
SUBDIR += ros-wstool
SUBDIR += rote
SUBDIR += rpc2
SUBDIR += rpclib

23
devel/ros-wstool/Makefile Normal file
View file

@ -0,0 +1,23 @@
# $FreeBSD$
PORTNAME= ros-wstool
DISTVERSION= 0.1.17
CATEGORIES= devel
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= trueos@norwegianrockcat.com
COMMENT= Tool for managing a workspace of heterogenous SCM repositories
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ros-vcstools>=0:devel/ros-vcstools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}yaml>=3:devel/py-yaml@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils autoplist
USE_GITHUB= yes
GH_ACCOUNT= vcstools
GH_PROJECT= wstool
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1516531178
SHA256 (vcstools-wstool-0.1.17_GH0.tar.gz) = 5f352e0063393231ae18ddd7c8488511a4ebbd045905e5edcd309a056e47e911
SIZE (vcstools-wstool-0.1.17_GH0.tar.gz) = 76168

View file

@ -0,0 +1,7 @@
Command-line tools for maintaining a workspace from multiple
version-control systems.
This is primarily used as a tool for build a workspace for the Robot
Operating System (ROS).
WWW: https://github.com/vcstools/wstool