| non port: devel/Makefile |
Number of commits found: 12515 (showing only 100 on this page) |
|
Saturday, 18 Feb 2017
|
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)
 |
|
Saturday, 7 Jan 2017
|
15:39 rene
Remove expired ports:
2017-01-07 databases/rubygem-dm-rails: Depends on deprecated
www/rubygem-actionpack
2017-01-07 databases/rubygem-activerecord: Upstream support ended
2017-01-07 devel/rubygem-activesupport: Upstream support ended
2017-01-07 devel/rubygem-tzinfo03: Use devel/rubygem-tzinfo instead
2017-01-07 devel/rubygem-sprockets22: Use devel/rubygem-sprockets or
devel/rubygem-sprockets3 instead
2017-01-07 devel/rubygem-prototype-rails: Depends on deprecated
www/rubygem-rails
2017-01-07 devel/rubygem-rubigen: Depends on deprecated
devel/rubygem-activesupport
2017-01-07 devel/rubygem-coffee-rails: Depends on deprecated
www/rubygem-railties
2017-01-07 japanese/rubygem-jpmobile: Depends on deprecated rubygem-rails
2017-01-07 mail/rubygem-actionmailer: Upstream support ended
2017-01-07 mail/rubygem-mail25: Use mail/rubygem-mail instead
2017-01-07 security/dradis: Depends on deprecated www/rubygem-rails
2017-01-07 textproc/rubygem-sass-rails: Depends on deprecated
www/rubygem-railties
2017-01-07 www/rubygem-rails: Upstream support ended
2017-01-07 www/rubygem-activeresource: Upstream support ended
2017-01-07 www/rubygem-responders-rails3: Depends on deprecated
www/rubygem-railties
2017-01-07 www/rubygem-jquery-ui-rails: Depends on deprecated
www/rubygem-railties
2017-01-07 www/rubygem-haml-rails: Depends on deprecated www/rubygem-actionpack
2017-01-07 www/rubygem-jquery-rails: Depends on deprecated www/rubygem-railties
2017-01-07 www/rubygem-railties: Upstream support ended
2017-01-07 www/rubygem-actionpack: Upstream support ended
2017-01-07 databases/rubygem-rubyrep: Depends on deprecated
databases/rubygem-activerecord
2017-01-07 databases/rubygem-activerecord-mysql-adapter: Depends on deprecated
databases/rubygem-activerecord
2017-01-07 databases/rubygem-dm-active_model: Depends on deprecated
databases/rubygem-activemodel
 |
|
Thursday, 5 Jan 2017
|
19:35 sunpoet
Add p5-Sub-Info 0.002
Sub::Info is a tool to inspect subroutines.
WWW: http://search.cpan.org/dist/Sub-Info/
 |
|
Wednesday, 4 Jan 2017
|
15:44 arved
Add aws-sdk-cpp, C++11 interface for Amazon Web Services (AWS)
 |
11:46 lwhsu
Add an external toolchain for riscv64 TARGET_ARCH
Approved by: bapt
 |
05:35 swills
devel/rubygem-coffee-rails41: create port
Create port for 4.1.x version of rubygem-coffee-rails, which rubygem-rails4
needs
 |
05:13 swills
devel/rubygem-web-console2: create port
Create port for 2.x version of rubygem-web-console which rails4 needs
 |
02:49 lwhsu
Add riscv64-binutils & riscv64-gcc, RISC-V toolchain
Reviewed by: sbruno
Differential Revision: https://reviews.freebsd.org/D9020
 |
01:45 wen
Extract the names of the modules used in a file using a static analysis.
Since this module does not run code, it cannot find dynamic uses of
modules, such as eval "require $class". It only reports modules that the
file loads directly. Modules loaded with parent or base, for instance,
will will be in the import list for those pragmas but won't have separate
entries in the data this module returns.
WWW: http://github.com/briandfoy/module-extract-use/tree/master
PR: 215745
Submitted by: svysh.fbsd@gmail.com
 |
|
Monday, 2 Jan 2017
|
17:53 swills
devel/rubygem-json1: create port
create port for 1.x version of rubygem-json for use by other ports that need to
depend on the older version of json
 |
10:13 sunpoet
Add rubygem-gettext-setup 0.10
gettext-setup is a simple gem to set up i18n for Ruby projects (including
Sinatra web apps) using gettext and fast gettext.
This project sets the default locale to English. If the user has set a different
locale in their browser preferences, and we support the user's preferred locale,
strings and data formatting will be customized for that locale.
WWW: https://github.com/puppetlabs/gettext-setup-gem
 |
09:45 vanilla
Add unittest-cpp 1.6.1, lightweight unit testing framework for C++.
PR: 215698
Submitted by: iblis <iblis@hs.ntnu.edu.tw>
 |
|
Sunday, 1 Jan 2017
|
01:47 sunpoet
Add rubygem-rake-contrib 1.0.0
Additional libraries for Rake
WWW: https://github.com/ruby/rake-contrib
 |
|
Saturday, 31 Dec 2016
|
17:43 rene
Remove expired ports:
2016-12-31 devel/rubygem-devise-async-rails4: Not compatible with
devel/rubygem-devise > 3
2016-12-31 devel/rubygem-devise-async: Not compatible with devel/rubygem-devise
> 3
2016-12-31 net/iet: Upstream no longer active
2016-12-31 sysutils/geomgui: Development stopped years ago.
2016-12-31 sysutils/screen-legacy: Old version released 2008-08-07 no longer
upline maintained.
2016-12-31 sysutils/ntfsprogs: Superseded by sysutils/fusefs-ntfs
2016-12-31 www/rubygem-jekyll2: Use www/rubygem-jekyll instead
2016-12-31 databases/rubygem-dm-devise: Not compatible with devel/rubygem-devise
> 3
2016-12-31 devel/rubygem-sprockets211: Use devel/rubygem-sprockets or
devel/rubygem-sprockets3 instead
2016-12-31 devel/p5-Parse-CPAN-Meta: Merged into devel/p5-CPAN-Meta 2.150008
2016-12-31 devel/jtag: development ceased 2003, superceded by devel/urjtag
 |
17:25 rene
Drop support for Linux Fedora 10 (ports part)
games/dsnake only worked with linux-f10
Should fix INDEX
audio/linux-f10-sdl_mixer
audio/linux-f10-pulseaudio-libs
audio/linux-f10-freealut
audio/linux-f10-arts
audio/linux-f10-esound
audio/linux-f10-libogg
audio/linux-f10-alsa-plugins-oss
audio/linux-f10-openal
audio/linux-f10-openal-soft
audio/linux-f10-nas-libs
audio/linux-f10-alsa-lib
audio/linux-f10-libvorbis
audio/linux-f10-libaudiofile
audio/linux-f10-mikmod
databases/linux-f10-sqlite3
devel/linux-f10-dbus-glib
devel/linux-f10-sdl12
devel/linux-f10-libglade2
devel/linux-f10-devtools
devel/linux-f10-allegro
devel/linux-f10-nspr
devel/linux-f10-dbus-libs
devel/linux-f10-libsigc++20
devel/linux-f10-ncurses-base
dns/linux-f10-libasyncns
emulators/linux_base-f10
emulators/linux-f10
ftp/linux-f10-curl
games/dsnake
graphics/linux-f10-sdl_image
graphics/linux-f10-sdl_ttf
graphics/linux-f10-glew
graphics/linux-f10-ungif
graphics/linux-f10-png
graphics/linux-f10-tiff
graphics/linux-f10-dri
graphics/linux-f10-jpeg
graphics/linux-f10-libGLU
graphics/linux-f10-gdk-pixbuf
graphics/linux-f10-libmng
graphics/linux-f10-cairo
graphics/linux-f10-imlib
lang/linux-f10-tcl85
lang/linux-f10-libg2c
multimedia/linux-f10-libtheora
multimedia/linux-f10-libv4l
net/linux-f10-openldap
net/linux-f10-nss_ldap
print/linux-f10-cups-libs
security/linux-f10-gnutls
security/linux-f10-nss
security/linux-f10-openssl
security/linux-f10-libgpg-error
security/linux-f10-libtasn1
security/linux-f10-libgcrypt
security/linux-f10-libssh2
security/linux-f10-cyrus-sasl2
sysutils/linux-f10-procps
textproc/linux-f10-aspell
textproc/linux-f10-expat
textproc/linux-f10-scim-gtk
textproc/linux-f10-scim-libs
textproc/linux-f10-libxml2
x11/linux-f10-xorg-libs
x11-fonts/linux-f10-fontconfig
x11-themes/linux-f10-qtcurve-gtk2
x11-themes/linux-f10-hicolor-icon-theme
x11-toolkits/linux-f10-qt45
x11-toolkits/linux-f10-gtk2
x11-toolkits/linux-f10-openmotif
x11-toolkits/linux-f10-pango
accessibility/linux-f10-atk
archivers/linux-f10-ucl
archivers/linux-f10-upx
 |
|
Thursday, 29 Dec 2016
|
17:49 rm
The podcast parser project is a library from the gPodder project to provide
an easy and reliable way of parsing RSS- and Atom-based podcast feeds in Python.
WWW: http://gpodder.org/podcastparser/
 |
|
Wednesday, 28 Dec 2016
|
21:00 tcberner
Update x11-wm/hs-xmonad & x11-wm/hs-xmonad-contrib to 0.12
* Removes all patches including XFORK_FIX (it seems it is not needed anymore).
* New port as dependency: devel/hs-setlocale
PR: 213579
Submitted by: Martin Sugioarto <martin@sugioarto.com>
Approved by: maintainer timeout (2 months), rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D8191
 |
18:07 amdmi3
- Add devel/erlang-cl - OpenCL binding for Erlang. This is needed for
graphics/wings update.
OpenCL binding for Erlang.
WWW: https://github.com/tonyrog/cl
 |
|
Monday, 26 Dec 2016
|
07:22 pi
New port: devel/py-dill
Dill extends python's 'pickle' module for serializing and de-serializing
python objects to the majority of the built-in python types. Serialization
is the process of converting an object to a byte stream, and the inverse
of which is converting a byte stream back to on python object hierarchy.
WWW: https://pypi.python.org/pypi/dill
PR: 214677
Submitted by: Yuri Victorovich <yuri@rawbw.com>
 |
|
Sunday, 25 Dec 2016
|
19:21 sunpoet
- Add py-setuptools36 (copied from py-setuptools35)
 |
Number of commits found: 12515 (showing only 100 on this page) |