notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
non port: devel/Makefile

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

[First Page]  «  51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61  »  [Last Page]

Monday, 26 Oct 2015
09:29 danfe search for other commits by this committer
Add a port of wandio, a library written in C that provides an API for
transparent reading and writing of files using a variety of supported
compression methods and transports.

PR:		203805 (modified)
Submitted by:	Alistair King
Original commitRevision:400178 
08:47 demon search for other commits by this committer
New port: spyder

Spyder (previously known as Pydee) is a powerful interactive development
environment for the Python language with advanced editing, interactive
testing, debugging and introspection features

WWW: https://github.com/spyder-ide/spyder/

PR:		186316
Submitted by:	rodperson@rodperson.com
With improvements by lightside@gmx.de
Original commitRevision:400177 
Saturday, 24 Oct 2015
16:11 novel search for other commits by this committer
devel/rubygem-ruby-libvirt: add ruby bindings for libvirt
Original commitRevision:400129 
Friday, 23 Oct 2015
23:36 brooks search for other commits by this committer
Update llvm-devel to a new snapshot.

Remove embedded compiler-rt build as that no longer works and create a
compiler-rt-devel port (currently supporting i386 and amd64, patches
welcome for other ARCHs).

Cause clang to ignore the -fformat-extensions argument.[1]

Submitted by:	Sender Ghost <lightside@gmx.com> [1]
Original commitRevision:400065 
Wednesday, 21 Oct 2015
12:28 ed search for other commits by this committer
Introduce Binutils for CloudABI on aarch64.

When I added the first copy of the CloudABI toolchain to the Ports tree,
I assumed that it would be easily possible to have a single Binutils
port that would support all of the architectures of interest. It seems
that this is not really supported, or simply awkward to use.

Let's just rename the cloudabi-binutils port to cloudabi-binutils-x86_64
and add an additional cloudabi-binutils-aarch64.

Reviewed by:	emaste
Approved by:	bapt
Differential Revision:	https://reviews.freebsd.org/D3919
Original commitRevision:399906 
Tuesday, 20 Oct 2015
19:41 rene search for other commits by this committer
Remvove expired port:
2015-10-19 devel/rubygem-listen2: not used by other ports anymore
Original commitRevision:399876 
05:17 knu search for other commits by this committer
Add pecl-weakref, version 0.2.6
Original commitRevision:399803 
Monday, 19 Oct 2015
13:34 lev search for other commits by this committer
 New port: GCC toolchain for TI's MSP430 microcontrollers.

 It is official open-source release, prepared for TI by RedHat.

 Old "mspgcc" ports, which were made obsolete almost year ago, are marked
 as DEPRECATED.
Original commitRevision:399668 
Saturday, 17 Oct 2015
19:21 pi search for other commits by this committer
New port: devel/ivykis

The ivykis library is a thin, portable wrapper around OS-provided
mechanisms such as epoll(4), kqueue(2), poll(2) and select(2). It was
mainly designed for building high-performance network applications,
but can be used in any event-driver application that uses pollable
file descriptors as its event sources.

Programs written to the ivykis API are generally single-threaded (or
use only a small number of threads), and never block on I/O. All
input and output is done in a nonblocking fashion, with I/O readiness
notification delivered via callback functions.

WWW: https://github.com/buytenh/ivykis

PR:		171640
Submitted by:	algernon@madhouse-project.org
Original commitRevision:399600 
18:19 pi search for other commits by this committer
New port: devel/antlr3

language tool that provides a framework for constructing recognizers,
compilers, and translators from grammatical descriptions containing
C++ or Java actions.

WWW: http://www.antlr3.org

PR:		199674
Submitted by:	takumiiinn@gmail.com
Original commitRevision:399598 
Thursday, 15 Oct 2015
10:30 lev search for other commits by this committer
  Copy devel/subversion to devel/subversion18 in preparation to upgrading
 devel/subversion to 1.9.x.
Original commitRevision:399331 
00:15 jkim search for other commits by this committer
PyOpenCL gives you easy, Pythonic access to the OpenCL parallel computation
API.  What makes PyOpenCL special?

- Object cleanup tied to lifetime of objects. This idiom, often called RAII
  in C++, makes it much easier to write correct, leak- and crash-free code.
- Completeness.  PyOpenCL puts the full power of OpenCL's API at your
  disposal, if you wish.  Every obscure get_info() query and all CL calls
  are accessible.
- Automatic Error Checking.  All errors are automatically translated into
  Python exceptions.
- Speed. PyOpenCL's base layer is written in C++, so all the niceties above
  are virtually free.
- Helpful Documentation.
- Liberal license.  PyOpenCL is open-source under the MIT license and free
  for commercial, academic, and private use.

WWW: http://mathema.tician.de/software/pyopencl
Original commitRevision:399324 
00:06 jkim search for other commits by this committer
Pytools is a big bag of things that are "missing" from the Python standard
library.  This is mainly a dependency of my other software packages, and
is probably of little interest to you unless you use those.  If you're
curious nonetheless, here's what's on offer:

- A ton of small tool functions such as len_iterable, argmin, tuple
  generation, permutation generation, ASCII table pretty printing, GvR's
  mokeypatch_xxx() hack, the elusive flatten, and much more.
- Michele Simionato's decorator module.
- A time-series logging module, pytools.log.
- Batch job submission, pytools.batchjob.
- A lexer, pytools.lex.

WWW: http://pypi.python.org/pypi/pytools
Original commitRevision:399323 
Wednesday, 14 Oct 2015
11:11 pi search for other commits by this committer
Re-introduce port: devel/mongo-cxx-driver

Official Mongo C++ Driver

Mongo (from "humongous") is a high-performance, open source,
schema-free, document-oriented database. A common name in the
"NOSQL" community.

WWW: https://github.com/mongodb/mongo-cxx-driver

There was an old port, which was not staged.

PR:		195332
Submitted by:	numisemis@yahoo.com
Original commitRevision:399250 
Tuesday, 13 Oct 2015
20:59 makc search for other commits by this committer
Add new ports. devel/pyvisa:

Python bindings to the "Virtual Instrument Software Architecture"
VISA library, in order to control measurement devices via GPIB,
RS232, or USB.

WWW: https://pypi.python.org/pypi/PyVISA

devel/pyvisa-py:

PyVISA-py is a backend for PyVISA.  It implements most of the methods
for Message Based communication (Serial/USB/GPIB/Ethernet) using
Python and some cross platform libraries.

WWW: https://pypi.python.org/pypi/PyVISA-py
Original commitRevision:399221 
Friday, 9 Oct 2015
13:23 mmoll search for other commits by this committer
new port: devel/rubygem-dynflow

Dynflow (DYNamic workFLOW) is a workflow engine written in Ruby.

WWW: https://dynflow.github.io/
Original commitRevision:398914 
13:20 mmoll search for other commits by this committer
new port: devel/rubygem-concurrent-ruby-edge

Contains features for concurrent-ruby that are under active development
and may change with future versions.

WWW: https://github.com/ruby-concurrency/concurrent-ruby
Original commitRevision:398913 
13:17 mmoll search for other commits by this committer
new port: devel/rubygem-concurrent-ruby

Modern concurrency tools for Ruby. Inspired by Erlang, Clojure, Scala,
Haskell, F#, C#, Java and classic concurrency patterns.

WWW: https://github.com/ruby-concurrency/concurrent-ruby
Original commitRevision:398912 
13:14 mmoll search for other commits by this committer
new port: devel/rubygem-apipie-params

DSL for Hash/JSON descriptions. Allows description of hash formats using Ruby
code, generating a json-schema for it and validating values against it.

It's based on the DSL of apipie-rails.

WWW: https://github.com/iNecas/apipie-params
Original commitRevision:398911 
13:10 mmoll search for other commits by this committer
new port: devel/rubygem-algebrick

Typed structs on steroids based on algebraic types and pattern matching
seamlessly integrating with standard Ruby features.

WWW: https://github.com/pitr-ch/algebrick
Original commitRevision:398910 
Tuesday, 6 Oct 2015
21:21 mmoll search for other commits by this committer
new port: devel/rubygem-rubocop

RuboCop is a Ruby static code analyzer. Out of the box it will enforce many of
the guidelines outlined in the community Ruby Style Guide, but most aspects of
its behavior can be tweaked via various configuration options.

WWW: http://batsov.com/rubocop/
Original commitRevision:398724 
21:19 mmoll search for other commits by this committer
new port: devel/rubygem-ruby-progressbar

Ruby/ProgressBar is an extremely flexible text progress bar library for Ruby.
The output can be customized with a flexible formatting system including
percentage, bars of various formats, elapsed time and estimated time remaining.

WWW: https://github.com/jfelchner/ruby-progressbar

As this gem is based on the code that's available as misc/ruby-progressbar,
conflict with it, to avoid problems.
Original commitRevision:398723 
Monday, 5 Oct 2015
22:02 mmoll search for other commits by this committer
new port: devel/rubygem-powerpack

Powerpack offers some useful extensions to the standard Ruby classes.
Comparable to ActiveSupport, but less ambitious and more modular.

WWW: https://github.com/bbatsov/powerpack
Original commitRevision:398674 
21:59 mmoll search for other commits by this committer
connect devel/rubygem-astrolabe to the build
Original commitRevision:398673 
21:54 mmoll search for other commits by this committer
new port: devel/rubygem-parser

Parser is a production-ready Ruby parser written in pure Ruby.

WWW: https://github.com/whitequark/parser
Original commitRevision:398671 
21:50 mmoll search for other commits by this committer
new port: devel/rubygem-ast

AST is a small Ruby library for working with immutable abstract syntax trees.

WWW: https://github.com/whitequark/ast
Original commitRevision:398670 
Saturday, 3 Oct 2015
17:52 rm search for other commits by this committer
Builder attempts to be an IDE for writing software for GNOME. It does not try
to be a generic IDE, but one specialized for writing GNOME software.

WWW: https://wiki.gnome.org/Apps/Builder
Original commitRevision:398549 
Friday, 2 Oct 2015
15:11 skreuzer search for other commits by this committer
RQ (Redis Queue) is a simple Python library for queueing jobs and processing
them in the background with workers. It is backed by Redis and it is designed
to have a low barrier to entry. It can be integrated in your web stack easily.

WWW: http://python-rq.org
Original commitRevision:398436 
Wednesday, 30 Sep 2015
21:56 marino search for other commits by this committer
Add new port devel/libuutil

libuutil is a library of userland utilities originating from solaris

This library provides both a doubly linked-list implementation and a
AVL tree implementation.  This has been a private library best known
as a core component for ZFS and SMF.

The performance is considered excellent.  As this has always been a
private library, it is not well documented and there is no man page
for it.  The best documentation is located in the source code and
reading OpenSolaris/Illumos ZFS and SMF sources will help as well.
Original commitRevision:398236 
Tuesday, 29 Sep 2015
08:47 olgeni search for other commits by this committer
Add devel/erlang-pooler, a process pool application for Erlang.
Original commitRevision:398163 
Monday, 28 Sep 2015
18:33 garga search for other commits by this committer
- Add devel/git-gui, a devel/git slave port with GUI option enabled
- Register conflicts with master and other slave ports
- Bump PORTREVISION

PR:		202948
Original commitRevision:398132 
00:58 swills search for other commits by this committer
devel/py-epdb: create port

Adds functionality to the python debugger, including support for remote
debugging.

WWW: https://github.com/sassoftware/epdb
Original commitRevision:398067 
Sunday, 27 Sep 2015
04:13 wen search for other commits by this committer
This module uses Function::Parameters to extends Perl with keywords that
let you define methods and functions with parameter lists which can be
validated using Type::Tiny type constraints. The type constraints can be
provided by the Type::Tiny standard library, Types::Standard, or any
supported user-defined type library which can be a Moose, MooseX::Type,
MouseX::Type, or Type::Library library.

WWW: http://search.cpan.org/dist/Type-Tiny-Signatures/
Original commitRevision:398021 
Saturday, 26 Sep 2015
16:21 olgeni search for other commits by this committer
Add devel/elixir-gettext, a gettext implementation for Elixir.
Original commitRevision:397994 
16:18 olgeni search for other commits by this committer
Sort entries.
Original commitRevision:397993 
Thursday, 24 Sep 2015
20:27 dim search for other commits by this committer
New port: devel/p5-Getopt-Tabular

Getopt::Tabular is a Perl 5 module for table-driven argument parsing,
vaguely inspired by John Ousterhout's Tk_ParseArgv.

WWW: http://search.cpan.org/~gward/Getopt-Tabular-0.3/

Reviewed by:	kwm
Original commitRevision:397757 
Wednesday, 23 Sep 2015
20:31 robak search for other commits by this committer
devel/b2: NEW PORT - Command Line Interface for Backblaze's B2 storage service

B2 Cloud Storage is a cloud service for storing files in the cloud.
Files are available for download at any time, either through the API
or through a browser-compatible URL.

This package provides Backblaze's officiall command line tool for
accessing all of the capabilities of B2 Cloud Storage.

WWW: https://www.backblaze.com/b2/docs/quick_command_line.html

Submitted by:	robak
Original commitRevision:397660 
Tuesday, 22 Sep 2015
18:09 antoine search for other commits by this committer
Hook git-cola and libpololu-avr to the build
Original commitRevision:397563 
10:32 pi search for other commits by this committer
New port: devel/sope

SOPE is an extensive set of frameworks which form a complete Web
application server environment. Besides the Apple WebObjects
compatible appserver extended with Zope concepts, it contains a large
set of reusable classes: XML processing (SAX, DOM, XML-RPC),
MIME/IMAP4 processing, LDAP connectivity, RDBMS connectivity, and
iCalendar parsing.

WWW: http://sogo.nu/

PR:		200749
Submitted by:	Euan Thoms <euan@potensol.com>
Original commitRevision:397533 
Sunday, 20 Sep 2015
20:15 sunpoet search for other commits by this committer
- Add rubygem-protected_attributes 1.1.3

Protect attributes from mass-assignment in Active Record models.

This plugin adds the class methods attr_accessible and attr_protected to your
models to be able to declare white or black lists of attributes.

Note: This plugin will be officially supported until the release of Rails 5.0.

WWW: https://github.com/rails/protected_attributes
Original commitRevision:397397 
Friday, 18 Sep 2015
17:33 feld search for other commits by this committer
This package defines an extension for the Sphinx documentation system.
The extension allows generation of API documentation by introspection of
zope.interface instances in code.

WWW: http://www.repoze.org/

PR:		203189
Submitted by:	Carlos J Puga Medina <cpm@fbsd.es>
Original commitRevision:397269 
Thursday, 17 Sep 2015
18:07 kwm search for other commits by this committer
Update Mesa port to 10.6.6 and add Clover.
Add beignet 1.1.0.
Add clinfo, clblas, clfft and clrng.

The major change is that all Mesa ports are now configured the same way.
This fixes several problems and enables new features.  The details
are described in this blog post:
http://blogs.freebsdish.org/graphics/2015/03/18/unifying-mesa-ports-configure/

The second important change is the OpenCL support.  Mesa's
implementation, Clover, is enabled as well as Beignet.  Clover
targets all Gallium drivers, only Radeon GPUs in our case.  Beignet
is for Intel GPUs starting with Ivy Bridge.  Thanks to Johannes
Dieterich, O. Hartman, and Koop Mast for their work on OpenCL!  As a
bonus, there are several OpenCL-based math ports added (clblas,
clfft and clrng). For more information and known issues, please see
https://wiki.freebsd.org/Graphics/OpenCL

The third change is the removal of Mesa 9.1.7 which was installed on
FreeBSD 9.3-RELEASE.  There is now only one version of Mesa in the Ports
tree (10.6.6) for all supported versions of FreeBSD.

Other, smaller changes:

* Include libosmesa into the Mesa framework; this changes libOSMesa
  shlib version.

* bsd.mesalib.mk was renamed and split up in two files namely
  Makefile.common and Makefile.targets.  So ports can overwrite variables
  set by Makefile.common and are used by Makefile.targets.

* Some text in the pkg-descr files was wrong, clean it up.  While here,
  update the WWW to the main mesa3d.org upstream page.

* devel/clinfo was added, a glxinfo like program but for OpenCL.

Non-x86 hardware reports are very welcome since we changed the framework
quite a bit.

Obtained from:	Graphics team development repo.
Original commitRevision:397198 
17:45 kwm search for other commits by this committer
Add ocl-icd - OpenCL Installable Client Driver.

This library provides a way that OpenCL programs can open several
ICD's. The Intel (beignet) and AMD/ATI (Clover for Mesa) OpenCL
implimentations will be build as ICD's. This has as benefit
that programs will not link directly against the OpenCL
implimentation but against ocl-icd. The user needs to manualy
install the OpenCL implimentation they want to use.

PR:		181244
Submitted by:	ohartman@zedat.fu-berlin.de
Original commitRevision:397197 
04:14 jbeich search for other commits by this committer
devel/py-evdev: add new port

This package provides bindings to the generic input event interface in
Linux. The evdev interface serves the purpose of passing events
generated in the kernel directly to userspace through character
devices that are typically located in /dev/input/.

This package also comes with bindings to uinput, the userspace input
subsystem. Uinput allows userspace programs to create and handle input
devices that can inject events directly into the input subsystem.

https://pypi.python.org/pypi/evdev
Original commitRevision:397098 
Wednesday, 16 Sep 2015
10:28 jbeich search for other commits by this committer
devel/libmtdev: add new port

PR:		196978
Approved by:	hselasky

mtdev is a stand-alone library which transforms all variants of
kernel MT events to the slotted type B protocol. The events put into
mtdev may be from any MT device, specifically type A without contact
tracking, type A with contact tracking, or type B with contact
tracking. See Linux kernel documentation for further details.

http://bitmath.org/code/mtdev/
Original commitRevision:397049 
10:27 jbeich search for other commits by this committer
devel/libevdev: add new port

PR:		196978
Submitted by:	hselasky

libevdev is a wrapper library for evdev devices. It moves the common
tasks when dealing with evdev devices into a library and provides a
library interface to the callers, thus avoiding erroneous ioctls, etc.

The eventual goal is that libevdev wraps all ioctls available to evdev
devices, thus making direct access unnecessary.

http://www.freedesktop.org/wiki/Software/libevdev/
Original commitRevision:397048 
Monday, 14 Sep 2015
04:36 koobs search for other commits by this committer
[NEW] devel/py-setuptools35: Add 3.5 version of setuptools

Add a setuptools port for the recently added Python version 3.5 port.
Original commitRevision:396880 
Saturday, 12 Sep 2015
10:15 ed search for other commits by this committer
Remove cross compiled libraries for CloudABI.

These libraries are now provided by the CloudABI Ports collection -- not
just for FreeBSD, but a number of other operating systems. For FreeBSD,
they are provided in the form of a pkg mirror, so there is no need to
also have them in the FreeBSD Ports tree.

Approved by:	bapt
Differential Revision:	https://reviews.freebsd.org/D3643
Original commitRevision:396738 
Thursday, 10 Sep 2015
20:16 antoine search for other commits by this committer
New port: devel/py-efilter

EFILTER is a general-purpose destructuring and search language implemented in
Python, and suitable for integration with any Python project that requires a
search function for some of its data.

WWW: https://github.com/google/dotty
Original commitRevision:396601 
Wednesday, 9 Sep 2015
11:43 antoine search for other commits by this committer
Unbreak INDEX

Pointy hat:	robak@
Original commitRevision:396474 
11:00 robak search for other commits by this committer
devel/gitlist: NEW PORT - Web based Git repository browser written in PHP

GitList is a web based git repository browser written in PHP similar to GitHub

WWW: http://gitlist.org

PR:		198063
Submitted by:	Andre Rikkert de Koe <andre@ark-ict.nl>
Original commitRevision:396463 
Tuesday, 8 Sep 2015
17:57 loader search for other commits by this committer
[NEW] devel/p5-File-Copy-Link: Extension for replacing
a link with a copy of linked file

The distribution File-Copy-Link includes the modules
File::Spec::Link and File::Copy::Link and the script
copylink. They include routines to read and copy links.

WWW: http://search.cpan.org/dist/File-Copy-Link/

Approved by: koobs, mat
Differential Revision: https://reviews.freebsd.org/D3446
Original commitRevision:396420 
08:57 demon search for other commits by this committer
New port: pydoop.

Pydoop is a Python interface to Hadoop that allows you to write MapReduce
applications in pure Python.

Pydoop offers several features not commonly found in other Python
libraries for Hadoop:

-- a rich HDFS API;
-- a MapReduce API that allows to write pure Python record readers / writers,
   partitioners and combiners;
-- transparent Avro (de)serialization;
-- easy installation-free usage;

WWW: http://crs4.github.io/pydoop/
Original commitRevision:396357 
Monday, 7 Sep 2015
17:30 adamw search for other commits by this committer
Add devel/p5-File-Slurper, (yet another) file slurping module that aims
to be more correcter than the others.
Original commitRevision:396288 
07:22 vanilla search for other commits by this committer
Add php-uprofiler 0.11.0.20150219, lightweight profiler for PHP.

PR:		202829
Submitted by:	Gasol Wu <gasol.wu@gmail.com>
Original commitRevision:396252 
07:12 vanilla search for other commits by this committer
Add pecl-hrtime 0.5.1, high resolution timing for PHP.

PR:		202889
Submitted by:	Gasol Wu <gasol.wu@gmail.com>
Original commitRevision:396250 
Sunday, 6 Sep 2015
21:49 rakuco search for other commits by this committer
New port: devel/libcutl.

libcutl is a C++ utility library. It contains a collection of generic and
independent components such as meta-programming tests, smart pointers,
containers, compiler building blocks, etc.

WWW: http://www.codesynthesis.com/projects/libcutl/
Original commitRevision:396236 
Friday, 4 Sep 2015
17:18 dvl search for other commits by this committer
Add devel/pytimespare, a small Python module for small Python module to parse
various kinds of time expressions.

Approved by: wg (mentor)
Original commitRevision:396120 
17:13 jbeich search for other commits by this committer
devel/py-apscheduler: add new port

Advanced Python Scheduler (APScheduler) is a Python library that lets
you schedule your Python code to be executed later, either just once
or periodically. You can add new jobs or remove old ones on the fly as
you please. If you store your jobs in a database, they will also
survive scheduler restarts and maintain their state. When the
scheduler is restarted, it will then run all the jobs it should have
run while it was offline.

https://pypi.python.org/pypi/APScheduler

Approved by:	wg (maintainer)
Differential Revision:	https://reviews.freebsd.org/D3566
Original commitRevision:396115 
14:05 des search for other commits by this committer
This module implements type coercions for MySQL date and time types.

WWW: http://search.cpan.org/dist/MooseX-Types-DateTime-MySQL/
Original commitRevision:396092 
Thursday, 3 Sep 2015
22:09 brooks search for other commits by this committer
Add clang37 and lldb37 metaports to make it easier to find the clang and
lldb installed by devel/llvm37.

No port should depend on these ports.
Original commitRevision:396049 
Wednesday, 2 Sep 2015
05:34 rene search for other commits by this committer
Remove expired ports:
2015-08-31 www/p5-WWW-Shorten-NotLong: notlong.com is now dead
2015-08-31 games/linux-majesty-demo: Broken for more than 6 months
2015-08-31 games/linux-coldwar-demo: Broken for more than 6 months
2015-08-31 games/linux-hdb-demo: Broken for more than 6 months
2015-08-31 devel/rubygem-igraph: Broken for more than 6 months
2015-08-31 games/linux-candycruncher-demo: Broken for more than 6 months
2015-08-31 games/linux-gorky17-demo: Broken for more than 6 months
2015-08-31 sysutils/syslog-ng33: No longer supported by Balabit cince November
2014.
Original commitRevision:395822 
Tuesday, 1 Sep 2015
18:51 jkim search for other commits by this committer
Replace devel/cppunit with devel/cppunit113.

Approved by:	bdrewery (maintainer)
Original commitRevision:395789 
Monday, 31 Aug 2015
08:57 makc search for other commits by this committer
devel/geany:
- Update to 1.25
- Use install-strip target to strip binaries

devel/geany-plugin*:
- Update to 1.25. geany-plugin-gproject was renamed to
  geany-plugin-projectorganizer
  New plugins added:
   geany-plugin-automark
   geany-plugin-ctags
   geany-plugin-git-changebar
   geany-plugin-markdown
   geany-plugin-overview
- Drop obsolete patches
- Use install-strip target to strip binaries
- Enable verbose build on package cluster
Original commitRevision:395656 
Sunday, 30 Aug 2015
02:59 shurd search for other commits by this committer
New Port: devel/wxformbuilder

WYSIWYG GUI Designer and Code Generator for wxWidgets
Original commitRevision:395580 
Saturday, 29 Aug 2015
21:47 jbeich search for other commits by this committer
devel/luarocks: add new port

LuaRocks allows you to install Lua modules as self-contained packages
called rocks, which also contain version dependency information. This
information can be used both during installation, so that when one
rock is requested all rocks it depends on are installed as well, and
also optionally at run time, so that when a module is required, the
correct version is loaded. LuaRocks supports both local and remote
repositories, and multiple local rocks trees.

WWW: https://luarocks.org
Original commitRevision:395570 
14:40 gblach search for other commits by this committer
- Update devel/ninja to 1.6.0
- Remove devel/ninja16
- Replace files/patch-configure.py with REINPLACE_CMD
- Move share/doc/ninja/COPYING
  to share/licenses/ninja-${PKGVERSION}/APACHE20
Original commitRevision:395558 
Friday, 28 Aug 2015
21:19 jkim search for other commits by this committer
CppUnit is the C++ port of the famous JUnit framework for unit testing.

This fork is maintained by freedesktop.org as a LibreOffice project.

WWW: http://freedesktop.org/wiki/Software/cppunit
Original commitRevision:395525 
Tuesday, 25 Aug 2015
17:31 feld search for other commits by this committer
New port: devel/pcre2

PCRE2 is the name used for a revised API for the PCRE library, which is
a set of functions, written in C, that implement regular expression
pattern matching using the same syntax and semantics as Perl, with just
a few differences.
Original commitRevision:395306 
Monday, 24 Aug 2015
11:10 gblach search for other commits by this committer
- Copy devel/ninja to devel/ninja16
- Downgrade devel/ninja to 1.5.3 to fix building of the graphics/darktable
Original commitRevision:395165 
Saturday, 22 Aug 2015
13:56 rm search for other commits by this committer
SDK yandex money API

API description: https://tech.yandex.com/money/

WWW: https://pypi.python.org/pypi/yandex-money-sdk
Original commitRevision:395033 
Thursday, 20 Aug 2015
23:02 pgj search for other commits by this committer
- Update The Glorious Glasgow Haskell Compiler to version 7.10.2
- Include a patch for addressing timer issues [1]
- Add support for building both GHC and Haskell ports with Clang, either from
  ports or the base system
- Discontinue supporting Haskell Platform, use Stackage instead as a
  reference
- Drop support for FreeBSD 8.x, optimize bootstrap compiler tarballs
- Update Gtk2Hs to version 0.13 [2]
- Update Pandoc to version 1.15.0.6
- Update git-annex to version 5.20150727
- Update Darcs to 2.10 [3]
- Unbreak wxHaskell ports

Please note that port revisions for all the Haskell ports without version
changes are bumped.

New ports (48):

converters/hs-aeson-pretty     JSON pretty-printing library and command-line
                               tool
converters/hs-sandi            Data encoding library
devel/hs-StateVar              State variables
devel/hs-base-orphans          Backwards-compatible orphan instances for base
devel/hs-bytestring-mmap       Mmap support for strict ByteStrings
devel/hs-constraints           Constraint manipulation
devel/hs-data-ordlist          Set and bag operations on ordered lists
devel/hs-easy-file             Cross-platform File handling
devel/hs-extra                 Extra functions
devel/hs-geniplate-mirror      Use Template Haskell to generate Uniplate-like
                               functions
devel/hs-haddock-api           Documentation-generation tool for Haskell
                               libraries
devel/hs-hex                   Convert strings into hexadecimal and back
devel/hs-hourglass             Simple performant time related library
devel/hs-hsb2hs                Preprocesses a file, adding blobs from files
                               as string literals
devel/hs-hspec-core            Testing Framework for Haskell
devel/hs-hspec-discover        Automatically discover and run Hspec tests
devel/hs-js-flot               Obtain minified flot code
devel/hs-js-jquery             Obtain minified jQuery code
devel/hs-lifted-async          Run lifted IO operations asynchronously and
                               wait for their results
devel/hs-map-syntax            Syntax sugar for defining maps
devel/hs-memory                Memory and related abtraction stuff
devel/hs-mutable-containers    Abstactions and concrete implementations of
                               mutable containers
devel/hs-newtype               Typeclass and set of functions for working
                               with newtypes
devel/hs-old-locale            Locale library
devel/hs-old-time              Time library
devel/hs-preprocessor-tools    Framework for extending Haskell's syntax via
                               quick-and-dirty preprocessors
devel/hs-time-locale-compat    Compatibility of TimeLocale between old-locale
                               and time-1.5
devel/hs-uuid-types            Type definitions for Universally Unique
                               Identifiers
math/hs-Agda-stdlib            Agda standard library
math/hs-adjunctions            Adjunctions and representable functors
math/hs-kan-extensions         Kan extensions, Kan lifts, various forms of
                               the Yoneda lemma, and (co)density (co)monads
net-im/hs-haskell-xmpp         Haskell XMPP library based on HaXml & STM
net-p2p/hs-torrent             BitTorrent file parser and generater
net/hs-aws Amazon              Web Services (AWS) for Haskell
net/hs-network-uri             URI manipulation
security/hs-cryptonite         Cryptography Primitives sink
security/hs-nonce              Generate cryptographic nonces
shells/hs-shelly               Shell-like (systems) programming in Haskell
sysutils/hs-ekg-json           JSON encoding of ekg metrics
textproc/hs-bencode            Parser and printer for bencoded data
textproc/hs-cassava            CSV parsing and encoding library
textproc/hs-cmark              Fast, accurate CommonMark (Markdown) parser
                               and renderer
textproc/hs-pandoc-citeproc    Supports using pandoc with citeproc
textproc/hs-regex-applicative  Regex-based parsing with applicative interface
textproc/hs-regex-compat-tdfa  Unicode Support version of Text.Regex, using
                               regex-tdfa
textproc/hs-rfc5051            Simple unicode collation as per RFC5051
www/hs-http2                   HTTP/2.0 library including frames and HPACK
www/hs-multipart               HTTP multipart split out of the cgi package

Updated ports (317):

archivers/hs-tar                         0.4.0.1_8        --> 0.4.2.1
archivers/hs-zip-archive                 0.2.3.4_1        --> 0.2.3.7
archivers/hs-zlib                        0.5.4.1_6        --> 0.5.4.2
archivers/hs-zlib-bindings               0.1.1.3_7        --> 0.1.1.5
audio/hs-ALUT                            2.3.0.1_2        --> 2.4.0.0
audio/hs-OpenAL                          1.6.0.0_1        --> 1.7.0.0
audio/hs-libmpd                          0.8.0.5_1        --> 0.9.0.2
benchmarks/hs-criterion                  0.8.1.0_1        --> 1.1.0.0
converters/hs-aeson                      0.7.0.6_1        --> 0.8.0.2
converters/hs-json                       0.7_8            --> 0.9.1
databases/hs-esqueleto                   1.4.4_1          --> 2.4.1
databases/hs-hedis                       0.6.5            --> 0.6.9
databases/hs-mysql                       0.1.1.6_1        --> 0.1.1.8
databases/hs-persistent                  1.3.1.1_1        --> 2.2
databases/hs-persistent-sqlite           1.3.0.5_1        --> 2.2
databases/hs-persistent-template         1.3.1.4_1        --> 2.1.3.4
devel/hs-BNFC                            2.6.0.3_8        --> 2.8
devel/hs-Boolean                         0.2.1_1          --> 0.2.3
devel/hs-ConfigFile                      1.1.2_1          --> 1.1.4
devel/hs-List                            0.5.1_8          --> 0.5.2
devel/hs-MissingH                        1.2.1.0_1        --> 1.3.0.1
devel/hs-MonadCatchIO-transformers       0.3.1.0_1        --> 0.3.1.3
devel/hs-MonadRandom                     0.1.13_1         --> 0.4
devel/hs-ObjectName                      1.0.0.0_14       --> 1.1.0.0
devel/hs-QuickCheck                      2.6_6            --> 2.8.1
devel/hs-ReadArgs                        1.2.1_8          --> 1.2.2
devel/hs-STMonadTrans                    0.3.2_1          --> 0.3.3
devel/hs-ShellCheck                      0.3.5            --> 0.3.8
devel/hs-Stream                          0.4.7.1_1        --> 0.4.7.2
devel/hs-alex                            3.1.3_1          --> 3.1.4
devel/hs-ansi-terminal                   0.6.1.1_1        --> 0.6.2.1
devel/hs-ansi-wl-pprint                  0.6.7.1_1        --> 0.6.7.3
devel/hs-asn1-encoding                   0.8.1.3_1        --> 0.9.0
devel/hs-asn1-parse                      0.8.1_1          --> 0.9.1
devel/hs-asn1-types                      0.2.3_1          --> 0.3.0
devel/hs-async                           2.0.1.5_1        --> 2.0.2
devel/hs-atomic-primops                  0.6.0.6_1        --> 0.8
devel/hs-auto-update                     0.1.0.0_1        --> 0.1.2.2
devel/hs-basic-prelude                   0.3.8_1          --> 0.5.0
devel/hs-bifunctors                      4.1.1.1_1        --> 5
devel/hs-blaze-builder                   0.3.3.2_1        --> 0.4.0.1
devel/hs-blaze-builder-enumerator        0.2.0.6_1        --> 0.2.1.0
devel/hs-blaze-textual                   0.2.0.9_1        --> 0.2.1.0
devel/hs-bloomfilter                     2.0.0.0_1        --> 2.0.1.0
devel/hs-boxes                           0.1.3_1          --> 0.1.4
devel/hs-bytestring-lexing               0.4.3.2          --> 0.5.0.2
devel/hs-c2hs                            0.17.2_1         --> 0.26.1
devel/hs-cabal-install                   1.18.0.5_1       --> 1.22.6.0
devel/hs-cereal                          0.4.0.1_1        --> 0.4.1.1
devel/hs-checkers                        0.3.2_1          --> 0.4.3
devel/hs-chunked-data                    0.1.0.1_1        --> 0.2.0
devel/hs-classy-prelude                  0.9.3_1          --> 0.12.1.1
devel/hs-classy-prelude-conduit          0.9.3_1          --> 0.12.0.1
devel/hs-cmdargs                         0.10.9_1         --> 0.10.13
devel/hs-conduit                         1.1.7_1          --> 1.2.5
devel/hs-conduit-combinators             0.2.8.2_1        --> 1.0.3
devel/hs-conduit-extra                   1.1.3_1          --> 1.1.9.1
devel/hs-convertible                     1.1.0.0_1        --> 1.1.1.0
devel/hs-cpphs                           1.18.5_1         --> 1.19
devel/hs-darcs                           2.8.5            --> 2.10.1
devel/hs-data-hash                       0.2.0.0_1        --> 0.2.0.1
devel/hs-data-pprint                     0.2.3_1          --> 0.2.4
devel/hs-datetime                        0.2.1_12         --> 0.3.1
devel/hs-deepseq-generics                0.1.1.1_1        --> 0.1.1.2
devel/hs-dlist                           0.7.1_1          --> 0.7.1.1
devel/hs-edit-distance                   0.2.1.2_7        --> 0.2.2.1
devel/hs-either                          4.3.0.1_1        --> 4.4.1
devel/hs-enclosed-exceptions             1.0.0.2_1        --> 1.0.1.1
devel/hs-equivalence                     0.2.5_1          --> 0.3.1
devel/hs-errors                          1.4.7_1          --> 2.0.0
devel/hs-exceptions                      0.6.1_1          --> 0.8.0.2
devel/hs-fast-logger                     2.2.0_1          --> 2.4.1
devel/hs-fgl                             5.5.0.1_1        --> 5.5.2.1
devel/hs-file-embed                      0.0.7_1          --> 0.0.9
devel/hs-filemanip                       0.3.6.2_8        --> 0.3.6.3
devel/hs-filestore                       0.6.0.3_1        --> 0.6.1
devel/hs-free                            4.9_1            --> 4.12.1
devel/hs-fsnotify                        0.1.0.3_1        --> 0.2.1
devel/hs-gconf                           0.12.5.0_1       --> 0.13.0.2
devel/hs-generic-deriving                1.6.3_1          --> 1.8.0
devel/hs-ghc-events                      0.4.3.0_1        --> 0.4.4.0
devel/hs-gio                             0.12.5.3_1       --> 0.13.1.0
devel/hs-git-annex                       5.20140817_1     --> 5.20150727
devel/hs-glib                            0.12.5.4_1       --> 0.13.1.1
devel/hs-gtk2hs-buildtools               0.12.5.2_2       --> 0.13.0.4
devel/hs-haddock                         2.14.3_1         --> 2.16.1
devel/hs-haddock-library                 1.1.0_1          --> 1.2.1
devel/hs-happy                           1.19.4_1         --> 1.19.5
devel/hs-hashable                        1.2.2.0_1,1      --> 1.2.3.3,1
devel/hs-hashtables                      1.1.2.1_1        --> 1.2.0.2
devel/hs-haskell-src                     1.0.1.6_1        --> 1.0.2.0
devel/hs-haskell-src-exts                1.15.0.1_1       --> 1.16.0.1
devel/hs-hasktags                        0.69.0_1         --> 0.69.1
devel/hs-hastache                        0.6.0_1          --> 0.6.1
devel/hs-hinotify                        0.3.7_1          --> 0.3.8.1
devel/hs-hint                            0.4.2.0_1        --> 0.4.2.3
devel/hs-hlint                           1.9.3_1          --> 1.9.21
devel/hs-hoogle                          4.2.34_1         --> 4.2.41
devel/hs-hslogger                        1.2.4_1          --> 1.2.9
devel/hs-hslua                           0.3.13_1         --> 0.4.0
devel/hs-hspec                           1.11.0_1         --> 2.1.10
devel/hs-hspec-expectations              0.6.0.1_1        --> 0.7.1
devel/hs-keys                            3.10.1_1         --> 3.10.2
devel/hs-language-c                      0.4.5_1          --> 0.4.7
devel/hs-language-javascript             0.5.13_1         --> 0.5.14.2
devel/hs-lens                            4.3.3_1          --> 4.12.3
devel/hs-lifted-base                     0.2.3.0_1        --> 0.2.3.6
devel/hs-mmorph                          1.0.3_1          --> 1.0.4
devel/hs-monad-control                   0.3.3.0_1        --> 1.0.0.4
devel/hs-monad-logger                    0.3.7.1_1        --> 0.3.13.2
devel/hs-monad-loops                     0.4.2.1_1        --> 0.4.3
devel/hs-monad-par                       0.3.4.6_1        --> 0.3.4.7
devel/hs-mono-traversable                0.6.1_1          --> 0.9.2.1
devel/hs-mtl                             2.1.3.1_1        --> 2.2.1
devel/hs-mueval                          0.9.1.1_1        --> 0.9.1.1.2
devel/hs-murmur-hash                     0.1.0.7_1        --> 0.1.0.8
devel/hs-optparse-applicative            0.9.1.1_1        --> 0.11.0.2
devel/hs-parallel                        3.2.0.4_1        --> 3.2.0.6
devel/hs-pcre-light                      0.4.0.2_1        --> 0.4.0.3
devel/hs-primitive                       0.5.2.1_1        --> 0.6
devel/hs-profunctors                     4.2.0.1_1        --> 5.1.1
devel/hs-project-template                0.1.4.1_1        --> 0.2.0
devel/hs-random                          1.0.1.1_10       --> 1.1
devel/hs-reflection                      1.5.1_1          --> 2
devel/hs-resource-pool                   0.2.3.0_1        --> 0.2.3.2
devel/hs-resourcet                       1.1.2.3_1        --> 1.1.6
devel/hs-safe                            0.3.7_1          --> 0.3.9
devel/hs-scientific                      0.3.3.0_1        --> 0.3.3.8
devel/hs-securemem                       0.1.3_1          --> 0.1.9
devel/hs-setenv                          0.1.1.1_1        --> 0.1.1.3
devel/hs-shake                           0.13.2_1         --> 0.15.5
devel/hs-silently                        1.2.4.1_7        --> 1.2.5
devel/hs-stm                             2.4.2_6          --> 2.4.4
devel/hs-stm-chans                       3.0.0.2_1        --> 3.0.0.4
devel/hs-streaming-commons               0.1.4.1_1        --> 0.1.12.1
devel/hs-syb                             0.4.1_1          --> 0.5.1
devel/hs-syb-with-class                  0.6.1.5_1        --> 0.6.1.6
devel/hs-system-fileio                   0.3.14_1         --> 0.3.16.3
devel/hs-system-filepath                 0.4.12_1         --> 0.4.13.4
devel/hs-tagged                          0.7.2_1          --> 0.8.1
devel/hs-test-framework                  0.8.0.3_1        --> 0.8.1.1
devel/hs-text                            1.1.0.0_1        --> 1.2.1.3
devel/hs-text-icu                        0.6.3.7_2        --> 0.7.0.1
devel/hs-threads                         0.5.1.2_1        --> 0.5.1.3
devel/hs-threadscope                     0.2.4_1          --> 0.2.7
devel/hs-timezone-olson                  0.1.4_1          --> 0.1.7
devel/hs-timezone-series                 0.1.3_1          --> 0.1.5.1
devel/hs-transformers-base               0.4.2_1          --> 0.4.4
devel/hs-transformers-compat             0.3.3.4_1        --> 0.4.0.4
devel/hs-unix-compat                     0.4.1.3_1        --> 0.4.1.4
devel/hs-unix-time                       0.3.3_1          --> 0.3.5
devel/hs-unordered-containers            0.2.4.0_1        --> 0.2.5.1
devel/hs-utf8-string                     0.3.8_1          --> 1
devel/hs-uuagc                           0.9.51_1         --> 0.9.52.1
devel/hs-uuagc-cabal                     1.0.5.0_1        --> 1.0.6.0
devel/hs-uuid                            1.3.3_1          --> 1.3.11
devel/hs-uulib                           0.9.16_1         --> 0.9.20
devel/hs-vault                           0.3.0.3_1        --> 0.3.0.4
devel/hs-vector                          0.10.9.1_1       --> 0.10.12.3
devel/hs-vector-algorithms               0.6.0.3_1        --> 0.7.0.1
devel/hs-vector-instances                3.3_1            --> 3.3.1
devel/hs-vector-th-unbox                 0.2.1.0_1        --> 0.2.1.2
devel/hs-void                            0.6.1_1          --> 0.7
devel/hs-word8                           0.1.1_1          --> 0.1.2
dns/hs-dns                               1.4.2_1          --> 2.0.0
graphics/hs-JuicyPixels                  3.1.6.1_1        --> 3.2.6
graphics/hs-cairo                        0.12.5.3_1       --> 0.13.1.0
graphics/hs-dia-base                     0.1.1.2_8        --> 0.1.1.3
graphics/hs-dia-functions                0.2.1.3_8        --> 0.2.1.4
graphics/hs-svgcairo                     0.12.5.2_1       --> 0.13.0.3
lang/hs-brainfuck                        0.1_15           --> 0.1.0.2
lang/hs-unlambda                         0.1.3_8          --> 0.1.4.1
mail/hs-email-validate                   2.0.1_1          --> 2.1.3
mail/hs-mime                             0.4.0.1_1        --> 0.4.0.2
mail/hs-mime-mail                        0.4.5.2_1        --> 0.4.9
mail/hs-mime-types                       0.1.0.4_1        --> 0.1.0.6
math/hs-Agda                             2.4.0.2_1        --> 2.4.2.3
math/hs-NumInstances                     1.3_6            --> 1.4
math/hs-categories                       1.0.6_1          --> 1.0.7
math/hs-comonad                          4.2.2_1          --> 4.2.7.2
math/hs-contravariant                    1.1_1            --> 1.3.2
math/hs-data-lens                        2.10.5_1         --> 2.10.7
math/hs-data-lens-template               2.1.8_1          --> 2.1.9
math/hs-ieee754                          0.7.3_10         --> 0.7.6
math/hs-mwc-random                       0.13.1.2_1       --> 0.13.3.2
math/hs-pointed                          4.1_1            --> 4.2.0.2
math/hs-semigroupoids                    4.0.4_1          --> 5.0.0.3
math/hs-semigroups                       0.15.2_1         --> 0.16.2.2
math/hs-statistics                       0.13.2.1_1       --> 0.13.2.3
math/hs-vector-space                     0.8.7_1          --> 0.10.2
net/hs-connection                        0.2.3_1          --> 0.2.5
net/hs-gsasl                             0.3.5_1          --> 0.3.6
net/hs-hoauth2                           0.4.3            --> 0.4.8
net/hs-iproute                           1.3.1_1          --> 1.5.0
net/hs-network                           2.4.2.3_1        --> 2.6.2.1
net/hs-network-info                      0.2.0.5_1        --> 0.2.0.7
net/hs-network-multicast                 0.0.11_1         --> 0.1.0
net/hs-network-protocol-xmpp             0.4.6_2          --> 0.4.8
net/hs-simple-sendfile                   0.2.15_1         --> 0.2.21
print/hs-hscolour                        1.20.3_8,1       --> 1.23,1
security/hs-DRBG                         0.5.2_1          --> 0.5.4
security/hs-HsOpenSSL                    0.11_2           --> 0.11.1.1
security/hs-RSA                          2.0.0_1          --> 2.1.0.1
security/hs-SHA                          1.6.4.1_1        --> 1.6.4.2
security/hs-cipher-aes                   0.2.8_1          --> 0.2.11
security/hs-cipher-aes128                0.6.4_1          --> 0.7.0.1
security/hs-clientsession                0.9.0.3_1        --> 0.9.1.1
security/hs-cprng-aes                    0.5.2_1          --> 0.6.1
security/hs-crypto-api                   0.13_1           --> 0.13.2
security/hs-crypto-conduit               0.5.4_1          --> 0.5.5
security/hs-crypto-numbers               0.2.3_1          --> 0.2.7
security/hs-crypto-pubkey                0.2.4_1          --> 0.2.8
security/hs-crypto-pubkey-types          0.4.2.2_1        --> 0.4.3
security/hs-crypto-random                0.0.7_1          --> 0.0.9
security/hs-entropy                      0.3.2_1          --> 0.3.7
security/hs-gnutls                       0.1.5_1          --> 0.2
security/hs-pwstore-fast                 2.4.1_1          --> 2.4.4
security/hs-skein                        1.0.9_1          --> 1.0.9.3
security/hs-tls                          1.2.8_1          --> 1.3.1
security/hs-x509                         1.4.11_1         --> 1.6.0
security/hs-x509-store                   1.4.4_1          --> 1.6.0
security/hs-x509-system                  1.4.5_1          --> 1.6.0
security/hs-x509-validation              1.5.0_1          --> 1.6.0
sysutils/hs-angel                        0.5.0_1          --> 0.6.2
sysutils/hs-ekg                          0.4.0.1_1        --> 0.4.0.8
sysutils/hs-ekg-core                     0.1.0.1_1        --> 0.1.1.0
textproc/hs-Diff                         0.3.0_1          --> 0.3.2
textproc/hs-HStringTemplate              0.7.3_1          --> 0.8.3
textproc/hs-HaXml                        1.24.1_1         --> 1.25.3
textproc/hs-attoparsec                   0.10.4.0_7       --> 0.12.1.6
textproc/hs-attoparsec-enumerator        0.3.3_1          --> 0.3.4
textproc/hs-blaze-html                   0.7.0.2_1        --> 0.8.1.0
textproc/hs-blaze-markup                 0.6.1.0_1        --> 0.7.0.2
textproc/hs-case-insensitive             1.1.0.3_1        --> 1.2.0.4
textproc/hs-citeproc-hs                  0.3.9_1          --> 0.3.10
textproc/hs-double-conversion            0.2.0.6_7        --> 2.0.1.0
textproc/hs-feed                         0.3.9.2_1        --> 0.3.10.0
textproc/hs-hexpat                       0.20.6_1         --> 0.20.9
textproc/hs-highlighting-kate            0.5.11.1         --> 0.6
textproc/hs-hs-bibutils                  5.0_6            --> 5.5
textproc/hs-html-conduit                 1.1.0.5_1        --> 1.2.0
textproc/hs-hxt                          9.3.1.4_1        --> 9.3.1.15
textproc/hs-hxt-charproperties           9.1.1.1_1        --> 9.2.0.1
textproc/hs-hxt-regex-xmlschema          9.1.0_7          --> 9.2.0.2
textproc/hs-hxt-unicode                  9.0.2.2_1        --> 9.0.2.4
textproc/hs-lhs2tex                      1.18.1_8         --> 1.19
textproc/hs-pandoc                       1.13.2           --> 1.15.0.6
textproc/hs-pandoc-types                 1.12.4.1_1       --> 1.12.4.5
textproc/hs-parsec                       3.1.5_1          --> 3.1.9
textproc/hs-polyparse                    1.9_6            --> 1.11
textproc/hs-stringsearch                 0.3.6.5_1        --> 0.3.6.6
textproc/hs-tagsoup                      0.13.1_1         --> 0.13.3
textproc/hs-tagstream-conduit            0.5.5.1_1        --> 0.5.5.3
textproc/hs-texmath                      0.8.0.1          --> 0.8.3
textproc/hs-uri                          0.1.6.2_1        --> 0.1.6.3
textproc/hs-xml                          1.3.13_6         --> 1.3.14
textproc/hs-xml-conduit                  1.2.1_1          --> 1.3.1
textproc/hs-xml-hamlet                   0.4.0.9_1        --> 0.4.0.11
textproc/hs-xml-types                    0.3.4_1          --> 0.3.6
textproc/hs-xmlhtml                      0.2.3.2_1        --> 0.2.3.4
textproc/hs-yaml                         0.8.8.4_1        --> 0.8.13
www/hs-DAV                               1.0.1_1          --> 1.0.7
www/hs-HTTP                              4000.2.10_1      --> 4000.2.20
www/hs-authenticate                      1.3.2.9_1        --> 1.3.2.11
www/hs-cgi                               3001.1.8.5_1,1   --> 3001.2.2.2,1
www/hs-cookie                            0.4.1.2_1        --> 0.4.1.6
www/hs-gitit                             0.10.6.1_1       --> 0.11.1
www/hs-hS3                               0.5.8_1          --> 0.5.9
www/hs-happstack-server                  7.3.7_1          --> 7.4.4
www/hs-heist                             0.13.1.2_1       --> 0.14.1.1
www/hs-hjsmin                            0.1.4.7_1        --> 0.1.5.0
www/hs-http-client                       0.3.6.1_1        --> 0.4.20
www/hs-http-conduit                      2.1.4_1          --> 2.1.8
www/hs-http-date                         0.0.4_8          --> 0.0.6.1
www/hs-http-reverse-proxy                0.4.0.1_1        --> 0.4.2
www/hs-http-server                       1.0.4_1          --> 1.0.6
www/hs-http-types                        0.8.5_1          --> 0.8.6
www/hs-oeis                              0.3.5_1          --> 0.3.6
www/hs-path-pieces                       0.1.4_1          --> 0.2.0
www/hs-recaptcha                         0.1.0.2_1        --> 0.1.0.3
www/hs-shakespeare                       2.0.1.1_1        --> 2.0.5
www/hs-snap                              0.13.2.8_1       --> 0.14.0.6
www/hs-snap-core                         0.9.6.3_1        --> 0.9.7.2
www/hs-snap-server                       0.9.4.5_1        --> 0.9.5.1
www/hs-wai                               3.0.1.1_1        --> 3.0.3.0
www/hs-wai-app-static                    3.0.0_1          --> 3.1.1
www/hs-wai-extra                         3.0.1.2_1        --> 3.0.10
www/hs-wai-logger                        2.2.0_1          --> 2.2.4.1
www/hs-warp                              3.0.0.5_1        --> 3.1.3
www/hs-warp-tls                          3.0.0_1          --> 3.1.1
www/hs-webkit                            0.12.6.1_1       --> 0.13.1.3
www/hs-xss-sanitize                      0.3.5.2_1        --> 0.3.5.6
www/hs-yesod                             1.2.6.1_1        --> 1.4.1.5
www/hs-yesod-auth                        1.3.4_1          --> 1.4.6
www/hs-yesod-auth-hashdb                 1.3.0.1_1        --> 1.4.2.2
www/hs-yesod-bin                         1.2.12.3_1       --> 1.4.13.3
www/hs-yesod-core                        1.2.19_1         --> 1.4.13
www/hs-yesod-form                        1.3.14_1         --> 1.4.4.1
www/hs-yesod-persistent                  1.2.3_1          --> 1.4.0.3
www/hs-yesod-static                      1.2.4_1          --> 1.5.0.2
www/hs-yesod-test                        1.2.3.2_1        --> 1.4.3.1
x11-toolkits/hs-GLURaw                   1.4.0.1_1        --> 1.5.0.1
x11-toolkits/hs-GLUT                     2.5.1.1_1,1      --> 2.7.0.1,1
x11-toolkits/hs-OpenGL                   2.9.2.0_1,1      --> 2.12.0.1,1
x11-toolkits/hs-OpenGLRaw                1.5.0.0_1        --> 2.5.1.0
x11-toolkits/hs-gtk                      0.12.5.7_1       --> 0.13.9
x11-toolkits/hs-gtk2hs                   0.12.5_1,1       --> 0.13,1
x11-toolkits/hs-gtksourceview2           0.12.5.0_1       --> 0.13.1.3
x11-toolkits/hs-pango                    0.12.5.3_1       --> 0.13.1.0
x11-toolkits/hs-vte                      0.12.5.0_1       --> 0.13.0.2
x11-toolkits/hs-wx                       0.90.1.0_1       --> 0.91.0.0
x11-toolkits/hs-wxc                      0.90.1.1_1       --> 0.91.0.0
x11-toolkits/hs-wxcore                   0.90.1.1_1       --> 0.91.0.0
x11-toolkits/hs-wxdirect                 0.90.1.1_1       --> 0.91.0.0
x11-wm/hs-xmonad                         0.11_10          --> 0.11.1
x11-wm/hs-xmonad-contrib                 0.11.3_2         --> 0.11.4
x11/hs-xmobar                            0.21_1           --> 0.23.1

Removed ports (14):

devel/hs-MaybeT            Support for computations with failures (deprecated)
devel/hs-geniplate         Use template Haskell to generate Uniplate-like
                           functions (upstream support is discontinued)
devel/hs-glade             Binding to the glade library (upstream support is
                           discontinued)
devel/hs-haskell-platform  The Haskell Platform (it is not tracked any more)
devel/hs-ranges            Ranges and various functions on them (deprecated)
devel/hs-testpack          Test Utility Pack for HUnit and QuickCheck
                           (upstream is unmaintained)
graphics/hs-soegtk         GUI functions as used in the book "The Haskell
                           School of Expression" (upstream support is
                           discontinued)
lang/hs-epic               Compiler for a simple functional language (it is
                           not needed any more)
math/hs-nats               Natural numbers (it has been merged into the base
                           library of GHC)
multimedia/hs-gstreamer    Binding to the GStreamer open source multimedia
                           framework (upstream support is discontinued) [2]
www/hs-scgi                Haskell library for writing SCGI programs
                           (deprecated)
www/hs-yesod-platform      Meta package for Yesod (upstream support is
                           discontinued)
www/hs-yesod-routes        Effective routing for Yesod (upstream support is
                           discontinued)
x11-toolkits/hs-gtkglext   Binding to the GTK+ OpenGL Extension (upstream
                           support is discontinued)

PR:		181049 [1]
PR:		197925 [2]
PR:		200684 [3]
Submitted by:	arrowdodger <6yearold@gmail.com> [1]
Obtained from:	FreeBSD Haskell
Original commitRevision:394918 
21:06 rene search for other commits by this committer
Remove expired ports:
2015-08-20 www/ompload: omploader.org is down for many years
2015-08-20 devel/ocaml-equeue: Superseded by www/ocaml-net
Original commitRevision:394916 
Wednesday, 19 Aug 2015
16:45 sunpoet search for other commits by this committer
- Move devel/rubygem-fog-brightbox to net/rubygem-fog-brightbox
- Bump PORTREVISION for dependent ports
Original commitRevision:394799 
Tuesday, 18 Aug 2015
21:33 bsam search for other commits by this committer
Add eric6 translation: tr_TR.
Original commitRevision:394661 
21:32 bsam search for other commits by this committer
Add eric6 translation: it_IT.
Original commitRevision:394660 
21:30 bsam search for other commits by this committer
Add eric6 translation: es.
Original commitRevision:394659 
21:29 bsam search for other commits by this committer
Add eric6 translation: cs_CZ.
Original commitRevision:394658 
19:20 olgeni search for other commits by this committer
Add devel/elixir-paratize, parallel processing facilities for Elixir.
Original commitRevision:394641 
Saturday, 15 Aug 2015
07:43 sunpoet search for other commits by this committer
- Add p5-List-Objects-Types 1.003001

A set of Type::Tiny-based types & coercions matching the list objects found in
List::Objects::WithUtils.

WWW: http://search.cpan.org/dist/List-Objects-Types/
Original commitRevision:394285 
07:42 sunpoet search for other commits by this committer
- Add p5-List-Objects-WithUtils 2.022001

A set of roles and classes defining an object-oriented interface to Perl hashes
and arrays with useful utility methods, junctions, type-checking ability, and
optional autoboxing. Originally derived from Data::Perl.

WWW: http://search.cpan.org/dist/List-Objects-WithUtils/
Original commitRevision:394284 
Friday, 14 Aug 2015
00:13 jbeich search for other commits by this committer
devel/android-tools-simpleperf: add new port

simpleperf is a minimal Linux perf implementation for extracting
sampling information out of perf.data.
Original commitRevision:394199 
Thursday, 13 Aug 2015
21:25 rm search for other commits by this committer
API to extract data from HTML and XML documents.

WWW: https://pypi.python.org/pypi/selection
Original commitRevision:394194 
21:23 rm search for other commits by this committer
Weblib provides tools to solve typical tasks in web scraping:

 * processing HTML
 * handling text encodings
 * controling repeating and parallel tasks
 * parsing RSS/ATOM feeds
 * preparing data for HTTP requests
 * working with DOM tree
 * working with text and numeral data
 * list of common user agents
 * cross-platform file locking
 * operations with files and directories

WWW: https://pypi.python.org/pypi/weblib
Original commitRevision:394193 
19:21 rm search for other commits by this committer
Python API Wrapper for Kayako 4.01.240

WWW: https://pypi.python.org/pypi/kayako/
Original commitRevision:394185 
Wednesday, 12 Aug 2015
18:30 tota search for other commits by this committer
- Add new port: devel/R-cran-rstudioapi

  Access the RStudio API (if available) and provide informative error
  messages when it's not.

  WWW: https://cran.r-project.org/web/packages/rstudioapi/
Original commitRevision:394027 
Tuesday, 11 Aug 2015
08:51 tota search for other commits by this committer
- Add new port: devel/R-cran-doParallel

  Provides a parallel backend for the %dopar% function using the
  parallel package.

  WWW: https://cran.r-project.org/web/packages/doParallel/
Original commitRevision:393935 
Monday, 10 Aug 2015
19:17 tota search for other commits by this committer
- Add new port: devel/R-cran-rngtools

  This package contains a set of functions for working with Random
  Number Generators (RNGs). In particular, it defines a generic S4
  framework for getting/setting the current RNG, or RNG data that are
  embedded into objects for reproducibility. Notably, convenient
  default methods greatly facilitate the way current RNG settings can
  be changed.

  WWW: https://cran.r-project.org/web/packages/rngtools/
Original commitRevision:393888 
12:36 tota search for other commits by this committer
- Add new port: devel/R-cran-pkgmaker

  This package provides some low-level utilities to use for package
  development. It currently provides managers for multiple package
  specific options and registries, vignette, unit test and bibtex
  related utilities. It serves as a base package for packages like
  NMF, RcppOctave, doRNG, and as an incubator package for other general
  purposes utilities, that will eventually be packaged separately.
  It is still under heavy development and changes in the interface(s)
  are more than likely to happen.

  WWW: https://cran.r-project.org/web/packages/pkgmaker/
Original commitRevision:393861 
12:23 tota search for other commits by this committer
- Add new port: devel/R-cran-registry

  Provides a generic infrastructure for creating and using registries.

  WWW: https://cran.r-project.org/web/packages/registry/
Original commitRevision:393859 
07:50 danfe search for other commits by this committer
Add a port of Nuitka, compatible and efficient Python compiler.  Those of you
who were fighting with cx_Freeze, PyInstaller, or py2exe to DTRT would likely
find it as better alternative, superior in many ways.

WWW: http://nuitka.net/
Original commitRevision:393848 
04:43 tota search for other commits by this committer
- Add new port: devel/R-cran-R6

  The R6 package allows the creation of classes with reference
  semantics, similar to R's built-in reference classes. Compared to
  reference classes, R6 classes are simpler and lighter-weight, and
  they are not built on S4 classes so they do not require the methods
  package. These classes allow public and private members, and they
  support inheritance, even when the classes are defined in different
  packages.

  WWW: https://cran.r-project.org/web/packages/R6/
Original commitRevision:393841 
Sunday, 9 Aug 2015
22:38 marino search for other commits by this committer
Add new port devel/simple_components

Submitted via IRC by Rod Kay (charlie5 on Freenode #ada)

=======

This is a library created by Dmitry Kazakov out of necessity, which was
released under the GMGPL and provides Ada implementations of:

   - smart pointers               - B-trees
   - directed graphs              - stacks
   - sets                         - tables
   - maps                         - string editing
   - unbounded arrays             - expression analyzers
   - lock-free data structures
   - synchronization primitives (events, race condition free pulse events,
       arrays of events, reentrant mutexes, deadlock-free arrays of mutexes)
   - pseudo-random non-repeating numbers
   - symmetric encoding and decoding
   - IEEE 754 representations support
   - multiple connections server/client designing tools.

Tables management and strings editing are described in separate documents;
see Tables and Strings edit.  The library is kept conform to the Ada 95,
Ada 2005, Ada 2012 language standards.
Original commitRevision:393832 
20:00 swills search for other commits by this committer
devel/rubygem-sidetiq: create port

Recurring jobs for Sidekiq

WWW: https://github.com/tobiassvn/sidetiq

PR:		201792
Submitted by:	Torsten Zuhlsdorff <ports@toco-domains.de>
Original commitRevision:393821 
19:50 swills search for other commits by this committer
devel/rubygem-rotp: create port

A ruby library for generating one time passwords (HOTP & TOTP)
according to RFC 4226 and RFC 6238.

WWW: https://github.com/mdp/rotp

PR:		201791
Submitted by:	Torsten Zuhlsdorff <ports@toco-domains.de>
Original commitRevision:393820 
19:34 swills search for other commits by this committer
devel/rubygem-ice_cube: create port

Ruby Date Recurrence Library - Allows easy creation of recurrence rules and
fast querying

WWW: http://seejohncode.com/ice_cube/

PR:		201790
Submitted by:	Torsten Zuhlsdorff <ports@toco-domains.de>
Original commitRevision:393819 
16:39 swills search for other commits by this committer
devel/rubygem-sprockets-rails-rails41: create port

Add rails 4.1 version of rubygem-sprockets-rails

PR:		201822
Submitted by:	Torsten Zuhlsdorff <ports@toco-domains.de>
Original commitRevision:393807 
16:13 swills search for other commits by this committer
devel/rubygem-jbuilder-rails41: create port

Add rails 4.1 version of jbuilder

PR:		201820
Submitted by:	Torsten Zuhlsdorff <ports@toco-domains.de>
Original commitRevision:393801 
16:02 swills search for other commits by this committer
devel/rubygem-coffee-rails41: create port

Add rails 4.1 version of coffee-rails

PR:		201819
Submitted by:	Torsten Zuhlsdorff <ports@toco-domains.de>
Original commitRevision:393798 
07:49 tota search for other commits by this committer
- Add new port: devel/R-cran-bit64

  Package 'bit64' provides serializable S3 atomic 64bit (signed)
  integers that can be used in vectors, matrices, arrays and data.frames.
  Methods are available for coercion from and to logicals, integers,
  doubles, characters and factors as well as many elementwise and
  summary functions. Many fast algorithmic operations such as 'match'
  and 'order' support interactive data exploration and manipulation
  and optionally leverage caching.

  WWW: https://cran.r-project.org/web/packages/bit64/
Original commitRevision:393765 

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

[First Page]  «  51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61  »  [Last Page]