| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
0.5.0_3 23 Apr 2023 09:09:58 π commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b π commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b π commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b π commit 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 |
07 Sep 2022 21:58:51 π commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 π commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 π commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 π commit 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) |
0.5.0_2 07 Sep 2022 21:10:59 π commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 π commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 π commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 π commit 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 ) |
0.5.0_2 12 Aug 2022 14:46:53 π commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed π commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed π commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed π commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed π files touched by this commit
|
Dima Panov (fluffy) π search for other commits by this committer
|
*/*: bump all consumers after recent boost upgrade |
0.5.0_1 29 Aug 2021 16:50:44 π commit hash: 061967a0f3788aff68c0ebc75f35399d8387e394 π commit hash: 061967a0f3788aff68c0ebc75f35399d8387e394 π commit hash: 061967a0f3788aff68c0ebc75f35399d8387e394 π commit hash: 061967a0f3788aff68c0ebc75f35399d8387e394 π files touched by this commit
|
Alexey Dokuchaev (danfe) π search for other commits by this committer
|
Cleanup: for ports under m* categories, drop redundant GH_{ACCOUNT,PROJECT}. |
0.5.0_1 07 Apr 2021 08:09:01 π commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c π commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c π commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c π commit 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 |
0.5.0_1 06 Apr 2021 14:31:07 π commit hash: 305f148f482daf30dcf728039d03d019f88344eb π commit hash: 305f148f482daf30dcf728039d03d019f88344eb π commit hash: 305f148f482daf30dcf728039d03d019f88344eb π commit hash: 305f148f482daf30dcf728039d03d019f88344eb π files touched by this commit
|
Mathieu Arnold (mat) π search for other commits by this committer
|
Remove # $FreeBSD$ from Makefiles. |
0.5.0_1 12 Dec 2020 17:04:37 π Revision:557839 π Original commit message π 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 |
0.5.0 25 Mar 2020 00:47:14 π Revision:529068 π Original commit message π files touched by this commit
|
db π search for other commits by this committer
|
This is a snapshot version of FCL at 0.5.0 mainly to support
python-fcl otherwise please use the fcl port.
N.B. python-fcl also needs octomap
FCL is a library for performing three types of proximity queries on a pair of
geometric models composed of triangles.
It performs:
* Collision detection: detecting whether the two models overlap, and optionally,
all of the triangles that overlap.
* Distance computation: computing the minimum distance between a pair of models,
i.e., the distance between the closest pair of points.
* Tolerance verification: determining whether two models are closer or farther
than a tolerance distance.
* Continuous collision detection: detecting whether the two moving models
overlap during the movement, and optionally, the time of contact.
* Contact information: for collision detection and continuous collision
detection, the contact information (including contact normals and contact
points) can be returned optionally. |