Date: Sun, 22 Sep 2019 10:46:21 +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: r512576 - in head/devel: . ros-rosdistro Message-ID: <201909221046.x8MAkLEv043035@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Sun Sep 22 10:46:21 2019 New Revision: 512576 URL: https://svnweb.freebsd.org/changeset/ports/512576 Log: New port: devel/ros-rosdistro Python library for working with catkinized rosdistro files for ROS. rosdistro is part of the package management system for ROS. WWW: http://github.com/ros-infrastructure/rosdistro PR: 235845 Submitted by: Trenton Schulz <trueos@norwegianrockcat.com> Added: head/devel/ros-rosdistro/ head/devel/ros-rosdistro/Makefile (contents, props changed) head/devel/ros-rosdistro/distinfo (contents, props changed) head/devel/ros-rosdistro/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Sep 22 10:44:35 2019 (r512575) +++ head/devel/Makefile Sun Sep 22 10:46:21 2019 (r512576) @@ -5394,6 +5394,7 @@ SUBDIR += robodoc SUBDIR += root-doc SUBDIR += ros-catkin_pkg + SUBDIR += ros-rosdistro SUBDIR += ros-rosinstall_generator SUBDIR += ros-rospkg SUBDIR += ros-vcstools Added: head/devel/ros-rosdistro/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/ros-rosdistro/Makefile Sun Sep 22 10:46:21 2019 (r512576) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= ros-rosdistro +DISTVERSION= 0.7.4 +CATEGORIES= devel +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= trueos@norwegianrockcat.com +COMMENT= Tools to work with catkinized rosdistro files + +LICENSE= BSD3CLAUSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ros-catkin_pkg>=0.4.0:devel/ros-catkin_pkg@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}argparse>=1:devel/py-argparse@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}ros-rospkg>=1:devel/ros-rospkg@${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= rosdistro + +.include <bsd.port.mk> Added: head/devel/ros-rosdistro/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/ros-rosdistro/distinfo Sun Sep 22 10:46:21 2019 (r512576) @@ -0,0 +1,3 @@ +TIMESTAMP = 1568624497 +SHA256 (ros-infrastructure-rosdistro-0.7.4_GH0.tar.gz) = 94caf9c03142744cbcd1ab926a216ee64d5e1d27c35c15c7262565761f3a053c +SIZE (ros-infrastructure-rosdistro-0.7.4_GH0.tar.gz) = 60365 Added: head/devel/ros-rosdistro/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/ros-rosdistro/pkg-descr Sun Sep 22 10:46:21 2019 (r512576) @@ -0,0 +1,5 @@ +Python library for working with catkinized rosdistro files for ROS. + +rosdistro is part of the package management system for ROS. + +WWW: http://github.com/ros-infrastructure/rosdistro
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909221046.x8MAkLEv043035>