svn commit: r512562 - in head/devel: . ros-rosinstall_generator

Kurt Jaeger pi at FreeBSD.org
Sun Sep 22 08:36:53 UTC 2019


Author: pi
Date: Sun Sep 22 08:36:51 2019
New Revision: 512562
URL: https://svnweb.freebsd.org/changeset/ports/512562

Log:
  New port: devel/ros-rosinstall_generator
  
  rosinstall_generator generates the information for a distribution of
  the Robot Operating System (ROS).
  
  WWW: http://github.com/ros-infrastructure/rosinstall_generator
  
  PR:		240636
  Submitted by:	Trenton Schulz <trueos at norwegianrockcat.com>

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Sep 22 08:30:26 2019	(r512561)
+++ head/devel/Makefile	Sun Sep 22 08:36:51 2019	(r512562)
@@ -5393,6 +5393,7 @@
     SUBDIR += roboctl
     SUBDIR += robodoc
     SUBDIR += root-doc
+    SUBDIR += ros-rosinstall_generator
     SUBDIR += rote
     SUBDIR += rpc2
     SUBDIR += rpclib

Added: head/devel/ros-rosinstall_generator/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/ros-rosinstall_generator/Makefile	Sun Sep 22 08:36:51 2019	(r512562)
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME=	ros-rosinstall_generator
+DISTVERSION=	0.1.17
+CATEGORIES=	devel
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	trueos at norwegianrockcat.com
+COMMENT=	Generator tool for a ROS install distro
+
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}argparse>=1:devel/py-argparse@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}yaml>=3:devel/py-yaml@${PY_FLAVOR}
+
+USES=	python
+USE_PYTHON=	distutils autoplist
+USE_GITHUB=	yes
+GH_ACCOUNT=	ros-infrastructure
+GH_PROJECT=	rosinstall_generator
+
+.include <bsd.port.mk>

Added: head/devel/ros-rosinstall_generator/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/ros-rosinstall_generator/distinfo	Sun Sep 22 08:36:51 2019	(r512562)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1568624920
+SHA256 (ros-infrastructure-rosinstall_generator-0.1.17_GH0.tar.gz) = 0c23ffa2234f0e2ad1c7f9ac9652bf5f1c738a4c7f2d55b209a59f3ec2225d6b
+SIZE (ros-infrastructure-rosinstall_generator-0.1.17_GH0.tar.gz) = 11485

Added: head/devel/ros-rosinstall_generator/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/ros-rosinstall_generator/pkg-descr	Sun Sep 22 08:36:51 2019	(r512562)
@@ -0,0 +1,4 @@
+rosinstall_generator generates the information for a distribution of
+the Robot Operating System (ROS).
+
+WWW: http://github.com/ros-infrastructure/rosinstall_generator


More information about the svn-ports-head mailing list