Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | editors/emacs-devel: Tweak GCC requirement | Joseph Mingrone | 2023-01-09 | 2 | -5/+7 |
| | | | | | | | | Support for the USE_GCC=X+ form was removed in 9b5f5ab. Native compilation requires GCC version 11 or newer and the default version of GCC is now 12. Sponsored by: The FreeBSD Foundation | ||||
* | audio/libsndfile: Update to upstream version 1.2.0, support mp3 | Daniel Engberg | 2023-01-09 | 3 | -15/+14 |
| | | | | | | PR: 268621 Reported by: diizzy Reviewed by: riggs | ||||
* | lang/gcc13-devel: Update to 13.0.0.s20230108 | Lorenzo Salvadore | 2023-01-09 | 2 | -4/+4 |
| | | | | | | | | | | Snapshots 20221218, 20221225 and 20230101 had issues with lto: linking times were too long, so long that the official package builders could not build packages successfully (=>> Killing runaway build after 10800 seconds with no output). This snapshot should perform better thanks to commit https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=edc038863d88ef0fe7c3ffb3703a9d2b3a17f0a9 . | ||||
* | graphics/poppler: bump dependencies | Tobias C. Berner | 2023-01-09 | 71 | -60/+71 |
| | | | | Follow-up to 9b78681895a5a5b7225299242098f7f2f27d959c | ||||
* | editors/imhex: Update to 1.26.2 | MANTANI Nobutaka | 2023-01-09 | 16 | -110/+132 |
| | |||||
* | audio/ximp3: deprecate | Dmitry Marakasov | 2023-01-09 | 1 | -0/+3 |
| | | | | | PR: 268671 Submitted by: diizzy | ||||
* | comms/sigdigger: Correct build parameters | Yuri Victorovich | 2023-01-09 | 1 | -2/+1 |
| | |||||
* | misc/pqrs: Broken on i386 | Yuri Victorovich | 2023-01-09 | 1 | -0/+2 |
| | | | | Reported by: fallout | ||||
* | devel/fossil: add support for --errorlog and document RC variables | Pietro Cerutti | 2023-01-09 | 2 | -10/+17 |
| | | | | Reported by: Will Senn <will.senn@gmail.com> | ||||
* | devel/rubygem-deep_merge: Update 1.2.1 -> 1.2.2 | Bartek Rutkowski | 2023-01-09 | 2 | -4/+4 |
| | | | | Sponsored by: Pixeware LTD <contracting@pixeware.com> | ||||
* | net/nebula: New port: Scalable overlay networking tool | Yuri Victorovich | 2023-01-09 | 4 | -0/+37 |
| | |||||
* | security/vuxml: Fix `make validate` | Michael Glaus | 2023-01-09 | 1 | -5/+5 |
| | | | | PR: 268837 | ||||
* | security/vuxml: Add 2023 to the main XML file | Michael Glaus | 2023-01-09 | 2 | -1/+4 |
| | | | | PR: 268837 | ||||
* | net/shadowsocks-rust: New port: Rust port of shadowsocks | Yuri Victorovich | 2023-01-09 | 4 | -0/+973 |
| | |||||
* | devel/py-xarray-simlab: New port: Xarray extension and framework for ↵ | Yuri Victorovich | 2023-01-09 | 4 | -0/+40 |
| | | | | computer model simulations | ||||
* | devel/py-zarr: New port: Implementation of chunked, compressed, ↵ | Yuri Victorovich | 2023-01-09 | 4 | -0/+31 |
| | | | | N-dimensional arrays for Python | ||||
* | misc/py-numcodecs: New port: Package providing buffer compression and ↵ | Yuri Victorovich | 2023-01-09 | 4 | -0/+35 |
| | | | | transformation codecs for use | ||||
* | x11-wm/cagebreak: update to 2.0.0 | Jan Beich | 2023-01-09 | 2 | -10/+19 |
| | | | | | Changes: https://github.com/project-repo/cagebreak/releases/tag/2.0.0 Reported by: GitHub (watch releases) | ||||
* | devel/maven: Update to 3.8.7 | Michael Osipov | 2023-01-09 | 3 | -11/+9 |
| | | | | | | ChangeLog: https://maven.apache.org/docs/3.8.7/release-notes.html PR: 268659 MFH: 2023Q1 (bugfixes) | ||||
* | net-mgmt/bwm-ng: Update to 0.6.3 | Tim Bishop | 2023-01-09 | 4 | -44/+7 |
| | |||||
* | www/baikal: update to 0.9.3 | Pietro Cerutti | 2023-01-09 | 3 | -10/+5 |
| | |||||
* | security/py-pyotp2289: Update to 1.2.1 | Simeon Simeonov | 2023-01-09 | 2 | -10/+5 |
| | | | | | | | ChangeLog: https://github.com/blackm0re/pyotp2289/blob/master/CHANGELOG.md PR: 268781 | ||||
* | misc/openhab*: Update to 3.4.1. | Alexander Leidinger | 2023-01-09 | 4 | -8/+8 |
| | |||||
* | graphics/resvg-capi: New port: SVG rendering library (C++/Qt API) | Yuri Victorovich | 2023-01-09 | 4 | -0/+190 |
| | |||||
* | devel/cargo-bloat: New port: Find out what takes most of the space in your ↵ | Yuri Victorovich | 2023-01-09 | 4 | -0/+78 |
| | | | | executable | ||||
* | graphics/poppler: update to 23.01 | Tobias C. Berner | 2023-01-09 | 2 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | Changelog: core: * PDFDoc::sign: Fix crash if font can't be found * PDFDoc::sign: Try Arial to sign if Helvetica isn't found * FoFiType1::parse: Be more flexible parsing the encoding content. Issue #1324 * Gfx::opBeginMarkedContent: Support Span with Name. Issue #1327 * Splash: Avoid color issues due to implicit rounding * Splash: Fix crash on malformed file. * CairoOutputDev: Ignore text rendering mode for type3 fonts * Remove unused FoFiType1::load function build system: * Increase minimum required versions of several dependencies * Improve include path handling qt6: * Use less deprecated functions PR: 268721 Exp-run by: antoine | ||||
* | audio/d11amp: Add new port | Thomas Dettbarn | 2023-01-09 | 4 | -0/+39 |
| | | | | | | | | | D11AMP is an oldskool MP3 player. In addition to being a frontend to mpg123, it can handle WinAMP's treasure trove of skins. PR: 268776 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D37974 | ||||
* | devel/exomizer: Add new port | Felix Palmen | 2023-01-09 | 5 | -0/+141 |
| | | | | | | | | | | Exomizer is a cruncher for old 8-bit computers, with focus on the MOS 6502 CPU. It can create self-decrunching executables for a variety of these systems, as well as plain crunched data. Some decrunching code for the target systems is bundled. Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D37965 | ||||
* | security/git-credential-gopass: Update to 1.15.3 | Emanuel Haupt | 2023-01-09 | 2 | -8/+8 |
| | |||||
* | math/octave-forge-stk: Update to 2.8.0. | Stephen Montgomery-Smith | 2023-01-08 | 2 | -7/+6 |
| | |||||
* | misc/py-ipyfastscape: New port: Interactive widgets for topographic data ↵ | Yuri Victorovich | 2023-01-08 | 4 | -0/+47 |
| | | | | analysis and modelling | ||||
* | science/py-ipygany: New port: 3-D scientific visualization in Jupyter Notebooks | Yuri Victorovich | 2023-01-08 | 4 | -0/+45 |
| | |||||
* | devel/py-ipydatawidgets: New port: Set of widgets to facilitate reuse of ↵ | Yuri Victorovich | 2023-01-08 | 4 | -0/+30 |
| | | | | large datasets across widgets | ||||
* | security/lua-argon2: New port | Vanilla I. Shu | 2023-01-09 | 6 | -0/+64 |
| | | | | | | | Lua C binding for the Argon2 password hashing function. Compatible with Lua 5.x and LuaJIT. PR: 268039 Reported by: Manuel Wiesinger <manuel at mmap.at> | ||||
* | lang/jpm: Update to 1.1.0 | Christopher Hall | 2023-01-09 | 2 | -5/+6 |
| | | | | | | Take maintainership. Differential Revision: https://reviews.freebsd.org/D37985 | ||||
* | lang/janet: Update to 1.26.0 | Christopher Hall | 2023-01-09 | 2 | -4/+4 |
| | | | | Differential Revision: https://reviews.freebsd.org/D37984 | ||||
* | math/octave-forge-statistics-bootstrap: Update to 5.1.3. | Stephen Montgomery-Smith | 2023-01-08 | 2 | -4/+5 |
| | |||||
* | Mk/bsd.gcc.mk: Remove support for USE_GCC=X+ | Gerald Pfeifer | 2023-01-09 | 1 | -27/+5 |
| | | | | | | | | | | | | | | At this point most ports that employ USE_GCC have the USE_GCC=yes form, some have USE_GCC=X (where X is an older version of GCC than the current default), and none is left with USE_GCC=X+. To reduce complexity and since we are actively tracking upstream GCC with our default version, remove support for the USE_GCC=X+ form. This also derisks Mk/Uses/fortran.mk which aligns with USE_GCC after commit 4191c71fbd229e5a96382bc6fa271a1ce5668b0f. [1] PR: 266196 [1] | ||||
* | devel/py-traittypes: New port: Traitlets types for NumPy, SciPy and friends | Yuri Victorovich | 2023-01-08 | 4 | -0/+33 |
| | |||||
* | misc/py-fastscapelib: New port: Library of efficient algorithms for ↵ | Yuri Victorovich | 2023-01-08 | 4 | -0/+38 |
| | | | | topographic data | ||||
* | misc/fastscapelib: New port: Library of efficient algorithms for topographic ↵ | Yuri Victorovich | 2023-01-08 | 5 | -0/+59 |
| | | | | data | ||||
* | databases/qdrant: New port: Vector search engine and database for the next ↵ | Yuri Victorovich | 2023-01-08 | 4 | -0/+1329 |
| | | | | gen AI applications | ||||
* | math/mathpresso: Update g20211213 -> g20230108 | Yuri Victorovich | 2023-01-08 | 3 | -11/+9 |
| | |||||
* | www/microbin: New port: Tiny, self-contained, configurable paste bin and URL ↵ | Yuri Victorovich | 2023-01-08 | 4 | -0/+790 |
| | | | | shortener | ||||
* | devel/git-branchless: New port: High-velocity, monorepo-scale workflow for Git | Yuri Victorovich | 2023-01-08 | 4 | -0/+1041 |
| | |||||
* | net-im/telegram-desktop: pretend FreeBSD is Linux | Adriaan de Groot | 2023-01-08 | 2 | -1/+12 |
| | | | | | This may be superfluous, since there's a -DLINUX=1 in the ports Makefile now as well. | ||||
* | sysutils/lizardfs: fix configure step | Adriaan de Groot | 2023-01-08 | 1 | -0/+13 |
| | |||||
* | devel/cmake*: update to 3.25.1 | Adriaan de Groot | 2023-01-08 | 8 | -31/+99 |
| | | | | | | | | | | While here, remove a stale patch (upstreamed in CMake 3.10 or so) and repair the CPack FreeBSD pkg generator. Prepared by lbartoletti@ Exp-runs by antoine@ PR: 267872, 267894 | ||||
* | misc/ompl: Update 1.5.2 -> 1.6.0 | Yuri Victorovich | 2023-01-08 | 3 | -17/+82 |
| | | | | Reported by: portscout | ||||
* | graphics/bgfx: Update 1.118.8398-366 -> 1.118.8398-370 | Yuri Victorovich | 2023-01-08 | 2 | -4/+4 |
| | | | | Reported by: portscout |