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: 11342 (showing only 100 on this page)

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

Friday, 2 Sep 2016
08:11 vanilla search for other commits by this committer
Add cjose 0.4.1, c library implementing Javascript Object Signing &
Encryption (JOSE).

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

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

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

Devel::InheritNamespace
Inherit an entire namespace

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

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

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

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

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

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

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

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

The upcoming KDE Frameworks ports need grantlee5

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

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

The Linux kernel.

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

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

The default configuration comes with QEMU/KVM guest support.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

- apptools.appscripting: Framework for scripting applications.
- apptools.help: Provides a plugin for displaying documents and examples.
- apptools.io: Provides an abstraction for files and folders in a
  file system.
- apptools.logger: Convenience functions for creating logging handlers
- apptools.naming: Manages naming contexts, supporting non-string data
  types and scoped preferences
- apptools.permissions: Supports limiting access to parts of an application
  unless the user is appropriately authorised (not full-blown security).
- apptools.persistence: Supports pickling and restoring the state of an
  object.
- apptools.preferences: Manages application preferences.
- apptools.selection: Manages the communication between providers and
  listener of selected items in an application.
- apptools.scripting: A framework for automatic recording of Python scripts.
- apptools.sweet_pickle: Handles class-level versioning, to support
  loading of saved data that exist over several generations of
  internal class structures.
- apptools.template: Supports creating templatizable object hierarchies.
- apptools.type_manager: Manages type extensions, including factories to
  generate adapters, and hooks for methods and functions.
- apptools.undo: Supports undoing and scripting application commands.

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

PR:		204431
Submitted by:	Vladimir Chukharev <vladimir.chukharev@gmail.com>
Original commitRevision:419638 
Wednesday, 3 Aug 2016
19:46 cs search for other commits by this committer
Perform naive Bayesian classification into an arbitrary number of classes on
sets of strings.

WWW: https://github.com/jbrukh/bayesian
Original commitRevision:419546 
Tuesday, 2 Aug 2016
12:58 olgeni search for other commits by this committer
Add devel/erlang-cf, an Erlang library for terminal color printing.
Original commitRevision:419476 
12:26 tijl search for other commits by this committer
Add devel/linux-c6-libthai, required by x11-toolkits/linux-c6-pango.
Original commitRevision:419474 
Monday, 1 Aug 2016
18:23 pi search for other commits by this committer
New port: devel/p5-MooseX-CoverableModifiers

Make Moose method modifiers Devel::Cover friendly

WWW: http://search.cpan.org/dist/MooseX-CoverableModifiers/

PR:		211357
Submitted by:	Henk van Oers <hvo.pm@xs4all.nl>
Original commitRevision:419449 
16:31 madpilot search for other commits by this committer
APCu - APC User Cache

WWW: http://pecl.php.net/package/apcu

PR:		211382
Submitted by:	daniel@blodan.se
Original commitRevision:419442 
Friday, 29 Jul 2016
12:09 rm search for other commits by this committer
Parse JavaScript source maps.

WWW: https://pypi.python.org/pypi/sourcemap
Original commitRevision:419242 
12:09 rm search for other commits by this committer
This is a backport of the standard library typing module to Python
versions older than 3.5.
Typing defines a standard notation for Python function and variable type
annotations. The notation can be used for documenting code in a concise,
standard format, and it has been designed to also be used by static and
runtime type checkers, static analyzers, IDEs and other tools.

WWW: https://pypi.python.org/pypi/typing
Original commitRevision:419241 
Wednesday, 27 Jul 2016
11:58 tz search for other commits by this committer
Fix typo in devel/Makefile. The port is named
rubygem-numerizer (with m at the end of rubygem)
and not rubygen-numerizer.

Approved by: pi (mentor)
Original commitRevision:419174 
10:57 tz search for other commits by this committer
New port: devel/rubygem-numerizer

Numerizer is a gem to help with parsing numbers in natural language
from strings (ex forty two).

WWW: https://github.com/jduff/numerizer

Approved by: pi (mentor)
Original commitRevision:419172 
10:55 tz search for other commits by this committer
New port: devel/rubygem-chronic_duration

A simple Ruby natural language parser for elapsed time. (For example, 4 hours
and 30 minutes, 6 minutes 4 seconds, 3 days, etc.) Returns all results in
seconds.

WWW: https://github.com/hpoydar/chronic_duration

Approved by: pi (mentor)
Original commitRevision:419171 
Sunday, 24 Jul 2016
16:53 pi search for other commits by this committer
New port: devel/p5-Test-Roo

This module allows you to compose Test::More tests from roles.
It is inspired by the excellent Test::Routine module,
but uses Moo instead of Moose.
This gives most of the benefits
without the need for Moose as a test dependency.

WWW: http://search.cpan.org/dist/Test-Roo/

PR:		211337
Submitted by:	Henk van Oers <hvo.pm@xs4all.nl>
Original commitRevision:419012 
Saturday, 23 Jul 2016
14:19 rene search for other commits by this committer
Ressurect devel/omake, graphics/ocaml-images and games/freetennis [1]

- devel/omake:
  - add new MASTER_SITES
  - regenerate patches [1]
- graphics/ocaml-images:
  - add missing LIB_DEPENDS
  - pet portlint
  - bump PORTREVISION
- games/freetennis:
  - add missing indirect depedencies [2]
  - bump PORTREVISION
PR:		210853 [1]
Submitted by:	lightside@gmx.com [1]
Reported by:	poudriere testport [2]
Original commitRevision:418967 
Friday, 22 Jul 2016
17:09 marino search for other commits by this committer
Add new port devel/adaid (AdaID)

Supported operations include:
  * Generating random UUIDs
  * Generating name-based UUIDs
  * Restoring UUIDs from a string representation.
  * Converting a UUID to a string

I'd like to thank Anthony Arnold, the author, for re-releasing this useful
library under the 2-clause BSD license.  It was previously only available
under the full GPL.
Original commitRevision:418925 
17:08 marino search for other commits by this committer
Add new port devel/aunit

This is a test dependency of the upcoming AdaID port.  There are existing
ports that also could use Aunit but they currently work around or skip
testing options.

===
AUnit is a set of Ada packages based on the xUnit family of unit test
frameworks. It is intended as a developer's tool to facilitate confident
writing and evolution of Ada software. It is purposely lightweight, as
one of its main goals is to make it easy to develop and run unit tests,
rather than to generate artifacts for process management. The framework
supports easy composition of sets of unit tests to provide flexibility
in determining what tests to run for a given purpose.
Original commitRevision:418924 
Thursday, 21 Jul 2016
14:06 olgeni search for other commits by this committer
Add devel/elixir-tirexs, an Elixir flavored HTTP client and DSL
library for ElasticSearch.
Original commitRevision:418875 
Wednesday, 20 Jul 2016
11:09 olgeni search for other commits by this committer
Add devel/elixir-nimble_csv, a simple and fast CSV parsing and
dumping library for Elixir.
Original commitRevision:418830 
Sunday, 17 Jul 2016
14:43 pawel search for other commits by this committer
Louie provides Python programmers with a straightforward way to dispatch
signals between objects in a wide variety of contexts. It is based on
PyDispatcher, which in turn was based on a highly-rated recipe in the
Python Cookbook.

WWW: http://cheeseshop.python.org/pypi/Louie/
WWW: http://11craft.github.com/louie/

PR:		209773
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
Original commitRevision:418667 
Saturday, 16 Jul 2016
15:40 pi search for other commits by this committer
New port: devel/stack

Stack is a cross-platform program for developing Haskell projects.
It is aimed at Haskellers both new and experienced.

WWW: http://www.haskellstack.org/

PR:		208862
Submitted by:	Tobias Kortkamp <t@tobik.me>
Original commitRevision:418639 
15:13 adamw search for other commits by this committer
Add devel/p5-ReadonlyX, an improved replacement for p5-Readonly/p5-Readonly-XS,
from the person behind p5-Readonly.
Original commitRevision:418638 
Friday, 15 Jul 2016
17:52 antoine search for other commits by this committer
New port: devel/rubygem-bit-struct

Library for packed binary data stored in ruby Strings. Useful for accessing
fields in network packets and binary files.

WWW: https://github.com/vjoel/bit-struct
Original commitRevision:418605 
Thursday, 14 Jul 2016
22:25 shaun search for other commits by this committer
New port: devel/libflatarray.

LibFlatArray acts as a highly efficient multi-dimensional array of
arbitrary objects (array of structs, AoS), but really uses a struct of
arrays (SoA) memory layout. It's great for writing vectorized code and
its lightning-fast iterators give you access to neighboring elements
with zero address generation overhead.

PR:		ports/208359
Submitted by:	kurt@kmk-computers.de
Original commitRevision:418562 
18:25 pawel search for other commits by this committer
gist is a command line interface for working with GitHub gists. It provides
several methods for inspecting a users gists, and the ability to easily
create them.

WWW: http://github.com/jdowner/gist
WWW: https://pypi.python.org/pypi/python-gist

PR:		210600
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
Original commitRevision:418550 
05:31 cem search for other commits by this committer
New port: devel/dwarves

Dwarves is a collection of debuginfo manipulating and inspecting libraries and
programs, including the popular 'pahole' tool.

WWW: https://acmel.wordpress.com/category/kernel-hacking/
Git: http://repo.or.cz/dwarves.git (Github repo is stale)

Sponsored by:	EMC / Isilon Storage Division
Original commitRevision:418513 
Wednesday, 13 Jul 2016
19:25 cs search for other commits by this committer
Cobra is both a library for creating powerful modern CLI applications as well
as a program to generate applications and command files.

WWW: https://github.com/spf13/cobra
Original commitRevision:418501 
19:21 cs search for other commits by this committer
Logrus is a structured logger for Go (golang), completely API compatible with
the standard library logger.

WWW: https://github.com/Sirupsen/logrus
Original commitRevision:418500 
19:19 cs search for other commits by this committer
Protocol Buffers for Go with Gadgets

WWW: https://github.com/gogo/protobuf/
Original commitRevision:418499 
17:48 cem search for other commits by this committer
Add elfutils 0.163

Elfutils is a collection of utilities, including: stack (to show
backtraces); nm (for listing symbols from object files); size (for
listing the section sizes of an object or archive file); strip (for
discarding symbols); readelf (to see the raw ELF file structures);
elflint (to check for well-formed ELF files); and elfcompress (to
compress or decompress ELF sections).

It also provides libraries to allow other programs to manipulate ELF and
DWARF data.

WWW:	https://fedorahosted.org/elfutils/

Reviewed by:	bdrewery
Sponsored by:	EMC / Isilon Storage Division
Differential Revision:	https://reviews.freebsd.org/D7206
Original commitRevision:418495 
16:57 pi search for other commits by this committer
New port: devel/py-cluster

Python-cluster is a simple package that allows to create several
groups (clusters) of objects from a list. It's meant to be flexible
and able to cluster any object. To ensure this kind of flexibility,
you need not only to supply the list of objects, but also a function
that calculates the similarity between two of those objects.
For simple datatypes, like integers, this can be as simple as a
subtraction, but more complex calculations are possible.

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

PR:		211052
Submitted by:	Danilo G. Baio <dbaio@bsd.com.br>
Original commitRevision:418492 
16:39 pi search for other commits by this committer
New port: devel/py-tblib

Pickle tracebacks and raise exceptions with pickled tracebacks in
different processes. This allows better error handling when running
code over multiple processes (imagine multiprocessing, billiard,
futures, celery etc).
Parse traceback strings and raise with the parsed tracebacks.

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

PR:		211051
Submitted by:	Danilo G. Baio <dbaio@bsd.com.br>
Original commitRevision:418491 
16:34 pi search for other commits by this committer
New port: devel/py-stopit

Raise asynchronous exceptions in other threads, control the timeout
of blocks or callables with two context managers and two decorators.

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

PR:		211050
Submitted by:	Danilo G. Baio <dbaio@bsd.com.br>
Original commitRevision:418490 
16:18 pi search for other commits by this committer
New port: devel/py-phply

phply is a parser for the PHP programming language written using PLY,
a Lex/YACC-style parser generator toolkit for Python.

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

PR:		211049
Submitted by:	Danilo G. Baio <dbaio@bsd.com.br>
Original commitRevision:418488 
12:47 lwhsu search for other commits by this committer
Add py27-jenkins-job-builder-1.6.1
Original commitRevision:418472 
12:24 lwhsu search for other commits by this committer
Add py27-multi_key_dict-2.0.3
Original commitRevision:418469 
05:26 pi search for other commits by this committer
New port: devel/py-darts.util.lru

A LRUDict is basically a simple dictionary, which has a defined
maximum capacity, that may be supplied at construction time, or
modified at run-time via the capacity property:
>>> cache = LRUDict(1)
>>> cache.capacity
1

WWW: https://pypi.python.org/pypi/darts.util.lru

PR:		211047
Submitted by:	Danilo G. Baio <dbaio@bsd.com.br>
Original commitRevision:418461 
Monday, 11 Jul 2016
20:04 cs search for other commits by this committer
A Golang library for generating random strings from regular expressions.

WWW: https://github.com/zach-klippenstein/goregen
Original commitRevision:418401 
20:01 cs search for other commits by this committer
This library is designed to allow seamless, high-fidelity encoding and
decoding of arbitrary data in application/x-www-form-urlencoded format and as
url.Values. It is intended to be useful primarily in dealing with web forms
and URI query strings, both of which natively employ said format.

WWW: https://github.com/ajg/form
Original commitRevision:418400 
19:59 cs search for other commits by this committer
High Performance and Feature-Rich Idiomatic encode/decode and rpc library for

- msgpack: https://github.com/msgpack/msgpack
- binc: http://github.com/ugorji/binc
- cbor: http://cbor.io http://tools.ietf.org/html/rfc7049
- json: http://json.org http://tools.ietf.org/html/rfc7159

WWW: https://github.com/ugorji/go
Original commitRevision:418399 
19:58 cs search for other commits by this committer
This port holds the source for various packages and tools that support the Go
programming language.

WWW: https://godoc.org/golang.org/x/tools
Original commitRevision:418398 
19:54 cs search for other commits by this committer
Generate fake data in go.

WWW: https://github.com/manveru/faker
Original commitRevision:418397 
19:53 cs search for other commits by this committer
pflag is a drop-in replacement for Go's flag package, implementing
POSIX/GNU-style --flags.
pflag is compatible with the GNU extensions to the POSIX recommendations for
command-line options. For a more precise description, see the "Command-line
flag syntax" section below.

WWW: https://github.com/spf13/pflag
Original commitRevision:418396 
19:50 cs search for other commits by this committer
The yaml package enables Go programs to comfortably encode and decode YAML
values. It was developed within Canonical as part of the juju project, and is
based on a pure Go port of the well-known libyaml C library to parse and
generate YAML data quickly and reliably.

WWW: https://github.com/go-yaml/yaml
Original commitRevision:418395 
Sunday, 10 Jul 2016
15:35 jbeich search for other commits by this committer
devel/liteide: add new port

PR:		210450
Submitted by:	Dmitri Goutnik <dg@syrec.org>

LiteIDE is a simple, open source, cross-platform Go IDE.

Main features:
- System environment management
- Configurable build commands
- Simple and open debug system
- Kate format for auto-completion and theming
- Configurable auto-completion with WordApi
- MIME type based system
- Plugin support
- Package browser
- Class view and outline
- Document browser
- Gocode support
- GOPATH API index
- Code Navigation
- Find Usages
- Code Refactor
- Go playground
- Markdown
- Json
- Golang Present

https://github.com/visualfc/liteide
Original commitRevision:418327 
12:57 pi search for other commits by this committer
devel/capstone: move to capstone3, introduce capstone4

- update py-capstone to use capstone3

PR:		206941
Submitted by:	oleksii.tsai@gmail.com
Approved by:	oliver.pntr@gmail.com (maintainer timeout)
Original commitRevision:418316 
Saturday, 9 Jul 2016
11:47 jbeich search for other commits by this committer
devel/py-rebulk: add new port

PR:		210774
Submitted by:	Andrej Ebert <andrej@ebert.su>

ReBulk is a python library that performs advanced searches in strings
that would be hard to implement using re module or String methods only.
It includes some features like Patterns, Match, Rule that allows
developers to build a custom and complex string matcher using a readable
and extendable API.

https://github.com/Toilal/rebulk
Original commitRevision:418270 
00:10 tota search for other commits by this committer
- Add new port: devel/rubygem-hamster

  Efficient, immutable, and thread-safe collection classes for Ruby.

  Hamster provides 6 Persistent Data Structures: Hash, Vector, Set,
  SortedSet, List, and Deque (which works as an immutable queue or
  stack).

  WWW: http://rubygems.org/gems/hamster
Original commitRevision:418251 
Friday, 8 Jul 2016
21:25 cs search for other commits by this committer
This library provides a metrics package which can be used to instrument code,
expose application metrics, and profile runtime performance in a flexible
manner.

WWW: https://github.com/armon/go-metrics
Original commitRevision:418244 
21:04 cs search for other commits by this committer
This package provides pure Go implementation of Universally Unique Identifier
(UUID). Supported both creation and parsing of UUIDs.

WWW: https://github.com/satori/go.uuid
Original commitRevision:418242 
17:23 pi search for other commits by this committer
New port: devel/marisa-trie

Matching Algorithm with Recursively Implemented StorAge (MARISA)
is a static and space-efficient trie data structure. And libmarisa
is a C++ library to provide an implementation of MARISA. Also, the
package of libmarisa contains a set of command line tools for
building and operating a MARISA-based dictionary.

WWW: https://github.com/s-yata/marisa-trie

PR:		210780
Submitted by:	Iblis Lin <iblis@hs.ntnu.edu.tw>
Original commitRevision:418237 
11:24 tijl search for other commits by this committer
Remove a patch from devel/gmake so the port no longer depends on
print/texinfo which requires gmake.  To break this circular dependency
gmake-lite was introduced.  This can be removed now as well.

PR:		210623
Reviewed by:	bapt
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:418216 
Thursday, 7 Jul 2016
05:01 pi search for other commits by this committer
New port: devel/rubygem-schash

Ruby hash validator

WWW: https://github.com/itamae-kitchen/itamae

PR:		210047
Submitted by:	naito.yuichiro@gmail.com
Original commitRevision:418160 
Tuesday, 5 Jul 2016
18:46 rene search for other commits by this committer
Remove expired ports:
games/freetennis: depends on expired graphics/ocaml-images
2016-07-04 graphics/ocaml-images: Depends on expiring devel/omake
2016-07-04 devel/omake: Broken for more than 6 months
Original commitRevision:418101 
00:31 jbeich search for other commits by this committer
devel/git-cinnabar: add new port

git-cinnabar is a git remote helper to interact with mercurial
repositories. Contrary to other such helpers*, it doesn't use a local
mercurial clone under the hood, although it currently does require
mercurial to be installed for some of its libraries.

https://github.com/glandium/git-cinnabar
Original commitRevision:418059 
Monday, 4 Jul 2016
21:06 rene search for other commits by this committer
Fix INDEX by restoring expired(!) devel/omake

Submitted by:	portsnap INDEX buildbot
Original commitRevision:418058 
20:48 rene search for other commits by this committer
Remove expired ports without open PRs:
2016-07-04 security/openpgpsdk: Broken for more than 6 months
2016-07-04 security/radiusniff: Broken for more than 6 months
2016-07-04 security/pear-Auth_OpenID: Broken for more than 6 months
2016-07-04 security/sshit: Broken for more than 6 months
2016-07-04 security/ifd-slb_rf60: Broken for more than 6 months
2016-07-04 security/rainbowcrack: Broken for more than 6 months
2016-07-04 security/vlog: Broken for more than 6 months
2016-07-04 security/cryptstring: Broken for more than 6 months
2016-07-04 x11/libdnd: Broken for more than 6 months
2016-07-04 x11/xlupe: Broken for more than 6 months
2016-07-04 x11/xco: Broken for more than 6 months
2016-07-04 x11/xclick: Broken for more than 6 months
2016-07-04 devel/ocfpcsc: Broken for more than 6 months
2016-07-04 devel/dits: Broken for more than 6 months
2016-07-04 devel/ruby-cache: Broken for more than 6 months
2016-07-04 devel/rapidsvn: Broken for more than 6 months
2016-07-04 devel/svnkit: Broken for more than 6 months
2016-07-04 devel/py-EnthoughtBase: Broken for more than 6 months
2016-07-04 devel/cl-uffi: Broken for more than 6 months
2016-07-04 devel/ruby-event-loop: Broken for more than 6 months
2016-07-04 devel/libqxt: Broken for more than 6 months
2016-07-04 devel/dasm: Broken for more than 6 months
2016-07-04 devel/libopendaap: Broken for more than 6 months
2016-07-04 devel/cl-uffi-sbcl: Depends on expiring devel/cl-uffi
2016-07-04 devel/cvs2p4: Broken for more than 6 months
2016-07-04 devel/bufferpool: Broken for more than 6 months
2016-07-04 devel/ifd-test: Broken for more than 6 months
2016-07-04 devel/eric4: Broken for more than 6 months
2016-07-04 devel/uclmmbase: Broken for more than 6 months
2016-07-04 devel/obfuscatejs: Broken for more than 6 months
2016-07-04 devel/oniguruma: Broken for more than 6 months
2016-07-04 devel/libbnr: Broken for more than 6 months
2016-07-04 devel/c4: Broken for more than 6 months
2016-07-04 devel/memcheck: Broken for more than 6 months
2016-07-04 devel/liblcfg: Broken for more than 6 months
2016-07-04 devel/omake: Broken for more than 6 months
2016-07-04 devel/svndelta: Broken for more than 6 months
2016-07-04 devel/papp: Broken for more than 6 months
2016-07-04 devel/mk: Broken for more than 6 months
2016-07-04 devel/avltree: Broken for more than 6 months
2016-07-04 devel/cbind: Broken for more than 6 months
2016-07-04 devel/tclgetopts: Broken for more than 6 months
2016-07-04 devel/antlrworks: Broken for more than 6 months
2016-07-04 devel/acme: Broken for more than 6 months
2016-07-04 devel/libopensync022: Broken for more than 6 months
2016-07-04 archivers/epkg: Broken for more than 6 months
2016-07-04 print/enscriptfonts: Broken for more than 6 months
2016-07-04 print/mup: Broken for more than 6 months
2016-07-04 lang/lua-mode.el: Broken for more than 6 months
2016-07-04 lang/s9fes: Broken for more than 6 months
2016-07-04 lang/alisp: Broken for more than 6 months
2016-07-04 lang/intel2gas: Broken for more than 6 months
2016-07-04 lang/stalin: Broken for more than 6 months
2016-07-04 french/eric4: Depends on expiring devel/eric4
2016-07-04 textproc/exslt: Broken for more than 6 months
2016-07-04 textproc/xt: Broken for more than 6 months
2016-07-04 textproc/ssddiff: Broken for more than 6 months
2016-07-04 textproc/xslint: Broken for more than 6 months
2016-07-04 textproc/cbedic: Broken for more than 6 months
2016-07-04 textproc/tralics: Broken for more than 6 months
2016-07-04 textproc/docbookide.el: Broken for more than 6 months
2016-07-04 textproc/glpi-plugins-AdditionalReports: Broken for more than 6
months
2016-07-04 textproc/tdhkit: Broken for more than 6 months
2016-07-04 textproc/p5-Groonga-API: Broken for more than 6 months
2016-07-04 textproc/glpi-plugins-DataInjection: Broken for more than 6 months
2016-07-04 dns/ldnsm: Broken for more than 6 months
2016-07-04 japanese/guesswork-classic: Broken for more than 6 months
2016-07-04 japanese/texinfo: Broken for more than 6 months
2016-07-04 japanese/jyuroku: Broken for more than 6 months
2016-07-04 japanese/mtools: Broken for more than 6 months
2016-07-04 palm/pdbar: Broken for more than 6 months
2016-07-04 graphics/gplot: Broken for more than 6 months
2016-07-04 graphics/white_dune: Broken for more than 6 months
2016-07-04 graphics/whirlgif: Broken for more than 6 months
2016-07-04 graphics/libaux: Broken for more than 6 months
2016-07-04 graphics/import-pictures: Broken for more than 6 months
2016-07-04 math/xgobi: Broken for more than 6 months
2016-07-04 math/fricas: Broken for more than 6 months
2016-07-04 math/dcdflib: Broken for more than 6 months
2016-07-04 math/libneural: Broken for more than 6 months
2016-07-04 math/open-axiom: Broken for more than 6 months
2016-07-04 irc/nefarious: Broken for more than 6 months
2016-07-04 irc/slirc: Broken for more than 6 months
2016-07-04 irc/ratbox-respond: Broken for more than 6 months
2016-07-04 irc/qwebirc: Broken for more than 6 months
2016-07-04 biology/platon: Broken for more than 6 months
2016-07-04 news/slnr: Broken for more than 6 months
2016-07-04 science/jmol: Broken for more than 6 months
2016-07-04 net/nstxd: Broken for more than 6 months
2016-07-04 net/sprinkle: Broken for more than 6 months
2016-07-04 editors/ssam: Broken for more than 6 months
2016-07-04 editors/fb: Broken for more than 6 months
2016-07-04 misc/quotes: Broken for more than 6 months
2016-07-04 misc/boxquote.el: Broken for more than 6 months
2016-07-04 misc/pypanda: Broken for more than 6 months
2016-07-04 misc/cuecat: Broken for more than 6 months
2016-07-04 deskutils/displaycalibrator: Broken for more than 6 months
2016-07-04 german/eric4: Depends on expiring devel/eric4
2016-07-04 multimedia/vic: Depends on expiring devel/uclmmbase
2016-07-04 multimedia/ggrab: Broken for more than 6 months
2016-07-04 emulators/dynamips: Broken for more than 6 months
2016-07-04 emulators/dynamips-devel: Broken for more than 6 months
2016-07-04 emulators/sim6811: Broken for more than 6 months
2016-07-04 emulators/minivmac: Broken for more than 6 months
2016-07-04 cad/qcad-partslib: Broken for more than 6 months
2016-07-04 comms/dump1090_mr: Broken for more than 6 months
2016-07-04 x11-fm/asfiles: Depends on expiring x11/libdnd
2016-07-04 x11-fonts/fonts-te: Broken for more than 6 months
2016-07-04 sysutils/rsyncmanager: Broken for more than 6 months
2016-07-04 sysutils/jfbterm: Broken for more than 6 months
2016-07-04 sysutils/daedalus: Broken for more than 6 months
2016-07-04 sysutils/pcfclock: Broken for more than 6 months
2016-07-04 sysutils/vlogger: Broken for more than 6 months
2016-07-04 sysutils/bontmia: Broken for more than 6 months
2016-07-04 mail/pop3gwd: Broken for more than 6 months
2016-07-04 mail/mailtray: Broken for more than 6 months
2016-07-04 mail/pflogstats: Broken for more than 6 months
2016-07-04 mail/exact: Broken for more than 6 months
2016-07-04 mail/wmpop3: Broken for more than 6 months
2016-07-04 mail/qmail-conf: Broken for more than 6 months
2016-07-04 mail/gld: Broken for more than 6 months
2016-07-04 mail/dsbl-testers: Broken for more than 6 months
2016-07-04 mail/vqregister: Broken for more than 6 months
2016-07-04 mail/atmail: Broken for more than 6 months
2016-07-04 mail/ml: Broken for more than 6 months
2016-07-04 net-im/icb: Broken for more than 6 months
2016-07-04 net-im/cicquin: Broken for more than 6 months
2016-07-04 net-im/pidgin-manualsize: Broken for more than 6 months
2016-07-04 net-im/pidgin-rhythmbox: Broken for more than 6 months
2016-07-04 russian/eric4: Depends on expiring devel/eric4
2016-07-04 russian/fortune-bashorgru: Broken for more than 6 months
2016-07-04 www/xpi-clearfields: Broken for more than 6 months
2016-07-04 www/pecl-varnish: Broken for more than 6 months
2016-07-04 www/py-requests-oauth-hook: Broken for more than 6 months
2016-07-04 www/hudson: Broken for more than 6 months
2016-07-04 www/xpi-mldonkey: Broken for more than 6 months
2016-07-04 www/xpi-cookiesafe: Broken for more than 6 months
2016-07-04 www/trac-mastertickets: Broken for more than 6 months
2016-07-04 www/dotclear: Broken for more than 6 months
2016-07-04 www/ruby-wgettsv: Broken for more than 6 months
2016-07-04 www/wwwstat: Broken for more than 6 months
2016-07-04 www/xpi-prism: Broken for more than 6 months
2016-07-04 www/xpi-fasterfox: Broken for more than 6 months
2016-07-04 www/siteframe: Broken for more than 6 months
2016-07-04 www/py-urljr: Broken for more than 6 months
2016-07-04 www/reviewboard: Broken for more than 6 months
2016-07-04 www/xpi-tabletools: Broken for more than 6 months
2016-07-04 www/wikindx: Broken for more than 6 months
2016-07-04 www/typolight: Broken for more than 6 months
2016-07-04 www/varnish-libvmod-header: Broken for more than 6 months
2016-07-04 www/xpi-gbrain: Broken for more than 6 months
2016-07-04 www/trac-robotstxt: Broken for more than 6 months
2016-07-04 www/simplog: Broken for more than 6 months
2016-07-04 www/chtml: Broken for more than 6 months
2016-07-04 databases/postgresql_autodoc: Broken for more than 6 months
2016-07-04 databases/oracle_odbc_driver: Broken for more than 6 months
2016-07-04 databases/mysql-xql: Broken for more than 6 months
2016-07-04 databases/mysql-udf-sys: Broken for more than 6 months
2016-07-04 games/lucidlife: Broken for more than 6 months
2016-07-04 games/gma: Broken for more than 6 months
2016-07-04 games/smiley: Broken for more than 6 months
2016-07-04 games/noegnud-littlehack: Broken for more than 6 months
2016-07-04 games/sdlquake2: Broken for more than 6 months
2016-07-04 games/daimonin: Depends on expiring games/daimonin-music
2016-07-04 games/noegnud-nethack: Broken for more than 6 months
2016-07-04 games/xbomber: Broken for more than 6 months
2016-07-04 games/xwelltris: Broken for more than 6 months
2016-07-04 games/ftjava: Broken for more than 6 months
2016-07-04 games/daimonin-music: Broken for more than 6 months
2016-07-04 games/gno3dtet: Broken for more than 6 months
2016-07-04 games/qtv: Broken for more than 6 months
2016-07-04 games/xwordpy: Broken for more than 6 months
2016-07-04 games/netris: Broken for more than 6 months
2016-07-04 games/rt2-demo: Broken for more than 6 months
2016-07-04 games/noegnud-addons: Broken for more than 6 months
2016-07-04 games/noegnud-nethack-deet: Broken for more than 6 months
2016-07-04 games/live-f1: Broken for more than 6 months
2016-07-04 games/xonix: Broken for more than 6 months
2016-07-04 games/fgkicker: Broken for more than 6 months
2016-07-04 games/tank: Depends on expiring graphics/libaux
2016-07-04 games/linux-nwserver: Broken for more than 6 months
2016-07-04 games/quake2-zaero: Broken for more than 6 months
2016-07-04 games/pyching: Broken for more than 6 months
2016-07-04 games/thevalley: Broken for more than 6 months
2016-07-04 games/xroads: Broken for more than 6 months
2016-07-04 games/fxsudoku: Broken for more than 6 months
2016-07-04 games/sudoku: Broken for more than 6 months
2016-07-04 games/kmancala: Broken for more than 6 months
2016-07-04 games/plonx: Broken for more than 6 months
2016-07-04 games/wmminichess: Broken for more than 6 months
2016-07-04 games/noegnud-slashem: Broken for more than 6 months
2016-07-04 games/latrine: Broken for more than 6 months
2016-07-04 games/pysycache-themes: Broken for more than 6 months
2016-07-04 games/nibbles: Broken for more than 6 months
2016-07-04 games/hlstatsx: Broken for more than 6 months
2016-07-04 audio/streamtuner: Broken for more than 6 months
2016-07-04 audio/mangler: Broken for more than 6 months
2016-07-04 audio/hawkvoice: Broken for more than 6 months
2016-07-04 audio/alac: Broken for more than 6 months
2016-07-04 x11-wm/e-module-mpdule: Broken for more than 6 months
2016-07-04 x11-wm/e-module-tclock: Broken for more than 6 months
2016-07-04 x11-wm/musca: Broken for more than 6 months
2016-07-04 x11-wm/e-module-places: Broken for more than 6 months
2016-07-04 x11-wm/e-module-forecasts: Broken for more than 6 months
2016-07-04 x11-wm/e-module-net: Broken for more than 6 months
2016-07-04 x11-wm/e-module-penguins: Broken for more than 6 months
2016-07-04 ftp/fget: Broken for more than 6 months
2016-07-04 net-mgmt/netmond: Broken for more than 6 months
2016-07-04 net-mgmt/ipfm: Broken for more than 6 months
Original commitRevision:418057 
Saturday, 2 Jul 2016
10:50 rene search for other commits by this committer
Remove expired port:
2016-06-30 devel/p5-Test2: Test2 has been merged into Test-Simple distribution
Original commitRevision:417924 
Thursday, 30 Jun 2016
22:32 rene search for other commits by this committer
Remove expired ports:
2016-06-29 graphics/libchamplain08: Old version, not needed any more
2016-06-30 sysutils/syslog-ng35: EOL, no longer supported by bababit.hu
2016-06-30 sysutils/syslog-ng34: EOL, no longer supported by bababit.hu
2016-06-30 devel/jenkins2: Use devel/jenkins
2016-06-30 www/p5-WWW-Google-Notebook: Google Notebook has shut down
2016-06-30 sysutils/syslog-ng-incubator03: EOL, no longer supported by
bababit.hu
Original commitRevision:417846 
Sunday, 26 Jun 2016
17:12 sunpoet search for other commits by this committer
- Add p5-Test-Needs 0.002002

Skip test scripts if modules are not available. The requested modules will be
loaded, and optionally have their versions checked. If the module is missing,
the test script will be skipped. Modules that are found but fail to compile will
exit with an error rather than skip.

If used in a subtest, the remainder of the subtest will be skipped.

Skipping will work even if some tests have already been run, or if a plan has
been declared.

Versions are checked via a $module->VERSION($wanted_version) call. Versions must
be provided in a format that will be accepted. No extra processing is done on
them.

If perl is used as a module, the version is checked against the running perl
version ($]). The version can be specified as a number, dotted-decimal string,
v-string, or version object.

If the RELEASE_TESTING environment variable is set, the tests will fail rather
than skip. Subtests will be aborted, but the test script will continue running
after that point.

WWW: http://search.cpan.org/dist/Test-Needs/
Original commitRevision:417533 
15:06 pi search for other commits by this committer
New port: devel/py-twext

twext is a Python module consisting of extensions to the Twisted Framework.
(http://twistedmatrix.com/)

WWW: http://trac.calendarserver.org/wiki/twext

PR:		210263
Submitted by:	Axel Rau <Axel.Rau@Chaos1.DE>
Original commitRevision:417528 
13:55 pi search for other commits by this committer
New port: devel/py-calendar

calendar is a python library for parsing and generating iCalendar data.
See RFC 5545 and 6350.
http://svn.calendarserver.org/repository/calendarserver/PyCalendar/trunk

WWW: http://trac.calendarserver.org/wiki/twext

PR:		210262
Submitted by:	Axel Rau <Axel.Rau@Chaos1.DE>
Original commitRevision:417524 
Saturday, 25 Jun 2016
22:48 junovitch search for other commits by this committer
New port: devel/sonarqube

The SonarQube platform is an open source quality management platform,
dedicated to continuously analyzing and measuring the technical quality of
source code, from project portfolio down to the method level.

Features:
- Supports languages: Java, C/C++, Objective-C, C#, PHP, Flex, Groovy,
  JavaScript, Python, PL/SQL, COBOL, etc.
- Can also be used in Android development.
- Offers reports on duplicated code, coding standards, unit tests, code
  coverage, complex code, potential bugs, comments and design and
  architecture.
- Records metrics history and provides evolution graphs ("time machine")
  and differential views.
- Provides fully automated analyses: integrates with Maven, Ant, Gradle and
  continuous integration tools (Atlassian Bamboo, Jenkins, Hudson, etc.).
- Integrates with the Eclipse development environment.
- Integrates with external tools: JIRA, Mantis, LDAP, Fortify, etc.
- Is expandable with the use of plugins.
- Implements the SQALE methodology to compute technical debt.

WWW: http://www.sonarqube.org/

PR:		203077
Submitted by:	Dusan Vejnovic <freebsd@dussan.org>
Original commitRevision:417498 
Thursday, 23 Jun 2016
22:51 bapt search for other commits by this committer
New slibtool:

`slibtool` is an independent reimplementation of the widely used libtool,
written in C. `slibtool` is designed to be a clean, fast, easy-to-use
libtool drop-in replacement, and is accordingly aimed at package authors,
distro developers, and system integrators. `slibtool` maintains compatibility
with libtool in nearly every aspect of the tool's functionality as well as
semantics, leaving out (or turning into a no-op) only a small number of
features that are no longer needed on modern systems.

Being a compiled binary, and although not primarily written for the sake of
performance, building a package with `slibtool` is often faster than with its
script-based counterpart. The resulting performance gain would normally vary
between packages, and is most noticeable in builds that invoke libtool a large
number of times, and which are characterized by the short compilation duration
of individual translation units.

WWW: http://git.midipix.org/cgit.cgi/slibtool/
Original commitRevision:417403 
Wednesday, 22 Jun 2016
15:21 feld search for other commits by this committer
Additional facilities to supplement Python's stdlib logging module.

WWW: https://pypi.python.org/pypi/jaraco.logging
Original commitRevision:417316 
15:20 feld search for other commits by this committer
jaraco.itertools Tools for working with iterables. Complements itertools
and more_itertools.

WWW: https://github.com/jaraco/jaraco.itertools
Original commitRevision:417315 
15:19 feld search for other commits by this committer
Additional functools in the spirit of stdlib's functools.

WWW: https://pypi.python.org/pypi/jaraco.text
Original commitRevision:417314 
15:18 feld search for other commits by this committer
Routines for obtaining the class names of an object and its parent
classes.

WWW: https://pypi.python.org/pypi/jaraco.classes
Original commitRevision:417313 
15:16 feld search for other commits by this committer
Correctly generate plurals, singular nouns, ordinals, indefinite
articles; convert numbers to words

WWW: http://pypi.python.org/pypi/inflect
Original commitRevision:417312 
Tuesday, 21 Jun 2016
13:24 mat search for other commits by this committer
Rename all three p5-ReadLine-(Gnu,Perl,TTYtter) to their real names
p5-Term-ReadLine-(Gnu,Perl,TTYtter).

I can't find any reason for p5-ReadLine-Gnu to have been added as
ReadLine-Gnu instead of Term-ReadLine-Gnu twenty years ago.

devel/p5-Term-ReadLine-Perl was added as a dupplicate a few years back
where it should not have, so change its maintainer to be perl@ like
devel/p5-ReadLine-Perl had.

Sponsored by:	Absolight
Original commitRevision:417207 
Friday, 17 Jun 2016
19:00 feld search for other commits by this committer
Move py-logbook to devel

Makes more sense. I was originally comparing it to a logging utility
normally found in sysutils category.
Original commitRevision:417021 
Thursday, 16 Jun 2016
12:07 tota search for other commits by this committer
- Add new port: devel/R-cran-tibble

  tibble provides a 'tbl_df' class that offers better checking and
  printing capabilities than traditional data frames.

  WWW: https://cran.r-project.org/web/packages/tibble/
Original commitRevision:416960 
Tuesday, 14 Jun 2016
08:29 ume search for other commits by this committer
Add new port -- Chef-like functionality for Fabric
Original commitRevision:416881 
Monday, 13 Jun 2016
19:30 pi search for other commits by this committer
New port: devel/pcc-libs

Libraries for the Portable C Compiler.

WWW: http://pcc.ludd.ltu.se/

In preparation of lang/pcc upgrade...

PR:		196642
Submitted by:	Sender Ghost <lightside@gmx.com>
Approved by:	joel (maintainer lang/pcc)
Original commitRevision:416863 
Sunday, 12 Jun 2016
11:56 bofh search for other commits by this committer
[NEW] devel/libfastjson: libfastjson is a fork from json-c

The aim of this project is not to provide a slightly modified clone of json-c.
It's aim is to provide

* a small library with essential json handling functions
* sufficiently good json support (not 100% standards compliant)
* be very fast in processing

In order to reach these goals, we reduce the features of json-c. For
similarities and differences, see the file DIFFERENCES.

WWW: https://github.com/rsyslog/libfastjson
Original commitRevision:416795 
Monday, 6 Jun 2016
16:20 madpilot search for other commits by this committer
- Update devel/geany and devel/geany-plugins* to 1.27
- Remove patch included upstream
- Add devel/geany-plugin-lineoperations for new module

PR:		209490
Submitted by:	me
Approved by:	maintainer timeout
Original commitRevision:416471 
Sunday, 5 Jun 2016
18:37 pi search for other commits by this committer
New port: devel/rubygem-health_check

Simple health check of Rails app for uptime monitoring.

WWW: https://github.com/ianheggie/health_check

PR:		209902
Submitted by:	Torsten Zuehlsdorff <ports@toco-domains.de>
Original commitRevision:416414 
Thursday, 2 Jun 2016
10:08 rene search for other commits by this committer
Remove expired ports:
2016-06-02 java/rubygem-rjb: fails to create JVM
devel/rubygem-atoulme-antwrap: depends on java/rubygem-rjb [1]

Approved by:	arved [1]
Original commitRevision:416275 
Monday, 30 May 2016
19:02 robak search for other commits by this committer
devel/py-http-prompt: NEW PORT - Interactive command-line HTTP client

HTTP Prompt is an interactive command-line HTTP client featuring autocomplete
and syntax highlighting, built on HTTPie and prompt_toolkit.

WWW: https://pypi.python.org/pypi/http-prompt

PR:		209733
Submitted by:	Danilo G. Baio <dbaio@bsd.com.br>
Original commitRevision:416172 
Saturday, 28 May 2016
20:29 pi search for other commits by this committer
New port: devel/dbus-c++

dbus-c++ attempts to provide a C++ API for D-BUS. The library has a
glib/gtk and an Ecore mainloop integration. It also offers an optional
own main loop.

WWW: https://github.com/andreas-volz/dbus-cplusplus/
WWW: https://sourceforge.net/projects/dbus-cplusplus/

PR:		209572
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
Original commitRevision:416068 

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

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