| non port: www/Makefile |
Number of commits found: 5608 (showing only 100 on this page) |
|
Friday, 5 Dec 2025
|
08:00 Matthias Fechner (mfechner)
www/rubygem-cssbundling-rails-gitlab: Remove expired port
www/rubygem-cssbundling-rails-gitlab
b5eb1ae |
07:01 Wen Heping (wen)
www/py-django60: Add new port
Django is a high-level Python Web framework that encourages rapid development
and clean, pragmatic design.
Developed and used over the past two years by a fast-moving online-news
operation, Django was designed from scratch to handle two challenges: the
intensive deadlines of a newsroom and the stringent requirements of experienced
Web developers. It has convenient niceties for developing content-management
systems, but it's an excellent tool for building any Web site.
94f7311 |
|
Wednesday, 3 Dec 2025
|
19:43 Sergey A. Osokin (osa)
www: connect freenginx-acme to the build
Reported by: antoine
Sponsored by: tipi.work
53d6989 |
|
Sunday, 30 Nov 2025
|
12:55 Wen Heping (wen)
www/py-litestar: Add new port
Litestar is a powerful, flexible yet opinionated ASGI framework, focused on
building APIs. It offers high-performance data validation, dependency injection,
first-class ORM integration, authorization primitives, a rich plugin API,
middleware, and much more that's needed to get applications up and running.
9ed20a2 |
|
Saturday, 29 Nov 2025
|
23:20 Po-Chuan Hsieh (sunpoet)
www/rubygem-ethon-gitlab: Add rubygem-ethon-gitlab 0.17.0 (copied from
rubygem-ethon)
8fae933 |
23:20 Po-Chuan Hsieh (sunpoet)
www/py-dj52-django-otp: Add py-dj52-django-otp 1.6.3 (copied from py-django-otp)
17a26937 |
|
Tuesday, 18 Nov 2025
|
22:42 Vladimir Druzenko (vvd) Author: Paavo-Einari Kaipila
www/wp-cli: New port: Command line interface for WordPress
WP-CLI is the command-line interface for WordPress.
You can update plugins, configure multisite installations and much more,
without using a web browser.
Co-authored-by: Vladimir Druzenko <vvd@FreeBSD.org>
Co-authored-by: takefu@airport.fm
Co-authored-by: avkarenow@o2.pl
PR: 257679
46cee31 |
|
Monday, 17 Nov 2025
|
21:06 Po-Chuan Hsieh (sunpoet)
www/rubygem-turbo-rails-rails80: Add rubygem-turbo-rails-rails80 2.0.17 (copied
from rubygem-turbo-rails-rails72)
6d9989f |
21:06 Po-Chuan Hsieh (sunpoet)
www/rubygem-propshaft-rails80: Add rubygem-propshaft-rails80 1.3.1 (copied from
rubygem-propshaft-rails72)
4a21434 |
21:06 Po-Chuan Hsieh (sunpoet)
www/rubygem-stimulus-rails-rails80: Add rubygem-stimulus-rails-rails80 1.3.4
(copied from rubygem-stimulus-rails-rails72)
0432756 |
21:06 Po-Chuan Hsieh (sunpoet)
www/rubygem-tailwindcss-rails-rails80: Add rubygem-tailwindcss-rails-rails80
1.0.0 (copied from rubygem-tailwindcss-rails-rails72)
0ba71d4 |
21:06 Po-Chuan Hsieh (sunpoet)
www/rubygem-cssbundling-rails-rails80: Add rubygem-cssbundling-rails-rails80
1.4.3 (copied from rubygem-cssbundling-rails-rails72)
308a4be |
21:06 Po-Chuan Hsieh (sunpoet)
www/rubygem-importmap-rails-rails80: Add rubygem-importmap-rails-rails80 2.2.2
(copied from rubygem-importmap-rails-rails72)
ee06464 |
21:06 Po-Chuan Hsieh (sunpoet)
www/rubygem-jsbundling-rails-rails80: Add rubygem-jsbundling-rails-rails80 1.3.1
(copied from rubygem-jsbundling-rails-rails72)
ea21e88 |
21:06 Po-Chuan Hsieh (sunpoet)
www/rubygem-kamal-rails80: Add rubygem-kamal-rails80 2.8.2 (copied from
rubygem-kamal-rails)
39d70d4 |
21:06 Po-Chuan Hsieh (sunpoet)
www/rubygem-rails81: Add rubygem-rails81 8.1.0
Rails is a web-application framework that includes everything needed to create
database-backed web applications according to the Model-View-Controller (MVC)
pattern.
Understanding the MVC pattern is key to understanding Rails. MVC divides your
application into three layers: Model, View, and Controller, each with a specific
responsibility.
Active Record, Active Model, Action Pack, and Action View can each be used
independently outside Rails.
In addition to that, Rails also comes with:
- Action Mailer, a library to generate and send emails
- Action Mailbox, a library to receive emails within a Rails application
- Active Job, a framework for declaring jobs and making them run on a variety of
queuing backends
- Action Cable, a framework to integrate WebSockets with a Rails application
- Active Storage, a library to attach cloud and local files to Rails
applications
- Action Text, a library to handle rich text content
- Active Support, a collection of utility classes and standard library
extensions that are useful for Rails, and may also be used independently
outside Rails
5645cf8 |
21:06 Po-Chuan Hsieh (sunpoet)
www/rubygem-railties81: Add rubygem-railties81 8.1.0
Railties is responsible for gluing all frameworks together. Overall, it:
- handles the bootstrapping process for a Rails application;
- manages the rails command line interface;
- and provides the Rails generators core.
319546c |
21:06 Po-Chuan Hsieh (sunpoet)
www/rubygem-actioncable81: Add rubygem-actioncable81 8.1.0
Action Cable seamlessly integrates WebSockets with the rest of your Rails
application. It allows for real-time features to be written in Ruby in the same
style and form as the rest of your Rails application, while still being
performant and scalable. It's a full-stack offering that provides both a
client-side JavaScript framework and a server-side Ruby framework. You have
access to your full domain model written with Active Record or your ORM of
choice.
0e2f668 |
21:06 Po-Chuan Hsieh (sunpoet)
www/rubygem-actionpack81: Add rubygem-actionpack81 8.1.0
Action Pack is a framework for handling and responding to web requests. It
provides mechanisms for routing (mapping request URLs to actions), defining
controllers that implement actions, and generating responses. In short, Action
Pack provides the controller layer in the MVC paradigm.
It consists of several modules:
- Action Dispatch, which parses information about the web request, handles
routing as defined by the user, and does advanced processing related to HTTP
such as MIME-type negotiation, decoding parameters in POST, PATCH, or PUT
bodies, handling HTTP caching logic, cookies and sessions.
- Action Controller, which provides a base controller class that can be
subclassed to implement filters and actions to handle requests. The result of
an action is typically content generated from views.
With the Ruby on Rails framework, users only directly interface with the Action
Controller module. Necessary Action Dispatch functionality is activated by
default and Action View rendering is implicitly triggered by Action Controller.
However, these modules are designed to function on their own and can be used
outside of Rails.
7ca8ac2 |
|
Saturday, 15 Nov 2025
|
04:34 Matthias Fechner (mfechner)
www/rubygem-gon-rails70: Remove expired port
www/rubygem-gon-rails70
255f6f1 |
04:33 Matthias Fechner (mfechner)
www/rubygem-gon-rails61: Remove expired port
www/rubygem-gon-rails61
62df3d7 |
04:32 Matthias Fechner (mfechner)
www/rubygem-gon-rails60: Remove expired port
www/rubygem-gon-rails60
4007710 |
|
Sunday, 9 Nov 2025
|
16:30 Po-Chuan Hsieh (sunpoet)
www/rubygem-net-http-gitlab: Add rubygem-net-http-gitlab 0.6.0 (copied from
rubygem-net-http)
- Change RUN_DEPENDS from rubygem-uri to rubygem-uri-gitlab
- Add PORTSCOUT
10345d7 |
16:30 Po-Chuan Hsieh (sunpoet)
www/py-dj52-laces: Add py-dj52-laces 0.1.2 (copied from py-laces)
3ed42b8 |
16:30 Po-Chuan Hsieh (sunpoet)
www/py-modelsearch: Add py-modelsearch 1.1
Django ModelSearch allows you to index Django models and search them using the
ORM!
It supports PostgreSQL FTS, SQLite FTS5, MySQL FTS, MariaDB FTS, Elasticsearch
(7.x, 8.x, and 9.x), and OpenSearch (2.x and 3.x).
Features:
- Index models in Elasticsearch and OpenSearch and query with the Django ORM
- Reuse existing QuerySets for search, works with Django paginators and
django-filter
- Also supports PostgreSQL FTS, MySQL FTS, MariaDB FTS and SQLite FTS5
- Autocomplete
- Faceting
- Per-field boosting
- Fuzzy Search
- Phrase search
- Structured queries
- Multi-table inheritance
- Zero-downtime index rebuilding (uses aliases to atomically swap in a new index
when its ready)
This has been built into Wagtail CMS since 2014 and extracted into a separate
package in March 2025.
c88d5e4 |
16:30 Po-Chuan Hsieh (sunpoet)
www/py-dj52-django-treebeard: Add py-dj52-django-treebeard 4.7.1 (copied from
py-django-treebeard)
aa68543 |
16:30 Po-Chuan Hsieh (sunpoet)
www/rubygem-hamlit-gitlab: Add rubygem-hamlit-gitlab 3.0.3 (copied from
rubygem-hamlit)
- Add PORTSCOUT
3085a33 |
16:30 Po-Chuan Hsieh (sunpoet)
www/py-dj52-django-modelcluster: Add py-dj52-django-modelcluster 6.2.1 (copied
from py-django-modelcluster)
0da15e7 |
16:30 Po-Chuan Hsieh (sunpoet)
www/py-dj52-django-permissionedforms: Add py-dj52-django-permissionedforms 0.1
(copied from py-django-permissionedforms)
b9efe68 |
16:30 Po-Chuan Hsieh (sunpoet)
www/py-dj52-django-tasks: Add py-dj52-django-tasks 0.9.0 (copied from
py-django-tasks)
3282f7f |
|
Sunday, 2 Nov 2025
|
08:50 Daniel Engberg (diizzy)
www/mitmproxy: Remove port
Marked broken in 2022 and no patches submitted unbreak and/or
update port to a recent version
dd5cfb8 |
|
Saturday, 1 Nov 2025
|
11:24 Muhammad Moinur Rahman (bofh)
www/py-dj52-django-netfields: New port
Django netfields makes proper PostgreSQL net related fields for Django.
Custom fields include IP Addresses in CIDR Format, and fields for MAC
Addresses.
This is specific to Django version 5.2.X.
WWW: https://github.com/jimfunk/django-postgresql-netfields
Sponsored by: Nepustil
b004d9a |
11:04 Rene Ladan (rene)
www/phpmustache: Remove expired port
2025-10-31 www/phpmustache: Installation mode changed from systemwide to
per-application with Composer
5bc8dc9 |
|
Tuesday, 28 Oct 2025
|
15:21 Dries Michiels (driesm) Author: Matthew Wener
www/py-flask-limiter3: add new port
Add an older version to the tree as this one is needed for calibreweb.
PR: 290415
488d848 |
11:07 Dag-Erling Smørgrav (des)
www/forgejo-lts: Copied from www/forgejo
New port for long-term support releases of Forgejo (currently 11.0.7).
MFH: 2025Q2
Reviewed by: bapt
Differential Revision: https://reviews.freebsd.org/D53395
26cad27 |
|
Monday, 27 Oct 2025
|
15:09 Po-Chuan Hsieh (sunpoet)
www/rubygem-protocol-url: Add rubygem-protocol-url 0.4.0
Protocol::URL provides abstractions for working with URLs.
ecd427b |
14:35 Po-Chuan Hsieh (sunpoet)
www/yarn-node25: Add yarn-node25 1.22.19 (copied from yarn-node24)
9c6964e |
14:35 Po-Chuan Hsieh (sunpoet)
www/npm-node25: Add npm-node25 11.6.2 (copied from npm-node24)
1fc4cb4 |
14:35 Po-Chuan Hsieh (sunpoet)
www/node25: Add node25 25.0.0
Node.js is a free, open-source, cross-platform JavaScript runtime environment
that lets developers create servers, web apps, command line tools and scripts.
5f85ab6 |
14:35 Po-Chuan Hsieh (sunpoet)
www/corepack: Add corepack 0.34.1
Corepack is a zero-runtime-dependency Node.js script that acts as a bridge
between Node.js projects and the package managers they are intended to be used
with during development. In practical terms, Corepack lets you use Yarn, npm,
and pnpm without having to install them.
6bf543e |
|
Sunday, 26 Oct 2025
|
19:19 Matthias Fechner (mfechner)
www/rubygem-typhoeus-gitlab: fix merge conflict in 2025Q4 with
www/rubygem-typhoeus
which prevents build gitlab 18.4.3
0842afa |
|
Wednesday, 22 Oct 2025
|
13:56 Robert Clausecker (fuz) Author: Piotr Smyrak
www/rdrview: CLI tool to extract the main content from a webpage
rdrview is a command line tool to extract the main content from a webpage.
It's an adaptation of Mozilla readibility.js to a C program that works in
a Capsicum sandbox.
WWW: https://github.com/eafer/rdrview/
PR: 289983
82f95fc |
|
Tuesday, 21 Oct 2025
|
08:43 Gabriel M. Dutra (dutra)
www/urlfinder: Add new port
high-speed tool for passively gathering URLs, optimized for efficient
and comprehensive web asset discovery without active scanning.
9253fcd |
03:43 Zsolt Udvari (uzsolt)
www/R-cran-revealjs: New port
R Markdown format for 'reveal.js' presentations, a framework for easily creating
beautiful presentations using HTML.
fe5566a |
|
Sunday, 19 Oct 2025
|
12:15 Matthias Fechner (mfechner)
www/gitlab: fix regressions caused by puma upgrade
This fixes following commits:
99b692d10ed32c6a02eaaa3727400379d4692aa6
0f92b5ebfd3b3336f58a715ecf171f7e716788d5
074a308471c1dc05251985907e260a632141c3b3
PR: 289973
a23cee1 |
|
Friday, 17 Oct 2025
|
08:01 Yuri Victorovich (yuri)
www/py-extruct: New port: Extract embedded metadata from HTML markup
140a603 |
|
Thursday, 16 Oct 2025
|
23:15 Yuri Victorovich (yuri)
www/py-chalice: New port: Microframework for AWS Lambda
b5ea1f48 |
|
Monday, 13 Oct 2025
|
06:12 Po-Chuan Hsieh (sunpoet)
www/rubygem-typhoeus14: Add rubygem-typhoeus14 1.4.1 (copied from
rubygem-typhoeus)
- Add PORTSCOUT
e4742a4 |
06:11 Po-Chuan Hsieh (sunpoet)
www/py-quart-trio: Add py-quart-trio 0.12.0
Quart-Trio is an extension for Quart to support the Trio event loop. This is an
alternative to using the asyncio event loop present in the Python standard
library and supported by default in Quart.
2962a14 |
06:11 Po-Chuan Hsieh (sunpoet)
www/py-quart: Add py-quart 0.20.0
Quart is an async Python web application framework. Using Quart you can,
- render and serve HTML templates,
- write (RESTful) JSON APIs,
- serve WebSockets,
- stream request and response data,
- do pretty much anything over the HTTP or WebSocket protocols.
72804b6 |
|
Thursday, 9 Oct 2025
|
03:07 Jose Alonso Cardenas Marquez (acm)
www/dolibarr21: New port: Modern software package to manage your company or
foundation
Dolibarr ERP & CRM is a modern software package to manage your organization's
activity (contacts, suppliers, invoices, orders, stocks, agenda)
It's an Open Source Software (written in PHP language) designed for small,
medium or large companies, foundations and freelances.
You can freely use, study, modify or distribute it according to its Free
Software licence.
You can use it as a standalone application or as a web application to be able
to access it from the Internet or a LAN.
73384b0 |
|
Tuesday, 7 Oct 2025
|
11:04 Wen Heping (wen)
www/moodle51: New port, copied from www/moodle50
Moodle is a course management system (CMS) - a free, Open Source software
package designed using sound pedagogical principles, to help educators
create effective online learning communities. You can use it on any
computer you have handy (including webhosts), yet it can scale from a
single-teacher site to a 40,000-student University.
3409cc0 |
|
Monday, 6 Oct 2025
|
14:01 Zsolt Udvari (uzsolt)
www/R-cran-pixture: New port
Pixture is an R package designed to create HTML image galleries. The galleries
can be standalone, included in an Rmarkdown/Quarto document or incorporated into
a Shiny app.
5bc5fd2 |
08:25 Yuri Victorovich (yuri)
www/py-essentials-openapi: New port: Classes to generate OpenAPI Documentation
v3 and v2
d5abdc7 |
|
Wednesday, 1 Oct 2025
|
19:12 Rene Ladan (rene)
www/rubygem-rackup21: Remove expired port
2025-09-30 www/rubygem-rackup21: No consumers in ports tree
4a6ab69 |
|
Tuesday, 30 Sep 2025
|
10:50 Po-Chuan Hsieh (sunpoet)
www/rubygem-jwt2: Add rubygem-jwt2 2.10.2 (copied from rubygem-jwt)
- Add PORTSCOUT
0b9f48c |
10:50 Po-Chuan Hsieh (sunpoet)
www/rubygem-puma6: Add rubygem-puma6 6.6.1 (copied from rubygem-puma)
- Add PORTSCOUT
99b692d |
10:50 Po-Chuan Hsieh (sunpoet)
www/oatpp: Add oatpp 1.3.1
Oat++ is a modern Web Framework for C++. It's fully loaded and contains all the
necessary components for effective production-level development. It's also light
and has a small memory footprint.
ffc5f84 |
|
Monday, 29 Sep 2025
|
18:07 Michael Gmelin (grembo)
www/py-dj52-django-multiselectfield: New port
Clone of existing port for Django 5.2.
ddedb96 |
18:07 Michael Gmelin (grembo)
www/py-dj52-django-soft-delete: New port
Clone of existing port for Django 5.2.
5dd1413 |
18:07 Michael Gmelin (grembo)
www/py-dj52-drf-writable-nested: New port
Clone of existing port for Django 5.2.
9cff930 |
18:07 Michael Gmelin (grembo)
www/py-dj52-django-guardian: New port
Clone of existing port for Django 5.2.
ccad81c |
18:07 Michael Gmelin (grembo)
www/py-dj52-djangorestframework-guardian: New port
Clone of existing port for Django 5.2.
c3c26e45 |
18:07 Michael Gmelin (grembo)
www/py-dj52-channels-redis: New port
Clone of existing port for Django 5.2.
d21ab5a |
18:07 Michael Gmelin (grembo)
www/py-dj52-django-allauth: New port
Clone of existing port for Django 5.2.
dd32387 |
18:07 Michael Gmelin (grembo)
www/py-dj52-django-auditlog: New port
Clone of existing port for Django 5.2.
babe92a |
18:07 Michael Gmelin (grembo)
www/py-dj52-django-celery-results: New port
Clone of existing port for Django 5.2.
88cb79a |
18:07 Michael Gmelin (grembo)
www/py-dj52-django-compression-middleware: New port
Clone of existing port for Django 5.2.
46943cf |
07:20 Yuri Victorovich (yuri)
www/py-ddgs: New port: Search for words/documents/images/videos/news/maps/text
translation
2451274 |
00:56 Yuri Victorovich (yuri)
www/py-primp: New port: High-performance HTTP client with advanced web browser
impersonation
545d49b |
|
Sunday, 28 Sep 2025
|
01:38 Yuri Victorovich (yuri)
www/py-http-sf: New port: Library for parsing and serializing HTTP Structured
Fields (RFC 9651)
cc712e8 |
|
Wednesday, 24 Sep 2025
|
03:30 Hiroki Tagato (tagattie)
www/py-torrequest: add port: Simple interface for HTTP(s) requests over Tor
A simple Python interface for HTTP(s) requests over Tor.
It's basically a wrapper around Stem and Requests libraries.
WWW: https://github.com/erdiaker/torrequest
7f87b6d |
03:30 Hiroki Tagato (tagattie)
www/py-sherlock-project: add port: Hunt down social media accounts by username
across social networks
Hunt down social media accounts by username across 400+ social
networks.
WWW: https://sherlockproject.xyz/
233acf5 |
|
Friday, 19 Sep 2025
|
17:03 Jesús Daniel Colmenares Oviedo (dtxdf)
www/gatus: New port: Automated developer-oriented status page
Gatus is a developer-oriented health dashboard that gives you the
ability to monitor your services using HTTP, ICMP, TCP, and even
DNS queries as well as evaluate the result of said queries by using
a list of conditions on values like the status code, the response
time, the certificate expiration, the body and many others. The
icing on top is that each of these health checks can be paired with
alerting via Slack, Teams, PagerDuty, Discord, Twilio and many more.
5c7f1e3 |
|
Thursday, 18 Sep 2025
|
12:45 Älven (alven) Author: Einar Bjarni Halldórsson
www/py-hyperkitty: [NEW PORT] A web interface to access GNU Mailman v3 archives
Hyperkitty is a web interface to access GNU Mailman v3 archives.
Three other ports are added as dependencies of py-hyperkitty:
- www/py-django-q2
- www/py-robot-detection
- www/py-mailman-hyperkitty
PR: 281463 281464 281465
Approved by: yuri@ (Mentor)
Differential Revision: https://reviews.freebsd.org/D52550
dcd0ea2 |
|
Wednesday, 17 Sep 2025
|
08:30 Wen Heping (wen)
www/py-nikola: New port
Nikola is a python framework for modular, fast, simple, static website
and blog generator.
03a02ae |
|
Saturday, 13 Sep 2025
|
04:28 Hiroki Tagato (tagattie)
www/py-fastapi-sso: add port: FastAPI plugin to enable SSO to most common
providers
FastAPI plugin to enable SSO to most common providers (such as
Facebook login, Google login and login via Microsoft Office 365
account).
This allows you to implement the famous Login with
Google/Facebook/Microsoft buttons functionality on your backend very
easily.
WWW: https://tomasvotava.github.io/fastapi-sso/
24a9e8d |
|
Monday, 8 Sep 2025
|
17:57 Vladimir Druzenko (vvd) Author: Sebastian Oswald
www/angie-module-auth-totp: New port: TOTP authentication for angie
The nginx-http-auth-totp module provides TOTP authentication for an
Angie server.
The Time-based One-Time Password (TOTP) algorithm, provides a secure
mechanism for short-lived one-time password values, which are desirable
for enhanced security. This algorithm can be used across a wide range of
network applications ranging from remote Virtual Private Network (VPN)
access, Wi-Fi network logon to transaction-orientated Web applications.
PR: 289369
6a1dc3d |
08:26 Michael Osipov (michaelo)
www/mod_wsgi4: Move to www/mod_wsgi, and upgrade port to 5.0.2
PR: 288402
Approved by: jrm (mentor), douglas@douglasthrift.net (maintainer timeout)
Differential Revision: https://reviews.freebsd.org/D52139
fe18c14 |
|
Sunday, 7 Sep 2025
|
23:03 Po-Chuan Hsieh (sunpoet)
www/rubygem-jwt29: Remove obsoleted port
Use www/rubygem-jwt instead.
3e4b688 |
23:03 Po-Chuan Hsieh (sunpoet)
www/py-planet-auth: Add py-planet-auth 2.1.1
The Planet Auth Library provides generic authentication utilities for clients
and for services. For clients, it provides means to obtain access tokens that
can be used to access network services. For services, it provides tools to
validate the same access tokens.
The Planet SDK for Python leverages this library, and is pre-configured for the
Planet Cloud Service used by customers.
261e38e |
|
Friday, 5 Sep 2025
|
02:16 Hiroki Tagato (tagattie) Author: Valter Nazianzeno
www/tocaia: add port: Portable TUI Gopher client written in C89 for POSIX
systems
Tocaia is a minimalist and cross-platform Gopher client.
Built with minimal dependencies, it offers a fast, efficient,
and a direct browsing experience navigating the Gopherspace.
WWW: https://github.com/manipuladordedados/tocaia
PR: 289195
Reported by: Valter Nazianzeno <manipuladordedados@gmail.com> (new maintainer)
Reviewed by: Yusuf Yaman <nxjoseph@protonmail.com>
82376e2 |
|
Thursday, 4 Sep 2025
|
07:32 Yuri Victorovich (yuri)
www/py-playwright: New port: High-level API to automate web browsers
a984edf |
|
Wednesday, 3 Sep 2025
|
21:20 Rene Ladan (rene)
www/node18: Remove expired port
2025-05-31 www/node18: Node.js 18.* has reached its EoL on 2025-04-30. Use
Node.js 22.* (www/node22) instead
f9d9e0a |
21:19 Rene Ladan (rene)
www/npm-node18: Remove expired port
2025-09-01 www/npm-node18: Depeneds on expired www/node18. Node.js 18.* has
reached its EoL on 2025-04-30.
d0f03d4 |
16:53 Muhammad Moinur Rahman (bofh)
www/py-dj51-django-netfields: New port
Django netfields makes proper PostgreSQL net related fields for Django.
Custom fields include IP Addresses in CIDR Format, and fields for MAC
Addresses.
This is specific to Django version 5.1.X.
WWW: https://github.com/jimfunk/django-postgresql-netfields
c6193d3 |
|
Tuesday, 2 Sep 2025
|
20:11 Rene Ladan (rene)
www/yarn-node18: Remove expired port
2025-09-01 www/yarn-node18: Depeneds on expired www/node18. Node.js 18.* has
reached its EoL on 2025-04-30.
5409a2e |
19:59 Rene Ladan (rene)
www/p5-Interchange6: Remove expired port
2025-09-01 www/p5-Interchange6: Depends on expired security/p5-Data-Entropy via
databases/p5-Interchange6-Schema
4eb34ab |
19:48 Rene Ladan (rene)
www/p5-Dancer2-Plugin-Interchange6: Remove expired port
2025-09-01 www/p5-Dancer2-Plugin-Interchange6: Depends on expired
security/p5-Data-Entropy via databases/p5-Interchange6-Schema
ac69d5e |
19:43 Jesús Daniel Colmenares Oviedo (dtxdf)
www/filebrowser-quantum: New port: Web File Browser
FileBrowser Quantum provides an easy way to access and manage your
files from the web. It has has a modern responsive interface that
has many advanced features to manage users, access, sharing, and
file preview and editing.
d9fed5d |
|
Friday, 29 Aug 2025
|
01:17 Vladimir Druzenko (vvd)
www/phpvirtualbox-72: Update 7.1-1 => 7.2-1
Changelog:
https://github.com/phpvirtualbox/phpvirtualbox/releases/tag/7.2-1
PR: 289019
03a50a8 |
|
Saturday, 23 Aug 2025
|
13:37 Sergey A. Osokin (osa)
www/Makefile: connect www/nginx-acme to the build
7bcd427 |
|
Saturday, 16 Aug 2025
|
21:20 Max Brazhnikov (makc)
www/angelfish: add new KDE Gear port
Angelfish is a web browser for Plasma Mobile and Desktop.
WWW: https://apps.kde.org/angelfish/
7f76703 |
21:19 Hiroki Tagato (tagattie)
www/chawan: hook to build
PR: 288598
Reported by: antoine (via ports-committers)
Fixes: 4a0169a0f3f9 (www/chawan: new port: A text-mode web browser and pager)
d29ff61 |
15:11 Kai Knoblich (kai)
www/py-lia-web: New port
Write once, run everywhere - A universal web framework adapter for
Python that lets you write code once and use it across multiple web
frameworks.
Lia provides a unified interface for common web framework operations,
allowing you to write framework-agnostic code that can be easily adapted
to work with FastAPI, Flask, Django, and other popular Python web
frameworks.
MFH: 2025Q3 (required for py-dj52-strawberry-graphql update)
6e91478 |
|
Monday, 11 Aug 2025
|
06:53 Jesús Daniel Colmenares Oviedo (dtxdf)
www/github-release-monitor: New port: Self-hostable application to monitor
GitHub repository releases
Github Release Monitor is a powerful, self-hostable application to
automatically monitor GitHub repository releases and receive instant
email or Apprise notifications. Keep track of your favorite projects
without manually checking for updates.
Approved by: acm (mentor)
6b771b3 |
|
Monday, 4 Aug 2025
|
13:35 Rene Ladan (rene)
www/py-wsaccel: Remove expired port
2025-08-03 www/py-wsaccel: Upstream ceased development
8064765 |
|
Saturday, 2 Aug 2025
|
09:49 Rene Ladan (rene)
www/mediawiki142: Remove expired port
2025-07-31 www/mediawiki142: Upstream EOL
973d505 |
09:35 Rene Ladan (rene)
www/webcopy: Remove expired port
2025-07-31 www/webcopy: Upstream is long gone and project not touched in
decades, consider using ftp/wget
5ce0e1c |
00:45 Muhammad Moinur Rahman (bofh)
lang/php85: Update version 8.5.0alpha2=>8.5.0alpha3
- Remove opcache module as it is part of default php
- Remove www/php85-opcache
- Remove opcache module from lang/php85-extensions
- Indent Makefile properly
Please DO NOT use this version in production, it is an early test
version.
Changelog: https://github.com/php/php-src/blob/php-8.5.0alpha3/NEWS
c58693d |
Number of commits found: 5608 (showing only 100 on this page) |