1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
Commit Graph

21 Commits

Author SHA1 Message Date
Fernando Apesteguía
abc76441b3 cad/admesh: update to 0.98.5
Reported by:	portscout
2022-11-23 07:28:54 +01:00
Stefan Eßer
b7f05445c0 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.

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)
2022-09-07 23:10:59 +02:00
Tobias C. Berner
b46abf8056 cad: remove 'Created by' lines
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
2022-07-20 16:20:58 +02:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Fernando Apesteguía
d3948f5514 cad/admesh: update to 0.98.4
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
2019-10-31 16:55:39 +00:00
Yuri Victorovich
c5110864ff cad/admesh: Update 0.95 -> 0.98.3
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
2018-07-15 08:12:56 +00:00
Dmitry Marakasov
b9398223bd Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by:	portmgr blanket
2016-01-12 16:20:31 +00:00
Mathieu Arnold
bb271f0bf7 Convert ports to use the options helpers in categories [abc]*, and minor fixes.
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3412?
2015-08-19 13:29:59 +00:00
Antoine Brodin
cc7a829b38 Stage support 2013-12-30 18:31:26 +00:00
Baptiste Daroussin
8e91f3161f Add NO_STAGE all over the place in preparation for the staging support (cat: cad) 2013-09-20 15:58:41 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Baptiste Daroussin
528bc62a9e - Update MASTER_SITES and WWW: line
- 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
2012-10-27 19:02:54 +00:00
Baptiste Daroussin
6b968aca1e Deprecated a bunch a ports with nor more public distfiles (thanks ehaupt's
distilator
2012-09-20 22:26:26 +00:00
Brendan Fabeny
c4b63b80fd adjust FETCH_ARGS to accommodate redirects
used by master site
2011-08-12 09:04:40 +00:00
Baptiste Daroussin
85c4404203 Mark BROKEN: Does not fetch 2011-08-02 09:42:00 +00:00
Philip M. Gollucci
1fbb6b93d2 - Update download location, update WWW
Reported by:    -fetch-original pointyhat run via pav
2009-01-31 21:14:31 +00:00
Markus Brueffer
0aa331a069 - Fix plist if NOPORTDOCS is defined
- Bump PORTREVISION
2007-01-31 08:33:22 +00:00
Andrew Pantyukhin
e48050b4a8 - Rid the tree of double slashes in URL paths 2006-07-28 14:42:54 +00:00
Sergey Matveychuk
1c4823be19 - Get rid of pkg-plist
PR:		ports/84690
Submitted by:	Andrej Zverev <az@inec.ru>
2005-09-02 13:28:37 +00:00
Maho Nakata
2d773288b2 Drop maintainership to ports@
Requested from:	Pedro F. Giffuni <giffunip@yahoo.com> (maintainer)
2004-02-02 22:44:16 +00:00
Edwin Groothuis
b24867305d NEW port CAD/admesh
A tool to analyze STL (stereolitholigraphy) files.

PR:		ports/52997
Submitted by:	Pedro F. Giffuni <giffunip@yahoo.com>
2003-10-10 05:16:19 +00:00