| non port: devel/Makefile |
Number of commits found: 12242 (showing only 100 on this page) |
|
Tuesday, 1 Nov 2016
|
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>
 |
07:29 rene
Unlink expired PHP5.5 ports.
 |
|
Thursday, 20 Oct 2016
|
19:59 rene
Remove non-php55 expired ports:
2016-10-20 misc/jive: Offensive
2016-10-20 devel/pecl-spread: Works only with EOL php 5.5
2016-10-20 devel/pecl-mcve: Works only with EOL php 5.5
2016-10-20 security/pecl-tcpwrap: Works only with EOL php 5.5
2016-10-20 devel/pecl-shape: Works only with EOL php 5.5
2016-10-20 textproc/pecl-enchant: Works only with EOL php 5.5
2016-10-20 databases/pecl-mysqlnd_ms: Works only with EOL php 5.5
2016-10-20 textproc/pecl-html_parse: Works only with EOL php 5.5
2016-10-20 mail/pecl-esmtp: Works only with EOL php 5.5
2016-10-20 net/pecl-cvsclient: Works only with EOL php 5.5
2016-10-20 databases/pecl-mdbtools: Works only with EOL php 5.5
2016-10-20 databases/pecl-mysqlnd_qc: Works only with EOL php 5.5
2016-10-20 devel/pecl-operator: Works only with EOL php 5.5
2016-10-20 devel/pecl-parsekit: Works only with EOL php 5.5
2016-10-20 devel/pecl-hidef: Works only with EOL php 5.5
2016-10-20 devel/pecl-automap: Works only with EOL php 5.5
2016-10-20 devel/pecl-bbcode: Works only with EOL php 5.5
2016-10-20 devel/pecl-bcompiler: Works only with EOL php 5.5
 |
15:50 tj
New port devel/py-voluptuous
WWW: https://github.com/alecthomas/voluptuous
 |
15:19 novel
Add py-osprofiler 1.4.0, openStack Profiler Library.
PR: 213542
Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
 |
15:18 novel
Add py-oslo.messaging 5.10.0, oslo Messaging API.
PR: 213542
Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
 |
15:18 novel
Add py-keystonemiddleware 4.10.0, middleware for OpenStack Identity.
PR: 213542
Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
 |
15:17 novel
Add py-oslo.service 1.16.0, oslo.service library.
PR: 213542
Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
 |
15:16 novel
Add py-oslo.cache 1.14.0, cache storage for OpenStack projects.
PR: 213542
Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
 |
|
Wednesday, 19 Oct 2016
|
20:53 bsam
arduino-tools is mostly a meta-port to ensure installation of the tools
required by Arduino 1.6. It does some installation to properly structure
the arduino/tools-builder/ structure in such a way that we may use
all of the tools available from ports while not requiring modifications
to devel/arduino-builder to auto-detect the tools.
PR: 213529
Submitted by: bsdports@kyle-evans.net
 |
18:39 novel
Add py-oslo.concurrency 3.14.0, oslo Concurrency library.
PR: 213542
Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
 |
18:07 novel
Add py-oslo.middleware 3.19.0, oslo Middleware library.
PR: 213542
Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
 |
18:06 novel
Add py-oslo.log 3.16.0, oslo Log library.
PR: 213542
Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
 |
18:05 novel
Add py-oslo.db 4.13.3, oslo Database library.
PR: 213542
Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
 |
18:03 novel
Add py-pycadf 2.4.0, CADF Library.
PR: 213542
Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
 |
18:02 novel
Add py-oslo.policy 1.15.0, oslo Policy library.
PR: 213542
Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
 |
14:50 tijl
Add Linux CentOS 7 infrastructure ports.
Mk/Uses/linux.mk changes:
- Add support for architecture neutral (noarch) distfiles.
- Add support for 64-bit only ports: set IGNORE on i386 and don't install
32-bit compat libraries on amd64.
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Differential Revision: https://reviews.freebsd.org/D7886
 |
|
Tuesday, 18 Oct 2016
|
21:19 feld
This module is a polyfill, implementing ChainMap for reasonably-recent versions
of Python that do not have collections.ChainMap--namely, Python 2.6, Python 3.2,
and PyPy3 releases based on Python 3.2. (It will also work as expected on Python
2.7, PyPy, and Python 3.3 and higher, but it is not needed there since those
verions' collections modules contains a ChainMap implementation.)
The code for this package is closely derived from the Python 3.5 source code at
hg.python.org, (especially the collections and reprlib modules). Several changes
have been made to ensure Python 2.6 compatibility, and tests and packaging have
been added.
WWW: https://bitbucket.org/jeunice/chainmap
PR: 213322
Submitted by: Kyle Evans <bsdports@kyle-evans.net>
 |
21:09 feld
Pylru implements a true LRU cache along with several support classes. The cache
is efficient and written in pure Python. It works with Python 2.6+ including the
3.x series. Basic operations (lookup, insert, delete) all run in a constant
amount of time. Pylru provides a cache class with a simple dict interface. It
also provides classes to wrap any object that has a dict interface with a cache.
Both write-through and write-back semantics are supported. Pylru also provides
classes to wrap functions in a similar way, including a function decorator.
WWW: https://github.com/jlhutch/pylru
PR: 213323
Submitted by: Kyle Evans <bsdports@kyle-evans.net>
 |
20:59 feld
The sarge package provides a wrapper for subprocess which provides command
pipeline functionality.
This package leverages subprocess to provide easy-to-use cross-platform command
pipelines with a Posix flavour: you can have chains of commands using ;, &,
pipes using | and |&, and redirection.
The latest version of sarge can be found on BitBucket:
https://bitbucket.org/vinay.sajip/sarge/
The latest documentation (kept updated between releases) is on Read The Docs:
http://sarge.readthedocs.org/
Please report any problems or suggestions for improvement either via the mailing
list or the issue tracker.
WWW: http://sarge.readthedocs.org/
PR: 213324
Submitted by: Kyle Evans <bsdports@kyle-evans.net>
 |
17:37 rene
Remove expired ports:
2016-10-18 devel/gaphor: runtime failure uncorrected for 1 year after first
report
2016-10-18 editors/winefish: upstream disappeared (project dead?), segfaults on
multiple arches
 |
15:02 novel
Add py-oslo.context 2.9.0, oslo Context library.
PR: 213542
Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
 |
15:02 novel
Add py-cachetools 2.0.0, extensible memoizing collections and
decorators.
PR: 213542
Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
 |
15:01 novel
Add py-pika-pool 0.1.3, pika connection pooling.
PR: 213542
Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
 |
|
Monday, 17 Oct 2016
|
18:18 novel
Add py-futurist 0.18.0, useful additions to futures, from the future.
PR: 213542
Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
 |
18:15 novel
Add py-retrying 1.3.3, general-purpose retrying library, written in
Python.
PR: 213542
Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
 |
18:12 novel
Add py-python-editor 1.0.1, programmatically open an editor, capture the
result.
PR: 213542
Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
 |
18:10 novel
Add py-fasteners 0.14.1, python package that provides useful locks.
PR: 213542
Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
 |
|
Sunday, 16 Oct 2016
|
22:01 bsam
Newlib is a C library intended for use on embedded systems. It is
a conglomeration of several library parts, all under free software
licenses, that make them easily usable on embedded products.
WWW: https://www.sourceware.org/newlib/
PR: 213466
Submitted by: bsdports@kyle-evans.net
 |
|
Friday, 14 Oct 2016
|
19:03 bsam
Core board support used in Arduino 1.6
WWW: http://www.arduino.cc
PR: 213482
Submitted by: bsdports@kyle-evans.net
 |
|
Wednesday, 12 Oct 2016
|
18:18 bsam
Exuberant ctags mixed with anjuta-tags with patches applied by the
Arduino team.
WWW: https://github.com/arduino/ctags
PR: 213398
Submitted by: bsdports@kyle-evans.net
 |
10:22 novel
Add py-warlock 1.2.0, Python object model built on JSON schema and JSON
patch.
PR: 213337
Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
 |
10:21 novel
Add py-unicodecsv 0.14.1, drop-in replacement for Python 2.7 csv module.
PR: 213337
Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
 |
10:20 novel
Add py-requestsexceptions 1.1.3, library to find the correct path to
exceptions in the requests library.
PR: 213337
Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
 |
10:19 novel
Add py-oslo.config 3.17.0, oslo Configuration library.
PR: 213337
Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
 |
10:18 novel
Add py-osc-lib 1.1.0, OpenStackClient plugin library support.
PR: 213337
Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
 |
10:17 novel
Add py-os-client-config 1.21.1, OpenStack Client Configuation Library.
PR: 213337
Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
 |
10:15 novel
Add py-openstacksdk 0.9.8, unified SDK for OpenStack.
PR: 213337
Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
 |
10:15 novel
Add py-cmd2 0.6.9, extra features for standard library cmd module.
PR: 213337
Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
 |
10:13 novel
Add py-cliff 2.2.0, command Line Interface Formulation Framework.
PR: 213337
Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
 |
|
Tuesday, 11 Oct 2016
|
22:03 bsam
Simple multi-platform program to list serial ports with vid/pid/iserial fields.
WWW: https://github.com/arduino/listSerialPortsC
PR: 213391
Submitted by: bsdports@kyle-evans.net
 |
21:19 bsam
Arduino seven segment display library
This library turns your Arduino into a seven segment display
controller! Use it to easily display numbers on your seven segment
display without any additional controllers.
It supports common cathode and common anode displays, and the use
of switching transistors. Displays with 1 to 9 digits can be used,
and decimal places are supported. Characters and strings are not
supported.
WWW: https://github.com/DeanIsMe/SevSeg
PR: 212806
Submitted by: Craig Leres <leres@ee.lbl.gov>
 |
15:02 bsam
arduino-builder is a command line tool for compiling Arduino sketches.
It is used by newer versions of the Arduino IDE, and may also be used
standalone if provided hardware definitions and a tools directory.
WWW: https://github.com/arduino/arduino-builder
PR: 212964
Submitted by: bsdports@kyle-evans.net
 |
|
Monday, 10 Oct 2016
|
12:52 tota
- Add new port: devel/R-cran-data.table
Fast aggregation of large data (e.g. 100GB in RAM), fast ordered
joins, fast add/modify/delete of columns by group using no copies
at all, list columns and a fast file reader (fread). Offers a natural
and flexible syntax, for faster development.
WWW: https://cran.r-project.org/web/packages/data.table/
 |
|
Thursday, 6 Oct 2016
|
09:23 cpm
[NEW PORT] devel/gitless: Version control system built on top of Git
Gitless is an experimental version control system built on top of Git. Many
people complain that Git is hard to use. We think the problem lies deeper
than the user interface, in the concepts underlying Git. Gitless is an
experiment to see what happens if you put a simple veneer on an app that
changes the underlying concepts. Because Gitless is implemented on top of Git
(could be considered what Git pros call a "porcelain" of Git), you can always
fall back on Git. And of course your coworkers you share a repository with
need never know that you're not a Git aficionado.
WWW: https://github.com/sdg-mit/gitless
Approved by: amdmi3 (mentor)
Differential Revision: D8159
 |
|
Wednesday, 5 Oct 2016
|
12:49 olgeni
Add devel/erlang-hut, a logging helper library for Erlang.
 |
06:54 bsam
JNI of the Artistic Style source code indenter, formatter, and beautifier.
Artistic Style is a source code indenter, formatter, and beautifier for the C,
C++, C# and Java programming languages. It automatically re-indents and
re-formats source files and can be used from a command line.
WWW: http://astyle.sourceforge.net/
Note: this library is used by a native Arduino IDE 1.6.
 |
|
Monday, 3 Oct 2016
|
19:06 antoine
New port: devel/py-ipython_genutils
Vestigial utilities from IPython.
WWW: https://pypi.python.org/pypi/ipython_genutils
PR: 213165
Submitted by: Yuri Victorovich
 |
|
Sunday, 2 Oct 2016
|
15:38 olgeni
Add devel/elixir-libring, a fast consistent hash ring implementation in Elixir.
 |
|
Friday, 30 Sep 2016
|
08:46 vd
devel/google-sparsehash: Upgrade to 2.0.3 and rename to devel/sparsehash
* The project was moved from Google Code to GitHub (unbreak), hinted by [1]
* Upgrade from 2.0.2 to 2.0.3
* Remove now unneeded patches
* Remove the requirement for C++11 - the code does not need it
* Use PREFIX instead of LOCALBASE as a destination directory
PR: 213093 [1]
Submitted by: Erik Nordstrom <erik@nordstroem.no> [1]
 |
06:44 wen
Colored terminal output on terminals that support 'ANSI' color and
highlight codes. It also works in 'Emacs' 'ESS'. 'ANSI' color support is
automatically detected. Colors and highlighting can be combined and
nested. New styles can also be created easily. This package was inspired
by the 'chalk' 'JavaScript' project.
WWW: http://cran.r-project.org/web/packages/crayon/
PR: 213094
Submitted by: pfg@
 |
|
Wednesday, 28 Sep 2016
|
20:02 antoine
New port: devel/py-pathlib2
Backport of standard pathlib module which tracks the standard library module,
so all the newest features of the standard pathlib can be used also on older
Python versions.
WWW: https://pypi.python.org/pypi/pathlib2/
PR: 213049
 |
00:37 wen
Create a customized, optimized, non-lobotomized, uncompromised, and
thoroughly specialized parameter checking subroutine.
WWW: http://search.cpan.org/dist/Params-ValidationCompiler/
 |
|
Tuesday, 27 Sep 2016
|
17:49 amdmi3
devel/py-yaml:
- Add LICENSE_FILE
- Switch to options helpers
- Strip library
- Add support for tests
Add devel/py3-yaml python3 counterpart of this port
PR: 212692
Submitted by: amdmi3
Approved by: maintainer timeout (jpaetzel, 2 weeks)
 |
08:58 olgeni
Add devel/go-nuid, the NATS unique identifier generator library.
 |
06:47 wen
Loading this plugin causes your tests to fail if there any
warnings while they run. Each warning generates a new failing
test and the warning content is outputted via diag.
This module uses $SIG{__WARN__}, so if the code you're testing
sets this, then this module will stop working.
WWW: http://search.cpan.org/dist/Test2-Plugin-NoWarnings/
 |
|
Monday, 26 Sep 2016
|
18:18 philip
Threema Gateway Message SDK for Python https://gateway.threema.ch/.
 |
17:34 philip
Add devel/py3-click: a Python 3 slave port for devel/py-click
 |
07:57 rm
devel/py-unittest2: remove expired port
This port was only needed for Pythons lesser than 2.7
 |
|
Friday, 23 Sep 2016
|
20:27 antoine
Hook bossa to the build
 |
20:08 olgeni
Add devel/py-twilio, a Python module for communicating with the Twilio API.
 |
11:21 olgeni
Add devel/elixir-nats, an Elixir client for NATS (net/nats).
 |
|
Thursday, 22 Sep 2016
|
11:25 antoine
Hook libgrading to the build
 |
|
Tuesday, 20 Sep 2016
|
17:00 antoine
New port: devel/libvslvm
libvslvm is a library to access the Linux Logical Volume Manager (LVM) volume
system format.
WWW: https://github.com/libyal/libvslvm
 |
15:29 philip
Add a Python 3 wrapper for devel/py-pylru-cache.
 |
15:25 philip
Add devel/py-pylru-cache.
This is an LRU cache for Python. Provides a dictionary-like object
as well as a method decorator.
 |
|
Sunday, 18 Sep 2016
|
10:06 rene
Remove expired port:
2016-09-18 devel/poco-devel: older than stable devel/poco
 |
|
Saturday, 17 Sep 2016
|
09:46 rakuco
Update the Qt5 ports to 5.6.1.
This took longer than expected, but there are quite a few changes to the
existing ports and a few new ones.
General upstream changes:
- Starting with Qt 5.6.2, Qt will fail at configuration time if LibreSSL is
being used. According to the discussion here:
https://codereview.qt-project.org/#/c/154800/
The Qt project is not opposed to LibreSSL, but does not want to mix
support for it into the OpenSSL backend code, especially as they move
towards supporting OpenSSL 1.1.
People interested in LibreSSL support are welcome to submit a separate
backend upstream, but are expected to maintain it. We (kde@) are not
opposed to carrying some patches authored by others in the future, as long
as they are not huge and destabilizing.
- When Qt detects the compiler supports C++11, it will pass -std=gnu++11 by
default (this is an upstream change). You can add "CONFIG -= c++11" to
your .pro. Qt 5.7 will require C++11.
- www/webkit-qt5: The QtWebKit module is deprecated upstream, and is shipped
separately as a community release tarball. kde@ does not have an ETA for a
qt5-webengine port, as it requires a huge effort (and number of patches)
similar to maintaining www/chromium itself.
- x11-toolkits/qt5-declarative has been deprecated upstream. The last
release is 5.5.1.
Relevant changes:
- devel/qmake5: The freebsd-clang mkspec has become the default mkspec on
FreeBSD, replacing the outdated freebsd-g++ one that was moved to
unsupported/ (it still works though).
- devel/qt5-qdoc: qdoc was moved to qttools upstream, but its data files are
still in qtbase. The data files are now in the qt5-qdoc-data port.
- misc/qt5-doc: Clean up and stop requiring a compiler and fumbling with
mkspecs. Instead of running the `configure' script, which requires a
compiler and adjustments to the mkspecs files and also ends up building a
new qmake binary, we now leverage USES=qmake to generate all the Makefiles
from the top-level qt.pro. Getting this to work requires some tricks,
though, and qt.conf.in has a longer explanation of what's being done.
Switch to USES=gmake to be able to drop MAKE_JOBS_UNSAFE=yes.
New ports:
- comms/qt5-serialbus
- devel/qt5-qdoc-data
- x11-toolkits/qt5-quickcontrols2
Big thanks to Adriaan de Groot (groot@kde.org), tcberner@ and Loise Nolden
(nolden@kde.org) for the huge amount of work they put into this
patch. Loise in particular also sent quite a few changes upstream that were
essential for this update to work.
PR: 211916
 |
|
Wednesday, 14 Sep 2016
|
04:24 tota
- Add new port: devel/R-cran-sourcetools
Tools for the reading and tokenization of R code. The 'sourcetools'
package provides both an R and C++ interface for the tokenization
of R code, and helpers for interacting with the tokenized representation
of R code.
WWW: https://cran.r-project.org/web/packages/sourcetools/
 |
|
Tuesday, 13 Sep 2016
|
20:14 rene
Do not break INDEX
 |
18:23 rene
Remove expired ports:
2016-08-23 www/mediawiki124: EOL upstream
2016-08-23 sysutils/rsyslog7: Upgrade to rsyslog 8
2016-08-24 www/moodle28: EOL upstream
2016-08-31 devel/php5-msgpack: This is an older version of the software, please
use devel/pecl-msgpack.
2016-09-02 textproc/asciinema: use textproc/py3-asciinema instead
2016-09-09 x11-toolkits/qtada: No development since 2012, usefulness unclear
 |
|
Saturday, 10 Sep 2016
|
19:50 pi
New port: devel/govendor
Govendor is a tool that fetches dependencies for Go projects and records them
in the standard vendor.json file.
WWW: https://github.com/kardianos/govendor
PR: 212514
Submitted by: Randy Westlund <rwestlun@gmail.com>
Reviewed by: mat
Differential Revision: https://reviews.freebsd.org/D7818
 |
|
Tuesday, 6 Sep 2016
|
23:44 jbeich
devel/renpy: add 6.18 slave for compatibility with games/katawa-shoujo
PKGNAMESUFFIX is based on 6.99.11 being "the latest in a series of
releases that will culminate in Ren'Py 7".
 |
17:40 pi
New port: devel/kore
Kore is an easy to use web application framework for writing scalable
web APIs in C. Its main goals are security, scalability and allowing
rapid development and deployment of such APIs.
Because of this Kore is an ideal candidate for building robust,
scalable and secure web things.
WWW: http://www.kore.io/
PR: 211603
Submitted by: Tobias Kortkamp <t@tobik.me>
 |
|
Monday, 5 Sep 2016
|
17:19 pi
New port: devel/py-numba
Numba gives you the power to speed up your applications with high performance
functions written directly in Python. With a few annotations, array-oriented
and math-heavy Python code can be just-in-time compiled to native machine
instructions, similar in performance to C, C++ and Fortran, without having to
switch languages or Python interpreters.
WWW: http://numba.pydata.org/
PR: 211347
Submitted by: David Kalliecharan <dave@dal.ca>
 |
|
Sunday, 4 Sep 2016
|
07:53 antoine
New port: devel/libscca
Library and tools to access the Windows Prefetch File (SCCA) format
WWW: https://github.com/libyal/libscca
 |
|
Saturday, 3 Sep 2016
|
19:56 pi
New port: devel/py-llvmlite
A lightweight LLVM python binding for writing JIT compilers
The old llvmpy binding exposes a lot of LLVM APIs but the mapping
of C++-style memory management to Python is error prone. Numba and
many JIT compilers do not need a full LLVM API. Only the IR builder,
optimizer, and JIT compiler APIs are necessary.
llvmlite is a project originally tailored for Numba's needs, using
the following approach:
- A small C wrapper around the parts of the LLVM C++ API we need
that are not already exposed by the LLVM C API.
- A ctypes Python wrapper around the C API.
- A pure Python implementation of the subset of the LLVM IR builder
that we need for Numba.
WWW: https://github.com/numba/llvmlite
PR: 211346
Submitted by: David Kalliecharan <dave@dal.ca>
 |
|
Friday, 2 Sep 2016
|
10:14 olgeni
Add devel/etcd3, the (very different) 3.x branch of devel/etcd.
 |
Number of commits found: 12242 (showing only 100 on this page) |