<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/cad/leocad, branch main</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2025-10-03T09:11:17Z</updated>
<entry>
<title>cad/leocad: Update 23.03 =&gt; 25.09</title>
<updated>2025-10-03T09:11:17Z</updated>
<author>
<name>Älven</name>
<email>alven@FreeBSD.org</email>
</author>
<published>2025-10-02T22:26:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=9fe076d7bf909ca02e3d1633fe215c7c3621cc9b'/>
<id>urn:sha1:9fe076d7bf909ca02e3d1633fe215c7c3621cc9b</id>
<content type='text'>
Changelogs:
* https://github.com/leozide/leocad/releases/tag/v25.09
* https://github.com/leozide/leocad/compare/v23.03...v25.09

* Pet portclippy(1) and portfmt(1)

Approved by:	yuri@ (maintainer, Mentor)

Differential Revision: https://reviews.freebsd.org/D52875
</content>
</entry>
<entry>
<title>cad/leocad: Move man pages to share/man</title>
<updated>2024-03-02T23:32:29Z</updated>
<author>
<name>Nuno Teixeira</name>
<email>eduardo@FreeBSD.org</email>
</author>
<published>2024-03-02T22:10:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=dcd1b9de281ec5d566a9ce527b717f756cbe9ea0'/>
<id>urn:sha1:dcd1b9de281ec5d566a9ce527b717f756cbe9ea0</id>
<content type='text'>
Approved by:	portmgr (blanket)
</content>
</entry>
<entry>
<title>cad/leocad: Update 21.06 → 23.03</title>
<updated>2023-03-21T03:32:15Z</updated>
<author>
<name>Yuri Victorovich</name>
<email>yuri@FreeBSD.org</email>
</author>
<published>2023-03-21T03:21:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=a916823ac45dcd94364eb67f731cab0de31bde2b'/>
<id>urn:sha1:a916823ac45dcd94364eb67f731cab0de31bde2b</id>
<content type='text'>
Reported by:	portscout
</content>
</entry>
<entry>
<title>Mk/Uses: always use colon for build/run suffix</title>
<updated>2022-09-11T10:20:14Z</updated>
<author>
<name>Felix Palmen</name>
<email>zirias@FreeBSD.org</email>
</author>
<published>2022-09-11T10:20:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=ddae4e92d8313a1461145e3b4f0232fe463feaee'/>
<id>urn:sha1:ddae4e92d8313a1461145e3b4f0232fe463feaee</id>
<content type='text'>
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.

Document in CHANGES.

PR:			266034
Exp-run by:		antoine
Approved by:		tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D36349
</content>
</entry>
<entry>
<title>Remove WWW entries moved into port Makefiles</title>
<updated>2022-09-07T21:58:51Z</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2022-09-07T21:30:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4'/>
<id>urn:sha1:fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4</id>
<content type='text'>
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)
</content>
</entry>
<entry>
<title>Add WWW entries to port Makefiles</title>
<updated>2022-09-07T21:10:59Z</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2022-09-07T21:06:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b7f05445c00f2625aa19b4154ebcbce5ed2daa52'/>
<id>urn:sha1:b7f05445c00f2625aa19b4154ebcbce5ed2daa52</id>
<content type='text'>
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)
</content>
</entry>
<entry>
<title>cad: remove 'Created by' lines</title>
<updated>2022-07-20T14:20:58Z</updated>
<author>
<name>Tobias C. Berner</name>
<email>tcberner@FreeBSD.org</email>
</author>
<published>2022-07-20T14:20:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b46abf8056cc9f1f1f579710126929b99b36f966'/>
<id>urn:sha1:b46abf8056cc9f1f1f579710126929b99b36f966</id>
<content type='text'>
A big Thank You to the original contributors of these ports:

  *  AMAKAWA Shuhei &lt;amakawa@jp.FreeBSD.org&gt;
  *  Alexey Dokuchaev &lt;danfe@FreeBSD.org&gt;
  *  Anders Andersson &lt;anders@hack.org&gt;
  *  Bruce M Simpson &lt;bms@FreeBSD.org&gt;
  *  Christoph Moench-Tegeder &lt;cmt@FreeBSD.org&gt;
  *  David Yeske &lt;dyeske@gmail.com&gt;
  *  Diane Bruce &lt;db@db.net&gt;
  *  Joachim Strombergson &lt;watchman@ludd.ltu.se&gt;
  *  Johnny Sorocil &lt;jsorocil@gmail.com&gt;
  *  Julian Jenkins &lt;kaveman@magna.com.au&gt;
  *  Marc Fonvieille &lt;blackend@FreeBSD.org&gt;
  *  Mario S F Ferreira &lt;lioux@linf.unb.br&gt; et al.
  *  Martin Dieringer &lt;martin.dieringe@gmx.de&gt;
  *  Matthias Petermann &lt;matthias@petermann-it.de&gt;
  *  Michael Durian &lt;durian@shadetreesoftware.com&gt;
  *  Michael Reifenberger &lt;mr@FreeBSD.org&gt;
  *  Nicola Vitale &lt;nivit@FreeBSD.org&gt;
  *  Otacilio de Araujo Ramos Neto &lt;otacilio.neto@bsd.com.br&gt;
  *  Pedro F. Giffuni
  *  Pedro F. Giffuni &lt;giffunip@asme.org&gt;
  *  Pedro Giffuni
  *  Pedro Giffuni &lt;giffunip@asme.org&gt;
  *  Rusmir Dusko &lt;nemysis@FreeBSD.org&gt;
  *  Sarod Yatawatta &lt;sarod@cs.pdn.ac.lk&gt;
  *  Sergio Lenzi &lt;lenzi.sergio@gmail.com&gt;
  *  Stanislav Sedov &lt;ssedov@mbsd.msk.ru&gt;
  *  Thierry Thomas &lt;thierry@FreeBSD.org&gt;
  *  Thierry Thomas &lt;thierry@pompo.net&gt;
  *  Thomas Gellekum &lt;tg@FreeBSD.org&gt;
  *  Vanilla I. Shu &lt;vanilla@FreeBSD.org&gt;
  *  Veniamin Gvozdikov &lt;vg@FreeBSD.org&gt;
  *  Ying-Chieh Liao &lt;ijliao@FreeBSD.org&gt;
  *  gahr
  *  hrs
  *  ijliao
  *  lbartoletti &lt;lbartoletti@FreeBSD.org&gt;
  *  lon_kamikaze@gmx.de
  *  stas
  *  swallace
  *  thierry@pompo.net

With hat:	portmgr
</content>
</entry>
<entry>
<title>cad/leocad: Add CPE information</title>
<updated>2021-08-31T12:07:27Z</updated>
<author>
<name>Bernhard Froehlich</name>
<email>decke@FreeBSD.org</email>
</author>
<published>2021-08-31T12:07:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=161310d73b5c99fc047076de1b58e94eb2f59b7c'/>
<id>urn:sha1:161310d73b5c99fc047076de1b58e94eb2f59b7c</id>
<content type='text'>
Approved by:    portmgr (blanket)
</content>
</entry>
<entry>
<title>graphics/mesa-libs: Bump reverse deps for libglvnd</title>
<updated>2021-06-22T18:53:08Z</updated>
<author>
<name>Kevin Bowling</name>
<email>kbowling@FreeBSD.org</email>
</author>
<published>2021-06-19T20:16:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=da3162c7c9f01912ba1940e188b253f2b5c7ba77'/>
<id>urn:sha1:da3162c7c9f01912ba1940e188b253f2b5c7ba77</id>
<content type='text'>
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.

PR:		246767
Reviewed by:	manu, bapt
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30824
</content>
</entry>
<entry>
<title>cad/leocad: Update 21.03 -&gt; 21.06</title>
<updated>2021-06-06T17:46:02Z</updated>
<author>
<name>Yuri Victorovich</name>
<email>yuri@FreeBSD.org</email>
</author>
<published>2021-06-06T17:36:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=e1bc64548b64a0eb4b6350446547872698ae62d8'/>
<id>urn:sha1:e1bc64548b64a0eb4b6350446547872698ae62d8</id>
<content type='text'>
Reported by:	portscout
</content>
</entry>
</feed>
