| non port: devel/Makefile |
Number of commits found: 12250 (showing only 100 on this page) |
|
Monday, 28 May 2018
|
12:42 vanilla
Add py-pyformance 0.4, pyFormance is a toolset for performance
measurement and statistics.
PR: 228527
Submitted by: Waitman Gobble <waitman@waitman.net>
 |
|
Friday, 25 May 2018
|
21:44 tcberner
Update lang/ghc 8.4.2 and the hs-* ports the newer versions
* Update lang/ghc to 8.4.2
* Update the boostrap compiler to 8.4.1
* Update the many hs-* ports
* Bump the rest
Thanks a lot to arrowd for doing all the heavy lifting :)
PR: 227968
Exp-run by: antoine
Submitted by: arrowd
Differential Revision: https://reviews.freebsd.org/D15005
 |
|
Thursday, 24 May 2018
|
18:49 pi
New (resurrected) port: devel/lua-rds-parser
The lua-rds-parser can be used to parse the Resty-DBD-Stream formatted data
generated by drizzle and/or postgres nginx modules into lua data structures.
In the past, we have to use JSON as the intermediate data format which is
quite inefficient in terms of both memory and CPU time.
To maximize speed and minimize memory footprint, this library is implemented
in pure C.
WWW: https://github.com/agentzh/lua-rds-parser/
PR: 191526
Submitted by: arcade@b1t.name
 |
15:21 antoine
New port: devel/py-rekall-efilter
EFILTER is a general-purpose destructuring and search language implemented in
Python, and suitable for integration with any Python project that requires a
search function for some of its data.
This port has Rekall specific modifications.
WWW: https://github.com/rekall-innovations/efilter
 |
12:28 antoine
New port: devel/py-dtfabric
dtfabric is a project to manage data types and structures, as used in the
libyal projects.
WWW: https://github.com/libyal/dtfabric
 |
|
Wednesday, 23 May 2018
|
23:22 sunpoet
Add rubygem-stoplight 2.1.3
Stoplight is traffic control for code. It's an implementation of the circuit
breaker pattern in Ruby.
WWW: https://github.com/orgsync/stoplight
 |
23:22 sunpoet
Add rubygem-device_detector 1.0.1
DeviceDetector is a precise and fast user agent parser and device detector,
backed by the largest and most up-to-date user agent database.
DeviceDetector will parse any user agent and detect the browser, operating
system, device used (desktop, tablet, mobile, tv, cars, console, etc.), brand
and model.
DeviceDetector detects thousands of user agent strings, even from rare and
obscure browsers and devices.
DeviceDetector is optimized for speed of detection, by providing optimized code
and in-memory caching.
WWW: https://github.com/podigee/device_detector
 |
|
Tuesday, 22 May 2018
|
20:29 pi
New port: devel/p5-System-Info
System::Info is a Perl extension aimed at presenting system-related
information (such as number of CPUs, architecture, operating system,
release data) in a system-independent way.
WWW: http://search.cpan.org/dist/System-Info/
PR: 227800
Submitted by: James E Keenan <jkeenan@pobox.com>
 |
17:48 sunpoet
Move devel/p5-reaper to devel/p5-Reaper
- Add LICENSE
- Add NO_ARCH
- Sort PLIST
- Fix and update WWW
 |
|
Saturday, 19 May 2018
|
16:32 miwi
Parallax SSH is a fork of Parallel SSH which focuses less on command-line
tools and more on providing a flexible and programmable API that can be used by
Python application developers to perform SSH operations across multiple
machines.
WWW: https://github.com/krig/parallax/
PR: 228184
Submitted by: David Shane Holden <dpejesh@yahoo.com>
Sponsored by: iXsystems Inc.
 |
11:06 sunpoet
Add py-xarray 0.10.4
xarray (formerly xray) is an open source project and Python package that aims to
bring the labeled data power of pandas to the physical sciences, by providing
N-dimensional variants of the core pandas data structures.
Our goal is to provide a pandas-like and pandas-compatible toolkit for analytics
on multi-dimensional arrays, rather than the tabular data for which pandas
excels. Our approach adopts the Common Data Model for self- describing
scientific data in widespread use in the Earth sciences: xarray.Dataset is an
in-memory representation of a netCDF file.
WWW: https://pypi.org/project/xarray/
WWW: https://github.com/pydata/xarray
 |
|
Tuesday, 15 May 2018
|
23:58 sunpoet
Add rubygem-fugit 1.1.1
Fugit is a time tools for flor and the floraison group. It uses et-orbi to
represent
time instances and raabro as a basis for its parsers. Fugit will probably become
the foundation for rufus-scheduler 4.x
WWW: https://github.com/floraison/fugit
 |
|
Monday, 14 May 2018
|
18:43 swills
devel/plasma: create port
PLASMA is an interactive disassembler. It can generate a more readable assembly
(pseudo code) with a colored syntax. One can write scripts with the available
Python API.
It supports :
* Architectures : x86{64}, ARM, MIPS{64} (partially for ARM and MIPS)
* Formats : ELF, PE, RAW
WWW: https://www.github.com/plasma-disassembler/plasma
PR: 225669
Submitted by: Kai <freebsd_ports@k-worx.org>
 |
|
Saturday, 12 May 2018
|
03:50 gordon
Perforce has removed the server components for FreeBSD.
Since the binaries are gone, nothing much to do other than remove it.
MFH: 2018Q2
 |
|
Friday, 11 May 2018
|
12:37 pi
New port: devel/p5-X-Tiny
This stripped-down exception framework provides a baseline of
functionality for distributions that want to expose exception
hierarchies with minimal fuss.
WWW: http://search.cpan.org/dist/X-Tiny/
 |
10:40 pi
New port: devel/p5-Symbol-Get
Read Perls symbol table programmatically.
WWW: http://search.cpan.org/dist/Symbol-Get/
 |
10:22 pi
New port: devel/p5-Call-Context
Sanity-check calling context
If your function only expects to return a list, then a call in some
other context is, by definition, an error. The problem is that,
depending on how the function is written, it may actually do something
expected in testing, but then in production act differently.
WWW: http://search.cpan.org/dist/Call-Context/
 |
|
Tuesday, 8 May 2018
|
19:36 sunpoet
Add py-u-msgpack-python 2.5.0
u-msgpack-python is a lightweight MessagePack serializer and deserializer module
written in pure Python, compatible with both Python 2 and Python 3, as well as
CPython and PyPy implementations of Python. u-msgpack-python is fully compliant
with the latest MessagePack specification. In particular, it supports the new
binary, UTF-8 string, application-defined ext, and timestamp types.
WWW: https://pypi.org/project/u-msgpack-python/
WWW: https://github.com/vsergeev/u-msgpack-python
 |
19:35 sunpoet
Add py-py-ubjson 0.11.0
This is a Python Universal Binary JSON encoder/decoder based on the draft-12
specification.
WWW: https://github.com/Iotic-Labs/py-ubjson
WWW: https://pypi.org/project/py-ubjson/
 |
19:35 sunpoet
Add py-cbor 1.0.0
An implementation of RFC 7049 - Concise Binary Object Representation (CBOR).
CBOR is comparable to JSON, has a superset of JSON's ability, but serializes to
a binary format which is smaller and faster to generate and parse.
The two primary functions are cbor.loads() and cbor.dumps().
This library includes a C implementation which runs 3-5 times faster than the
Python standard library's C-accelerated implementanion of JSON. This is also
includes a 100% Python implementation.
WWW: https://pypi.org/project/cbor/
WWW: https://bitbucket.org/bodhisnarkva/cbor
 |
16:34 brooks
Remove llvm39 as it no longer has any dependencies.
Reported by: linimon
 |
|
Monday, 7 May 2018
|
19:48 olgeni
Add devel/elixir-unsafe, an Elixir library to generate unsafe
bindings for functions (i.e. functions that can crash rather than
returning a tagged error value).
More background here:
http://whitfin.io/generating-bang-functions-in-elixir/
 |
04:26 vanilla
Add kronosnet 1.3, network abstraction layer designed for high
availability.
PR: 227564
Submitted by: David Shane Holden <dpejesh@yahoo.com>
 |
|
Sunday, 6 May 2018
|
15:35 brooks
Remove this obsolete port of Temporally Enhanced Security Logic
Assertions (TESLA).
It's one of two dependencies on clang33/llvm33 and no one is using it
(we'd be seeing support requests if they were).
Should a new version be useful, we'll add a new port.
 |
|
Saturday, 5 May 2018
|
03:47 swills
devel/libappindicator: create port
A library to allow applications to export a menu into the Unity Menu bar. Based
on KSNI it also works in KDE and will fallback to generic Systray support if
none of those are available.
WWW: https://launchpad.net/libappindicator
 |
03:47 swills
devel/libindicator: create port
A set of symbols and convience functions that all indicators would like to use.
WWW: https://launchpad.net/libindicator
 |
|
Thursday, 3 May 2018
|
21:50 leres
This adds devel/xtensa-esp32-elf which builds the Espressif
ESP32 toolchain for use with Arduino and FreeRTOS projects.
Reviewed by: matthew (mentor)
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D15271
 |
|
Wednesday, 2 May 2018
|
17:44 mfechner
New ports required for gitlab update to 10.7.x.
Reviewed by: tz (mentor)
Approved by: tz (mentor)
Differential Revision: https://reviews.freebsd.org/D15200
 |
17:20 skreuzer
A small, fast, and simple open source library to report CPU features at
runtime. Written in C89 for maximum portability, it allocates no memory and is
suitable for implementing fundamental functions and running in sandboxed
environments.
WWW: https://github.com/google/cpu_features
 |
|
Tuesday, 1 May 2018
|
15:37 cmt
add new dependencies for vagrant 2.0.4 (and their dependencies, too)
devel/rubygem-ffi-win32-extensions
sysutils/rubygem-win32-file
sysutils/rubygem-win32-file-security
sysutils/rubygem-win32-file-stat
These ports don't look like they require special attention, so
just put them into the big ruby pool.
 |
|
Monday, 30 Apr 2018
|
19:21 tcberner
Add port for current version of kdesvn
* Take maintainership of devel/kdesvn-kde4
Approved by: bdn
Differential Revision: https://reviews.freebsd.org/D15224
 |
|
Sunday, 29 Apr 2018
|
13:01 riggs
Add devel/shell-toolbox
PR: 227537
Submitted by: 0mp (maintainer)
 |
|
Saturday, 28 Apr 2018
|
20:12 tcberner
Add new ports for the current version of KDevelop
 |
19:31 tcberner
Follow up to r468568
The devel/Makefile changes were in the wrong tree.
 |
|
Friday, 27 Apr 2018
|
21:47 tcberner
Add the KDE metaports
* add multimedia/dragon (was missing)
* add the meta ports for the categories
* add x11/kde5 [yeah, we know, there technically is no "KDE 5"]
 |
20:29 tcberner
Import the KDE Plasma5 ports
This is an import of the Plasma5 ports that we have had in the development
repository for quite some time now.
Please note:
* Plasma5 cannot be installed at the same time as KDE SC4.
* Qt5 assumes /etc/localtime to be a symlink to a tz file, not a regular file.
* To start plasma5, it is recommended to use something like
exec ck-launch-session startkde
* Powermanagement and such is not working :-)
I would like to thank all the people that have helped test it in the past years.
Reviewed by: adridg
Differential Revision: https://reviews.freebsd.org/D15096
 |
10:32 tobik
New port: devel/samurai
samurai is a ninja-compatible build tool written in C99 with a focus on
simplicity, speed, and portability.
It implements the ninja build language through version 1.8.2 except
for MSVC dependency handling (deps = msvc). It uses the same format
for .ninja_log and .ninja_deps as ninja, currently version 5 and 3
respectively.
It is largely feature-complete and supports most of the same options as
ninja.
WWW: https://github.com/michaelforney/samurai
 |
|
Wednesday, 25 Apr 2018
|
19:03 garga
Clixon is a CLI/network interfaced configuration database tool
Using Clixon you can create CLI, RESTCONF, and NETCONF interfaces to manage a
configuration database. It also provides the mechanism to validate and configure
system components.
WWW: http://www.clicon.org/
PR: 227681
Submitted by: dcornejo@netgate.com
Sponsored by: Rubicon Communications, LLC (Netgate)
 |
|
Tuesday, 24 Apr 2018
|
14:49 krion
Add devel/cligen:
cligen builds and interprets datastructures (a parse-tree) which a
library (libcligen) interprets in runtime. It is fast and efficient
and helps you develop CLIs easier. You enter a CLI syntax either in
a text file, you write callback functions where you call the right
library routines.
WWW: http://cligen.se/
PR: 227663
Submitted by: Dave Cornejo <dcornejo@netgate.com>
 |
14:25 wg
devel/py-async_generator: tiny library to add async generators to Python 3.5
WWW: https://pypi.org/project/async_generator
 |
08:21 tota
- Add new port: devel/R-cran-promises
Provides fundamental abstractions for doing asynchronous programming
in R using promises. Asynchronous programming is useful for allowing
a single R process to orchestrate multiple tasks in the background
while also attending to something else. Semantics are similar to
'JavaScript' promises, but with a syntax that is idiomatic R.
WWW: https://cran.r-project.org/web/packages/promises/
 |
05:30 tota
- Add new port: devel/R-cran-later
Executes arbitrary R or C functions some time after the current
time, after the R execution stack has emptied.
WWW: https://cran.r-project.org/web/packages/later/
 |
|
Monday, 23 Apr 2018
|
14:58 olgeni
Add devel/etcd33, tracking branch 3.3 of etcd.
Document conflicts in devel/etcd, etcd31, and etcd32.
 |
00:22 seanc
Add new port: devel/mage
Mage is a make/rake-like build tool using Go. You write plain-old go functions,
and Mage automatically uses them as Makefile-like runnable targets.
Makefiles are hard to read and hard to write. Mostly because makefiles are
essentially fancy bash scripts with significant white space and additional
make-related syntax.
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D15159
 |
|
Sunday, 22 Apr 2018
|
18:29 sunpoet
Move devel/py-msgpack-python to devel/py-msgpack
- Update to 0.5.6
- Update pkg-descr
- Update WWW
Changes: https://github.com/msgpack/msgpack-python/blob/master/ChangeLog.rst
 |
|
Saturday, 21 Apr 2018
|
02:54 acm
- New port: devel/sope4
SOPE is an extensive set of frameworks which form a complete Web
application server environment. Besides the Apple WebObjects
compatible appserver extended with Zope concepts, it contains a large
set of reusable classes: XML processing (SAX, DOM, XML-RPC),
MIME/IMAP4 processing, LDAP connectivity, RDBMS connectivity, and
iCalendar parsing.
WWW: http://sogo.nu/
 |
|
Friday, 20 Apr 2018
|
23:58 sunpoet
Add p5-File-Copy-Recursive-Reduced 0.006
File::Copy::Recursive::Reduced is intended as a not-quite-drop-in replacement
for certain functionality provided by CPAN distribution File-Copy-Recursive. The
library provides methods similar enough to that distribution's fcopy(),
dircopy() and rcopy() functions to be usable in those CPAN distributions often
described as being part of the Perl toolchain.
WWW: http://search.cpan.org/dist/File-Copy-Recursive-Reduced/
 |
17:32 antoine
subversion18 was removed
 |
|
Thursday, 19 Apr 2018
|
03:32 yuri
New port: devel/vexcl: C++ vector expression template library for OpenCL/CUDA
 |
|
Tuesday, 17 Apr 2018
|
04:17 swills
devel/py-python-gitlab: create port
python-gitlab is a Python package providing access to the GitLab server API.
It supports the v3 and v4 APIs of GitLab, and provides a CLI tool (gitlab).
WWW: https://github.com/python-gitlab/python-gitlab
PR: 226290
Submitted by: dereks@lifeofadishwasher.com
 |
|
Monday, 16 Apr 2018
|
07:49 vanilla
Add py-keystone-engine 0.9.1.3, keystone Assembler Engine with Python
bindings.
PR: 227526
Submitted by: freebsd_ports@k-worx.org
 |
|
Sunday, 15 Apr 2018
|
20:02 sunpoet
Add rubygem-manpages 0.6.1
This plugin will add man pages support to ruby gems. Instead of adding a new
command like gem-man it will try to link the files to a place the man command
automatically discovers.
WWW: https://github.com/bitboxer/manpages
 |
|
Saturday, 14 Apr 2018
|
23:58 sunpoet
Add rubygem-googleapis-common-protos 1.3.7
googleapis-common-protos provides common gRPC and protocol buffer classes used
in Google APIs.
WWW: https://github.com/googleapis/googleapis
 |
13:16 tcberner
devel/qjson, devel-qjson-qt5 create flavors
* additionally, give the maintainership to kde@.
Approved by: portmgr (mat), avilla (timeout)
Differential Revision: https://reviews.freebsd.org/D14650
 |
11:09 tcberner
devel/qca, devel/qca-qt5 -- create flavors
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D14651
 |
00:57 jbeich
devel/py-libusb115: drop due to lack of consumers
 |
|
Friday, 13 Apr 2018
|
19:45 sunpoet
Add rubygem-default_value_for30 3.0.5 (copied from rubygem-default_value_for)
- Add PORTSCOUT
 |
|
Thursday, 12 Apr 2018
|
17:48 wg
Revert r467163
It has come to my attention its a duplicate of www/py-boto3
 |
16:35 wg
devel/py-boto3: AWS SDK for Python
WWW: https://pypi.python.org/pypi/boto3
 |
12:39 amdmi3
- Add devel/protozero (needed for devel/osmium update)
Minimalistic protocol buffer decoder and encoder in C++.
Designed for high performance. Suitable for writing zero copy parsers
and encoders with minimal need for run-time allocation of memory.
Low-level: this is designed to be a building block for writing a
very customized decoder for a stable protobuf schema. If your
protobuf schema is changing frequently or lazy decoding is not
critical for your application then this approach offers no value:
just use the C++ API that can be generated with the Google Protobufs
protoc program.
WWW: https://github.com/mapbox/protozero
 |
12:38 amdmi3
Sort category Makefile
 |
|
Wednesday, 11 Apr 2018
|
19:37 sunpoet
Add rubygem-marcel 0.3.2
Marcel attempts to choose the most appropriate content type for a given file by
looking at the binary data, the filename, and any declared type (perhaps passed
as a request header).
WWW: https://github.com/basecamp/marcel
 |
19:37 sunpoet
Add py-pytest-flake8 1.0.0
pytest-flake8 is a pytest plugin for efficiently checking PEP8 compliance.
WWW: https://pypi.python.org/pypi/pytest-flake8
WWW: https://github.com/tholo/pytest-flake8
 |
09:57 tcberner
Fix PKGBASE conflict of devel/libkgapi
Reported by: antoine
 |
06:45 ehaupt
Add heimdall 1.4.2, tool suite used to flash firmware onto Samsung
mobile devices.
 |
03:17 tota
- Add new port: devel/R-cran-abind
Combine multidimensional arrays into a single array. This is a
generalization of 'cbind' and 'rbind'. Works with vectors, matrices,
and higher-dimensional arrays. Also provides functions 'adrop',
'asub', and 'afill' for manipulating, extracting and replacing data
in arrays.
WWW: https://cran.r-project.org/web/packages/abind/
 |
|
Monday, 9 Apr 2018
|
20:09 tcberner
New port: devel/dolphin-plugins
This is the current version of KDE Applications <foo>.
Note that users of KDE SC4 should stick with <foo>-kde4.
 |
19:19 tcberner
New ports: KDE Applications devel/
* devel/cervisia
* devel/kapptemplate
* devel/kcachegrind
* devel/kde-dev-scripts
* devel/kde-dev-utils
* devel/kdesdk-thumbnailers
* devel/kio-extras
* devel/lokalize
* devel/okteta
* devel/poxml
* devel/umbrello
This is the current version of KDE Applications <foo>.
Note that users of KDE SC4 should stick with <foo>-kde4.
 |
|
Saturday, 7 Apr 2018
|
16:32 sunpoet
Add p5-Routes-Tiny 0.21
Routes::Tiny is a lightweight routes implementation. It aims to be easy to use
in any web framework.
WWW: http://search.cpan.org/dist/Routes-Tiny/
 |
00:35 dbaio
Add devel/py-validators: Simple data validation in Python
Python has all kinds of data validation tools, but every one of them seems to
require defining a schema or form. This is a simple validation library where
validating a simple value does not require defining a form or a schema.
>>> import validators
>>> validators.email('someone@example.com')
True
WWW: https://pypi.python.org/pypi/validators
 |
|
Friday, 6 Apr 2018
|
16:26 sunpoet
Add p5-Test-Log-Log4perl 0.32
Test::Log::Log4perl can be used to test that you're logging the right thing with
Log::Log4perl. It checks that we get what, and only what, we expect logged by
your code.
The basic process is very simple. Within your test script you get one or more
loggers from Test::Log::Log4perl with the get_logger method just like you would
with Log::Log4perl. You're going to use these loggers to declare what you think
the code you're going to test should be logging.
WWW: http://search.cpan.org/dist/Test-Log-Log4perl/
 |
|
Thursday, 5 Apr 2018
|
19:11 sunpoet
Add rubygem-flipper-active_support_cache_store013 0.13.0 (copied from
rubygem-flipper-active_support_cache_store)
- Update RUN_DEPENDS
- Add PORTSCOUT
 |
19:10 sunpoet
Add rubygem-flipper013 0.13.0 (copied from rubygem-flipper)
- Add PORTSCOUT
 |
|
Wednesday, 4 Apr 2018
|
21:54 wg
devel/py-bidict: Bidirectional map implementation and related functionality
WWW: https://github.com/jab/bidict
 |
18:50 sunpoet
Add py-testscenarios 0.5.0
Testscenarios provides clean dependency injection for python unittest style
tests. This can be used for interface testing (testing many implementations via
a single test suite) or for classic dependency injection (provide tests with
dependencies externally to the test code itself, allowing easy testing in
different situations).
WWW: https://pypi.python.org/pypi/testscenarios
 |
18:49 sunpoet
Add py-testresources 2.0.1
Testresources extends unittest with a clean and simple api to provide test
optimisation where expensive common resources are needed for test cases - for
example sample working trees for VCS systems, reference databases for enterprise
applications, or web servers ... let imagination run wild.
WWW: https://pypi.python.org/pypi/testresources
 |
|
Monday, 2 Apr 2018
|
21:19 jrm
New port, devel/magit-popup: Define prefix-infix-suffix command combos
https://github.com/magit/magit-popup
PR: 227139
Submitted by: yasu@utahime.org (maintainer)
 |
21:19 jrm
New port, devel/ghub: Minuscule client library for the Github API
WWW: https://github.com/magit/ghub
PR: 227135
Submitted by: yasu@utahime.org (maintainer)
 |
|
Sunday, 1 Apr 2018
|
00:32 yuri
New port: devel/py-fastcache: C implementation of Python 3 functools.lru_cache
 |
|
Saturday, 31 Mar 2018
|
15:36 sunpoet
Remove expired devel/lua-lpeg51
 |
08:08 yuri
New port: devel/py-PyUtilib: Collection of Python utilities
 |
|
Thursday, 29 Mar 2018
|
23:28 cpm
Add new port devel/py-flex: Validation tooling for Swagger 2.0 specifications
Features:
- Validate swagger schemas.
- JSON Schema Validation
- Validation of request/response objects against schema.
- Command Line Interface.
WWW: https://github.com/pipermerriam/flex
PR: 227040
Submitted by: Kai <freebsd_ports@k-worx.org>
 |
23:22 cpm
Add new port devel/py-strict-rfc3339: Strict, simple, lightweight RFC3339
functions
Simple and lightweight python module to validate, parse and generate RFC3339
time strings. It was initially created as a part of habitat in response to
difficulty using other libraries.
It can convert UNIX timestamps to and from RFC3339, either producing strings
with a UTC offset (Z) or with the offset that the C time module reports is
the local timezone offset. It has minimal dependencies (none beyond those
that come with Python) and avoids the error-prone act of dealing with
timezones as much as possible.
Besides that, it's designed to be strict and stick closely to RFC3339, with a
couple of very small caveats. It's also fully unit tested.
WWW: http://www.danielrichman.co.uk/libraries/strict-rfc3339.html
PR: 227031
Submitted by: Kai <freebsd_ports@k-worx.org>
 |
21:16 yuri
New port: devel/py-strategies: Programmatic control flow
 |
21:06 yuri
New port: devel/py-toolz: Functional standard library for Python
 |
|
Wednesday, 28 Mar 2018
|
16:59 yuri
New port: devel/py-swagger-spec-validator: Validation of Swagger specifications
PR: 227038
Submitted by: Kai <freebsd_ports@k-worx.org>
 |
|
Tuesday, 27 Mar 2018
|
22:04 yuri
New port: devel/py-inflection: Ruby on Rails' inflector ported to Python
PR: 227014
Submitted by: Kai <freebsd_ports@k-worx.org>
 |
20:47 yuri
New port: devel/py-openapi-codec: OpenAPI codec for Core API
PR: 226949
Submitted by: Kai <freebsd_ports@k-worx.org>
 |
18:09 tobik
New port: devel/woff2
Font compression reference code
WWW: https://github.com/google/woff2
libwoff2dec is required by WebKitGtk >= 2.20.0 for WOFF2 Web Fonts
support.
 |
|
Monday, 26 Mar 2018
|
19:49 yuri
New port: devel/py-coreapi: Python client library for Core API
PR: 226943
Submitted by: Kai <freebsd_ports@k-worx.org>
 |
19:42 yuri
New port: devel/py-itypes: Simple immutable types for Python
PR: 226940
Submitted by: Kai <freebsd_ports@k-worx.org>
 |
19:32 yuri
New port: devel/py-coreschema: Core schema for the Core API
PR: 226942
Submitted by: Kai <freebsd_ports@k-worx.org>
 |
15:10 mfechner
New ports required for gitlab update to 10.5.x.
Reviewed by: tz (mentor)
Approved by: tz (mentor)
Differential Revision: https://reviews.freebsd.org/D14840
 |
14:38 rene
Remove expired ports:
2017-09-21 net/samba44: unsupported upstream
2018-03-25 mail/sisyphus: Never built
2018-03-25 www/fira-webfont: Unused with no apparent use case
2018-03-25 www/dummyflash: Unused, unmaintained, and obsolete
2018-03-25 devel/guikachu: Broken for more than 9 months
 |
|
Sunday, 25 Mar 2018
|
20:48 yuri
New port: devel/ga: Partitioned Global Address Space (PGAS) library for
distributed arrays
 |
18:06 sunpoet
Add py-medikit 0.5.18
Medikit automates keeping your projects' boilerplate files and directory sane
and up to date.
It (optionally) generates and maintains a bunch of files, updating them
according to rules you define.
It's not a dependency. All changes are commited in your source tree.
You write amazing code, Medikit focuses on keeping it clean and ordered.
WWW: https://python-medikit.github.io/
WWW: https://github.com/python-medikit/medikit
 |
18:05 sunpoet
Add py-whistle 1.0.1
Whistle is a simple tool that allow your application components to communicate
with each other by dispatching events and listening to them.
Whistle is an Event Dispatcher library for the Python 3.5+ language. It's
largely inspired from Symfony's EventDispatcher component.
Using an event dispatcher is a great way to write loosely coupled extensible
code, having each part only communicate using light events.
WWW: https://python-whistle.github.io/
WWW: https://github.com/python-whistle/whistle
 |
18:05 sunpoet
Add py-pip-tools 1.11.0
pip-tools = pip-compile + pip-sync
It is a set of command line tools to help you keep your pip-based packages
fresh, even when you've pinned them.
WWW: https://pypi.python.org/pypi/pip-tools
WWW: https://github.com/jazzband/pip-tools
 |
18:04 sunpoet
Add py-mondrian 0.6.6
Mondrian is a small library that will make you use python logging module, once
and for all.
Most python coders who avoids the systematic usage of logging in their projects
does so because it feels complicated to setup, but it's not.
Mondrian configures the python standard logging module with reasonable defaults,
and enhance its default output formatters for better readability.
Mondrian provides a one-call interface to its configuration, with pretty
formatters that makes you feel great.
WWW: https://python-mondrian.github.io/
WWW: https://github.com/python-mondrian/mondrian
 |
18:04 sunpoet
Add py-git_semver 0.2.2
git-semver is a tiny git addon to manage your project's version numbers.
WWW: https://pypi.python.org/pypi/git_semver
WWW: https://github.com/hartym/git-semver
 |
Number of commits found: 12250 (showing only 100 on this page) |