non port: devel/ros/Makefile |
Number of commits found: 27 |
Sunday, 2 Aug 2015
|
21:22 rene
devel/ros: set expiration date to 2015-01-11, this version expired probably in
2013. See http://wiki.ros.org/Distributions
 |
Monday, 20 Oct 2014
|
16:04 mva
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit)
 |
Friday, 4 Apr 2014
|
14:52 rene
- Stage support
- Set license to BSD3CLAUSE, bump PORTREVISION
- USE_BZIP2 -> USES=tar:bzip2
 |
Friday, 7 Feb 2014
|
11:44 bapt
Chase boost and icu bump
While here convert some LIB_DEPENDS
 |
Thursday, 12 Dec 2013
|
10:53 bapt
Convert LIB_DEPENDS for ports depending on boost
 |
Sunday, 24 Nov 2013
|
16:57 mva
- Fix the usage of 'python' to get rid of the implicit lang/python
dependency
 |
Friday, 20 Sep 2013
|
17:17 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4)
 |
Tuesday, 23 Apr 2013
|
10:13 bapt
Convert devel to USES=pkgconfig
 |
Thursday, 31 Jan 2013
|
13:38 bapt
Chase boost update
 |
Thursday, 26 Jul 2012
|
05:40 bapt
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility
This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG
it can take the following arguments:
- yes (meaning build only dep)
- build (meaning build only dep)
- run (meaning run only dep)
- both (meaning run and build dep)
From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.
While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config
With Hat: portmgr
Exp-runs by: bapt (pointhat-west), beat (pointyhat)
 |
Sunday, 22 Jul 2012
|
23:24 dougb
For the ports that are maintained by ports@ that have pkgconfig as their
only USE_GNOME feature, convert to a BUILD_DEPENDS. This avoids both the
bug of the bogus run depend introduced by bsd.gnome.mk, and also avoids
needlessly pulling that file in.
 |
Monday, 23 Apr 2012
|
18:22 rene
Drop maintainership.
 |
Monday, 12 Sep 2011
|
17:46 rene
Update to 1.4.10
 |
Thursday, 4 Aug 2011
|
19:11 rene
Update to 1.4.9
Changelog: http://www.ros.org/wiki/ROS/ChangeList/1.4
 |
Wednesday, 1 Jun 2011
|
18:39 rene
Update to 1.4.8
Changes: http://www.ros.org/wiki/ROS/ChangeList/1.4/
 |
Tuesday, 31 May 2011
|
22:24 rene
Upgrade the Robot Operating System ports to their 1.4 aka Diamondback versions.
Detailed changelists are available on the WWW sites.
Port changes:
- distribution files are now fetched from upstream servers instead of
using local copies from my server
- Python files are now always compiled (to .pyc and .pyo) and use Python 2.7
- devel/ros is now split in to devel/ros, devel/ros-documentation,
devel/ros-rx, and devel-ros-comm to allow more lightweight installations
- Connect latter 3 ports to the build
 |
Saturday, 30 Apr 2011
|
23:33 rene
Update to 1.2.6
Changes: http://www.ros.org/wiki/ROS/ChangeList/1.2
 |
Sunday, 13 Feb 2011
|
16:27 rene
- Update to 1.2.5
- Remove patch integrated upstream
- New patches to use GNU make which supports the -l parameter, sent upstream
 |
Sunday, 5 Dec 2010
|
09:48 rene
- fix behaviour of "rosmsg users"
- force positive detection of trunc() and ifaddrs.h
- remove BROKEN check for 6.X
- bump PORTREVISION
 |
Monday, 29 Nov 2010
|
15:16 rene
- Add dependency on devel/cppunit, it is specified in rosdep.yaml and at
least devel/ros-common uses it.
- Perform all inline editing in post-patch target
- Don't move libraries to PREFIX/lib but symlink them there, some Python
modules depend on the libraries in their original location
- Remove instructions for manual installation, this is advanced stuff
- Silent pkg_delete warnings by explicitly creating all directories
- No need to patch download location in patch-gtest
- Bump PORTREVISION
 |
Saturday, 6 Nov 2010
|
10:10 rene
- Move the core ros files from PREFIX/ros to PREFIX/ros/ros, this is
necessary to be able to upgrade add-on packages (like ros_tutorials) in
place due to the way rosmake searches for packages.
- Update ros/pkg-descr and ros_tutorials to reflect this
- Partially fix build with Clang (ros does not link yet)
- Makefile cleanups for devel/ros
- Bump PORTREVISIONs
 |
Monday, 1 Nov 2010
|
13:22 rene
- Explicitly create stacks directory in pkg-plist
- Bump PORTREVISION
Submitted by: QAT
 |
Sunday, 31 Oct 2010
|
23:31 rene
- Upgrade the built-in googletest to 1.5.0
- Use ${WRKSRC}/googletest_backup instead of /var/tmp as a temporary backup
directory if dealing with an googletest installed from ports
- Add a stacks directory, which will be used as a destination for other
ROS packages
- Improve pkg-message
- Bump PORTREVISION
- Cleanups
 |
Wednesday, 27 Oct 2010
|
08:29 rene
- Update to 1.2.4
- Remove patches integrated upstream
Changelog: http://www.ros.org/wiki/ROS/ChangeList/1.2
 |
Friday, 22 Oct 2010
|
16:22 rene
- Properly fetch all required files in the fetch phase, and feed them to the
upstream build system. Since multiple files are fetched now, move all
distfiles to DIST_SUBDIR.
- Re-enable cluster build.
- Return pointy hat to pool.
Tested with: offline laptop doing 'make'
Blames: fast connection to upstream site and
too summarized upstream build logs.
 |
14:55 rene
Temporarily disable cluster build, fetches files after fetch phase
 |
09:13 rene
Robot Operating System (ROS) is a meta-operating system for your robot.
It provides several services for a robot control system, including but
not limited to:
* language-independent and network-transparent communication
* including hardware abstraction
* low-level device control
* implementation of commonly-used functionality
* message-passing between processes
This port provides the core part of ROS: the base system and the tools
to develop additional nodes. These additional nodes can be installed
manually by using something like:
% svn co `roslocate svn nodename` nodename
(or git clone `roslocate svn nodename` nodename)
% rosmake nodename
WWW: http://www.ros.org/wiki/
 |
Number of commits found: 27 |