notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
non port: devel/Makefile

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

[First Page]  «  45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55  »  [Last Page]

Wednesday, 28 Dec 2016
21:00 tcberner search for other commits by this committer
Update x11-wm/hs-xmonad & x11-wm/hs-xmonad-contrib to 0.12

* Removes all patches including XFORK_FIX (it seems it is not needed anymore).
* New port as dependency: devel/hs-setlocale

PR:             213579
Submitted by:   Martin Sugioarto <martin@sugioarto.com>
Approved by:    maintainer timeout (2 months), rakuco (mentor)
Differential Revision:  https://reviews.freebsd.org/D8191
Original commitRevision:429826 
18:07 amdmi3 search for other commits by this committer
- Add devel/erlang-cl - OpenCL binding for Erlang. This is needed for
graphics/wings update.

OpenCL binding for Erlang.

WWW: https://github.com/tonyrog/cl
Original commitRevision:429810 
Monday, 26 Dec 2016
07:22 pi search for other commits by this committer
New port: devel/py-dill

Dill extends python's 'pickle' module for serializing and de-serializing
python objects to the majority of the built-in python types. Serialization
is the process of converting an object to a byte stream, and the inverse
of which is converting a byte stream back to on python object hierarchy.

WWW: https://pypi.python.org/pypi/dill

PR:		214677
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
Original commitRevision:429482 
Sunday, 25 Dec 2016
19:21 sunpoet search for other commits by this committer
- Add py-setuptools36 (copied from py-setuptools35)
Original commitRevision:429453 
Friday, 23 Dec 2016
10:50 vanilla search for other commits by this committer
Add pecl-request 1.0.0b1, provides server-side request and response
objects for PHP 7.

PR:		215436
Submitted by:	Gasol Wu <gasol.wu@gmail.com>
Original commitRevision:429244 
Thursday, 22 Dec 2016
23:05 feld search for other commits by this committer
devel/py-unittest2: Revive deleted port

This port is still of value. The built-in unittest in Python 2.7 is
missing features provided by unittest2 which backports from Python 3.x.

Example code which produces a failure with 2.7's built-in unittest:

import unittest2
import unittest

class ExampleUT(unittest.TestCase):

    def test_unittest(self):
        for i in [1, 2, 3]:
            with self.subTest(i=i):
                self.assertEqual(i, i)

class ExampleUT2(unittest2.TestCase):

    def test_unittest2(self):
        for i in [1, 2, 3]:
            with self.subTest(i=i):
                self.assertEqual(i, i)

if __name__ == '__main__':
    unittest2.main()
Original commitRevision:429200 
22:56 feld search for other commits by this committer
A backport of linecache to older supported Pythons.

WWW: https://pypi.python.org/pypi/linecache2/
Original commitRevision:429197 
22:55 feld search for other commits by this committer
A backport of traceback to older supported Pythons.

WWW: https://pypi.python.org/pypi/traceback2/
Original commitRevision:429196 
15:14 lifanov search for other commits by this committer
new port: devel/oniguruma6

Oniguruma is a regular expressions library. The characteristics of this
library is that different character encoding for every regular
expression object can be specified.

PR:		212715
Submitted by:	yuri@rawbw.com, rob@theseusnetworking.com (earlier version)
Reviewed by:	matthew
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D8871
Original commitRevision:429161 
00:59 avilla search for other commits by this committer
devel/qjson: update to 0.9.0
- Qt 5 support (via devel/qjson-qt5)
- Added indent to arrays
- Replaced the scanner with a new Flex-based one
- Bison 2.7 compatibility
Original commitRevision:429134 
Wednesday, 21 Dec 2016
20:46 sunpoet search for other commits by this committer
- Add p5-Term-Table 0.004

Term::Table is used by some failing tests to provide diagnostics about what has
gone wrong. This module is able to generic format rows of data into tables.

WWW: http://search.cpan.org/dist/Term-Table/
Original commitRevision:429116 
Sunday, 18 Dec 2016
11:36 novel search for other commits by this committer
Add devel/py-XStatic and related ports

Add py-XStatic family of ports. The goal of XStatic family of packages
is to provide static file packages with minimal overhead - without
selling you some dependencies you don't want.

PR:		215145
Submitted by:	Alexander Nusov (alexander.nusov@nfvexpress.com)
Original commitRevision:428845 
Saturday, 17 Dec 2016
10:54 tota search for other commits by this committer
- Add new port: devel/R-cran-rprojroot

  Robust, reliable and flexible paths to files below a project root.
  The 'root' of a project is defined as a directory that matches a
  certain criterion, e.g., it contains a certain regular file.

  WWW: https://cran.r-project.org/web/packages/rprojroot/
Original commitRevision:428711 
Thursday, 15 Dec 2016
22:01 cs search for other commits by this committer
Gocode is a helper tool which is intended to be integrated with your source
code editor, like vim, neovim and emacs.

WWW: https://github.com/nsf/gocode
Original commitRevision:428636 
21:45 cs search for other commits by this committer
Glide is a package manager for Go that is conceptually similar to package
managers for other languages such as Cargo for Rust, NPM for Node.js, Pip for
Python, Bundler for Ruby, and so forth.

WWW: https://glide.sh/
Original commitRevision:428635 
Tuesday, 13 Dec 2016
13:59 jbeich search for other commits by this committer
devel/py-pytest-asyncio: unbreak with python < 3.x by default

=======================<phase: run-depends    >============================
===>   py35-pytest-asyncio-0.5.0 depends on package: py35-pytest>=3.0.2 - not
found
===>   py35-pytest-asyncio-0.5.0 depends on package:
/packages/All/py35-pytest-3.0.3.txz - not found
===>   USE_PACKAGE_DEPENDS_ONLY set - not building missing dependency from
source
*** [run-depends] Error code 1

Reported by:	pkg-fallout
Original commitRevision:428485 
Monday, 12 Dec 2016
17:45 olivierd search for other commits by this committer
Several helpers CMake modules needed to build LXQt itself as well as other
components.

WWW: https://github.com/lxde/lxqt-build-tools

Obtained from:	LXQt devel repo
Original commitRevision:428424 
06:06 wen search for other commits by this committer
Generalized Object based Dispatch mechanism for use across frameworks.

WWW: https://github.com/TurboGears/crank
Original commitRevision:428396 
Sunday, 11 Dec 2016
19:16 sunpoet search for other commits by this committer
- Sort SUBDIRs
Original commitRevision:428375 
08:06 novel search for other commits by this committer
Add py-Pint 0.7.2, physical quantities module.

PR:		215147
Submitted by:	Alexander Nusov <alexander.nusov@nfvexpress.com>
Original commitRevision:428336 
Saturday, 10 Dec 2016
03:22 jbeich search for other commits by this committer
devel/py-pytest-asyncio: add new port

asyncio code is usually written in the form of coroutines, which makes
it slightly more difficult to test using normal testing
tools. pytest-asyncio provides useful fixtures and markers to make
testing easier.

https://pypi.python.org/pypi/pytest-asyncio
Original commitRevision:428268 
03:22 jbeich search for other commits by this committer
devel/py-pytest-tornado: add new port

A py.test plugin providing fixtures and markers to simplify testing of
asynchronous tornado applications.

https://pypi.python.org/pypi/pytest-tornado
Original commitRevision:428267 
Friday, 9 Dec 2016
19:30 adamw search for other commits by this committer
Update Moo to 2.003000. Among other changes, Sub::Quote (and Sub::Defer)
now exist in a separate package, which has been added as p5-Sub-Quote.

Changes: https://metacpan.org/source/HAARG/Moo-2.003000/Changes
Original commitRevision:428236 
05:35 pi search for other commits by this committer
New port: devel/py-pyvalid

pyvalid is a Python validation tool for checking of input function
parameters and return values.

WWW: https://pypi.python.org/pypi/pyvalid

PR:		209364
Submitted by:	Maxim Filimonov <che@bein.link>
Original commitRevision:428165 
Thursday, 8 Dec 2016
22:01 jhale search for other commits by this committer
Move devel/libcppformat -> devel/libfmt due to upstream name change
Update to 3.0.1

PR:		215097
Submitted by:	Slava Mikerov <SlavaMikerov@gmail.com> (maintainer)
Original commitRevision:428159 
20:21 rene search for other commits by this committer
Remove expired ports:
2016-08-20 databases/py-sqlalchemy06: Upstream has declared this version EoL:
please migrate to databases/py-sqlalchemy10
2016-05-02 print/py-reportlab2: no longer supported - use reportlab 3.x
(py-reportlab) instead
2016-12-08 devel/py-itools: Depends on broken and expired py-reportlab2
2016-12-08 graphics/py-aafigure: Depends on broken and expired py-reportlab2
2016-12-08 converters/py-pisa: Deprecated upstream, depends on broken and
expired py-reportlab2
Original commitRevision:428155 
Tuesday, 6 Dec 2016
19:25 pi search for other commits by this committer
New port: devel/bazel

Bazel is Google's own build tool, now publicly available in Beta.
Bazel has built-in support for building both client and server
software, including client applications for both Android and iOS
platforms. It also provides an extensible framework that you can
use to develop your own build rules.

WWW: https://bazel.build/

PR:		204512
Submitted by:	Yuri Victorovich <yuri@rawbw.com>, Klaus Aehlig <aehlig@linta.de>
Reviewed by:	peterj
Original commitRevision:427983 
Monday, 5 Dec 2016
19:00 sunpoet search for other commits by this committer
- Add rubygem-aws-sigv4 1.0.0

rubygem-aws-sigv4 is Amazon Web Services Signature Version 4 signing library
which generates sigv4 signature for HTTP requests.

WWW: https://github.com/aws/aws-sdk-ruby
Original commitRevision:427913 
17:45 tota search for other commits by this committer
- Add new port: devel/R-cran-ModelMetrics

  Collection of metrics for evaluating models written in C++ using
  'Rcpp'.

  WWW: https://cran.r-project.org/web/packages/ModelMetrics/
Original commitRevision:427908 
13:45 olgeni search for other commits by this committer
Add devel/erlang-katana, a library of miscellaneous functions for Erlang.
Original commitRevision:427893 
Sunday, 4 Dec 2016
13:09 rene search for other commits by this committer
Remove expired port:
2016-11-30 devel/py-argparse: Part of Python standard library for Python >= 2.7
and >= 3.2
Original commitRevision:427781 
Saturday, 3 Dec 2016
15:35 sunpoet search for other commits by this committer
- Add rubygem-mustermann-grape 0.4.0

This gem implements the grape pattern type for Mustermann.

WWW: https://github.com/ruby-grape/mustermann-grape
Original commitRevision:427621 
15:34 sunpoet search for other commits by this committer
- Add rubygem-mustermann 0.4.0

Mustermann is your personal string matching expert. As an expert in the field of
strings and patterns, Mustermann keeps its runtime dependencies to a minimum and
is fully covered with specs and documentation.

Given a string pattern, Mustermann will turn it into an object that behaves like
a regular expression and has comparable performance characteristics.

WWW: https://github.com/sinatra/mustermann/tree/master/mustermann
Original commitRevision:427620 
15:32 sunpoet search for other commits by this committer
- Add rubygem-tool 0.2.3

Welcome to Tool, the general purpose Ruby library used by Sinatra 2.0,
Mustermann and related projects.

WWW: https://github.com/rkh/tool
Original commitRevision:427619 
Monday, 28 Nov 2016
01:12 jbeich search for other commits by this committer
textproc/sigil: add missing dependency

$ sigil
[Embedded Python Error]
Traceback (most recent call last):

  File "/usr/local/share/sigil/python3lib/xmlprocessor.py", line 6, in <module>
    from sigil_bs4.builder._lxml import LXMLTreeBuilderForXML

  File
"/usr/local/share/sigil/plugin_launchers/python/sigil_bs4/builder/_lxml.py",
line 26, in <module>
    from lxml import etree

ImportError: No module named 'lxml'
Original commitRevision:427279 
Sunday, 27 Nov 2016
12:26 novel search for other commits by this committer
Add py-os-vif 1.3.0, library for plugging and unplugging virtual
interfaces in openstack.

PR:		214743
Submitted by:	Alexander Nusov <alexander.nusov@nfvexpress.com>
Original commitRevision:427230 
12:23 novel search for other commits by this committer
Add py-os-brick 1.8.0, openstack cinder brick library for managing local
volume attaches.

PR:		214743
Submitted by:	Alexander Nusov <alexander.nusov@nfvexpress.com>
Original commitRevision:427229 
12:04 novel search for other commits by this committer
Add py-os-win 1.2.1, windows / hyper-v library for openstack projects.

PR:		214743
Submitted by:	Alexander Nusov <alexander.nusov@nfvexpress.com>
Original commitRevision:427228 
11:48 novel search for other commits by this committer
Add py-wsgi_intercept 1.4.1, WSGI application in place of a real uri for
testing.

PR:		214743
Submitted by:	Alexander Nusov <alexander.nusov@nfvexpress.com>
Original commitRevision:427225 
11:47 novel search for other commits by this committer
Add py-websockify 0.8.0, webSocket to TCP proxy/bridge.

PR:		214743
Submitted by:	Alexander Nusov <alexander.nusov@nfvexpress.com>
Original commitRevision:427224 
11:43 novel search for other commits by this committer
Add py-oslo.versionedobjects 1.18.0, oslo versioned objects library.

PR:		214743
Submitted by:	Alexander Nusov <alexander.nusov@nfvexpress.com>
Original commitRevision:427223 
11:42 novel search for other commits by this committer
Add py-oslo.rootwrap 5.2.0, oslo rootwrap.

PR:		214743
Submitted by:	Alexander Nusov <alexander.nusov@nfvexpress.com>
Original commitRevision:427222 
11:41 novel search for other commits by this committer
Add py-oslo.reports 1.15.0, oslo.reports library.

PR:		214743
Submitted by:	Alexander Nusov <alexander.nusov@nfvexpress.com>
Original commitRevision:427221 
11:40 novel search for other commits by this committer
Add py-oslo.privsep 1.14.0, openstack library for privilege separation.

PR:		214743
Submitted by:	Alexander Nusov <alexander.nusov@nfvexpress.com>
Original commitRevision:427220 
11:37 novel search for other commits by this committer
Add py-microversion-parse 0.1.4, openstack microversion header parser.

PR:		214743
Submitted by:	Alexander Nusov <alexander.nusov@nfvexpress.com>
Original commitRevision:427219 
Saturday, 26 Nov 2016
17:27 riggs search for other commits by this committer
Retire devel/go-shellwords

Details: port had been introduced as a stop-gap solution to satisfy
a build dependency to textproc/fzf. In the meantime, textproc/fzf has
been reworked to satisfy the dependency. No other consumers for
devel/go-shellwords are present in the ports tree at this point in time.

PR:		214698
Submitted by:	sascha@root-login.org (maintainer of devel/go-shellwords)
Original commitRevision:427179 
Friday, 25 Nov 2016
19:18 pi search for other commits by this committer
New port: devel/py-tinyrpc

tinyrpc is a library for making and handling RPC calls in python. Its initial
scope is handling jsonrpc, although it aims to be very well-documented and
modular to make it easy to add support for further protocols.

WWW: https://tinyrpc.readthedocs.org/

PR:		209007
Submitted by:	David Shane Holden <dpejesh@yahoo.com>
Original commitRevision:427124 
Saturday, 19 Nov 2016
18:22 jbeich search for other commits by this committer
devel/icu-lx: add new port

PR:		214384
Exp-run by:	antoine
Approved by:	office (bapt)

The ParagraphLayout object will analyze the text into runs of text in
the same font, script and direction, and will create a LayoutEngine
object for each run. The LayoutEngine will transform the characters into
glyph codes in visual order.

Clients can use this to break a paragraph into lines, and to display the
glyphs in each line.

http://site.icu-project.org/
Original commitRevision:426528 
18:21 jbeich search for other commits by this committer
devel/icu-le-hb: add new port

PR:		214384
Exp-run by:	antoine
Approved by:	office (bapt)

icu-le-hb is a library implementing the ICU Layout Engine (icu-le) API
using external HarfBuzz library for implementation. This is useful as
a compatibility layer to make applications using ICU Layout Engine to
use HarfBuzz without porting them to use the HarfBuzz API.

The code is mostly a trimmed down version of icu/source/layout, with
all shapers stripped out, and HarfBuzz integrated.

http://www.freedesktop.org/wiki/Software/HarfBuzz/
Original commitRevision:426526 
17:02 sunpoet search for other commits by this committer
- Add p5-Ref-Util 0.101

Ref::Util introduces several functions to help identify references in a faster
and smarter way.

WWW: http://search.cpan.org/dist/Ref-Util/
Original commitRevision:426390 
14:19 olivierd search for other commits by this committer
Import some LXQt core components (required by forthcoming update
of x11/qterminal).

LXQt is the Qt port of and the upcoming version of LXDE, the Lightweight
Desktop Environment. It is the product of a merge between the LXDE-Qt and
Razor-qt projects.

This work is based on the LXQt testing repo [1]. Importing is not complete
due to missing pieces in KDE Frameworks (r426118).

I would like to thank contributor and tester, Jesper Schmitz Mouridsen.

[1] https://subversion.assembla.com/svn/lxqt/tags/0.11

Reviewed by:	antoine, rakuco
Obtained from:	LXQt repository
FC after:
Differential Revision:	https://reviews.freebsd.org/D5002
Original commitRevision:426375 
Monday, 14 Nov 2016
16:20 tcberner search for other commits by this committer
Remove extra-cmake-modules from the devel category Makefile
(missed in r426118).

Reported by:	antoine
Approved by:	antoine
Original commitRevision:426122 
16:12 tcberner search for other commits by this committer
Importing KDE Frameworks into the ports tree (required for newer KDE Desktop and
Applications)

KDE Frameworks is a collection of libraries and software frameworks by KDE
that serve as technological foundation for KDE Plasma 5 and KDE Applications
distributed under the GNU Lesser General Public License (LGPL) [1].

The work is based on what we have in the KDE testing repo [2].

This is the next big step in updating the KDE Desktop and its Applications
to anything less dusty.

With this change, `USES=kde:5` is now a valid option. Ports that need to depend
on KDE Framework can now set:
	USES=kde:5
	USE_KDE=<framework1> <framework2> ... <frameworkX>

For example: www/qupzilla-qt5 can depend on sysutils/kf5-kwallet via:
	KWALLET_USE=            KDE=wallet

I would like to thank Raphael and Adriaan for reviewing the ports in the testing
repo :)

[1] https://en.wikipedia.org/wiki/KDE_Frameworks
[2] http://src.mouf.net/area51/log/branches/plasma5

Reviewed by:	rakuco, mat, groot_kde.org
Approved by:	rakuco (maintainer)
Differential Revision:	https://reviews.freebsd.org/D8329
Original commitRevision:426118 
09:59 tz search for other commits by this committer
New port: devel/rubygem-sprockets-es6

A Sprockets transformer that converts ES6 code into vanilla ES5 with Babel JS.

WWW: https://github.com/TannerRogalsky/sprockets-es6

Approved by: junovitch (mentor)
Original commitRevision:426098 
06:24 pi search for other commits by this committer
New port: devel/p5-Test-MockDateTime

Getting the current time sometimes is not very helpful
for testing scenarios.
Instead, if you could obtain a known value during the runtime
of a testcase will make your results predictable.

Why another Date Mocker?
I wanted something simple with a very concise usage pattern
and a mocked date should only exist and stay constant inside a scope.
After leaving the scope the current time should be back.
This lead to this tiny module.

This simple module allows faking a given date and time
for the runtime of a subsequent code block.
By default the on keyword is exported into the namespace
of the test file.
The date to get mocked must be in a format that is recognized
by DateTime::Format::DateParse.

WWW: http://search.cpan.org/dist/Test-MockDateTime/

PR:		214397
Submitted by:	Henk van Oers <hvo.pm@xs4all.nl>
Original commitRevision:426085 
Sunday, 13 Nov 2016
13:06 kwm search for other commits by this committer
Add meson.

Meson is a cross-platform build system designed to be both as fast and as
user friendly as possible. It supports many languages and compilers, including
GCC, Clang and Visual Studio. Its build definitions are written in a simple
non-turing complete DSL. The main design point of Meson is that every moment
a developer spends writing or debugging build definitions is a second wasted.
So is every second spent waiting for the build system to actually start
compiling code.

Submitted by:	Ting-Wei Lan
Original commitRevision:426047 
01:39 feld search for other commits by this committer
Pycapsicum is a python interface to Capsicum (sandboxing for FreeBSD).

WWW: https://github.com/stillson/pycapsicum2
Original commitRevision:426003 
Saturday, 12 Nov 2016
20:35 pi search for other commits by this committer
New port: devel/py-constantly

A library that provides symbolic constant support. It includes collections
and constants with text, numeric, and bit flag values. Originally
twisted.python.constants from the Twisted project.

WWW: https://pypi.python.org/pypi/constantly

PR:		214447
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
Original commitRevision:425992 
20:31 pi search for other commits by this committer
New port: devel/py-incremental

A small library that versions your Python projects.

WWW: https://pypi.python.org/pypi/incremental

PR:		214446
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
Original commitRevision:425991 
17:53 mva search for other commits by this committer
- Connect devel/py-backports.functools_lru_cache
Original commitRevision:425972 
15:31 cpm search for other commits by this committer
[NEW PORT] devel/nexus2-oss: Repository management software

Nexus Repository Manager OSS provides you with an essential level of control
over the external repositories you use and the internal repositories you create.
It provides infrastructure and services for organizations that use repository
managers to obtain and deliver software. If you create software libraries or
applications for your end users, you can use Nexus Repository Manager OSS to
distribute your software. If your software depends on open source software
components, you can cache software components from remote repositories.

Nexus Repository Manager OSS features:
- Hosting repositories
- Proxy remote repositories
- Repository groups
- Numerous repository formats
- Hosting project websites
- Fine-grained security model
- Flexible LDAP integration
- Component search
- Scheduled rasks
- REST services
- Integration with m2eclipse

WWW: https://www.sonatype.com/nexus-repository-oss

PR:		203074
Submitted by:	Dusan Vejnovic <freebsd@dussan.org>, Michael Osipov
<1983-01-06@gmx.net> (maintainer)
Reviewed by:	feld, junovitch, koobs (mentors)
Approved by:	feld, junovitch, koobs (mentors)
Original commitRevision:425961 
Friday, 11 Nov 2016
18:37 rene search for other commits by this committer
Remove expired ports:
2016-11-10 devel/py-pydasm: No more upstream and known bugs, use
devel/py-capstone instead
2016-11-10 devel/libdasm: No more upstream and known bugs, use devel/capstone3
instead
Original commitRevision:425900 
Monday, 7 Nov 2016
23:59 feld search for other commits by this committer
ZooKeeper Python bindings

WWW: https://pypi.python.org/pypi/zkpython/
Original commitRevision:425653 
10:16 olgeni search for other commits by this committer
Add devel/elixir-gen_state_machine, an idiomatic Elixir wrapper
for gen_statem in OTP 19.
Original commitRevision:425600 
Sunday, 6 Nov 2016
17:14 sunpoet search for other commits by this committer
- Remove p5-Test-Exception-LessClever
Original commitRevision:425568 
16:46 sunpoet search for other commits by this committer
- Add p5-Const-Exporter 0.2.4

Const::Exporter allows you to declare constants that can be exported to other
modules.

WWW: http://search.cpan.org/dist/Const-Exporter/
Original commitRevision:425507 
Friday, 4 Nov 2016
17:38 tijl search for other commits by this committer
Add linux-c7-libelf, needed by linux-c7-dri.
Original commitRevision:425345 
17:13 tijl search for other commits by this committer
Add linux-c6-libelf, needed by linux-c6-dri.
Original commitRevision:425343 
Thursday, 3 Nov 2016
00:56 feld search for other commits by this committer
This is an implementation of an ordered dictionary with Key Insertion
Order (KIO: updates of values do not affect the position of the key),
Key Value Insertion Order (KVIO, an existing key's position is removed
and put at the back). The standard library module OrderedDict,
implemented later, implements a subset of ordereddict functionality.

WWW: https://bitbucket.org/ruamel/ordereddict
Original commitRevision:425183 
00:51 feld search for other commits by this committer
Invoke is a Python (2.6+ and 3.3+) task execution tool & library,
drawing inspiration from various sources to arrive at a powerful & clean
feature set.

WWW: https://github.com/pyinvoke/invoke/
Original commitRevision:425182 
00:25 feld search for other commits by this committer
Pystorm lets you run Python code against real-time streams of data via
Apache Storm. With pystorm you can create Storm bolts and spouts in
Python without having to write a single line of Java. It is meant to be
used under-the-hood by Storm Python libraries that will provide the
command-line tools for actually building/submitting the topologies
(e.g., streamparse and pyleus).

WWW: https://github.com/pystorm/pystorm
Original commitRevision:425179 
00:18 feld search for other commits by this committer
Fabric3 is a fork of Fabric to provide compatability with Python 3.4+.
The port still works with Python 2.7.

WWW: https://github.com/mathiasertl/fabric/
Original commitRevision:425178 
00:04 feld search for other commits by this committer
ruamel.yaml is a YAML parser/emitter that supports roundtrip
preservation of comments, seq/map flow style, and map key order

WWW: https://bitbucket.org/ruamel/yaml
Original commitRevision:425176 
Wednesday, 2 Nov 2016
23:47 feld search for other commits by this committer
Streamparse lets you run Python code against real-time streams of data
via Apache Storm. With streamparse you can create Storm bolts and spouts
in Python without having to write a single line of Java. It also
provides handy CLI utilities for managing Storm clusters and projects.

WWW: https://github.com/Parsely/streamparse
Original commitRevision:425175 
22:10 feld search for other commits by this committer
ThriftPy is a pure python implementation of Apache Thrift in a pythonic
way.

WWW: https://github.com/eleme/thriftpy
Original commitRevision:425173 
Tuesday, 1 Nov 2016
22:15 rene search for other commits by this committer
Remove expired ports:
2016-11-01 math/octave-forge-octgpr: Broken for more than 6 months
2016-11-01 math/octave-forge-spline-gcvspl: Broken for more than 6 months
2016-11-01 www/pear-Services_SharedBook: Broken for more than 6 months
2016-11-01 devel/py-snackwich: Depends on broken and expiring devel/py-snack
2016-11-01 math/octave-forge-ad: Broken for more than 6 months
2016-11-01 math/octave-forge-xraylib: Broken for more than 6 months
2016-11-01 x11-toolkits/py-traitsbackendwx: Broken for more than 6 months
2016-11-01 x11-toolkits/py-traitsgui: Depends on broken and expiring
x11-toolkits/py-traitsbackendwx
2016-11-01 security/lsh: Broken for more than 6 months
2016-11-01 devel/py-snack: Broken for more than 6 months
2016-11-01 security/massh: Broken for more than 6 months
2016-11-01 www/hydra: Broken for more than 6 months
2016-11-01 math/py-pyfst: Broken for more than 6 months
2016-11-01 archivers/ruby-zip: Broken will all supported versions of Ruby
2016-11-01 devel/ruby-langscan: Broken will all supported versions of Ruby
Original commitRevision:425096 
20:45 swills search for other commits by this committer
devel/rubygem-gem-compare: create port

gem-compare is a RubyGems plugin that helps to compare versions of the given
gem. It searches for differences in metadata as well as in files.

WWW: http://github.com/fedora-ruby/gem-compare
Original commitRevision:425091 
20:29 swills search for other commits by this committer
devel/rubygem-gemnasium-parser: create port

Safely parse Gemfiles and gemspecs

WWW: https://github.com/laserlemon/gemnasium-parser
Original commitRevision:425087 
17:46 jbeich search for other commits by this committer
devel/libtuntap: add new port

PR:		213956
Submitted by:	Mahdi Mokhtari <mokhi64@gmail.com>

libtuntap is a library for configuring TUN or TAP devices in a portable manner.

TUN and TAP are virtual networking devices which allow
userland applications to receive packets sent to it.

The userland applications can also send their own packets to the devices
and they will be forwarded to the kernel.

https://github.com/LaKabane/libtuntap
Original commitRevision:425062 
16:48 swills search for other commits by this committer
devel/rubygem-micromachine: create port

There are many finite state machine implementations for Ruby, and they all
provide a nice DSL for declaring events, exceptions, callbacks, and all kinds
of niceties in general.

But if all you want is a finite state machine, look no further: this has less
than 50 lines of code and provides everything a finite state machine must have,
and nothing more.

WWW: http://github.com/soveran/micromachine
Original commitRevision:425059 
Saturday, 29 Oct 2016
12:07 novel search for other commits by this committer
Add py-taskflow 2.6.0, taskflow structured state management library.

PR:		213769
Submitted by:	Alexander Nusov <alexander.nusov@nfvexpress.com>
Original commitRevision:424908 
12:07 novel search for other commits by this committer
Add py-cursive 0.1.1, cursive implements OpenStack-specific validation
of digital signatures.

PR:		213769
Submitted by:	Alexander Nusov <alexander.nusov@nfvexpress.com>
Original commitRevision:424907 
12:06 novel search for other commits by this committer
Add py-glance-store 0.18.0, openStack Image Service Store Library.

PR:		213769
Submitted by:	Alexander Nusov <alexander.nusov@nfvexpress.com>
Original commitRevision:424906 
12:05 novel search for other commits by this committer
Add py-wsme 0.8.0, simplify the writing of REST APIs.

PR:		213769
Submitted by:	Alexander Nusov <alexander.nusov@nfvexpress.com>
Original commitRevision:424905 
12:04 novel search for other commits by this committer
Add py-castellan 0.4.0, generic Key Manager interface for OpenStack.

PR:		213769
Submitted by:	Alexander Nusov <alexander.nusov@nfvexpress.com>
Original commitRevision:424904 
12:01 novel search for other commits by this committer
Add py-automaton 1.4.0, friendly state machines for python.

PR:		213769
Submitted by:	Alexander Nusov <alexander.nusov@nfvexpress.com>
Original commitRevision:424902 
11:38 jhale search for other commits by this committer
New port: devel/gwenhywfar-qt5, the Gwenhywfar Qt5 support library

While here:
- Clean up if statements in the master port
- Substitute the major.minor version in all gwenhywfar pkg-plists

devel/gwenhywfar/files/patch-configure had to be reworked, but the
changes only affect the new port and the other changes do not
affect the packages, so no PORTREVISON bump.
Original commitRevision:424900 
08:43 sunpoet search for other commits by this committer
- Add p5-Importer 0.024

Importer acts as a layer between Exporter and modules which consume exports. It
is feature-compatible with Exporter, plus some much needed extras. You can use
this to import symbols from any exporter that follows Exporters specification.
The exporter modules themselves do not need to use or inherit from the Exporter
module, they just need to set @EXPORT and/or other variables.

WWW: http://search.cpan.org/dist/Importer/
Original commitRevision:424895 
Friday, 28 Oct 2016
11:42 koobs search for other commits by this committer
[NEW] devel/libfaketime: Modifies the system time for a single application

libfaketime intercepts various system calls which programs use to
retrieve the current date and time. It can then report faked dates and
times (as specified by you, the user) to these programs. This means you
can modify the system time a program sees without having to change the
time system-wide.

libfaketime allows you to specify both absolute dates (e.g., 01/01/2004)
and relative dates (e.g., 10 days ago).

libfaketime might be used for various purposes, for example

- Running legacy software with y2k bugs
- Testing software for year-2038 compliance
- Debugging time-related issues, such as expired SSL certificates
- Running software which ceases to run outside a certain timeframe
- Using different system-wide date and time settings, e.g., on OpenVZ-
  based virtual machines running on the same host
- Deterministic build processes.

WWW: https://github.com/wolfcw/libfaketime
Original commitRevision:424827 
Thursday, 27 Oct 2016
21:18 jbeich search for other commits by this committer
devel/py-fusepy: add new port

Based on:	ports-mgmt/py-pytoport output

fusepy is a Python module that provides a simple interface to FUSE and
MacFUSE. It's just one file and is implemented using ctypes.

https://pypi.python.org/pypi/fusepy
Original commitRevision:424793 
21:18 jbeich search for other commits by this committer
devel/py-atomiclong: add new port

Based on:	ports-mgmt/py-pytoport output

AtomicLong was born out of the need for fast thread-safe counters in Python.
Its value is a C long which can be incremented, decremented, and set atomically.

WWW: https://pypi.python.org/pypi/atomiclong
Original commitRevision:424792 
05:49 gahr search for other commits by this committer
New ports: devel/libfastcommon, ftp/fastdfs, ftp/php(56|70)-fastdfs

FastDFS is an open source high performance distributed file system (DFS).
It's major functions include: file storing, file syncing and file accessing,
and design for high capacity and load balance.

WWW: https://github.com/happyfish100/fastdfs

PR:		213311
Submitted by:	Daniel Ylitalo <daniel@blodan.se>
Original commitRevision:424743 
Wednesday, 26 Oct 2016
11:06 knu search for other commits by this committer
Readd devel/go-runewidth because there was another consumer
Original commitRevision:424689 
10:30 knu search for other commits by this committer
Remove libraries that were added for and only used by textproc/peco
Original commitRevision:424686 
02:40 jbeich search for other commits by this committer
devel/libopenbsd: add new port

libopenbsd is a thin compatibility layer intended to allow a limited set of
OpenBSD software to compile on other BSDs with little or no modification.
Original commitRevision:424663 
Tuesday, 25 Oct 2016
20:44 antoine search for other commits by this committer
New port: devel/py-ordered-set

An OrderedSet is a custom MutableSet that remembers its order, so that every
entry has an index that can be looked up.

WWW: https://github.com/LuminosoInsight/ordered-set
Original commitRevision:424654 
20:33 antoine search for other commits by this committer
New port: devel/py-weakrefmethod

A WeakMethod class for storing bound methods using weak references.

WWW: https://github.com/twang817/weakrefmethod
Original commitRevision:424652 
Sunday, 23 Oct 2016
11:49 mva search for other commits by this committer
isort is a Python utility and library to sort imports automatically, and
automatically into sections. It provides a command line utility, library
and plugins for various editors to quickly sort all your imports.

WWW: https://github.com/timothycrosley/isort
Original commitRevision:424515 
Saturday, 22 Oct 2016
20:34 bsam search for other commits by this committer
Arduino is an open-source electronics prototyping platform based on
flexible, easy-to-use hardware and software. It's intended for artists,
designers, hobbyists, and anyone interested in creating interactive
objects or environments.

The Arduino software consists of a development environment (IDE) and the
core libraries.

WWW: http://arduino.cc/

PR:		213659
Submitted by:	bsdports@kyle-evans.net
Original commitRevision:424485 
Friday, 21 Oct 2016
22:41 bsam search for other commits by this committer
Fairly straightforward slave port of devel/libastylej that applies
the Arduino-specific patches to the used JNI functions. Sets PKGNAMESUFFIX
to get lib/jni/libastyle-arduinoj.so and sets the PATCH{DIR, _WRKSRC}
variables to use the Arduino patches.

PR:		213632
Submitted by:	Kyle Evans <bsdports@kyle-evans.net>
Original commitRevision:424439 

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

[First Page]  «  45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55  »  [Last Page]