non port: devel/Makefile |
Number of commits found: 11319 (showing only 100 on this page) |
Tuesday, 29 Dec 2020
|
11:53 rene
Remove expired ports:
2020-12-12 textproc/py-hypua2jamo: Uses deprecated version of python
2020-12-12 devel/py-delfick_error: Uses deprecated version of python
2020-12-12 devel/py-fusefs: Uses deprecated version of python
2020-08-15 devel/py-noseofyeti: Uses deprecated version of python
2020-12-29 databases/py-bsddb: Uses deprecated version of python
2020-12-29 www/py-webhelpers: Uses deprecated version of python
2020-12-29 security/py-pyptlib: Uses deprecated version of python
2020-12-29 japanese/py-zinnia: Uses deprecated version of python
2020-12-29 math/slepc: Broken, uses deprecated version of python
2020-12-29 www/py-pastescript: Uses deprecated version of python
2020-12-29 databases/ldb14: Uses deprecated version of python
2020-12-29 math/py-slepc4py: Depends on broken and expiring math/slepc
2020-12-29 multimedia/py-kaa-base: Uses deprecated version of python
2020-12-29 devel/py-ydbf: Uses deprecated version of python
2020-12-29 devel/py-SymbolType: Uses deprecated version of python
|
05:41 kevans
[NEW PORT] devel/libgnuregex: GNU regex(3) extension library
This version of libgnuregex is based on the latest version of devel/gnulib
in the tree, and is intended as a direct replacement for the libgnuregex
that has been historically provided in base.
A port was chosen over all consumers dragging in devel/gnulib to save
rebuilds since more than ~5 consumers need libgnuregex, and this also makes
for an easier migration as ports just need to bring in the port and make
sure LOCALBASE/lib and LOCALBASE/inclue are included.
It is currently expected that ports dependant on this will fully specify the
shlib version against ports tree convention so that we can provide a
consistent experience across all versions of FreeBSD, past and future, using
a less-broken version of the library.
PR: 252245
|
Monday, 28 Dec 2020
|
16:16 ygy
new port: devel/R-cran-desc: Manipulate DESCRIPTION Files
PR: 252147
Approved by: lwhsu
|
16:13 ygy
new port: devel/R-cran-ini: Read and Write '.ini' Files
PR: 252172
Approved by: lwhsu
|
16:11 ygy
new port: devel/R-cran-uuid: Tools for Generating and Handling of UUIDs
PR: 252173
Approved by: lwhsu
|
00:18 ygy
new port: devel/R-cran-tinytest: Lightweight and Feature Complete Unit Testing
Framework
PR: 252175
Approved by: lwhsu
|
Saturday, 26 Dec 2020
|
10:26 antoine
New port: devel/libfsxfs
Library and tools to access the SGI X File System
WWW: https://github.com/libyal/libfsxfs
|
10:23 antoine
New port: devel/libfshfs
Library and tools to access the Mac OS Hierarchical File System (HFS)
WWW: https://github.com/libyal/libfshfs
|
00:24 jbeich
sysutils/basu: move to devel/ where dbus is
|
00:23 jbeich
devel/spirv-tools: move to graphics/ where glslang is
|
Thursday, 24 Dec 2020
|
17:53 acm
- Connect devel/sope
|
13:48 sunpoet
Add py-squint 0.1.0
Squint is a simple query interface for tabular data that's light-weight and easy
to learn. A core feature of Squint is that the structure of a query's selection
determines the structure of its result. With it you can:
- Select data using Python literals -- sets, lists, dictionaries, etc. -- and
get results in the same format.
- Aggregate, map, filter, reduce, and otherwise manipulate data.
- Lazily iterate over results, write them to a file, or eagerly evaluate them in
memory.
- Analyze data from CSV, Excel, SQL, and other data sources.
WWW: https://github.com/shawnbrown/squint
|
13:48 sunpoet
Add py-get-reader 1.0.0
get-reader provides a get_reader() function that returns reader objects similar
to those returned by csv.reader(). This package:
- reduces common boilerplate code for handling files and reading records.
- reads data from CSV, pandas, SQL connections, MS Excel, DBF, and squint.
- provides a single interface across Python versions (including seamless
Unicode-aware CSV support for Python 2).
- is easy to incorporate into your own projects.
WWW: https://github.com/shawnbrown/get_reader
|
Wednesday, 23 Dec 2020
|
20:12 jbeich
devel/glslang: move to graphics/ where shaderc is
|
20:12 jbeich
devel/vulkan-*: move to graphics/ where vulkan-loader is
Vulkan isn't used for generic compute workloads unlike OpenCL.
For example, waifu2x-ncnn-vulkan is still graphics-related.
|
Monday, 21 Dec 2020
|
23:23 mfechner
New ports required for gitlab-ce 13.7 upgrade.
|
15:18 madpilot
Create port for new php-composer 2.x branch. (repocopied from
php-composer)
This new version includes optimizations for ram usage and a notable
speedup.
If you still need the old 1.x version for compatibility reasons
that's available in the devel/php-composer port.
upstream announcement: https://blog.packagist.com/composer-2-0-is-now-available/
Set same maintainer of php-composer at his request
PR: 252018
Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
Sunday, 20 Dec 2020
|
08:26 mfechner
New ports required for rubygem-chef upgrade.
It is expected that this port fails to build till the complete rubygem-chef
upgrade is committed which can take some time depending on some approvals.
|
Saturday, 19 Dec 2020
|
22:12 sunpoet
Add rubygem-aws-sdk-wellarchitected 1.0.0
Official AWS Ruby gem for AWS Well-Architected Tool (Well-Architected).
WWW: https://github.com/aws/aws-sdk-ruby
WWW:
https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-wellarchitected
|
22:12 sunpoet
Add rubygem-aws-sdk-locationservice 1.0.0
Official AWS Ruby gem for Amazon Location Service.
WWW: https://github.com/aws/aws-sdk-ruby
WWW:
https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-locationservice
|
20:05 sunpoet
Add rubygem-typeprof 0.9.2
TypeProf is a type analysis tool for Ruby code based on abstract interpretation.
WWW: https://github.com/ruby/typeprof
|
20:05 sunpoet
Add rubygem-rbs 0.20.1
RBS is a language to describe the structure of Ruby programs. You can write down
the definition of a class or module: methods defined in the class, instance
variables and their types, and inheritance/mix-in relations. It also allows
declaring constants and global variables.
WWW: https://github.com/ruby/rbs
|
20:05 sunpoet
Add rubygem-erb 2.2.0
ERB provides an easy to use but powerful templating system for Ruby. Using ERB,
actual Ruby code can be added to any plain text document for the purposes of
generating document information details and/or flow control.
WWW: https://github.com/ruby/erb
|
20:05 sunpoet
Add rubygem-aws-sdk-prometheusservice 1.0.0
Official AWS Ruby gem for Amazon Prometheus Service.
WWW: https://github.com/aws/aws-sdk-ruby
WWW:
https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-prometheusservice
|
20:05 sunpoet
Add rubygem-aws-sdk-iotwireless 1.0.0
Official AWS Ruby gem for AWS IoT Wireless.
WWW: https://github.com/aws/aws-sdk-ruby
WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-iotwireless
|
20:04 sunpoet
Add rubygem-aws-sdk-iotfleethub 1.0.0
Official AWS Ruby gem for AWS IoT Fleet Hub.
WWW: https://github.com/aws/aws-sdk-ruby
WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-iotfleethub
|
20:04 sunpoet
Add rubygem-aws-sdk-iotdeviceadvisor 1.0.0
Official AWS Ruby gem for AWS IoT Core Device Advisor (AWSIoTDeviceAdvisor).
WWW: https://github.com/aws/aws-sdk-ruby
WWW:
https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-iotdeviceadvisor
|
20:04 sunpoet
Add rubygem-aws-sdk-greengrassv2 1.0.0
Official AWS Ruby gem for AWS IoT Greengrass V2 (AWS GreengrassV2).
WWW: https://github.com/aws/aws-sdk-ruby
WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-greengrassv2
|
20:04 sunpoet
Add py-pytest-regressions 2.1.1
pytest-regressions makes it simple to test general data, images, files, and
numeric tables by saving expected data in a data directory (courtesy of
pytest-datadir) that can be used to verify that future runs produce the same
data.
WWW: https://github.com/ESSS/pytest-regressions
|
20:04 sunpoet
Add py-nest-asyncio 1.4.3
By design asyncio does not allow its event loop to be nested. This presents a
practical problem: When in an environment where the event loop is already
running it's impossible to run tasks and wait for the result. Trying to do so
will give the error "RuntimeError: This event loop is already running".
The issue pops up in various environments, such as web servers, GUI applications
and in Jupyter notebooks.
This module patches asyncio to allow nested use of asyncio.run and
loop.run_until_complete.
WWW: https://github.com/erdewit/nest_asyncio
|
20:03 sunpoet
Add py-nbclient 0.5.1
NBClient, a client library for programmatic notebook execution, is a tool for
running Jupyter Notebooks in different execution contexts. NBClient was spun out
of nbconvert's former ExecutePreprocessor.
WWW: https://github.com/jupyter/nbclient
|
20:03 sunpoet
Add py-capturer 3.0
The capturer package makes it easy to capture the stdout and stderr streams of
the current process and subprocesses. Output can be relayed to the terminal in
real time but is also available to the Python program for additional processing.
WWW: https://capturer.readthedocs.io/en/latest/
WWW: https://github.com/xolox/python-capturer
|
06:37 romain
New port: devel/rubygem-scanf
scanf is an implementation of the C function scanf(3), modified as necessary
for Ruby compatibility.
The methods provided are String#scanf, IO#scanf, and Kernel#scanf. Kernel#scanf
is a wrapper around STDIN.scanf. IO#scanf can be used on any IO stream,
including file handles and sockets. scanf can be called either with or without
a block.
WWW: http://rubygems.org/gems/scanf
|
03:52 ygy
new port: devel/R-cran-brio: Basic R Input Output
PR: 251811
Approved by: lwhsu
|
Friday, 18 Dec 2020
|
15:14 swills
devel/py-babi_grammars: create port
Grammars for the babi text editor
WWW: https://github.com/asottile/babi-grammars
|
15:14 swills
devel/py-onigurumacffi: create port
Python cffi bindings for the oniguruma regex engine
WWW: https://github.com/asottile/onigurumacffi
|
Tuesday, 15 Dec 2020
|
10:24 rhurlin
devel/tailor: Re-add port and update to 0.9.36
Re-add expired port and update from 0.9.35 to 0.9.36.
Use Python 3.7+ now.
PR: 251777
Submitted by: Chris Hutchinson <portmaster@bsdforge.com> (maintainer)
Approved by: arrowd (mentor)
Differential Revision: https://reviews.freebsd.org/D27590
|
Sunday, 13 Dec 2020
|
22:18 sunpoet
Add rubygem-cucumber-cucumber-expressions10 10.3.0 (copied from
rubygem-cucumber-cucumber-expressions)
- Add PORTSCOUT
|
22:18 sunpoet
Add rubygem-aws-sdk-sagemakeredgemanager 1.0.0
Official AWS Ruby gem for Amazon Sagemaker Edge Manager.
WWW: https://github.com/aws/aws-sdk-ruby
WWW:
https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-sagemakeredgemanager
|
22:18 sunpoet
Add rubygem-aws-sdk-healthlake 1.0.0
Official AWS Ruby gem for Amazon HealthLake (HealthLake).
WWW: https://github.com/aws/aws-sdk-ruby
WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-healthlake
|
22:18 sunpoet
Add rubygem-aws-sdk-emrcontainers 1.0.0
Official AWS Ruby gem for Amazon EMR Containers.
WWW: https://github.com/aws/aws-sdk-ruby
WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-emrcontainers
|
22:18 sunpoet
Add rubygem-aws-sdk-auditmanager 1.0.0
Official AWS Ruby gem for AWS Audit Manager.
WWW: https://github.com/aws/aws-sdk-ruby
WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-auditmanager
|
14:40 sunpoet
Add rubygem-aws-sdk-customerprofiles 1.0.0
Official AWS Ruby gem for Amazon Connect Customer Profiles (Customer Profiles).
WWW: https://github.com/aws/aws-sdk-ruby
WWW:
https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-customerprofiles
|
Saturday, 12 Dec 2020
|
23:11 yuri
New port: devel/tlx: Collection of C++ data structures, algorithms,
miscellaneous helpers
|
14:30 rene
Remove expired port:
2020-12-12 devel/py-gobject: Uses deprecated version of python
|
13:10 rene
Remove expired ports:
2020-12-12 comms/py-libconcord: Uses deprecated version of python
2020-12-12 databases/py-swift: Uses deprecated version of python
2020-12-12 devel/py-AddOns: Uses deprecated version of python
2020-12-12 devel/py-BytecodeAssembler: Uses deprecated version of python
2020-12-12 devel/py-repoze.who-testutil: Uses deprecated version of python
2020-12-12 devel/py-riak_pb: Uses deprecated version of python
2020-12-12 devel/pythk: Uses deprecated version of python
2020-12-12 mail/py-spambayes: Uses deprecated version of python
2020-12-12 math/py-numeric: Uses deprecated version of python
2020-12-12 math/py-scientific: Uses deprecated version of python
2020-12-12 net/py-suds: Uses deprecated version of python
2020-12-12 net/pynids: Uses deprecated version of python
2020-12-12 security/py-obfsproxy-tor: Uses deprecated version of python
2020-12-12 sysutils/syslog-ng324: Agreed upon upstream one year deprecation
policy
2020-12-12 www/py-pylons: Uses deprecated version of python
2020-12-12 www/py-qpy: Uses deprecated version of python
|
Friday, 11 Dec 2020
|
19:18 tcberner
Update KDE Applications to 20.12
- astro/libkgeomap has been removed as there are no consumers left
- deskutils/kdepim-apps-libs has been reintegrated into other ports
There are a handful of new ports available:
- astro/kosmindoormap: Library and QML component for rendering multi-level OSM
indoor maps
- deskutils/itinerary: KDE Itinerary is a digital travel assistant
- devel/kpublictransport: Access realtime public transport data
- graphics/kontrast: Color contrast checker
- textproc/markdownpart: KPart for rendering Markdown content
|
11:04 sunpoet
Move devel/py-prompt_toolkit2 to devel/py-prompt-toolkit2
- Bump PORTREVISION for dependency change
|
11:03 sunpoet
Move devel/py-prompt_toolkit1 to devel/py-prompt-toolkit1
- Bump PORTREVISION for dependency change
|
11:03 sunpoet
Move devel/py-prompt_toolkit to devel/py-prompt-toolkit
- Bump PORTREVISION for dependency change
|
Thursday, 10 Dec 2020
|
21:29 sunpoet
Add rubygem-aws-sdk-sagemakerfeaturestoreruntime 1.0.0
Official AWS Ruby gem for Amazon SageMaker Feature Store Runtime.
WWW: https://github.com/aws/aws-sdk-ruby
WWW:
https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-sagemakerfeaturestoreruntime
|
21:29 sunpoet
Add rubygem-aws-sdk-lookoutforvision 1.0.0
Official AWS Ruby gem for Amazon Lookout for Vision.
WWW: https://github.com/aws/aws-sdk-ruby
WWW:
https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-lookoutforvision
|
21:29 sunpoet
Add rubygem-aws-sdk-ecrpublic 1.0.0
Official AWS Ruby gem for Amazon Elastic Container Registry Public (Amazon ECR
Public).
WWW: https://github.com/aws/aws-sdk-ruby
WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-ecrpublic
|
21:28 sunpoet
Add rubygem-aws-sdk-devopsguru 1.0.0
Official AWS Ruby gem for Amazon DevOps Guru.
WWW: https://github.com/aws/aws-sdk-ruby
WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-devopsguru
|
21:28 sunpoet
Add rubygem-aws-sdk-connectcontactlens 1.0.0
Official AWS Ruby gem for Amazon Connect Contact Lens.
WWW: https://github.com/aws/aws-sdk-ruby
WWW:
https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-connectcontactlens
|
21:28 sunpoet
Add rubygem-aws-sdk-appintegrationsservice 1.0.0
Official AWS Ruby gem for Amazon AppIntegrations Service.
WWW: https://github.com/aws/aws-sdk-ruby
WWW:
https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-appintegrationsservice
|
21:28 sunpoet
Add rubygem-aws-sdk-amplifybackend 1.0.0
Official AWS Ruby gem for AmplifyBackend.
WWW: https://github.com/aws/aws-sdk-ruby
WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-amplifybackend
|
21:28 sunpoet
Add py-yaspin 1.2.0
Yaspin provides a full-featured terminal spinner to show the progress during
long-hanging operations. It is easy to integrate into existing codebase by using
it as a context manager or as a function decorator. Yaspin also provides an
intuitive and powerful API. For example, you can easily summon a shark.
WWW: https://github.com/pavdmyt/yaspin
|
21:28 sunpoet
Add py-vistir 0.5.2
vistir is a library full of utility functions designed to make life easier.
vistir provides several categories of functionality, including:
- Backports
- Compatibility Shims
- Context Managers
- Miscellaneous Utilities
- Path Utilities
WWW: https://github.com/sarugaku/vistir
|
21:27 sunpoet
Add py-plette 0.2.3
Plette implements Pipfle and Pipfile.lock parsers, generators, and optional
validators to let the user work with them in a structured manner.
WWW: https://github.com/sarugaku/plette
|
21:27 sunpoet
Add py-pip-shims 0.5.3
pip-shims is a set of compatibilty access shims to the pip internal API.
pip-shims provides compatibility with pip versions 8.0 through the current
release. The shims are provided using a lazy import strategy by hacking a module
by overloading a class instance's getattr method.
WWW: https://github.com/sarugaku/pip-shims
|
Wednesday, 9 Dec 2020
|
03:06 ygy
New port: devel/R-cran-rematch2: Tidy Output from Regular Expression Matching
PR: 251679
Approved by: lwhsu
|
02:51 ygy
New port: devel/R-cran-diffobj: Diffs for R Objects
PR: 251661
Approved by: lwhsu
|
Sunday, 6 Dec 2020
|
10:39 mikael
devel/grex: add new port
grex is a command-line utility that is meant to simplify the often
complicated and tedious task of creating regular expressions. It
does so by automatically generating a single regular expression from
user-provided test cases. The resulting expression is guaranteed to
match the test cases which it was generated from.
WWW: https://github.com/pemistahl/grex/
PR: 251424
Submitted by: Petteri Valkonen
|
Saturday, 5 Dec 2020
|
19:43 sunpoet
Move devel/py-readme_renderer to devel/py-readme-renderer
- Bump PORTREVISION for dependency change
|
19:42 sunpoet
Move devel/py-git_semver to devel/py-git-semver
- Bump PORTREVISION for dependency change
|
14:01 sunpoet
Move devel/py-XStatic* to devel/py-xstatic*
- Move devel/py-XStatic to devel/py-xstatic
- Move devel/py-XStatic-Angular to devel/py-xstatic-angular
- Move devel/py-XStatic-Angular-Bootstrap to devel/py-xstatic-angular-bootstrap
- Move devel/py-XStatic-Angular-FileUpload to
devel/py-xstatic-angular-fileupload
- Move devel/py-XStatic-Angular-Gettext to devel/py-xstatic-angular-gettext
- Move devel/py-XStatic-Angular-Schema-Form to
devel/py-xstatic-angular-schema-form
- Move devel/py-XStatic-Angular-lrdragndrop to
devel/py-xstatic-angular-lrdragndrop
- Move devel/py-XStatic-Bootstrap-Datepicker to
devel/py-xstatic-bootstrap-datepicker
- Move devel/py-XStatic-Bootstrap-SCSS to devel/py-xstatic-bootstrap-scss
- Move devel/py-XStatic-D3 to devel/py-xstatic-d3
- Move devel/py-XStatic-Font-Awesome to devel/py-xstatic-font-awesome
- Move devel/py-XStatic-Hogan to devel/py-xstatic-hogan
- Move devel/py-XStatic-JQuery-Migrate to devel/py-xstatic-jquery-migrate
- Move devel/py-XStatic-JQuery.TableSorter to
devel/py-xstatic-jquery.tablesorter
- Move devel/py-XStatic-JQuery.quicksearch to
devel/py-xstatic-jquery.quicksearch
- Move devel/py-XStatic-JSEncrypt to devel/py-xstatic-jsencrypt
- Move devel/py-XStatic-Jasmine to devel/py-xstatic-jasmine
- Move devel/py-XStatic-Rickshaw to devel/py-xstatic-rickshaw
- Move devel/py-XStatic-Spin to devel/py-xstatic-spin
- Move devel/py-XStatic-bootswatch to devel/py-xstatic-bootswatch
- Move devel/py-XStatic-jQuery to devel/py-xstatic-jquery
- Move devel/py-XStatic-jquery-ui to devel/py-xstatic-jquery-ui
- Move devel/py-XStatic-mdi to devel/py-xstatic-mdi
- Move devel/py-XStatic-objectpath to devel/py-xstatic-objectpath
- Move devel/py-XStatic-roboto-fontface to devel/py-xstatic-roboto-fontface
- Move devel/py-XStatic-smart-table to devel/py-xstatic-smart-table
- Move devel/py-XStatic-term.js to devel/py-xstatic-term.js
- Move devel/py-XStatic-tv4 to devel/py-xstatic-tv4
- Bump PORTREVISION for dependency change
- Take maintainership
|
13:48 sunpoet
Move devel/py-wsgi_intercept to devel/py-wsgi-intercept
|
13:47 sunpoet
Move devel/py-semantic_version to devel/py-semantic-version
- Bump PORTREVISION for dependency change
|
13:33 sunpoet
Move devel/py-microversion_parse to devel/py-microversion-parse
|
Tuesday, 1 Dec 2020
|
20:09 rene
Remove expired ports:
2020-11-30 databases/datamodeler: depends on expiring java/openjfx8-devel
2020-11-30 devel/gradle4: only needed for expiring biology/igv and
java/openjfx8-devel
2020-11-30 devel/py-astroid1: Use devel/py-astroid instead
2020-11-30 devel/pylint1: Use devel/pylint instead
2020-11-30 german/mediathekview: depends on expiring java/openjfx8-devel
2020-11-30 java/openjfx8-devel: No longer maintained upstream
2020-11-30 java/openjfx8-scenebuilder: depends on expiring java/openjfx8-devel
2020-11-30 net-im/py-sleekxmpp: Upstream archived and advices to use
net-im/py-slixmpp
2020-12-01 net-mgmt/zabbix44-agent: End of Life
2020-12-01 net-mgmt/zabbix44-frontend: End of Life
2020-12-01 net-mgmt/zabbix44-java: End of Life
2020-12-01 net-mgmt/zabbix44-proxy: End of Life
2020-12-01 net-mgmt/zabbix44-server: End of Life
2020-11-30 print/jabref: depends on expiring java/openjfx8-devel
2020-11-30 science/datawarrior: depends on expiring java/openjfx8-devel
|
Thursday, 26 Nov 2020
|
21:16 sunpoet
Add rubygem-aws-sdk-mwaa 1.0.0
Official AWS Ruby gem for Amazon Managed Workflows for Apache Airflow (MWAA).
WWW: https://github.com/aws/aws-sdk-ruby
WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-mwaa
|
Wednesday, 25 Nov 2020
|
19:29 dvl
Add devel/viewvc-devel which uses Python 3
The original PR is from Robert William Vesterman but the bulk of this patch
comes from Yasuhito FUTATSUKI <freebsd-bug-report-yf@yf.bsdclub.org>
PR: 247161,247804
Submitted by: Robert William Vesterman <bob@vesterman.com>,Yasuhito FUTATSUKI
<freebsd-bug-report-yf@yf.bsdclub.org>
Approved by: maintainer timeout (7 weeks)
|
03:01 acm
- Connect new fpc ports
|
Tuesday, 24 Nov 2020
|
20:47 sunpoet
Add rubygem-aws-sdk-networkfirewall 1.0.0
Official AWS Ruby gem for AWS Network Firewall (Network Firewall).
WWW: https://github.com/aws/aws-sdk-ruby
WWW:
https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-networkfirewall
|
05:06 yuri
New port: devel/grcov: Code coverage information aggregator
|
Sunday, 22 Nov 2020
|
23:41 amdmi3
- Add devel/py-pytest-datadir
pytest plugin for manipulating test data directories and files.
WWW: https://pypi.org/project/pytest-datadir/
WWW: https://github.com/gabrielcnr/pytest-datadir
|
Saturday, 21 Nov 2020
|
09:37 sunpoet
Add rubygem-aws-sdk-appregistry 1.0.0
Official AWS Ruby gem for AWS Service Catalog App Registry (AppRegistry).
WWW: https://github.com/aws/aws-sdk-ruby
WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-appregistry
|
08:07 mfechner
New ports required for gitlab-ce 13.6 upgrade.
|
Friday, 20 Nov 2020
|
05:11 osa
Add devel/libunit - NGINX Unit development kit.
Follow that remove devkit part from www/unit. (*)
Bump PORTREVISION. (*)
|
Wednesday, 18 Nov 2020
|
19:00 0mp
Add devel/py-sentry-sdk
Sentry SDK is a Python client for Sentry (http://getsentry.com/).
It enables automatic reporting of errors and exceptions as well as
identifies performance issues in the application.
It is intended to replace Raven.
WWW: https://github.com/getsentry/sentry-python
|
16:33 lbartoletti
[NEW PORT] devel/py-case: Python unittest utilities
PR: 251104
Submitted by: Goran Mekic <meka@tilda.center>
|
Tuesday, 17 Nov 2020
|
18:36 rodrigo
New port devel/Makefile: a library and CLI tool for i-budy devices
libibuddy is a C library to control the i-buddy
USB device. A command line tool ibuddycmd is also
available to control it from the command line.
The i-Buddy is a small USB figure in the form of an
MSN messenger contact with butterfly wings.
|
Monday, 16 Nov 2020
|
18:47 rhurlin
devel/py-utils: Removed on maintainers request, uses EOLed python27
Port is already deprecated, has no dependents, and sources are older than a
decade.
PR: 249663
Submitted by: Steve Wills <swills@FreeBSD.org>
Approved by: arrowd (mentor), Daniel Bretoi <daniel@netwalk.org> (maintainer)
Differential Revision: https://reviews.freebsd.org/D27233
|
Sunday, 15 Nov 2020
|
18:37 rene
Remove expired ports:
2020-11-15 archivers/py-pyliblzma: Uses deprecated version of python
2020-11-15 databases/postgis23: Upstream no longer maintained
2020-11-15 databases/py-htsql: Uses deprecated version of python
2020-11-15 devel/bzr-fastimport: Uses deprecated version of python
2020-11-15 devel/py-ToscaWidgets: Uses deprecated version of python
2020-11-15 devel/py-calendar: Uses deprecated version of python
2020-11-15 devel/py-distorm: Uses deprecated version of python
2020-11-15 devel/py-fabric1: Uses deprecated version of python
2020-11-15 devel/py-rcsparse: Uses deprecated version of python
2020-11-15 devel/pyrex: Uses deprecated version of python
2020-11-15 japanese/py-tegaki: Uses deprecated version of python
2020-11-15 math/py-networkx1: Obsolete, please use math/py-networkx instead
2020-11-15 misc/py-progressbar231: Uses deprecated version of python
2020-11-15 multimedia/py-kaa-imlib2: Uses deprecated version of python
2020-11-15 multimedia/py-kaa-metadata: Uses deprecated version of python
2020-11-15 net-im/libtelepathy: Uses deprecated version of python
2020-11-15 security/py-mcrypt: Uses deprecated version of python
2020-11-15 www/py-beautifulsoup32: Uses deprecated version of python
2020-11-15 www/py-evernote: Uses deprecated version of python
2020-04-01 www/py-meld3: EOLed upstream
2020-11-15 www/py-requestbuilder: Uses deprecated version of python
2020-11-15 x11-toolkits/py-SquareMap: Uses deprecated version of python
|
17:56 sunpoet
Add rubygem-aws-sdk-gluedatabrew 1.0.0
Official AWS Ruby gem for AWS Glue DataBrew.
WWW: https://github.com/aws/aws-sdk-ruby
WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-gluedatabrew
|
17:55 sunpoet
Add py-virtualenv-api 2.1.18
virtualenv is a tool to create isolated Python environments. Unfortunately, it
does not expose a native Python API. This package aims to provide an API in the
form of a wrapper around virtualenv.
It can be used to create and delete environments and perform package management
inside the environment.
WWW: https://github.com/sjkingo/virtualenv-api
|
17:55 sunpoet
Add py-pytest-mypy 0.8.0
pytest-mypy provides mypy static type checker plugin for pytest.
Features:
- Runs the mypy static type checker on your source files as part of your pytest
test runs.
- Does for mypy what the pytest-flake8 plugin does for flake8.
WWW: https://github.com/dbader/pytest-mypy
|
17:55 sunpoet
Add p5-Test-Snapshot 0.06
Test::Snapshot implements a function to automate the storing and updating of
expected test outputs. This is based on the idea known in frontend development
circles as "snapshot testing", hence the module name.
WWW: https://metacpan.org/release/Test-Snapshot
|
16:04 0mp
Add devel/gradle-completion
Bash and Zsh completion support for Gradle.
This provides fast tab completion for:
- Gradle tasks for the current project and sub-projects
- Gradle CLI switches (e.g. --parallel)
- Common Gradle properties (e.g. -Dorg.gradle.debug)
It also handles custom default build files, so rootProject.buildFileName =
'build.gradle.kts' is supported.
WWW: https://github.com/gradle/gradle-completion
|
07:03 lbartoletti
[NEW PORT] devel/py-doctest-ignore-unicode: Nose plugin to ignore unicode
literal prefixes in doctests
PR: 251094
Reviewed by: koobs
|
Friday, 13 Nov 2020
|
00:09 jhb
Switch xcscope.el to a separately-maintained version.
The version of xcscope.el bundled with cscope does not work with emacs
27 as it uses a deprecated function. Switch to using a newer fork of
xcscope.el which works with emacs 27 and includes several other fixes
such as working over tramp-mode. Since the newer fork is hosted
independently, add it as a new port which depends on cscope.
PR: 251029
Reviewed by: maintainer (devel/cscope)
Approved by: swills
Differential Revision: https://reviews.freebsd.org/D27172
|
Tuesday, 10 Nov 2020
|
12:56 kai
[NEW PORT] devel/py-maturin
Build and publish crates with pyo3, rust-cpython and cffi bindings as well
as Rust binaries as Python packages.
This project is meant as a zero configuration replacement for
setuptools-rust and milksnake. It supports building wheels for Python 3.5+
on FreeBSD and various other platforms, can upload them to PyPI and has
basic PyPy support.
WWW: https://github.com/PyO3/maturin
PR: 247666
Reviewed by: tcberner
Differential Revision: https://reviews.freebsd.org/D26960
|
09:05 rhurlin
New port:devel/py-hg-evolve: Changeset Evolution with Mercurial
evolve is a Mercurial extension for faster and safer mutable history. It
implements the changeset evolution concept for Mercurial[1][2].
[1] https://www.mercurial-scm.org/doc/evolution/#
[2] https://pypi.org/project/hg-evolve/
Reviewed by: tcberner (mentor)
Approved by: arrowd (mentor)
Differential Revision: https://reviews.freebsd.org/D27150
|
08:47 kai
Create some ports that are assigned to Django 3.1 instead Django 2.2
* Django 2.2 is currently the "default" version in the ports tree due its
long term support until April 2022. Thus ports that are assigned to that
version will exist until then.
The following ports are required to make the upgrade of net-mgmt/netbox to
the 2.9 release possible because it requires Django 3.1 and provides no
backwards compatibility for previous versions of Django.
- www/py-dj31-django-rq
(copied from r539662 to use the 2.3.2 release for now)
- www/py-dj31-django-auth-ldap
- www/py-dj31-django-cacheops
- www/py-dj31-django-cors-headers
- www/py-dj31-django-debug-toolbar
- www/py-dj21-django-filter
- www/py-dj31-django-js-asset
- www/py-dj31-django-mptt
- www/py-dj31-django-prometheus
- www/py-dj31-django-redis
- www/py-dj31-django-tables2
- www/py-dj31-django-taggit
- www/py-dj31-django-timezone-field
- www/py-dj31-djangorestframework
- www/py-dj31-drf-yasg
* Also limit the new ports to Python 3.6+ due the requirements of Django 3.1
and add/update the related CONFLICTS_INSTALL entries.
Reviewed by: sunpoet
Differential Revision: https://reviews.freebsd.org/D27083
|
Monday, 9 Nov 2020
|
10:54 mfechner
Made rubygem-bootsnap 1.4 available again (was updated by 554614), as it is
required for gitlab-ce.
Also updated it to 1.4.9.
PR: 250976
Reported by: lysfjord.daniel@smokepit.net
|
Sunday, 8 Nov 2020
|
17:11 sunpoet
Add rubygem-fiber-local 1.0.0
Fiber::Local is a module to simplify fiber-local state.
WWW: https://github.com/socketry/fiber-local
|
17:06 sunpoet
Add py-build 0.1.0
build is a simple, correct PEP517 package builder.
WWW: https://github.com/pypa/build
|
Saturday, 7 Nov 2020
|
11:30 makc
Add new port devel/py-ipympl:
Jupyter extension which enables interactive functionality of Matplotlib in
Jupyter Notebook and Lab.
WWW: https://github.com/matplotlib/ipympl
|
Friday, 6 Nov 2020
|
11:11 sunpoet
Add py-pre-commit-hooks 3.3.0
pre-commit-hooks provides some out-of-the-box hooks for pre-commit.
WWW: https://github.com/pre-commit/pre-commit-hooks
|
Number of commits found: 11319 (showing only 100 on this page) |