| non port: devel/Makefile |
Number of commits found: 12514 (showing only 100 on this page) |
|
Thursday, 19 Oct 2017
|
17:43 jrm
Also add changes to devel/Makefile for new ports, devel/rubygem-statsd-ruby,
devel/rubygem-nsa-rails5, and devel/rubygem-webpacker-rails5. This should have
been included in the last commit.
 |
|
Tuesday, 17 Oct 2017
|
09:12 tobik
New port: devel/tokei
Tokei is a program that displays statistics about your code. Tokei
will show number of files, total lines within those files and code,
comments, and blanks grouped by language.
It is fast, supports over 100 languages, and correctly handles multi
line comments, nested comments, while ignoring comments that are in
strings, providing accurate code statistics.
WWW: https://github.com/Aaronepower/tokei
 |
|
Monday, 16 Oct 2017
|
20:37 rene
Remove expired ports:
2017-10-15 devel/vtcl: This port depends on Tcl/Tk 8.4 , which is no longer
maintained. Please port it to 8.5+
2017-10-15 editors/tpad: This port depends on Tcl/Tk 8.4 , which is no longer
maintained. Please port it to 8.5+
2017-10-15 games/polypuzzle: This port depends on Tcl/Tk 8.4 , which is no
longer maintained. Please port it to 8.5+
2017-10-15 multimedia/nxtvepg: This port depends on Tcl/Tk 8.4 , which is no
longer maintained. Please port it to 8.5+
2017-10-15 net/xpvm: This port depends on Tcl/Tk 8.4 , which is no longer
maintained. Please port it to 8.5+
2017-10-15 x11/tkXwin: This port depends on Tcl/Tk 8.4 , which is no longer
maintained. Please port it to 8.5+
 |
|
Saturday, 14 Oct 2017
|
10:49 rene
Undeprecate and switch to an active fork of devel/arduino-glcd and rename port.
PR: 217931
Submitted by: Craig Leres
MFH: 2017Q4
 |
|
Thursday, 12 Oct 2017
|
17:53 feld
Pidfile featuring stale detection and file-locking, can also be used as
context-manager or decorator
WWW: http://pypi.python.org/pypi/pid
 |
17:41 feld
Various utilities for working with date and datetime objects
WWW: https://pypi.python.org/pypi/dateutils
 |
|
Sunday, 8 Oct 2017
|
18:48 pi
devel/vtable-dumper: removed, use devel/abi-compliance-checker instead
vtable-dumper is part of devel/abi-compliance-checker since January 2017.
 |
12:33 dbaio
Add devel/py-subprocess32, Backport of the subprocess module from Python 3.2 &
3.3
This is a backport of the subprocess standard library module
from Python 3.2 & 3.3 for use on Python 2. It includes bugfixes
and some new features. On POSIX systems it is guaranteed to
be reliable when used in threaded applications. It includes
timeout support from Python 3.3 but otherwise matches 3.2's API.
It has not been tested on Windows.
WWW: https://github.com/google/python-subprocess32
PR: 222628
Submitted by: Sebastian Schwarz <seschwar@gmail.com>
Reviewed by: koobs, sunpoet
Differential Revision: D12519
 |
|
Tuesday, 3 Oct 2017
|
17:33 feld
For the people like the man who cannot remember uniq function is in
whether List::Util or List::MoreUtils. And for the newbie who don't know
where useful utilities is.
WWW: https://github.com/ktat/Util-Any
 |
17:21 feld
List::Pairwise provides functions to map and grep lists two elements at
a time, setting $a and $b to each pair instead of setting $_ to each
element.
WWW: https://metacpan.org/pod/List::Pairwise
 |
16:55 feld
This module allow you to export/override subroutine/method to one
namespace. It can be used for mix-in, for extension of modules not using
inheritance.
WWW: https://github.com/ktat/ExportTo
 |
|
Saturday, 30 Sep 2017
|
15:37 sbz
Testinfra test your infrastructures.
With Testinfra you can write unit tests in Python to test *actual state* of
your servers configured by management tools like Salt, Ansible, Puppet,
Chef and so on.
Testinfra aims to be a Serverspec equivalent in python and is written as
a plugin to the powerful Pytest test engine.
WWW: https://github.com/philpep/testinfra
 |
11:25 rene
Remove expired port:
2017-09-30 devel/libclaw: useless for anything apart from removed
games/plee-the-bear
 |
10:16 sunpoet
Remove devel/py-twistedRunner
 |
10:16 sunpoet
Remove devel/py-twistedFlow
 |
10:15 sunpoet
Remove devel/py-twistedCore
 |
10:15 sunpoet
Remove devel/py-twisted152
 |
09:07 tota
- Add new port: devel/R-cran-sfsmisc
Useful utilities ['goodies'] from Seminar fuer Statistik ETH Zurich,
quite a few related to graphics; some were ported from S-plus.
WWW: https://cran.r-project.org/web/packages/sfsmisc/
 |
|
Thursday, 28 Sep 2017
|
10:39 sunpoet
Add rubygem-cucumber-expressions 4.0.3
Cucumber Expressions are simple patterns for matching Step Definitions with
Gherkin steps.
Cucumber Expressions offer similar functionality to Regular Expressions, with
the following improvements:
- Improved readability
- Custom parameter types
- Expression generation
WWW: https://github.com/cucumber/cucumber-expressions-ruby
 |
10:38 sunpoet
Add rubygem-cucumber-tag_expressions 1.0.1
Tag Expressions provide a simple query language for tags. The simplest tag
expression is simply a single tag.
WWW: https://github.com/cucumber/tag-expressions-ruby
 |
|
Wednesday, 27 Sep 2017
|
19:21 wg
www/py-googleapis-common-protos: Common protobufs used in Google APIs
googleapis-common-protos contains the python classes generated from the common
protos in the googleapis repository.
WWW: https://github.com/googleapis/googleapis
 |
|
Tuesday, 26 Sep 2017
|
19:16 girgen
Add libght to the ports tree
PR: 221577
 |
04:56 rodrigc
devel/buildbot*: Update to 0.9.11, Add buildbot-grid-view
* Update to buildbot 0.9.11
* Add required devel/py-buildbot-grid-view dependency
* Clean up stuff from individual Makefiles that was copy/pasted from the main
buildbot Makefile
* buildbot-www, buildbot-grid-view, buildbot-console-view,
buildbot-waterfall-view cannot be tested outside
of buildbot, so remove stuff from their Makefiles to simplify.
Reviewed_by: koobs, asomers, sunpoet
Approved by: grembo
Differential_Revision: https://reviews.freebsd.org/D12479
 |
|
Sunday, 24 Sep 2017
|
19:04 sunpoet
Add rubygem-reentrant_flock 0.1.0
ReentrantFlock is a reentrant/recursive flock.
WWW: https://github.com/sonots/reentrant_flock
 |
19:03 sunpoet
Add p5-MooseX-Util 0.006
MooseX::Util is a utility module that handles all of the same functions that
Moose::Util handles. In fact, most of the functions exported by this package are
simply re-exports from Moose::Util, so you're recommended to read the
documentation of that module for a comprehensive view.
WWW: http://search.cpan.org/dist/MooseX-Util/
 |
19:03 sunpoet
Add p5-MooseX-TraitFor-Meta-Class-BetterAnonClassNames 0.002003
MooseX::TraitFor::Meta::Class::BetterAnonClassNames is a metaclass trait to
attempt to demystify generated anonymous class names.
WWW:
http://search.cpan.org/dist/MooseX-TraitFor-Meta-Class-BetterAnonClassNames/
 |
|
Friday, 22 Sep 2017
|
22:03 brooks
Add xtoolchain port for llvm50.
 |
15:49 sunpoet
Add rubygem-grape_logging 1.7.0
This gem provides simple request logging for Grape with just few lines of code
you have to put in your project! In return you will get response codes, paths,
parameters and more!
WWW: https://github.com/aserafin/grape_logging
 |
10:48 mat
Remove devel/libexecinfo.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488
 |
|
Thursday, 21 Sep 2017
|
14:33 tz
New port: devel/rubygem-bootstrap_form
Rails Bootstrap Forms is a rails form builder that makes it super easy to
integrate twitter bootstrap-style forms into your rails application.
WWW: https://github.com/bootstrap-ruby/rails-bootstrap-forms
 |
14:30 tz
New port: devel/rubygem-rails-i18n-4
A set of common locale data and translations to internationalize and/or localize
your Rails applications.
WWW: https://github.com/svenfuchs/rails-i18n
 |
|
Wednesday, 20 Sep 2017
|
16:31 sunpoet
Add rubygem-xdg 2.2.3
XDG provides an easy to use Ruby library for working with XDG standards.
Presently, it only supports the XDG Base Directory Standard.
If your program utilizes user or system-wide support files (e.g. configuration
files), you owe it to yourself to checkout the XDG base directory standard.
You can learn more about the standard at:
http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html
WWW: http://rubyworks.github.io/xdg/
 |
|
Sunday, 17 Sep 2017
|
20:59 cs
Pijul is a version control system based on patches, that can mimic the
behaviour and workflows of both Git and Darcs, but contrarily to those systems,
Pijul is based on a mathematically sound theory of patches.
Pijul was started out of frustration that no version control system was at the
same time fast and sound:
- Git has non-associative merges, which might lead to security problems.
Concretely, this means that the commits you merge might not be the same as
the ones you review and test.
- Handling of conflicts: Pijul has an explicit internal representation of
conflicts, a rock-solid theory of how they behave, and super-fast data
structures to handle them.
- Speed! The complexity of Pijul is low in all cases, whereas previous attempts
to build a mathematically sound distributed version control system had huge
worst-case complexities. The use of Rust additionally yields a blazingly fast
implementation.
WWW: https://pijul.org/
 |
11:10 dbaio
Add devel/py-pytest-cov, pytest plugin for measuring coverage
This plugin produces coverage reports. It supports centralised testing and
distributed testing in both load and each modes. It also supports coverage of
subprocesses.
All features offered by the coverage package should be available, either through
pytest-cov or through coverage's config file.
WWW: https://github.com/pytest-dev/pytest-cov
Reviewed by: koobs
Differential Revision: D12394
 |
|
Friday, 15 Sep 2017
|
18:01 dumbbell
lang/rust: Install Cargo + use bundled crates
This port now provides Cargo. This is the recommended now because Cargo
won't be provided separately in the future.
To build Cargo, we set `extended = true` in `config.toml`. As a side
effect, this flag also installs Rust source code. The port has a new
`SOURCES` option (disabled by default) to keep those sources.
As a consequence of this, `devel/cargo` is removed. Several ports
and Makefiles in Mk were updated to depend on `lang/rust` instead of
`devel/cargo`.
The other big change in this patch is the use of the bundled crates,
instead of relying on Cargo's registry (which was part of the distfiles,
in order to allow offline builds). So now, we don't need to prepare the
registry when updating this port.
This has several other benefits:
* It fixes the build with sudo(8).
* It fixes the use of the ino-64 patch (it was not applied to the
registry, thus not used).
Compilation errors were fixed in the ino-64 patch.
Various `.cargo-checksum.json` files are updated after the sources are
patched (FBSD10_FIX, ino-64, and so on). This fixes builds which were
failing with errors such as:
error: the listed checksum of
`.../rustc-1.19.0-src/src/vendor/lzma-sys/xz-5.2.3/build-aux/config.rpath` has
changed:
expected: c8b4c017079da9dfb3086a0583e60ffe736184d89005dc5973f0bb0fd17c04bb
actual: 561b00eb30ecaef2c9da17bc195e7d2a7ea63facea38ea9849fbb0ed340bebba
PR: 221088
Reported by: joneum@, nwhitehorn@, romain@,
Ekaterina Vaartis <vaartis@cock.li>,
david@catwhisker.org,
fullermd@over-yonder.net,
rum1cro@yandex.ru,
w.schwarzenfeld@utanet.at
Differential Revision: https://reviews.freebsd.org/D11783
 |
|
Thursday, 14 Sep 2017
|
21:13 swills
devel/libzim: create port
The openZIM project proposes offline storage solutions for content coming from
the Web.
WWW: http://www.openzim.org/wiki/OpenZIM
 |
21:02 adridg
Update CMake to 3.9, merge devel/cmake-modules into devel/cmake
Thanks to antoine@ for the exp-run.
Approved by: rakuco (mentor)
Reviewed by: tcberner (mentor)
Reviewed by: mat
PR: 222000 (exp-run)
Differential Revision: https://reviews.freebsd.org/D12299
 |
19:30 brooks
Add a port of LLVM 5.0.0 release.
Sponsored by: DARPA, AFRL
 |
|
Monday, 11 Sep 2017
|
13:10 mat
Sort categories Makefiles properly.
Sponsored by: Absolight
 |
09:00 olgeni
Add devel/elixir-gen_stage, producer and consumer pipelines with
back-pressure for Elixir.
 |
|
Sunday, 10 Sep 2017
|
14:45 tota
- Add new port: devel/R-cran-withr
A set of functions to run code 'with' safely and temporarily modified
global state. Many of these functions were originally a part of the
'devtools' package, this provides a simple package with limited
dependencies to provide access to these functions.
WWW: https://cran.r-project.org/web/packages/withr/
 |
10:18 tota
- Add new port: devel/R-cran-lubridate
Functions to work with date-times and time-spans: fast and user
friendly parsing of date-time data, extraction and updating of
components of a date-time (years, months, days, hours, minutes, and
seconds), algebraic manipulation on date-time and time-span objects.
The 'lubridate' package has a consistent and memorable syntax that
makes working with dates easy and fun.
WWW: https://cran.r-project.org/web/packages/lubridate/
 |
|
Thursday, 7 Sep 2017
|
05:53 ed
Add a package for ARPC.
ARPC is an RPC library similar to GRPC. Though a lot simpler than GRPC
featurewise, it has transparent support for file descriptor passing.
ARPC is used by some applications related to CloudABI, like Flower
(CloudABI's networking daemon).
Reviewed by: riggs
Differential Revision: https://reviews.freebsd.org/D12103
 |
|
Wednesday, 6 Sep 2017
|
22:35 tota
- Add new port: devel/R-cran-hms
Implements an S3 class for storing and formatting time-of-day values,
based on the 'difftime' class.
WWW: https://cran.r-project.org/web/packages/hms/
 |
20:04 ed
Add py3-* packages for toposort and pyPEG2.
The port for ARPC (https://github.com/NuxiNL/arpc) I am preparing comes
with a script called 'aprotoc' that depends on these Python modules.
Ports that default to Python 2 have already been added, but now we
should add Python 3 flavours as well.
Reviewed by: koobs
Approved by: portmgr (bdrewery)
Differential Revision: https://reviews.freebsd.org/D12068
 |
12:00 ed
New port: devel/yaml2argdata.
The latest release of cloudabi-utils has cloudabi-run rewritten from C
into C++. It now also has integrated support for attaching processes to
CloudABI's networking daemon, Flower.
In the process, code specific to parsing YAML configuration files
describing process configuration and resource dependencies has been
placed into a separate library, called yaml2argdata. This has the
advantage that this code can now be used by CloudABI's Kubernetes daemon
as well. Add a package for it, so sysutils/cloudabi-utils can make use
of it when we bump it.
Reviewed by: mat
Differential Revision: https://reviews.freebsd.org/D12164
 |
|
Tuesday, 5 Sep 2017
|
23:09 tota
- Add new port: devel/R-cran-tidyselect
A backend for the selecting functions of the 'tidyverse'. It makes
it easy to implement select-like functions in your own packages in
a way that is consistent with other 'tidyverse' interfaces for
selection.
WWW: https://cran.r-project.org/web/packages/tidyselect/
 |
17:15 tota
- Add new port: devel/R-cran-glue
An implementation of interpreted string literals, inspired by
Python's Literal String Interpolation and Docstrings and Julia's
Triple-Quoted String Literals.
WWW: https://cran.r-project.org/web/packages/glue/
 |
15:36 tota
- Add new port: devel/R-cran-purrr
A complete and consistent functional programming toolkit for R.
WWW: https://cran.r-project.org/web/packages/purrr/
 |
04:26 gordon
New port: devel/py-logfury
logfury is a logging of method calls for python libraries.
It provides meta classes and decorators to easily trace python programs.
Reviewed by: mat
Differential Revision: https://reviews.freebsd.org/D12135
 |
|
Sunday, 3 Sep 2017
|
10:33 rene
Remove Python 3.3 and related ports, it expired today:
2017-09-01 lang/python33: No longer receives bug fixes, only security updates.
Please update to Python 3.6
databases/py33-gdbm
databases/py33-sqlite3
devel/py33-setuptools
x11-toolkits/py33-tkinter
devel/py3-enum34
 |
09:51 rene
Remove expired ports:
2017-08-30 www/speedtest-mini: Discontinued upstream (on June 30, 2017)
2017-08-31 devel/rubygem-sequel3: Use devel/rubygem-sequel instead
2017-08-31 audio/tomahawk: Project is dead upstream.
2017-08-31 mail/rubygem-larch: Unmaintained by upstream, no changes since 2013
2017-08-31 devel/rubygem-sidekiq4: Use devel/rubygem-sidekiq instead
2017-08-31 devel/rubygem-webpacker1-rails5: Use devel/rubygem-webpacker-rails5
instead
2017-08-31 devel/rubygem-sidekiq-cron04: Use devel/rubygem-sidekiq-cron instead
2017-09-01 www/py-django19: Unsupported upstream
2017-09-01 mail/movemail: Out of date
2017-09-01 german/phone: Out of date
2017-09-01 ports-mgmt/fbsdmon: no longer maintained, web site it sends data to
has been taken over by cybersquatters
 |
|
Friday, 1 Sep 2017
|
18:10 wg
devel/py-pydevd: The sources for the PyDev.Debugger (used in PyDev & PyCharm)
It is available so that it can be installed for doing remote debugging.
WWW: https://pypi.python.org/pypi/pydevd
 |
07:40 tz
New port: devel/rubygem-prometheus-client-mmap
This Prometheus library is fork of Prometheus Ruby Client that uses mmap'ed
files to share metrics from multiple processes. This allows efficient metrics
processing for Ruby web apps running in multiprocess setups like Unicorn.
A suite of instrumentation metric primitives for Ruby that can be exposed
through a HTTP interface. Intended to be used together with a Prometheus server.
WWW: https://gitlab.com/gitlab-org/prometheus-client-mmap
 |
07:38 tz
New port: devel/rubygem-mmap2
The Mmap class implement memory-mapped file objects for Ruby 2.x.
WWW: https://gitlab.com/lyda/mmap
 |
|
Wednesday, 30 Aug 2017
|
00:47 dbaio
New port devel/py-gtfslib: Library for reading GTFS-based transit data in Python
An open source library in python for reading GTFS files and computing various
stats and indicators about Public Transport networks.
WWW: https://pypi.python.org/pypi/gtfslib
PR: 221730
Submitted by: lbartoletti@tuxfamily.org
 |
00:25 dbaio
New port devel/py-pyqtree: Pure Python quad tree spatial index for GIS or
rendering usage
Pyqtree is a pure Python spatial index for GIS or rendering usage. It storesand
quickly retrieves items from a 2x2 rectangular grid area, and grows in depth and
detail as more items are added. The actual quad tree implementation is adapted
from Matt Rasmussen's compbio library and extended for geospatial use.
WWW: https://github.com/karimbahgat/Pyqtree
PR: 221730
Submitted by: lbartoletti@tuxfamily.org
 |
00:17 acm
- New port: devel/py-lazr.config
The LAZR config system is typically used to manage process configuration.
Process configuration is for saying how things change when we run
systems on different machines, or under different circumstances.
This system uses ini-like file format of section, keys, and values.
The config file supports inheritance to minimize duplication of
information across files. The format supports schema validation.
WWW: https://launchpad.net/lazr.config
 |
00:15 acm
- New port: devel/py-lazr.delegates
The lazr.delegates package makes it easy to write objects that delegate
behavior to another object. The new object adds some property or behavior on
to the other object, while still providing the underlying interface, and
delegating behavior.
WWW: https://launchpad.net/lazr.delegates
 |
00:12 acm
- New port: devel/py-flufl.lock
This package is called flufl.lock. It is an NFS-safe file-based lock with
timeouts for POSIX systems.
WWW: https://flufllock.readthedocs.io
 |
00:11 acm
- New port : devel/py-flufl.i18n
This package provides a high level, convenient API for managing
internationalization translation contexts in Python application. There is a
simple API for single-context applications, such as command line scripts which
only need to translate into one language during the entire course of their
execution. There is a more flexible, but still convenient API for multi-context
applications, such as servers, which may need to switch language contexts for
different tasks.
WWW: https://flufli18n.readthedocs.io
 |
00:08 dbaio
New port devel/py-pyshp: Pure Python read/write support for ESRI Shapefile
format
The Python Shapefile Library (pyshp) provides read and write support for the
Esri Shapefile format. The Shapefile format is a popular Geographic Information
System vector data format created by Esri.
WWW: https://github.com/GeospatialPython/pyshp
 |
00:02 acm
- New port: devel/py-atpublic
This is a very simple decorator and function which populates a module's
__all__ and optionally the module globals. This provides both a pure-Python
implementation and an optional C implementation.
WWW: http://public.readthedocs.io
 |
|
Monday, 28 Aug 2017
|
09:17 tota
- Add new port: devel/R-cran-repr
String and binary representations of objects for several formats /
mime types.
WWW: https://cran.r-project.org/web/packages/repr/
 |
|
Thursday, 24 Aug 2017
|
15:04 mmokhi
devel/breakpad: Add port to the tree
Breakpad is a set of client and server components which implement
a crash-reporting system.
This is YET ANOTHER STEP to build Electron.io for FreeBSD.
PR: 221320
Reported by: Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
Reviewed by: cpm, lifanov, mat (mentor), mmokhi, ultima
Approved by: cpm, lifanov, mat (mentor), mmokhi, ultima
Differential Revision: https://reviews.freebsd.org/D11773
 |
13:05 tz
Add slave-port: devel/rubygem-peek-rails4
Its devel/rubygem-peek but pulls in www/railties4 instead of railties5
to avoid conflicts between them
 |
09:40 tz
New port: devel/rubygem-peek-rblineprof
Peek into how much time each line of your Rails application takes throughout a
request.
Things this peek view provides:
- Total time it takes to render individual lines within your codebase
- Total network time spent waiting per line
You can also drill down to only certain parts of your codebase like:
- app, everything within Rails.root/(app|lib)
- views, everything within Rails.root/app/view
- gems, everything within Rails.root/vendor/gems
- all, everything within Rails.root
- stdlib
WWW: https://github.com/peek/peek-rblineprof
 |
09:34 tz
New port: devel/rubygem-rblineprof
rblineprof shows you lines of code that are slow.
WWW: https://github.com/tmm1/rblineprof
 |
09:25 tz
New port: devel/rubygem-debugger-ruby_core_source
Provide Ruby core source files for C extensions that need them.
Fork of ruby_core_source that uses included Ruby headers (*.h and *.inc) instead
of downloading them. Used by debugger.
WWW: https://github.com/cldwalker/debugger-ruby_core_source
 |
09:16 tz
New port: devel/rubygem-peek-redis
Take a peek into the Redis calls made within your Rails application.
Things this peek view provides:
- Total number of Redis commands called during the request
- The duration of the calls made during the request
WWW: https://github.com/peek/peek-redis
 |
09:12 tz
New port: devel/rubygem-peek-sidekiq
Provide a peek into the Sidekiq calls made within your Rails application.
Things this peek view provides:
- Duration spent in Sidekiq calls
- Number of calls this page created
WWW: https://github.com/suranyami/peek-sidekiq
 |
|
Wednesday, 23 Aug 2017
|
19:40 bsam
New port: devel/gogland-eap (Gogland EAP, Preview Edition).
Gogland is the codename for a new commercial IDE by JetBrains aimed at
providing an ergonomic environment for Go development.
The new IDE extends the IntelliJ platform with the coding assistance and
tool integrations specific for the Go language.
 |
18:47 bsam
java/intellij-pycharm -> devel/pycharm-ce: Disconnect the former and connect the
latter.
 |
16:54 tz
New port: devel/rubygem-peek-performance_bar
Take a peek into the window.performance timing behind your app.
Things this peek view provides:
- Frontend
- Latency / Receiving
- Backend
- TCP / SSL
- Redirect
- DNS Lookup
WWW: https://github.com/peek/peek-performance_bar
 |
11:33 rene
Remove expired ports:
2017-08-23 games/plee-the-bear: Broken for more than 6 months
2017-08-23 x11-themes/kde-icons-umicons: Broken for more than 6 months
2017-08-23 lang/bigloo: Broken for more than 6 months
2017-08-23 audio/linux-neroaaccodec: Broken for more than 6 months
2017-08-23 x11-themes/kde-icons-dark-glass: Broken for more than 6 months
2017-08-23 misc/fortune-mod-ferengi_rules_of_acquisition: Broken for more than 6
months
2017-08-23 misc/fortune-mod-culmea-culmilor: Broken for more than 6 months
2017-08-23 misc/xyzcmd: Broken for more than 6 months
2017-08-23 russian/fortuneru: Broken for more than 6 months
2017-08-23 security/bdc: Broken for more than 6 months
2017-08-23 x11-themes/kde-icons-icosx: Broken for more than 6 months
2017-08-23 devel/insight: Broken for more than 6 months
2017-08-23 devel/gdb66: Broken for more than 6 months
2017-08-23 biology/biojava: Broken for more than 6 months
2017-08-23 games/xroach: Broken for more than 6 months
 |
|
Monday, 21 Aug 2017
|
20:43 sunpoet
Add rubygem-grape-route-helpers 2.1.0
grape-route-helpers provides named route helpers for Grape APIs, similar to
Rails' route helpers.
WWW: https://github.com/reprah/grape-route-helpers
 |
|
Sunday, 20 Aug 2017
|
13:30 dbaio
New port: devel/py-pysparklines
Python unicode sparkline generation library
pysparklines is a unicode sparkline generation library.
Python clone of https://github.com/holman/spark
Takes series data via stdin, command line, or API and prints a sparkline
representation. Output is always UTF-8 encoded.
WWW: https://github.com/RedKrieg/pysparklines
 |
|
Saturday, 19 Aug 2017
|
09:51 mmokhi
devel/chromium-gn: Add port to the tree
GN is a meta-build system that generates NinjaBuild.
It helps to build chromium with Ninja.
Also enables us for one step forward to build Electron.io for FreeBSD.
Reported by: Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
Reviewed by: mat (mentor), mmokhi, cpm (chromium)
Approved by: mat (mentor), mmokhi, cpm (chromium)
Differential Revision: https://reviews.freebsd.org/D11554
 |
|
Friday, 18 Aug 2017
|
09:23 tz
New port: devel/rubygem-peek-host
Take a peek into the host which serves your reuest.
Things this peek view provides:
- Hostname of the instance which served your request.
Its an addition to the Peek profiling tool.
WWW: https://github.com/jacobbednarz/peek-host
 |
08:14 tz
New port: devel/rubygem-peek-gc
Take a peek into the GC info of your Rails application.
Its an addition to the Peek profiling tool.
WWW: https://github.com/peek/peek-gc
 |
|
Thursday, 17 Aug 2017
|
16:31 feld
The Rally REST Tookit for Python consists of a package that provides a
means to interact with entities and artifacts in your Rally
subscription. The full spectrum of CRUD operations is available in your
Agile Central (Rally) Workspaces and Projects, providing of course that
your Agile Central (Rally) subscription credentials enable you to
perform those operations. The toolkit insulates the package user from
having to make multiple requests to obtain the full set of qualifying
items by performing any subsequent "page" requests automatically. An
additional key feature is the ability to obtain entity sub fields that
may be references or collections via the familiar dot '.' notation.
WWW: https://github.com/RallyTools/RallyRestToolkitForPython
 |
|
Wednesday, 16 Aug 2017
|
15:56 ed
Add py-toposort.
I am currently in the process of creating ports for various components
related to CloudABI, including ARPC (an RPC framework that supports file
descriptor passing) and Flower (a capability-based network backplane).
The former comes with a script called 'aprotoc' for creating C++
bindings for messages and RPC services. This script depends on Python's
toposort package to order declarations in the resulting C++ header file,
taking dependencies into account.
Reviewed by: mat, wg
Differential Revision: https://reviews.freebsd.org/D12046
 |
|
Monday, 14 Aug 2017
|
15:47 tz
New port: devel/gitaly
Gitaly is a Git RPC service for handling all the git calls made by GitLab.
WWW: https://gitlab.com/gitlab-org/gitaly
 |
|
Saturday, 12 Aug 2017
|
13:20 romain
This is a port of the Typesafe Config library to Ruby.
The library provides Ruby support for the HOCON configuration file format.
WWW: https://github.com/puppetlabs/ruby-hocon
 |
|
Wednesday, 9 Aug 2017
|
21:00 wulf
New port: devel/evemu
Tools and bindings for kernel input event device emulation and data capture
and replay.
Evemu provides a programmatic API to access the kernel input event devices.
The original and intended purpose is for supporting multi-touch input,
especially with regard to the Ubuntu touch and gesture stack.
WWW: http://www.freedesktop.org/wiki/Evemu
PR: 218383
Approved by: bapt (mentor)
 |
15:21 ultima
universal-ctags has the objective of continuing the development from what
existed in the Sourceforge area. Github exuberant-ctags repository was
started by Reza Jelveh and was later moved to the universal-ctags organization.
The goal of the project is preparing and maintaining common/unified space
where people interested in making ctags better can work together.
WWW: https://ctags.io/
PR: 220952
Submitted by: <dereks@lifeofadishwasher.com> (maintainer)
Reviewed by: matthew (mentor), koobs, mat
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D11893
 |
08:27 wen
Provides an easy way to fill an environment with active
bindings that call a C++ function.
WWW: https://github.com/krlmlr/bindrcpp
 |
06:30 tota
- Add new port: devel/R-cran-pkgconfig
Set configuration options on a per-package basis. Options set by a
given package only apply to that package, other packages are
unaffected.
WWW: https://cran.r-project.org/web/packages/pkgconfig/
 |
|
Tuesday, 8 Aug 2017
|
17:36 tcberner
Fix devel/Makefile after r447548
Unfortunately I mistyped the entries...
Pointy hat to: tcberner
Reported by: antoine
 |
17:21 tcberner
- Update The Glorious Glasgow Haskell Compiler to version 8.0.2
- Simplified port by only suporting GCC, and creating a build.mk file
- Update Pandoc to 1.19.2.1
- Update git-annex to 6.20170520
- Update Darcs to 2.12.5
- Update Gtk2Hs to 0.13.2.2
- Update Agda to 2.5.2
Please note that port revisions for all the Haskell ports without version
changes are bumped.
See the UPDATING file for instructions.
New ports (63):
hs-EdisonAPI API for EdisonCore
hs-EdisonCore Efficent, purely-functional data structures
hs-ListLike Generic support for list-like structures
hs-Only Canonical anonymous 1-tuple type
hs-aeson-compat Compatibility layer for aeson
hs-attoparsec-iso8601 Parsing of ISO 8601 dates
hs-base-compat Compatibility with later versions of base
hs-call-stack Support call stacks
hs-clock Access to high-resolution clocks and timers
hs-code-page Adjusting code pages on Windows
hs-colour Data type for colors and transparency
hs-concurrent-output Ungarble output from several threads
hs-cryptohash-md5 Pure MD5 implementation
hs-cryptohash-sha1 Pure SHA-1 implementation
hs-cryptohash-sha256 Pure SHA-256 implementation
hs-data-endian Endian-sensitive data
hs-dbus Client for the D-Bus IPC system
hs-disk-free-space Retrieving information about disk space usage
hs-doctemplates Pandoc-style document templates
hs-ed25519 Ed25519 public-key signature system
hs-fdo-notify FreeDesktop.org's Desktop Notifications
hs-fixed Signed 15.16 precision fixed point arithmetic
hs-fmlist FoldMap lists
hs-foundation Custom Prelude
hs-gitrev Compile-time git revision info
hs-graphviz Binding for the GraphViz library
hs-hackage-security Tools for securing the Hackage package server
hs-half Half-precision floating-point
hs-haskell-lexer Fully compliant Haskell 98 lexer
hs-http-api-data Converting types to and from HTTP API data
hs-integer-logarithms Integer logarithms implementation
hs-io-streams Easy-to-use primitives for I/O using streams
hs-io-streams-haproxy HAProxy protocol version 1.5 support
hs-magic Binding to the libmagic library
hs-microlens Microlens
hs-microlens-th Automated generation of lenses
hs-microstache Mustache templates
hs-monad-unlift Type classes for unlifting monad transformers
hs-monadplus Partial maps and filters over MonadPlus
hs-mono-traversable-instances Extra type classes for mono-traversable
hs-mountpoints Listing currently mounted filesystems
hs-newtype-generics Full replacement of newtype
hs-pretty-show Working with derived Show instances
hs-process-extras Read process input/output as ByteString/Text
hs-psqueues Priority Search Queues
hs-readable Reading data types from ByteString/Text
hs-refact Data type for apply-refact
hs-regex-pcre PCRE backend to accompany regex-base
hs-safe-exceptions Safe, consistent, and easy exception handling
hs-say Send messages to handles in a thread-safe way
hs-scanner Incremental combinator parser for ByteStrings
hs-skylighting Syntax highlighting library binding
hs-terminal-size Get terminal window sizes without ncurses
hs-text-short Data type for keeping short strings in memory
hs-th-abstraction Inspecting types via Template Haskell
hs-th-lift Derive Template Haskell's Lift class
hs-th-lift-instances Orphan instances for commonly used types
hs-tls-session-manager TLS session manager
hs-typed-process Launching/interaction with external processes
hs-unexceptionalio IO without non-error/synchronous exceptions
hs-uri-bytestring RFC3986 compliant URI parser
hs-uri-bytestring-aeson Aeson instance for URI.ByteString
hs-wl-pprint-text Version of wl-pprint to use Text
Updated ports (314):
hs-ALUT 2.4.0.0_1 --> 2.4.0.2
hs-Agda 2.4.2.3 --> 2.5.2
hs-Agda-stdlib 0.9_1 --> 0.13
hs-BNFC 2.8 --> 2.8.1
hs-Boolean 0.2.3 --> 0.2.4
hs-DAV 1.0.7 --> 1.3.1
hs-DRBG 0.5.4 --> 0.5.5
hs-Diff 0.3.2 --> 0.3.4
hs-GLURaw 1.5.0.1 --> 2.0.0.3
hs-GLUT 2.7.0.1_1,1 --> 2.7.0.12,1
hs-Glob 0.7.5_2 --> 0.8.0
hs-HStringTemplate 0.8.3 --> 0.8.6
hs-HTTP 4000.2.20 --> 4000.3.7
hs-HUnit 1.2.5.2_7 --> 1.6.0.0
hs-HaXml 1.25.3 --> 1.25.4
hs-HsOpenSSL 0.11.1.1 --> 0.11.4.9
hs-JuicyPixels 3.2.6 --> 3.2.8.2
hs-List 0.5.2 --> 0.6.0
hs-MemoTrie 0.6.2_2 --> 0.6.8
hs-MissingH 1.3.0.1 --> 1.4.0.1
hs-MonadRandom 0.4 --> 0.5.1
hs-ObjectName 1.1.0.0 --> 1.1.0.1
hs-OpenAL 1.7.0.0 --> 1.7.0.4
hs-OpenGL 2.12.0.1,1 --> 3.0.2.0,1
hs-OpenGLRaw 2.5.1.0_1 --> 3.2.4.0
hs-QuickCheck 2.8.1 --> 2.10.0.1
hs-RSA 2.1.0.1 --> 2.3.0
hs-ReadArgs 1.2.2 --> 1.2.3
hs-STMonadTrans 0.3.3 --> 0.4.3
hs-StateVar 1.1.0.1 --> 1.1.0.4
hs-TypeCompose 0.9.10_2 --> 0.9.12
hs-activehs 0.3.1_12 --> 0.3.2
hs-activehs-base 0.3.0.2_9 --> 0.3.0.4
hs-adjunctions 4.2.1 --> 4.3
hs-aeson 0.8.0.2 --> 1.2.1.0
hs-aeson-pretty 0.7.2 --> 0.8.5
hs-alex 3.1.4 --> 3.2.1
hs-ansi-terminal 0.6.2.1 --> 0.6.3.1
hs-asn1-data 0.7.1_9 --> 0.7.2
hs-asn1-encoding 0.9.0 --> 0.9.5
hs-asn1-parse 0.9.1 --> 0.9.4
hs-asn1-types 0.3.0 --> 0.3.2
hs-async 2.0.2 --> 2.1.1.1
hs-atomic-primops 0.8 --> 0.8.0.4
hs-attoparsec 0.12.1.6 --> 0.13.1.0
hs-authenticate 1.3.2.11 --> 1.3.3.2
hs-auto-update 0.1.2.2 --> 0.1.4
hs-aws 0.12.1 --> 0.16
hs-base-orphans 0.4.4 --> 0.6
hs-basic-prelude 0.5.0 --> 0.6.1.1
hs-bifunctors 5 --> 5.4.2
hs-blaze-builder 0.4.0.1 --> 0.4.0.2
hs-blaze-html 0.8.1.0 --> 0.9.0.1
hs-blaze-markup 0.7.0.2 --> 0.8.0.0
hs-brainfuck 0.1.0.2 --> 0.1.0.3
hs-c2hs 0.28.1_1 --> 0.28.2_1
hs-cabal-install 1.22.6.0 --> 1.24.0.2
hs-cairo 0.13.1.0 --> 0.13.3.1
hs-case-insensitive 1.2.0.4 --> 1.2.0.10
hs-cassava 0.4.3.1 --> 0.5.0.0
hs-cereal 0.4.1.1 --> 0.5.4.0
hs-cgi 3001.2.2.2,1 --> 3001.3.0.2,1
hs-checkers 0.4.3 --> 0.4.7
hs-chunked-data 0.2.0 --> 0.3.0
hs-cipher-aes128 0.7.0.1 --> 0.7.0.3
hs-classy-prelude 0.12.1.1 --> 1.2.0.1
hs-classy-prelude-conduit 0.12.0.1 --> 1.2.0
hs-clientsession 0.9.1.1 --> 0.9.1.2
hs-cmark 0.4.0.1 --> 0.5.5.1
hs-cmdargs 0.10.13 --> 0.10.17
hs-comonad 4.2.7.2 --> 5.0.1
hs-conduit 1.2.5 --> 1.2.11
hs-conduit-combinators 1.0.3 --> 1.1.1
hs-conduit-extra 1.1.9.1 --> 1.1.16
hs-connection 0.2.5 --> 0.2.8
hs-constraints 0.4.1.3 --> 0.9.1
hs-contravariant 1.3.2 --> 1.4
hs-cookie 0.4.1.6 --> 0.4.2.1
hs-cpphs 1.19 --> 1.20.8
hs-criterion 1.1.0.0 --> 1.2.1.0
hs-cryptohash 0.11.6_2 --> 0.11.9
hs-cryptohash-cryptoapi 0.1.3_2 --> 0.1.4
hs-cryptonite 0.6 --> 0.24
hs-css-text 0.1.2.1_2 --> 0.1.2.2
hs-darcs 2.10.1 --> 2.12.5
hs-data-default 0.5.3_7 --> 0.7.1.1
hs-data-default-class 0.0.1_7 --> 0.1.2.0
hs-data-default-instances-base 0.0.1_7 --> 0.1.0.1
hs-data-lens 2.10.7 --> 2.11.1
hs-data-lens-template 2.1.9 --> 2.2
hs-data-pprint 0.2.4 --> 0.2.4.1
hs-deepseq-generics 0.1.1.2 --> 0.2.0.0
hs-dia-base 0.1.1.3 --> 0.1.1.4
hs-directory-tree 0.12.0_2 --> 0.12.1
hs-distributive 0.4.4_2 --> 0.5.2
hs-dlist 0.7.1.1 --> 0.8.0.3
hs-dlist-instances 0.1_2 --> 0.1.1.1
hs-dns 2.0.0 --> 2.0.10
hs-double-conversion 2.0.1.0 --> 2.0.2.0
hs-either 4.4.1 --> 4.4.1.1
hs-ekg 0.4.0.8 --> 0.4.0.13
hs-ekg-core 0.1.1.0 --> 0.1.1.1
hs-ekg-json 0.1.0.0 --> 0.1.0.5
hs-email-validate 2.1.3 --> 2.3
hs-enclosed-exceptions 1.0.1.1 --> 1.0.2
hs-entropy 0.3.7 --> 0.3.8
hs-equivalence 0.3.1 --> 0.3.2
hs-errors 2.0.0 --> 2.2.1
hs-esqueleto 2.4.1 --> 2.5.3
hs-exceptions 0.8.0.2 --> 0.8.3
hs-extra 1.4.1 --> 1.6
hs-fast-logger 2.4.1 --> 2.4.10
hs-feed 0.3.10.0 --> 0.3.12.0
hs-fgl 5.5.2.1 --> 5.5.3.1
hs-file-embed 0.0.9 --> 0.0.10
hs-filestore 0.6.1 --> 0.6.3.1
hs-free 4.12.1 --> 4.12.4
hs-gconf 0.13.0.2 --> 0.13.1.0
hs-generic-deriving 1.8.0 --> 1.11.2
hs-geniplate-mirror 0.7.1 --> 0.7.5
hs-ghc-events 0.4.4.0 --> 0.6.0
hs-gio 0.13.1.0 --> 0.13.3.1
hs-git-annex 5.20150727_1 --> 6.20170520
hs-gitit 0.11.1 --> 0.12.2.1
hs-glib 0.13.1.1 --> 0.13.4.1
hs-gnuidn 0.2.1_3 --> 0.2.2
hs-gtk 0.13.9 --> 0.14.6
hs-gtk2hs 0.13,1 --> 0.13.2.2,1
hs-gtk2hs-buildtools 0.13.0.4_1 --> 0.13.2.2
hs-gtksourceview2 0.13.1.3 --> 0.13.3.1
hs-haddock 2.16.1 --> 2.17.5
hs-haddock-api 2.16.1 --> 2.17.4
hs-haddock-library 1.2.1 --> 1.4.3
hs-happstack-server 7.4.4 --> 7.4.6.4
hs-hashable 1.2.3.3,1 --> 1.2.6.1,1
hs-hashtables 1.2.0.2 --> 1.2.1.1
hs-haskell-src-exts 1.16.0.1 --> 1.19.1
hs-hasktags 0.69.1 --> 0.69.3
hs-hedis 0.6.9 --> 0.9.8
hs-heist 0.14.1.1 --> 1.0.1.0
hs-hexpat 0.20.9 --> 0.20.13
hs-highlighting-kate 0.6 --> 0.6.4
hs-hinotify 0.3.8.1 --> 0.3.9
hs-hint 0.4.2.3 --> 0.7.0
hs-hjsmin 0.1.5.0 --> 0.2.0.2
hs-hlint 1.9.21 --> 2.0.9
hs-hoauth2 0.4.8 --> 0.5.9
hs-hoogle 4.2.41 --> 5.0.12
hs-hourglass 0.2.9 --> 0.2.10
hs-hscolour 1.23,1 --> 1.24.1,1
hs-hslogger 1.2.9 --> 1.2.10
hs-hslua 0.4.0 --> 0.5.0
hs-hspec 2.1.10 --> 2.4.4
hs-hspec-core 2.1.10 --> 2.4.4
hs-hspec-discover 2.1.10 --> 2.4.4
hs-hspec-expectations 0.7.1 --> 0.8.2
hs-html-conduit 1.2.0 --> 1.2.1.1
hs-http-client 0.4.20 --> 0.5.7.0
hs-http-client-tls 0.2.2_2 --> 0.3.5.1
hs-http-conduit 2.1.8 --> 2.2.3.1
hs-http-reverse-proxy 0.4.2 --> 0.4.4
hs-http-types 0.8.6 --> 0.9.1
hs-http2 1.0.4 --> 1.6.3
hs-hxt 9.3.1.15 --> 9.3.1.16
hs-hxt-regex-xmlschema 9.2.0.2 --> 9.2.0.3
hs-ieee754 0.7.6 --> 0.8.0
hs-iproute 1.5.0 --> 1.7.1
hs-js-jquery 1.11.3 --> 3.2.1
hs-kan-extensions 4.2.2 --> 5.0.2
hs-keys 3.10.2 --> 3.11
hs-kqueue 0.1.2.6_2 --> 0.2
hs-language-c 0.5.0 --> 0.6.1
hs-language-javascript 0.5.14.2 --> 0.6.0.10
hs-largeword 1.2.3_2 --> 1.2.5
hs-lens 4.12.3 --> 4.15.3
hs-libmpd 0.9.0.2 --> 0.9.0.6
hs-lifted-async 0.7.0.1 --> 0.9.3
hs-lifted-base 0.2.3.6 --> 0.2.3.11
hs-map-syntax 0.2 --> 0.2.0.2
hs-math-functions 0.1.5.2_2 --> 0.2.1.0
hs-memory 0.8 --> 0.14.6
hs-mime-mail 0.4.9 --> 0.4.13.1
hs-mime-types 0.1.0.6 --> 0.1.0.7
hs-mmorph 1.0.4 --> 1.1.0
hs-monad-control 1.0.0.4 --> 1.0.2.1
hs-monad-logger 0.3.13.2 --> 0.3.24
hs-monad-par 0.3.4.7 --> 0.3.4.8
hs-monadcryptorandom 0.6.1_2 --> 0.7.1
hs-monads-tf 0.1.0.2_2 --> 0.1.0.3
hs-mono-traversable 0.9.2.1 --> 1.0.2
hs-mueval 0.9.1.1.2 --> 0.9.3
hs-murmur-hash 0.1.0.8 --> 0.1.0.9
hs-mutable-containers 0.3.2 --> 0.3.3
hs-mwc-random 0.13.3.2 --> 0.13.6.0
hs-mysql 0.1.1.8 --> 0.1.4
hs-network 2.6.2.1 --> 2.6.3.2
hs-network-info 0.2.0.7 --> 0.2.0.8
hs-network-multicast 0.1.0 --> 0.2.0
hs-network-uri 2.6.0.3 --> 2.6.1.0
hs-nonce 1.0.2 --> 1.0.4
hs-oeis 0.3.6 --> 0.3.9
hs-optparse-applicative 0.11.0.2 --> 0.14.0.0
hs-pandoc 1.15.0.6_1 --> 1.19.2.1
hs-pandoc-citeproc 0.7.3.1 --> 0.10.5.1
hs-pandoc-types 1.12.4.5 --> 1.19
hs-pango 0.13.1.0 --> 0.13.3.1
hs-parallel 3.2.0.6 --> 3.2.1.1
hs-parsec 3.1.9 --> 3.1.11
hs-path-pieces 0.2.0 --> 0.2.1
hs-pcre-light 0.4.0.3 --> 0.4.0.4
hs-persistent 2.2 --> 2.7.0
hs-persistent-sqlite 2.2 --> 2.6.2
hs-persistent-template 2.1.3.4 --> 2.5.2
hs-pointed 4.2.0.2 --> 5
hs-polyparse 1.11 --> 1.12
hs-prelude-extras 0.4_2 --> 0.4.0.3
hs-primitive 0.6 --> 0.6.2.0
hs-probability 0.2.4.1_2 --> 0.2.5.1
hs-profunctors 5.1.1 --> 5.2
hs-pureMD5 2.1.2.1_10 --> 2.1.3
hs-quickcheck-io 0.1.1_2 --> 0.2.0
hs-reflection 2 --> 2.1.2
hs-regex-applicative 0.3.2.1 --> 0.3.3
hs-regex-tdfa 1.2.0_2 --> 1.2.2
hs-resourcet 1.1.6 --> 1.1.9
hs-safe 0.3.9 --> 0.3.15
hs-sandi 0.3.5 --> 0.4.0
hs-scientific 0.3.3.8 --> 0.3.5.1
hs-semigroupoids 5.0.0.3 --> 5.2
hs-semigroups 0.16.2.2 --> 0.18.3
hs-setlocale 1.0.0.4 --> 1.0.0.5
hs-shake 0.15.5 --> 0.15.11
hs-shakespeare 2.0.5 --> 2.0.13
hs-shelly 1.6.3.3 --> 1.6.8.3
hs-simple-sendfile 0.2.21 --> 0.2.25
hs-skein 1.0.9.3 --> 1.0.9.4
hs-snap 0.14.0.6 --> 1.0.0.1
hs-snap-core 0.9.7.2 --> 1.0.2.1
hs-snap-server 0.9.5.1 --> 1.0.2.2
hs-socks 0.5.4_2 --> 0.5.5
hs-split 0.2.2_7 --> 0.2.3.2
hs-statistics 0.13.2.3 --> 0.14.0.2
hs-stm 2.4.4 --> 2.4.4.1
hs-streaming-commons 0.1.12.1 --> 0.1.18
hs-svgcairo 0.13.0.3 --> 0.13.1.1
hs-syb 0.5.1 --> 0.7
hs-syb-with-class 0.6.1.6 --> 0.6.1.7
hs-tagged 0.8.1 --> 0.8.5
hs-tagsoup 0.13.3 --> 0.14.1
hs-tar 0.4.2.1 --> 0.5.0.3
hs-temporary 1.2.0.3_2 --> 1.2.1
hs-test-framework-hunit 0.3.0.1_2 --> 0.3.0.2
hs-test-framework-quickcheck2 0.3.0.3_2 --> 0.3.0.4
hs-texmath 0.8.3 --> 0.9.4.1
hs-text 1.2.1.3 --> 1.2.2.2
hs-threads 0.5.1.3 --> 0.5.1.4
hs-threadscope 0.2.7 --> 0.2.8
hs-time-locale-compat 0.1.1.0 --> 0.1.1.3
hs-timezone-olson 0.1.7 --> 0.1.8
hs-timezone-series 0.1.5.1 --> 0.1.8
hs-tls 1.3.1 --> 1.3.11
hs-torrent 10000.0.0 --> 10000.1.1
hs-transformers-compat 0.4.0.4 --> 0.5.1.4
hs-unix-compat 0.4.1.4 --> 0.4.3.1
hs-unix-time 0.3.5 --> 0.3.7
hs-unlambda 0.1.4.1 --> 0.1.4.2
hs-unordered-containers 0.2.5.1 --> 0.2.8.0
hs-uri 0.1.6.3 --> 0.1.6.4
hs-utf8-string 1 --> 1.0.1.1
hs-utility-ht 0.0.10_2 --> 0.0.14_2
hs-uuid 1.3.11 --> 1.3.13
hs-uuid-types 1.0.2 --> 1.0.3
hs-uulib 0.9.20 --> 0.9.22
hs-vault 0.3.0.4 --> 0.3.0.7
hs-vector 0.10.12.3 --> 0.12.0.1
hs-vector-binary-instances 0.2.1.0_2 --> 0.2.3.5
hs-vector-instances 3.3.1 --> 3.4
hs-vector-space 0.10.2 --> 0.10.4
hs-vector-th-unbox 0.2.1.2 --> 0.2.1.6
hs-void 0.7 --> 0.7.2
hs-vte 0.13.0.2 --> 0.13.1.1
hs-wai 3.0.3.0 --> 3.2.1.1
hs-wai-app-static 3.1.1 --> 3.1.6.1
hs-wai-extra 3.0.10 --> 3.0.20.0
hs-wai-logger 2.2.4.1 --> 2.3.0
hs-warp 3.1.3 --> 3.2.13
hs-warp-tls 3.1.1 --> 3.2.4
hs-webkit 0.13.1.3 --> 0.14.2.1
hs-wx 0.91.0.0 --> 0.92.3.0
hs-wxc 0.91.0.0 --> 0.92.3.0
hs-wxcore 0.91.0.0 --> 0.92.3.0
hs-wxdirect 0.91.0.0 --> 0.92.3.0
hs-x509 1.6.0 --> 1.6.5
hs-x509-store 1.6.0 --> 1.6.2
hs-x509-system 1.6.0 --> 1.6.4
hs-x509-validation 1.6.0 --> 1.6.5
hs-xml-conduit 1.3.1 --> 1.5.1
hs-xml-hamlet 0.4.0.11 --> 0.4.1
hs-xmlhtml 0.2.3.4 --> 0.2.4
hs-xmobar 0.24.3 --> 0.24.5
hs-xss-sanitize 0.3.5.6 --> 0.3.5.7
hs-yaml 0.8.13 --> 0.8.23.1
hs-yesod 1.4.1.5 --> 1.4.5
hs-yesod-auth 1.4.6 --> 1.4.17.2
hs-yesod-auth-hashdb 1.4.2.2 --> 1.6.1
hs-yesod-bin 1.4.13.3 --> 1.5.2.3
hs-yesod-core 1.4.13 --> 1.4.35
hs-yesod-form 1.4.4.1 --> 1.4.12
hs-yesod-persistent 1.4.0.3 --> 1.4.2
hs-yesod-static 1.5.0.2 --> 1.5.3
hs-yesod-test 1.4.3.1 --> 1.5.7
hs-zip-archive 0.2.3.7 --> 0.3.1.1
hs-zlib 0.5.4.2 --> 0.6.1.2
scroll 1.20151219 --> 1.20170122
Removed ports (5):
hs-MonadCatchIO-mtl Deprecated in favor of exceptions
hs-MonadCatchIO-transformers Deprecated in favor of exceptions
hs-citeproc-hs Replaced by pandoc-citeproc
hs-directory Part of the packages shipped with GHC
hs-syb-with-class-instances-text Upstream is unmaintained
This was created together with pgj@.
Reviewed by: pgj, 6yearold_gmail.com
Differential Revision: https://reviews.freebsd.org/D11558
 |
|
Monday, 7 Aug 2017
|
10:14 tz
Repo-copy devel/rubygem-hike to devel/rubygem-hike1
and fix devel/rubygem-sprockets with it.
PR: 220638
 |
|
Wednesday, 2 Aug 2017
|
17:53 pawel
This is a tool to index, then query or search C, C++, Java, Python, Ruby, Go
and Javascript source code. It builds upon the databases of cscope and
Exuberant ctags. It can also work with Universal ctags, which is a drop-in
replacement for Exuberant ctags.
The databases of cscope and ctags would be processed by the cqmakedb tool
to generate the CodeQuery database file.
The CodeQuery database file can be viewed and queried using the codequery
GUI tool.
WWW: https://ruben2020.github.io/codequery/
 |
16:13 culot
Paranoid::Log::Syslog provides syslog support from within the Paranoid::Log
framework.
This module was previously part of devel/p5-Paranoid but is now distributed
independently since Paranoid v2.00.
WWW: http://search.cpan.org/dist/Paranoid-Log-Syslog/
 |
14:07 matthew
A package-based, source code amalgamater for collapsing Python
packages into a single module.
The big idea here is to glue most of the source files in a package or
subpackage together into a single module, called
__amalgam__.py. Combined with some hooks in the __init__.py, this
should dramatically reduce the number of files that are being searched
for inside of the package. This is critical in larger projects where
import times are the major startup time cost.
WWW: https://github.com/xonsh/amalgamate
PR: 220596
 |
11:37 culot
Paranoid::Log::Email provides SMTP support from within the Paranoid::Log
framework.
This module was previously part of devel/p5-Paranoid but is now distributed
independently since Paranoid v2.00.
WWW: http://search.cpan.org/dist/Paranoid-Log-Email/
 |
|
Tuesday, 1 Aug 2017
|
05:09 araujo
Add p3-verboselogs slave of py-verboselogs, it is a dependency for
the new py3-iocage version.
Approved by: portmgr (bdrewery)
Differential Revision: https://reviews.freebsd.org/D11795
 |
|
Monday, 31 Jul 2017
|
20:26 ed
Remove CloudABI Binutils tools.
As of FreeBSD 11, the cloudabi-toolchain port uses the ELF-toolchain
utilities for all the stuff not provided by LLVM. For FreeBSD 10 and
lower, we still rely on Binutils.
As CloudABI itself is only supported as of FreeBSD 11, there is hardly
any interest in supporting a Binutils based toolchain. Let's kick out
the CloudABI Binutils ports and symlink to the utilities in the base
system unconditionally.
Reviewed by: rene
Differential Revision: https://reviews.freebsd.org/D11733
 |
17:42 rene
Remove expired ports:
2017-07-31 net/rubygem-oauth212: Only created for www/gitlab; please use
net/rubygem-oauth2 instead
2017-07-31 textproc/rubygem-liquid3: Use textproc/rubygem-liquid instead
2017-07-31 mail/dovecot2-antispam-plugin: Use pigeonhole instead. See
https://wiki2.dovecot.org/HowTo/AntispamWithSieve
2017-07-31 mail/dovecot-antispam: Dovecot-1.x is deprecated. Use dovecot2 and
dovecot2-antispam-plugin instead
2017-07-31 mail/dovecot-sieve: Dovecot-1.x is deprecated. Use dovecot2 and
dovecot-pigeonhole instead
2017-07-31 mail/dovecot-managesieve: Dovecot-1.x is deprecated. Use dovecot2 and
dovecot-pigeonhole instead
2017-07-31 www/rubygem-jquery-ui-rails5-rails4: Only created for www/gitlab;
please use www/rubygem-jquery-ui-rails-rails4 instead
2017-07-31 security/rubygem-omniauth13: Only created for www/gitlab; please use
security/rubygem-omniauth instead
2017-07-31 devel/rubygem-health_check22: Only created for www/gitlab; please use
devel/rubygem-health_check instead
2017-07-31 devel/rubygem-semantic_puppet0: Use devel/rubygem-semantic_puppet
instead
2017-07-31 devel/rubygem-newrelic_rpm3: Only created for www/gitlab; please use
devel/rubygem-newrelic_rpm instead
2017-07-31 lang/p5-Parse-Perl: does not build with Perl >= 5.22
2017-07-31 sysutils/rubygem-puppet_forge1: Use sysutils/rubygem-puppet_forge
instead
2017-07-31 sysutils/rubygem-SyslogLogger: Project is EOL'd because it was merged
into Ruby 2.0
 |
|
Sunday, 30 Jul 2017
|
21:46 lwhsu
Add bazel-clang38: using clang38 as crosstool for bazel
PR: 219840
Submitted by: Jov <amutu@amutu.com>
 |
|
Friday, 28 Jul 2017
|
18:58 ultima
* Renamed ffcall --> libffcall, renamed upstream
PR: 220905
Submitted by: Jov <amutu@amutu.com> (maintainer)
Reviewed by: matthew (mentor)
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D11763
 |
Number of commits found: 12514 (showing only 100 on this page) |