Date: Sun, 22 Sep 2019 10:42:03 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512574 - in head/devel: . ros-catkin_pkg Message-ID: <201909221042.x8MAg3gu041474@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Sun Sep 22 10:42:03 2019 New Revision: 512574 URL: https://svnweb.freebsd.org/changeset/ports/512574 Log: New port: devel/ros-catkin_pkg This is a Python library for working with the Catkin package system for ROS. Catkin is the main build system for the Robot Operating System. WWW: http://github.com/ros/catkin PR: 235843 Submitted by: Trenton Schulz <trueos@norwegianrockcat.com> Added: head/devel/ros-catkin_pkg/ head/devel/ros-catkin_pkg/Makefile (contents, props changed) head/devel/ros-catkin_pkg/distinfo (contents, props changed) head/devel/ros-catkin_pkg/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Sep 22 10:21:09 2019 (r512573) +++ head/devel/Makefile Sun Sep 22 10:42:03 2019 (r512574) @@ -5393,6 +5393,7 @@ SUBDIR += roboctl SUBDIR += robodoc SUBDIR += root-doc + SUBDIR += ros-catkin_pkg SUBDIR += ros-rosinstall_generator SUBDIR += ros-vcstools SUBDIR += ros-wstool Added: head/devel/ros-catkin_pkg/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/ros-catkin_pkg/Makefile Sun Sep 22 10:42:03 2019 (r512574) @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= ros-catkin_pkg +DISTVERSION= 0.4.13 +CATEGORIES= devel +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= trueos@norwegianrockcat.com +COMMENT= Standard Python library for the catkin build system + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argparse>=1:devel/py-argparse@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dateutil>=2:devel/py-dateutil@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyparsing>=2:devel/py-pyparsing@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}docutils>=0:textproc/py-docutils@${PY_FLAVOR} + +USES= python + +USE_PYTHON= distutils autoplist + +USE_GITHUB= yes +GH_ACCOUNT= ros-infrastructure +GH_PROJECT= catkin_pkg + +.include <bsd.port.mk> Added: head/devel/ros-catkin_pkg/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/ros-catkin_pkg/distinfo Sun Sep 22 10:42:03 2019 (r512574) @@ -0,0 +1,3 @@ +TIMESTAMP = 1568623995 +SHA256 (ros-infrastructure-catkin_pkg-0.4.13_GH0.tar.gz) = 843a8ad05e498e1eb3c9f75496d7410058af3a9d8e52b4339a8d1a6b3ff3aced +SIZE (ros-infrastructure-catkin_pkg-0.4.13_GH0.tar.gz) = 61790 Added: head/devel/ros-catkin_pkg/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/ros-catkin_pkg/pkg-descr Sun Sep 22 10:42:03 2019 (r512574) @@ -0,0 +1,5 @@ +This is a Python library for working with the Catkin package system for ROS. + +Catkin is the main build system for the Robot Operating System. + +WWW: http://github.com/ros/catkin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909221042.x8MAg3gu041474>