non port: www/Makefile |
Number of commits found: 5252 (showing only 100 on this page) |
Monday, 8 Apr 2024
|
06:44 Po-Chuan Hsieh (sunpoet)
www/rubygem-faraday-typhoeus: Add rubygem-faraday-typhoeus 1.1.0
Faraday Typhoeus Adapter is a Faraday 2 adapter for the Typhoeus parallel HTTP
client. It supports parallel HTTP requests and streaming.
4a7258e |
Tuesday, 2 Apr 2024
|
10:49 Matthias Fechner (mfechner)
www/rubygem-cssbundling-rails13-rails70: Remove expired port
www/rubygem-cssbundling-rails13-rails70
9a3188c |
Monday, 1 Apr 2024
|
11:52 Rene Ladan (rene)
www/get_flash_videos: Remove expired port
2024-03-31 www/get_flash_videos: Abandonware, consider using www/yt-dlp
317a716 |
11:27 Rene Ladan (rene)
www/youtube_dl: Remove expired port
2024-03-31 www/youtube_dl: Many extractors are brokena and upstream can't keep
up, consider using www/yt-dlp
336dff9 |
10:43 Rene Ladan (rene)
www/mediawiki135: Remove expired port
2024-03-31 www/mediawiki135: Upstream reached EOL on 2023-12-21
36d9a7d |
05:42 Xin LI (delphij)
www/redmine51: Add new port
Redmine is a flexible project management web application written
using Ruby on Rails framework, it is cross-platform and
cross-database.
PR: ports/277661
Reviewed by: mikael
1932cda |
Sunday, 31 Mar 2024
|
20:49 Po-Chuan Hsieh (sunpoet)
www/rubygem-faraday14: Remove obsoleted port
Use www/rubygem-faraday instead.
cfd9fc4 |
18:43 Po-Chuan Hsieh (sunpoet)
www/smarty4: Add smarty 4.5.1 (copied from smarty)
- Add PORTSCOUT
2e5dc08 |
14:34 Kai Knoblich (kai)
www/py-strawberry-graphql-django: New port
This package provides powerful tools to generate GraphQL types, queries,
mutations and resolvers from Django models.
Supported Features:
* GraphQL type generation from models
* Filtering, pagination and ordering
* Basic create, retrieve, update and delete (CRUD) types and mutations
* Basic Django auth support, current user query, login and logout
mutations
* Django sync and async views
* Permission extension using django's permissioning system
* Relay support with automatic resolvers generation
* Query optimization to improve performance and avoid common pitfalls
(e.g n+1)
* Debug Toolbar integration with graphiql to display metrics like SQL queries
* Unit test integration
https://github.com/strawberry-graphql/strawberry-django
20ae8fa |
14:34 Kai Knoblich (kai)
www/py-django-choices-field: New port
This package provides a Django field that set/get the "TextChoices"
and "IntegerChoices" enumerations.
https://github.com/bellini666/django-choices-field
5dae1d0 |
Monday, 25 Mar 2024
|
12:27 Rene Ladan (rene)
cleanup: Remove expired www/tidy ports:
2024-03-23 www/tidy-devel: no more dev at SF, replaced by www/tidy-html5
2024-03-23 www/tidy-lib: no more dev at SF, replaced by www/tidy-html5
7f76cf5 |
Sunday, 24 Mar 2024
|
14:15 Dave Cottlehuber (dch)
www/h2o*: meld devel flavour into main port
- upstream has indicated there will be no more versioned releases
- only master branch updates
- all remaining consumers of libh2o have moved to alternatives
ed5fe11 |
Saturday, 23 Mar 2024
|
14:30 Po-Chuan Hsieh (sunpoet)
www/py-django-unfold: Add py-django-unfold 0.21.1
Unfold is theme for Django admin incorporating most common practises for
building full-fledged admin areas. It is designed to work at the top of default
administration provided by Django.
d2d6ac7 |
Sunday, 17 Mar 2024
|
15:01 Muhammad Moinur Rahman (bofh)
www/node16: Remove expired port
ff92351 |
15:01 Muhammad Moinur Rahman (bofh)
www/yarn-node16: Remove expired port
www/yarn-node16
6679f83 |
15:01 Muhammad Moinur Rahman (bofh)
www/npm-node16: Remove expired port
www/npm-node16
e522547 |
Saturday, 9 Mar 2024
|
14:05 Po-Chuan Hsieh (sunpoet)
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.
f946b68 |
14:05 Po-Chuan Hsieh (sunpoet)
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%.
8f49288 |
14:05 Po-Chuan Hsieh (sunpoet)
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.
4f4fc4e |
14:05 Po-Chuan Hsieh (sunpoet)
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.
34c201e |
14:05 Po-Chuan Hsieh (sunpoet)
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.
1094595 |
13:43 Muhammad Moinur Rahman (bofh) Author: Vladimir Timofeev
www/forgejo: New port
0077078 |
Thursday, 29 Feb 2024
|
15:44 Norikatsu Shigemura (nork)
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)
f35cf3d |
12:52 Muhammad Moinur Rahman (bofh)
www/phpbb: Remove expired port
www/phpbb
0a5c2a0 |
12:52 Muhammad Moinur Rahman (bofh)
www/nibbleblog: Remove expired port
www/nibbleblog
9545067 |
12:52 Muhammad Moinur Rahman (bofh)
www/cgichk: Remove expired port
www/cgichk
e942ad4 |
Sunday, 25 Feb 2024
|
18:57 Yuri Victorovich (yuri)
www/loco: New port: Web framework for Rust for side-projects and startups
3461c8e |
09:26 Jochen Neumeister (joneum)
www/freenginx: add new port
Freenginx is a Robust ans small WWW server
Sponsored by: Netzkommune GmbH
78842f5 |
Friday, 23 Feb 2024
|
13:18 Matthias Fechner (mfechner)
www/gitlab-ce: fix regression from 393f9a3b150a2b125e035f67ff6bff5e694cccac
4db00f8 |
Thursday, 22 Feb 2024
|
22:42 Jose Alonso Cardenas Marquez (acm)
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.
4472d02 |
20:15 Michael Gmelin (grembo)
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.
c4523f5 |
20:14 Michael Gmelin (grembo)
www/py-dj42-djangoql: New port
Django 4.2 version of www/py-djangoql
49cef76 |
12:31 Robert Clausecker (fuz) 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
2f3bdc0 |
09:22 Matthias Fechner (mfechner)
www/gitlab-ce: fix regression from 950c09acde516b5c08de7f4a1e212998a2e4d5b9
84b9f3d |
04:52 Jose Alonso Cardenas Marquez (acm)
www/dolibarr18: Repocopy from www/dolibarr
- Update to 18.0.5
ChangeLog at: https://github.com/Dolibarr/dolibarr/releases/tag/18.0.5
af8f04b |
Wednesday, 21 Feb 2024
|
15:06 Po-Chuan Hsieh (sunpoet)
www/rubygem-faraday-em_http1: Add rubygem-faraday-em_http1 1.0.0 (copied from
rubygem-faraday-em_http)
- Add PORTSCOUT
bcce3f1 |
15:06 Po-Chuan Hsieh (sunpoet)
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.
0532aa3 |
Monday, 19 Feb 2024
|
21:04 Dries Michiels (driesm)
devel/py-limits: add new port
Rate limiting using various strategies and storage backends
suchh as redis & memcached.
5cf0d90 |
Sunday, 18 Feb 2024
|
15:23 Michael Gmelin (grembo)
www/py-dj42-django-celery-results: New port
Celery result backends for django
35bca82 |
15:20 Michael Gmelin (grembo)
www/py-dj42-channels-redis: New port
Redis-backed asgi channel layer implementation
6b738c0 |
15:18 Michael Gmelin (grembo)
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.
a9d834d |
15:11 Michael Gmelin (grembo)
www/py-dj42-django-auditlog: New port
Django app that keeps a log of changes made to an object
839480a |
14:56 Michael Gmelin (grembo)
www/py-dj42-django-compression-middleware: New port
Django middleware to compress responses using several algorithms
8df0d56 |
14:53 Michael Gmelin (grembo)
www/py-dj42-djangorestframework-guardian: New port
Django Guardian support for Django REST Framework
b0a5aae |
14:52 Michael Gmelin (grembo)
www/py-dj42-drf-writable-nested: New port
Writable nested model serializer for Django REST framework
6533234 |
14:41 Michael Gmelin (grembo)
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.
02ddaaa |
14:39 Michael Gmelin (grembo)
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.
885a065 |
14:29 Michael Gmelin (grembo)
www/py-dj42-django-multiselectfield: New port
Django multiple select field
e8e97c4 |
12:30 Michael Gmelin (grembo)
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.
af12fb4 |
11:51 Michael Gmelin (grembo)
www/py-flower: New port
Celery flower - monitor and manage Celery clusters
664008c |
Sunday, 11 Feb 2024
|
20:47 Nicola Vitale (nivit)
www/xurls: Add new port
Extract urls from text or files using regular expressions.
https://github.com/mvdan/xurls
522010d |
Tuesday, 6 Feb 2024
|
14:58 Norikatsu Shigemura (nork)
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)
0a8ad01 |
Wednesday, 31 Jan 2024
|
22:28 Rene Ladan (rene)
www/lighttpd-mod_h264_streaming: Remove expired port
2024-01-31 www/lighttpd-mod_h264_streaming: Does not build with new lighttpd
7d889af |
Sunday, 28 Jan 2024
|
23:24 Robert Clausecker (fuz) 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
07d10b5 |
Thursday, 25 Jan 2024
|
06:40 Yuri Victorovich (yuri)
www/py-google-cloud-testutils: New port: Common tools used to test Python client
libraries for Google APIs
375c025 |
Tuesday, 23 Jan 2024
|
07:05 Kai Knoblich (kai)
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/).
9843ba0 |
Saturday, 20 Jan 2024
|
09:34 Kai Knoblich (kai)
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.
042cb14 |
Friday, 19 Jan 2024
|
23:41 Jose Alonso Cardenas Marquez (acm)
sysutils/bareos22-*: Copy bareos-* ports to bareso22-* ones
- bareos-* ports will be updated to 23.0.1 soon
e86aedb |
Wednesday, 17 Jan 2024
|
13:06 Oleksii Samorukov (samm)
www/trac-markdownmacro: new port
5cf6230 |
Monday, 15 Jan 2024
|
11:24 Rene Ladan (rene)
www/mongrel2: Remove expired port
2024-01-01 www/mongrel2: BROKEN for more than 2 years on all platforms after the
EOL of 12
df6b017 |
10:10 Palle Girgensohn (girgen)
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.
93b14f0 |
Wednesday, 10 Jan 2024
|
01:51 Yuri Victorovich (yuri)
www/dpp: New port: C++ Discord API bot library
5484cd2 |
Tuesday, 9 Jan 2024
|
10:58 Oleksii Samorukov (samm)
www/trac-tocmacro: new port
Trac macro generates a table of contents for the current page or a set
of pages.
20498f8 |
09:27 Oleksii Samorukov (samm)
www/trac-spamfilter: add new port
This trac plugin allows different ways to reject contributions that
contain spam.
34fdd68 |
08:50 Oleksii Samorukov (samm)
www/trac-accountmanager: add new port
Trac plugin offers features for managing user accounts on Trac Project.
f044d78 |
Saturday, 6 Jan 2024
|
01:55 Yuri Victorovich (yuri)
www/py-flask-jwt: New port: JWT token authentication for Flask apps
26553ca |
01:55 Yuri Victorovich (yuri)
www/py-flasgger: New port: Extract swagger specs from your flask project
2760173 |
Wednesday, 3 Jan 2024
|
02:05 Oleksii Samorukov (samm)
www/trac: update www/Makefile to reflect port rename
05b5c7d |
Monday, 1 Jan 2024
|
23:43 Yuri Victorovich (yuri)
www/py-pywry: New port: PyWry Web Viewer
b852e53 |
Sunday, 31 Dec 2023
|
00:06 Muhammad Moinur Rahman (bofh)
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/
8949e2a |
00:06 Muhammad Moinur Rahman (bofh)
www/qt5-webkit: Remove expired port
2023-12-31 www/qt5-webkit: No longer actively maintained, increasing security
concers
cb3615b |
00:06 Muhammad Moinur Rahman (bofh)
lang/php80: Sunset
beced89 |
00:06 Muhammad Moinur Rahman (bofh)
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/
a5ca352 |
00:06 Muhammad Moinur Rahman (bofh)
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/
559cd20 |
00:06 Muhammad Moinur Rahman (bofh)
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/
7cdf3c4 |
00:06 Muhammad Moinur Rahman (bofh)
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/
c97a424 |
00:06 Muhammad Moinur Rahman (bofh)
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/
59cdef6 |
00:06 Muhammad Moinur Rahman (bofh)
www/kf5-kdewebkit: Remove expired port
2023-12-31 www/kf5-kdewebkit: Depends on deprecated www/qt5-webkit
d70baa4 |
00:06 Muhammad Moinur Rahman (bofh)
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/
765e481 |
00:06 Muhammad Moinur Rahman (bofh)
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/
d904ca2 |
00:06 Muhammad Moinur Rahman (bofh)
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/
8cb2499 |
00:06 Muhammad Moinur Rahman (bofh)
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/
6c4a026 |
00:06 Muhammad Moinur Rahman (bofh)
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/
cecca90 |
00:06 Muhammad Moinur Rahman (bofh)
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/
72872ea |
00:06 Muhammad Moinur Rahman (bofh)
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/
45794e0 |
00:06 Muhammad Moinur Rahman (bofh)
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/
a4d1a36 |
00:06 Muhammad Moinur Rahman (bofh)
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/
d77ff86 |
00:06 Muhammad Moinur Rahman (bofh)
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/
64493f0 |
00:06 Muhammad Moinur Rahman (bofh)
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/
4968b58 |
00:06 Muhammad Moinur Rahman (bofh)
www/drupal9: Remove expired port
2023-12-31 www/drupal9: Upstream EOL reaches on 2023-11-01
33a2607 |
00:06 Muhammad Moinur Rahman (bofh)
www/varnish6: Remove expired port
2023-12-31 www/varnish6: Unsupported version upstream, consider migrating to
www/varnish7
9cc9eac |
Saturday, 30 Dec 2023
|
13:14 Alexey Dokuchaev (danfe)
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.
65489b9 |
Wednesday, 27 Dec 2023
|
15:12 Wen Heping (wen)
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.
1838091 |
Friday, 22 Dec 2023
|
17:13 Yuri Victorovich (yuri)
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@
6c3c9105 |
01:24 Muhammad Moinur Rahman (bofh) 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
e658b9c |
Thursday, 21 Dec 2023
|
10:33 Matthew Seaman (matthew) 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
3bc70fc |
06:02 Yuri Victorovich (yuri)
www/py-yt-dlp-devel: New port: Program for downloading videos from various
platforms (devel files)
PR: 275325
9854c15 |
Monday, 18 Dec 2023
|
08:28 Rene Ladan (rene)
www/yanopaste: Remove expired port
2023-12-18 www/yanopaste: Last upstream release was in 2011
7940a64 |
Thursday, 14 Dec 2023
|
05:32 Po-Chuan Hsieh (sunpoet)
www/rubygem-redis-rack2: Add rubygem-redis-rack2 2.1.4 (copied from
rubygem-redis-rack)
- Add PORTSCOUT
79f68ec |
Tuesday, 12 Dec 2023
|
10:26 Muhammad Moinur Rahman (bofh)
www/thundersnarf: Remove expired port
2023-12-12 www/thundersnarf: Depends on deprecated php80
d74484b |
Number of commits found: 5252 (showing only 100 on this page) |