non port: devel/Makefile |
Number of commits found: 11319 (showing only 100 on this page) |
Wednesday, 28 Dec 2016
|
21:00 tcberner
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
|
18:07 amdmi3
- 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
|
Monday, 26 Dec 2016
|
07:22 pi
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>
|
Sunday, 25 Dec 2016
|
19:21 sunpoet
- Add py-setuptools36 (copied from py-setuptools35)
|
Friday, 23 Dec 2016
|
10:50 vanilla
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>
|
Thursday, 22 Dec 2016
|
23:05 feld
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()
|
22:56 feld
A backport of linecache to older supported Pythons.
WWW: https://pypi.python.org/pypi/linecache2/
|
22:55 feld
A backport of traceback to older supported Pythons.
WWW: https://pypi.python.org/pypi/traceback2/
|
15:14 lifanov
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
|
00:59 avilla
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
|
Wednesday, 21 Dec 2016
|
20:46 sunpoet
- 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/
|
Sunday, 18 Dec 2016
|
11:36 novel
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)
|
Saturday, 17 Dec 2016
|
10:54 tota
- 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/
|
Thursday, 15 Dec 2016
|
22:01 cs
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
|
21:45 cs
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/
|
Tuesday, 13 Dec 2016
|
13:59 jbeich
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
|
Monday, 12 Dec 2016
|
17:45 olivierd
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
|
06:06 wen
Generalized Object based Dispatch mechanism for use across frameworks.
WWW: https://github.com/TurboGears/crank
|
Sunday, 11 Dec 2016
|
19:16 sunpoet
- Sort SUBDIRs
|
08:06 novel
Add py-Pint 0.7.2, physical quantities module.
PR: 215147
Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
|
Saturday, 10 Dec 2016
|
03:22 jbeich
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
|
03:22 jbeich
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
|
Friday, 9 Dec 2016
|
19:30 adamw
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
|
05:35 pi
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>
|
Thursday, 8 Dec 2016
|
22:01 jhale
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)
|
20:21 rene
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
|
Tuesday, 6 Dec 2016
|
19:25 pi
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
|
Monday, 5 Dec 2016
|
19:00 sunpoet
- 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
|
17:45 tota
- 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/
|
13:45 olgeni
Add devel/erlang-katana, a library of miscellaneous functions for Erlang.
|
Sunday, 4 Dec 2016
|
13:09 rene
Remove expired port:
2016-11-30 devel/py-argparse: Part of Python standard library for Python >= 2.7
and >= 3.2
|
Saturday, 3 Dec 2016
|
15:35 sunpoet
- Add rubygem-mustermann-grape 0.4.0
This gem implements the grape pattern type for Mustermann.
WWW: https://github.com/ruby-grape/mustermann-grape
|
15:34 sunpoet
- 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
|
15:32 sunpoet
- 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
|
Monday, 28 Nov 2016
|
01:12 jbeich
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'
|
Sunday, 27 Nov 2016
|
12:26 novel
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>
|
12:23 novel
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>
|
12:04 novel
Add py-os-win 1.2.1, windows / hyper-v library for openstack projects.
PR: 214743
Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
|
11:48 novel
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>
|
11:47 novel
Add py-websockify 0.8.0, webSocket to TCP proxy/bridge.
PR: 214743
Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
|
11:43 novel
Add py-oslo.versionedobjects 1.18.0, oslo versioned objects library.
PR: 214743
Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
|
11:42 novel
Add py-oslo.rootwrap 5.2.0, oslo rootwrap.
PR: 214743
Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
|
11:41 novel
Add py-oslo.reports 1.15.0, oslo.reports library.
PR: 214743
Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
|
11:40 novel
Add py-oslo.privsep 1.14.0, openstack library for privilege separation.
PR: 214743
Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
|
11:37 novel
Add py-microversion-parse 0.1.4, openstack microversion header parser.
PR: 214743
Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
|
Saturday, 26 Nov 2016
|
17:27 riggs
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)
|
Friday, 25 Nov 2016
|
19:18 pi
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>
|
Saturday, 19 Nov 2016
|
18:22 jbeich
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/
|
18:21 jbeich
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/
|
17:02 sunpoet
- 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/
|
14:19 olivierd
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
|
Monday, 14 Nov 2016
|
16:20 tcberner
Remove extra-cmake-modules from the devel category Makefile
(missed in r426118).
Reported by: antoine
Approved by: antoine
|
16:12 tcberner
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
|
09:59 tz
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)
|
06:24 pi
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>
|
Sunday, 13 Nov 2016
|
13:06 kwm
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
|
01:39 feld
Pycapsicum is a python interface to Capsicum (sandboxing for FreeBSD).
WWW: https://github.com/stillson/pycapsicum2
|
Saturday, 12 Nov 2016
|
20:35 pi
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>
|
20:31 pi
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>
|
17:53 mva
- Connect devel/py-backports.functools_lru_cache
|
15:31 cpm
[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)
|
Friday, 11 Nov 2016
|
18:37 rene
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
|
Monday, 7 Nov 2016
|
23:59 feld
ZooKeeper Python bindings
WWW: https://pypi.python.org/pypi/zkpython/
|
10:16 olgeni
Add devel/elixir-gen_state_machine, an idiomatic Elixir wrapper
for gen_statem in OTP 19.
|
Sunday, 6 Nov 2016
|
17:14 sunpoet
- Remove p5-Test-Exception-LessClever
|
16:46 sunpoet
- 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/
|
Friday, 4 Nov 2016
|
17:38 tijl
Add linux-c7-libelf, needed by linux-c7-dri.
|
17:13 tijl
Add linux-c6-libelf, needed by linux-c6-dri.
|
Thursday, 3 Nov 2016
|
00:56 feld
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
|
00:51 feld
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/
|
00:25 feld
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
|
00:18 feld
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/
|
00:04 feld
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
|
Wednesday, 2 Nov 2016
|
23:47 feld
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
|
22:10 feld
ThriftPy is a pure python implementation of Apache Thrift in a pythonic
way.
WWW: https://github.com/eleme/thriftpy
|
Tuesday, 1 Nov 2016
|
22:15 rene
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
|
20:45 swills
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
|
20:29 swills
devel/rubygem-gemnasium-parser: create port
Safely parse Gemfiles and gemspecs
WWW: https://github.com/laserlemon/gemnasium-parser
|
17:46 jbeich
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
|
16:48 swills
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
|
Saturday, 29 Oct 2016
|
12:07 novel
Add py-taskflow 2.6.0, taskflow structured state management library.
PR: 213769
Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
|
12:07 novel
Add py-cursive 0.1.1, cursive implements OpenStack-specific validation
of digital signatures.
PR: 213769
Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
|
12:06 novel
Add py-glance-store 0.18.0, openStack Image Service Store Library.
PR: 213769
Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
|
12:05 novel
Add py-wsme 0.8.0, simplify the writing of REST APIs.
PR: 213769
Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
|
12:04 novel
Add py-castellan 0.4.0, generic Key Manager interface for OpenStack.
PR: 213769
Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
|
12:01 novel
Add py-automaton 1.4.0, friendly state machines for python.
PR: 213769
Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
|
11:38 jhale
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.
|
08:43 sunpoet
- 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/
|
Friday, 28 Oct 2016
|
11:42 koobs
[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
|
Thursday, 27 Oct 2016
|
21:18 jbeich
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
|
21:18 jbeich
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
|
05:49 gahr
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>
|
Wednesday, 26 Oct 2016
|
11:06 knu
Readd devel/go-runewidth because there was another consumer
|
10:30 knu
Remove libraries that were added for and only used by textproc/peco
|
02:40 jbeich
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.
|
Tuesday, 25 Oct 2016
|
20:44 antoine
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
|
20:33 antoine
New port: devel/py-weakrefmethod
A WeakMethod class for storing bound methods using weak references.
WWW: https://github.com/twang817/weakrefmethod
|
Sunday, 23 Oct 2016
|
11:49 mva
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
|
Saturday, 22 Oct 2016
|
20:34 bsam
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
|
Friday, 21 Oct 2016
|
22:41 bsam
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>
|
Number of commits found: 11319 (showing only 100 on this page) |