non port: devel/Makefile |
Number of commits found: 11319 (showing only 100 on this page) |
Wednesday, 25 Mar 2020
|
20:55 db
libSavitar is a c++ implementation of 3mf loading with SIP python binding
|
11:19 rene
Remove expired port:
2020-03-25 devel/py-antlr4-python2-runtime: Uses EoL python27, please use
devel/antlr4-python3-runtime instead
|
01:10 db
Trimesh is a pure Python (2.7-3.4+) library for loading and using triangular
meshes with an emphasis on watertight surfaces. The goal of the library
is to provide a full featured and well tested Trimesh object which allows
for easy manipulation and analysis, in the style of the Polygon object in
the Shapely library.
The API is mostly stable, but this should not be relied on and is not
guaranteed: install a specific version if you plan on deploying something
using trimesh.
WWW: https://pypi.org/project/trimesh/#description
|
Tuesday, 24 Mar 2020
|
01:45 bofh
[NEW] devel/py-pytest-verbose-parametrize: Parametrize hook to generate ids for
parametrized tests
Pytest parametrize hook to generate ids for parametrized tests that are a little
more descriptive than the default (which just outputs id numbers).
WWW:
https://github.com/manahl/pytest-plugins/tree/master/pytest-verbose-parametrize
|
Monday, 23 Mar 2020
|
07:02 antoine
Attempt to unbreak INDEX
|
02:05 koobs
[NEW] devel/py-parameterized: Parameterized testing with any Python test
framework
Parameterized testing in Python sucks.
parameterized fixes that. For everything. Parameterized testing for nose,
parameterized testing for py.test, parameterized testing for unittest.
WWW: https://github.com/wolever/parameterized
PR: 244219
|
Saturday, 21 Mar 2020
|
07:24 tcberner
devel/qca: update to 2.3
- qca-2.3 drop support for OSSL<1.1
- copy devel/qca to devel/qca-legacy which is held at the current version
- update devel/qca to 2.3
- Add Uses/qca.mk which handles dependency on either of the ports depending on
the FreeBSD version
Users on FreeBSD11 must therefore change their pkg orign a la:
pkg set -o devel/qca:devel/qca-legacy
PR: 244682
Exp-run by: antoine
Reviewed by: arrowd
Differential Revision: https://reviews.freebsd.org/D24042
|
Friday, 20 Mar 2020
|
16:15 db
This package provides a handful of functions you can use to print debugging
information. There are basically two things that are useful about these
functions. First, they're only one or two letters each, so you can type
them really quickly while debugging. Second, they append the name of the
calling function to whatever you're printing, so you can easily see where
each message came from (and you don't have to hunt down print statements
once you finish debugging).
|
14:43 db
Properties are a feature in python that allow accessor functions (i.e. getters
and setters) to masquerade as regular attributes. This makes it possible to
provide transparent APIs for classes that need to cache results, lazily load
data, maintain invariants, or react in any other way to attribute access.
Unfortunately, making a property requires an annoying amount of boilerplate
code. There are a few ways to do it, but the most common and most succinct
requires you to decorate two functions (with two different decorators) and
to type the name of the attribute three times:
WWW: https://pypi.org/project/autoprop/
|
02:33 rene
Remove expired ports:
2020-03-18 devel/py-Products.validation: Old, uses EOLed python27
2020-03-18 devel/py-Acquisition: Old, uses EOLed python27
2020-03-18 devel/py-Products.contentmigration: Old, uses EOLed python27
2020-03-18 textproc/py-zope.app.locales: Old, uses EOLed python27
2020-03-18 devel/py-Products.LDAPUserFolder: Old, uses EOLed python27
2020-03-18 devel/py-zLOG: Old, uses EOLed python27
2020-03-19 textproc/py-ltxml: Unmaintained, uses EOLed python27
2020-03-19 x11-toolkits/flowcanvas: Unmaintained, uses EOLed python27
2020-03-19 audio/raul: Unmaintained, uses EOLed python27
2020-03-19 audio/py-vorbis: Unmaintained, uses EOLed python27
2020-03-19 databases/py-cdb: Unmaintained, uses EOLed python27
2020-03-19 devel/py-libplist: Unmaintained, uses EOLed python27
2020-03-19 devel/py-mwlib: Unmaintained, uses EOLed python27
2020-03-19 emulators/openmsx: Unmaintained, uses EOLed python27
2020-03-19 graphics/py-soya3d: Unmaintained, uses EOLed python27
2020-03-19 irc/py-supybot: Unmaintained, uses EOLed python27
2020-03-19 net-mgmt/py-pdagent: Unmaintained, uses EOLed python27
2020-03-19 textproc/pychm: Unmaintained, uses EOLed python27
|
Friday, 13 Mar 2020
|
18:58 yuri
New port: devel/stb: Stb single-file public domain libraries for C/C++
|
09:40 ehaupt
Add electron7 7.1.14, build cross-platform desktop apps with JavaScript,
HTML, and CSS.
|
Thursday, 12 Mar 2020
|
18:33 tcberner
New port: devel/py-python-jsonrpc-server: Python implementation of the JSON RPC
2.0 protocol
Python server implementation of the JSON RPC 2.0 protocol. Asynchronous request
handling is supported.
WWW: https://github.com/palantir/python-jsonrpc-server
PR: 244758
Submitted by: Goran Mekic <meka@tilda.center>
|
18:27 tcberner
New port: devel/py-autoflake: Removes unused imports and unused variables from
Python code
Removes unused imports and unused variables from Python code. It makes use of
pyflakes to do this.
By default, autoflake only removes unused imports for modules that are part of
the standard library. (Other modules may have side effects that make them
unsafe to remove automatically.) Removal of unused variables is also disabled
by default.
WWW: https://github.com/myint/autoflake
PR: 244759
Submitted by: Goran Mekic <meka@tilda.center>
|
Monday, 9 Mar 2020
|
19:41 antoine
New port: devel/rubygem-warden127
|
Sunday, 8 Mar 2020
|
22:59 rene
Remove expired port:
2020-03-01 devel/openmp: Part of base system since FreeBSD 11.3/12.1
|
16:31 0mp
New port: devel/py-itanium_demangler
The Python Itanium Demangler is a pure Python parser for the Itanium C++
ABI symbol mangling language. Note that MSVC mangling language is not
supported.
This demangler generates an abstract syntax tree from mangled symbols,
which can be used for directly extracting type information, as opposed to
having to interpret the C++ source code corresponding to the demangled
symbol.
There is also a built-in AST stringifier, so the demangler can be used
as a replacement for c++filt or for formatting backtraces.
WWW: https://github.com/whitequark/python-itanium_demangler
PR: 244562
|
09:54 rene
Remvoe expired ports:
2020-01-27 devel/py-hgsubversion: Unmaintained, uses EOLed python27
2020-03-08 devel/py-gamin: Old, uses EOLed python27
|
Saturday, 7 Mar 2020
|
14:40 tcberner
New port: devel/tl-expected: C++11/14/17 std::expected with functional-style
extensions
Single header implementation of std::expected with functional-style extensions.
std::expected is proposed as the preferred way to represent object which will
either have an expected value, or an unexpected value giving information about
why something failed. Unfortunately, chaining together many computations which
may fail can be verbose, as error-checking code will be mixed in with the
actual programming logic. This implementation provides a number of utilities to
make coding with expected cleaner.
WWW: https://github.com/TartanLlama/expected
PR: 244550
Submitted by: Henry Hu <henry.hu.sh@gmail.com>
|
00:48 0mp
New port: devel/py-mulpyplexer
Mulpyplexer is a piece of code that can multiplex interactions with lists
of Python objects.
WWW: https://pypi.org/project/mulpyplexer/
PR: 244562
|
Thursday, 5 Mar 2020
|
14:24 0mp
New port: devel/py-cle
CLE loads binaries and their associated libraries, resolves imports and
provides an abstraction of process memory the same way as if it was loader
by the OS's loader.
WWW: https://github.com/angr/cle
PR: 244562
|
14:03 0mp
New port: devel/py-minidump
Python library to parse and read Microsoft minidump file format. Can create
minidumps on Windows machines using the windows API (implemented with
ctypes).
This module is primarily intended to be used as a library, however for the
sake of demonstrating its capabilities there is a command line tool
implemented called minidump. This tool has the following modes of
operation:
- Console, for one-shot parsing and information retrieval.
- Shell, where a user may use an interactive command shell to get all info
(modules, threads, exceptions etc) and browse the virtual memory of the
process dumped (read/read int/read uint/move/peek/tell)
WWW: https://github.com/skelsec/minidump
PR: 244562
|
Monday, 2 Mar 2020
|
20:35 0mp
New port: devel/py-archinfo
archinfo is a collection of classes that contain architecture-specific
information. It is useful for cross-architecture tools (such as pyvex).
WWW: https://github.com/angr/archinfo
PR: 244562
|
10:08 0mp
New port: devel/microsoft-gsl
The Guidelines Support Library (GSL) contains functions and types that are
suggested for use by the C++ Core Guidelines maintained by the Standard C++
Foundation. This repo contains Microsoft's implementation of GSL.
The library includes types like span<T>, string_span, owner<> and others.
The entire implementation is provided inline in the headers under the gsl
directory. The implementation generally assumes a platform that implements
C++14 support. There are specific workarounds to support MSVC 2015.
WWW: https://github.com/microsoft/GSL
PR: 244551
Submitted by: Henry Hu <henry.hu.sh@gmail.com>
|
Sunday, 1 Mar 2020
|
17:19 rene
Remove expired ports:
2020-03-01 audio/idjc: Old, uses EOLed python27
2020-03-01 cad/py-pycam: Old, uses EOLed python27
2020-02-27 chinese/gimp-help-zh_CN: Broken
2020-03-01 databases/emma: Old, uses EOLed python27
2020-03-01 deskutils/anamnesis: Old, uses EOLed python27
2020-02-28 deskutils/cherrytree: Old, uses EOLed python27
2020-03-01 deskutils/gbirthday: Old, uses EOLed python27
2020-03-01 deskutils/gtg: Old, uses EOLed python27
2020-03-01 deskutils/nemo-extensions: Old, uses EOLed python27
2020-03-01 deskutils/pybookreader: Old, uses EOLed python27
2020-03-01 devel/diffuse: Old, uses EOLed python27
2020-02-28 devel/dreampie: Old, uses EOLed python27
2020-03-01 devel/gtkparasite: Old, uses EOLed python27
2020-02-28 devel/py-orbit: Old, uses EOLed python27
2020-03-01 editors/py-room: Old, uses EOLed python27
2020-02-27 french/gimp-help: Broken
2020-03-01 games/magicor: Old, uses EOLed python27
2020-03-01 games/openalchemist: Old, uses EOLed python27
2020-03-01 games/pythonsudoku: Old, uses EOLed python27
2020-02-27 german/gimp-help: Broken
2020-03-01 graphics/driconf: Old, uses EOLed python27
2020-02-27 graphics/gimp-help: Broken
2020-03-01 graphics/nathive: Old, uses EOLed python27
2020-03-01 graphics/py-goocanvas: Old, uses EOLed python27
2020-03-01 graphics/py-mcomix: Old, uses EOLed python27
2020-03-01 graphics/uniconvw: Old, uses EOLed python27
2020-02-27 japanese/gimp-help: Broken
2020-02-29 java/jakarta-regexp: EOL: As of 2011-04-17, the Regexp project is
retired
2020-02-27 korean/gimp-help: Broken
2020-03-01 mail/claws-mail-python: Old, uses EOLed python27
2020-03-01 math/lybniz: Old, uses EOLed python27
2020-02-27 misc/gimp-help-ca: Broken
2020-02-27 misc/gimp-help-da: Broken
2020-02-27 misc/gimp-help-el: Broken
2020-02-27 misc/gimp-help-en_GB: Broken
2020-02-27 misc/gimp-help-es: Broken
2020-02-27 misc/gimp-help-it: Broken
2020-02-27 misc/gimp-help-nl: Broken
2020-02-27 misc/gimp-help-nn: Broken
2020-02-27 misc/gimp-help-sl: Broken
2020-02-27 misc/gimp-help-sv: Broken
2020-03-01 misc/metromap: Old, uses EOLed python27
2020-03-01 misc/typetrainer: Old, uses EOLed python27
2020-03-01 multimedia/gtk-recordmydesktop: Old, uses EOLed python27
2020-02-27 portuguese/gimp-help-pt_BR: Broken
2020-02-27 russian/gimp-help: Broken
2020-02-28 security/hotssh: Old, uses EOLed python27
2020-03-01 security/zenmap: Old, uses EOLed python27
2020-03-01 x11/py-xdot06: Old, uses EOLed python27
2020-02-28 x11/terminator: Old, uses EOLed python27
2020-02-28 x11-fm/sunflower: Old, uses EOLed python27
2020-03-01 x11-toolkits/hippo-canvas: Old, uses EOLed python27
2020-03-01 x11-toolkits/py-kiwi-gtk: Old, uses EOLed python27
2020-02-28 x11-toolkits/py-vte: Old, uses EOLed python27
|
06:47 sunpoet
Add py-flit-core 2.2.0
flit_core provides a PEP 517 build backend for packages using Flit. The only
public interface is the API specified by PEP 517, at flit_core.buildapi.
WWW: https://github.com/takluyver/flit/tree/master/flit_core
|
06:28 sunpoet
Add py-flit 2.2.0
Flit is a simple way to put Python packages and modules on PyPI. It tries to
require less thought about packaging and help you avoid common mistakes.
WWW: https://github.com/takluyver/flit
|
06:27 sunpoet
Add p5-Long-Jump 0.000001
Long::Jump essentially provides a multi-level return. You can mark a spot with
setjump() and then unwind the stack back to that point from any nested stack
frame by name using longjump(). You can also provide a list of return values.
This is not quite a match for C's long jump, but it is "close enough". It is
safer than C's jump in that it only lets you escape frames by going up the
stack, you cannot jump in other ways.
WWW: https://metacpan.org/release/Long-Jump
|
Saturday, 29 Feb 2020
|
20:15 antoine
New port: devel/libluksde
Library and tools to access LUKS Disk Encryption encrypted volumes.
WWW: https://github.com/libyal/libluksde
|
19:19 dbaio
Add devel/py-marrow.mailer: Python library to ease sending emails
Marrow Mailer is a Python library to ease sending emails from your application.
By using Marrow Mailer you can:
- Easily construct plain text and HTML emails.
- Improve the testability of your e-mail deliveries.
- Use different mail delivery management strategies; e.g. immediate, deferred,
or even multi-server.
- Deliver e-mail through a number of alternative transports including SMTP,
Amazon SES, sendmail, or even via direct on-disk mbox/maildir.
- Multiple simultaneous configurations for more targeted delivery.
WWW: https://github.com/marrow/mailer
|
16:47 sunpoet
Remove expired devel/py-rwt
|
Friday, 28 Feb 2020
|
19:21 sunpoet
Add py-cliff2 2.18.0 (copied from py-cliff)
- Add PORTSCOUT
|
Wednesday, 26 Feb 2020
|
21:16 mfechner
Obsolete by gitlab-ce upgrade.
|
21:14 mfechner
Obsolete by gitlab-ce upgrade.
|
20:46 sunpoet
Add py-pep517 0.8.1
PEP 517 specifies a standard API for systems which build Python packages.
This package contains wrappers around the hooks specified by PEP 517. It
provides:
- A mechanism to call the hooks in a subprocess, so they are isolated from the
current process.
- Fallbacks for the optional hooks, so that frontends can call the hooks without
checking which are defined.
- Higher-level functions which install the build dependencies into a temporary
environment and build a wheel/sdist using them.
WWW: https://github.com/pypa/pep517
|
Tuesday, 25 Feb 2020
|
21:43 jkim
- Update to 3.5.1.
- Rename devel/py-dialog3 to devel/py-pythondialog to honor PyPI name.
Differential Revision: https://reviews.freebsd.org/D21734
|
20:52 sunpoet
Add py-osc-lib1 1.15.0 (copied from py-osc-lib)
- Add PORTSCOUT
|
15:29 mfechner
New ports required for gitlab-ce 12.8 upgrade.
|
06:55 mfechner
New port required for gitlab-ce 12.8.
|
Monday, 24 Feb 2020
|
18:19 db
The kitchen sink of Python utility libraries for doing "stuff" in a
functional way. Based on the Lo-Dash Javascript library.
Looking for a library that is more memory efficient and better suited for
large datasets? Check out fnc! It's built around generators and iteration
and has iteratee-first function signatures.
WWW: https://pypi.org/pypi/pydash/
|
Saturday, 22 Feb 2020
|
19:08 rene
Remove expired ports, all Python-2.7-only:
2020-02-17 audio/decibel-audio-player: Old, uses EOLed python27
2020-02-17 audio/soundconverter: Old, uses EOLed python27
2020-02-19 cad/linuxcnc-devel: Broken, uses EOLed python27
2020-02-19 databases/monetdb: Broken, uses EOLed python27
2020-02-19 databases/py-cql: Broken, uses EOLed python27
2020-02-18 databases/zodb3: Old, uses EOLed python27
2020-02-17 deskutils/gourmet: Old, uses EOLed python27
2020-02-18 devel/py-Products.PlacelessTranslationService: Old, uses EOLed
python27
2020-02-18 devel/py-Products.ZopeVersionControl: Old, uses EOLed python27
2020-02-18 devel/py-Products.statusmessages: Old, uses EOLed python27
2020-02-18 devel/py-collective.z3cform.datetimewidget: Old, uses EOLed python27
2020-02-20 devel/py-five.formlib: Old, uses EOLed python27
2020-02-18 devel/py-five.localsitemanager: Old, uses EOLed python27
2020-02-19 devel/py-notifier: Broken, uses EOLed python27
2020-02-18 devel/py-tempstorage: Old, uses EOLed python27
2020-02-19 devel/py-testgears: Broken, uses EOLed python27
2020-02-20 devel/py-z3c.caching: Old, uses EOLed python27
2020-02-18 devel/py-z3c.form: Old, uses EOLed python27
2020-02-18 devel/py-z3c.formwidget.query: Old, uses EOLed python27
2020-02-18 devel/py-zope.annotation: Old, uses EOLed python27
2020-02-18 devel/py-zope.app.applicationcontrol: Old, uses EOLed python27
2020-02-18 devel/py-zope.app.appsetup: Old, uses EOLed python27
2020-02-18 devel/py-zope.app.broken: Old, uses EOLed python27
2020-02-18 devel/py-zope.app.cache: Old, uses EOLed python27
2020-02-18 devel/py-zope.app.component: Old, uses EOLed python27
2020-02-18 devel/py-zope.app.container: Old, uses EOLed python27
2020-02-20 devel/py-zope.app.content: Old, uses EOLed python27
2020-02-18 devel/py-zope.app.debug: Old, uses EOLed python27
2020-02-18 devel/py-zope.app.dependable: Old, uses EOLed python27
2020-02-18 devel/py-zope.app.error: Old, uses EOLed python27
2020-02-20 devel/py-zope.app.exception: Old, uses EOLed python27
2020-02-18 devel/py-zope.app.file: Old, uses EOLed python27
2020-02-18 devel/py-zope.app.folder: Old, uses EOLed python27
2020-02-20 devel/py-zope.app.form: Old, uses EOLed python27
2020-02-18 devel/py-zope.app.generations: Old, uses EOLed python27
2020-02-18 devel/py-zope.app.http: Old, uses EOLed python27
2020-02-20 devel/py-zope.app.pagetemplate: Old, uses EOLed python27
2020-02-18 devel/py-zope.app.publication: Old, uses EOLed python27
2020-02-20 devel/py-zope.app.publisher: Old, uses EOLed python27
2020-02-18 devel/py-zope.app.rotterdam: Old, uses EOLed python27
2020-02-18 devel/py-zope.app.testing: Old, uses EOLed python27
2020-02-18 devel/py-zope.app.zcmlfiles: Old, uses EOLed python27
2020-02-18 devel/py-zope.app.zopeappgenerations: Old, uses EOLed python27
2020-02-20 devel/py-zope.applicationcontrol: Old, uses EOLed python27
2020-02-20 devel/py-zope.browsermenu: Old, uses EOLed python27
2020-02-20 devel/py-zope.browserpage: Old, uses EOLed python27
2020-02-20 devel/py-zope.componentvocabulary: Old, uses EOLed python27
2020-02-18 devel/py-zope.container: Old, uses EOLed python27
2020-02-18 devel/py-zope.copypastemove: Old, uses EOLed python27
2020-02-20 devel/py-zope.dublincore: Old, uses EOLed python27
2020-02-18 devel/py-zope.error: Old, uses EOLed python27
2020-02-20 devel/py-zope.formlib: Old, uses EOLed python27
2020-02-18 devel/py-zope.minmax: Old, uses EOLed python27
2020-02-20 devel/py-zope.pagetemplate: Old, uses EOLed python27
2020-02-20 devel/py-zope.ptresource: Old, uses EOLed python27
2020-02-18 devel/py-zope.ramcache: Old, uses EOLed python27
2020-02-18 devel/py-zope.site: Old, uses EOLed python27
2020-02-20 devel/py-zope.viewlet: Old, uses EOLed python27
2020-02-19 games/gcompris: Broken, uses EOLed python27
2020-02-19 graphics/commons-utilities: Broken, uses EOLed python27
2020-02-19 graphics/py-chart: Broken, uses EOLed python27
2020-02-19 japanese/tegaki-recognize: Broken, uses EOLed python27
2020-02-20 mail/py-zope.sendmail: Old, uses EOLed python27
2020-02-19 mail/pysieved: Broken, uses EOLed python27
2020-02-19 math/ogdf: Broken, uses EOLed python27
2020-02-19 math/py-viper: Broken, uses EOLed python27
2020-02-19 misc/fbless: Broken, uses EOLed python27
2020-02-19 misc/pylize: Broken, uses EOLed python27
2020-02-19 net/py-ldaptor: Broken, uses EOLed python27
2020-02-19 net/tucan: Broken, uses EOLed python27
2020-02-19 news/hellanzb: Broken, uses EOLed python27
2020-02-19 science/coot: Broken, uses EOLed python27
2020-02-19 science/py-ScientificPython: Broken, uses EOLed python27
2020-02-19 security/py-cryptlib_py: Broken, uses EOLed python27
2020-02-18 security/py-zope.app.authentication: Old, uses EOLed python27
2020-02-18 security/py-zope.app.localpermission: Old, uses EOLed python27
2020-02-18 security/py-zope.app.principalannotation: Old, uses EOLed python27
2020-02-18 security/py-zope.app.security: Old, uses EOLed python27
2020-02-18 security/py-zope.app.securitypolicy: Old, uses EOLed python27
2020-02-20 security/py-zope.authentication: Old, uses EOLed python27
2020-02-20 security/py-zope.login: Old, uses EOLed python27
2020-02-18 security/py-zope.pluggableauth: Old, uses EOLed python27
2020-02-18 security/py-zope.principalannotation: Old, uses EOLed python27
2020-02-20 security/py-zope.principalregistry: Old, uses EOLed python27
2020-02-20 security/py-zope.security: Old, uses EOLed python27
2020-02-18 security/py-zope.securitypolicy: Old, uses EOLed python27
2020-02-18 security/py-zope.session: Old, uses EOLed python27
2020-02-17 sysutils/gnome-schedule: Old, uses EOLed python27
2020-02-19 sysutils/py-XenAPI: Broken, uses EOLed python27
2020-02-19 sysutils/py-freenas.cli: Broken, uses EOLed python27
2020-02-19 textproc/ecromedos: Broken, uses EOLed python27
2020-02-18 textproc/py-wicked: Old, uses EOLed python27
2020-02-18 textproc/py-zope.app.i18n: Old, uses EOLed python27
2020-02-19 www/planet: Broken, uses EOLed python27
2020-02-18 www/py-zope.app.wsgi: Old, uses EOLed python27
2020-02-19 www/trac-attachmentpolicy: Broken, uses EOLed python27
2020-02-19 www/trac-bzr: Broken, uses EOLed python27
2020-02-19 www/trac-childtickets: Broken, uses EOLed python27
2020-02-19 www/trac-gantt: Broken, uses EOLed python27
2020-02-19 www/trac-tracdragdrop: Broken, uses EOLed python27
2020-02-19 www/trac-watchlist: Broken, uses EOLed python27
2020-02-19 www/twill: Broken, uses EOLed python27
2020-02-19 x11/wbarconf: Broken, uses EOLed python27
2020-02-19 x11-wm/simple-ccsm: Broken, uses EOLed python27
|
15:55 sunpoet
Add rubygem-validates_timeliness 4.1.1
ValidatesTimeliness provides complete validation of dates, times and datetimes
for Rails 5.x and ActiveModel.
WWW: https://github.com/adzap/validates_timeliness
|
15:54 sunpoet
Add py-datadog 0.34.1
The Datadog Python Library is a collection of tools suitable for inclusion in
existing Python projects or for the development of standalone scripts. It
provides an abstraction on top of Datadog's raw HTTP interface and the Agent's
DogStatsD metrics aggregation server, to interact with Datadog and efficiently
report events and metrics.
WWW: https://github.com/DataDog/datadogpy
|
Friday, 21 Feb 2020
|
20:23 sunpoet
Add py-fsspec 0.6.2
Filesystem Spec is a project to unify various projects and classes to work with
remote filesystems and file-system-like abstractions using a standard pythonic
interface.
WWW: https://github.com/intake/filesystem_spec
|
Tuesday, 18 Feb 2020
|
20:18 0mp
New port: devel/py-filebytes: Library to read and edit ELF, PE, Mach-O and OAT
This is a dependency for required for Ropper.
|
Monday, 17 Feb 2020
|
09:05 koobs
[NEW] devel/py-pytest-flask: Set of py.test fixtures to test Flask applications
An extension of pytest test runner which provides a set of useful tools to
simplify testing and development of the Flask extensions and applications.
WWW: https://github.com/pytest-dev/pytest-flask
PR: 242786
Submitted by: Goran Mekic <meka tilda center>
|
Sunday, 16 Feb 2020
|
12:34 rene
Remove expired ports:
2020-02-16 archivers/rox-archive: Old, uses EOLed python27
2020-02-15 databases/ldb: Old version, uses EOLed python27
2020-02-15 databases/ldb12: Old version, uses EOLed python27
2020-02-15 databases/ldb13: Old version, uses EOLed python27
2020-02-15 databases/tdb1: Old version, uses EOLed python27
2020-02-16 deskutils/rox-memo: Old, uses EOLed python27
2020-02-16 devel/py-roxlib: Old, uses EOLed python27
2020-02-15 devel/talloc1: Old version, uses EOLed python27
2020-02-15 devel/tevent1: Old version, uses EOLed python27
2020-02-16 editors/rox-edit: Old, uses EOLed python27
2020-02-15 graphics/ocre: unfetchable, author not reachable, seems discontinued
2020-02-14 math/py-basemap: Deprecated upstream
2020-02-16 multimedia/rox-videothumbnail: Old, uses EOLed python27
2020-02-14 security/morphis: Fails to build with recent versions of python,
upstream git repository is gone
2020-02-16 x11/rox-wallpaper: Old, uses EOLed python27
2020-02-16 x11-fm/rox-mime-editor: Old, uses EOLed python27
2020-02-16 x11-fm/rox-session: Old, uses EOLed python27
|
Friday, 14 Feb 2020
|
19:43 sunpoet
Add py-oslo.policy2 2.4.1 (copied from py-oslo.policy)
- Add PORTSCOUT
|
19:42 sunpoet
Add py-azure-core 1.2.2
Azure core library defines basic exceptions and shared modules those are needed
when you use client libraries.
WWW:
https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/core/azure-core
|
19:41 sunpoet
Sort SUBDIRs
|
12:38 dmgk
New port: devel/delve
Delve is a debugger for the Go programming language. The goal of the project is
to provide a simple, full featured debugging tool for Go. Delve should be easy
to invoke and easy to use. Chances are if you're using a debugger, things
aren't going your way. With that in mind, Delve should stay out of your way as
much as possible.
WWW: https://github.com/go-delve/delve
PR: 243962
Submitted by: Dmitry Wagin <dmitry.wagin@ya.ru>
|
04:42 ultima
Delete devel/racerd
This port is old, unmaintained, and fails to build
with Rust 1.41.0 or newer.
|
04:38 ultima
Deleted devel/go-godef
The original dependency of this port no longer
requires it and godef is no longer maintained
upstream.
|
Wednesday, 12 Feb 2020
|
21:37 swills
devel/gh: create port
GitHub on the command line, and it's now available in beta.
It brings pull requests, issues, and other GitHub concepts
to the terminal next to where you are already working with
git and your code.
WWW: https://github.com/cli/cli
PR: 243790
Submitted by: Lewis Cook <vulcan@wired.sh>
|
19:21 sunpoet
Add py-os-win4 4.3.2 (copied from py-os-win)
- Add PORTSCOUT
|
Tuesday, 11 Feb 2020
|
14:40 rene
Remove expired ports:
2020-02-08 devel/hachoir-core: Outdated, uses EOLed python27
2020-02-08 devel/hachoir-parser: Outdated, uses EOLed python27
2020-02-08 devel/hachoir-regex: Outdated, uses EOLed python27
2020-02-08 sysutils/hachoir-metadata: Outdated, uses EOLed python27
2020-02-08 sysutils/hachoir-subfile: Outdated, uses EOLed python27
2020-02-08 sysutils/hachoir-urwid: Outdated, uses EOLed python27
2020-02-08 sysutils/hachoir-wx: Outdated, uses EOLed python27
|
Monday, 10 Feb 2020
|
18:45 sunpoet
Add py-rq-scheduler 0.9.1
RQ Scheduler is a small package that adds job scheduling capabilities to RQ, a
Redis based Python queuing library.
WWW: https://github.com/rq/rq-scheduler
|
Sunday, 9 Feb 2020
|
09:44 sunpoet
Add py-pip-run 7.0.0
pip-run provides on-demand temporary package installation for a single
interpreter run.
WWW: https://github.com/jaraco/pip-run
|
09:44 sunpoet
Add py-castellan1 1.4.0 (copied from py-castellan)
- Add PORTSCOUT
|
02:44 koobs
[NEW] devel/py-b2sdk: Backblaze B2 SDK
Python client library and a few handy utilities for
easy access to all of the capabilities of B2 Cloud Storage.
WWW: https://github.com/Backblaze/b2-sdk-python
PR: 242562
Submitted by: Henry David Bartholomew <PopularMoment protonmail com>
|
Saturday, 8 Feb 2020
|
19:01 sunpoet
Add py-tinyrpc0 0.9.4 (copied from py-tinyrpc)
- Add PORTSCOUT
|
19:00 sunpoet
Add py-oslo.messaging10 10.5.0 (copied from py-oslo.messaging)
- Add PORTSCOUT
|
19:00 sunpoet
Move devel/py-memory_profiler to devel/py-memory-profiler
|
09:15 sunpoet
Add py-taskflow3 3.8.0 (copied from py-taskflow)
- Add PORTSCOUT
|
Thursday, 6 Feb 2020
|
19:25 sunpoet
Add rubygem-gettext32 3.2.9 (copied from rubygem-gettext)
- Add PORTSCOUT
|
19:24 sunpoet
Add py-oslo.upgradecheck 0.3.2
Common code for writing OpenStack upgrade checks
This project contains the common code necessary for writing upgrade checks in
OpenStack projects. It includes a module (oslo_upgradecheck.upgradecheck) for
the common code as well as an example (oslo_upgradecheck.__main__) of
integrating that code into a project.
WWW: https://docs.openstack.org/oslo.upgradecheck/latest/
WWW: https://github.com/openstack/oslo.upgradecheck
|
19:24 sunpoet
Add py-oslo.limit 0.3.0
Oslo.limit is the limit enforcement library to assist with quota calculation. It
aims to provide support for quota enforcement across all OpenStack services.
WWW: https://docs.openstack.org/oslo.limit/latest/
WWW: https://github.com/openstack/oslo.limit
|
19:24 sunpoet
Add py-oslo.db6 6.0.0 (copied from py-oslo.db)
- Add PORTSCOUT
|
15:22 rene
Remove expired ports:
2020-02-05 devel/py-DocumentTemplate: Outdated, uses EOLed python27
2020-02-05 devel/py-Missing: Outdated, uses EOLed python27
2020-02-05 devel/py-MultiMapping: Outdated, uses EOLed python27
2020-02-05 devel/py-Persistence: Outdated, uses EOLed python27
2020-02-05 devel/py-Products.BTreeFolder2: Outdated, uses EOLed python27
2020-02-05 devel/py-Products.CMFActionIcons: Outdated, uses EOLed python27
2020-02-05 devel/py-Products.CMFCalendar: Outdated, uses EOLed python27
2020-02-05 devel/py-Products.CMFCore: Outdated, uses EOLed python27
2020-02-05 devel/py-Products.CMFDefault: Outdated, uses EOLed python27
2020-02-05 devel/py-Products.CMFDiffTool: Outdated, uses EOLed python27
2020-02-05 devel/py-Products.CMFDynamicViewFTI: Outdated, uses EOLed python27
2020-02-05 devel/py-Products.CMFEditions: Outdated, uses EOLed python27
2020-02-05 devel/py-Products.CMFFormController: Outdated, uses EOLed python27
2020-02-05 devel/py-Products.CMFPlacefulWorkflow: Outdated, uses EOLed python27
2020-02-05 devel/py-Products.CMFQuickInstallerTool: Outdated, uses EOLed
python27
2020-02-05 devel/py-Products.CMFUid: Outdated, uses EOLed python27
2020-02-05 devel/py-Products.DCWorkflow: Outdated, uses EOLed python27
2020-02-05 devel/py-Products.ExtendedPathIndex: Outdated, uses EOLed python27
2020-02-05 devel/py-Products.ExternalMethod: Outdated, uses EOLed python27
2020-02-05 devel/py-Products.GenericSetup: Outdated, uses EOLed python27
2020-02-05 devel/py-Products.LDAPMultiPlugins: Outdated, uses EOLed python27
2020-02-05 devel/py-Products.MIMETools: Outdated, uses EOLed python27
2020-02-05 devel/py-Products.MimetypesRegistry: Outdated, uses EOLed python27
2020-02-05 devel/py-Products.OFSP: Outdated, uses EOLed python27
2020-02-05 devel/py-Products.PluginRegistry: Outdated, uses EOLed python27
2020-02-05 devel/py-Products.PythonScripts: Outdated, uses EOLed python27
2020-02-05 devel/py-Products.StandardCacheManagers: Outdated, uses EOLed
python27
2020-02-05 devel/py-Products.ZCTextIndex: Outdated, uses EOLed python27
2020-02-05 devel/py-Products.ZCatalog: Outdated, uses EOLed python27
2020-02-05 devel/py-Products.ZSQLMethods: Outdated, uses EOLed python27
2020-02-05 devel/py-Record: Outdated, uses EOLed python27
2020-02-05 devel/py-initgroups: Outdated, uses EOLed python27
2020-02-05 devel/py-zExceptions: Outdated, uses EOLed python27
2020-02-05 mail/py-Products.MailHost: Outdated, uses EOLed python27
2020-02-05 security/py-AccessControl: Outdated, uses EOLed python27
2020-02-05 security/py-Products.PluggableAuthService: Outdated, uses EOLed
python27
2020-02-05 www/py-collective.templateengines: Outdated, uses EOLed python27
|
12:35 sunpoet
Add rubygem-webpacker-rails60 4.2.2 (copied from rubygem-webpacker-rails5)
|
Wednesday, 5 Feb 2020
|
18:43 sunpoet
Move devel/rubygem-web-console-rails52 to devel/rubygem-web-console3-rails52
- Add PORTSCOUT
Rename to avoid confusion with rubygem-web-console 4.x
|
18:43 sunpoet
Move devel/rubygem-web-console-rails5 to devel/rubygem-web-console3-rails5
- Add PORTSCOUT
Rename to avoid confusion with rubygem-web-console 4.x
|
18:43 sunpoet
Move devel/rubygem-web-console-rails50 to devel/rubygem-web-console3-rails50
- Add PORTSCOUT
Rename to avoid confusion with rubygem-web-console 4.x
|
18:42 sunpoet
Add rubygem-web-console-rails60 and update to 4.0.1 (copied from
rubygem-web-console-rails52)
Changes: https://github.com/rails/web-console/releases
https://github.com/rails/web-console/blob/master/CHANGELOG.markdown
|
18:42 sunpoet
Add rubygem-sprockets-rails-rails60 3.2.1 (copied from
rubygem-sprockets-rails-rails52)
|
18:42 sunpoet
Add rubygem-jbuilder-rails60 2.9.1 (copied from rubygem-jbuilder-rails52)
|
18:41 sunpoet
Add rubygem-devise-rails60 4.7.1 (copied from rubygem-devise-rails52)
|
18:40 sunpoet
Add rubygem-activesupport60 6.0.2.1 (copied from rubygem-activesupport52)
|
18:40 sunpoet
Add rubygem-activejob60 6.0.2.1 (copied from rubygem-activejob52)
|
18:40 sunpoet
Add rubygem-actionview60 6.0.2.1 (copied from rubygem-actionview52)
|
Tuesday, 4 Feb 2020
|
17:50 sunpoet
Add rubygem-thwait 0.1.0
ThreadsWait watches for termination of multiple threads. Basic functionality
(wait until specified threads have terminated) can be accessed through the class
method ThreadsWait::all_waits. Finer control can be gained using instance
methods.
WWW: https://github.com/ruby/thwait
|
17:50 sunpoet
Add rubygem-e2mmap 0.1.0
e2mmap (Exception2MessageMapper) is a helper module for easily defining
exceptions with predefined messages.
WWW: https://github.com/ruby/e2mmap
|
09:36 antoine
Fix INDEX
|
08:41 manu
devel/riscv32-unknown-elf-gcc: Add new port
Add a new gcc port for riscv32 baremetal development.
This use the aarch64-none-elf as the master port.
|
Monday, 3 Feb 2020
|
20:40 rene
Remove expired ports:
2020-02-03 devel/py-Products.ATContentTypes: Outdated version of plone 4.3
(legacy), uses EOLed python27
2020-02-03 devel/py-Products.ATReferenceBrowserWidget: Outdated version of plone
4.3 (legacy), uses EOLed python27
2020-02-03 devel/py-Products.Archetypes: Outdated version of plone 4.3 (legacy),
uses EOLed python27
2020-02-03 devel/py-Products.CMFTestCase: Outdated version of plone 4.3
(legacy), uses EOLed python27
2020-02-03 devel/py-Products.Marshall: Outdated version of plone 4.3 (legacy),
uses EOLed python27
2020-02-03 devel/py-Products.PasswordResetTool: Outdated version of plone 4.3
(legacy), uses EOLed python27
2020-02-03 devel/py-Products.PloneTestCase: Outdated version of plone 4.3
(legacy), uses EOLed python27
2020-02-03 devel/py-Products.PortalTransforms: Outdated version of plone 4.3
(legacy), uses EOLed python27
2020-02-03 devel/py-Products.ResourceRegistries: Outdated version of plone 4.3
(legacy), uses EOLed python27
2020-02-03 devel/py-archetypes.querywidget: Outdated version of plone 4.3
(legacy), uses EOLed python27
2020-02-03 devel/py-archetypes.referencebrowserwidget: Outdated version of plone
4.3 (legacy), uses EOLed python27
2020-02-03 devel/py-archetypes.schemaextender: Outdated version of plone 4.3
(legacy), uses EOLed python27
2020-02-03 devel/py-five.customerize: Outdated version of plone 4.3 (legacy),
uses EOLed python27
2020-02-03 finance/tryton28: Outdated, uses EOLed python27
2020-02-03 finance/trytond28: Outdated, uses EOLed python27
2020-02-03 finance/trytond28_account: Outdated, uses EOLed python27
2020-02-03 finance/trytond28_account_asset: Outdated, uses EOLed python27
2020-02-03 finance/trytond28_account_be: Outdated, uses EOLed python27
2020-02-03 finance/trytond28_account_invoice: Outdated, uses EOLed python27
2020-02-03 finance/trytond28_account_invoice_history: Outdated, uses EOLed
python27
2020-02-03 finance/trytond28_account_invoice_line_standalone: Outdated, uses
EOLed python27
2020-02-03 finance/trytond28_account_product: Outdated, uses EOLed python27
2020-02-03 finance/trytond28_account_statement: Outdated, uses EOLed python27
2020-02-03 finance/trytond28_account_stock_anglo_saxon: Outdated, uses EOLed
python27
2020-02-03 finance/trytond28_account_stock_continental: Outdated, uses EOLed
python27
2020-02-03 finance/trytond28_analytic_account: Outdated, uses EOLed python27
2020-02-03 finance/trytond28_analytic_invoice: Outdated, uses EOLed python27
2020-02-03 finance/trytond28_analytic_purchase: Outdated, uses EOLed python27
2020-02-03 finance/trytond28_analytic_sale: Outdated, uses EOLed python27
2020-02-03 finance/trytond28_calendar: Outdated, uses EOLed python27
2020-02-03 finance/trytond28_calendar_classification: Outdated, uses EOLed
python27
2020-02-03 finance/trytond28_calendar_scheduling: Outdated, uses EOLed python27
2020-02-03 finance/trytond28_calendar_todo: Outdated, uses EOLed python27
2020-02-03 finance/trytond28_carrier: Outdated, uses EOLed python27
2020-02-03 finance/trytond28_carrier_percentage: Outdated, uses EOLed python27
2020-02-03 finance/trytond28_carrier_weight: Outdated, uses EOLed python27
2020-02-03 finance/trytond28_company: Outdated, uses EOLed python27
2020-02-03 finance/trytond28_company_work_time: Outdated, uses EOLed python27
2020-02-03 finance/trytond28_country: Outdated, uses EOLed python27
2020-02-03 finance/trytond28_currency: Outdated, uses EOLed python27
2020-02-03 finance/trytond28_dashboard: Outdated, uses EOLed python27
2020-02-03 finance/trytond28_ldap_authentication: Outdated, uses EOLed python27
2020-02-03 finance/trytond28_ldap_connection: Outdated, uses EOLed python27
2020-02-03 finance/trytond28_party: Outdated, uses EOLed python27
2020-02-03 finance/trytond28_party_siret: Outdated, uses EOLed python27
2020-02-03 finance/trytond28_party_vcarddav: Outdated, uses EOLed python27
2020-02-03 finance/trytond28_product: Outdated, uses EOLed python27
2020-02-03 finance/trytond28_product_attribute: Outdated, uses EOLed python27
2020-02-03 finance/trytond28_product_cost_fifo: Outdated, uses EOLed python27
2020-02-03 finance/trytond28_product_cost_history: Outdated, uses EOLed python27
2020-02-03 finance/trytond28_product_measurements: Outdated, uses EOLed python27
2020-02-03 finance/trytond28_product_price_list: Outdated, uses EOLed python27
2020-02-03 finance/trytond28_production: Outdated, uses EOLed python27
2020-02-03 finance/trytond28_project: Outdated, uses EOLed python27
2020-02-03 finance/trytond28_project_invoice: Outdated, uses EOLed python27
2020-02-03 finance/trytond28_project_plan: Outdated, uses EOLed python27
2020-02-03 finance/trytond28_project_revenue: Outdated, uses EOLed python27
2020-02-03 finance/trytond28_purchase: Outdated, uses EOLed python27
2020-02-03 finance/trytond28_purchase_invoice_line_standalone: Outdated, uses
EOLed python27
2020-02-03 finance/trytond28_purchase_shipment_cost: Outdated, uses EOLed
python27
2020-02-03 finance/trytond28_sale: Outdated, uses EOLed python27
2020-02-03 finance/trytond28_sale_opportunity: Outdated, uses EOLed python27
2020-02-03 finance/trytond28_sale_price_list: Outdated, uses EOLed python27
2020-02-03 finance/trytond28_sale_shipment_cost: Outdated, uses EOLed python27
2020-02-03 finance/trytond28_sale_supply: Outdated, uses EOLed python27
2020-02-03 finance/trytond28_sale_supply_drop_shipment: Outdated, uses EOLed
python27
2020-02-03 finance/trytond28_stock: Outdated, uses EOLed python27
2020-02-03 finance/trytond28_stock_forecast: Outdated, uses EOLed python27
2020-02-03 finance/trytond28_stock_inventory_location: Outdated, uses EOLed
python27
2020-02-03 finance/trytond28_stock_location_sequence: Outdated, uses EOLed
python27
2020-02-03 finance/trytond28_stock_lot: Outdated, uses EOLed python27
2020-02-03 finance/trytond28_stock_product_location: Outdated, uses EOLed
python27
2020-02-03 finance/trytond28_stock_split: Outdated, uses EOLed python27
2020-02-03 finance/trytond28_stock_supply: Outdated, uses EOLed python27
2020-02-03 finance/trytond28_stock_supply_day: Outdated, uses EOLed python27
2020-02-03 finance/trytond28_stock_supply_forecast: Outdated, uses EOLed
python27
2020-02-03 finance/trytond28_stock_supply_production: Outdated, uses EOLed
python27
2020-02-03 finance/trytond28_timesheet: Outdated, uses EOLed python27
2020-02-03 french/trytond28_account_fr: Outdated, uses EOLed python27
2020-02-03 german/trytond28_account_de_skr03: Outdated, uses EOLed python27
2020-02-03 security/py-Products.PlonePAS: Outdated version of plone 4.3
(legacy), uses EOLed python27
2020-02-03 security/py-borg.localrole: Outdated version of plone 4.3 (legacy),
uses EOLed python27
2020-02-03 security/py-plone.app.openid: Outdated version of plone 4.3 (legacy),
uses EOLed python27
2020-02-03 security/py-plone.keyring: Outdated version of plone 4.3 (legacy),
uses EOLed python27
2020-02-03 security/py-plone.openid: Outdated version of plone 4.3 (legacy),
uses EOLed python27
2020-02-03 security/py-plone.protect: Outdated version of plone 4.3 (legacy),
uses EOLed python27
2020-02-03 security/py-plone.session: Outdated version of plone 4.3 (legacy),
uses EOLed python27
2020-02-03 www/plone: Outdated version of plone 4.3 (legacy), uses EOLed
python27
2020-02-03 www/py-Products.CMFPlone: Outdated version of plone 4.3 (legacy),
uses EOLed python27
2020-02-03 www/py-Products.PloneLDAP: Outdated version of plone 4.3 (legacy),
uses EOLed python27
2020-02-03 www/py-Products.TinyMCE: Outdated version of plone 4.3 (legacy), uses
EOLed python27
2020-02-03 www/py-collective.easytemplate: Outdated version of plone 4.3
(legacy), uses EOLed python27
2020-02-03 www/py-plone.alterego: Outdated version of plone 4.3 (legacy), uses
EOLed python27
2020-02-03 www/py-plone.app.blob: Outdated version of plone 4.3 (legacy), uses
EOLed python27
2020-02-03 www/py-plone.app.caching: Outdated version of plone 4.3 (legacy),
uses EOLed python27
2020-02-03 www/py-plone.app.collection: Outdated version of plone 4.3 (legacy),
uses EOLed python27
2020-02-03 www/py-plone.app.content: Outdated version of plone 4.3 (legacy),
uses EOLed python27
2020-02-03 www/py-plone.app.contentlisting: Outdated version of plone 4.3
(legacy), uses EOLed python27
2020-02-03 www/py-plone.app.contentmenu: Outdated version of plone 4.3 (legacy),
uses EOLed python27
2020-02-03 www/py-plone.app.contentrules: Outdated version of plone 4.3
(legacy), uses EOLed python27
2020-02-03 www/py-plone.app.controlpanel: Outdated version of plone 4.3
(legacy), uses EOLed python27
2020-02-03 www/py-plone.app.customerize: Outdated version of plone 4.3 (legacy),
uses EOLed python27
2020-02-03 www/py-plone.app.dexterity: Outdated version of plone 4.3 (legacy),
uses EOLed python27
2020-02-03 www/py-plone.app.discussion: Outdated version of plone 4.3 (legacy),
uses EOLed python27
2020-02-03 www/py-plone.app.folder: Outdated version of plone 4.3 (legacy), uses
EOLed python27
2020-02-03 www/py-plone.app.form: Outdated version of plone 4.3 (legacy), uses
EOLed python27
2020-02-03 www/py-plone.app.i18n: Outdated version of plone 4.3 (legacy), uses
EOLed python27
2020-02-03 www/py-plone.app.imaging: Outdated version of plone 4.3 (legacy),
uses EOLed python27
2020-02-03 www/py-plone.app.iterate: Outdated version of plone 4.3 (legacy),
uses EOLed python27
2020-02-03 www/py-plone.app.jquery: Outdated version of plone 4.3 (legacy), uses
EOLed python27
2020-02-03 www/py-plone.app.jquerytools: Outdated version of plone 4.3 (legacy),
uses EOLed python27
2020-02-03 www/py-plone.app.layout: Outdated version of plone 4.3 (legacy), uses
EOLed python27
2020-02-03 www/py-plone.app.ldap: Outdated version of plone 4.3 (legacy), uses
EOLed python27
2020-02-03 www/py-plone.app.linkintegrity: Outdated version of plone 4.3
(legacy), uses EOLed python27
2020-02-03 www/py-plone.app.locales: Outdated version of plone 4.3 (legacy),
uses EOLed python27
2020-02-03 www/py-plone.app.portlets: Outdated version of plone 4.3 (legacy),
uses EOLed python27
2020-02-03 www/py-plone.app.querystring: Outdated version of plone 4.3 (legacy),
uses EOLed python27
2020-02-03 www/py-plone.app.redirector: Outdated version of plone 4.3 (legacy),
uses EOLed python27
2020-02-03 www/py-plone.app.registry: Outdated version of plone 4.3 (legacy),
uses EOLed python27
2020-02-03 www/py-plone.app.search: Outdated version of plone 4.3 (legacy), uses
EOLed python27
2020-02-03 www/py-plone.app.testing: Outdated version of plone 4.3 (legacy),
uses EOLed python27
2020-02-03 www/py-plone.app.textfield: Outdated version of plone 4.3 (legacy),
uses EOLed python27
2020-02-03 www/py-plone.app.theming: Outdated version of plone 4.3 (legacy),
uses EOLed python27
2020-02-03 www/py-plone.app.upgrade: Outdated version of plone 4.3 (legacy),
uses EOLed python27
2020-02-03 www/py-plone.app.users: Outdated version of plone 4.3 (legacy), uses
EOLed python27
2020-02-03 www/py-plone.app.uuid: Outdated version of plone 4.3 (legacy), uses
EOLed python27
2020-02-03 www/py-plone.app.viewletmanager: Outdated version of plone 4.3
(legacy), uses EOLed python27
2020-02-03 www/py-plone.app.vocabularies: Outdated version of plone 4.3
(legacy), uses EOLed python27
2020-02-03 www/py-plone.app.workflow: Outdated version of plone 4.3 (legacy),
uses EOLed python27
2020-02-03 www/py-plone.app.z3cform: Outdated version of plone 4.3 (legacy),
uses EOLed python27
2020-02-03 www/py-plone.autoform: Outdated version of plone 4.3 (legacy), uses
EOLed python27
2020-02-03 www/py-plone.batching: Outdated version of plone 4.3 (legacy), uses
EOLed python27
2020-02-03 www/py-plone.behavior: Outdated version of plone 4.3 (legacy), uses
EOLed python27
2020-02-03 www/py-plone.browserlayer: Outdated version of plone 4.3 (legacy),
uses EOLed python27
2020-02-03 www/py-plone.cachepurging: Outdated version of plone 4.3 (legacy),
uses EOLed python27
2020-02-03 www/py-plone.caching: Outdated version of plone 4.3 (legacy), uses
EOLed python27
2020-02-03 www/py-plone.contentrules: Outdated version of plone 4.3 (legacy),
uses EOLed python27
2020-02-03 www/py-plone.dexterity: Outdated version of plone 4.3 (legacy), uses
EOLed python27
2020-02-03 www/py-plone.fieldsets: Outdated version of plone 4.3 (legacy), uses
EOLed python27
2020-02-03 www/py-plone.folder: Outdated version of plone 4.3 (legacy), uses
EOLed python27
2020-02-03 www/py-plone.formwidget.namedfile: Outdated version of plone 4.3
(legacy), uses EOLed python27
2020-02-03 www/py-plone.i18n: Outdated version of plone 4.3 (legacy), uses EOLed
python27
2020-02-03 www/py-plone.indexer: Outdated version of plone 4.3 (legacy), uses
EOLed python27
2020-02-03 www/py-plone.intelligenttext: Outdated version of plone 4.3 (legacy),
uses EOLed python27
2020-02-03 www/py-plone.locking: Outdated version of plone 4.3 (legacy), uses
EOLed python27
2020-02-03 www/py-plone.memoize: Outdated version of plone 4.3 (legacy), uses
EOLed python27
2020-02-03 www/py-plone.namedfile: Outdated version of plone 4.3 (legacy), uses
EOLed python27
2020-02-03 www/py-plone.outputfilters: Outdated version of plone 4.3 (legacy),
uses EOLed python27
2020-02-03 www/py-plone.portlet.collection: Outdated version of plone 4.3
(legacy), uses EOLed python27
2020-02-03 www/py-plone.portlet.static: Outdated version of plone 4.3 (legacy),
uses EOLed python27
2020-02-03 www/py-plone.portlets: Outdated version of plone 4.3 (legacy), uses
EOLed python27
2020-02-03 www/py-plone.registry: Outdated version of plone 4.3 (legacy), uses
EOLed python27
2020-02-03 www/py-plone.resource: Outdated version of plone 4.3 (legacy), uses
EOLed python27
2020-02-03 www/py-plone.resourceeditor: Outdated version of plone 4.3 (legacy),
uses EOLed python27
2020-02-03 www/py-plone.rfc822: Outdated version of plone 4.3 (legacy), uses
EOLed python27
2020-02-03 www/py-plone.scale: Outdated version of plone 4.3 (legacy), uses
EOLed python27
2020-02-03 www/py-plone.schemaeditor: Outdated version of plone 4.3 (legacy),
uses EOLed python27
2020-02-03 www/py-plone.stringinterp: Outdated version of plone 4.3 (legacy),
uses EOLed python27
2020-02-03 www/py-plone.subrequest: Outdated version of plone 4.3 (legacy), uses
EOLed python27
2020-02-03 www/py-plone.supermodel: Outdated version of plone 4.3 (legacy), uses
EOLed python27
2020-02-03 www/py-plone.synchronize: Outdated version of plone 4.3 (legacy),
uses EOLed python27
2020-02-03 www/py-plone.testing: Outdated version of plone 4.3 (legacy), uses
EOLed python27
2020-02-03 www/py-plone.theme: Outdated version of plone 4.3 (legacy), uses
EOLed python27
2020-02-03 www/py-plone.transformchain: Outdated version of plone 4.3 (legacy),
uses EOLed python27
2020-02-03 www/py-plone.uuid: Outdated version of plone 4.3 (legacy), uses EOLed
python27
2020-02-03 www/py-plone.z3cform: Outdated version of plone 4.3 (legacy), uses
EOLed python27
2020-02-03 www/py-plonetheme.classic: Outdated version of plone 4.3 (legacy),
uses EOLed python27
2020-02-03 www/py-plonetheme.sunburst: Outdated version of plone 4.3 (legacy),
uses EOLed python27
2020-02-03 www/trytond28_google_maps: Outdated, uses EOLed python27
|
Sunday, 2 Feb 2020
|
14:22 sunpoet
Add rubygem-hashie3 3.6.0 (copied from rubygem-hashie)
- Add PORTSCOUT
- Update WWW
|
10:55 sunpoet
Add rubygem-r18n-desktop 4.0.0
R18n Desktop is a tool to translate your desktop application to several
languages.
It is just a wrapper for R18n core library. See R18n documentation for more
information.
WWW: https://github.com/r18n/r18n/tree/master/r18n-desktop
|
10:55 sunpoet
Add rubygem-r18n-rails-api 4.0.0
R18n Rails API provides Rails i18n compatibility for R18n:
- R18n loader for Rails i18n translation format
- R18n backend
WWW: https://github.com/r18n/r18n/tree/master/r18n-rails-api
|
10:54 sunpoet
Add rubygem-r18n-rails 4.0.0
R18n-rails is a gem to add out-of-box R18n support to Rails I18n.
It is a wrapper for R18n Rails API and R18n core libraries. See R18n core
documentation for more information.
WWW: https://github.com/r18n/r18n/tree/master/r18n-rails
|
10:54 sunpoet
Add py-zict 1.0.0
Zict: Composable Mutable Mappings
The dictionary / mutable mapping interface is powerful and multi-faceted.
- We store data in different locations such as in-memory, on disk, in archive
files, etc..
- We manage old data with different policies like LRU, random eviction, etc..
- We might encode or transform data as it arrives or departs the dictionary
through compression, encoding, etc..
To this end we build abstract MutableMapping classes that consume and build on
other MutableMappings. We can compose several of these with each other to form
intuitive interfaces over complex storage systems policies.
WWW: https://github.com/dask/zict
|
10:54 sunpoet
Add py-heapdict 1.0.1
heapdict implements the MutableMapping ABC, meaning it works pretty much like a
regular Python dict. It's designed to be used as a priority queue, where items
are added and consumed as follows:
hd = heapdict()
hd[obj1] = priority1
hd[obj2] = priority2
# ...
(obj, priority) = hd.popitem()
Compared to an ordinary dict, a heapdict has the following differences:
- popitem():
Remove and return the (key, priority) pair with the lowest priority, instead
of a random object.
- peekitem():
Return the (key, priority) pair with the lowest priority, without removing it.
Unlike the Python standard library's heapq module, the heapdict supports
efficiently changing the priority of an existing object (often called "decrease-
key" in textbooks). Altering the priority is important for many algorithms such
as Dijkstra's Algorithm and A*.
WWW: https://github.com/DanielStutzbach/heapdict
|
10:54 sunpoet
Add py-distributed 2.10.0
Dask.distributed is a lightweight library for distributed computing in Python.
It extends both the concurrent.futures and dask APIs to moderate sized clusters.
WWW: https://github.com/dask/distributed
|
10:54 sunpoet
Add py-dask 2.10.1
Dask is a flexible library for parallel computing in Python.
Dask is composed of two parts:
- Dynamic task scheduling optimized for computation. This is similar to Airflow,
Luigi, Celery, or Make, but optimized for interactive computational workloads.
- "Big Data" collections like parallel arrays, dataframes, and lists that extend
common interfaces like NumPy, Pandas, or Python iterators to
larger-than-memory or distributed environments. These parallel collections run
on top of dynamic task schedulers.
WWW: https://dask.org/
WWW: https://github.com/dask/dask
|
10:54 sunpoet
Add p5-B-COW 0.002
B::COW provides some naive additional B helpers to check the COW status of one
SvPV.
A COWed SvPV is sharing its string (the PV) with other SvPVs. It's a (kind of)
Read Only C string, that would be Copied On Write (COW). More than one SV can
share the same PV, but when one PV need to alter it, it would perform a copy of
it, decrease the COWREFCNT counter. One SV can then drop the COW flag when it's
the only one holding a pointer to the PV. The COWREFCNT is stored at the end of
the PV, after the the "\0". That value is limited to 255, when we reach 255, a
new PV would be created,
WWW: https://metacpan.org/release/B-COW
|
05:37 swills
devel/premake5: Build script creation tool
Describe your software project just once, using Premake's
simple and easy to read syntax, and build it everywhere.
WWW: https://premake.github.io/
This is version 5 alpha
PR: 241365
Submitted by: Martin Filla <freebsd@sysctl.cz>
|
Saturday, 1 Feb 2020
|
01:05 brooks
Add LLVM 10.0.0rc1
Due to the added digit from 9 to 10 and the fact that ##.1.# releases
are vanishingly rare, use llvm10 rather than llvm100 for the name.
EXTRAS are currently disabled due to configure errors.
Sponsored by: DARPA
|
Friday, 31 Jan 2020
|
13:54 rene
Remove expired ports:
2020-01-31 www/py-dj21-django-auth-ldap: Django 2.1 is now End-of-Life (Since
December 2 2019) and no longer supported. Switch to Django 2.2+ versions of this
port as soon as possible
2020-01-31 www/py-dj21-django-crispy-forms: Django 2.1 is now End-of-Life (Since
December 2 2019) and no longer supported. Switch to Django 2.2+ versions of this
port as soon as possible
2020-01-31 www/sogo3-activesync: Deprecated, replaced by www/sogo4
2020-01-31 devel/sope3: Deprecated, replaced by devel/sope4
2020-01-31 www/py-dj21-django-mptt: Django 2.1 is now End-of-Life (Since
December 2 2019) and no longer supported. Switch to Django 2.2+ versions of this
port as soon as possible
2020-01-31 graphics/py-willow11: Use graphics/py-willow instead
2020-01-31 www/py-dj21-django-tables2: Django 2.1 is now End-of-Life (Since
December 2 2019) and no longer supported. Switch to Django 2.2+ versions of this
port as soon as possible
2020-01-31 www/py-dj21-django-debug-toolbar: Django 2.1 is now End-of-Life
(Since December 2 2019) and no longer supported. Switch to Django 2.2+ versions
of this port as soon as possible
2020-01-31 security/krb5-115: EOL one year after the release of krb5 1.17
2020-01-31 www/py-dj21-django-taggit: Django 2.1 is now End-of-Life (Since
December 2 2019) and no longer supported. Switch to Django 2.2+ versions of this
port as soon as possible
2020-01-31 www/py-dj21-django-cors-headers: Django 2.1 is now End-of-Life (Since
December 2 2019) and no longer supported. Switch to Django 2.2+ versions of this
port as soon as possible
2020-01-31 graphics/py-imgurpython: No longer supported by upstream
2020-01-31 www/py-dj21-django-taggit-serializer: Django 2.1 is now End-of-Life
(Since December 2 2019) and no longer supported. Switch to Django 2.2+ versions
of this port as soon as possible
2020-01-31 www/py-dj21-django-filter: Django 2.1 is now End-of-Life (Since
December 2 2019) and no longer supported. Switch to Django 2.2+ versions of this
port as soon as possible
2020-01-31 www/py-dj21-django-timezone-field: Django 2.1 is now End-of-Life
(Since December 2 2019) and no longer supported. Switch to Django 2.2+ versions
of this port as soon as possible
2020-01-31 devel/py-xarray011: Use devel/py-xarray instead
2020-01-31 www/py-django-modelcluster4: Use www/py-django-modelcluster instead
2020-01-31 devel/py-semantic_version26: Use devel/py-semantic_version instead
2020-01-31 www/py-dj21-django-js-asset: Django 2.1 is now End-of-Life (Since
December 2 2019) and no longer supported. Switch to Django 2.2+ versions of this
port as soon as possible
2020-01-31 www/py-dj21-drf-yasg: Django 2.1 is now End-of-Life (Since December 2
2019) and no longer supported. Switch to Django 2.2+ versions of this port as
soon as possible
|
Thursday, 30 Jan 2020
|
06:21 rigoletto
audio/beets: add missing dependency.
Add devel/py-confuse to the tree since audio/beets needs it.
PR: 243601
Approved by: portmgr (blanket: missing dependency), tcberner (mentor)
MFH: 2019Q1
|
Monday, 27 Jan 2020
|
19:37 sunpoet
Add rubygem-azure_service_fabric 0.18.0
Microsoft Azure Service Fabric Client Library for Ruby.
WWW: https://github.com/Azure/azure-sdk-for-ruby
WWW:
https://github.com/Azure/azure-sdk-for-ruby/tree/master/data/azure_service_fabric
|
19:37 sunpoet
Add rubygem-azure_sdk 0.51.1
Microsoft Azure SDK - Azure Client Library for Ruby.
This project provides a Ruby package for Azure Resource Management (ARM).
WWW: https://github.com/Azure/azure-sdk-for-ruby
| Number of commits found: 11319 (showing only 100 on this page) |
|