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 photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
Port details
ompl Open Motion Planning Library
2.0.1 misc on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.0.0Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2018-08-05 02:39:07
Last Update: 2026-07-08 06:55:00
Commit Hash: 65b73ee
Also Listed In: comms
License: BSD3CLAUSE
WWW:
https://ompl.kavrakilab.org/
https://github.com/ompl/ompl
Description:
The open motion planning library (OMPL) is a new library for sampling-based motion planning, which contains implementations of many state-of-the-art planning algorithms. The library is designed in a way that it allows the user to easily solve a variety of complex motion planning problems with minimal input. OMPL facilitates the addition of new motion planning algorithms, and it can be conveniently interfaced with other software components. A simple graphical user interface (GUI) built on top of the library, a number of tutorials, demos, and programming assignments are designed to teach students about sampling-based motion planning. The library is also available for use through Robot Operating System (ROS).
HomepageHomepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
pkg-plist: as obtained via: make generate-plist
Expand this list (463 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/ompl-2.0.1/catalog.mk
  3. /usr/local/share/licenses/ompl-2.0.1/LICENSE
  4. /usr/local/share/licenses/ompl-2.0.1/BSD3CLAUSE
  5. bin/ompl_benchmark_statistics.py
  6. include/ompl/base/ConstrainedSpaceInformation.h
  7. include/ompl/base/Constraint.h
  8. include/ompl/base/Cost.h
  9. include/ompl/base/DiscreteMotionValidator.h
  10. include/ompl/base/GenericParam.h
  11. include/ompl/base/Goal.h
  12. include/ompl/base/GoalTypes.h
  13. include/ompl/base/MotionValidator.h
  14. include/ompl/base/OptimizationObjective.h
  15. include/ompl/base/Path.h
  16. include/ompl/base/Planner.h
  17. include/ompl/base/PlannerData.h
  18. include/ompl/base/PlannerDataGraph.h
  19. include/ompl/base/PlannerDataStorage.h
  20. include/ompl/base/PlannerStatus.h
  21. include/ompl/base/PlannerTerminationCondition.h
  22. include/ompl/base/PrecomputedStateSampler.h
  23. include/ompl/base/ProblemDefinition.h
  24. include/ompl/base/ProjectionEvaluator.h
  25. include/ompl/base/ScopedState.h
  26. include/ompl/base/SolutionNonExistenceProof.h
  27. include/ompl/base/SpaceInformation.h
  28. include/ompl/base/State.h
  29. include/ompl/base/StateSampler.h
  30. include/ompl/base/StateSamplerArray.h
  31. include/ompl/base/StateSpace.h
  32. include/ompl/base/StateSpaceTypes.h
  33. include/ompl/base/StateStorage.h
  34. include/ompl/base/StateValidityChecker.h
  35. include/ompl/base/TypedSpaceInformation.h
  36. include/ompl/base/TypedStateValidityChecker.h
  37. include/ompl/base/ValidStateSampler.h
  38. include/ompl/base/goals/GoalLazySamples.h
  39. include/ompl/base/goals/GoalRegion.h
  40. include/ompl/base/goals/GoalSampleableRegion.h
  41. include/ompl/base/goals/GoalSpace.h
  42. include/ompl/base/goals/GoalState.h
  43. include/ompl/base/goals/GoalStates.h
  44. include/ompl/base/objectives/ControlDurationObjective.h
  45. include/ompl/base/objectives/MaximizeMinClearanceObjective.h
  46. include/ompl/base/objectives/MechanicalWorkOptimizationObjective.h
  47. include/ompl/base/objectives/MinimaxObjective.h
  48. include/ompl/base/objectives/MinimizeArrivalTime.h
  49. include/ompl/base/objectives/PathLengthOptimizationObjective.h
  50. include/ompl/base/objectives/StateCostIntegralObjective.h
  51. include/ompl/base/objectives/VFMechanicalWorkOptimizationObjective.h
  52. include/ompl/base/objectives/VFUpstreamCriterionOptimizationObjective.h
  53. include/ompl/base/samplers/BridgeTestValidStateSampler.h
  54. include/ompl/base/samplers/ConditionalStateSampler.h
  55. include/ompl/base/samplers/DeterministicStateSampler.h
  56. include/ompl/base/samplers/GaussianValidStateSampler.h
  57. include/ompl/base/samplers/InformedStateSampler.h
  58. include/ompl/base/samplers/MaximizeClearanceValidStateSampler.h
  59. include/ompl/base/samplers/MinimumClearanceValidStateSampler.h
  60. include/ompl/base/samplers/ObstacleBasedValidStateSampler.h
  61. include/ompl/base/samplers/UniformValidStateSampler.h
  62. include/ompl/base/samplers/deterministic/DeterministicSequence.h
  63. include/ompl/base/samplers/deterministic/HaltonSequence.h
  64. include/ompl/base/samplers/deterministic/PrecomputedSequence.h
  65. include/ompl/base/samplers/informed/OrderedInfSampler.h
  66. include/ompl/base/samplers/informed/PathLengthDirectInfSampler.h
  67. include/ompl/base/samplers/informed/RejectionInfSampler.h
  68. include/ompl/base/spaces/DiscreteStateSpace.h
  69. include/ompl/base/spaces/Dubins3DMotionValidator.h
  70. include/ompl/base/spaces/DubinsMotionValidator.h
  71. include/ompl/base/spaces/DubinsStateSpace.h
  72. include/ompl/base/spaces/EmptyStateSpace.h
  73. include/ompl/base/spaces/HybridStateSpace.h
  74. include/ompl/base/spaces/HybridTimeStateSpace.h
  75. include/ompl/base/spaces/OwenStateSpace.h
  76. include/ompl/base/spaces/RealVectorBounds.h
  77. include/ompl/base/spaces/RealVectorStateProjections.h
  78. include/ompl/base/spaces/RealVectorStateSpace.h
  79. include/ompl/base/spaces/ReedsSheppStateSpace.h
  80. include/ompl/base/spaces/SE2StateSpace.h
  81. include/ompl/base/spaces/SE3StateSpace.h
  82. include/ompl/base/spaces/SO2StateSpace.h
  83. include/ompl/base/spaces/SO3StateSpace.h
  84. include/ompl/base/spaces/SpaceTimeStateSpace.h
  85. include/ompl/base/spaces/TimeStateSpace.h
  86. include/ompl/base/spaces/TrochoidStateSpace.h
  87. include/ompl/base/spaces/VanaOwenStateSpace.h
  88. include/ompl/base/spaces/VanaStateSpace.h
  89. include/ompl/base/spaces/WrapperStateSpace.h
  90. include/ompl/base/spaces/constraint/AtlasChart.h
  91. include/ompl/base/spaces/constraint/AtlasStateSpace.h
  92. include/ompl/base/spaces/constraint/ConstrainedStateSpace.h
  93. include/ompl/base/spaces/constraint/ProjectedStateSpace.h
  94. include/ompl/base/spaces/constraint/TangentBundleStateSpace.h
  95. include/ompl/base/spaces/special/KleinBottleStateSpace.h
  96. include/ompl/base/spaces/special/MobiusStateSpace.h
  97. include/ompl/base/spaces/special/SphereStateSpace.h
  98. include/ompl/base/spaces/special/TorusStateSpace.h
  99. include/ompl/base/terminationconditions/CostConvergenceTerminationCondition.h
  100. include/ompl/base/terminationconditions/IterationTerminationCondition.h
  101. include/ompl/config.h
  102. include/ompl/control/Control.h
  103. include/ompl/control/ControlSampler.h
  104. include/ompl/control/ControlSpace.h
  105. include/ompl/control/ControlSpaceTypes.h
  106. include/ompl/control/DirectedControlSampler.h
  107. include/ompl/control/ODESolver.h
  108. include/ompl/control/PathControl.h
  109. include/ompl/control/PlannerData.h
  110. include/ompl/control/PlannerDataStorage.h
  111. include/ompl/control/SimpleDirectedControlSampler.h
  112. include/ompl/control/SimpleSetup.h
  113. include/ompl/control/SpaceInformation.h
  114. include/ompl/control/StatePropagator.h
  115. include/ompl/control/SteeredControlSampler.h
  116. include/ompl/control/planners/PlannerIncludes.h
  117. include/ompl/control/planners/est/EST.h
  118. include/ompl/control/planners/kpiece/KPIECE1.h
  119. include/ompl/control/planners/ltl/Automaton.h
  120. include/ompl/control/planners/ltl/LTLPlanner.h
  121. include/ompl/control/planners/ltl/LTLProblemDefinition.h
  122. include/ompl/control/planners/ltl/LTLSpaceInformation.h
  123. include/ompl/control/planners/ltl/ProductGraph.h
  124. include/ompl/control/planners/ltl/PropositionalDecomposition.h
  125. include/ompl/control/planners/ltl/World.h
  126. include/ompl/control/planners/pdst/PDST.h
  127. include/ompl/control/planners/rrt/HyRRT.h
  128. include/ompl/control/planners/rrt/RRT.h
  129. include/ompl/control/planners/sst/HySST.h
  130. include/ompl/control/planners/sst/SST.h
  131. include/ompl/control/planners/syclop/Decomposition.h
  132. include/ompl/control/planners/syclop/GridDecomposition.h
  133. include/ompl/control/planners/syclop/Syclop.h
  134. include/ompl/control/planners/syclop/SyclopEST.h
  135. include/ompl/control/planners/syclop/SyclopRRT.h
  136. include/ompl/control/spaces/DiscreteControlSpace.h
  137. include/ompl/control/spaces/RealVectorControlSpace.h
  138. include/ompl/datastructures/AdjacencyList.h
  139. include/ompl/datastructures/BinaryHeap.h
  140. include/ompl/datastructures/DynamicSSSP.h
  141. include/ompl/datastructures/GreedyKCenters.h
  142. include/ompl/datastructures/Grid.h
  143. include/ompl/datastructures/GridB.h
  144. include/ompl/datastructures/GridN.h
  145. include/ompl/datastructures/LPAstarOnGraph.h
  146. include/ompl/datastructures/NearestNeighbors.h
  147. include/ompl/datastructures/NearestNeighborsFLANN.h
  148. include/ompl/datastructures/NearestNeighborsGNAT.h
  149. include/ompl/datastructures/NearestNeighborsGNATNoThreadSafety.h
  150. include/ompl/datastructures/NearestNeighborsLinear.h
  151. include/ompl/datastructures/NearestNeighborsSqrtApprox.h
  152. include/ompl/datastructures/PDF.h
  153. include/ompl/datastructures/Permutation.h
  154. include/ompl/extensions/triangle/PropositionalTriangularDecomposition.h
  155. include/ompl/extensions/triangle/TriangularDecomposition.h
  156. include/ompl/geometric/GeneticSearch.h
  157. include/ompl/geometric/HillClimbing.h
  158. include/ompl/geometric/PathGeometric.h
  159. include/ompl/geometric/PathHybridization.h
  160. include/ompl/geometric/PathSimplifier.h
  161. include/ompl/geometric/SimpleSetup.h
  162. include/ompl/geometric/planners/AnytimePathShortening.h
  163. include/ompl/geometric/planners/PlannerIncludes.h
  164. include/ompl/geometric/planners/cforest/CForest.h
  165. include/ompl/geometric/planners/cforest/CForestStateSampler.h
  166. include/ompl/geometric/planners/cforest/CForestStateSpaceWrapper.h
  167. include/ompl/geometric/planners/est/BiEST.h
  168. include/ompl/geometric/planners/est/EST.h
  169. include/ompl/geometric/planners/est/ProjEST.h
  170. include/ompl/geometric/planners/experience/LightningRetrieveRepair.h
  171. include/ompl/geometric/planners/experience/ThunderRetrieveRepair.h
  172. include/ompl/geometric/planners/fmt/BFMT.h
  173. include/ompl/geometric/planners/fmt/FMT.h
  174. include/ompl/geometric/planners/informedtrees/ABITstar.h
  175. include/ompl/geometric/planners/informedtrees/AITstar.h
  176. include/ompl/geometric/planners/informedtrees/BITstar.h
  177. include/ompl/geometric/planners/informedtrees/EIRMstar.h
  178. include/ompl/geometric/planners/informedtrees/EITstar.h
  179. include/ompl/geometric/planners/informedtrees/aitstar/Edge.h
  180. include/ompl/geometric/planners/informedtrees/aitstar/ImplicitGraph.h
  181. include/ompl/geometric/planners/informedtrees/aitstar/Queuetypes.h
  182. include/ompl/geometric/planners/informedtrees/aitstar/Vertex.h
  183. include/ompl/geometric/planners/informedtrees/bitstar/CostHelper.h
  184. include/ompl/geometric/planners/informedtrees/bitstar/HelperFunctions.h
  185. include/ompl/geometric/planners/informedtrees/bitstar/IdGenerator.h
  186. include/ompl/geometric/planners/informedtrees/bitstar/ImplicitGraph.h
  187. include/ompl/geometric/planners/informedtrees/bitstar/SearchQueue.h
  188. include/ompl/geometric/planners/informedtrees/bitstar/Vertex.h
  189. include/ompl/geometric/planners/informedtrees/eitstar/Direction.h
  190. include/ompl/geometric/planners/informedtrees/eitstar/Edge.h
  191. include/ompl/geometric/planners/informedtrees/eitstar/ForwardQueue.h
  192. include/ompl/geometric/planners/informedtrees/eitstar/RandomGeometricGraph.h
  193. include/ompl/geometric/planners/informedtrees/eitstar/ReverseQueue.h
  194. include/ompl/geometric/planners/informedtrees/eitstar/State.h
  195. include/ompl/geometric/planners/informedtrees/eitstar/Vertex.h
  196. include/ompl/geometric/planners/kpiece/BKPIECE1.h
  197. include/ompl/geometric/planners/kpiece/Discretization.h
  198. include/ompl/geometric/planners/kpiece/KPIECE1.h
  199. include/ompl/geometric/planners/kpiece/LBKPIECE1.h
  200. include/ompl/geometric/planners/lazyinformedtrees/BLITstar.h
  201. include/ompl/geometric/planners/lazyinformedtrees/blitstar/ImplicitGraph.h
  202. include/ompl/geometric/planners/lazyinformedtrees/blitstar/Queuetypes.h
  203. include/ompl/geometric/planners/lazyinformedtrees/blitstar/Vertex.h
  204. include/ompl/geometric/planners/pdst/PDST.h
  205. include/ompl/geometric/planners/prm/ConnectionStrategy.h
  206. include/ompl/geometric/planners/prm/LazyPRM.h
  207. include/ompl/geometric/planners/prm/LazyPRMstar.h
  208. include/ompl/geometric/planners/prm/PRM.h
  209. include/ompl/geometric/planners/prm/PRMstar.h
  210. include/ompl/geometric/planners/prm/SPARS.h
  211. include/ompl/geometric/planners/prm/SPARStwo.h
  212. include/ompl/geometric/planners/rlrt/BiRLRT.h
  213. include/ompl/geometric/planners/rlrt/RLRT.h
  214. include/ompl/geometric/planners/rrt/AORRTC.h
  215. include/ompl/geometric/planners/rrt/AOXRRTConnect.h
  216. include/ompl/geometric/planners/rrt/ATRRT.h
  217. include/ompl/geometric/planners/rrt/BiTRRT.h
  218. include/ompl/geometric/planners/rrt/InformedRRTstar.h
  219. include/ompl/geometric/planners/rrt/LBTRRT.h
  220. include/ompl/geometric/planners/rrt/LazyLBTRRT.h
  221. include/ompl/geometric/planners/rrt/LazyRRT.h
  222. include/ompl/geometric/planners/rrt/RRT.h
  223. include/ompl/geometric/planners/rrt/RRTConnect.h
  224. include/ompl/geometric/planners/rrt/RRTXstatic.h
  225. include/ompl/geometric/planners/rrt/RRTsharp.h
  226. include/ompl/geometric/planners/rrt/RRTstar.h
  227. include/ompl/geometric/planners/rrt/SORRTstar.h
  228. include/ompl/geometric/planners/rrt/STRRTstar.h
  229. include/ompl/geometric/planners/rrt/TRRT.h
  230. include/ompl/geometric/planners/rrt/TRRTstar.h
  231. include/ompl/geometric/planners/rrt/TSRRT.h
  232. include/ompl/geometric/planners/rrt/VFRRT.h
  233. include/ompl/geometric/planners/rrt/pRRT.h
  234. include/ompl/geometric/planners/sbl/SBL.h
  235. include/ompl/geometric/planners/sbl/pSBL.h
  236. include/ompl/geometric/planners/sst/SST.h
  237. include/ompl/geometric/planners/stride/STRIDE.h
  238. include/ompl/geometric/planners/xxl/XXL.h
  239. include/ompl/geometric/planners/xxl/XXLDecomposition.h
  240. include/ompl/geometric/planners/xxl/XXLPlanarDecomposition.h
  241. include/ompl/geometric/planners/xxl/XXLPositionDecomposition.h
  242. include/ompl/multilevel/datastructures/BundleSpace.h
  243. include/ompl/multilevel/datastructures/BundleSpaceGraph.h
  244. include/ompl/multilevel/datastructures/BundleSpaceSequence.h
  245. include/ompl/multilevel/datastructures/BundleSpaceSequenceImpl.h
  246. include/ompl/multilevel/datastructures/Parameter.h
  247. include/ompl/multilevel/datastructures/ParameterExponentialDecay.h
  248. include/ompl/multilevel/datastructures/ParameterSmoothStep.h
  249. include/ompl/multilevel/datastructures/PlannerDataVertexAnnotated.h
  250. include/ompl/multilevel/datastructures/PlannerMultiLevel.h
  251. include/ompl/multilevel/datastructures/Projection.h
  252. include/ompl/multilevel/datastructures/ProjectionFactory.h
  253. include/ompl/multilevel/datastructures/ProjectionTypes.h
  254. include/ompl/multilevel/datastructures/graphsampler/GraphSampler.h
  255. include/ompl/multilevel/datastructures/graphsampler/RandomDegreeVertex.h
  256. include/ompl/multilevel/datastructures/graphsampler/RandomEdge.h
  257. include/ompl/multilevel/datastructures/graphsampler/RandomVertex.h
  258. include/ompl/multilevel/datastructures/importance/BundleSpaceImportance.h
  259. include/ompl/multilevel/datastructures/importance/Exponential.h
  260. include/ompl/multilevel/datastructures/importance/Greedy.h
  261. include/ompl/multilevel/datastructures/importance/Uniform.h
  262. include/ompl/multilevel/datastructures/metrics/BundleSpaceMetric.h
  263. include/ompl/multilevel/datastructures/metrics/Geodesic.h
  264. include/ompl/multilevel/datastructures/pathrestriction/FindSection.h
  265. include/ompl/multilevel/datastructures/pathrestriction/FindSectionSideStep.h
  266. include/ompl/multilevel/datastructures/pathrestriction/FindSectionTypes.h
  267. include/ompl/multilevel/datastructures/pathrestriction/Head.h
  268. include/ompl/multilevel/datastructures/pathrestriction/HeadAnalyzer.h
  269. include/ompl/multilevel/datastructures/pathrestriction/PathRestriction.h
  270. include/ompl/multilevel/datastructures/pathrestriction/PathSection.h
  271. include/ompl/multilevel/datastructures/projections/EmptySet.h
  272. include/ompl/multilevel/datastructures/projections/FiberedProjection.h
  273. include/ompl/multilevel/datastructures/projections/Identity.h
  274. include/ompl/multilevel/datastructures/projections/None.h
  275. include/ompl/multilevel/datastructures/projections/RNSO2_RN.h
  276. include/ompl/multilevel/datastructures/projections/RN_RM.h
  277. include/ompl/multilevel/datastructures/projections/Relaxation.h
  278. include/ompl/multilevel/datastructures/projections/SE2RN_R2.h
  279. include/ompl/multilevel/datastructures/projections/SE2_R2.h
  280. include/ompl/multilevel/datastructures/projections/SE3RN_R3.h
  281. include/ompl/multilevel/datastructures/projections/SE3_R3.h
  282. include/ompl/multilevel/datastructures/projections/SO2N_SO2M.h
  283. include/ompl/multilevel/datastructures/projections/XRN_X.h
  284. include/ompl/multilevel/datastructures/projections/XRN_XRM.h
  285. include/ompl/multilevel/datastructures/projections/XRN_XRM_SE2.h
  286. include/ompl/multilevel/datastructures/projections/XRN_XRM_SE3.h
  287. include/ompl/multilevel/datastructures/projections/XRN_XRM_SO2.h
  288. include/ompl/multilevel/datastructures/projections/XRN_XRM_SO3.h
  289. include/ompl/multilevel/datastructures/projections/XRN_X_SE2.h
  290. include/ompl/multilevel/datastructures/projections/XRN_X_SE3.h
  291. include/ompl/multilevel/datastructures/projections/XRN_X_SO2.h
  292. include/ompl/multilevel/datastructures/projections/XRN_X_SO3.h
  293. include/ompl/multilevel/datastructures/propagators/BundleSpacePropagator.h
  294. include/ompl/multilevel/datastructures/propagators/Geometric.h
  295. include/ompl/multilevel/planners/qmp/QMP.h
  296. include/ompl/multilevel/planners/qmp/QMPImpl.h
  297. include/ompl/multilevel/planners/qmp/QMPStar.h
  298. include/ompl/multilevel/planners/qmp/QMPStarImpl.h
  299. include/ompl/multilevel/planners/qrrt/QRRT.h
  300. include/ompl/multilevel/planners/qrrt/QRRTImpl.h
  301. include/ompl/multilevel/planners/qrrt/QRRTStar.h
  302. include/ompl/multilevel/planners/qrrt/QRRTStarImpl.h
  303. include/ompl/tools/benchmark/Benchmark.h
  304. include/ompl/tools/benchmark/MachineSpecs.h
  305. include/ompl/tools/config/MagicConstants.h
  306. include/ompl/tools/config/SelfConfig.h
  307. include/ompl/tools/debug/PlannerMonitor.h
  308. include/ompl/tools/debug/Profiler.h
  309. include/ompl/tools/experience/ExperienceSetup.h
  310. include/ompl/tools/lightning/DynamicTimeWarp.h
  311. include/ompl/tools/lightning/Lightning.h
  312. include/ompl/tools/lightning/LightningDB.h
  313. include/ompl/tools/multiplan/OptimizePlan.h
  314. include/ompl/tools/multiplan/ParallelPlan.h
  315. include/ompl/tools/thunder/SPARSdb.h
  316. include/ompl/tools/thunder/Thunder.h
  317. include/ompl/tools/thunder/ThunderDB.h
  318. include/ompl/util/ClassForward.h
  319. include/ompl/util/Console.h
  320. include/ompl/util/DisableCompilerWarning.h
  321. include/ompl/util/Exception.h
  322. include/ompl/util/GeometricEquations.h
  323. include/ompl/util/Hash.h
  324. include/ompl/util/PPM.h
  325. include/ompl/util/ProlateHyperspheroid.h
  326. include/ompl/util/RandomNumbers.h
  327. include/ompl/util/String.h
  328. include/ompl/util/Time.h
  329. include/ompl/vamp/Utils.h
  330. include/ompl/vamp/VampMotionValidator.h
  331. include/ompl/vamp/VampStateSpace.h
  332. include/ompl/vamp/VampStateValidityChecker.h
  333. lib/libompl.so
  334. lib/libompl.so.19
  335. lib/libompl.so.2.0.1
  336. libdata/pkgconfig/ompl.pc
  337. share/ament_index/resource_index/packages/ompl
  338. share/man/man1/ompl_benchmark_statistics.1.gz
  339. share/ompl/cmake/FindTriangle.cmake
  340. share/ompl/cmake/Findspot.cmake
  341. share/ompl/cmake/Findyaml-cpp.cmake
  342. share/ompl/cmake/omplConfig.cmake
  343. share/ompl/cmake/omplConfigVersion.cmake
  344. share/ompl/cmake/omplExport-release.cmake
  345. share/ompl/cmake/omplExport.cmake
  346. @comment share/ompl/demos/BouncingBallPlanning.cpp
  347. @comment share/ompl/demos/CForestCircleGridBenchmark.cpp
  348. @comment share/ompl/demos/CMakeLists.txt
  349. @comment share/ompl/demos/ConstrainedPlanningCommon.py
  350. @comment share/ompl/demos/ConstrainedPlanningSphere.py
  351. @comment share/ompl/demos/Diagonal.cpp
  352. @comment share/ompl/demos/DubinsAirplane.cpp
  353. @comment share/ompl/demos/GeometricCarPlanning.cpp
  354. @comment share/ompl/demos/HybridSystemPlanning.cpp
  355. @comment share/ompl/demos/HypercubeBenchmark.cpp
  356. @comment share/ompl/demos/KinematicChain.h
  357. @comment share/ompl/demos/KinematicChainBenchmark.cpp
  358. @comment share/ompl/demos/Koules/Koules.cpp
  359. @comment share/ompl/demos/Koules/KoulesConfig.h
  360. @comment share/ompl/demos/Koules/KoulesControlSpace.cpp
  361. @comment share/ompl/demos/Koules/KoulesControlSpace.h
  362. @comment share/ompl/demos/Koules/KoulesDecomposition.h
  363. @comment share/ompl/demos/Koules/KoulesDirectedControlSampler.cpp
  364. @comment share/ompl/demos/Koules/KoulesDirectedControlSampler.h
  365. @comment share/ompl/demos/Koules/KoulesGoal.cpp
  366. @comment share/ompl/demos/Koules/KoulesGoal.h
  367. @comment share/ompl/demos/Koules/KoulesPlayback.py
  368. @comment share/ompl/demos/Koules/KoulesProjection.h
  369. @comment share/ompl/demos/Koules/KoulesSetup.cpp
  370. @comment share/ompl/demos/Koules/KoulesSetup.h
  371. @comment share/ompl/demos/Koules/KoulesSimulator.cpp
  372. @comment share/ompl/demos/Koules/KoulesSimulator.h
  373. @comment share/ompl/demos/Koules/KoulesStatePropagator.cpp
  374. @comment share/ompl/demos/Koules/KoulesStatePropagator.h
  375. @comment share/ompl/demos/Koules/KoulesStateSpace.cpp
  376. @comment share/ompl/demos/Koules/KoulesStateSpace.h
  377. @comment share/ompl/demos/LTLWithTriangulation.cpp
  378. @comment share/ompl/demos/OptimalPlanning.cpp
  379. @comment share/ompl/demos/OptimalPlanning.py
  380. @comment share/ompl/demos/PinballPlanning.cpp
  381. @comment share/ompl/demos/PlanarManipulator/PlanarManipulator.cpp
  382. @comment share/ompl/demos/PlanarManipulator/PlanarManipulator.h
  383. @comment share/ompl/demos/PlanarManipulator/PlanarManipulatorDemo.cpp
  384. @comment share/ompl/demos/PlanarManipulator/PlanarManipulatorIKGoal.h
  385. @comment share/ompl/demos/PlanarManipulator/PlanarManipulatorPolyWorld.h
  386. @comment share/ompl/demos/PlanarManipulator/PlanarManipulatorStateSpace.h
  387. @comment share/ompl/demos/PlanarManipulator/PlanarManipulatorStateValidityChecker.h
  388. @comment share/ompl/demos/PlanarManipulator/PlanarManipulatorTSRRTConfig.h
  389. @comment share/ompl/demos/PlanarManipulator/PlanarManipulatorXXLDecomposition.h
  390. @comment share/ompl/demos/PlanarManipulator/PolyWorld.cpp
  391. @comment share/ompl/demos/PlanarManipulator/PolyWorld.h
  392. @comment share/ompl/demos/PlanarManipulator/visualize.py
  393. @comment share/ompl/demos/PlannerData.cpp
  394. @comment share/ompl/demos/PlannerData.py
  395. @comment share/ompl/demos/PlannerProgressProperties.cpp
  396. @comment share/ompl/demos/Point2DPlanning.cpp
  397. @comment share/ompl/demos/Point2DPlanning.py
  398. @comment share/ompl/demos/RandomWalkPlanner.py
  399. @comment share/ompl/demos/RigidBodyPlanning.cpp
  400. @comment share/ompl/demos/RigidBodyPlanning.py
  401. @comment share/ompl/demos/RigidBodyPlanningWithControls.cpp
  402. @comment share/ompl/demos/RigidBodyPlanningWithControls.py
  403. @comment share/ompl/demos/RigidBodyPlanningWithIK.cpp
  404. @comment share/ompl/demos/RigidBodyPlanningWithIntegrationAndControls.cpp
  405. @comment share/ompl/demos/RigidBodyPlanningWithODESolverAndControls.cpp
  406. @comment share/ompl/demos/SSTPinballPlanning.cpp
  407. @comment share/ompl/demos/SpaceTimePlanning.cpp
  408. @comment share/ompl/demos/StateSampling.cpp
  409. @comment share/ompl/demos/StateSampling.py
  410. @comment share/ompl/demos/ThunderLightning.cpp
  411. @comment share/ompl/demos/TriangulationDemo.cpp
  412. @comment share/ompl/demos/VFRRT/VectorFieldConservative.cpp
  413. @comment share/ompl/demos/VFRRT/VectorFieldNonconservative.cpp
  414. @comment share/ompl/demos/VFRRT/plotConservative.py
  415. @comment share/ompl/demos/VFRRT/plotNonconservative.py
  416. @comment share/ompl/demos/constraint/ConstrainedPlanningCommon.h
  417. @comment share/ompl/demos/constraint/ConstrainedPlanningImplicitChain.cpp
  418. @comment share/ompl/demos/constraint/ConstrainedPlanningImplicitParallel.cpp
  419. @comment share/ompl/demos/constraint/ConstrainedPlanningKinematicChain.cpp
  420. @comment share/ompl/demos/constraint/ConstrainedPlanningSphere.cpp
  421. @comment share/ompl/demos/constraint/ConstrainedPlanningTorus.cpp
  422. @comment share/ompl/demos/constraint/mazes/big.ppm
  423. @comment share/ompl/demos/constraint/mazes/empty.ppm
  424. @comment share/ompl/demos/constraint/mazes/normal.ppm
  425. @comment share/ompl/demos/constraint/mazes/thick.ppm
  426. @comment share/ompl/demos/constraint/mazes/thin.ppm
  427. @comment share/ompl/demos/constraint/visualization/ConstrainedPlanningImplicitChain.blend
  428. @comment share/ompl/demos/constraint/visualization/ConstrainedPlanningImplicitParallel.blend
  429. @comment share/ompl/demos/constraint/visualization/ConstrainedPlanningSphere.blend
  430. @comment share/ompl/demos/constraint/visualization/ConstrainedPlanningTorus.blend
  431. @comment share/ompl/demos/multicopter/CommonMath/ConvexObj.h
  432. @comment share/ompl/demos/multicopter/CommonMath/RectPrism.h
  433. @comment share/ompl/demos/multicopter/CommonMath/Rotation.h
  434. @comment share/ompl/demos/multicopter/CommonMath/Trajectory.h
  435. @comment share/ompl/demos/multicopter/CommonMath/Vec3.h
  436. @comment share/ompl/demos/multicopter/MulticopterPlanning.cpp
  437. @comment share/ompl/demos/multicopter/Polyfit.h
  438. @comment share/ompl/demos/multicopter/Quartic.cpp
  439. @comment share/ompl/demos/multicopter/Quartic.h
  440. @comment share/ompl/demos/multilevel/MultiLevelPlanarManipulatorCommon.h
  441. @comment share/ompl/demos/multilevel/MultiLevelPlanarManipulatorDemo.cpp
  442. @comment share/ompl/demos/multilevel/MultiLevelPlanningCommon.h
  443. @comment share/ompl/demos/multilevel/MultiLevelPlanningHyperCube.cpp
  444. @comment share/ompl/demos/multilevel/MultiLevelPlanningHyperCubeBenchmark.cpp
  445. @comment share/ompl/demos/multilevel/MultiLevelPlanningHyperCubeCommon.h
  446. @comment share/ompl/demos/multilevel/MultiLevelPlanningKinematicChain.cpp
  447. @comment share/ompl/demos/multilevel/MultiLevelPlanningRigidBody2D.cpp
  448. @comment share/ompl/demos/multilevel/MultiLevelPlanningRigidBody3D.cpp
  449. @comment share/ompl/demos/vamp/MotionBenchmakerDemo.cpp
  450. @comment share/ompl/demos/vamp/MotionBenchmakerDemo.h
  451. @comment share/ompl/demos/vamp/MotionBenchmakerDemoMain.cpp
  452. @comment share/ompl/demos/vamp/README.md
  453. @comment share/ompl/demos/vamp/VAMPPlanning.cpp
  454. @comment share/ompl/demos/vamp/motion_benchmaker_demo.py
  455. @comment share/ompl/demos/vamp/requirements.txt
  456. @comment share/ompl/demos/vamp/vamp_planning.py
  457. @comment share/ompl/demos/vamp/vamp_state_space.py
  458. @comment share/ompl/demos/viser_visualizer/__init__.py
  459. @comment share/ompl/demos/viser_visualizer/viser_visualizer.py
  460. share/ompl/package.xml
  461. @owner
  462. @group
  463. @mode
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • ompl>0:misc/ompl
To install the port:
cd /usr/ports/misc/ompl/ && make install clean
To add the package, run one of these commands:
  • pkg install misc/ompl
  • pkg install ompl
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: ompl
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1783483872 SHA256 (ompl-ompl-2.0.1_GH0.tar.gz) = 365f052d5fb4419ed016394ddb26ab83dee6514b90565ad30af044a09b122aef SIZE (ompl-ompl-2.0.1_GH0.tar.gz) = 77133753

Packages (timestamps in pop-ups are UTC):
ompl
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.6.0_81.6.0_8-1.6.0_61.6.0_8n/an/an/a
FreeBSD:13:quarterly1.6.0_81.6.0_8-1.6.0_61.6.0_8n/an/an/a
FreeBSD:14:latest2.0.02.0.0-1.6.0_62.0.0---
FreeBSD:14:quarterly1.6.0_81.6.0_8-1.6.0_61.6.0_8-1.6.0_11.6.0_1
FreeBSD:15:latest2.0.02.0.0n/a1.6.0_6n/an/a1.6.0_11.6.0_1
FreeBSD:15:quarterly1.6.0_81.6.0_8n/a-n/an/a--
FreeBSD:16:latest2.0.02.0.0n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake-core
  2. ninja : devel/ninja
  3. eigen3.pc : math/eigen3
  4. pkgconf>=1.3.0_1 : devel/pkgconf
Runtime dependencies:
  1. python3.12 : lang/python312
Library dependencies:
  1. libboost_thread.so : devel/boost-libs
  2. libflann.so : math/flann
  3. libtriangle.so : math/triangle
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for ompl-2.0.1: DEMOS=off: Build and install demo programs FLANN=on: Use FLANN for nearest neighbor queries SPOT=off: Use 'Spot' for creating finite automata from LTL formulae TRIANGLE=on: Create triangular decompositions of 2D polygons ===> Use 'make config' to modify these settings
Options name:
misc_ompl
USES:
cmake:testing compiler:c++17-lang eigen:3 pkgconfig python:run shebangfix
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/ompl/ompl/tar.gz/2.0.1?dummy=/
Collapse this list.

Number of commits found: 36

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.0.1
08 Jul 2026 06:55:00
commit hash: 65b73ee14452a30b017bf1993b0c39346f36799ecommit hash: 65b73ee14452a30b017bf1993b0c39346f36799ecommit hash: 65b73ee14452a30b017bf1993b0c39346f36799ecommit hash: 65b73ee14452a30b017bf1993b0c39346f36799e files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/ompl: update 2.0.0 → 2.0.1
2.0.0
14 Jun 2026 07:41:58
commit hash: 8abbc2f99de26a28094860598f6a9273f826d4cccommit hash: 8abbc2f99de26a28094860598f6a9273f826d4cccommit hash: 8abbc2f99de26a28094860598f6a9273f826d4cccommit hash: 8abbc2f99de26a28094860598f6a9273f826d4cc files touched by this commit
Baptiste Daroussin (bapt) search for other commits by this committer
Author: Trond Endrestøl
misc/ompl: Fix duplicate target "post-patch-PLANNERARENA-off"

The .for loop iterated over all options except DEMOS, which included
PLANNERARENA. This generated a post-patch-PLANNERARENA-off target that
conflicted with the explicit one defined after the loop.

Fix by:
- Exempting PLANNERARENA from the .for loop
- Adding the missing PLANNERARENA option variables (DESC, BUILD_DEPENDS,
  RUN_DEPENDS) that were previously removed

PR:		295634
Approved by:	yuri (maintainer, timeout 2 weeks)
2.0.0
25 May 2026 19:52:41
commit hash: e4d33f5e0d5e29716148800eaa9062e7e5bfc685commit hash: e4d33f5e0d5e29716148800eaa9062e7e5bfc685commit hash: e4d33f5e0d5e29716148800eaa9062e7e5bfc685commit hash: e4d33f5e0d5e29716148800eaa9062e7e5bfc685 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/ompl: update 1.6.0 → 2.0.0
1.6.0_8
17 Dec 2025 04:42:26
commit hash: f2627d5b8d057f56dc31f12f018d5e9f4769be04commit hash: f2627d5b8d057f56dc31f12f018d5e9f4769be04commit hash: f2627d5b8d057f56dc31f12f018d5e9f4769be04commit hash: f2627d5b8d057f56dc31f12f018d5e9f4769be04 files touched by this commit
Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
*/*: Bump PORTREVISION. devel/ode was updated to 0.16.6
1.6.0_7
20 Oct 2025 11:48:39
commit hash: 67fb95fb3bd5e61957877f5ac31cd790bff786b5commit hash: 67fb95fb3bd5e61957877f5ac31cd790bff786b5commit hash: 67fb95fb3bd5e61957877f5ac31cd790bff786b5commit hash: 67fb95fb3bd5e61957877f5ac31cd790bff786b5 files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
devel/boost: bump consumers after boost upgrade (+)

Get rid of direct dependency ob libbost_system.so, use libboost_thread.so
instead
1.6.0_6
02 Jun 2025 00:40:43
commit hash: 18632db919ce49d62374e1020f0320153951f834commit hash: 18632db919ce49d62374e1020f0320153951f834commit hash: 18632db919ce49d62374e1020f0320153951f834commit hash: 18632db919ce49d62374e1020f0320153951f834 files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
devel/boost: bump consumers after Boost update
1.6.0_5
14 Feb 2025 03:17:22
commit hash: fa53920e7219d4246816f65034ad058e81de3353commit hash: fa53920e7219d4246816f65034ad058e81de3353commit hash: fa53920e7219d4246816f65034ad058e81de3353commit hash: fa53920e7219d4246816f65034ad058e81de3353 files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
devel/boost: bump consumers after Boost-1.87 update

Sponsored by:	Future Crew, LLC
1.6.0_4
20 Nov 2024 10:05:25
commit hash: 312ee18b022b4abcb14973bb10894ba152b8f60bcommit hash: 312ee18b022b4abcb14973bb10894ba152b8f60bcommit hash: 312ee18b022b4abcb14973bb10894ba152b8f60bcommit hash: 312ee18b022b4abcb14973bb10894ba152b8f60b files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
devel/boost: bump consu,ers after update Boost to 1.86 release

Sponsored by:	Future Crew, LLC
1.6.0_3
15 Nov 2024 09:52:08
commit hash: 0d8f6fafe52ef3ca683ee29b328d910896586140commit hash: 0d8f6fafe52ef3ca683ee29b328d910896586140commit hash: 0d8f6fafe52ef3ca683ee29b328d910896586140commit hash: 0d8f6fafe52ef3ca683ee29b328d910896586140 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/ompl: Remove MORSE option because the morse project was discontinied
1.6.0_2
03 Oct 2024 10:25:14
commit hash: 55cfbcf56c31f949cd93e4012c1d705c1094a5c6commit hash: 55cfbcf56c31f949cd93e4012c1d705c1094a5c6commit hash: 55cfbcf56c31f949cd93e4012c1d705c1094a5c6commit hash: 55cfbcf56c31f949cd93e4012c1d705c1094a5c6 files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
*/*: bump consumers after devel/boost* update

With hat:	office
Sponsored by:	Future Crew, LLC
1.6.0_1
23 Apr 2023 09:09:58
commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b files touched by this commit
Gerald Pfeifer (gerald) search for other commits by this committer
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
1.6.0
08 Jan 2023 20:59:14
commit hash: 28eaeb1fdb7e853eeebf6281845c15aa538d876fcommit hash: 28eaeb1fdb7e853eeebf6281845c15aa538d876fcommit hash: 28eaeb1fdb7e853eeebf6281845c15aa538d876fcommit hash: 28eaeb1fdb7e853eeebf6281845c15aa538d876f files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/ompl: Update 1.5.2 -> 1.6.0

Reported by:	portscout
1.5.2_3
04 Nov 2022 05:34:40
commit hash: a5a627bd66810124dbcf9eefd036bff5a522af89commit hash: a5a627bd66810124dbcf9eefd036bff5a522af89commit hash: a5a627bd66810124dbcf9eefd036bff5a522af89commit hash: a5a627bd66810124dbcf9eefd036bff5a522af89 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/ode: Update 0.13 -> 0.16.2

PR:		255111
Approved by:	acm@ (maintainer)
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
1.5.2_2
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.5.2_2
12 Aug 2022 14:46:53
commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5edcommit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5edcommit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5edcommit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
*/*: bump all consumers after recent boost upgrade
1.5.2_1
22 May 2022 20:17:16
commit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cdcommit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cdcommit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cdcommit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cd files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
devel/boost-all: bump all library consumers after boost upgrade

PR:	246106
1.5.2
16 May 2022 06:49:43
commit hash: 2d34c2bfeaa82867acfa7d73bec9644b2acecbb1commit hash: 2d34c2bfeaa82867acfa7d73bec9644b2acecbb1commit hash: 2d34c2bfeaa82867acfa7d73bec9644b2acecbb1commit hash: 2d34c2bfeaa82867acfa7d73bec9644b2acecbb1 files touched by this commit
Loïc Bartoletti (lbartoletti) search for other commits by this committer
devel/cmake: Update to 3.23.0

Update to 3.23.0.
Fix pkg-plist: using the default share/man location

Release Notes:
  https://cmake.org/cmake/help/v3.23/release/3.23.html

PR:		262886
Exp-run by:	antoine
1.5.2
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
1.5.2
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.5.2
06 Mar 2021 00:00:35
Revision:567437Original commit files touched by this commit
yuri search for other commits by this committer
misc/ompl: Update 1.5.0 -> 1.5.2
1.5.0_1
12 Dec 2020 17:04:37
Revision:557839Original commit files touched by this commit
thierry search for other commits by this committer
- Upgrade math/eigen3 to 3.3.8;

- Add some dependencies which might be detected by Find_Package but not
registered;

- Bump PORTREVISION of consumers.

PR:		250833
Submitted by:	/me
Approved by:	tcberner@ (KDE / maintainer) + exp-run
1.5.0
13 Oct 2020 03:34:37
Revision:552178Original commit files touched by this commit
yuri search for other commits by this committer
misc/ompl: Update 1.4.2 -> 1.5.0

Also update WWW.
1.4.2_3
11 Dec 2019 17:53:49
Revision:519824Original commit files touched by this commit
jbeich search for other commits by this committer
devel/boost-*: update to 1.72.0

Changes:	http://www.boost.org/users/history/version_1_72_0.html
PR:		241449
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D22136
1.4.2_2
19 Aug 2019 15:35:28
Revision:509290Original commit files touched by this commit
jbeich search for other commits by this committer
devel/boost-*: update to 1.71.0

Changes:	http://www.boost.org/users/history/version_1_71_0.html
PR:		238827
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D20774
1.4.2_1
26 Jul 2019 20:46:57
Revision:507372Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
1.4.2
06 May 2019 05:46:02
Revision:500897Original commit files touched by this commit
yuri search for other commits by this committer
misc/ompl: Update 1.4.1 -> 1.4.2
1.4.1_4
12 Apr 2019 06:36:31
Revision:498698Original commit files touched by this commit
jbeich search for other commits by this committer
devel/boost-*: update to 1.70.0

Changes:	http://www.boost.org/users/history/version_1_70_0.html
PR:		235956
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D19303
1.4.1_3
13 Jan 2019 02:31:41
Revision:490107Original commit files touched by this commit
linimon search for other commits by this committer
USES=compiler:c++11-lang is necessary to build this port on GCC-based
architectures.

PR:		234386
Submitted by:	Piotr Kubaj
Approved by:	maintainer
1.4.1_3
26 Dec 2018 09:06:35
Revision:488363Original commit files touched by this commit
tcberner search for other commits by this committer
Update math/eigen3 to 3.3.7

- http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.3.6
- http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.3.7
1.4.1_2
25 Dec 2018 20:25:40
Revision:488341Original commit files touched by this commit
tcberner search for other commits by this committer
Change cmake default behaviour to outsource.

Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
1.4.1_2
12 Dec 2018 01:35:36
Revision:487272Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
1.4.1_1
12 Dec 2018 00:15:50
Revision:487266Original commit files touched by this commit
jbeich search for other commits by this committer
devel/boost-*: update to 1.69.0

Changes:	http://www.boost.org/users/history/version_1_69_0.html
PR:		232525
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D17645
1.4.1
08 Dec 2018 06:29:59
Revision:486913Original commit files touched by this commit
yuri search for other commits by this committer
misc/ompl: Update 1.4.0 -> 1.4.1
1.4.0_1
09 Aug 2018 06:58:31
Revision:476723Original commit files touched by this commit
jbeich search for other commits by this committer
devel/boost-*: update to 1.68.0

- Switch to C++14 for libboost_system to support C++14 consumers

Changes:	http://www.boost.org/users/history/version_1_68_0.html
PR:		229569
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D16165
1.4.0
05 Aug 2018 02:26:26
Revision:476385Original commit files touched by this commit
yuri search for other commits by this committer
New port: misc/ompl: Open Motion Planning Library

Number of commits found: 36