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]  «  46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56  »  [Last Page]

Friday, 21 Oct 2016
07:29 rene search for other commits by this committer
Unlink expired PHP5.5 ports.
Original commitRevision:424381 
Thursday, 20 Oct 2016
19:59 rene search for other commits by this committer
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
Original commitRevision:424353 
15:50 tj search for other commits by this committer
New port devel/py-voluptuous

WWW: https://github.com/alecthomas/voluptuous
Original commitRevision:424338 
15:19 novel search for other commits by this committer
Add py-osprofiler 1.4.0, openStack Profiler Library.

PR:		213542
Submitted by:	Alexander Nusov <alexander.nusov@nfvexpress.com>
Original commitRevision:424335 
15:18 novel search for other commits by this committer
Add py-oslo.messaging 5.10.0, oslo Messaging API.

PR:		213542
Submitted by:	Alexander Nusov <alexander.nusov@nfvexpress.com>
Original commitRevision:424334 
15:18 novel search for other commits by this committer
Add py-keystonemiddleware 4.10.0, middleware for OpenStack Identity.

PR:		213542
Submitted by:	Alexander Nusov <alexander.nusov@nfvexpress.com>
Original commitRevision:424333 
15:17 novel search for other commits by this committer
Add py-oslo.service 1.16.0, oslo.service library.

PR:		213542
Submitted by:	Alexander Nusov <alexander.nusov@nfvexpress.com>
Original commitRevision:424332 
15:16 novel search for other commits by this committer
Add py-oslo.cache 1.14.0, cache storage for OpenStack projects.

PR:		213542
Submitted by:	Alexander Nusov <alexander.nusov@nfvexpress.com>
Original commitRevision:424331 
Wednesday, 19 Oct 2016
20:53 bsam search for other commits by this committer
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
Original commitRevision:424290 
18:39 novel search for other commits by this committer
Add py-oslo.concurrency 3.14.0, oslo Concurrency library.

PR:		213542
Submitted by:	Alexander Nusov <alexander.nusov@nfvexpress.com>
Original commitRevision:424280 
18:07 novel search for other commits by this committer
Add py-oslo.middleware 3.19.0, oslo Middleware library.

PR:		213542
Submitted by:	Alexander Nusov <alexander.nusov@nfvexpress.com>
Original commitRevision:424279 
18:06 novel search for other commits by this committer
Add py-oslo.log 3.16.0, oslo Log library.

PR:		213542
Submitted by:	Alexander Nusov <alexander.nusov@nfvexpress.com>
Original commitRevision:424278 
18:05 novel search for other commits by this committer
Add py-oslo.db 4.13.3, oslo Database library.

PR:		213542
Submitted by:	Alexander Nusov <alexander.nusov@nfvexpress.com>
Original commitRevision:424277 
18:03 novel search for other commits by this committer
Add py-pycadf 2.4.0, CADF Library.

PR:		213542
Submitted by:	Alexander Nusov <alexander.nusov@nfvexpress.com>
Original commitRevision:424276 
18:02 novel search for other commits by this committer
Add py-oslo.policy 1.15.0, oslo Policy library.

PR:		213542
Submitted by:	Alexander Nusov <alexander.nusov@nfvexpress.com>
Original commitRevision:424275 
14:50 tijl search for other commits by this committer
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
Original commitRevision:424259 
Tuesday, 18 Oct 2016
21:19 feld search for other commits by this committer
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>
Original commitRevision:424219 
21:09 feld search for other commits by this committer
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>
Original commitRevision:424215 
20:59 feld search for other commits by this committer
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>
Original commitRevision:424214 
17:37 rene search for other commits by this committer
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
Original commitRevision:424188 
15:02 novel search for other commits by this committer
Add py-oslo.context 2.9.0, oslo Context library.

PR:		213542
Submitted by:	Alexander Nusov <alexander.nusov@nfvexpress.com>
Original commitRevision:424169 
15:02 novel search for other commits by this committer
Add py-cachetools 2.0.0, extensible memoizing collections and
decorators.

PR:		213542
Submitted by:	Alexander Nusov <alexander.nusov@nfvexpress.com>
Original commitRevision:424168 
15:01 novel search for other commits by this committer
Add py-pika-pool 0.1.3, pika connection pooling.

PR:		213542
Submitted by:	Alexander Nusov <alexander.nusov@nfvexpress.com>
Original commitRevision:424165 
Monday, 17 Oct 2016
18:18 novel search for other commits by this committer
Add py-futurist 0.18.0, useful additions to futures, from the future.

PR:		213542
Submitted by:	Alexander Nusov <alexander.nusov@nfvexpress.com>
Original commitRevision:424140 
18:15 novel search for other commits by this committer
Add py-retrying 1.3.3, general-purpose retrying library, written in
Python.

PR:		213542
Submitted by:	Alexander Nusov <alexander.nusov@nfvexpress.com>
Original commitRevision:424139 
18:12 novel search for other commits by this committer
Add py-python-editor 1.0.1, programmatically open an editor, capture the
result.

PR:		213542
Submitted by:	Alexander Nusov <alexander.nusov@nfvexpress.com>
Original commitRevision:424138 
18:10 novel search for other commits by this committer
Add py-fasteners 0.14.1, python package that provides useful locks.

PR:		213542
Submitted by:	Alexander Nusov <alexander.nusov@nfvexpress.com>
Original commitRevision:424137 
Sunday, 16 Oct 2016
22:01 bsam search for other commits by this committer
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
Original commitRevision:424083 
Friday, 14 Oct 2016
19:03 bsam search for other commits by this committer
Core board support used in Arduino 1.6

WWW: http://www.arduino.cc

PR:		213482
Submitted by:	bsdports@kyle-evans.net
Original commitRevision:423983 
Wednesday, 12 Oct 2016
18:18 bsam search for other commits by this committer
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
Original commitRevision:423877 
10:22 novel search for other commits by this committer
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>
Original commitRevision:423851 
10:21 novel search for other commits by this committer
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>
Original commitRevision:423850 
10:20 novel search for other commits by this committer
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>
Original commitRevision:423849 
10:19 novel search for other commits by this committer
Add py-oslo.config 3.17.0, oslo Configuration library.

PR:		213337
Submitted by:	Alexander Nusov <alexander.nusov@nfvexpress.com>
Original commitRevision:423848 
10:18 novel search for other commits by this committer
Add py-osc-lib 1.1.0, OpenStackClient plugin library support.

PR:		213337
Submitted by:	Alexander Nusov <alexander.nusov@nfvexpress.com>
Original commitRevision:423846 
10:17 novel search for other commits by this committer
Add py-os-client-config 1.21.1, OpenStack Client Configuation Library.

PR:		213337
Submitted by:	Alexander Nusov <alexander.nusov@nfvexpress.com>
Original commitRevision:423844 
10:15 novel search for other commits by this committer
Add py-openstacksdk 0.9.8, unified SDK for OpenStack.

PR:		213337
Submitted by:	Alexander Nusov <alexander.nusov@nfvexpress.com>
Original commitRevision:423843 
10:15 novel search for other commits by this committer
Add py-cmd2 0.6.9, extra features for standard library cmd module.

PR:		213337
Submitted by:	Alexander Nusov <alexander.nusov@nfvexpress.com>
Original commitRevision:423842 
10:13 novel search for other commits by this committer
Add py-cliff 2.2.0, command Line Interface Formulation Framework.

PR:		213337
Submitted by:	Alexander Nusov <alexander.nusov@nfvexpress.com>
Original commitRevision:423841 
Tuesday, 11 Oct 2016
22:03 bsam search for other commits by this committer
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
Original commitRevision:423803 
21:19 bsam search for other commits by this committer
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>
Original commitRevision:423799 
15:02 bsam search for other commits by this committer
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
Original commitRevision:423766 
Monday, 10 Oct 2016
12:52 tota search for other commits by this committer
- 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/
Original commitRevision:423660 
Thursday, 6 Oct 2016
09:23 cpm search for other commits by this committer
[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
Original commitRevision:423401 
Wednesday, 5 Oct 2016
12:49 olgeni search for other commits by this committer
Add devel/erlang-hut, a logging helper library for Erlang.
Original commitRevision:423341 
06:54 bsam search for other commits by this committer
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.
Original commitRevision:423321 
Monday, 3 Oct 2016
19:06 antoine search for other commits by this committer
New port: devel/py-ipython_genutils

Vestigial utilities from IPython.
WWW: https://pypi.python.org/pypi/ipython_genutils

PR:		213165
Submitted by:	Yuri Victorovich
Original commitRevision:423221 
Sunday, 2 Oct 2016
15:38 olgeni search for other commits by this committer
Add devel/elixir-libring, a fast consistent hash ring implementation in Elixir.
Original commitRevision:423129 
Friday, 30 Sep 2016
08:46 vd search for other commits by this committer
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]
Original commitRevision:422969 
06:44 wen search for other commits by this committer
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@
Original commitRevision:422960 
Wednesday, 28 Sep 2016
20:02 antoine search for other commits by this committer
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
Original commitRevision:422885 
00:37 wen search for other commits by this committer
Create a customized, optimized, non-lobotomized, uncompromised, and
thoroughly specialized parameter checking subroutine.

WWW: http://search.cpan.org/dist/Params-ValidationCompiler/
Original commitRevision:422837 
Tuesday, 27 Sep 2016
17:49 amdmi3 search for other commits by this committer
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)
Original commitRevision:422821 
08:58 olgeni search for other commits by this committer
Add devel/go-nuid, the NATS unique identifier generator library.
Original commitRevision:422810 
06:47 wen search for other commits by this committer
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/
Original commitRevision:422802 
Monday, 26 Sep 2016
18:18 philip search for other commits by this committer
Threema Gateway Message SDK for Python https://gateway.threema.ch/.
Original commitRevision:422787 
17:34 philip search for other commits by this committer
Add devel/py3-click: a Python 3 slave port for devel/py-click
Original commitRevision:422784 
07:57 rm search for other commits by this committer
devel/py-unittest2: remove expired port

This port was only needed for Pythons lesser than 2.7
Original commitRevision:422768 
Friday, 23 Sep 2016
20:27 antoine search for other commits by this committer
Hook bossa to the build
Original commitRevision:422695 
20:08 olgeni search for other commits by this committer
Add devel/py-twilio, a Python module for communicating with the Twilio API.
Original commitRevision:422693 
11:21 olgeni search for other commits by this committer
Add devel/elixir-nats, an Elixir client for NATS (net/nats).
Original commitRevision:422661 
Thursday, 22 Sep 2016
11:25 antoine search for other commits by this committer
Hook libgrading to the build
Original commitRevision:422601 
Tuesday, 20 Sep 2016
17:00 antoine search for other commits by this committer
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
Original commitRevision:422521 
15:29 philip search for other commits by this committer
Add a Python 3 wrapper for devel/py-pylru-cache.
Original commitRevision:422508 
15:25 philip search for other commits by this committer
Add devel/py-pylru-cache.

This is an LRU cache for Python.  Provides a dictionary-like object
as well as a method decorator.
Original commitRevision:422506 
Sunday, 18 Sep 2016
10:06 rene search for other commits by this committer
Remove expired port:
2016-09-18 devel/poco-devel: older than stable devel/poco
Original commitRevision:422360 
Saturday, 17 Sep 2016
09:46 rakuco search for other commits by this committer
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
Original commitRevision:422306 
Wednesday, 14 Sep 2016
04:24 tota search for other commits by this committer
- 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/
Original commitRevision:422102 
Tuesday, 13 Sep 2016
20:14 rene search for other commits by this committer
Do not break INDEX
Original commitRevision:422079 
18:23 rene search for other commits by this committer
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
Original commitRevision:422054 
Saturday, 10 Sep 2016
19:50 pi search for other commits by this committer
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
Original commitRevision:421732 
Tuesday, 6 Sep 2016
23:44 jbeich search for other commits by this committer
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".
Original commitRevision:421472 
17:40 pi search for other commits by this committer
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>
Original commitRevision:421450 
Monday, 5 Sep 2016
17:19 pi search for other commits by this committer
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>
Original commitRevision:421379 
Sunday, 4 Sep 2016
07:53 antoine search for other commits by this committer
New port: devel/libscca

Library and tools to access the Windows Prefetch File (SCCA) format
WWW: https://github.com/libyal/libscca
Original commitRevision:421310 
Saturday, 3 Sep 2016
19:56 pi search for other commits by this committer
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>
Original commitRevision:421299 
Friday, 2 Sep 2016
10:14 olgeni search for other commits by this committer
Add devel/etcd3, the (very different) 3.x branch of devel/etcd.
Original commitRevision:421261 
08:11 vanilla search for other commits by this committer
Add cjose 0.4.1, c library implementing Javascript Object Signing &
Encryption (JOSE).

PR:		212314
Submitted by:	jamie@chair6.net
Original commitRevision:421255 
Thursday, 1 Sep 2016
14:03 olgeni search for other commits by this committer
Add devel/erlang-gen_rpc, a scalable RPC library for Erlang.
Original commitRevision:421220 
Tuesday, 30 Aug 2016
19:52 cy search for other commits by this committer
Add apache-rat for index purposes.
Original commitRevision:421131 
Monday, 29 Aug 2016
15:44 antoine search for other commits by this committer
New port: devel/rubygem-windows_error

The WindowsError gem provides an easily accessible reference for standard
Windows API Error Codes. It allows you to do comparisons as well as direct
lookups of error codes to translate the numerical value returned by the API,
into a meaningful and human readable message.

WWW: https://github.com/rapid7/windows_error
Original commitRevision:421073 
Sunday, 28 Aug 2016
07:02 pi search for other commits by this committer
New port: devel/p5-Devel-InheritNamespace

Devel::InheritNamespace
Inherit an entire namespace

WWW: http://search.cpan.org/dist/Devel-InheritNamespace/

PR:		212206
Submitted by:	danny@dannywarren.com
Original commitRevision:421007 
Wednesday, 24 Aug 2016
19:21 pi search for other commits by this committer
devel/godot: Update to 2.1 and add minimal devel/godot-tools slave port

- Update to 2.1 release
- Add LICENSE_FILE for MIT license
- Add CCBYv3 license for logo
- Add devel/xdg-user-dirs, devel/xdg-utils and x11/xmessage to RUN_DEPENDS
- Add xrandr to USE_XORG
- Replace USE_OPENSSL=yes with USES+=ssl
- Add gl to USE_GL
- Remove GLU dependency - glu.h was included from imported glew.h
  but GLU components are not used
- Add DEBUG option and clarify build targets
- Replace TOOLS option with devel/godot-tools port, while devel/godot
  port used as runtime
- Allow to build ALSA and PulseAudio drivers independently
- Allow to build RtAudio driver with OSS or ALSA or PulseAudio
- Set OSS option by default
- Add desktop entry for godot-tools
- Add sed patch to fix executable paths inside of
  ${WRKSRC}/platform/x11/os_x11.cpp file
- Remove mkdir, because of COPYTREE_SHARE usage, which recreates
  destination directories
- Remove RM command for demos/2d/hexamap/.fscache file, because the
  file is not available for current version
- Add patch to enable OSS usage for RtAudio driver on FreeBSD
- Add patch to fix issue(s) with OS_Unix::execute and
  OS_Unix::get_executable_path functions on FreeBSD
- Add patch to fix layout of --help text
- Remove pkg-plist and use dynamic package list with PORTDATA and PLIST_FILES
- Use current head commit of 2.1 branch from new github repo
  godotengine/godot-demo-projects to install examples (this was
  previously part of godot repo)

PR:		209742
Submitted by:	lightside@gmx.com
Approved by:	FreeBSD@Shaneware.biz
Original commitRevision:420818 
09:49 olgeni search for other commits by this committer
Add devel/elixir-stemmer, an English stemmer implementation in Elixir.
Original commitRevision:420782 
09:39 olgeni search for other commits by this committer
Add devel/elixir-simple_bayes, a Naive Bayes machine learning
implementation in Elixir.
Original commitRevision:420781 
09:31 olgeni search for other commits by this committer
Add devel/elixir-math, a math library for Elixir.

(GH_TAGNAME is required here, pending an official tag on GH)
Original commitRevision:420780 
08:59 olgeni search for other commits by this committer
Add devel/elixir-swarm, a clustering, registration, and distribution
library for Elixir.
Original commitRevision:420777 
06:17 vanilla search for other commits by this committer
Add py-opster 4.1, command line parsing speedster.

PR:		212040
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
Original commitRevision:420765 
Sunday, 21 Aug 2016
13:50 rm search for other commits by this committer
selectors34 is a backport of the selectors module from Python 3.4. The selectors
module written by Charles-Francois Natali. This port is based on Victor
Stinner's trollius/selectors.py port.

WWW: https://pypi.python.org/pypi/selectors34
Original commitRevision:420562 
Wednesday, 17 Aug 2016
18:33 dbn search for other commits by this committer
devel/py-qt5-help: add missing PyQt5 port.

Repocopy from devel/py-qt4-help.
Original commitRevision:420363 
Monday, 15 Aug 2016
15:36 tcberner search for other commits by this committer
New port: devel/grantlee5 and Uses/grantlee.mk

The upcoming KDE Frameworks ports need grantlee5

*  Add devel/grantlee5 and move installed headers into a subdirectory
include/grantlee5
*  Move header files from devel/grantlee into a subdirectory
       include/grantlee4
   to make sure ports do not pick up the wrong headers
*  Add Uses/grantlee.mk to handle the PLIST_SUB and LIB_DEEPENDS needed
   by ports using grantlee (before we set the PLIST_SUB manual in very
   of the depending ports, which now should not be needed anymore).
*  The ports depending on devel/grantlee have been modified from
      LIB_DEPENDS=libgrantlee_gui.so:devel/grantlee
   to
      USES=grantlee:4
   as this does not affect the package no version bumped was made.

Reviewed by:    mat, rakuco
Approved by:    rakuco (mentor)
Differential Revision:  https://reviews.freebsd.org/D7434
Original commitRevision:420244 
Sunday, 14 Aug 2016
09:20 pi search for other commits by this committer
New port: devel/linux-kernel

The Linux kernel.

This port is a building block for creating custom Linux appliances in
FreeBSD as part of your regular package build without a Linux VM or
jail.

Provide your own Linux kernel configuration file via the LINUX_KCONFIG
make variable, or create your own via support of Linux' config tools.

The default configuration comes with QEMU/KVM guest support.

WWW: https://www.kernel.org/

PR:		211419
Submitted by:	Tobias Kortkamp <t@tobik.me>
Reviewed by:	koobs
Original commitRevision:420185 
Saturday, 13 Aug 2016
22:44 swills search for other commits by this committer
devel/rubygem-ruby_rep: create port

Creates a version constraint of supported Rubies,suitable for a gemspec file

WWW: https://github.com/e2/ruby_dep
Original commitRevision:420167 
Friday, 12 Aug 2016
16:20 pawel search for other commits by this committer
Parse line as shell words.

WWW: https://github.com/mattn/go-shellwords

PR:		211660
Submitted by:	Sascha Holzleiter <sascha@root-login.org>
Original commitRevision:420135 
Wednesday, 10 Aug 2016
20:00 pawel search for other commits by this committer
babeltrace provides trace read and write libraries, as well as a trace
converter. A plugin can be created for any trace format to allow its conversion
to/from another trace format.
The main format expected to be converted to/from is the Common Trace
Format (CTF). The latest version of the CTF specification can be found at
git://git.efficios.com/ctf.git
gitweb:     http://git.efficios.com/?p=ctf.git
The CE Workgroup of the Linux Foundation, Ericsson, and EfficiOS have
sponsored this work.

WWW: http://www.efficios.com/babeltrace

PR:		211574
Submitted by:	luca.pizzamiglio@gmail.com
Original commitRevision:420037 
Tuesday, 9 Aug 2016
19:36 arved search for other commits by this committer
Add py-mailcap-fix, a module to fix a bug in the python mailcap module

This port is a dependency of the upcoming update to www/rtv
Original commitRevision:419961 
Sunday, 7 Aug 2016
16:50 brooks search for other commits by this committer
Add a port of LLVM 3.9.0rc1.
Original commitRevision:419781 
Friday, 5 Aug 2016
09:09 danfe search for other commits by this committer
Add a port of Shed Skin, an experimental compiler that can translate pure,
but implicitly statically typed Python programs into optimized C++.

While here, sort entries in `devel/Makefile' (once again).

PR:	211572
Original commitRevision:419677 
Thursday, 4 Aug 2016
18:02 pi search for other commits by this committer
New port: devel/py-pyface

The pyface project contains a toolkit-independent GUI abstraction
layer, which is used to support the "visualization" features of the
Traits package. Thus, you can write code in terms of the Traits API
(views, items, editors, etc.), and let pyface and your selected
toolkit and back-end take care of the details
of displaying them.

The following GUI backends are supported:
 * wxPython
 * PyQt
 * PySide

WWW: https://docs.enthought.com/pyface

PR:		204432
Submitted by:	Vladimir Chukharev <vladimir.chukharev@gmail.com>
Original commitRevision:419640 
17:48 pi search for other commits by this committer
New port: devel/py-apptools

The apptools project includes a set of packages that Enthought has
found useful in creating a number of applications.

- apptools.appscripting: Framework for scripting applications.
- apptools.help: Provides a plugin for displaying documents and examples.
- apptools.io: Provides an abstraction for files and folders in a
  file system.
- apptools.logger: Convenience functions for creating logging handlers
- apptools.naming: Manages naming contexts, supporting non-string data
  types and scoped preferences
- apptools.permissions: Supports limiting access to parts of an application
  unless the user is appropriately authorised (not full-blown security).
- apptools.persistence: Supports pickling and restoring the state of an
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Original commitRevision:419638 

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

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