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
non port: devel/Makefile

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

[First Page]  «  19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29  »  [Last Page]

Friday, 6 Nov 2020
11:11 sunpoet search for other commits by this committer
Add py-moto 1.3.16

Moto is a library that allows your tests to easily mock out AWS Services.

WWW: https://github.com/spulec/moto
Original commitRevision:554183 
11:11 sunpoet search for other commits by this committer
Add py-filedepot 0.8.0

DEPOT is a framework for easily storing and serving files in web applications.

DEPOT supports storing files in multiple backends, like:
- Local Disk
- In Memory (for tests)
- On GridFS
- On Amazon S3 (or compatible services)
and integrates with database by providing files attached to your SQLAlchemy or
Ming/MongoDB models with respect to transactions behaviours (files are rolled
back too).

WWW: https://github.com/amol-/depot
Original commitRevision:554182 
11:11 sunpoet search for other commits by this committer
Add py-aioitertools 0.7.0

aioitertools provides implementation of itertools, builtins, and more for
AsyncIO and mixed-type iterables.

WWW: https://github.com/omnilib/aioitertools
Original commitRevision:554181 
06:59 lwhsu search for other commits by this committer
Remove devel/nimble, it's integrated in lang/nim

PR:		250881
Submitted by:	Neal Nelson <ports@nicandneal.net> (maintainer)
Original commitRevision:554170 
Tuesday, 3 Nov 2020
03:49 lwhsu search for other commits by this committer
Remove devel/py-twext

The only port (www/caldarserver) requires it is deleted and uses deprecated
version of python

PR:		250801
Submitted by:	Axel.Rau@Chaos1.DE (maintainer)
Original commitRevision:553948 
Monday, 2 Nov 2020
15:58 mikael search for other commits by this committer
devel/wasi-compiler-rt11, wasi-libc, wasi-libcxx: New ports for WebAssembly
System Interface (WASI) libc, clang builtins (compiler-rt), libc++, libcxxabi

WASI is a "syscall" interface for WebAssembly, significantly inspired by
CloudABI.
It is supported in clang 8 and up, but to actually build C programs,
it needs clang builtins and the libc/sysroot. And for C++, also libc++ and
libcxxabi.

Submitted by:		Greg V <greg%unrelenting.technology>
Differential Revision:	https://reviews.freebsd.org/D22960
Original commitRevision:553915 
Sunday, 1 Nov 2020
21:52 rene search for other commits by this committer
Remove expired port:

2020-11-01 devel/gitg0: ancient version of gitg not maintained
Original commitRevision:553868 
21:50 rene search for other commits by this committer
Remove expired ports:

2020-10-31 www/radicale2: Please migrate to Radicale 3.x which you can find at
www/radicale
2020-10-31 devel/pccts: abandonedware, superseded by devel/antlr
Original commitRevision:553867 
Saturday, 31 Oct 2020
23:20 dbaio search for other commits by this committer
Add devel/py-azure-synapse-artifacts

This is the Microsoft Azure Synapse Artifacts Client Library.

Azure Synapse is a limitless analytics service that brings together enterprise
data warehousing and Big Data analytics.

WWW: https://pypi.org/project/azure-synapse-artifacts/
Original commitRevision:553804 
10:44 rene search for other commits by this committer
Remove expired port:

2020-10-30 devel/libsigc++12: Use newer version
Original commitRevision:553767 
Wednesday, 28 Oct 2020
19:48 swills search for other commits by this committer
devel/sd-mux: create port

Utility for controlling sd-mux and sd-wire

WWW: https://wiki.tizen.org/SDWire
WWW: https://git.tizen.org/cgit/tools/testlab/sd-mux/
Original commitRevision:553561 
Tuesday, 27 Oct 2020
22:44 rene search for other commits by this committer
Remove expired ports:

2020-10-25 devel/py-repoze.what: does not build with python3
2020-09-15 net/reposado: Uses deprecated version of python
2020-12-31 devel/py-setuptools_darcs: Uses Python 2.7 which is EOLed upstream
2020-10-25 devel/py-darcsver: does not build with python3
2020-10-25 devel/py-gdata: Unmaintained upstream, superseded by
www/py-google-api-python-client

See https://people.freebsd.org/~rene/stuff/old-ports.txt for the "unremovable"
ports.
Original commitRevision:553506 
Monday, 26 Oct 2020
20:16 rene search for other commits by this committer
Remove expired ports:

2020-10-25 converters/zbase32: does not build with python3
2020-10-25 devel/py-PEAK-Rules: does not build with python3
2020-10-25 editors/nvi-devel: Unsupported upstream since 2015, please switch to
editors/nvi2

See https://people.freebsd.org/~rene/stuff/old-ports.txt for "unremoveable"
ports.
Original commitRevision:553382 
Sunday, 25 Oct 2020
22:31 yuri search for other commits by this committer
New port: devel/yuck: Bog-standard command line option parser for C
Original commitRevision:553297 
15:53 ashish search for other commits by this committer
bit is an experimental modernized git CLI built on top of git that
provides happy defaults and other niceties:

 - command and flag suggestions to help you navigate the plethora of
   options git provides you
 - autocompletion for files and branch names when using bit add or bit
   checkout
 - automatic fetch and branch fast-forwarding reducing the likelihood
   of merge conflicts
 - suggestions work with git aliases
 - new commands like bit sync that vastly simplify your workflow
 - commands from git-extras such as bit release & bit info
 - fully compatible with git allowing you to fallback to git if need be
 - update using bit update
 - get insight into how bit works using bit --debug

WWW: https://github.com/chriswalz/bit
Original commitRevision:553271 
Saturday, 24 Oct 2020
20:05 dbaio search for other commits by this committer
Add devel/py-fastjsonschema: Fastest Python implementation of JSON schema

fastjsonschema implements validation of JSON documents by JSON schema. The
library implements JSON schema drafts 04, 06 and 07. The main purpose is to
have a really fast implementation. See some numbers:

- Probably most popular jsonschema can take up to 5 seconds for valid inputs
  and 1.2 seconds for invalid inputs.
- Second most popular json-spec is even worse with up to 7.2 and 1.7 seconds.
- Last validictory, now deprecated, is much better with 370 or 23 milliseconds,
  but it does not follow all standards and it can be still slow for some
  purposes.

With this library you can gain big improvements as fastjsonschema takes only
about 25 milliseconds for valid inputs and 2 milliseconds for invalid ones.

WWW: https://horejsek.github.io/python-fastjsonschema/
Original commitRevision:553225 
12:29 fernape search for other commits by this committer
Ammend r553192
Original commitRevision:553193 
12:26 fernape search for other commits by this committer
new port: devel/easyexif

EasyEXIF is a tiny, lightweight C++ library that parses basic information out of
EXIF files. It uses only the std::string library and is otherwise pure C++.

It is made of one .h file and one .cpp file.

This is a new dependency for the upcoming update of devel/vcglib[1]

[1]
https://github.com/cnr-isti-vclab/vcglib/commit/dd8c26474dfa3ee2cde2e4c39366fe9df41e667d
Original commitRevision:553192 
Friday, 23 Oct 2020
16:24 lbartoletti search for other commits by this committer
[NEW PORT] devel/librttopo: RT Topology Library exposes an API to create and
manage standard (ISO 13249 aka SQL/MM) topologies

The RT Topology Library exposes an API to create and manage standard
(ISO 13249 aka SQL/MM) topologies using user-provided data stores.

The code is derived from PostGIS liblwgeom library enhanced to provide
thread-safety, have less dependencies and be independent from PostGIS release
cycles.
Original commitRevision:553110 
Thursday, 22 Oct 2020
17:54 sunpoet search for other commits by this committer
Add py-vcver 0.2.11

vcver is an approach for versioning that heavily relies on the version control
system of choice for determining version strings.

WWW: https://github.com/toumorokoshi/vcver-python
Original commitRevision:553028 
17:54 sunpoet search for other commits by this committer
Add py-beniget 0.3.0

Beniget is a collection of Compile-time analyse on Python Abstract Syntax Tree
(AST). It's a building block to write static analyzer or compiler for Python.

WWW: https://github.com/serge-sans-paille/beniget
Original commitRevision:553027 
17:54 sunpoet search for other commits by this committer
Add py-deepmerge 0.1.0

deepmerge provides tools to handle merging of nested data structures in python.

WWW: https://github.com/toumorokoshi/deepmerge
Original commitRevision:553026 
17:54 sunpoet search for other commits by this committer
Add py-datapackage 1.14.1

datapackage-py is a library for working with Data Packages as defined on
specs.frictionlessdata.io.

WWW: https://github.com/frictionlessdata/datapackage-py
Original commitRevision:553025 
14:57 swills search for other commits by this committer
devel/glab: create port

GLab is an open source Gitlab Cli tool written in Go (golang) to help work
seamlessly with Gitlab from the command line. Work with issues, merge requests,
watch running pipelines directly from your CLI among other features. Inspired
by gh, the official GitHub CLI tool.

WWW: https://clementsam.tech/glab/

PR:		250039
Submitted by:	Lewis Cook <vulcan@wired.sh>
Original commitRevision:552984 
12:56 mfechner search for other commits by this committer
New ports required for www/gitlab-ce 13.5.0 upgrade.
Original commitRevision:552969 
00:24 tz search for other commits by this committer
PHP 8.0: Connect all the ports added in r552906

Sponsored by:	PHP Update Service
Original commitRevision:552910 
Sunday, 18 Oct 2020
15:34 sunpoet search for other commits by this committer
Add rubygem-faraday_middleware-aws-sigv403 0.3.0 (copied from
rubygem-faraday_middleware-aws-sigv4)

- Add PORTSCOUT
Original commitRevision:552636 
Thursday, 15 Oct 2020
17:22 madpilot search for other commits by this committer
Remove expired port: devel/geany-plugin-geanypy

Uses deprecated version of python.
Original commitRevision:552430 
Wednesday, 14 Oct 2020
23:59 kevans search for other commits by this committer
[NEW PORT] devel/lua-argparse

Argparse is a feature-rich command line parser for Lua inspired by argparse
for Python.

Argparse supports positional arguments, options, flags, optional arguments,
subcommands and more. Argparse automatically generates usage, help, and
error messages, and can generate shell completion scripts.

WWW: https://github.com/luarocks/argparse
Original commitRevision:552363 
Tuesday, 13 Oct 2020
21:10 brooks search for other commits by this committer
Resurrect devel/llvm-cheri and update

This version comes from the dev branch as that is close to the base for
the upcoming release of the Arm Morello toolchain.

Make the CROSS_TOOLCHAIN file machine-independent and install it as
llvm-cheri.

Sponsored by:	DARPA
Original commitRevision:552284 
18:41 sunpoet search for other commits by this committer
Add py-behave 1.2.6

Behave is behavior-driven development in Python style.

Behavior-driven development (or BDD) is an agile software development technique
that encourages collaboration between developers, QA and non-technical or
business participants in a software project.

behave uses tests written in a natural language style, backed up by Python code.

WWW: https://github.com/behave/behave
Original commitRevision:552246 
08:40 antoine search for other commits by this committer
New port: devel/libfsext

Library and tools to access the Extended File System
WWW: https://github.com/libyal/libfsext
Original commitRevision:552222 
08:34 antoine search for other commits by this committer
New port: devel/libcreg

Library and tools to access the Windows 9x/Me Registry File (CREG) format.
WWW: https://github.com/libyal/libcreg
Original commitRevision:552220 
Monday, 12 Oct 2020
16:03 garga search for other commits by this committer
Convert git slave ports to flavors

Create git@lite and git@gui flavors to replace slave ports

PR:		250281
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Sponsored by:	Rubicon Communications, LLC (Netgate)
Original commitRevision:552136 
14:20 bapt search for other commits by this committer
Update libsoup to 2.72.0

Merge back libsoup and libsoup-gnome, they both have the same dependencies
now, and they are more complicated to split now that they switched to meson

Bump portrevision of dependant ports
Original commitRevision:552130 
13:32 krion search for other commits by this committer
Add devel/py-tiamat

Tiamat is the single binary builder for Python projects and based on pop.
Original commitRevision:552125 
10:45 krion search for other commits by this committer
Add devel/py-pop

Plugin Oriented Programming interface for Python

https://pop.readthedocs.io
Original commitRevision:552120 
10:44 krion search for other commits by this committer
Add devel/py-pop-config

Tool for creating configuration options for pop projects

https://gitlab.com/saltstack/pop/pop-config
Original commitRevision:552119 
Saturday, 10 Oct 2020
07:44 sunpoet search for other commits by this committer
Add rubygem-grape140 1.4.0 (copied from rubygem-grape)

- Add PORTSCOUT
Original commitRevision:551863 
07:43 sunpoet search for other commits by this committer
Add py-poetry-core 1.0.0

Poetry Core is a PEP 517 build backend implementation developed for Poetry. This
project is intended to be a light weight, fully compliant, self-contained
package allowing PEP 517 compatible build frontends to build Poetry managed
projects.

WWW: https://github.com/python-poetry/poetry-core
Original commitRevision:551859 
Friday, 9 Oct 2020
20:47 krion search for other commits by this committer
Add devel/py-aiologger: asynchronous logging for python and asyncio.
Original commitRevision:551824 
19:01 sunpoet search for other commits by this committer
Add py-prettytable0 0.7.2 (copied from py-prettytable)

- Add PORTSCOUT
Original commitRevision:551795 
14:19 sunpoet search for other commits by this committer
Add rubygem-gapic-common 0.3.4

Create Ruby clients from a protocol buffer description of an API.

WWW: https://github.com/googleapis/gapic-generator-ruby
Original commitRevision:551771 
01:46 swills search for other commits by this committer
devel/gammaray: create port

GammaRay is a software introspection tool for Qt applications developed by
KDAB. Leveraging the QObject introspection mechanism it allows you to observe
and manipulate your application at runtime. This works both locally on your
workstation and remotely on an embedded target.

WWW: https://www.kdab.com/development-resources/qt-tools/gammaray/
Original commitRevision:551738 
Monday, 5 Oct 2020
17:24 sunpoet search for other commits by this committer
Add p5-ColorThemes-Standard 0.002

ColorThemes::Standard provides a standard collection of generic color themes.

WWW: https://metacpan.org/release/ColorThemes-Standard
Original commitRevision:551511 
17:24 sunpoet search for other commits by this committer
Add p5-BorderStyles-Standard 0.002

BorderStyles::Standard provides a standard collection of border styles.

WWW: https://metacpan.org/release/BorderStyles-Standard
Original commitRevision:551510 
17:24 sunpoet search for other commits by this committer
Add p5-BorderStyleBase 0.004

BorderStyleBase provides a suitable base class for most BorderStyle::* modules.

WWW: https://metacpan.org/release/BorderStyleBase
Original commitRevision:551509 
15:50 lbartoletti search for other commits by this committer
Update PyQt to 5.15.0, py-sip to 4.19.24 and qscintilla2 to 2.11.5

- Update PyQt to 5.15.0, py-sip to 4.19.24 and qscintilla2 to 2.11.5
- Use pypi for PYQT [1]
- Add devel/py-qt5-sip (Don't use it for now. It will be used in future updates
of PyQt with py-sip >= 5)
- Add missing py-qt5 ports: comms/py-qt5-sensors, devel/py-qt5-location,
devel/py-qt5-remoteobjects, net/py-qt5-networkauth
- Strip libs
- Refactor *_PATH and *_PORT parts

[1] RiverBankComputing doesn't offer links to download latest version of some
ports

PR:		247369
Reviewed by:	tcberner
Differential Revision:	https://reviews.freebsd.org/D25749
Exp-run by:	antoine
Original commitRevision:551499 
Friday, 2 Oct 2020
13:15 sunpoet search for other commits by this committer
Add rubygem-aws-sdk-s3outposts 1.0.0

Official AWS Ruby gem for Amazon S3 on Outposts (Amazon S3 Outposts).

WWW: https://github.com/aws/aws-sdk-ruby
WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-s3outposts
Original commitRevision:551177 
13:14 sunpoet search for other commits by this committer
Add py-pytest-twisted 1.13.2

pytest-twisted is a plugin for pytest, which allows to test code, which uses the
twisted framework. test functions can return Deferred objects and pytest will
wait for their completion with this plugin.

WWW: https://github.com/pytest-dev/pytest-twisted
Original commitRevision:551175 
13:14 sunpoet search for other commits by this committer
Add py-dpcontracts 0.6.0

This module provides a collection of decorators that makes it easy to write
software using contracts.

Contracts are a debugging and verification tool. They are declarative statements
about what states a program must be in to be considered "correct" at runtime.
They are similar to assertions, and are verified automatically at various
well-defined points in the program. Contracts can be specified on functions and
on classes.

Contracts serve as a form of documentation and a way of formally specifying
program behavior. Good practice often includes writing all of the contracts
first, with these contract specifying the exact expected state before and after
each function or method call and the things that should always be true for a
given class of object.

Contracts consist of two parts: a description and a condition. The description
is simply a human-readable string that describes what the contract is testing,
while the condition is a single function that tests that condition. The
condition is executed automatically and passed certain arguments (which vary
depending on the type of contract), and must return a boolean value: True if the
condition has been met, and False otherwise.

WWW: https://github.com/deadpixi/contracts
Original commitRevision:551174 
07:29 sunpoet search for other commits by this committer
Add rubygem-aws-sdk-timestreamwrite 1.0.0

Official AWS Ruby gem for Amazon Timestream Write (Timestream Write).

WWW: https://github.com/aws/aws-sdk-ruby
WWW:
https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-timestreamwrite
Original commitRevision:550904 
07:29 sunpoet search for other commits by this committer
Add rubygem-aws-sdk-timestreamquery 1.0.0

Official AWS Ruby gem for Amazon Timestream Query (Timestream Query).

WWW: https://github.com/aws/aws-sdk-ruby
WWW:
https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-timestreamquery
Original commitRevision:550903 
Tuesday, 29 Sep 2020
18:14 sunpoet search for other commits by this committer
Add rubygem-azure_mgmt_digitaltwins 0.17.0

Microsoft Azure Digital Twins Client Library for Ruby.

WWW: https://github.com/Azure/azure-sdk-for-ruby
WWW:
https://github.com/Azure/azure-sdk-for-ruby/tree/master/management/azure_mgmt_digitaltwins
Original commitRevision:550544 
18:14 sunpoet search for other commits by this committer
Add rubygem-azure_mgmt_automanage 0.17.0

Microsoft Azure Automanage Client Library for Ruby.

WWW: https://github.com/Azure/azure-sdk-for-ruby
WWW:
https://github.com/Azure/azure-sdk-for-ruby/tree/master/management/azure_mgmt_automanage
Original commitRevision:550543 
18:14 sunpoet search for other commits by this committer
Sort SUBDIRs
Original commitRevision:550542 
Sunday, 27 Sep 2020
20:54 dbaio search for other commits by this committer
Hook the new py-azure ports
Original commitRevision:550354 
13:52 nivit search for other commits by this committer
A Python parser for the Coffeescript Object Notation (CSON).

WWW: https://github.com/avakar/pycson
Original commitRevision:550277 
13:51 nivit search for other commits by this committer
A PEG-based parser interpreter with memoization (Python module).

WWW: https://github.com/avakar/speg
Original commitRevision:550276 
Saturday, 26 Sep 2020
11:19 olgeni search for other commits by this committer
Add devel/taskctl, a concurrent task runner.
Original commitRevision:550165 
01:45 yuri search for other commits by this committer
New port: devel/util-linux: Random collection of Linux utilities
Original commitRevision:550102 
Friday, 25 Sep 2020
15:13 jrm search for other commits by this committer
devel/py-pyqi: Remove; it is no longer developed and uses python 2.7

The authors have switched to click for command line interfaces.

PR:		249648
Original commitRevision:550047 
09:27 ehaupt search for other commits by this committer
Add py-genson 1.2.2, genSON is a powerful, user-friendly JSON Schema
generator.
Original commitRevision:550008 
Thursday, 24 Sep 2020
13:13 0mp search for other commits by this committer
Add devel/py-cppheaderparser

CppHeaderParser can be used to parse C++ header files and generate a data
structure representing the class.

WWW: http://senexcanis.com/open-source/cppheaderparser/

This is a dependency for future versions of security/py-angr.
Original commitRevision:549919 
Wednesday, 23 Sep 2020
18:27 swills search for other commits by this committer
devel/pystring: create port

Pystring is a collection of C++ functions which match the interface and
behavior of python's string class methods using std::string. Implemented in
C++, it does not require or make use of a python interpreter. It provides
convenience and familiarity for common string operations not included in the
standard C++ library. It's also useful in environments where both C++ and
python are used.

WWW: https://github.com/imageworks/pystring
Original commitRevision:549776 
Tuesday, 22 Sep 2020
21:08 mfechner search for other commits by this committer
New ports required for gitlab 13.4.
Original commitRevision:549634 
Saturday, 19 Sep 2020
20:58 rene search for other commits by this committer
Remove expired port:

2020-09-15 devel/storm: Uses deprecated version of python
Original commitRevision:549069 
13:01 rene search for other commits by this committer
Remove expired ports:

2020-09-15 audio/abraca: Uses deprecated version of python
2020-09-15 audio/ardour5: Uses deprecated version of python
2020-09-15 audio/cplay: Uses deprecated version of python
2020-09-15 audio/cpp-xmms2: Uses deprecated version of python
2020-09-15 audio/p5-xmms2: Uses deprecated version of python
2020-09-15 biology/haplohseq: Uses deprecated version of python
2020-09-15 biology/tophat: Uses deprecated version of python
2020-09-15 chinese/ibus-array: Uses deprecated version of python
2020-09-15 comms/congruity: Uses deprecated version of python
2020-09-15 comms/libbtbb: Uses deprecated version of python
2020-09-15 comms/quisk: Uses deprecated version of python
2020-09-15 databases/mtools-mongodb: Uses deprecated version of python
2020-09-15 databases/mydbf2mysql: Uses deprecated version of python
2020-09-15 databases/ntdb: Uses deprecated version of python
2020-09-15 databases/pgloader: Uses deprecated version of python
2020-09-15 databases/pgtune: Uses deprecated version of python
2020-09-15 databases/postgresql-libpqxx3: Uses deprecated version of python
2020-09-15 databases/postgresql-libpqxx4: Uses deprecated version of python
2020-09-15 databases/py-sqlite3dbm: Uses deprecated version of python
2020-09-15 databases/pydbx: Uses deprecated version of python
2020-09-15 databases/pyspatialite: Uses deprecated version of python
2020-09-15 deskutils/ljcharm: Uses deprecated version of python
2020-09-15 deskutils/mat: Uses deprecated version of python
2020-09-15 devel/aap: Uses deprecated version of python
2020-09-15 devel/apr2: Uses deprecated version of python
2020-09-15 devel/bbfreeze-loader: Uses deprecated version of python
2020-09-15 devel/bicyclerepair: Uses deprecated version of python
2020-09-15 devel/bzrtools: Uses deprecated version of python
2020-09-15 devel/codeville: Uses deprecated version of python
2020-09-15 devel/cvs2svn: Uses deprecated version of python
2020-09-15 devel/cx_Freeze: Uses deprecated version of python
2020-09-15 devel/euca2ools: Uses deprecated version of python
2020-09-15 devel/evolution-gconf-tools: Uses deprecated version of python
2020-09-15 devel/git-bzr-ng: Uses deprecated version of python
2020-09-15 devel/git-cvs: Uses deprecated version of python
2020-09-15 devel/git-remote-hg: Uses deprecated version of python
2020-09-15 devel/grumpy: Uses deprecated version of python
2020-09-15 devel/hg-git: Uses deprecated version of python
2020-09-15 devel/libnxt: Uses deprecated version of python
2020-09-15 devel/libredblack: Uses deprecated version of python
2020-09-15 devel/llvm-cheri: Uses deprecated version of python
2020-09-15 devel/phpsh: Uses deprecated version of python
2020-09-15 devel/py-backports.shutil_which: Uses deprecated version of python
2020-09-15 devel/py-notify: Uses deprecated version of python
2020-09-15 devel/py-pybloomfiltermmap: Uses deprecated version of python
2020-09-15 devel/py-qserve: Uses deprecated version of python
2020-09-15 devel/py-subvertpy: Uses deprecated version of python
2020-09-15 devel/py_static_check: Uses deprecated version of python
2020-09-15 devel/pyst: Uses deprecated version of python
2020-09-15 devel/runsnakerun: Uses deprecated version of python
2020-09-15 devel/tailor: Uses deprecated version of python
2020-09-15 devel/uatraits: Uses deprecated version of python
2020-09-15 dns/nsec3walker: Uses deprecated version of python
2020-09-15 dns/sshfp: Uses deprecated version of python
2020-09-15 editors/medit: Uses deprecated version of python
2020-09-15 emulators/dynagen: Uses deprecated version of python
2020-09-15 emulators/wxmupen64plus: Uses deprecated version of python
2020-09-15 games/diameter: Uses deprecated version of python
2020-09-15 games/kiki: Uses deprecated version of python
2020-09-15 games/lightyears: Uses deprecated version of python
2020-09-15 games/outerspace: Uses deprecated version of python
2020-09-15 games/pachi-game-engine: Uses deprecated version of python
2020-09-15 graphics/caffe: Uses deprecated version of python
2020-09-15 graphics/cloudcompare: Uses deprecated version of python
2020-09-15 graphics/kudu: Uses deprecated version of python
2020-09-15 graphics/pecomato: Uses deprecated version of python
2020-09-15 graphics/py-editobj: Uses deprecated version of python
2020-09-15 graphics/py-mayavi: Uses deprecated version of python
2020-09-15 graphics/pymorph: Uses deprecated version of python
2020-09-15 graphics/tilecache: Uses deprecated version of python
2020-09-15 graphics/uniconvertor: Uses deprecated version of python
2020-09-15 japanese/mailman: Uses deprecated version of python
2020-09-15 java/eclipse-pydev: Uses deprecated version of python
2020-09-15 lang/cdent: Uses deprecated version of python
2020-09-15 lang/julia06: Uses deprecated version of python
2020-09-15 lang/julia07: Uses deprecated version of python
2020-09-15 lang/julia11: Uses deprecated version of python
2020-09-15 lang/tinypy: Uses deprecated version of python
2020-09-15 mail/cleanup-maildir: Uses deprecated version of python
2020-09-15 mail/courier-pythonfilter: Uses deprecated version of python
2020-09-15 mail/getmail: Uses deprecated version of python
2020-09-15 mail/muttils: Uses deprecated version of python
2020-09-15 mail/nohtml: Uses deprecated version of python
2020-09-15 mail/offlineimap: Uses deprecated version of python
2020-09-15 mail/openemm2015: Uses deprecated version of python
2020-09-15 math/blitz++: Uses deprecated version of python
2020-09-15 math/openfst: Uses deprecated version of python
2020-09-15 math/py-fpconst: Uses deprecated version of python
2020-09-15 misc/hb: Uses deprecated version of python
2020-09-15 misc/mtail: Uses deprecated version of python
2020-09-15 misc/wotsap: Uses deprecated version of python
2020-09-15 multimedia/freevo: Uses deprecated version of python
2020-09-15 multimedia/quodlibet: Uses deprecated version of python
2020-09-15 multimedia/tovid: Uses deprecated version of python
2020-09-15 net/ceph13: Uses deprecated version of python
2020-09-15 net/cloud-init-azure: Uses deprecated version of python
2020-09-15 net/exabgp: Uses deprecated version of python
2020-09-15 net/exaddos: Uses deprecated version of python
2020-09-15 net/fb: Uses deprecated version of python
2020-09-15 net/flent: Uses deprecated version of python
2020-09-15 net/flowgrep: Uses deprecated version of python
2020-09-15 net/googlecl: Uses deprecated version of python
2020-09-15 net/mininet: Uses deprecated version of python
2020-09-15 net/nfs-ganesha: Uses deprecated version of python
2020-09-15 net/opensips: Uses deprecated version of python
2020-09-15 net/py-python-ntlm: Uses deprecated version of python
2020-09-15 net/splatd: Uses deprecated version of python
2020-09-15 net-im/centerim-devel: Uses deprecated version of python
2020-09-15 net-im/fugu: Uses deprecated version of python
2020-09-15 net-im/proxy65: Uses deprecated version of python
2020-09-15 net-mgmt/crmsh: Uses deprecated version of python
2020-09-15 net-mgmt/librenms-agent: Uses deprecated version of python
2020-09-15 net-p2p/couchpotato: Uses deprecated version of python
2020-09-15 news/rawdog: Uses deprecated version of python
2020-09-15 ports-mgmt/portell: Uses deprecated version of python
2020-09-15 print/biblio-py: Uses deprecated version of python
2020-09-15 science/brian: Uses deprecated version of python
2020-09-15 science/paraview: Uses deprecated version of python
2020-09-15 security/arm: Uses deprecated version of python
2020-09-15 security/ismtp: Uses deprecated version of python
2020-09-15 security/py-halberd: Uses deprecated version of python
2020-09-15 security/switzerland: Uses deprecated version of python
2020-09-15 security/tsshbatch: Uses deprecated version of python
2020-09-15 shells/lshell: Uses deprecated version of python
2020-09-15 sysutils/abck: Uses deprecated version of python
2020-09-15 sysutils/condor: Uses deprecated version of python
2020-09-15 sysutils/farbot: Uses deprecated version of python
2020-09-15 sysutils/fusefs-wikipediafs: Uses deprecated version of python
2020-09-15 sysutils/heartbeat: Uses deprecated version of python
2020-09-15 sysutils/isomd5sum: Uses deprecated version of python
2020-09-15 sysutils/py-stdiff: Uses deprecated version of python
2020-09-15 sysutils/tren: Uses deprecated version of python
2020-09-15 textproc/doclifter: Uses deprecated version of python
2020-09-15 textproc/ibus-el: Uses deprecated version of python
2020-09-15 textproc/p5-WWW-Google-SiteMap: Deprecated upstream, see
textproc/p5-Search-Sitemap
2020-09-15 textproc/plover: Uses deprecated version of python
2020-09-15 textproc/py-esmre: Uses deprecated version of python
2020-09-15 textproc/py-libxslt: Uses deprecated version of python
2020-09-15 textproc/py-pdfminer: Uses deprecated version of python
2020-09-15 textproc/translate-toolkit: Uses deprecated version of python
2020-09-15 www/bluefish: Uses deprecated version of python
2020-09-15 www/calendarserver: Uses deprecated version of python
2020-09-15 www/geeknote: Uses deprecated version of python
2020-09-15 www/go-appengine-sdk: Uses deprecated version of python
2020-09-15 www/google-appengine: Uses deprecated version of python
2020-09-15 www/libhpack: Uses deprecated version of python
2020-09-15 www/mkapachepw: Uses deprecated version of python
2020-09-15 www/mod_pagespeed: Uses deprecated version of python
2020-09-15 www/mod_python35: Uses deprecated version of python
2020-09-15 www/py-qp: Uses deprecated version of python
2020-09-15 www/py-url: Uses deprecated version of python
2020-09-15 www/pyblosxom: Uses deprecated version of python
2020-09-15 www/pyjamas: Uses deprecated version of python
2020-09-15 www/roundup: Uses deprecated version of python
2020-09-15 www/varnish-libvmod-awsrest: Uses deprecated version of python
2020-09-15 www/waccess: Uses deprecated version of python
2020-09-15 www/wadcomblog: Uses deprecated version of python
2020-09-15 www/webcheck: Uses deprecated version of python
2020-09-15 www/woof: Uses deprecated version of python
2020-09-15 x11-drivers/xf86-video-qxl: uses deprecated version of python
2020-09-15 x11-fm/twander: Uses deprecated version of python
2020-09-15 x11-wm/compizconfig-python: Uses deprecated version of python
2020-09-15 x11-wm/fvwm-crystal: Uses deprecated version of python
Original commitRevision:548980 
12:40 sunpoet search for other commits by this committer
Add rubygem-emoji_regex 3.0.0

Ruby Emoji Regex provides a pair of Ruby regular expressions for matching
Unicode Emoji symbols.

This is based upon the fantastic work from Mathias Bynens' emoji-regex
Javascript package. emoji-regex is cleverly assembled based upon data from the
Unicode Consortium.

The regular expressions provided herein are derived from that pacakge.

WWW: https://github.com/ticky/ruby-emoji-regex
Original commitRevision:548972 
11:20 bapt search for other commits by this committer
Remove gnome-vfsmm

This is a C++ binding for a gnome2 library which is not depended on by
anything in the ports tree and not maintained upstream
Original commitRevision:548962 
10:43 bapt search for other commits by this committer
In preparation of the update of glib remove the -reference ports

Those ports mainly concern old Gnome2 libraries, the behaviour of this infra
is not compatible with the meson build system (being used in newer version)
the documentation is provided otherwise in the other version
Original commitRevision:548955 
Thursday, 17 Sep 2020
19:36 naddy search for other commits by this committer
Import got 0.39.

Game of Trees (Got) is a version control system which prioritizes
ease of use and simplicity over flexibility.

Got uses Git repositories to store versioned data. Git can be used
for any functionality which has not yet been implemented in Got.
It will always remain possible to work with both Got and Git on the
same repository.

WWW: https://gameoftrees.org
Original commitRevision:548853 
Wednesday, 16 Sep 2020
01:20 yuri search for other commits by this committer
New port: devel/fatal: Library for fast software prototyping in modern C++
Original commitRevision:548754 
Monday, 14 Sep 2020
19:59 egypcio search for other commits by this committer
[NEW] devel/py-nosexcover: Extends nose cover to add Cobertura-style XML

  * https://pypi.org/project/nosexcover

  A companion to the built-in nose.plugins.cover, this plugin will write out
  an XML coverage report to a file named coverage.xml. It will honor all the
  options you pass to the Nose coverage plugin, especially --cover-package

  WWW: https://github.com/cmheisel/nose-xcover
Original commitRevision:548679 
17:46 sunpoet search for other commits by this committer
Add p5-Regexp-Pattern-Perl 0.002

Regexp::Pattern::Perl provides Regexp patterns related to Perl.

WWW: https://metacpan.org/release/Regexp-Pattern-Perl
Original commitRevision:548638 
17:45 sunpoet search for other commits by this committer
Add p5-Module-Load-Util 0.003

Module::Load::Util provides some utility routines related to module loading.

WWW: https://metacpan.org/release/Module-Load-Util
Original commitRevision:548637 
17:45 sunpoet search for other commits by this committer
Add p5-ColorThemeUtil-ANSI 0.001

ColorThemeUtil::ANSI provides utility routines related to color themes and ANSI
code.

WWW: https://metacpan.org/release/ColorThemeUtil-ANSI
Original commitRevision:548636 
17:45 sunpoet search for other commits by this committer
Add p5-ColorThemeBase-Static 0.008

ColorThemeBase::Static provides base class for color theme modules with static
list of items.

WWW: https://metacpan.org/release/ColorThemeBase-Static
Original commitRevision:548635 
Sunday, 13 Sep 2020
19:42 sunpoet search for other commits by this committer
Add rubygem-aws-sdk-ssoadmin 1.0.0

Official AWS Ruby gem for AWS Single Sign-On Admin (SSO Admin).

WWW: https://github.com/aws/aws-sdk-ruby
WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-ssoadmin
Original commitRevision:548515 
12:57 vanilla search for other commits by this committer
Add p5-Process-Status 0.009, provides a few simple methods to make it
easier to inspect .

PR:		247880
Submitted by:	bokutin@bokut.in
Original commitRevision:548476 
Saturday, 12 Sep 2020
18:07 dbaio search for other commits by this committer
Hook devel/py-azure-synapse*
Original commitRevision:548394 
12:07 sunpoet search for other commits by this committer
Add rubygem-aws-sdk-redshiftdataapiservice 1.0.0

Official AWS Ruby gem for Redshift Data API Service.

WWW: https://github.com/aws/aws-sdk-ruby
WWW:
https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-redshiftdataapiservice
Original commitRevision:548314 
Thursday, 10 Sep 2020
01:33 yuri search for other commits by this committer
New port: devel/fbthrift: Facebook's branch of Apache Thrift, including a new
C++ server
Original commitRevision:548177 
Tuesday, 8 Sep 2020
17:48 sunpoet search for other commits by this committer
Add rubygem-azure_mgmt_hybrid_compute 0.17.0

Microsoft Azure Hybrid Compute Client Library for Ruby.

WWW: https://github.com/Azure/azure-sdk-for-ruby
WWW:
https://github.com/Azure/azure-sdk-for-ruby/tree/master/management/azure_mgmt_hybrid_compute
Original commitRevision:548006 
Saturday, 5 Sep 2020
18:29 tcberner search for other commits by this committer
New port: devel/kirigami-gallery -- Gallery application built using Kirigami

Example application which uses all features from kirigami, including links to
the sourcecode, tips on how to use the components and links to the
corresponding HIG pages and code examples on cgit

WWW: https://invent.kde.org/sdk/kirigami-gallery
Original commitRevision:547670 
10:08 sunpoet search for other commits by this committer
Add py-pip-tools4 4.5.1 (copied from py-pip-tools)

- Add PORTSCOUT
Original commitRevision:547603 
Friday, 4 Sep 2020
02:00 swills search for other commits by this committer
devel/cargo-generate: create port

Developer tool to help you get up and running quickly with a new Rust project
by leveraging a pre-existing git repository as a template.

WWW: https://github.com/ashleygwilliams/cargo-generate

PR:		243457
Submitted by:	Lewis Cook <vulcan@wired.sh>
Original commitRevision:547497 
Wednesday, 2 Sep 2020
21:44 brooks search for other commits by this committer
Garbage collect xtoolchain-(llvm60|llvm70)

The oldest LLVM in a supported release is 8.0 in 11.3 so there is little
need for these ports and we should be working to remove these obsolete
compiler versions from the tree.
Original commitRevision:547390 
Tuesday, 1 Sep 2020
20:58 yuri search for other commits by this committer
New port: devel/gcem: C++ header-only library for Generalized Constant
Expression Math
Original commitRevision:547296 
Monday, 31 Aug 2020
17:53 yuri search for other commits by this committer
New port: devel/reproc: C/C++ library to simplify running external programs
Original commitRevision:547199 
16:38 yuri search for other commits by this committer
New port: devel/gitleaks: Tool for detecting hardcoded secrets in git
repositories
Original commitRevision:547198 
00:42 yuri search for other commits by this committer
New port: devel/taskflow: Header-only library for parallel tasks in modern C++
Original commitRevision:547138 
Sunday, 30 Aug 2020
20:19 sunpoet search for other commits by this committer
Add py-csv23 0.3.2

csv23 provides the unicode-based API of the Python 3 csv module for Python 2 and
3. Code that should run under both versions of Python can use it to hide the
bytes vs. text difference between 2 and 3 and stick to the newer unicode-based
interface.

It uses utf-8 as default encoding everywhere.

WWW: https://github.com/xflr6/csv23
Original commitRevision:547079 
07:12 sunpoet search for other commits by this committer
Add rubygem-aws-sdk-appflow 1.0.0

Official AWS Ruby gem for Amazon Appflow.

WWW: https://github.com/aws/aws-sdk-ruby
WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-appflow
Original commitRevision:546976 
Saturday, 29 Aug 2020
23:48 amdmi3 search for other commits by this committer
- Add devel/py-pytest-mutagen

Mutagen is a plugin to pytest that makes it easy to do mutation
testing. Mutation testing is a method of testing your tests. Mutagen
helps you to define "mutant" versions of your code - code which is
intentionally buggy - then you run your test suite on these mutants
and verify that your tests actually catch the bugs. Mutation testing
helps you to gauge test coverage and verify that your tests are
good enough to exercise interesting behaviors in your code.

WWW: https://pypi.org/project/pytest-mutagen/
Original commitRevision:546954 
Thursday, 27 Aug 2020
18:42 sunpoet search for other commits by this committer
Add rubygem-grape-entity07 0.7.1 (copied from rubygem-grape-entity)

- Add PORTSCOUT
Original commitRevision:546402 
18:42 sunpoet search for other commits by this committer
Add rubygem-azure_mgmt_azurestack_hci 0.17.0

Microsoft Azure Azure Stack HCI Client Library for Ruby.

WWW: https://github.com/Azure/azure-sdk-for-ruby
WWW:
https://github.com/Azure/azure-sdk-for-ruby/tree/master/management/azure_mgmt_azurestack_hci
Original commitRevision:546401 
18:42 sunpoet search for other commits by this committer
Add py-pytzdata 2020.1

The Olson timezone database for Python.

WWW: https://github.com/sdispater/pytzdata
Original commitRevision:546400 
18:42 sunpoet search for other commits by this committer
Add py-astunparse 1.6.3

This is a factored out version of unparse found in the Python source
distribution.

WWW: https://github.com/simonpercivall/astunparse
Original commitRevision:546399 
18:42 sunpoet search for other commits by this committer
Add py-ansi 0.1.5

It provides various ANSI escape codes, used in moving the cursor in a text
console or rendering coloured text.

WWW: https://github.com/tehmaze/ansi
Original commitRevision:546398 

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

[First Page]  «  19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29  »  [Last Page]