svn commit: r512571 - in head/devel: . ros-wstool

Kurt Jaeger pi at FreeBSD.org
Sun Sep 22 10:16:15 UTC 2019


Author: pi
Date: Sun Sep 22 10:16:13 2019
New Revision: 512571
URL: https://svnweb.freebsd.org/changeset/ports/512571

Log:
  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 at norwegianrockcat.com>

Added:
  head/devel/ros-wstool/
  head/devel/ros-wstool/Makefile   (contents, props changed)
  head/devel/ros-wstool/distinfo   (contents, props changed)
  head/devel/ros-wstool/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Sep 22 10:02:09 2019	(r512570)
+++ head/devel/Makefile	Sun Sep 22 10:16:13 2019	(r512571)
@@ -5395,6 +5395,7 @@
     SUBDIR += root-doc
     SUBDIR += ros-rosinstall_generator
     SUBDIR += ros-vcstools
+    SUBDIR += ros-wstool
     SUBDIR += rote
     SUBDIR += rpc2
     SUBDIR += rpclib

Added: head/devel/ros-wstool/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/ros-wstool/Makefile	Sun Sep 22 10:16:13 2019	(r512571)
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME=	ros-wstool
+DISTVERSION=	0.1.17
+CATEGORIES=	devel
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	trueos at 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>

Added: head/devel/ros-wstool/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/ros-wstool/distinfo	Sun Sep 22 10:16:13 2019	(r512571)
@@ -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

Added: head/devel/ros-wstool/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/ros-wstool/pkg-descr	Sun Sep 22 10:16:13 2019	(r512571)
@@ -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


More information about the svn-ports-head mailing list