non port: devel/Makefile |
Number of commits found: 11334 (showing only 100 on this page) |
Tuesday, 28 Feb 2017
|
11:59 rene
Remove expired ports:
2017-02-28 textproc/rubygem-nokogiri14: Use textproc/rubygem-nokogiri instead
2017-02-28 textproc/rubygem-liquid2: Use textproc/rubygem-liquid instead
2017-02-28 www/rubygem-rack14: Use www/rubygem-rack or www/rubygem-rack16
instead
2017-02-28 www/rubygem-mechanize26: Use www/rubygem-mechanize instead
2017-02-28 www/rubygem-net-http-persistent25: Use
www/rubygem-net-http-persistent2 instead
2017-02-28 devel/rubygem-builder32: Use devel/rubygem-builder instead
2017-02-28 www/rubygem-net-http-digest_auth11: Use
www/rubygem-net-http-digest_auth instead
2017-02-28 devel/rubygem-bson1: Use devel/rubygem-bson instead
2017-02-28 devel/rubygem-minitest4: Use devel/rubygem-minitest instead
2017-02-28 java/jdk16-doc: Should have been removed with linux-sun-jdk16
(2014-05-11)
2017-02-28 java/jdk7-doc: Should have been removed with linux-sun-jdk17
(2016-04-24)
2017-02-28 textproc/rubygem-sass-rails4: Use textproc/rubygem-sass-rails5
instead
|
09:53 amdmi3
Standalone Nomos license scanner from fossology project
WWW: https://www.fossology.org/
|
Sunday, 26 Feb 2017
|
21:15 tijl
Remove devel/linux_kdump. It has been broken for a while now and is
obsolete. The base system kdump(1) can be used instead.
|
17:38 acm
- Freepascal update to 3.0.2
- Lazarus BUMP PORTREVISION
- Connect www/fpc-googleapi and devel/fpc-fcl-pdf
|
13:56 sunpoet
Add p5-List-UtilsBy-XS 0.05
List::UtilsBy::XS is XS implementation of List::UtilsBy. Functions are more
fast than original ones.
WWW: http://search.cpan.org/dist/List-UtilsBy-XS/
|
Saturday, 25 Feb 2017
|
14:02 ed
Add Argdata.
The existing cloudabi-utils package has a copy of a library called
Argdata integrated. Future versions of cloudabi-utils will no longer
ship with it, as Argdata can be used independently of CloudABI.
This change introduces a new devel/argdata port, which can be used by
future versions of cloudabi-utils.
Approved by: bapt
Differential Revision: https://reviews.freebsd.org/D9799
|
Friday, 24 Feb 2017
|
18:50 dim
After r434738, also remove devel/xlocale, as it uses devel/libc++ as its
MASTERDIR. The port itself is not used by anything else.
Approved by: portmgr (antoine)
PR: 217257
|
17:57 dim
Remove the devel/libc++ and devel/libcxxrt ports.
Since all supported versions of FreeBSD now have libc++ and libcxxrt in
the base system, and these ports were outdated, remove them, and update
any ports that still depended on them:
* graphics/gnash
* textproc/hs-double-conversion
* x11-toolkits/hs-wxc
* math/parmetis
Approved by: portmgr (antoine)
Exp-run by: antoine
PR: 217257
MFH: 2017Q1
|
Wednesday, 22 Feb 2017
|
20:18 tobik
New port: devel/memleax
Memleax debugs memory leaks of running processes by attaching to them,
without recompiling or restarting. It hooks the target process's invocation
of memory allocation and free and reports the memory blocks which live
long enough as memory leak, in real time.
It is convenient to use, and suitable for production environments.
There is no need to recompile the program or restart the target process.
You can run memleax to monitor the target process, wait for the real-time
memory leak report, and then kill it with ctrl-c to stop monitoring.
WWW: https://github.com/WuBingzheng/memleax
PR: 217105
Submitted by: Guy Tabrar <guy.tabrar@me.com>
Approved by: lme (mentor)
Differential Revision: https://reviews.freebsd.org/D9725
|
Tuesday, 21 Feb 2017
|
20:27 feld
This is a binding of libevent to Lua. It will serve as a drop-in
replacement for copas, and eventually support more features (async DNS,
HTTP, RPC...).
WWW: https://github.com/harningt/luaevent
PR: 216750
Submitted by: Sir l33tname <sirl33tname@gmail.com>
|
15:08 amdmi3
- Add py3-setproctitle, python counterpart of py-setproctitle
- While here, fix PYTHON_SITELIBDIR misuse, don't install license with docs and
add PyPi WWW
|
14:37 krion
New port devel/nimble:
Nimble is a package manager for the Nim programming language.
WWW: https://github.com/nim-lang/nimble
PR: 215304
Submitted by: Neal Nelson <ports@nicandneal.net>
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9688
|
06:10 dbn
devel/py-mypy: add new port
Mypy is an optional static type checker for Python. You can add type hints to
your Python programs using the standard for type annotations introduced in
Python 3.5 (PEP 484), and use mypy to type check them statically. Find bugs in
your programs without even running them!
PR: 209871
Submitted by: Florian Limberger (flo@snakeoilproductions.net)
|
Monday, 20 Feb 2017
|
15:15 sunpoet
Add go-crc32 1.1
CRC32 hash with x64 optimizations
This package is a drop-in replacement for the standard library
hash/crc32 package, that features SSE 4.2 optimizations on x64
platforms, for a 10x speedup.
WWW: https://github.com/klauspost/crc32
- While I'm here:
- Use DISTVERSIONPREFIX
- Add LICENSE_FILE
- Add missing RUN_DEPENDS
- Remove GH_PROJECT
PR: 217211
Submitted by: Guy Tabrar <guy.tabrar@me.com>
|
15:14 sunpoet
Add go-cpuid 1.0
The cpuid package provides information about the CPU running the
current program.
CPU features are detected on startup, and kept for fast access
through the life of the application. Currently x86 / x64 (AMD64)
is supported, and no external C (cgo) code is used, which should
make the library very easy to use.
You can access the CPU information by accessing the shared CPU
variable of the cpuid library.
WWW: https://github.com/klauspost/cpuid
- While I'm here:
- Use DISTVERSIONPREFIX
- Add LICENSE_FILE
- Remove GH_PROJECT
PR: 217210
Submitted by: Guy Tabrar <guy.tabrar@me.com>
|
02:57 jbeich
devel/libevent2: drop historical suffix after r362796
PR: 216777
Approved by: mm (maintainer)
|
Sunday, 19 Feb 2017
|
17:37 dumbbell
sysutils/rubygem-bosh_cli: Depend on devel/rubygem-progressbar09
sysutils/rubygem-bosh_cli is incompatible with devel/rubygem-progressbar
(1.8.2 at the time of this commit). This causes BOSH commands, such as
`bosh upload release` to fail with an obscure Ruby exception.
devel/rubygem-progressbar09 is svn-copied from devel/rubygem-progressbar
and downgraded to 0.9.2. sysutils/robygem-bosh_cli `PORTREVISION` is
bumped to reflect the change of dependency.
Approved by: antoine (mentor), sunpoet
Differential Revision: https://reviews.freebsd.org/D9651
|
Saturday, 18 Feb 2017
|
22:07 rene
Remove expired ports:
2017-02-15 www/rt40: Upstream support EoL, please migrate to rt44
2017-02-17 devel/m6811-binutils: multiple vulnerabilities, version is years
behind upstream
|
19:48 tcberner
Update Qt5 to 5.7.1, and unify the Qt4 and Qt5 ports some more
* Update Qt5 to 5.7.1
* Move Qt4 binaries to lib/qt4/bin
* Move Qt5 libraries to lib/qt5/lib
By moving the libraries we should finally be able to get rid of the inplace
upgrade bug (see ports bugs 194088, 195105 and 198720): when Qt5's libraries
were lying in /usr/local/lib, which would often get added by pkgconfig to the
linker paths via dependencies, the already installed libraries were linked
against, instead of the ones that were being built. This forced us to make
sure, that -L${WRKSRC}/lib was always coming before -L/usr/local/lib in the
linker flags. With this change this should no longer be the case.
* Rename some ports to match the rest (foo-qtX -> qtX-foo)
* Depend on new port misc/qtchooser [see UPDATING & CHANGES]
There are several new Qt5 ports which all have been created by Marie Loise
Nolden
<nolden@kde.org>. Thanks again.
PR: 216797
Exp-Run by: antoine
Reviewed by: rakuco, mat, groot_kde.org
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D9213
|
07:34 demon
New port: py-Automat
Automat is a library for concise, idiomatic Python expression of
finite-state automata (particularly deterministic finite-state
transducers).
PR: 217186
Submitted by: John W. O'Brien <john@saltant.com>
|
Friday, 17 Feb 2017
|
23:23 bdrewery
Add a patch for memcached to ccache along with a slave devel/ccache-memcached
port.
This patch is not safe for WITH_CCACHE_BUILD support yet as that causes all
ports to depend on devel/ccache. Enabling that patch would then cause the
new devel/libmemcached dependency to require devel/ccache which is a cyclic
dependency. The autoconf dependency also causes issues.
Add a devel/ccache-memcached slave port that would allow a user to use
the ccache+memcached package manually with ports without WITH_CCACHE_BUILD.
This patch comes from https://github.com/ccache/ccache/pull/58 and has been
an ongoing effort over a few years to be merged into the mainline of ccache.
Documenation for it can be found in the MANUAL file at:
/usr/local/share/doc/ccache/MANUAL.txt
Sponsored by: Dell EMC Isilon
|
18:54 lx
Add linenoise-ng, a small portable readline replacement.
|
Thursday, 16 Feb 2017
|
16:45 sunpoet
Add p5-File-Share 0.25
File::Share is a dropin replacement for File::ShareDir. It supports the dist_dir
and dist_file functions, except these functions have been enhanced to understand
when the developer's local ./share/ directory should be used.
WWW: http://search.cpan.org/dist/File-Share/
|
Wednesday, 15 Feb 2017
|
09:28 vanilla
Add pecl-uv 0.1.1, PHP wrapper for libuv.
PR: 217070
Submitted by: John Chen <johnpupu@gmail.com>
|
Monday, 13 Feb 2017
|
18:58 sunpoet
Add p5-Devel-Confess 0.009003
This module is meant as a debugging aid. It can be used to make a script
complain loudly with stack backtraces when warn()ing or die()ing. Unlike other
similar modules (e.g. Carp::Always), stack traces will also be included when
exception objects are thrown.
WWW: http://search.cpan.org/dist/Devel-Confess/
|
Sunday, 12 Feb 2017
|
08:36 sunpoet
Document the removal of devel/php70-APCu
Submitted by: sunpoet (myself)
Approved by: Daniel Ylitalo <daniel@blodan.se> (maintainer, via email)
Differential Revision: https://reviews.freebsd.org/D9333
|
08:23 sunpoet
Add pecl-APCu4 (copied from pecl-APCu) and update to 4.0.11
- While I'm here [1]:
- Add missing PKGNAMESUFFIX
- Use CONFLICTS_INSTALL instead of CONFLICTS
- Add PORTSCOUT
- Use USES=localbase
Changes: https://pecl.php.net/package-changelog.php?package=APCu
PR: 216969
Submitted by: John Chen <johnpupu@gmail.com> (maintainer)
Differential Revision: https://reviews.freebsd.org/D9333 [1]
|
Saturday, 11 Feb 2017
|
14:20 sunpoet
Add pecl-msgpack0 (copied from pecl-msgpack)
- While I'm here, add missing PKGNAMESUFFIX
PR: 216970
Submitted by: John Chen <johnpupu@gmail.com> (maintainer)
|
Friday, 10 Feb 2017
|
00:23 jmd
Add oclgrind port. Oclgrind is the OpenCL equivalent of valgrind and useful to
debug OpenCL kernels and OpenCL enabled codes.
Reviewed by: swills (mentor)
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D9467
|
Thursday, 9 Feb 2017
|
18:10 amdmi3
- Add devel/py-rply
rply is a pure python parser generator, that also works with RPython. It is a
more-or-less direct port of David Beazley's awesome PLY, with a new public
API, and RPython support.
WWW: https://pypi.python.org/pypi/rply/
PR: 216783
Submitted by: dave@dal.ca
|
18:08 amdmi3
- Add devel/py-astor
Read/rewrite/write Python ASTs
astor is designed to allow easy manipulation of Python source via the AST.
WWW: https://pypi.python.org/pypi/astor
PR: 216782
Submitted by: dave@dal.ca
|
Wednesday, 8 Feb 2017
|
18:52 rene
Remove expired ports:
2017-02-08 misc/teslams: Broken for more than 6 months
2017-02-08 devel/libdict: Broken for more than 6 months
2017-02-08 math/R-cran-SuppDists: Broken for more than 6 months
2017-02-08 devel/py-re2: Broken for more than 6 months
2017-02-08 net-p2p/digitalcoin: Broken for more than 6 months
|
17:59 rezny
devel/py-xxhash: new port
py-xxhash is a Python binding for the xxHash library by Yann Collet.
WWW: https://pypi.python.org/pypi/xxhash/
Approved by: feld (mentor)
Differential Revision: https://reviews.freebsd.org/D9468
|
17:56 rezny
devel/xxhash: new port
xxHash is an extremely fast non-cryptographic hash algorithm, running at RAM
speed limits. It is proposed in two flavors, 32 and 64 bits. It successfully
completes the SMHasher test suite which evaluates collision, dispersion and
randomness qualities of hash functions. Code is highly portable, and hashes
are identical on all platforms (little / big endian).
WWW: http://www.xxhash.com/
Approved by: feld (mentor)
Differential Revision: https://reviews.freebsd.org/D9468
|
09:50 olgeni
Add devel/elixir-crontab, an Elixir library to handle strings in
crontab format.
|
Monday, 6 Feb 2017
|
21:12 bapt
cmdtest black box tests Unix command line tools. Roughly, it is given a command
line and input files, and the expected output, and it verifies that the command
line produces the expected output. If not, it reports a problem, and shows the
differences.
WWW: https://liw.fi/cmdtest/
|
21:10 bapt
ttystatus is a Python library for showing progress reporting and status updates
on terminals, for (Unix) command line programs. Output is automatically adapted
to the width of the terminal: truncated if it does not fit, and re-sized if the
terminal size changes.
WWW: https://liw.fi/ttystatus/
|
21:08 bapt
cliapp is a Python framework for Unix-like command line programs. It contains
the typical stuff such programs need to do, such as parsing the command line for
options, and iterating over input files.
WWW: https://liw.fi/cliapp/
|
Sunday, 5 Feb 2017
|
21:59 rene
Remove expired ports:
2017-01-31 devel/p5-JIRA-Client: Deprecated by upstream due to deprecated JIRA's
SOAP API
2017-02-05 sysutils/puppet37: Upstream support ended, see
http://tinyurl.com/puppet3eol
2017-02-05 net-im/ttytter: Upstream no longer active, see net-im/oysttyer
|
14:27 amdmi3
- Add py-flake8-docstrings, py3-flake8-docstrings
Extension for flake8 which uses pydocstyle to check docstrings
WWW: https://pypi.python.org/pypi/flake8-docstrings
|
14:25 amdmi3
- Add py-pydocstyle, py3-pydocstyle
Python docstring style checker
(formerly pep257)
pydocstyle is a static analysis tool for checking compliance with
Python docstring conventions.
pydocstyle supports most of PEP 257 out of the box, but it should
not be considered a reference implementation.
pydocstyle supports Python 2.6, 2.7, 3.3, 3.4, 3.5, pypy and pypy3.
WWW: https://pypi.python.org/pypi/pydocstyle
|
14:13 amdmi3
- Add py-flake8-polyfill, py3-flake8-polyfill
flake8-polyfill is a package that provides some compatibility helpers
for Flake8 plugins that intend to support Flake8 2.x and 3.x
simultaneously.
WWW: https://pypi.python.org/pypi/flake8-polyfill
|
14:04 amdmi3
- Add py-flake8-builtins, py3-flake8-builtins
Check for python builtins being used as variables or parameters
WWW: https://pypi.python.org/pypi/flake8-builtins
|
13:59 amdmi3
- Add py-flake8-import-order, py3-flake8-import-order
Flake8 and pylama plugin that checks the ordering of import statements
WWW: https://pypi.python.org/pypi/flake8-import-order
|
13:55 amdmi3
- Add py-flake8-quotes, py3-flake8-quotes
Flake8 lint for quotes.
WWW: https://pypi.python.org/pypi/flake8-quotes
|
11:14 sunpoet
Move devel/libcheck to devel/check
- Bump PORTREVISION for dependent ports
|
04:26 sunpoet
Move devel/rubygem-bio to biology/rubygem-bio
|
Saturday, 4 Feb 2017
|
07:41 jbeich
devel/py-libusb1: update to 1.6.4
devel/py-adb stays on the old version due to google/python-adb#36
Changes: https://pypi.python.org/pypi/libusb1#id60
|
Friday, 3 Feb 2017
|
21:08 swills
devel/grumpy: create port
Grumpy is a Python to Go source code transcompiler and runtime.
WWW: https://github.com/google/grumpy
|
18:38 swills
devel/rubygem-pleaserun: create port
Tool to generate startup scripts
WWW: https://github.com/jordansissel/pleaserun
|
18:29 swills
devel/rubygem-insist: create port
A simple block-driven assertion library for both testing and for production
code
|
18:23 swills
devel/rubygem-stud: create port
small reusable bits of code I'm tired of writing over and over. A library form
of my software-patterns github repo.
WWW: https://github.com/jordansissel/ruby-stud
|
Thursday, 2 Feb 2017
|
13:06 swills
devel/jfrog-cli: create port
JFrog CLI is a compact and smart client that provides a simple interface that
automates access to JFrog Artifactory, JFrog Mission Control, JFrog Bintray and
JFrog Xray (through their respective REST APIs). By using the JFrog CLI, you
can greatly simplify your automation scripts making them more readable and
easier to maintain. Several features of the JFrog CLI makes your scripts more
efficient and reliable.
WWW: https://www.jfrog.com/getcli/
|
Tuesday, 31 Jan 2017
|
20:48 rene
Remove expired ports:
2017-01-31 databases/rubygem-arel3: Use devel/rubygem-arel or
devel/rubygem-arel6 instead
2017-01-31 databases/rubygem-arel5: Use devel/rubygem-arel or
devel/rubygem-arel6 instead
2017-01-31 www/tinymce3: Use www/tinymce instead
2017-01-31 devel/p5-IO-Detect: Use devel/p5-Scalar-Does instead
2017-01-31 devel/pear-PHPUnit3: Deprecated by upstream, use devel/phpunit
instead
|
Sunday, 29 Jan 2017
|
23:33 bapt
This library provides GObject bindings for libudev.
WWW: https://wiki.gnome.org/Projects/libgudev
Obtained from: FreeBSDDesktop github
|
23:14 bapt
libudev-compatible interface for devd
Intended to work with xorg-server and libinput
WWW: https://github.com/FreeBSDDesktop/libudev-devd
|
Saturday, 28 Jan 2017
|
11:18 rene
Remove expired ports:
2017-01-28 databases/ruby-rdbc1: Upstream no longer active
2017-01-28 databases/ruby-sybct: Upstream no longer active
2017-01-28 databases/ruby-o_dbm: Upstream no longer active
2017-01-28 databases/ruby-cdb: Upstream no longer active
2017-01-28 devel/ruby-rbison: Does not work on modern ruby
2017-01-28 devel/ruby-property: Upstream no longer exists
2017-01-28 devel/ruby-dialogs: Upstream no longer active
2017-01-28 devel/ruby-byaccr: Upstream no longer active
2017-01-28 devel/ruby-aspectr: Use rubygem-aspectr instead
2017-01-28 devel/ruby-locale: No longer useful
2017-01-28 devel/ruby-wirble: Upstream no longer active
2017-01-28 devel/ruby-tzfile: Upstream no longer exists
2017-01-28 devel/ruby-rreadline: Upstream no longer exists
2017-01-28 devel/ruby-intl: Use devel/rubygem-gettext instead
2017-01-28 graphics/ruby-imlib2: Upstream no longer active
2017-01-28 graphics/ruby-image_size: Upstream no longer active
2017-01-28 graphics/ruby-svg: Use graphics/rubygem-rsvg2 instead
2017-01-28 irc/ruby-rice: Upstream no longer active
2017-01-28 irc/ruby-rica: Upstream no longer active
2017-01-28 irc/ruby-irc: Upstream no longer active
2017-01-28 japanese/ruby-usersguide: Does not exist upstream
2017-01-28 japanese/ruby-mecab: Upstream no longer active
2017-01-28 mail/ruby-rmail: Upstream no longer active
2017-01-28 mail/ruby-rfilter: Upstream no longer active
2017-01-28 math/ruby-algebra: Use rubygem-algebra instead
2017-01-28 net/ruby-tserver: Upstream no longer active
2017-01-28 net/ruby-tcpsocketpipe: Upstream no longer active
2017-01-28 net/ruby-icmp: Upstream no longer active
2017-01-28 net/ruby-dict: Upstream no longer active
2017-01-28 palm/palmos-sdk: Upstream no longer exists
2017-01-28 security/ruby-hmac: Use www/rubygem-ruby-hmac instead
2017-01-28 security/ruby-tcpwrap: Upstream no longer active
2017-01-28 security/ruby-password: Upstream no longer active
2017-01-28 sysutils/ruby-quota: Upstream no longer active
2017-01-28 textproc/ruby-rss.alt: Upstream no longer active
2017-01-28 textproc/ruby-rss: Upstream no longer exists
2017-01-28 textproc/ruby-htmlrepair: Upstream no longer exists
2017-01-28 textproc/ruby-xmlscan: Upstream no longer active
2017-01-28 textproc/ruby-xml-configfile: Upstream no longer exists
2017-01-28 textproc/ruby-htmlsplit: Upstream no longer exists
2017-01-28 www/ruby-google: Upstream no longer active
2017-01-28 archivers/ruby-lha: Upstream no longer active
2017-01-28 x11/ruby-X11: Upstream no longer active
2017-01-28 audio/ruby-audiofile: Broken on modern versions of Ruby
2017-01-28 audio/ruby-mp3tag: Upstream no longer active
2017-01-28 converters/ruby-dump.rb: Upstream no longer active
|
Thursday, 26 Jan 2017
|
17:45 jbeich
devel/: unbreak whole-tree build after r432468
$ nice poudriere bulk -j ... -a
[...]
[00:18:34] ====>> Warning: Nonexistent port listed in category Makefiles:
devel/py-typed-asp
[00:56:50] ====>> (-C) Cleaning specified ports to build
[00:56:50] ====>> Error: Invalid port origin 'devel/py-typed-asp' not found.
PR: 209871
|
17:38 brooks
Add LLVM 4.0.0rc1 copied form llvm39.
Adjust plist generation to be more copy friendly for future releases.
|
06:18 dbn
devel/py-typed-ast: add new port.
Typed AST is a fork of the CPython 2.7 and 3.5 ast modules with the ability to
parse PEP 484 type comments. The primary goals of Typed ASP are correctness and
speed.
PR: 209871
|
Tuesday, 24 Jan 2017
|
23:27 bapt
Add libepoll-shim to the ports tree
small epoll implementation using kqueue; includes all features needed for
libinput/libevdev
The project was initially created here:
https://github.com/jiixyj/epoll-shim/
Forked and expected on the FreeBSDDesktop github
https://github.com/FreeBSDDesktop/epoll-shim
It is required for Wayland import
Submitted by: Johannes Lundberg <yohanesu75@gmail.com>
|
12:56 tz
Connect PHP 7.1 ports (r432324)
|
12:32 amdmi3
- Update to 3.2.1
- Add NO_ARCH
- Add py3- counterpart
PR: 216407
Approved by: wg (maintainer)
|
12:31 amdmi3
- Update to 0.5.3
- Add NO_ARCH
- Add LICENSE
- Add py3- counterpart
PR: 216406
Approved by: wg (maintainer)
|
Monday, 23 Jan 2017
|
15:23 amdmi3
- Add python3 counterpart for py-pyflakes
|
14:25 amdmi3
- Add python3 counterpart for py-pytest-runner
|
14:20 amdmi3
Add python3 counterpart for py-hgtools
|
13:41 amdmi3
pycodestyle is a tool to check your Python code against some of the
style conventions in PEP 8.
This package used to be called pep8 but was renamed to pycodestyle
to reduce confusion
WWW: https://pycodestyle.readthedocs.io/en/latest/
|
Sunday, 22 Jan 2017
|
11:06 rene
Remove expired ports:
2017-01-22 net/rwhoisd: No more public distfiles
2017-01-22 devel/bunny: Superseded by a different project
2017-01-22 www/pligg: Abandonware
|
Friday, 20 Jan 2017
|
11:27 amdmi3
Add python3 counterpart for py-rubymarshal
|
Thursday, 19 Jan 2017
|
23:04 feld
ISA-L is a collection of optimized low-level functions targeting storage
applications.
WWW: https://github.com/01org/isa-l
PR: 215419
Submitted by: Michal Bielicki <m.bielicki@llizardfs.com>
|
16:24 woodsb02
Add devel/linux-c6-libsoup
|
11:37 danfe
Add a port of Intel's compiler for high-performance SIMD programming.
Because GitHub releases (tarballs) are not fetched with correct modification
time, set TIMESTAMP to 1467976432 which corresponds to commit 87d0c9a tagged
as this release.
PR: 214543
Submitted by: Yuri Victorovich
|
Monday, 16 Jan 2017
|
11:59 amdmi3
- Add devel/py3-simplejson, python3 counterpart for devel/py-simplejson
|
02:55 ler
Add sonar-ant-task to the build.
forgotten in r431612
Approved by: adamw (mentor, implicit)
|
Saturday, 14 Jan 2017
|
03:37 vanilla
Add spdlog, another c++ logging library.
|
Friday, 13 Jan 2017
|
11:34 sunpoet
Add rubygem-json_pure1 1.8.3 (copied from rubygem-json_pure)
|
Thursday, 12 Jan 2017
|
14:44 vanilla
Add cpprestsdk 2.9.1, microsoft C++ REST SDK.
PR: 215960
Submitted by: projects@phess.net
|
Wednesday, 11 Jan 2017
|
10:51 amdmi3
Read and write Ruby-marshalled data.
Only basics Ruby data types can be read and written:
* `float`,
* `bool`,
* `int`,
* `str` (mapped to `unicode` in Python 2),
* `nil` (mapped to `None` in Python),
* `array` (mapped to `list`),
* `hash` (mapped to `dict`),
* symbols and other classes are mapped to specific Python classes.
WWW: https://pypi.python.org/pypi/rubymarshal
|
Tuesday, 10 Jan 2017
|
19:24 sunpoet
Move devel/py-gflags to devel/py-python-gflags and update to 3.1.0
- Add LICENSE_FILE
- Add NO_ARCH
- Relax USES=python
- Allow concurrent installation (USE_PYTHON=concurrent)
- Remove PROJECTHOST
- Update WWW
Changes: https://github.com/google/python-gflags/releases
PR: 215614
Differential Revision: https://reviews.FreeBSD.org/D8926
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 14 days)
|
16:13 novel
Add py-oslo.vmware 2.16.0, oslo VMware library.
PR: 215850
Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
|
Monday, 9 Jan 2017
|
20:00 pi
New port: devel/sord
Sord is a lightweight C library for storing RDF data in memory.
WWW: http://drobilla.net/software/sord/
PR: 213287
Submitted by: Michael Beer <beerml@sigma6audio.de>
Reviewed by: Yuri Victorovich <yuri@rawbw.com>
|
19:53 pi
New port: devel/serd
Serd is a lightweight C library for RDF syntax which supports reading
and writing Turtle and NTriples.
Serd (and the included serdi tool) can be used to stream abbreviated
Turtle. Serd can serialise an unbounded amount of abbreviated
Turtle using a fixed amount of memory, and it does so very quickly.
Serd is written to the Turtle, NTriples and URI specifications, and
includes a comprehensive test suite which includes all the tests
from the Turtle specification.
WWW: https://drobilla.net/software/serd
PR: 213169
Submitted by: Goran Mekic <meka@tilda.center>
|
19:13 antoine
New port: devel/py-nbconvert
Converting Jupyter Notebooks.
WWW: http://jupyter.org/
|
19:08 antoine
New port: devel/py-nbformat
This package contains the base implementation of the Jupyter Notebook format,
and Python APIs for working with notebooks.
WWW: http://jupyter.org/
|
19:05 antoine
New port: devel/py-ipykernel
IPython Kernel for Jupyter.
WWW: http://ipython.org/
|
19:01 antoine
New port: devel/py-jupyter_client
Jupyter protocol implementation and client libraries.
WWW: http://jupyter.org/
|
18:58 antoine
New port: devel/py-jupyter_code
Jupyter core package. A base package on which Jupyter projects rely.
WWW: http://jupyter.org/
|
18:49 antoine
New port: devel/py-entrypoints
Discover and load entry points from installed packages.
WWW: https://github.com/takluyver/entrypoints
|
18:45 antoine
New port: devel/py-testpath
Test utilities for Python code working with files and commands.
WWW: https://github.com/jupyter/testpath
|
18:31 sunpoet
Add rubygem-activejob5 5.0.1 (copied from rubygem-activejob4)
|
18:31 sunpoet
Add rubygem-actionview5 5.0.1 (copied from rubygem-actionview4)
|
18:30 sunpoet
Add rubygem-activesupport5 5.0.1 (copied from rubygem-activesupport4)
|
Sunday, 8 Jan 2017
|
14:31 sunpoet
Move devel/rubygem-activejob to devel/rubygem-activejob4
- Bump PORTREVISION for dependent ports
|
14:21 rene
Remove expired port:
2017-01-08 devel/rubygem-rdoc3: Older version no longer required
|
14:16 sunpoet
Move devel/rubygem-actionview to devel/rubygem-actionview4
- Bump PORTREVISION for dependent ports
|
13:54 novel
Add py-tooz 1.46.0, coordination library for distributed systems.
PR: 215850
Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
|
12:36 novel
Add py-tenacity 3.4.0, task retrying for python library.
PR: 215850
Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
|
12:35 novel
Add py-rtslib-fb 2.1.47, API for Linux kernel SCSI target (aka lio).
PR: 215850
Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
|
12:31 sunpoet
Add rubygem-nio4r1 1.2.1 (copied from rubygem-nio4r r414136)
|
Number of commits found: 11334 (showing only 100 on this page) |