non port: devel/Makefile |
Number of commits found: 11319 (showing only 100 on this page) |
Friday, 6 Nov 2020
|
11:11 sunpoet
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
|
11:11 sunpoet
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
|
11:11 sunpoet
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
|
06:59 lwhsu
Remove devel/nimble, it's integrated in lang/nim
PR: 250881
Submitted by: Neal Nelson <ports@nicandneal.net> (maintainer)
|
Tuesday, 3 Nov 2020
|
03:49 lwhsu
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)
|
Monday, 2 Nov 2020
|
15:58 mikael
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
|
Sunday, 1 Nov 2020
|
21:52 rene
Remove expired port:
2020-11-01 devel/gitg0: ancient version of gitg not maintained
|
21:50 rene
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
|
Saturday, 31 Oct 2020
|
23:20 dbaio
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/
|
10:44 rene
Remove expired port:
2020-10-30 devel/libsigc++12: Use newer version
|
Wednesday, 28 Oct 2020
|
19:48 swills
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/
|
Tuesday, 27 Oct 2020
|
22:44 rene
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.
|
Monday, 26 Oct 2020
|
20:16 rene
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.
|
Sunday, 25 Oct 2020
|
22:31 yuri
New port: devel/yuck: Bog-standard command line option parser for C
|
15:53 ashish
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
|
Saturday, 24 Oct 2020
|
20:05 dbaio
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/
|
12:29 fernape
Ammend r553192
|
12:26 fernape
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
|
Friday, 23 Oct 2020
|
16:24 lbartoletti
[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.
|
Thursday, 22 Oct 2020
|
17:54 sunpoet
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
|
17:54 sunpoet
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
|
17:54 sunpoet
Add py-deepmerge 0.1.0
deepmerge provides tools to handle merging of nested data structures in python.
WWW: https://github.com/toumorokoshi/deepmerge
|
17:54 sunpoet
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
|
14:57 swills
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>
|
12:56 mfechner
New ports required for www/gitlab-ce 13.5.0 upgrade.
|
00:24 tz
PHP 8.0: Connect all the ports added in r552906
Sponsored by: PHP Update Service
|
Sunday, 18 Oct 2020
|
15:34 sunpoet
Add rubygem-faraday_middleware-aws-sigv403 0.3.0 (copied from
rubygem-faraday_middleware-aws-sigv4)
- Add PORTSCOUT
|
Thursday, 15 Oct 2020
|
17:22 madpilot
Remove expired port: devel/geany-plugin-geanypy
Uses deprecated version of python.
|
Wednesday, 14 Oct 2020
|
23:59 kevans
[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
|
Tuesday, 13 Oct 2020
|
21:10 brooks
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
|
18:41 sunpoet
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
|
08:40 antoine
New port: devel/libfsext
Library and tools to access the Extended File System
WWW: https://github.com/libyal/libfsext
|
08:34 antoine
New port: devel/libcreg
Library and tools to access the Windows 9x/Me Registry File (CREG) format.
WWW: https://github.com/libyal/libcreg
|
Monday, 12 Oct 2020
|
16:03 garga
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)
|
14:20 bapt
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
|
13:32 krion
Add devel/py-tiamat
Tiamat is the single binary builder for Python projects and based on pop.
|
10:45 krion
Add devel/py-pop
Plugin Oriented Programming interface for Python
https://pop.readthedocs.io
|
10:44 krion
Add devel/py-pop-config
Tool for creating configuration options for pop projects
https://gitlab.com/saltstack/pop/pop-config
|
Saturday, 10 Oct 2020
|
07:44 sunpoet
Add rubygem-grape140 1.4.0 (copied from rubygem-grape)
- Add PORTSCOUT
|
07:43 sunpoet
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
|
Friday, 9 Oct 2020
|
20:47 krion
Add devel/py-aiologger: asynchronous logging for python and asyncio.
|
19:01 sunpoet
Add py-prettytable0 0.7.2 (copied from py-prettytable)
- Add PORTSCOUT
|
14:19 sunpoet
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
|
01:46 swills
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/
|
Monday, 5 Oct 2020
|
17:24 sunpoet
Add p5-ColorThemes-Standard 0.002
ColorThemes::Standard provides a standard collection of generic color themes.
WWW: https://metacpan.org/release/ColorThemes-Standard
|
17:24 sunpoet
Add p5-BorderStyles-Standard 0.002
BorderStyles::Standard provides a standard collection of border styles.
WWW: https://metacpan.org/release/BorderStyles-Standard
|
17:24 sunpoet
Add p5-BorderStyleBase 0.004
BorderStyleBase provides a suitable base class for most BorderStyle::* modules.
WWW: https://metacpan.org/release/BorderStyleBase
|
15:50 lbartoletti
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
|
Friday, 2 Oct 2020
|
13:15 sunpoet
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
|
13:14 sunpoet
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
|
13:14 sunpoet
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
|
07:29 sunpoet
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
|
07:29 sunpoet
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
|
Tuesday, 29 Sep 2020
|
18:14 sunpoet
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
|
18:14 sunpoet
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
|
18:14 sunpoet
Sort SUBDIRs
|
Sunday, 27 Sep 2020
|
20:54 dbaio
Hook the new py-azure ports
|
13:52 nivit
A Python parser for the Coffeescript Object Notation (CSON).
WWW: https://github.com/avakar/pycson
|
13:51 nivit
A PEG-based parser interpreter with memoization (Python module).
WWW: https://github.com/avakar/speg
|
Saturday, 26 Sep 2020
|
11:19 olgeni
Add devel/taskctl, a concurrent task runner.
|
01:45 yuri
New port: devel/util-linux: Random collection of Linux utilities
|
Friday, 25 Sep 2020
|
15:13 jrm
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
|
09:27 ehaupt
Add py-genson 1.2.2, genSON is a powerful, user-friendly JSON Schema
generator.
|
Thursday, 24 Sep 2020
|
13:13 0mp
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.
|
Wednesday, 23 Sep 2020
|
18:27 swills
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
|
Tuesday, 22 Sep 2020
|
21:08 mfechner
New ports required for gitlab 13.4.
|
Saturday, 19 Sep 2020
|
20:58 rene
Remove expired port:
2020-09-15 devel/storm: Uses deprecated version of python
|
13:01 rene
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
|
12:40 sunpoet
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
|
11:20 bapt
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
|
10:43 bapt
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
|
Thursday, 17 Sep 2020
|
19:36 naddy
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
|
Wednesday, 16 Sep 2020
|
01:20 yuri
New port: devel/fatal: Library for fast software prototyping in modern C++
|
Monday, 14 Sep 2020
|
19:59 egypcio
[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
|
17:46 sunpoet
Add p5-Regexp-Pattern-Perl 0.002
Regexp::Pattern::Perl provides Regexp patterns related to Perl.
WWW: https://metacpan.org/release/Regexp-Pattern-Perl
|
17:45 sunpoet
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
|
17:45 sunpoet
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
|
17:45 sunpoet
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
|
Sunday, 13 Sep 2020
|
19:42 sunpoet
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
|
12:57 vanilla
Add p5-Process-Status 0.009, provides a few simple methods to make it
easier to inspect .
PR: 247880
Submitted by: bokutin@bokut.in
|
Saturday, 12 Sep 2020
|
18:07 dbaio
Hook devel/py-azure-synapse*
|
12:07 sunpoet
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
|
Thursday, 10 Sep 2020
|
01:33 yuri
New port: devel/fbthrift: Facebook's branch of Apache Thrift, including a new
C++ server
|
Tuesday, 8 Sep 2020
|
17:48 sunpoet
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
|
Saturday, 5 Sep 2020
|
18:29 tcberner
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
|
10:08 sunpoet
Add py-pip-tools4 4.5.1 (copied from py-pip-tools)
- Add PORTSCOUT
|
Friday, 4 Sep 2020
|
02:00 swills
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>
|
Wednesday, 2 Sep 2020
|
21:44 brooks
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.
|
Tuesday, 1 Sep 2020
|
20:58 yuri
New port: devel/gcem: C++ header-only library for Generalized Constant
Expression Math
|
Monday, 31 Aug 2020
|
17:53 yuri
New port: devel/reproc: C/C++ library to simplify running external programs
|
16:38 yuri
New port: devel/gitleaks: Tool for detecting hardcoded secrets in git
repositories
|
00:42 yuri
New port: devel/taskflow: Header-only library for parallel tasks in modern C++
|
Sunday, 30 Aug 2020
|
20:19 sunpoet
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
|
07:12 sunpoet
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
|
Saturday, 29 Aug 2020
|
23:48 amdmi3
- 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/
|
Thursday, 27 Aug 2020
|
18:42 sunpoet
Add rubygem-grape-entity07 0.7.1 (copied from rubygem-grape-entity)
- Add PORTSCOUT
|
18:42 sunpoet
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
|
18:42 sunpoet
Add py-pytzdata 2020.1
The Olson timezone database for Python.
WWW: https://github.com/sdispater/pytzdata
|
18:42 sunpoet
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
|
18:42 sunpoet
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
|
Number of commits found: 11319 (showing only 100 on this page) |