non port: devel/Makefile |
Number of commits found: 11333 (showing only 100 on this page) |
Saturday, 12 Mar 2016
|
17:06 olgeni
Sort entries in devel/Makefile.
|
16:51 olgeni
Add devel/erlang-metrics, a generic interface to metrics systems in Erlang.
|
15:39 lwhsu
- Add Jenknis 2.0-alpha-3 as jenkins2
|
Thursday, 10 Mar 2016
|
16:23 rakuco
New port: devel/py-attrs.
attrs is an MIT-licensed Python package with class decorators
that ease the chores of implementing the most common attribute-related
object protocols without writing dull boilerplate code again and again.
WWW: https://github.com/hynek/attrs
PR: 207853
Submitted by: Axel.Rau@Chaos1.DE
|
Monday, 7 Mar 2016
|
17:48 mat
About five years ago, DateTime::Util::Astro became DateTime::Astro, and
DateTime::Event::SolarTerm was incorporated in it. Clean up.
Sponsored by: Absolight
|
05:23 koobs
[NEW PORT] devel/py-update_checker
A python module that will check for package updates.
WWW: https://github.com/bboe/update_checker
|
Sunday, 6 Mar 2016
|
17:32 rene
Remove expired ports:
2016-03-05 devel/seed: No longer used
2016-03-05 devel/seed3: No longer used
2016-03-06 audio/waheela: Distfiles unavailable and no updates in 6 years
2016-03-06 sysutils/logstash-contrib: Upstream now distributing plugins
separately: see https://github.com/logstash-plugins
|
06:17 sunpoet
- Add rubygem-unicode-display_width 0.3.1
An early draft of a way to determine the size of the characters using
EastAsianWidth.txt, based on the very early draft of a Ruby interface to
UnicodeData.txt by runpaint.
WWW: https://github.com/janlelis/unicode-display_width
|
06:16 sunpoet
- Add rubygem-kafo_wizards 0.0.1
With this gem it is possible to define form or wizard and display it to the user
using one of the defined backends. The form definition is independent on the
chosen backend so it can be changed freely. Currently only command line
(highline) backend is implemented, YAD or web based backend is planed.
WWW: https://github.com/theforeman/kafo_wizards
|
06:15 sunpoet
- Add p5-Test2-Suite 0.000020
Rich set fo tools, plugins, bundles, etc built upon the Test2 testing library.
WWW: http://search.cpan.org/dist/Test2-Suite/
|
06:15 sunpoet
- Add p5-Test2 0.000025
Test2 is a new testing framework produced by forking Test::Builder, completely
refactoring it, adding many new features and capabilities.
WWW: http://search.cpan.org/dist/Test2/
|
02:41 jpaetzel
Add a port for py-pyinotify.
py-pyinotify is a python library for interfacing
with libinotify.
|
Friday, 4 Mar 2016
|
16:34 novel
New port: devel/py-positional
positional provides a decorator which enforces only some args may be passed
positionally. The idea and some of the code was taken from the oauth2 client
of the google-api client.
The decorator makes it easy to support Python 3 style key-word only
parameters.
WWW: https://github.com/morganfainberg/positional
Reviewed by: koobs, mat
Differential Revision: D5540
|
14:57 marino
Add new port devel/pragmarcs
PragmAda Reusable Components (PragmARCs) from PragmAda S/W Engineering
Provides basic to high-level reusable components to reduce requirements
to write new code by 50%. An non-comprehensive component list:
* ANSI TTY control * Assertion handler * Assignment
* Unbounded bags * Binary searcher * Binary semaphores
* Regex matcher * Complex numbers * Date handler
* Card deck handler * Concurrent forwarder * Genetic algorithm
* New getline * fast string hashing * Extended num. images
* Signed int. images * Least squares fitting * Linear eq. solver
* Bounded lists * Unbounded lists * Extended maths
* GCD/LCM Int. functs * Generic math functs * Matrix maths
* Text menu handler * Min/Max functions * Mix case converter
* Concurrent monitor * Postfix calculator * Protected options
* Bounded queues * Blocking queues * Quick searcher
* Generic Regex * REM neural network * Safe pointers
* Safe suspension * Safe semaphores * Discrete operations
* Skip lists * Generic heap sort * Generic insert sort
* Quick in-place sort * Generic radix sort * General stacks
* 3-way comparisons * Random Num. generator * and more!
|
Thursday, 3 Mar 2016
|
10:21 rakuco
New port: devel/libconcurrent.
Tiny asymmetric-coroutine library:
- generator bidirectional communication with yield_value/resume_value
- native context switch
- C11
WWW: https://github.com/sharow/libconcurrent/
PR: 207669
Submitted by: Tobias Kortkamp <t@tobik.me>
|
10:11 rakuco
New port: devel/git-cvs.
Tool to incrementally import changesets from CVS into a Git repository with
stable commit hashes.
WWW: https://github.com/ustuehler/git-cvs/
PR: 207456
Submitted by: mp39590@gmail.com
|
Wednesday, 2 Mar 2016
|
20:26 rene
Remove expired ports:
2016-03-01 net/samba4: not supported by the upstream
2016-03-01 net/isc-dhcp42-client: isc-dhcp 4.2 is End of Life
2016-03-01 net/isc-dhcp41-relay: isc-dhcp 4.1 is now End of Life
2016-03-01 net/isc-dhcp42-relay: isc-dhcp 4.2 is End of Life
2016-03-01 net/isc-dhcp41-client: isc-dhcp 4.1 is now End of Life
2016-03-01 net/isc-dhcp42-server: isc-dhcp 4.2 is End of Life
2016-03-01 devel/pear-IO_Bit: Unsupported upstream
2016-03-01 graphics/pear-IO_SWF: Unsupported upstream
|
Tuesday, 1 Mar 2016
|
16:39 adamw
Add devel/p5-Import-Base.
This module makes it easier to build and manage a base set of imports. Rather
than importing a dozen modules in each of your project's modules, you simply
import one module and get all the other modules you want. This reduces your
module boilerplate from 12 lines to 1.
WWW: https://metacpan.org/pod/Import::Base
|
10:16 theraven
Remove lines accidentally committed referring to uncommitted work-in-progress
ports.
|
10:06 theraven
Add port for the cheri streamtrace library / tool.
|
03:45 adamw
Add devel/p5-MooX-TypeTiny.
This module optimizes Moo type checks when used with Type::Tiny to perform
better. It will automatically apply to isa checks and coercions that use
Type::Tiny. Non-Type::Tiny isa checks will work as normal.
This is done by inlining the type check in a more optimal manner that is
specific to Type::Tiny rather than the general mechanism Moo usually uses.
With this module, setters with type checks should be as fast as an equivalent
check in Moose.
WWW: https://metacpan.org/pod/MooX::TypeTiny
|
Monday, 29 Feb 2016
|
21:24 rene
Remove expired ports:
2016-02-29 audio/audacious-dumb: Broken for more than 6 months
2016-02-29 net/ntopng: Broken for more than 6 months
2016-02-29 audio/rezound: Broken for more than 6 months
2016-02-29 net/rubygem-amqp067: Upstream prefers net/rubygem-bunny
2016-02-29 devel/py-unittestplus: Tarballs and upstream website disappeared
|
10:40 rakuco
New port: devel/py-rcsparse.
A fast RCS file parsing library (needed for fromcvs).
WWW: https://github.com/corecode/rcsparse/
PR: 207455
Submitted by: mp39590@gmail.com
|
Sunday, 28 Feb 2016
|
09:40 trasz
Objecthash provides a way to cryptographically hash objects (in the
JSON-ish sense) that works cross-language and therefore cross-encoding.
WWW: https://github.com/benlaurie/objecthash
Sponsored by: The FreeBSD Foundation
|
Friday, 26 Feb 2016
|
17:17 pawel
A set of simple(ish) C++ templates which implement sum and option types.
They serve a similar purpose to boost::variant and boost::optional but
are implemented on top of Qt's QVariant container.
|
16:20 rakuco
New port: devel/yaggo.
Generate command line parser using getopt_long.
WWW: https://github.com/gmarcais/yaggo
PR: 207062
Submitted by: Jason Bacon <bacon4000@gmail.com>
|
04:16 koobs
[NEW] devel/py-vcrpy: Automatically mock HTTP interactions to simplify and speed
up testing
VCR.py simplifies and speeds up tests that make HTTP requests. The first
time you run code that is inside a VCR.py context manager or decorated
function, VCR.py records all HTTP interactions that take place through
the libraries it supports and serializes and writes them to a flat file
(in yaml format by default). This flat file is called a cassette.
When the relevant peice of code is executed again, VCR.py will read the
serialized requests and responses from the aforementioned cassette file,
and intercept any HTTP requests that it recognizes from the original test
run and return the responses that corresponded to those requests. This
means that the requests will not actually result in HTTP traffic, which
confers several benefits including:
* The ability to work offline
* Completely deterministic tests
* Increased test execution speed
WWW: https://github.com/kevin1024/vcrpy
|
03:43 koobs
[NEW] devel/py-pytest-localserver: Py.test Plugin to test server connections
locally
pytest-localserver is a plugin for the pytest testing framework which
enables you to test server connections locally.
Sometimes monkeypatching urllib2.urlopen() just does not cut it, for
instance if you work with urllib2.Request, define your own
openers/handlers or work with httplib. In these cases it may come in
handy to have an HTTP server running locally which behaves just like
the real thing. Well, look no further!
WWW: https://bitbucket.org/pytest-dev/pytest-localserver/
|
01:59 wen
Tinyarrays are similar to NumPy arrays, but optimized for small
sizes. Common operations on very small arrays are to 3-7 times
faster than with NumPy (with NumPy 1.6 it used to be up to 35
times), and 3 times less memory is used to store them. Tinyarrays
are useful if you need many small arrays of numbers, and cannot
combine them into a few large ones. (The resulting code is still
much slower than C, but it may now be fast enough.)
WWW: https://gitlab.kwant-project.org/kwant/tinyarray
|
Monday, 22 Feb 2016
|
19:00 gblach
New port: devel/py-arrow
Arrow is a Python library that offers a sensible, human-friendly approach
to creating, manipulating, formatting and converting dates, times,
and timestamps. It implements and updates the datetime type, plugging gaps
in functionality, and provides an intelligent module API that supports
many common creation scenarios. Simply put, it helps you work with dates
and times with fewer imports and a lot less code.
|
Sunday, 21 Feb 2016
|
15:05 koobs
[NEW] devel/include-what-you-use: Clang tool to analyze #includes in C and C++
sources
"Include what you use" means this: for every symbol (type, function,
variable, or macro) that you use in foo.cc (or foo.cpp), either foo.cc
or foo.h should include a .h file that exports the declaration of that
symbol. (Similarly, for foo_test.cc, either foo_test.cc or foo.h should
do the including.) Obviously symbols defined in foo.cc itself are
excluded from this requirement.
This puts us in a state where every file includes the headers it needs
to declare the symbols that it uses. When every file includes what it
uses, then it is possible to edit any file and remove unused headers,
without fear of accidentally breaking the upwards dependencies of
that file. It also becomes easy to automatically track and update
dependencies in the source code.
WWW: http://include-what-you-use.org
|
14:55 koobs
[NEW] devel/py-cloudpickle: Extended pickling support for Python objects
cloudpickle makes it possible to serialize Python constructs not
supported by the default pickle module from the Python standard library.
cloudpickle is especially useful for cluster computing where Python
expressions are shipped over the network to execute on remote hosts,
possibly close to the data.
Among other things, cloudpickle supports pickling for lambda
expressions, functions and classes defined interactively in the
`__main__` module.
WWW: https://github.com/cloudpipe/cloudpickle
|
Friday, 19 Feb 2016
|
20:38 pgj
GNU ncurses is a library for creating command-line application with
pseudo-graphical interfaces. This package is a nice, modern binding to GNU
ncurses.
WWW: https://john-millikin.com/software/haskell-ncurses/
PR: 200112
Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com>
Obtained from: FreeBSD Haskell
|
Wednesday, 17 Feb 2016
|
15:56 koobs
[NEW] devel/py-sure: Utility belt for automated testing in Python for Python
A testing library for python with powerful and flexible assertions.
Sure is heavily inspired by should.js
WWW: https://github.com/gabrielfalcao/sure
|
Monday, 15 Feb 2016
|
14:34 miwi
Welcome php 7.0.3
Changelog:
http://php.net/ChangeLog-7.php#7.0.0
http://php.net/ChangeLog-7.php#7.0.1
http://php.net/ChangeLog-7.php#7.0.2
http://php.net/ChangeLog-7.php#7.0.3
I'd like to thanks:
Kurt Jaeger
Matthias Breddin
Rainer Duffner
Victor van Vlaardingen
Torsten Zuehlsdorff
Franco Fichtner
and all helpers and testers from ports@.
|
Sunday, 14 Feb 2016
|
19:21 rene
Remove PHP 5.4 from the Ports Tree, it expired upstream in 2015-Q3 and the
ports expired last month.
Adjust Mk/bsd.php.mk
Reviewed by: antoine, marino
Approved by: portmgr (antoine)
Differential Revision: https://reviews.freebsd.org/D5278
|
00:53 tota
- Add new port: devel/R-cran-tidyr
An evolution of 'reshape2'. It's designed specifically for data
tidying (not general reshaping or aggregating) and works well with
'dplyr' data pipelines.
WWW: https://cran.r-project.org/web/packages/tidyr/
|
Friday, 12 Feb 2016
|
12:23 osa
Add libbrotli - libraries for the brotli decode and encode sources.
|
Wednesday, 10 Feb 2016
|
19:11 truckman
New port devel/py-terminable_thread:
terminable_thread provides a subclass of threading.Thread, adding
the facility to raise exceptions in the context of the given
thread.
This facility is incorporated in the terminable_thread.Thread
methods raise_exc, which raises an arbitrary exception, and
terminate, which raises SystemExit.
This is not done in an entirely robust manner, and there may be
unreported issues with it.
It uses the unexposed PyThreadState_SetAsyncExc function (via
ctypes) to raise an exception for the given thread.
Sponsored by: Farsight Security, Inc.
|
17:37 brooks
Add metaports for clang and lldb 3.8.
|
Tuesday, 9 Feb 2016
|
22:53 truckman
New port devel/py-option_merge
This provides the option_merge.MergedOptions class, which allows
you to treat multiple python dictionaries as one.
Sponsored by: Farsight Security, Inc.
|
22:05 truckman
New port devel/py-delfick_error:
The point of this exception class is to be able to create an error
class that automatically combines keyword arguments given to the
exception instance.
Reviewed by: koobs (previous version)
Sponsored by: Farsight Security, Inc.
Differential Revision: https://reviews.freebsd.org/D5234
|
10:07 truckman
Fix missing py prefix.
Suggested by: koobs
|
09:50 truckman
New port devel/py-total-ordering
functools.total_ordering backport for Python 2.x
Sponsored by: Farsight Security, Inc.
|
09:11 truckman
Create new port for devel/py-nose-of-yeti
Nose plugin providing BDD dsl for Python
Plugin for nose, inspired by <http://github.com/fmeyer/yeti>,
which uses a codec style to provide an RSpec style BDD dsl
for python tests.
Reviewed by: koobs
Sponsored by: Farsight Security, Inc.
Differential Revision: https://reviews.freebsd.org/D5232
|
02:52 truckman
Add py-pinocchio port:
Extra plugins for the nose testing framework. Provides tools for
flexibly assigning decorator tags to tests, choosing tests based
on their runtime, doing moderately sophisticated code coverage
analysis of your unit tests, and making your test descriptions
look like specifications.
Sponsored by: Farsight Security, Inc.
|
01:37 truckman
Add py-should_dsl port:
Should assertions in Python as clear and readable as possible
The goal of Should-DSL is to write should expectations in Python
as clear and readable as possible, using "almost" natural language
(limited - sometimes - by the Python language constraints).
Sponsored by: Farsight Security, Inc.
|
Saturday, 6 Feb 2016
|
23:29 rene
Remove expired port:
2016-02-04 devel/etcdctl: etcdctl is now part of etcd, following the change from
the upstream
|
04:53 vanilla
Add pecl-json_post 1.0.1, JSON POST handler in PHP.
PR: 206885
Submitted by: Gasol Wu <gasol.wu@gmail.com>
|
Wednesday, 3 Feb 2016
|
14:19 vsevolod
Add hyperscan port.
Hyperscan is a high-performance multiple regex matching library. It follows the
regular expression syntax of the commonly-used libpcre library, yet functions
as a standalone library with its own API written in C. Hyperscan uses hybrid
automata techniques to allow simultaneous matching of large numbers (up to tens
of thousands) of regular expressions, as well as matching of regular
expressions across streams of data.
Hyperscan is typically used in a DPI library stack.
This port is limited for amd64 only.
This port uses embedded boost 1.59.
|
Tuesday, 2 Feb 2016
|
20:48 rm
Remove Python 3.2 related slave ports to unbreak INDEX
With hat: python
|
20:37 pi
New port: devel/php-maxminddb
This is the PHP API for reading MaxMind DB files. MaxMind DB is a binary
file format that stores data indexed by IP address subnets (IPv4 or
IPv6).
WWW: https://github.com/maxmind/MaxMind-DB-Reader-php
PR: 202334
Submitted by: danger
|
04:37 swills
Fix sorting
|
02:18 swills
devel/py-json-sempai: create port
Have you ever been kept awake at night, desperately feeling a burning desire to
do nothing else but directly import JSON files as if they were python modules?
Now you can!
WWW: https://github.com/kragniz/json-sempai
|
Monday, 1 Feb 2016
|
20:41 rene
Remove expired ports:
2016-01-31 devel/pdcurses-the: Seperate port is no longer needed, see PR
2016-01-31 www/py-django17: End of extended support: December 1, 2015
2016-01-31 www/codeigniter22: Codeigniter 2.2.x reached its End of Life on 31
October 2015. Please update to the current version.
2016-02-01 java/wildfly80: Fully EOL when version 8.2 was released
2016-02-01 java/wildfly81: Fully EOL when version 9.0 was released
2016-02-01 mail/phpmailer2: Obsolete, use mail/phpmailer instead
|
Sunday, 31 Jan 2016
|
08:17 koobs
devel/py3-python-magic Add Python 3.x version of port
Add a Python 3.x sub-port of py-python-magic, in order for a port of the
Debian diffoscope project to be created, which is Python 3 only. This
(py3-*) hack^W workaround ensures a py3x-* package can be created by
default.
Requested by: emaste, bapt (for diffoscope, reproducible builds)
|
06:16 koobs
[NEW] devel/py-python-magic: File type identification using libmagic
This module uses ctypes to access the libmagic file type identification
library. It makes use of the local magic database and supports both
textual and MIME-type output.
WWW: http://github.com/ahupp/python-magic
Requested by: emaste, bapt (for diffoscope / reproducible builds)
|
Friday, 29 Jan 2016
|
03:34 tota
- Add new port: devel/rubygem-pluggaloid
Pluggaloid is extensible plugin system for mikutter.
WWW: https://github.com/toshia/pluggaloid
PR: 206636
Submitted by: Koichiro IWAO <meta+ports_AT_vmeta_DOT_jp>
|
03:31 tota
- Add new port: devel/rubygem-delayer-deferred
Deferred for Delayer.
WWW: http://rubygems.org/gems/delayer-deferred
PR: 206635
Submitted by: Koichiro IWAO <meta+ports_AT_vmeta_DOT_jp>
|
Thursday, 28 Jan 2016
|
03:12 koobs
devel/py-msgpack: Rename to py-msgpack-python, Update to 0.4.6
- Rename to py-msgpack-python, accordingly:
- Add MOVED entry
- Update devel/Makefile
- Update dependent ports
- Remove DISTNAME and TODO comment
- Update PORTVERSION and distinfo checksum (0.4.6)
- Re-assign MAINTAINER'ship
PR: 205733
Submitted by: Brendan Molloy <brendan+freebsd bbqsrc net>
Approved by: zont (maintainer)
|
Wednesday, 27 Jan 2016
|
09:04 tota
- Add new port: devel/rubygem-memoist
Memoist is an extraction of ActiveSupport::Memoizable.
Since June 2011 ActiveSupport::Memoizable has been deprecated. But
I love it, and so I plan to keep it alive.
WWW: https://github.com/matthewrudy/memoist
|
04:46 brooks
Add a port of llvm 3.8.0rc1.
clang and lldb metaports to follow along with a new compiler-rt78 port.
LLDB builds with shared libraries are currently broken so I've disabled
shared library builds. Tools should start faster, but the package are
much larger.
|
Tuesday, 26 Jan 2016
|
21:24 rene
Remove expired ports that are consumers of expired lang/php5. Exceptions:
- www/pecl-zendopcache : used by Mk/bsd.php.mk
- databases/php5-redis : optionally used by www/magento
A PR exists for databases/php5-pdo_cassandra to make it work with supported
versions of PHP.
|
19:25 bapt
Remove linux 32bit target binutils port which never has been used
as it was planned to
|
Monday, 25 Jan 2016
|
09:58 tota
- Add new port: devel/rubygem-instance_storage
Manage class instances with dictionary.
WWW: https://github.com/toshia/instance_storage
|
Sunday, 24 Jan 2016
|
18:10 rakuco
Update Qt5 to 5.5.1.
This is the latest stable release at time of writing.
Release announcement: http://blog.qt.io/blog/2015/07/01/qt-5-5-released/
New features in Qt 5.5: https://wiki.qt.io/New_Features_in_Qt_5.5
As usual, huge thanks to Tobias Berner (tcberner@gmail.com) for all his work
on these ports in kde@'s experimental area51 repository. He's the one who
started the update and did a lot of the initial work on Qt 5.5. Ralf Nolden
(nolden@kde.org) has contributed the initial version of most of our new Qt5
ports.
Also thanks to Yuri Victorovich (yuri@rawbw.com) for contributing PR 205805
with his own patch for the 5.5.1 update. Some of his changes there prompted
additional fixes and changes present in the final patch generated from our
experimental repository.
New ports:
- comms/qt5-connectivity, comms/qt5-sensors, devel/qt5-location,
graphics/qt5-3d, net/qt5-enginio, x11-toolkits/qt5-canvas3d,
x11-toolkits/qt5-uiplugin.
General changes in all Qt5 ports:
- All Qt5 ports are now built with -Wl,--as-needed to avoid overlinking,
which is a problem with qmake-based because the libraries passed to the
linker come from the modules .pri files and many are not necessary.
- With this change, several ports had their USE_QT5 lines adjusted to
explicitly include some libraries that were pulled in implicitly, and to
exclude libraries no longer required with -Wl,--as-needed.
Changes in specific ports:
- devel/qt5: Drop the SQL_PLUGINS and TOOLS options and depend on all Qt5
ports by default. It makes the Makefile much simpler, and those options
were already on by default.
- devel/qt5-core: The clang+base libstdc++ workaround has been expanded and
more C++11 features have been disabled when that combination is used by a
port (basically, FreeBSD 9 with USES=compiler:c++11-lang). The disabled
features have explanations for why they were disabled in the patched
header itself.
- devel/qt5-designer: uiplugins has been split out following a similar
change upstream. By depending on qt5-uiplugin, qt5-uitools avoids having
to depend on the big qt5-designer port.
- multimedia/qt5-multimedia: The port now uses GStreamer 1.0 instead of
0.10.
- net/qt5-network: The port now depends on libproxy for proxy settings.
Using libproxy allows proxy settings to be read from different sources,
and also allows .pac files to work with Qt.
- www/qt5-webkit: The port now uses GStreamer 1.0 instead of 0.10.
PR: 205805
PR: 206435
|
12:47 koobs
[NEW] devel/py-txaio: Compatibility API between asyncio/Twisted/Trollius
txaio is a helper library for writing code that runs unmodified
on both Twisted and asyncio / Trollius.
This is like six, but for wrapping over differences between
Twisted and asyncio so one can write code that runs unmodified
on both (aka source code compatibility). In other words: your
users can choose if they want asyncio or Twisted as a dependency.
WWW: https://github.com/crossbario/txaio
[1] https://github.com/crossbario/txaio/pull/53
PR: 206564
|
07:25 antoine
New port: devel/libfsntfs
Library and tools to access the New Technology File System (NTFS)
WWW: https://github.com/libyal/libfsntfs
|
Friday, 22 Jan 2016
|
09:15 olgeni
Add devel/erlang-backoff, a library for handling exponential backoffs in Erlang.
|
Sunday, 17 Jan 2016
|
12:45 sunpoet
- Add rubygem-event-bus 0.2.3
Event Bus helps you to setup an event bus for your library.
WWW: https://github.com/fedux-org/event-bus
|
12:45 sunpoet
- Add rubygem-cucumber-wire 0.0.1
Wire protocol plugin for Cucumber
WWW: https://github.com/cucumber/cucumber-ruby-wire
|
Friday, 15 Jan 2016
|
19:44 rene
Remove expired ports unrelated to PHP 5.4 :
2016-01-15 devel/e_dbus: Not used anymore by x11-wm/enlightenment
2016-01-15 www/xpi-locale-switcher: incompatible with Firefox 34 (and later
presumably)
|
00:49 novel
New port: devel/py-oslo.serialization
The oslo.serialization library provides support for representing objects
in transmittable and storable formats, such as Base64, JSON and MessagePack.
WWW: http://docs.openstack.org/developer/oslo.serialization/
Differential Revision: D4903
Submitted by: Davide D'Amico <dave@gufi.org>
Reviewed by: koobs
|
Thursday, 14 Jan 2016
|
01:35 novel
New port: devel/py-oslo.utils
The oslo.utils library provides support for common utility type
functions, such as encoding, exception handling, string manipulation,
and time handling.
WWW: https://github.com/openstack/oslo.utils
Differential Revision: D4899
Reviewed by: koobs
|
01:16 novel
New port: devel/py-oslo.i18n
The oslo.i18n library contains utilities for working with
internationalization (i18n) features, especially translation
for text strings in an application or library.
WWW: http://wiki.openstack.org/wiki/Oslo#oslo.i18n
Differential Revision: D4850
Reviewed by: koobs
|
00:06 novel
New port: devel/py-keystoneauth1
This package contains tools for authenticating to an OpenStack-based cloud.
These tools include:
- Authentication plugins (password, token, and federation based)
- Discovery mechanisms to determine API version support
- A session that is used to maintain client settings across requests
(based on the requests Python library)
WWW: http://docs.openstack.org/developer/keystoneauth/api/keystoneauth1.html
Differential Revision: D4906
Submitted by: Davide D'Amico <dave@gufi.org>
Reviewed by: koobs
|
Tuesday, 12 Jan 2016
|
11:17 matthew
svn2git is a tiny utility for migrating projects from Subversion to
Git while keeping the trunk, branches and tags where they should
be. It uses git-svn to clone an svn repository and does some clean-up
to make sure branches and tags are imported in a meaningful way, and
that the code checked into master ends up being what's currently in
your svn trunk rather than whichever svn branch your last commit was
in.
WWW: https://github.com/nirvdrum/svn2git
|
Monday, 11 Jan 2016
|
21:29 novel
New port: devel/py-debtcollector
A collection of Python deprecation patterns and strategies that help you
collect your technical debt in a non-destructive manner.
The goal of this library is to provide well documented developer facing
deprecation patterns that start of with a basic set and can expand into
a larger set of patterns as time goes on. The desired output of these
patterns is to apply the warnings module to emit DeprecationWarning or
PendingDeprecationWarning or similar derivative to developers using
libraries (or potentially applications) about future deprecations.
Differential Revision: D4851
Submitted by: Davide D'Amico <dave@gufi.org>
Reviewed by: koobs
|
01:18 novel
New port: devel/py-monotonic
This module provides a monotonic() function which returns the value
(in fractional seconds) of a clock which never goes backwards. It
is compatible with Python 2 and Python 3.
Submitted by: alfred
Reviewed by: sunpoet, koobs
Differential Revision: D3802, D4845
|
Friday, 8 Jan 2016
|
21:38 antoine
Fix a typo
|
16:39 olgeni
Add devel/elixir-apex, a term pretty-printing library for Elixir.
|
16:36 rene
Remove expired ports:
2016-01-08 devel/msp430-gdb: Obsolete. Please, use devel/gcc-msp430-ti-toolchain
2016-01-08 devel/msp430-gcc: Obsolete. Please, use devel/gcc-msp430-ti-toolchain
2016-01-08 devel/msp430mcu: Obsolete. Please, use devel/gcc-msp430-ti-toolchain
2016-01-08 devel/msp430-libc: Obsolete. Please, use
devel/gcc-msp430-ti-toolchain
2016-01-08 devel/msp430-binutils: Obsolete. Please, use
devel/gcc-msp430-ti-toolchain
|
05:00 koobs
[NEW] devel/py-matrix-angular-sdk: Matrix Angular SDK
An Angular SDK for the Matrix project.
WWW: https://github.com/matrix-org/matrix-angular-sdk
PR: 205914
Submitted by: Brendan Molloy <brendan+freebsd@bbqsrc.net>
|
04:57 koobs
[NEW] devel/py-blist: Drop-in list replacement with better performance for large
lists
The blist is a drop-in replacement for the Python list that provides better
performance when modifying large lists. The blist package also provides
sortedlist, sortedset, weaksortedlist, weaksortedset, sorteddict, and btuple
types.
WWW: http://stutzbachenterprises.com/blist/
PR: 205914
Submitted by: Brendan Molloy <brendan+freebsd@bbqsrc.net>
|
04:56 koobs
[NEW] devel/py-pydenticon: Library for generating identicons - an enhanced port
of Sigil
Pydenticon is a small utility library that can be used for deterministically
generating identicons based on the hash of provided data.
WWW: https://github.com/azaghal/pydenticon
PR: 205914
Submitted by: Brendan Molloy <brendan+freebsd@bbqsrc.net>
|
04:51 koobs
[NEW] devel/py-daemonize: Enables code to run as a daemon process on Unix-like
systems
daemonize is a library for writing system daemons in Python.
WWW: https://github.com/thesharp/daemonize
PR: 205914
Submitted by: Brendan Molloy <brendan+freebsd@bbqsrc.net>
|
04:48 koobs
[NEW] devel/py-frozendict: Immutable dictionary implementation for Python
frozendict is an immutable wrapper around dictionaries that implements the
complete mapping interface. It can be used as a drop-in replacement for
dictionaries where immutability is desired.
WWW: https://github.com/slezica/python-frozendict
PR: 205914
Submitted by: Brendan Molloy <brendan+freebsd@bbqsrc.net>
|
04:46 koobs
[NEW] devel/py-hypothesis: Library for property based testing
Hypothesis is a library for testing your Python code against a much larger
range of examples than you would ever want to write by hand. It's based on the
Haskell library, Quickcheck, and is designed to integrate seamlessly into your
existing Python unit testing work flow.
WWW: https://github.com/DRMacIver/hypothesis
PR: 205914
Submitted by: Brendan Molloy <brendan+freebsd@bbqsrc.net>
|
04:41 koobs
[NEW] devel/py-responses: Utility library for mocking out the requests Python
library
A utility library for mocking out the requests Python library.
WWW: https://github.com/getsentry/responses
PR: 205914
Submitted by: Brendan Molloy <brendan+freebsd@bbqsrc.net>
|
04:34 koobs
[NEW] devel/py-unpaddedbase64: Unpadded Base64
Encode and decode Base64 without "=" padding.
RFC 4648 specifies that Base64 should be padded to a multiple of 4 bytes using
"=" characters. However this conveys no benefit so many protocols choose to use
Base64 without the "=" padding.
WWW: https://github.com/matrix-org/python-unpaddedbase64
PR: 205914
Submitted by: Brendan Molloy <brendan+freebsd@bbqsrc.net>
|
04:31 koobs
[NEW] devel/py-canonicaljson: Canonical JSON
A JSON library for Python that provides features such as sorted keys, no
insignificant whitespace, minimal escaping where necessary and supports
frozendict immutable dictionaries.
WWW: https://github.com/matrix-org/python-canonicaljson
PR: 205914
Submitted by: Brendan Molloy <brendan+freebsd@bbqsrc.net>
|
Monday, 4 Jan 2016
|
19:26 antoine
Hook aarch64-none-elf-binutils and aarch64-none-elf-gcc to the build
|
16:35 antoine
Hook creduce and libressl-devel to the build
|
13:51 mi
Add port of JSON Linked Data implementation for Python. Needed by MediaGoblin.
|
11:23 miwi
Tempora is a objects and routines pertaining to date and time.
WWW: https://github.com/jaraco/tempora
|
07:20 miwi
Traitlets is a framework that lets Python classes have attributes with type
checking, dynamically calculated default values, and 'on change' callbacks.
Keeps configuration in a varietry of formats, including json.
WWW: https://pypi.python.org/pypi/traitlets/
PR: 205507
Submitted by: Yuri Victorovich <yuri@rawbw.com>
|
Sunday, 3 Jan 2016
|
20:40 pi
New port: devel/py-bandit
Bandit is a tool for finding common security issues in Python code.
To do this Bandit processes each file, builds an AST from it, and runs
appropriate plugins against the AST nodes. Once Bandit has finished scanning
all the files it generates a report.
WWW: https://github.com/stackforge/bandit
PR: 201386
Submitted by: yuri@rawbw.com
Reviewed by: koobs
|
Saturday, 2 Jan 2016
|
07:01 miwi
Normal python sort algorithm sorts lexicographically, so you might not get the
results that you expect. Natsort provides a function natsorted() that helps sort
lists "naturally", either as real numbers (i.e. signed/unsigned floats or ints),
or as versions.
WWW: https://github.com/SethMMorton/natsort
PR: 205563
Submitted by: Yuri Victorovich <yuri@rawbw.com>
|
Thursday, 31 Dec 2015
|
22:00 sunpoet
- Move devel/py-distutils-extra to devel/py-python-distutils-extra
- Fix MASTER_SITES
- Add LICENSE_FILE
|
Wednesday, 30 Dec 2015
|
23:20 rene
Remove expired ports:
2015-12-30 www/ocsigen: Broken for more than 6 months
2015-12-30 devel/monodevelop-database: Broken for more than 6 months
2015-12-30 lang/cduce: Broken for more than 6 months
2015-12-30 science/hdf-java: Broken for more than 6 months
2015-12-30 math/p5-Math-Geometry-Planar-GPC-Polygon: Broken for more than 6
months
2015-12-30 www/eliom: Depends on broken and expiring www/ocsigen
2015-12-30 audio/py-fastaudio: Broken for more than 6 months
2015-12-30 devel/jgoodies-common: Broken for more than 6 months
2015-12-30 graphics/pinta: Broken for more than 6 months
2015-12-30 games/kanatest: Broken for more than 6 months
2015-12-30 editors/bless: Broken for more than 6 months
2015-12-30 security/burpsuite: Broken for more than 6 months
|
Number of commits found: 11333 (showing only 100 on this page) |