aboutsummaryrefslogtreecommitdiff
path: root/cad
Commit message (Collapse)AuthorAgeFilesLines
* cad/kicad-*-devel: Update to 2026.04.18Michael Reifenberger92 min.12-6921/+131
|
* cad/freecad-devel: Update to 2026.04.17Michael Reifenberger92 min.4-96/+134
|
* cad/fasm: Fix dependencyYuri Victorovich2 days1-1/+1
| | | | Reported by: fallout
* cad/kicad: update KiCad and libraries to 10.0.1Christoph Moench-Tegeder3 days17-46/+29
| | | | | Announcement: https://www.kicad.org/blog/2026/04/KiCad-10.0.1-Release/
* cad/freecad: update to 1.1.1Christoph Moench-Tegeder3 days4-1246/+4
| | | | | Announcement: https://blog.freecad.org/2026/04/15/freecad-1-1-1-released/
* cad/yosys: Update 0.63 => 0.64Älven4 days3-5/+20
| | | | | | | | Summary: * Strip all the executables, not only the main one Approved by: yuri@ (maintainer, Mentor) Approved by: db@, yuri@ (Mentors, implicit) Differential Revision: https://reviews.freebsd.org/D56397
* cad/gtkwave: Update to 3.3.127Nuno Teixeira4 days2-4/+4
| | | | | ChangeLog: https://sourceforge.net/p/gtkwave/code/HEAD/tree/gtkwave3-gtk3/ChangeLog
* cad/netgen: Update 6.2.2602 => 6.2.2603Älven6 days3-7/+9
| | | | Approved by: db@, yuri@ (Mentors, implicit)
* cad/magic: Update 8.3.629 => 8.3.632Älven6 days2-4/+4
| | | | | | Approved by: yuri@ (maintainer, Mentor) Approved by: db@, yuri@ (Mentors, implicit) Differential Revision: https://reviews.freebsd.org/D56314
* cad/netgen-lvs: Update 1.5.316 => 1.5.318Älven6 days2-4/+4
| | | | | | Approved by: yuri@ (maintainer, Mentor) Approved by: db@, yuri@ (Mentors, implicit) Differential Revision: https://reviews.freebsd.org/D56313
* Emacs Lisp ports framework: OverhaulJoseph Mingrone7 days4-21/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This overhaul introduces four key changes to the elisp ports framework: 1. Remove support for packaged byte-compiled elisp. The primary motivation is to remove a large number of flavor-specific packages and to simplify the ports tree. As an example, supporting byte-compiled elisp for devel/tablist required six packages, one for each flavor of editors/emacs and editors/emacs-devel. With over 100 elisp ports and requests for new Emacs flavors, this was unmanageable. 2. Install configuration to integrate with Emacs's native compilation machinery, allowing elisp from ports to be compiled into the standard cache under the user's home directory. This matches the behavior of GNU ELPA packages and generally results in a faster experience. Speedups vary depending on the characteristics of the elisp code, but are often reported to be 2.5 to 5 times faster than byte-compiled code. 3. Perform byte compilation on the target host, but only when native compilation is unavailable. Compilation is initiated when Emacs starts, and the resulting .elc files are cached under the user's home directory. 4. Load all autoload files installed by FreeBSD elisp ports. This mirrors what package.el does for ELPA packages, ensuring that autoloaded functions are available without requiring users to explicitly load each package. Users with elisp packages (*-emacs_*) installed should consult the 2026-04-11 UPDATING entry for instructions on handling the transition. Reviewed by: ashish, Benjamin Jacobs <freebsd@dev.thsi.be>, dinoex, mandree, mce, nobutaka, Pat Maddox <pat@patmaddox.com>, rhurlin Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D56001
* cad/openvsp: Update to 3.49.0Fernando Apesteguía7 days2-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ChangeLog: https://openvsp.org/blogs/announcements/2026/04/03/openvsp-3-49-0-released Features: * Stowed / Retracted landing gear * TRA Clearance model * Single gear auxiliary geometry * Faster interactivity with landing gear Build system: * Use venv when building Ubuntu to fix numpy version problems * Update to Eigen3 5.0.0 * Update OpenABF to support new Eigen Fixes: * Center of rotation with ABS positioning fixed * Wave drag crash on load * Ambiguous subsurface with line subsurfaces in WaveDrag * Fix mismatch of gear plane for certain analyses * Improve robustness of corner rounding * Fix crash with ground maneuverability analysis * Fix scrolling stability of Check Box Browsers * Fix some Python unit tests * Only show ‘Apply Rotation’ when it makes sense * Fix landing gear scaling on second load * Fix crash due to non-deregistered attribute collection
* cad/veryl: update 0.19.0 → 0.19.1Yuri Victorovich8 days3-554/+643
|
* */*: Take maintainershipKenneth Raplee13 days1-1/+1
| | | | | Approved by: bapt (former maintainer) Approved by: makc (mentor)
* */*: Update maintainer to my FreeBSD addressKenneth Raplee13 days1-1/+1
| | | | Approved by: makc (mentor)
* cad/sumo: Fix build with gdal 3.12.0+Po-Chuan Hsieh13 days1-0/+45
| | | | | Obtained from: https://github.com/eclipse-sumo/sumo/commit/8a52e99ba9170b65e7c661e001d5028e4bba5241 https://github.com/eclipse-sumo/sumo/commit/bb818b0822ea730e932769d9eba4cfdb3966095c
* graphics/gdal: Update to 3.12.2Po-Chuan Hsieh13 days1-1/+1
| | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/OSGeo/gdal/releases https://github.com/OSGeo/gdal/blob/release/3.12/NEWS.md
* python.mk: retire ${PYNUMPY}Charlie Li2026-04-034-5/+5
| | | | | With both math/py-numpy (2) and math/py-numpy1, the variable stopped making sense. Also remove the upper version bound.
* math/py-numpy1: bump more RUN_DEPENDS consumersCharlie Li2026-04-031-1/+1
| | | | | | These specify numpy indirectly using a different variable. PR: 281470
* math/py-numpy: switch all consumers to math/py-numpy1Charlie Li2026-04-036-6/+8
| | | | | | ...and bump PORTREVISIONs of consumers with hard RUN_DEPENDS PR: 281470
* */*: bump portrevision after java_default=25 updateRonald Klop2026-04-027-4/+7
| | | | | | Included all ports that have USES=java. PR: 293559
* cad/openvsp: Update to 3.48.2Fernando Apesteguía2026-04-022-4/+4
| | | | | | | ChangeLog: https://openvsp.org/blogs/announcements/2026/03/04/openvsp-3-48-2-released * Fix regressions to Stack Presets caused by 3.48.1 fixes.
* cad/magic: Update 8.3.570 => 8.3.629Älven2026-04-015-104/+8
| | | | | | Approved by: yuri@ (maintainer, Mentor) Approved by: db@, yuri@ (Mentors, implicit) Differential Revision: https://reviews.freebsd.org/D56206
* cad/OrcaSlicer: update to 2.3.2Kenneth Raplee2026-04-0145-610/+3127
|
* cad/abc: Update g20260307 => g20260328Älven2026-03-312-5/+5
| | | | Approved by: db@, yuri@ (Mentors, implicit)
* devel/autoconf: Update to 2.73Tijl Coosemans2026-03-311-0/+1
| | | | | | | | | | cad/alliance, databases/proxysql, deskutils/growl-for-linux, emulators/wine-proton, net/yate, sysutils/grub2-efi, sysutils/grub2-pcbsd: Add USE_CSTD=gnu11 because autoconf 2.73 tries to use C23 and these ports are broken with that. PR: 293963 Exp-run by: antoine
* cad/freecad: fix build with coin 4.0.8Christoph Moench-Tegeder2026-03-282-0/+154
| | | | | Patch taken from upstream. Bump for code change.
* cad/gmsh: upgrade to 4.15.2Thierry Thomas2026-03-272-4/+4
| | | | Fixed issue in 3D structured CGNS output.
* cad/kicad-devel: Update to 2026.03.25Michael Reifenberger2026-03-274-40/+14
|
* cad/freecad-devel: Update to 2026.03.25Michael Reifenberger2026-03-273-47/+16
|
* cad/symbiyosys: Update 0.60 => 0.63Älven2026-03-272-4/+4
| | | | | | Approved by: yuri@ (maintainer, Mentor) Approved by: db@, yuri@ (Mentors, implicit) Differential Revision: https://reviews.freebsd.org/D56074
* cad/{,py-}gdstk: Update 0.9.62 => 1.0.0Älven2026-03-265-9/+11
| | | | | | | | | cad/py-gdstk: * Add WWW for source code repository. Approved by: yuri@ (maintainer, Mentor) Approved by: db@, yuri@ (Mentors, implicit) Differential Revision: https://reviews.freebsd.org/D56080
* cad/ghdl: Update 5.1.1 => 6.0.0Älven2026-03-266-28/+62
| | | | | | | | | | | * Add WWW for main site * Fix SYNTH logic to optionally disable it as by default synth is enabled https://github.com/ghdl/ghdl/blob/e589c698c351369ac5bcfe7abe1f1152ac5d4727/configure#L52 * Simplify stripping logic in post-install phase Approved by: yuri@ (maintainer, Mentor) Approved by: db@, yuri@ (Mentors, implicit) Differential Revision: https://reviews.freebsd.org/D56078
* cad/py-cocotb: update 1.9.2 → 2.0.1Yuri Victorovich2026-03-252-4/+4
|
* cad/route-rnd: [NEW PORT] Flexible, modular autorouter for Printed Circuit ↵Älven2026-03-254-0/+46
| | | | | | | | | | | | | | | | | | Boards route-rnd is a Free Software flexible, modular autorouter for Printed Circuit Boards - modular, supports different routing algorithms - fits well in a UNIXy workflow - the designed-for-simplicity file format makes it easy to interface - fully CLI, no GUI required - active development, frequent releases - Free Software license (GNU GPLv2+) WWW: http://www.repo.hu/projects/route-rnd/ Approved by: db@, yuri@ (Mentors, implicit)
* cad/freecad: update to 1.1Christoph Moench-Tegeder2026-03-252-4/+4
| | | | | Announcement: https://blog.freecad.org/2026/03/25/freecad-version-1-1-released/
* cad/qrouter: Update 1.4.88 => 1.4.90Älven2026-03-252-5/+6
| | | | | | | | Summary: * Add WWW for source code repository. Approved by: yuri@ (maintainer, Mentor) Approved by: db@, yuri@ (Mentors, implicit) Differential Revision: https://reviews.freebsd.org/D56073
* cad/netgen-lvs: Update 1.5.306 => 1.5.316Älven2026-03-242-5/+6
| | | | | | | | Summary: * Add WWW for source code repository. Approved by: yuri@ (maintainer, Mentor) Approved by: db@, yuri@ (Mentors, implicit) Differential Revision: https://reviews.freebsd.org/D56059
* cad/nvc: Update 1.19.0 => 1.19.3Älven2026-03-242-6/+6
| | | | | | | | Summary: * Pet portclippy(1) and portfmt(1) Approved by: yuri@ (maintainer, Mentor) Approved by: db@, yuri@ (Mentors, implicit) Differential Revision: https://reviews.freebsd.org/D56057
* cad/{surelog,uhdm}: Update 1.84 => 1.86, unbreak cad/surelog on i386Älven2026-03-2313-78/+223
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cad/uhdm: Update 1.84 => 1.86 Changelogs: * https://github.com/chipsalliance/UHDM/releases/tag/v1.86 * https://github.com/chipsalliance/UHDM/releases/tag/v1.85 * https://github.com/chipsalliance/UHDM/compare/v1.85...v1.86 * https://github.com/chipsalliance/UHDM/compare/v1.84...v1.85 * Use dynamic SOVERSION * Pet portclippy(1) and portfmt(1) cad/surelog: Update 1.84 => 1.86 Changelogs: * https://github.com/chipsalliance/Surelog/releases/tag/v1.86 * https://github.com/chipsalliance/Surelog/releases/tag/v1.85 * https://github.com/chipsalliance/Surelog/compare/v1.85...v1.86 * https://github.com/chipsalliance/Surelog/compare/v1.84...v1.85 * Add java to CATEGORIES * Unbreak on i386 * Use dynamic SOVERSION * Pet portclippy(1) and portfmt(1) cad/yosys-systemverilog: Chase cad/{surelog,uhdm}: Update 1.84 => 1.86 Approved by: yuri@ (maintainer, Mentor) Approved by: db@, yuri@ (Mentors, implicit) Differential Revision: https://reviews.freebsd.org/D53573
* cad/electric-ng: Update 9.07 => 9.08.1, refactor, take maintainershipÄlven2026-03-234-67/+52
| | | | | | | | * Rewrite the port to clean modern standards with many improvements Approved by: yuri@ (Mentor) Approved by: db@, yuri@ (Mentors, implicit) Differential Revision: https://reviews.freebsd.org/D55749
* lang/rust: Bump revisions after 1.94.0Mikael Urankar2026-03-235-2/+5
| | | | PR: 293615
* cad/silice: Update g20221229 => g20260322Älven2026-03-224-28/+86
| | | | | | | | | | * Add java to CATEGORIES * Lift off limit to Java version (tested with OpenJDK 21) * Fix and improve pkg-descr Approved by: yuri@ (maintainer, Mentor) Approved by: db@, yuri@ (Mentors, implicit) Differential Revision: https://reviews.freebsd.org/D56030
* cad/py-edalize: Update 0.6.1 => 0.6.5Älven2026-03-222-4/+4
| | | | | | Approved by: yuri@ (maintainer, Mentor) Approved by: db@, yuri@ (Mentors, implicit) Differential Revision: https://reviews.freebsd.org/D55862
* cad/freecad: update to 1.1 (rc3)Christoph Moench-Tegeder2026-03-219-395/+1890
| | | | | | | | Announcement: https://github.com/FreeCAD/FreeCAD/releases/tag/1.1rc3 This allows for "easy" unbreaking of the port against VTK 9.6, and at this point I belive the risk of using this RC is less than the risk of adapting the vtk-9.6-compat patches.
* cad/kicad: update KiCad and libraries to 10.0.0Christoph Moench-Tegeder2026-03-2020-7167/+288
| | | | | Announcement: https://www.kicad.org/blog/2026/03/Version-10.0.0-Released/
* cad/yosys: Update 0.62 => 0.63Joel Bodenmann2026-03-203-4/+6
| | | | | | | Changelog: https://github.com/YosysHQ/yosys/releases/tag/v0.63 PR: 293595 Approved by: yuri (maintainer, timeout)
* cad/freecad-devel: Update to 2026.03.17Michael Reifenberger2026-03-183-39/+41
|
* cad/openscad-devel: Update to 2026.03.16Michael Reifenberger2026-03-182-8/+8
|
* cad/lib3mf: Update to 2.5.0Michael Reifenberger2026-03-183-7/+11
| | | | | | | Exclude Java bindings (not used in tree) PR: 293586 Reported by: Daniel Engberg