notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
non port: devel/ros/Makefile

Number of commits found: 27

Sunday, 2 Aug 2015
21:22 rene search for other commits by this committer
devel/ros: set expiration date to 2015-01-11, this version expired probably in
2013.  See http://wiki.ros.org/Distributions
Original commitRevision:393446 
Monday, 20 Oct 2014
16:04 mva search for other commits by this committer
- Convert ports of devel/ to USES=python

Approved by:	portmgr (implicit)
Original commitRevision:371280 
Friday, 4 Apr 2014
14:52 rene search for other commits by this committer
- Stage support
- Set license to BSD3CLAUSE, bump PORTREVISION
- USE_BZIP2 -> USES=tar:bzip2
Original commitRevision:350131 
Friday, 7 Feb 2014
11:44 bapt search for other commits by this committer
Chase boost and icu bump
While here convert some LIB_DEPENDS
Original commitRevision:343214 
Thursday, 12 Dec 2013
10:53 bapt search for other commits by this committer
Convert LIB_DEPENDS for ports depending on boost
Original commitRevision:336253 
Sunday, 24 Nov 2013
16:57 mva search for other commits by this committer
- Fix the usage of 'python' to get rid of the implicit lang/python
  dependency
Original commitRevision:334746 
Friday, 20 Sep 2013
17:17 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4)
Original commitRevision:327726 
Tuesday, 23 Apr 2013
10:13 bapt search for other commits by this committer
Convert devel to USES=pkgconfig
Original commitRevision:316333 
Thursday, 31 Jan 2013
13:38 bapt search for other commits by this committer
Chase boost update
Original commitRevision:311310 
Thursday, 26 Jul 2012
05:40 bapt search for other commits by this committer
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)
Original commit
Sunday, 22 Jul 2012
23:24 dougb search for other commits by this committer
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.
Original commit
Monday, 23 Apr 2012
18:22 rene search for other commits by this committer
Drop maintainership.
Original commit
Monday, 12 Sep 2011
17:46 rene search for other commits by this committer
Update to 1.4.10
Original commit
Thursday, 4 Aug 2011
19:11 rene search for other commits by this committer
Update to 1.4.9

Changelog:      http://www.ros.org/wiki/ROS/ChangeList/1.4
Original commit
Wednesday, 1 Jun 2011
18:39 rene search for other commits by this committer
Update to 1.4.8

Changes:        http://www.ros.org/wiki/ROS/ChangeList/1.4/
Original commit
Tuesday, 31 May 2011
22:24 rene search for other commits by this committer
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
Original commit
Saturday, 30 Apr 2011
23:33 rene search for other commits by this committer
Update to 1.2.6

Changes:        http://www.ros.org/wiki/ROS/ChangeList/1.2
Original commit
Sunday, 13 Feb 2011
16:27 rene search for other commits by this committer
- Update to 1.2.5
- Remove patch integrated upstream
- New patches to use GNU make which supports the -l parameter, sent upstream
Original commit
Sunday, 5 Dec 2010
09:48 rene search for other commits by this committer
- fix behaviour of "rosmsg users"
- force positive detection of trunc() and ifaddrs.h
- remove BROKEN check for 6.X
- bump PORTREVISION
Original commit
Monday, 29 Nov 2010
15:16 rene search for other commits by this committer
- 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
Original commit
Saturday, 6 Nov 2010
10:10 rene search for other commits by this committer
- 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
Original commit
Monday, 1 Nov 2010
13:22 rene search for other commits by this committer
- Explicitly create stacks directory in pkg-plist
- Bump PORTREVISION
Submitted by:   QAT
Original commit
Sunday, 31 Oct 2010
23:31 rene search for other commits by this committer
- 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
Original commit
Wednesday, 27 Oct 2010
08:29 rene search for other commits by this committer
- Update to 1.2.4
- Remove patches integrated upstream

Changelog:      http://www.ros.org/wiki/ROS/ChangeList/1.2
Original commit
Friday, 22 Oct 2010
16:22 rene search for other commits by this committer
- 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.
Original commit
14:55 rene search for other commits by this committer
Temporarily disable cluster build, fetches files after fetch phase
Original commit
09:13 rene search for other commits by this committer
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/
Original commit

Number of commits found: 27