notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: www/Makefile

Number of commits found: 5136 (showing only 100 on this page)

1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11  »  [Last Page]

Saturday, 9 Mar 2024
14:05 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-dj42-django-permissionedforms: Add py-dj42-django-permissionedforms 0.1
(copied from py-django-permissionedforms)

django-permissionedforms is an extension to Django's forms framework, allowing
you to define forms where certain fields are shown or omitted according to the
user's permissions.
commit hash: f946b683c3b5fa84b9b9ada7a97dc06ce02188f0 commit hash: f946b683c3b5fa84b9b9ada7a97dc06ce02188f0 commit hash: f946b683c3b5fa84b9b9ada7a97dc06ce02188f0 commit hash: f946b683c3b5fa84b9b9ada7a97dc06ce02188f0 f946b68
14:05 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-dj42-django-treebeard: Add py-dj42-django-treebeard 4.7.1 (copied from
py-django-treebeard)

django-treebeard is a library that implements efficient tree implementations for
the Django Web Framework 1.8 and later.

Features:

- Flexible: Includes 3 different tree implementations with the same API:
  * Adjacency List
  * Materialized Path
  * Nested Sets
- Fast: Optimized non-naive tree operations
- Easy: Uses Django Model Inheritance with abstract classes to define your own
	models.
- Clean: Testable and well tested code base. Code/branch test coverage is
	 above 96%.
commit hash: 8f49288172b4c76b13d11f6da336e72d755ad62c commit hash: 8f49288172b4c76b13d11f6da336e72d755ad62c commit hash: 8f49288172b4c76b13d11f6da336e72d755ad62c commit hash: 8f49288172b4c76b13d11f6da336e72d755ad62c 8f49288
14:05 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-laces: Add py-laces 0.1.1

Laces components provide a simple way to combine data (in the form of Python
objects) with the Django templates that are meant to render that data. The
components can then be simply rendered in any other template using the {%
component %} template tag. That parent template does not need to know anything
about the component's template or data. No need to receive, filter, restructure
or pass any data to the component's template. Just let the component render
itself.

Template and data are tied together in the component, and they can be passed
around together. This becomes especially useful when components are nested -- it
allows us to avoid building the same nested structure twice (once in the data
and again in the templates).

Working with objects that know how to render themselves as HTML elements is a
common pattern found in complex Django applications, such as the Wagtail admin
interface. The Wagtail admin is also where the APIs provided in this package
have previously been discovered, developed and solidified. The purpose of this
package is to make these tools available to other Django projects outside the
Wagtail ecosystem.
commit hash: 4f4fc4eb07b05fccc08fd4b82e4fefc50ed94924 commit hash: 4f4fc4eb07b05fccc08fd4b82e4fefc50ed94924 commit hash: 4f4fc4eb07b05fccc08fd4b82e4fefc50ed94924 commit hash: 4f4fc4eb07b05fccc08fd4b82e4fefc50ed94924 4f4fc4e
14:05 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-dj42-django-modelcluster: Add py-dj42-django-modelcluster 6.2.1 (copied
from py-django-modelcluster)

django-modelcluster extends Django's foreign key relations to make this
possible. It introduces a new type of relation, ParentalKey, where the related
models are stored locally to the 'parent' model until the parent is explicitly
saved. Up to that point, the related models can still be accessed through a
subset of the QuerySet API.
commit hash: 34c201e051eb56adc8267e481ab188cadfc155e5 commit hash: 34c201e051eb56adc8267e481ab188cadfc155e5 commit hash: 34c201e051eb56adc8267e481ab188cadfc155e5 commit hash: 34c201e051eb56adc8267e481ab188cadfc155e5 34c201e
14:05 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-dj42-django-otp: Add py-dj42-django-otp 1.3.0 (copied from py-django-otp)

This project makes it easy to add support for one-time passwords (OTPs) to
Django. It can be integrated at various levels, depending on how much
customization is required. It integrates with django.contrib.auth, although it
is not a Django authentication backend. The primary target is developers wishing
to incorporate OTPs into their Django projects as a form of two-factor
authentication.

Several simple OTP plugins are included and more are available separately. This
package also includes an implementation of OATH HOTP and TOTP for convenience,
as these are standard OTP algorithms used by multiple plugins.
commit hash: 109459581b889e4cb031285f49f189f387aa76fa commit hash: 109459581b889e4cb031285f49f189f387aa76fa commit hash: 109459581b889e4cb031285f49f189f387aa76fa commit hash: 109459581b889e4cb031285f49f189f387aa76fa 1094595
13:43 Muhammad Moinur Rahman (bofh) search for other commits by this committer Author: Vladimir Timofeev
www/forgejo: New port
commit hash: 00770786d88e06602a7dd3ed9cf0b2c96da4527f commit hash: 00770786d88e06602a7dd3ed9cf0b2c96da4527f commit hash: 00770786d88e06602a7dd3ed9cf0b2c96da4527f commit hash: 00770786d88e06602a7dd3ed9cf0b2c96da4527f 0077078
Thursday, 29 Feb 2024
15:44 Norikatsu Shigemura (nork) search for other commits by this committer
www/p5-HTTP-Tiny-Paranoid: Add new port

This module is a subclass of HTTP::Tiny that performs exactly one additional
function: before connecting, it passes the hostname to Net::DNS::Paranoid.
If the hostname is rejected, then the request is aborted before a connect is
even attempted.

Approved by:	hrs (mentor)
commit hash: f35cf3def761f99e28177f1d239428cc3f6e5b7b commit hash: f35cf3def761f99e28177f1d239428cc3f6e5b7b commit hash: f35cf3def761f99e28177f1d239428cc3f6e5b7b commit hash: f35cf3def761f99e28177f1d239428cc3f6e5b7b f35cf3d
12:52 Muhammad Moinur Rahman (bofh) search for other commits by this committer
www/phpbb: Remove expired port

www/phpbb
commit hash: 0a5c2a0dd9e84841e28f0e2f9f882178283beb0d commit hash: 0a5c2a0dd9e84841e28f0e2f9f882178283beb0d commit hash: 0a5c2a0dd9e84841e28f0e2f9f882178283beb0d commit hash: 0a5c2a0dd9e84841e28f0e2f9f882178283beb0d 0a5c2a0
12:52 Muhammad Moinur Rahman (bofh) search for other commits by this committer
www/nibbleblog: Remove expired port

www/nibbleblog
commit hash: 9545067648539900faf54b0e4a3ccba756cee8ff commit hash: 9545067648539900faf54b0e4a3ccba756cee8ff commit hash: 9545067648539900faf54b0e4a3ccba756cee8ff commit hash: 9545067648539900faf54b0e4a3ccba756cee8ff 9545067
12:52 Muhammad Moinur Rahman (bofh) search for other commits by this committer
www/cgichk: Remove expired port

www/cgichk
commit hash: e942ad46900f623ba33c901d1be1fcdc4bcb1f06 commit hash: e942ad46900f623ba33c901d1be1fcdc4bcb1f06 commit hash: e942ad46900f623ba33c901d1be1fcdc4bcb1f06 commit hash: e942ad46900f623ba33c901d1be1fcdc4bcb1f06 e942ad4
Sunday, 25 Feb 2024
18:57 Yuri Victorovich (yuri) search for other commits by this committer
www/loco: New port: Web framework for Rust for side-projects and startups
commit hash: 3461c8e179a59fd0a19bc75eaec9e2b50c58c841 commit hash: 3461c8e179a59fd0a19bc75eaec9e2b50c58c841 commit hash: 3461c8e179a59fd0a19bc75eaec9e2b50c58c841 commit hash: 3461c8e179a59fd0a19bc75eaec9e2b50c58c841 3461c8e
09:26 Jochen Neumeister (joneum) search for other commits by this committer
www/freenginx: add new port

Freenginx is a Robust ans small WWW server

Sponsored by:	Netzkommune GmbH
commit hash: 78842f5507e0259442311b8288fb438f584aed4d commit hash: 78842f5507e0259442311b8288fb438f584aed4d commit hash: 78842f5507e0259442311b8288fb438f584aed4d commit hash: 78842f5507e0259442311b8288fb438f584aed4d 78842f5
Friday, 23 Feb 2024
13:18 Matthias Fechner (mfechner) search for other commits by this committer
www/gitlab-ce: fix regression from 393f9a3b150a2b125e035f67ff6bff5e694cccac
commit hash: 4db00f8bcb92624026ddb7fbbb37380b7412683e commit hash: 4db00f8bcb92624026ddb7fbbb37380b7412683e commit hash: 4db00f8bcb92624026ddb7fbbb37380b7412683e commit hash: 4db00f8bcb92624026ddb7fbbb37380b7412683e 4db00f8
Thursday, 22 Feb 2024
22:42 Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
www/py-werkzeug2: Python utilities collection for building WSGI applications
(2.x)

A Python utilities collection for building WSGI applications.

Werkzeug does not try to be a framework, and instead started as a simple
collection of various utilities useful for building WSGI applications.
It has since become one of the most advanced collections of its kind.

It includes a powerful debugger, fully featured request and response
objects, HTTP utilities to handle entity tags, cache control headers,
HTTP dates, cookie handling, file uploads, a powerful URL routing
system and a bunch of community contributed add-on modules.
commit hash: 4472d02b2c44d5bab34ebcd3649e394cbc49c1e1 commit hash: 4472d02b2c44d5bab34ebcd3649e394cbc49c1e1 commit hash: 4472d02b2c44d5bab34ebcd3649e394cbc49c1e1 commit hash: 4472d02b2c44d5bab34ebcd3649e394cbc49c1e1 4472d02
20:15 Michael Gmelin (grembo) search for other commits by this committer
www/py-dj42-django-crispy-forms: New port

Django 4.2 version of www/py-django-crispy-forms, happy to pass
it to its maintainer or make it disappear, once 4.2 is the default
django version.
commit hash: c4523f5112499cb29de2ace8a204503c437840cb commit hash: c4523f5112499cb29de2ace8a204503c437840cb commit hash: c4523f5112499cb29de2ace8a204503c437840cb commit hash: c4523f5112499cb29de2ace8a204503c437840cb c4523f5
20:14 Michael Gmelin (grembo) search for other commits by this committer
www/py-dj42-djangoql: New port

Django 4.2 version of www/py-djangoql
commit hash: 49cef766bf78d234b1896ad60560ab514e970dea commit hash: 49cef766bf78d234b1896ad60560ab514e970dea commit hash: 49cef766bf78d234b1896ad60560ab514e970dea commit hash: 49cef766bf78d234b1896ad60560ab514e970dea 49cef76
12:31 Robert Clausecker (fuz) search for other commits by this committer Author: Oleg A. Mamontov
www/angie-module-testcookie: New angie module

Module is a simple robot mitigation module using cookie based
challenge/response technique. Challenge cookies can be set using different
methods and can be encrypted and then decrypted at client side with JavaScript.

PR:		275299
commit hash: 2f3bdc0e7ae3912b61ec9517633b15a6caec0bf5 commit hash: 2f3bdc0e7ae3912b61ec9517633b15a6caec0bf5 commit hash: 2f3bdc0e7ae3912b61ec9517633b15a6caec0bf5 commit hash: 2f3bdc0e7ae3912b61ec9517633b15a6caec0bf5 2f3bdc0
09:22 Matthias Fechner (mfechner) search for other commits by this committer
www/gitlab-ce: fix regression from 950c09acde516b5c08de7f4a1e212998a2e4d5b9
commit hash: 84b9f3d2432184f33fd1f4c3164073754165e28f commit hash: 84b9f3d2432184f33fd1f4c3164073754165e28f commit hash: 84b9f3d2432184f33fd1f4c3164073754165e28f commit hash: 84b9f3d2432184f33fd1f4c3164073754165e28f 84b9f3d
04:52 Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
www/dolibarr18: Repocopy from www/dolibarr

- Update to 18.0.5

ChangeLog at:	https://github.com/Dolibarr/dolibarr/releases/tag/18.0.5
commit hash: af8f04ba6f0cc14fd24306ebaf9637e1818983c6 commit hash: af8f04ba6f0cc14fd24306ebaf9637e1818983c6 commit hash: af8f04ba6f0cc14fd24306ebaf9637e1818983c6 commit hash: af8f04ba6f0cc14fd24306ebaf9637e1818983c6 af8f04b
Wednesday, 21 Feb 2024
15:06 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/rubygem-faraday-em_http1: Add rubygem-faraday-em_http1 1.0.0 (copied from
rubygem-faraday-em_http)

- Add PORTSCOUT
commit hash: bcce3f1ec7a524dc1ea79b7ad7ded87c097b40b8 commit hash: bcce3f1ec7a524dc1ea79b7ad7ded87c097b40b8 commit hash: bcce3f1ec7a524dc1ea79b7ad7ded87c097b40b8 commit hash: bcce3f1ec7a524dc1ea79b7ad7ded87c097b40b8 bcce3f1
15:06 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-htmldate: Add py-htmldate 1.7.0

htmldate finds original and updated publication dates of any web page. From the
command-line or within Python, all the steps needed from web page download to
HTML parsing, scraping, and text analysis are included.
commit hash: 0532aa392a247337f8afcc9c58025347d9fff64c commit hash: 0532aa392a247337f8afcc9c58025347d9fff64c commit hash: 0532aa392a247337f8afcc9c58025347d9fff64c commit hash: 0532aa392a247337f8afcc9c58025347d9fff64c 0532aa3
Monday, 19 Feb 2024
21:04 Dries Michiels (driesm) search for other commits by this committer
devel/py-limits: add new port

Rate limiting using various strategies and storage backends
suchh as redis & memcached.
commit hash: 5cf0d90c757278b5c38c9b7c7dd90213a176b5d2 commit hash: 5cf0d90c757278b5c38c9b7c7dd90213a176b5d2 commit hash: 5cf0d90c757278b5c38c9b7c7dd90213a176b5d2 commit hash: 5cf0d90c757278b5c38c9b7c7dd90213a176b5d2 5cf0d90
Sunday, 18 Feb 2024
15:23 Michael Gmelin (grembo) search for other commits by this committer
www/py-dj42-django-celery-results: New port

Celery result backends for django
commit hash: 35bca82a1fa2b1f46877b804e59554c84d048750 commit hash: 35bca82a1fa2b1f46877b804e59554c84d048750 commit hash: 35bca82a1fa2b1f46877b804e59554c84d048750 commit hash: 35bca82a1fa2b1f46877b804e59554c84d048750 35bca82
15:20 Michael Gmelin (grembo) search for other commits by this committer
www/py-dj42-channels-redis: New port

Redis-backed asgi channel layer implementation
commit hash: 6b738c0de9858bcae0664e03c076a42895fd6dc3 commit hash: 6b738c0de9858bcae0664e03c076a42895fd6dc3 commit hash: 6b738c0de9858bcae0664e03c076a42895fd6dc3 commit hash: 6b738c0de9858bcae0664e03c076a42895fd6dc3 6b738c0
15:18 Michael Gmelin (grembo) search for other commits by this committer
www/py-dj42-channels: New port

Django 4.2 version of www/py-channels, happy to pass it to its maintainer
or make it disappear, once 4.2 is the default django version.
commit hash: a9d834da3db90781a5d90eddad347d9f58178132 commit hash: a9d834da3db90781a5d90eddad347d9f58178132 commit hash: a9d834da3db90781a5d90eddad347d9f58178132 commit hash: a9d834da3db90781a5d90eddad347d9f58178132 a9d834d
15:11 Michael Gmelin (grembo) search for other commits by this committer
www/py-dj42-django-auditlog: New port

Django app that keeps a log of changes made to an object
commit hash: 839480a783cf3bfc4d2f442d4c7f315837f5641d commit hash: 839480a783cf3bfc4d2f442d4c7f315837f5641d commit hash: 839480a783cf3bfc4d2f442d4c7f315837f5641d commit hash: 839480a783cf3bfc4d2f442d4c7f315837f5641d 839480a
14:56 Michael Gmelin (grembo) search for other commits by this committer
www/py-dj42-django-compression-middleware: New port

Django middleware to compress responses using several algorithms
commit hash: 8df0d56eb4383ec4e86ce578c55a7cdab9854849 commit hash: 8df0d56eb4383ec4e86ce578c55a7cdab9854849 commit hash: 8df0d56eb4383ec4e86ce578c55a7cdab9854849 commit hash: 8df0d56eb4383ec4e86ce578c55a7cdab9854849 8df0d56
14:53 Michael Gmelin (grembo) search for other commits by this committer
www/py-dj42-djangorestframework-guardian: New port

Django Guardian support for Django REST Framework
commit hash: b0a5aae0a1ba4fbf67e4b7f8d97b327b1e6db0b5 commit hash: b0a5aae0a1ba4fbf67e4b7f8d97b327b1e6db0b5 commit hash: b0a5aae0a1ba4fbf67e4b7f8d97b327b1e6db0b5 commit hash: b0a5aae0a1ba4fbf67e4b7f8d97b327b1e6db0b5 b0a5aae
14:52 Michael Gmelin (grembo) search for other commits by this committer
www/py-dj42-drf-writable-nested: New port

Writable nested model serializer for Django REST framework
commit hash: 6533234e4fa93581e550815869e6af8db44349aa commit hash: 6533234e4fa93581e550815869e6af8db44349aa commit hash: 6533234e4fa93581e550815869e6af8db44349aa commit hash: 6533234e4fa93581e550815869e6af8db44349aa 6533234
14:41 Michael Gmelin (grembo) search for other commits by this committer
www/py-dj42-django-guardian: New port

Django 4.2 version of www/py-django-guardian, happy to pass it to its
maintainer or make it disappear, once 4.2 is the default django version.
commit hash: 02ddaaa15bc8994d6be0b245fd646a8f4f6144a9 commit hash: 02ddaaa15bc8994d6be0b245fd646a8f4f6144a9 commit hash: 02ddaaa15bc8994d6be0b245fd646a8f4f6144a9 commit hash: 02ddaaa15bc8994d6be0b245fd646a8f4f6144a9 02ddaaa
14:39 Michael Gmelin (grembo) search for other commits by this committer
www/py-dj42-django-allauth: New port

Django 4.2 version of www/py-django-allauth, happy to pass it to its
maintainer or make it disappear, once 4.2 is the default django version.
commit hash: 885a0659dc6890dfb753f1593b275f6c1734b517 commit hash: 885a0659dc6890dfb753f1593b275f6c1734b517 commit hash: 885a0659dc6890dfb753f1593b275f6c1734b517 commit hash: 885a0659dc6890dfb753f1593b275f6c1734b517 885a065
14:29 Michael Gmelin (grembo) search for other commits by this committer
www/py-dj42-django-multiselectfield: New port

Django multiple select field
commit hash: e8e97c466940fecaa26f21764fced027d52d96ef commit hash: e8e97c466940fecaa26f21764fced027d52d96ef commit hash: e8e97c466940fecaa26f21764fced027d52d96ef commit hash: e8e97c466940fecaa26f21764fced027d52d96ef e8e97c4
12:30 Michael Gmelin (grembo) search for other commits by this committer
www/py-dj42-django-extensions: New port

Django 4.2 version of www/py-django-extensions, happy to pass it to its
maintainer or make it disappear, once 4.2 is the default django version.
commit hash: af12fb4d3d90d23b7b3c84e263034f2a2e872003 commit hash: af12fb4d3d90d23b7b3c84e263034f2a2e872003 commit hash: af12fb4d3d90d23b7b3c84e263034f2a2e872003 commit hash: af12fb4d3d90d23b7b3c84e263034f2a2e872003 af12fb4
11:51 Michael Gmelin (grembo) search for other commits by this committer
www/py-flower: New port

Celery flower - monitor and manage Celery clusters
commit hash: 664008c67911f77ea347e9dc4f3b888160785fd9 commit hash: 664008c67911f77ea347e9dc4f3b888160785fd9 commit hash: 664008c67911f77ea347e9dc4f3b888160785fd9 commit hash: 664008c67911f77ea347e9dc4f3b888160785fd9 664008c
Sunday, 11 Feb 2024
20:47 Nicola Vitale (nivit) search for other commits by this committer
www/xurls: Add new port

Extract urls from text or files using regular expressions.

https://github.com/mvdan/xurls
commit hash: 522010dcab64f6ac017617950f0e0af92fc18114 commit hash: 522010dcab64f6ac017617950f0e0af92fc18114 commit hash: 522010dcab64f6ac017617950f0e0af92fc18114 commit hash: 522010dcab64f6ac017617950f0e0af92fc18114 522010d
Tuesday, 6 Feb 2024
14:58 Norikatsu Shigemura (nork) search for other commits by this committer
www/dmarcts-report-viewer: Add new port

A PHP viewer for DMARC records that have been parsed by John
Levine's rddmarc script or the dmarcts-report-parser.pl into
a MySQL or PostgreSQL database.

Reviewed by:	hrs (mentor)
Approved by:	hrs (mentor)
commit hash: 0a8ad0114db64fb9211238cfe6dff06e8e4bc40c commit hash: 0a8ad0114db64fb9211238cfe6dff06e8e4bc40c commit hash: 0a8ad0114db64fb9211238cfe6dff06e8e4bc40c commit hash: 0a8ad0114db64fb9211238cfe6dff06e8e4bc40c 0a8ad01
Wednesday, 31 Jan 2024
22:28 Rene Ladan (rene) search for other commits by this committer
www/lighttpd-mod_h264_streaming: Remove expired port

2024-01-31 www/lighttpd-mod_h264_streaming: Does not build with new lighttpd
commit hash: 7d889afc8a3d9fef336b5c1601b69837aa52521a commit hash: 7d889afc8a3d9fef336b5c1601b69837aa52521a commit hash: 7d889afc8a3d9fef336b5c1601b69837aa52521a commit hash: 7d889afc8a3d9fef336b5c1601b69837aa52521a 7d889af
Sunday, 28 Jan 2024
23:24 Robert Clausecker (fuz) search for other commits by this committer Author: Nicolas Herry
www/ncgopher: Fast and modern Gopher, Gemini and finger terminal client

ncgopher is a gopher, gemini and finger client for the modern internet.

It features history, download, bookmarks, TLS support and can rely
on external tools to work with HTML, images and telnet.
It is written in Rust.

WWW: https://github.com/jansc/ncgopher
commit hash: 07d10b5c6ccce256fd540dae3cffe5e54f9ce0db commit hash: 07d10b5c6ccce256fd540dae3cffe5e54f9ce0db commit hash: 07d10b5c6ccce256fd540dae3cffe5e54f9ce0db commit hash: 07d10b5c6ccce256fd540dae3cffe5e54f9ce0db 07d10b5
Thursday, 25 Jan 2024
06:40 Yuri Victorovich (yuri) search for other commits by this committer
www/py-google-cloud-testutils: New port: Common tools used to test Python client
libraries for Google APIs
commit hash: 375c025cfbf9cc8eef099734eae50242c04e8a64 commit hash: 375c025cfbf9cc8eef099734eae50242c04e8a64 commit hash: 375c025cfbf9cc8eef099734eae50242c04e8a64 commit hash: 375c025cfbf9cc8eef099734eae50242c04e8a64 375c025
Tuesday, 23 Jan 2024
07:05 Kai Knoblich (kai) search for other commits by this committer
www/py-django-htmx: New port

This package offers extensions for using Django with htmx, a library
that allows one to access modern browser features directly from HTML,
rather than using JavaScript (see https://htmx.org/).
commit hash: 9843ba088d2ab774ede73b1ddcf369b2618d7be3 commit hash: 9843ba088d2ab774ede73b1ddcf369b2618d7be3 commit hash: 9843ba088d2ab774ede73b1ddcf369b2618d7be3 commit hash: 9843ba088d2ab774ede73b1ddcf369b2618d7be3 9843ba0
Saturday, 20 Jan 2024
09:34 Kai Knoblich (kai) search for other commits by this committer
www/py-nh3: New port

This package offers Python bindings to the ammonia HTML sanitization
library (see https://github.com/rust-ammonia/ammonia) and it has many
options to customize the sanitization.
commit hash: 042cb14c9ed07030a312e4f55fbe38092d29f7d7 commit hash: 042cb14c9ed07030a312e4f55fbe38092d29f7d7 commit hash: 042cb14c9ed07030a312e4f55fbe38092d29f7d7 commit hash: 042cb14c9ed07030a312e4f55fbe38092d29f7d7 042cb14
Friday, 19 Jan 2024
23:41 Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
sysutils/bareos22-*: Copy bareos-* ports to bareso22-* ones

- bareos-* ports will be updated to 23.0.1 soon
commit hash: e86aedbcb08513bd8f85420435909783d87084fb commit hash: e86aedbcb08513bd8f85420435909783d87084fb commit hash: e86aedbcb08513bd8f85420435909783d87084fb commit hash: e86aedbcb08513bd8f85420435909783d87084fb e86aedb
Wednesday, 17 Jan 2024
13:06 Oleksii Samorukov (samm) search for other commits by this committer
www/trac-markdownmacro: new port
commit hash: 5cf6230139eea41e422ce5eaae6bb8337d8d5068 commit hash: 5cf6230139eea41e422ce5eaae6bb8337d8d5068 commit hash: 5cf6230139eea41e422ce5eaae6bb8337d8d5068 commit hash: 5cf6230139eea41e422ce5eaae6bb8337d8d5068 5cf6230
Monday, 15 Jan 2024
11:24 Rene Ladan (rene) search for other commits by this committer
www/mongrel2: Remove expired port

2024-01-01 www/mongrel2: BROKEN for more than 2 years on all platforms after the
EOL of 12
commit hash: df6b017bd1670a919b0fb2b042c2e9a18e5a2bc5 commit hash: df6b017bd1670a919b0fb2b042c2e9a18e5a2bc5 commit hash: df6b017bd1670a919b0fb2b042c2e9a18e5a2bc5 commit hash: df6b017bd1670a919b0fb2b042c2e9a18e5a2bc5 df6b017
10:10 Palle Girgensohn (girgen) search for other commits by this committer
www/sqlpage: Add new port for SQLPage

SQLPage is an Open-source low-code web application server.  It allows
you to create full websites writing only simple database queries.
commit hash: 93b14f05e9448a15980d68494c33705c1a4f5636 commit hash: 93b14f05e9448a15980d68494c33705c1a4f5636 commit hash: 93b14f05e9448a15980d68494c33705c1a4f5636 commit hash: 93b14f05e9448a15980d68494c33705c1a4f5636 93b14f0
Wednesday, 10 Jan 2024
01:51 Yuri Victorovich (yuri) search for other commits by this committer
www/dpp: New port: C++ Discord API bot library
commit hash: 5484cd257e61bdd718356b6429e917157cf4e647 commit hash: 5484cd257e61bdd718356b6429e917157cf4e647 commit hash: 5484cd257e61bdd718356b6429e917157cf4e647 commit hash: 5484cd257e61bdd718356b6429e917157cf4e647 5484cd2
Tuesday, 9 Jan 2024
10:58 Oleksii Samorukov (samm) search for other commits by this committer
www/trac-tocmacro: new port

Trac macro generates a table of contents for the current page or a set
of pages.
commit hash: 20498f8c5b9fa4f5a64966de0df96dd16bce3dbc commit hash: 20498f8c5b9fa4f5a64966de0df96dd16bce3dbc commit hash: 20498f8c5b9fa4f5a64966de0df96dd16bce3dbc commit hash: 20498f8c5b9fa4f5a64966de0df96dd16bce3dbc 20498f8
09:27 Oleksii Samorukov (samm) search for other commits by this committer
www/trac-spamfilter: add new port

This trac plugin allows different ways to reject contributions that
contain spam.
commit hash: 34fdd68f8580ffd2bdb6a83a28eedd4d1db85ed4 commit hash: 34fdd68f8580ffd2bdb6a83a28eedd4d1db85ed4 commit hash: 34fdd68f8580ffd2bdb6a83a28eedd4d1db85ed4 commit hash: 34fdd68f8580ffd2bdb6a83a28eedd4d1db85ed4 34fdd68
08:50 Oleksii Samorukov (samm) search for other commits by this committer
www/trac-accountmanager: add new port

Trac plugin offers features for managing user accounts on Trac Project.
commit hash: f044d78ad8315f4955b5374075f8271bc0d03850 commit hash: f044d78ad8315f4955b5374075f8271bc0d03850 commit hash: f044d78ad8315f4955b5374075f8271bc0d03850 commit hash: f044d78ad8315f4955b5374075f8271bc0d03850 f044d78
Saturday, 6 Jan 2024
01:55 Yuri Victorovich (yuri) search for other commits by this committer
www/py-flask-jwt: New port: JWT token authentication for Flask apps
commit hash: 26553ca00e2a8b6beedae1552fb5c3a940255a58 commit hash: 26553ca00e2a8b6beedae1552fb5c3a940255a58 commit hash: 26553ca00e2a8b6beedae1552fb5c3a940255a58 commit hash: 26553ca00e2a8b6beedae1552fb5c3a940255a58 26553ca
01:55 Yuri Victorovich (yuri) search for other commits by this committer
www/py-flasgger: New port: Extract swagger specs from your flask project
commit hash: 27601733d87a117799c2e28b59b638c3d576a9c0 commit hash: 27601733d87a117799c2e28b59b638c3d576a9c0 commit hash: 27601733d87a117799c2e28b59b638c3d576a9c0 commit hash: 27601733d87a117799c2e28b59b638c3d576a9c0 2760173
Wednesday, 3 Jan 2024
02:05 Oleksii Samorukov (samm) search for other commits by this committer
www/trac: update www/Makefile to reflect port rename
commit hash: 05b5c7d54c6179360c621e24a2dd4a6288303da0 commit hash: 05b5c7d54c6179360c621e24a2dd4a6288303da0 commit hash: 05b5c7d54c6179360c621e24a2dd4a6288303da0 commit hash: 05b5c7d54c6179360c621e24a2dd4a6288303da0 05b5c7d
Monday, 1 Jan 2024
23:43 Yuri Victorovich (yuri) search for other commits by this committer
www/py-pywry: New port: PyWry Web Viewer
commit hash: b852e5372138b6eb7aae765c9efc52331faa9813 commit hash: b852e5372138b6eb7aae765c9efc52331faa9813 commit hash: b852e5372138b6eb7aae765c9efc52331faa9813 commit hash: b852e5372138b6eb7aae765c9efc52331faa9813 b852e53
Sunday, 31 Dec 2023
00:06 Muhammad Moinur Rahman (bofh) search for other commits by this committer
www/py-django41: Remove expired port

2023-12-31 www/py-django41: Extended support of Django 4.1 ends December 2023,
upgrade to a newer version of Django. See
https://www.djangoproject.com/download/
commit hash: 8949e2a37b411b01b60dd7800b7341e99a20ff7c commit hash: 8949e2a37b411b01b60dd7800b7341e99a20ff7c commit hash: 8949e2a37b411b01b60dd7800b7341e99a20ff7c commit hash: 8949e2a37b411b01b60dd7800b7341e99a20ff7c 8949e2a
00:06 Muhammad Moinur Rahman (bofh) search for other commits by this committer
www/qt5-webkit: Remove expired port

2023-12-31 www/qt5-webkit: No longer actively maintained, increasing security
concers
commit hash: cb3615b528c288d90aff6aa0e7a9778f80c9e85d commit hash: cb3615b528c288d90aff6aa0e7a9778f80c9e85d commit hash: cb3615b528c288d90aff6aa0e7a9778f80c9e85d commit hash: cb3615b528c288d90aff6aa0e7a9778f80c9e85d cb3615b
00:06 Muhammad Moinur Rahman (bofh) search for other commits by this committer
lang/php80: Sunset
commit hash: beced896adede7791902c084864668404d24aa46 commit hash: beced896adede7791902c084864668404d24aa46 commit hash: beced896adede7791902c084864668404d24aa46 commit hash: beced896adede7791902c084864668404d24aa46 beced89
00:06 Muhammad Moinur Rahman (bofh) search for other commits by this committer
www/py-dj41-djangorestframework: Remove expired port

2023-12-31 www/py-dj41-djangorestframework: Extended support of Django 4.1 ends
December 2023, upgrade to the Django 4.2+ version of this port. See
https://www.djangoproject.com/download/
commit hash: a5ca352c4dcbe9117d94eef3ae487e48e9bd8c96 commit hash: a5ca352c4dcbe9117d94eef3ae487e48e9bd8c96 commit hash: a5ca352c4dcbe9117d94eef3ae487e48e9bd8c96 commit hash: a5ca352c4dcbe9117d94eef3ae487e48e9bd8c96 a5ca352
00:06 Muhammad Moinur Rahman (bofh) search for other commits by this committer
www/py-dj41-django-timezone-field: Remove expired port

2023-12-31 www/py-dj41-django-timezone-field: Extended support of Django 4.1
ends December 2023, upgrade to the Django 4.2+ version of this port. See
https://www.djangoproject.com/download/
commit hash: 559cd20d7ed35b6a1ecec2732b9f968c1f68d6bc commit hash: 559cd20d7ed35b6a1ecec2732b9f968c1f68d6bc commit hash: 559cd20d7ed35b6a1ecec2732b9f968c1f68d6bc commit hash: 559cd20d7ed35b6a1ecec2732b9f968c1f68d6bc 559cd20
00:06 Muhammad Moinur Rahman (bofh) search for other commits by this committer
www/py-dj41-drf-spectacular-sidecar: Remove expired port

2023-12-31 www/py-dj41-drf-spectacular-sidecar: Extended support of Django 4.1
ends December 2023, upgrade to the Django 4.2+ version of this port. See
https://www.djangoproject.com/download/
commit hash: 7cdf3c4d011a5781db7d9d9fe44ff4e7baee2bb2 commit hash: 7cdf3c4d011a5781db7d9d9fe44ff4e7baee2bb2 commit hash: 7cdf3c4d011a5781db7d9d9fe44ff4e7baee2bb2 commit hash: 7cdf3c4d011a5781db7d9d9fe44ff4e7baee2bb2 7cdf3c4
00:06 Muhammad Moinur Rahman (bofh) search for other commits by this committer
www/py-dj41-django-js-asset: Remove expired port

2023-12-31 www/py-dj41-django-js-asset: Extended support of Django 4.1 ends
December 2023, upgrade to the Django 4.2+ version of this port. See
https://www.djangoproject.com/download/
commit hash: c97a4245f127ff4ada0643ffc222fd470508433f commit hash: c97a4245f127ff4ada0643ffc222fd470508433f commit hash: c97a4245f127ff4ada0643ffc222fd470508433f commit hash: c97a4245f127ff4ada0643ffc222fd470508433f c97a424
00:06 Muhammad Moinur Rahman (bofh) search for other commits by this committer
www/py-dj41-django-debug-toolbar: Remove expired port

2023-12-31 www/py-dj41-django-debug-toolbar: Extended support of Django 4.1 ends
December 2023, upgrade to the Django 4.2+ version of this port. See
https://www.djangoproject.com/download/
commit hash: 59cdef6f05390cf2e544b19d2cd9b1a8619e64ab commit hash: 59cdef6f05390cf2e544b19d2cd9b1a8619e64ab commit hash: 59cdef6f05390cf2e544b19d2cd9b1a8619e64ab commit hash: 59cdef6f05390cf2e544b19d2cd9b1a8619e64ab 59cdef6
00:06 Muhammad Moinur Rahman (bofh) search for other commits by this committer
www/kf5-kdewebkit: Remove expired port

2023-12-31 www/kf5-kdewebkit: Depends on deprecated www/qt5-webkit
commit hash: d70baa445588bce8e85f4568cf206ef6f8986f05 commit hash: d70baa445588bce8e85f4568cf206ef6f8986f05 commit hash: d70baa445588bce8e85f4568cf206ef6f8986f05 commit hash: d70baa445588bce8e85f4568cf206ef6f8986f05 d70baa4
00:06 Muhammad Moinur Rahman (bofh) search for other commits by this committer
www/py-dj41-django-auth-ldap: Remove expired port

2023-12-31 www/py-dj41-django-auth-ldap: Extended support of Django 4.1 ends
December 2023, upgrade to the Django 4.2+ version of this port. See
https://www.djangoproject.com/download/
commit hash: 765e481616ecbb0972ec7d05966e3de4842d0cec commit hash: 765e481616ecbb0972ec7d05966e3de4842d0cec commit hash: 765e481616ecbb0972ec7d05966e3de4842d0cec commit hash: 765e481616ecbb0972ec7d05966e3de4842d0cec 765e481
00:06 Muhammad Moinur Rahman (bofh) search for other commits by this committer
www/py-dj41-django-cors-headers: Remove expired port

2023-12-31 www/py-dj41-django-cors-headers: Extended support of Django 4.1 ends
December 2023, upgrade to the Django 4.2+ version of this port. See
https://www.djangoproject.com/download/
commit hash: d904ca2a2c1bd339d0a75daddf5c29976e8a4790 commit hash: d904ca2a2c1bd339d0a75daddf5c29976e8a4790 commit hash: d904ca2a2c1bd339d0a75daddf5c29976e8a4790 commit hash: d904ca2a2c1bd339d0a75daddf5c29976e8a4790 d904ca2
00:06 Muhammad Moinur Rahman (bofh) search for other commits by this committer
www/py-dj41-django-filter: Remove expired port

2023-12-31 www/py-dj41-django-filter: Extended support of Django 4.1 ends
December 2023, upgrade to the Django 4.2+ version of this port. See
https://www.djangoproject.com/download/
commit hash: 8cb24995c9f31e518f0fde5af55d3702a9c6edab commit hash: 8cb24995c9f31e518f0fde5af55d3702a9c6edab commit hash: 8cb24995c9f31e518f0fde5af55d3702a9c6edab commit hash: 8cb24995c9f31e518f0fde5af55d3702a9c6edab 8cb2499
00:06 Muhammad Moinur Rahman (bofh) search for other commits by this committer
www/py-dj41-django-prometheus: Remove expired port

2023-12-31 www/py-dj41-django-prometheus: Extended support of Django 4.1 ends
December 2023, upgrade to the Django 4.2+ version of this port. See
https://www.djangoproject.com/download/
commit hash: 6c4a0266cc0a63674e67451797cb54604ad18ced commit hash: 6c4a0266cc0a63674e67451797cb54604ad18ced commit hash: 6c4a0266cc0a63674e67451797cb54604ad18ced commit hash: 6c4a0266cc0a63674e67451797cb54604ad18ced 6c4a026
00:06 Muhammad Moinur Rahman (bofh) search for other commits by this committer
www/py-dj41-django-mptt: Remove expired port

2023-12-31 www/py-dj41-django-mptt: Extended support of Django 4.1 ends December
2023, upgrade to the Django 4.2+ version of this port. See
https://www.djangoproject.com/download/
commit hash: cecca901e73586cb21b7a725669d4bc72d4a66e4 commit hash: cecca901e73586cb21b7a725669d4bc72d4a66e4 commit hash: cecca901e73586cb21b7a725669d4bc72d4a66e4 commit hash: cecca901e73586cb21b7a725669d4bc72d4a66e4 cecca90
00:06 Muhammad Moinur Rahman (bofh) search for other commits by this committer
www/py-dj41-drf-yasg: Remove expired port

2023-12-31 www/py-dj41-drf-yasg: Extended support of Django 4.1 ends December
2023, upgrade to the Django 4.2+ version of this port. See
https://www.djangoproject.com/download/
commit hash: 72872ea7746c9de789d28eb81b561feed5dea63b commit hash: 72872ea7746c9de789d28eb81b561feed5dea63b commit hash: 72872ea7746c9de789d28eb81b561feed5dea63b commit hash: 72872ea7746c9de789d28eb81b561feed5dea63b 72872ea
00:06 Muhammad Moinur Rahman (bofh) search for other commits by this committer
www/py-dj41-django-rich: Remove expired port

2023-12-31 www/py-dj41-django-rich: Extended support of Django 4.1 ends December
2023, upgrade to the Django 4.2+ version of this port. See
https://www.djangoproject.com/download/
commit hash: 45794e0152059dae961bff4e7fa3e0b2b00fdfb7 commit hash: 45794e0152059dae961bff4e7fa3e0b2b00fdfb7 commit hash: 45794e0152059dae961bff4e7fa3e0b2b00fdfb7 commit hash: 45794e0152059dae961bff4e7fa3e0b2b00fdfb7 45794e0
00:06 Muhammad Moinur Rahman (bofh) search for other commits by this committer
www/py-dj41-django-redis: Remove expired port

2023-12-31 www/py-dj41-django-redis: Extended support of Django 4.1 ends
December 2023, upgrade to the Django 4.2+ version of this port. See
https://www.djangoproject.com/download/
commit hash: a4d1a362bc4d258466c8f88e6ecea2e4c6e3b242 commit hash: a4d1a362bc4d258466c8f88e6ecea2e4c6e3b242 commit hash: a4d1a362bc4d258466c8f88e6ecea2e4c6e3b242 commit hash: a4d1a362bc4d258466c8f88e6ecea2e4c6e3b242 a4d1a36
00:06 Muhammad Moinur Rahman (bofh) search for other commits by this committer
www/py-dj41-django-taggit: Remove expired port

2023-12-31 www/py-dj41-django-taggit: Extended support of Django 4.1 ends
December 2023, upgrade to the Django 4.2+ version of this port. See
https://www.djangoproject.com/download/
commit hash: d77ff86c73bfc737a895173cece63a457bebf82d commit hash: d77ff86c73bfc737a895173cece63a457bebf82d commit hash: d77ff86c73bfc737a895173cece63a457bebf82d commit hash: d77ff86c73bfc737a895173cece63a457bebf82d d77ff86
00:06 Muhammad Moinur Rahman (bofh) search for other commits by this committer
www/py-dj41-django-graphiql-debug-toolbar: Remove expired port

2023-12-31 www/py-dj41-django-graphiql-debug-toolbar: Extended support of Django
4.1 ends December 2023, upgrade to the Django 4.2+ version of this port. See
https://www.djangoproject.com/download/
commit hash: 64493f0d566c5962b65d2814f989faf80272d14b commit hash: 64493f0d566c5962b65d2814f989faf80272d14b commit hash: 64493f0d566c5962b65d2814f989faf80272d14b commit hash: 64493f0d566c5962b65d2814f989faf80272d14b 64493f0
00:06 Muhammad Moinur Rahman (bofh) search for other commits by this committer
www/py-dj41-drf-spectacular: Remove expired port

2023-12-31 www/py-dj41-drf-spectacular: Extended support of Django 4.1 ends
December 2023, upgrade to the Django 4.2+ version of this port. See
https://www.djangoproject.com/download/
commit hash: 4968b58a56e0315475e6d48809e8a4523a37cbcf commit hash: 4968b58a56e0315475e6d48809e8a4523a37cbcf commit hash: 4968b58a56e0315475e6d48809e8a4523a37cbcf commit hash: 4968b58a56e0315475e6d48809e8a4523a37cbcf 4968b58
00:06 Muhammad Moinur Rahman (bofh) search for other commits by this committer
www/drupal9: Remove expired port

2023-12-31 www/drupal9: Upstream EOL reaches on 2023-11-01
commit hash: 33a26073dd69b5e235112acacdc6cf5cb1b65feb commit hash: 33a26073dd69b5e235112acacdc6cf5cb1b65feb commit hash: 33a26073dd69b5e235112acacdc6cf5cb1b65feb commit hash: 33a26073dd69b5e235112acacdc6cf5cb1b65feb 33a2607
00:06 Muhammad Moinur Rahman (bofh) search for other commits by this committer
www/varnish6: Remove expired port

2023-12-31 www/varnish6: Unsupported version upstream, consider migrating to
www/varnish7
commit hash: 9cc9eacabbc8d41d5359fe7d71d1862501e61176 commit hash: 9cc9eacabbc8d41d5359fe7d71d1862501e61176 commit hash: 9cc9eacabbc8d41d5359fe7d71d1862501e61176 commit hash: 9cc9eacabbc8d41d5359fe7d71d1862501e61176 9cc9eac
Saturday, 30 Dec 2023
13:14 Alexey Dokuchaev (danfe) search for other commits by this committer
www/p5-Mojo-DOM58: new port had been added (+)

Mojo::DOM58 is a minimalistic and relaxed pure-Perl HTML/XML
DOM parser based on Mojo::DOM.  It supports the HTML Living
Standard, Extensible Markup Language (XML) 1.0, and matching
based on CSS3 selectors.
commit hash: 65489b990d705d8c21fbb0a69078935249e4beb2 commit hash: 65489b990d705d8c21fbb0a69078935249e4beb2 commit hash: 65489b990d705d8c21fbb0a69078935249e4beb2 commit hash: 65489b990d705d8c21fbb0a69078935249e4beb2 65489b9
Wednesday, 27 Dec 2023
15:12 Wen Heping (wen) search for other commits by this committer
www/mediawiki141: New port, copied from www/mediawiki140

MediaWiki is the collaborative editing software that runs Wikipedia,
the free encyclopedia, and other projects.
It's designed to handle a large number of users and pages without imposing
too rigid a structure or workflow.
commit hash: 183809190723b9b1b6cc88cd72a732c29730d38a commit hash: 183809190723b9b1b6cc88cd72a732c29730d38a commit hash: 183809190723b9b1b6cc88cd72a732c29730d38a commit hash: 183809190723b9b1b6cc88cd72a732c29730d38a 1838091
Friday, 22 Dec 2023
17:13 Yuri Victorovich (yuri) search for other commits by this committer
www/py-yt-dlp-devel: Move to www/py-yt-dlp

www/py-yt-dlp is intended for those who wants to extend
yt-dlp (write Python scripts that import yt-dlp).
Another port, www/yt-dlp, is intended for end users.

Removing the -devel suffix since FreeBSD doesn't use -devel
unlike other distros.

Reported by:	sunpoet@, danfe@
commit hash: 6c3c9105066f607ffd44469b744760bf709538b0 commit hash: 6c3c9105066f607ffd44469b744760bf709538b0 commit hash: 6c3c9105066f607ffd44469b744760bf709538b0 commit hash: 6c3c9105066f607ffd44469b744760bf709538b0 6c3c9105
01:24 Muhammad Moinur Rahman (bofh) search for other commits by this committer Author: Silvio Ap Silva
www/php-google-api-php-client: New port

The Google API Client Library enables you to work with Google APIs such
as Google+, Drive, or YouTube on your server. These client libraries are
officially supported by Google. However, the libraries are considered
complete and are in maintenance mode.
This means that we will address critical bugs and security issues but
will not add any new features.

WWW: https://github.com/google/google-api-php-client

PR:		227881
commit hash: e658b9c287a660e40c84f4a378cf01a0c8f987bb commit hash: e658b9c287a660e40c84f4a378cf01a0c8f987bb commit hash: e658b9c287a660e40c84f4a378cf01a0c8f987bb commit hash: e658b9c287a660e40c84f4a378cf01a0c8f987bb e658b9c
Thursday, 21 Dec 2023
10:33 Matthew Seaman (matthew) search for other commits by this committer Author: Boris P. Korzun
www/grafana: Revive and update to 10.2.3

What's new:
* https://grafana.com/docs/grafana/next/whatsnew/whats-new-in-v10-2/
* https://grafana.com/docs/grafana/next/whatsnew/whats-new-in-v10-1/
* https://grafana.com/docs/grafana/next/whatsnew/whats-new-in-v10-0/
Changelog:
* https://github.com/grafana/grafana/releases/tag/v10.2.3
* https://github.com/grafana/grafana/releases/tag/v10.2.2
* https://github.com/grafana/grafana/releases/tag/v10.2.1
* https://github.com/grafana/grafana/releases/tag/v10.2.0
commit hash: 3bc70fc442bee55bb59659e0c295bc0ebc4504c5 commit hash: 3bc70fc442bee55bb59659e0c295bc0ebc4504c5 commit hash: 3bc70fc442bee55bb59659e0c295bc0ebc4504c5 commit hash: 3bc70fc442bee55bb59659e0c295bc0ebc4504c5 3bc70fc
06:02 Yuri Victorovich (yuri) search for other commits by this committer
www/py-yt-dlp-devel: New port: Program for downloading videos from various
platforms (devel files)

PR:		275325
commit hash: 9854c15ac39641f99d498dd5c5b876a8987b5e28 commit hash: 9854c15ac39641f99d498dd5c5b876a8987b5e28 commit hash: 9854c15ac39641f99d498dd5c5b876a8987b5e28 commit hash: 9854c15ac39641f99d498dd5c5b876a8987b5e28 9854c15
Monday, 18 Dec 2023
08:28 Rene Ladan (rene) search for other commits by this committer
www/yanopaste: Remove expired port

2023-12-18 www/yanopaste: Last upstream release was in 2011
commit hash: 7940a6449cbdca8438a771e89f808e8b60180c0e commit hash: 7940a6449cbdca8438a771e89f808e8b60180c0e commit hash: 7940a6449cbdca8438a771e89f808e8b60180c0e commit hash: 7940a6449cbdca8438a771e89f808e8b60180c0e 7940a64
Thursday, 14 Dec 2023
05:32 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/rubygem-redis-rack2: Add rubygem-redis-rack2 2.1.4 (copied from
rubygem-redis-rack)

- Add PORTSCOUT
commit hash: 79f68ecc892430b0ff20525144a39ecded97af2b commit hash: 79f68ecc892430b0ff20525144a39ecded97af2b commit hash: 79f68ecc892430b0ff20525144a39ecded97af2b commit hash: 79f68ecc892430b0ff20525144a39ecded97af2b 79f68ec
Tuesday, 12 Dec 2023
10:26 Muhammad Moinur Rahman (bofh) search for other commits by this committer
www/thundersnarf: Remove expired port

2023-12-12 www/thundersnarf: Depends on deprecated php80
commit hash: d74484b7cebfb6543b78294b8c426765889785f7 commit hash: d74484b7cebfb6543b78294b8c426765889785f7 commit hash: d74484b7cebfb6543b78294b8c426765889785f7 commit hash: d74484b7cebfb6543b78294b8c426765889785f7 d74484b
Monday, 11 Dec 2023
11:25 Alexander Leidinger (netchild) search for other commits by this committer
{security|www}/lua-resty-*: add 5 openresty ports

security/lua-resty-hmac		HMAC functions for OpenResty / ngx_lua
security/lua-resty-jwt		JWT for OpenResty / ngx_lua
security/lua-resty-openidc	OpenID Connect and/or OAuth 2.0 functionality for
OpenResty / ngx_lua
security/lua-resty-openssl	FFI-based OpenSSL binding for OpenResty / ngx_lua
www/lua-resty-session		Lua session library for OpenResty / ngx_lua
commit hash: a0f093651f721c18b7938e6a6c179b8d6077d343 commit hash: a0f093651f721c18b7938e6a6c179b8d6077d343 commit hash: a0f093651f721c18b7938e6a6c179b8d6077d343 commit hash: a0f093651f721c18b7938e6a6c179b8d6077d343 a0f0936
Friday, 8 Dec 2023
18:13 Muhammad Moinur Rahman (bofh) search for other commits by this committer
www/py-django50: 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.

Currently this is marked to IGNORE with default python version 3.9. If
someone needs to use this they have to build it with:
DEFAULT_VERSIONS=python=3.10

This is mainly the work from wen@ but was reverted as it broke the bulk
build.
commit hash: 444f1e832350920374d0cdacbba4ec70eaa2520a commit hash: 444f1e832350920374d0cdacbba4ec70eaa2520a commit hash: 444f1e832350920374d0cdacbba4ec70eaa2520a commit hash: 444f1e832350920374d0cdacbba4ec70eaa2520a 444f1e8
Tuesday, 5 Dec 2023
17:27 Antoine Brodin (antoine) search for other commits by this committer
www/py-django50: Revert "www/py-django50: Add new port, copied from
www/py-django42"

This reverts commit 25d03c0da81a018555011b60513fa570ca131933.
With hat:	pkgmgr
commit hash: 42b3f248d245968608e05f7f15505993cad63fb8 commit hash: 42b3f248d245968608e05f7f15505993cad63fb8 commit hash: 42b3f248d245968608e05f7f15505993cad63fb8 commit hash: 42b3f248d245968608e05f7f15505993cad63fb8 42b3f24
15:05 Wen Heping (wen) search for other commits by this committer
www/py-django50: Add new port, copied from www/py-django42

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.
commit hash: 25d03c0da81a018555011b60513fa570ca131933 commit hash: 25d03c0da81a018555011b60513fa570ca131933 commit hash: 25d03c0da81a018555011b60513fa570ca131933 commit hash: 25d03c0da81a018555011b60513fa570ca131933 25d03c0
Monday, 4 Dec 2023
14:50 Richard Gallamore (ultima) search for other commits by this committer
www/py-djangosaml2: New port

A Django application that builds a Fully Compliant
SAML2 Service Provider on top of PySAML2 library.
Djangosaml2 protects your project with a SAML2 SSO
Authentication.
commit hash: d8312662f40ca43e370b3b0cc1c8ddc86eb46f41 commit hash: d8312662f40ca43e370b3b0cc1c8ddc86eb46f41 commit hash: d8312662f40ca43e370b3b0cc1c8ddc86eb46f41 commit hash: d8312662f40ca43e370b3b0cc1c8ddc86eb46f41 d831266
Saturday, 2 Dec 2023
23:38 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Add Ports for the upcoming KDE Plasma Desktop 6 (beta1)

KDE's 6th Megarelease - Beta 1

Wednesday, 29 November 2023

En route to the new Plasma, Frameworks and Gear

Every few years we port the key components of our software to a new
version of Qt, taking the opportunity to remove cruft and leverage the
updated features the most recent version of Qt has to offer us.

It has been nearly 10 years since the last big release of our flagship
Plasma desktop environment, and the time has come again. KDE is making
available today the Beta version of all the software we will include in
a megarelease scheduled for the end of February 2024.

To ensure all parts of KDE's software stack are working together, we are
releasing all our major bundles at the same time. Today sees the
continuation of that journey with the Beta releases of Plasma 6, KDE
Frameworks 6 and the KDE Gear bundle of apps.

+-------------------------------------------------------------------------+
| This is a very early preview intended for developers and testers only.  |
| We hope it will be picked up by rolling unstable distros, but it is far |
| from being ready for day-to-day use yet.                                |
+-------------------------------------------------------------------------+

Announcement:	https://kde.org/announcements/megarelease/6/beta1/
Obtained from:	https://github.com/tcberner/kde6-overlay/

Further port changes:
 * graphics/libkexiv2-devel has been added
commit hash: a5d64462f20a63f92a2dc1f28d36a2249f73520f commit hash: a5d64462f20a63f92a2dc1f28d36a2249f73520f commit hash: a5d64462f20a63f92a2dc1f28d36a2249f73520f commit hash: a5d64462f20a63f92a2dc1f28d36a2249f73520f a5d6446
13:36 Rene Ladan (rene) search for other commits by this committer
www/jetty9: Remove expired port

2023-11-30 www/jetty9: End of life as of 2022-06-01, consider migrating to
www/jetty10
commit hash: 8e9979777423f6596417b5a8f9b7817663b3cdc4 commit hash: 8e9979777423f6596417b5a8f9b7817663b3cdc4 commit hash: 8e9979777423f6596417b5a8f9b7817663b3cdc4 commit hash: 8e9979777423f6596417b5a8f9b7817663b3cdc4 8e99797
13:31 Rene Ladan (rene) search for other commits by this committer
www/jetty8: Remove expired port

2023-11-30 www/jetty8: End of life in 2014, consider migrating to www/jetty10
commit hash: 72dd7b7013f56989ae7bf797b3a11b7510263178 commit hash: 72dd7b7013f56989ae7bf797b3a11b7510263178 commit hash: 72dd7b7013f56989ae7bf797b3a11b7510263178 commit hash: 72dd7b7013f56989ae7bf797b3a11b7510263178 72dd7b7
13:29 Rene Ladan (rene) search for other commits by this committer
www/madsonic: Remove expired port

2023-11-30 www/madsonic: Depends on www/jetty8 which has been listed as end of
life since 2015
commit hash: 65768300d175da01ec941495728c1b2b8b0991ab commit hash: 65768300d175da01ec941495728c1b2b8b0991ab commit hash: 65768300d175da01ec941495728c1b2b8b0991ab commit hash: 65768300d175da01ec941495728c1b2b8b0991ab 6576830
13:01 Rene Ladan (rene) search for other commits by this committer
www/mozplugger: Remove expired port

2023-11-30 www/mozplugger: Obsolete, defunct as Mozilla Firefox dropped support
for plugin interface as of ESR 60
commit hash: 6792cbd0022c4e2b8677de2d459bdc1311f51cb1 commit hash: 6792cbd0022c4e2b8677de2d459bdc1311f51cb1 commit hash: 6792cbd0022c4e2b8677de2d459bdc1311f51cb1 commit hash: 6792cbd0022c4e2b8677de2d459bdc1311f51cb1 6792cbd0
12:49 Rene Ladan (rene) search for other commits by this committer
www/linux-opera: Remove expired port

2023-11-30 www/linux-opera: outdated and unsupported version
commit hash: b924a1a15aaa6e9b0a3b545a6616d7e0180e02a9 commit hash: b924a1a15aaa6e9b0a3b545a6616d7e0180e02a9 commit hash: b924a1a15aaa6e9b0a3b545a6616d7e0180e02a9 commit hash: b924a1a15aaa6e9b0a3b545a6616d7e0180e02a9 b924a1a
12:28 Rene Ladan (rene) search for other commits by this committer
www/varnish-nagios: Remove expired port

2023-11-30 www/varnish-nagios: Marked BROKEN for months, also depends on
deprecated version of Varnish
commit hash: 6a8a3448a3961bea93be2f14f153759218b6d24d commit hash: 6a8a3448a3961bea93be2f14f153759218b6d24d commit hash: 6a8a3448a3961bea93be2f14f153759218b6d24d commit hash: 6a8a3448a3961bea93be2f14f153759218b6d24d 6a8a344
Friday, 1 Dec 2023
22:11 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/xapian-omega12: Remove obsoleted port

Use www/xapian-omega instead.
commit hash: 1e16f3ff6fa3e0d9d4052b74d866c82d4601b761 commit hash: 1e16f3ff6fa3e0d9d4052b74d866c82d4601b761 commit hash: 1e16f3ff6fa3e0d9d4052b74d866c82d4601b761 commit hash: 1e16f3ff6fa3e0d9d4052b74d866c82d4601b761 1e16f3f
Wednesday, 29 Nov 2023
18:58 Renato Botelho (garga) search for other commits by this committer
www/sws: Revive the port

It was removed from the tree because sources were not fetchable.
Author (and also maintainer) restored source files and asked port to be
re-added to the tree
PR:		254688
Requested by:	Brett Wynkoop <wynkoop@wynn.com> (maintainer)
commit hash: a576a40bf19fd89d18dbbb180eb3629dc8bc6b9c commit hash: a576a40bf19fd89d18dbbb180eb3629dc8bc6b9c commit hash: a576a40bf19fd89d18dbbb180eb3629dc8bc6b9c commit hash: a576a40bf19fd89d18dbbb180eb3629dc8bc6b9c a576a40
Monday, 27 Nov 2023
18:07 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/rubygem-rqrcode-rails3: Remove obsoleted port

Use www/rubygem-rqrcode instead.
commit hash: bcdfb40a22f35ab468cc35f4d2a0d71a04bcb510 commit hash: bcdfb40a22f35ab468cc35f4d2a0d71a04bcb510 commit hash: bcdfb40a22f35ab468cc35f4d2a0d71a04bcb510 commit hash: bcdfb40a22f35ab468cc35f4d2a0d71a04bcb510 bcdfb40
18:07 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/rubygem-asana1: Remove obsoleted port

Use www/rubygem-asana instead.
commit hash: a331adfa22886c86f85e4c3f6f702ed39b32eed1 commit hash: a331adfa22886c86f85e4c3f6f702ed39b32eed1 commit hash: a331adfa22886c86f85e4c3f6f702ed39b32eed1 commit hash: a331adfa22886c86f85e4c3f6f702ed39b32eed1 a331adf

Number of commits found: 5136 (showing only 100 on this page)

1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11  »  [Last Page]