non port: math/lib2geom/Makefile |
Number of commits found: 10 |
Saturday, 26 Aug 2023
|
17:43 Charlie Li (vishwin)
graphics/inkscape: update to 1.3
Also update math/lib2geom to 1.3, which must be updated together
Release notes: https://inkscape.org/doc/release_notes/1.3/Inkscape_1.3.html
- 2.5 patches included to address system macro clashes
- DBUS option removed, now uses GDBus from GLib instead of dbus-glib
Differential Revision: https://reviews.freebsd.org/D41503
c41b45f |
Wednesday, 12 Jul 2023
|
18:56 Felix Palmen (zirias)
bsd.sites.mk: Update all ports using USE_GITLAB
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.
Approved by: portmgr (tcberner, mentor)
Differential Revision: https://reviews.freebsd.org/D37077
7d1faa7 |
Tuesday, 13 Dec 2022
|
16:06 Dima Panov (fluffy)
math/lib2geom: update to 1.2.2 release (+)
PR: 268249
aba6dcd |
Sunday, 30 Oct 2022
|
20:03 Daniel Engberg (diizzy)
math/lib2geom: Use USE_GITLAB
Use USE_GITLAB to follow Porters Handbook more closely and be
consistent with ports tree
PR: 267072
Approved by: portmgr (maintainer timeout, 2+ weeks)
505d573 |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
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)
b7f0544 |
Friday, 12 Aug 2022
|
14:46 Dima Panov (fluffy)
*/*: bump all consumers after recent boost upgrade
4cf39de |
Sunday, 22 May 2022
|
20:17 Dima Panov (fluffy)
devel/boost-all: bump all library consumers after boost upgrade
PR: 246106
b082b3d |
Wednesday, 12 Jan 2022
|
19:41 Tobias C. Berner (tcberner)
math/gsl: bump portrevision of consumers after update to 2.7.1
PR: 260201
654acd8 |
Friday, 3 Sep 2021
|
13:01 Tobias Kortkamp (tobik)
*: Clean up some things
- Fix typos
- Remove duplicate variables
- Remove nop or unreferenced variables
- Add missing ports to the build
- Clean up commented PORTREVISION
- Add missing USES
Reported by: portscan
310623b |
Sunday, 4 Jul 2021
|
19:34 Tobias C. Berner (tcberner)
math/lib2geom: New port -- Easy to use 2D geometry library in C++
2geom is a C++ library of mathematics for paths, curves, and other geometric
calculations. Designed for vector graphics, it tackles Bézier curves, conic
sections, paths, intersections, transformations, and basic geometries.
WWW: https://gitlab.com/inkscape/lib2geom
a8b054c |
Number of commits found: 10 |