aboutsummaryrefslogtreecommitdiff
path: root/cad/admesh/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* cad/admesh: Moved man to share/manMuhammad Moinur Rahman2024-02-221-1/+3
| | | | Approved by: portmgr (blanket)
* cad/admesh: update to 0.98.5Fernando Apesteguía2022-11-231-1/+1
| | | | Reported by: portscout
* 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)
* cad: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A big Thank You to the original contributors of these ports: * AMAKAWA Shuhei <amakawa@jp.FreeBSD.org> * Alexey Dokuchaev <danfe@FreeBSD.org> * Anders Andersson <anders@hack.org> * Bruce M Simpson <bms@FreeBSD.org> * Christoph Moench-Tegeder <cmt@FreeBSD.org> * David Yeske <dyeske@gmail.com> * Diane Bruce <db@db.net> * Joachim Strombergson <watchman@ludd.ltu.se> * Johnny Sorocil <jsorocil@gmail.com> * Julian Jenkins <kaveman@magna.com.au> * Marc Fonvieille <blackend@FreeBSD.org> * Mario S F Ferreira <lioux@linf.unb.br> et al. * Martin Dieringer <martin.dieringe@gmx.de> * Matthias Petermann <matthias@petermann-it.de> * Michael Durian <durian@shadetreesoftware.com> * Michael Reifenberger <mr@FreeBSD.org> * Nicola Vitale <nivit@FreeBSD.org> * Otacilio de Araujo Ramos Neto <otacilio.neto@bsd.com.br> * Pedro F. Giffuni * Pedro F. Giffuni <giffunip@asme.org> * Pedro Giffuni * Pedro Giffuni <giffunip@asme.org> * Rusmir Dusko <nemysis@FreeBSD.org> * Sarod Yatawatta <sarod@cs.pdn.ac.lk> * Sergio Lenzi <lenzi.sergio@gmail.com> * Stanislav Sedov <ssedov@mbsd.msk.ru> * Thierry Thomas <thierry@FreeBSD.org> * Thierry Thomas <thierry@pompo.net> * Thomas Gellekum <tg@FreeBSD.org> * Vanilla I. Shu <vanilla@FreeBSD.org> * Veniamin Gvozdikov <vg@FreeBSD.org> * Ying-Chieh Liao <ijliao@FreeBSD.org> * gahr * hrs * ijliao * lbartoletti <lbartoletti@FreeBSD.org> * lon_kamikaze@gmx.de * stas * swallace * thierry@pompo.net With hat: portmgr
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* cad/admesh: update to 0.98.4Fernando Apesteguía2019-10-311-1/+1
| | | | | | | | | | | | From ChangeLog (https://github.com/admesh/admesh/releases/tag/v0.98.4) * Fix big-endian binary stl reading * Initialized extra values when loading ASCII STL Reported by: portscout Notes: svn path=/head/; revision=516178
* cad/admesh: Update 0.95 -> 0.98.3Yuri Victorovich2018-07-151-14/+17
| | | | | | | | | | | | | Port changes: * Project moved to github * Add LICENSE_FILE * Add USE_LDCONFIG: it now installs the shared library * Remove do-install: it now installs by itself Reported by: repology Notes: svn path=/head/; revision=474673
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-121-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=405891
* Convert ports to use the options helpers in categories [abc]*, and minor fixes.Mathieu Arnold2015-08-191-4/+1
| | | | | | | | Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3412? Notes: svn path=/head/; revision=394778
* Stage supportAntoine Brodin2013-12-301-4/+3
| | | | Notes: svn path=/head/; revision=338157
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | cad) Notes: svn path=/head/; revision=327711
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Update MASTER_SITES and WWW: lineBaptiste Daroussin2012-10-271-12/+15
| | | | | | | | | | | | | | - Add LICENSE - Add MAKE_JOBS_SAFE - Fix build with clang - Respects DOCS PR: ports/172219 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Feature safe: yes Notes: svn path=/head/; revision=306521
* Deprecated a bunch a ports with nor more public distfiles (thanks ehaupt'sBaptiste Daroussin2012-09-201-0/+3
| | | | | | | distilator Notes: svn path=/head/; revision=304604
* adjust FETCH_ARGS to accommodate redirectsBrendan Fabeny2011-08-121-2/+1
| | | | | | | used by master site Notes: svn path=/head/; revision=279532
* Mark BROKEN: Does not fetchBaptiste Daroussin2011-08-021-0/+2
| | | | Notes: svn path=/head/; revision=278779
* - Update download location, update WWWPhilip M. Gollucci2009-01-311-1/+1
| | | | | | | Reported by: -fetch-original pointyhat run via pav Notes: svn path=/head/; revision=227284
* - Fix plist if NOPORTDOCS is definedMarkus Brueffer2007-01-311-2/+3
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=183760
* - Rid the tree of double slashes in URL pathsAndrew Pantyukhin2006-07-281-1/+1
| | | | Notes: svn path=/head/; revision=168966
* - Get rid of pkg-plistSergey Matveychuk2005-09-021-0/+3
| | | | | | | | PR: ports/84690 Submitted by: Andrej Zverev <az@inec.ru> Notes: svn path=/head/; revision=141790
* Drop maintainership to ports@Maho Nakata2004-02-021-1/+1
| | | | | | | Requested from: Pedro F. Giffuni <giffunip@yahoo.com> (maintainer) Notes: svn path=/head/; revision=99844
* NEW port CAD/admeshEdwin Groothuis2003-10-101-0/+25
A tool to analyze STL (stereolitholigraphy) files. PR: ports/52997 Submitted by: Pedro F. Giffuni <giffunip@yahoo.com> Notes: svn path=/head/; revision=90740