aboutsummaryrefslogtreecommitdiff
path: root/math/rapid
Commit message (Collapse)AuthorAgeFilesLines
* math/rapid: Sanitize MANPREFIXMuhammad Moinur Rahman2024-01-212-2/+3
| | | | Approved by: portmgr (blanket)
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | 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)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* onvert to UCL & cleanup pkg-message (categories l-m)Mathieu Arnold2019-08-131-5/+6
| | | | Notes: svn path=/head/; revision=508882
* math/rapid: Fix build on FreeBSD 12, clean up license info, remove dead mirrorJason W. Bacon2018-05-198-18/+83
| | | | | | | | Approved by: jrm (mentor) Differential Revision: https://reviews.freebsd.org/D15460 Notes: svn path=/head/; revision=470408
* For ports under `cad', `devel', `dns`, and `math' categories: removeAlexey Dokuchaev2018-05-051-1/+0
| | | | | | | | redundant PKGMESSAGE assignment, which is set appropriately by the b.p.m when `pkg-message' appears on the SUB_FILES list. Notes: svn path=/head/; revision=469120
* Multiple ports:Jason W. Bacon2018-01-311-2/+1
| | | | | | | | | | | Change maintainer email bacon4000@gmail.com to jwb@FreeBSD.org Remove Created by comments for same user Approved by: jrm (mentor) Differential Revision: https://reviews.freebsd.org/D14128 Notes: svn path=/head/; revision=460452
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* - Update maintainer mail addressMartin Wilke2015-12-111-2/+2
| | | | | | | | | | | | - Update/Remove MASTER_SITE PR: 204755 Submitted by: jwbacon@tds.net (maintainer) Approved by: mat (mentor) Differential Revision: D4493 Notes: svn path=/head/; revision=403506
* In PR200475, it turned out math/rapid is using "CC" to compile C++Dimitry Andric2015-05-291-0/+9
| | | | | | | | | | files. Make it use ${CXX} instead. Approved by: jwbacon@tds.net (maintainer) PR: 200475, 200525 Notes: svn path=/head/; revision=387891
* Cleanup plistAntoine Brodin2014-11-141-1/+0
| | | | Notes: svn path=/head/; revision=372555
* - Support stagingEmanuel Haupt2014-02-213-9/+17
| | | | | | | - Fix build with a modern clang Notes: svn path=/head/; revision=345364
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-8/+2
| | | | | | | math) Notes: svn path=/head/; revision=327746
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Mark MAKE_JOBS_UNSAFEPav Lucistnik2009-11-221-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=244657
* Update maintainer's email address. Had already been done for hisMark Linimon2009-06-191-1/+1
| | | | | | | other ports. Notes: svn path=/head/; revision=236345
* - Update MASTER_SITES, obtained permission to mirror sourceThomas Abthorpe2008-02-154-18/+31
| | | | | | | | PR: ports/120670 Submitted by: bacon smithers.neuro.mcw.edu (maintainer) Notes: svn path=/head/; revision=207273
* RAPID is a robust and accurate polygon interference detection libraryThomas Abthorpe2008-02-096-0/+173
for large environments composed of unstructured models. WWW: http://www.cs.unc.edu/~geom/OBB/OBBT.html PR: ports/118556 Submitted by: Jason W. Bacon <bacon at smithers.neuro.mcw.edu> Notes: svn path=/head/; revision=206921