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

[First Page]  «  37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47  »  [Last Page]

Sunday, 29 Apr 2018
13:01 riggs search for other commits by this committer
Add devel/shell-toolbox

PR:		227537
Submitted by:	0mp (maintainer)
Original commitRevision:468627 
Saturday, 28 Apr 2018
20:12 tcberner search for other commits by this committer
Add new ports for the current version of KDevelop
Original commitRevision:468591 
19:31 tcberner search for other commits by this committer
Follow up to r468568

The devel/Makefile changes were in the wrong tree.
Original commitRevision:468570 
Friday, 27 Apr 2018
21:47 tcberner search for other commits by this committer
Add the KDE metaports

* add multimedia/dragon (was missing)
* add the meta ports for the categories
* add x11/kde5 [yeah, we know, there technically is no "KDE 5"]
Original commitRevision:468499 
20:29 tcberner search for other commits by this committer
Import the KDE Plasma5 ports

This is an import of the Plasma5 ports that we have had in the development
repository for quite some time now.

Please note:
 * Plasma5 cannot be installed at the same time as KDE SC4.
 * Qt5 assumes /etc/localtime to be a symlink to a tz file, not a regular file.
 * To start plasma5, it is recommended to use something like
       exec ck-launch-session startkde
 * Powermanagement and such is not working :-)

I would like to thank all the people that have helped test it in the past years.

Reviewed by:	adridg
Differential Revision:	https://reviews.freebsd.org/D15096
Original commitRevision:468495 
10:32 tobik search for other commits by this committer
New port: devel/samurai

samurai is a ninja-compatible build tool written in C99 with a focus on
simplicity, speed, and portability.

It implements the ninja build language through version 1.8.2 except
for MSVC dependency handling (deps = msvc).  It uses the same format
for .ninja_log and .ninja_deps as ninja, currently version 5 and 3
respectively.

It is largely feature-complete and supports most of the same options as
ninja.

WWW: https://github.com/michaelforney/samurai
Original commitRevision:468415 
Wednesday, 25 Apr 2018
19:03 garga search for other commits by this committer
Clixon is a CLI/network interfaced configuration database tool

Using Clixon you can create CLI, RESTCONF, and NETCONF interfaces to manage a
configuration database. It also provides the mechanism to validate and configure
system components.

WWW: http://www.clicon.org/

PR:		227681
Submitted by:	dcornejo@netgate.com
Sponsored by:	Rubicon Communications, LLC (Netgate)
Original commitRevision:468289 
Tuesday, 24 Apr 2018
14:49 krion search for other commits by this committer
Add devel/cligen:

cligen builds and interprets datastructures (a parse-tree) which a
library (libcligen) interprets in runtime. It is fast and efficient
and helps you develop CLIs easier. You enter a CLI syntax either in
a text file, you write callback functions where you call the right
library routines.

WWW: http://cligen.se/

PR:		227663
Submitted by:	Dave Cornejo <dcornejo@netgate.com>
Original commitRevision:468216 
14:25 wg search for other commits by this committer
devel/py-async_generator: tiny library to add async generators to Python 3.5

WWW: https://pypi.org/project/async_generator
Original commitRevision:468215 
08:21 tota search for other commits by this committer
- Add new port: devel/R-cran-promises

  Provides fundamental abstractions for doing asynchronous programming
  in R using promises. Asynchronous programming is useful for allowing
  a single R process to orchestrate multiple tasks in the background
  while also attending to something else. Semantics are similar to
  'JavaScript' promises, but with a syntax that is idiomatic R.

  WWW: https://cran.r-project.org/web/packages/promises/
Original commitRevision:468190 
05:30 tota search for other commits by this committer
- Add new port: devel/R-cran-later

  Executes arbitrary R or C functions some time after the current
  time, after the R execution stack has emptied.

  WWW: https://cran.r-project.org/web/packages/later/
Original commitRevision:468177 
Monday, 23 Apr 2018
14:58 olgeni search for other commits by this committer
Add devel/etcd33, tracking branch 3.3 of etcd.

Document conflicts in devel/etcd, etcd31, and etcd32.
Original commitRevision:468093 
00:22 seanc search for other commits by this committer
Add new port: devel/mage

Mage is a make/rake-like build tool using Go. You write plain-old go functions,
and Mage automatically uses them as Makefile-like runnable targets.
Makefiles are hard to read and hard to write. Mostly because makefiles are
essentially fancy bash scripts with significant white space and additional
make-related syntax.

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D15159
Original commitRevision:468067 
Sunday, 22 Apr 2018
18:29 sunpoet search for other commits by this committer
Move devel/py-msgpack-python to devel/py-msgpack

- Update to 0.5.6
- Update pkg-descr
- Update WWW

Changes:	https://github.com/msgpack/msgpack-python/blob/master/ChangeLog.rst
Original commitRevision:468048 
Saturday, 21 Apr 2018
02:54 acm search for other commits by this committer
- New port: devel/sope4

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/
Original commitRevision:467854 
Friday, 20 Apr 2018
23:58 sunpoet search for other commits by this committer
Add p5-File-Copy-Recursive-Reduced 0.006

File::Copy::Recursive::Reduced is intended as a not-quite-drop-in replacement
for certain functionality provided by CPAN distribution File-Copy-Recursive. The
library provides methods similar enough to that distribution's fcopy(),
dircopy() and rcopy() functions to be usable in those CPAN distributions often
described as being part of the Perl toolchain.

WWW: http://search.cpan.org/dist/File-Copy-Recursive-Reduced/
Original commitRevision:467851 
17:32 antoine search for other commits by this committer
subversion18 was removed
Original commitRevision:467837 
Thursday, 19 Apr 2018
03:32 yuri search for other commits by this committer
New port: devel/vexcl: C++ vector expression template library for OpenCL/CUDA
Original commitRevision:467747 
Tuesday, 17 Apr 2018
04:17 swills search for other commits by this committer
devel/py-python-gitlab: create port

python-gitlab is a Python package providing access to the GitLab server API.

It supports the v3 and v4 APIs of GitLab, and provides a CLI tool (gitlab).

WWW: https://github.com/python-gitlab/python-gitlab

PR:		226290
Submitted by:	dereks@lifeofadishwasher.com
Original commitRevision:467558 
Monday, 16 Apr 2018
07:49 vanilla search for other commits by this committer
Add py-keystone-engine 0.9.1.3, keystone Assembler Engine with Python
bindings.

PR:		227526
Submitted by:	freebsd_ports@k-worx.org
Original commitRevision:467463 
Sunday, 15 Apr 2018
20:02 sunpoet search for other commits by this committer
Add rubygem-manpages 0.6.1

This plugin will add man pages support to ruby gems. Instead of adding a new
command like gem-man it will try to link the files to a place the man command
automatically discovers.

WWW: https://github.com/bitboxer/manpages
Original commitRevision:467412 
Saturday, 14 Apr 2018
23:58 sunpoet search for other commits by this committer
Add rubygem-googleapis-common-protos 1.3.7

googleapis-common-protos provides common gRPC and protocol buffer classes used
in Google APIs.

WWW: https://github.com/googleapis/googleapis
Original commitRevision:467346 
13:16 tcberner search for other commits by this committer
devel/qjson, devel-qjson-qt5 create flavors

* additionally, give the maintainership to kde@.

Approved by:	portmgr (mat), avilla (timeout)
Differential Revision:	https://reviews.freebsd.org/D14650
Original commitRevision:467317 
11:09 tcberner search for other commits by this committer
devel/qca, devel/qca-qt5 -- create flavors

Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D14651
Original commitRevision:467306 
00:57 jbeich search for other commits by this committer
devel/py-libusb115: drop due to lack of consumers
Original commitRevision:467281 
Friday, 13 Apr 2018
19:45 sunpoet search for other commits by this committer
Add rubygem-default_value_for30 3.0.5 (copied from rubygem-default_value_for)

- Add PORTSCOUT
Original commitRevision:467248 
Thursday, 12 Apr 2018
17:48 wg search for other commits by this committer
Revert r467163

It has come to my attention its a duplicate of www/py-boto3
Original commitRevision:467174 
16:35 wg search for other commits by this committer
devel/py-boto3: AWS SDK for Python

WWW: https://pypi.python.org/pypi/boto3
Original commitRevision:467163 
12:39 amdmi3 search for other commits by this committer
- Add devel/protozero (needed for devel/osmium update)

Minimalistic protocol buffer decoder and encoder in C++.

Designed for high performance. Suitable for writing zero copy parsers
and encoders with minimal need for run-time allocation of memory.

Low-level: this is designed to be a building block for writing a
very customized decoder for a stable protobuf schema. If your
protobuf schema is changing frequently or lazy decoding is not
critical for your application then this approach offers no value:
just use the C++ API that can be generated with the Google Protobufs
protoc program.

WWW: https://github.com/mapbox/protozero
Original commitRevision:467151 
12:38 amdmi3 search for other commits by this committer
Sort category Makefile
Original commitRevision:467150 
Wednesday, 11 Apr 2018
19:37 sunpoet search for other commits by this committer
Add rubygem-marcel 0.3.2

Marcel attempts to choose the most appropriate content type for a given file by
looking at the binary data, the filename, and any declared type (perhaps passed
as a request header).

WWW: https://github.com/basecamp/marcel
Original commitRevision:467080 
19:37 sunpoet search for other commits by this committer
Add py-pytest-flake8 1.0.0

pytest-flake8 is a pytest plugin for efficiently checking PEP8 compliance.

WWW: https://pypi.python.org/pypi/pytest-flake8
WWW: https://github.com/tholo/pytest-flake8
Original commitRevision:467079 
09:57 tcberner search for other commits by this committer
Fix PKGBASE conflict of devel/libkgapi

Reported by:	antoine
Original commitRevision:467042 
06:45 ehaupt search for other commits by this committer
Add heimdall 1.4.2, tool suite used to flash firmware onto Samsung
mobile devices.
Original commitRevision:467027 
03:17 tota search for other commits by this committer
- Add new port: devel/R-cran-abind

  Combine multidimensional arrays into a single array. This is a
  generalization of 'cbind' and 'rbind'. Works with vectors, matrices,
  and higher-dimensional arrays. Also provides functions 'adrop',
  'asub', and 'afill' for manipulating, extracting and replacing data
  in arrays.

  WWW: https://cran.r-project.org/web/packages/abind/
Original commitRevision:467023 
Monday, 9 Apr 2018
20:09 tcberner search for other commits by this committer
New port: devel/dolphin-plugins

This is the current version of KDE Applications <foo>.
Note that users of KDE SC4 should stick with <foo>-kde4.
Original commitRevision:466904 
19:19 tcberner search for other commits by this committer
New ports: KDE Applications devel/

* devel/cervisia
* devel/kapptemplate
* devel/kcachegrind
* devel/kde-dev-scripts
* devel/kde-dev-utils
* devel/kdesdk-thumbnailers
* devel/kio-extras
* devel/lokalize
* devel/okteta
* devel/poxml
* devel/umbrello

This is the current version of KDE Applications <foo>.
Note that users of KDE SC4 should stick with <foo>-kde4.
Original commitRevision:466899 
Saturday, 7 Apr 2018
16:32 sunpoet search for other commits by this committer
Add p5-Routes-Tiny 0.21

Routes::Tiny is a lightweight routes implementation. It aims to be easy to use
in any web framework.

WWW: http://search.cpan.org/dist/Routes-Tiny/
Original commitRevision:466733 
00:35 dbaio search for other commits by this committer
Add devel/py-validators: Simple data validation in Python

Python has all kinds of data validation tools, but every one of them seems to
require defining a schema or form. This is a simple validation library where
validating a simple value does not require defining a form or a schema.

  >>> import validators

  >>> validators.email('someone@example.com')
  True

WWW: https://pypi.python.org/pypi/validators
Original commitRevision:466702 
Friday, 6 Apr 2018
16:26 sunpoet search for other commits by this committer
Add p5-Test-Log-Log4perl 0.32

Test::Log::Log4perl can be used to test that you're logging the right thing with
Log::Log4perl. It checks that we get what, and only what, we expect logged by
your code.

The basic process is very simple. Within your test script you get one or more
loggers from Test::Log::Log4perl with the get_logger method just like you would
with Log::Log4perl. You're going to use these loggers to declare what you think
the code you're going to test should be logging.

WWW: http://search.cpan.org/dist/Test-Log-Log4perl/
Original commitRevision:466651 
Thursday, 5 Apr 2018
19:11 sunpoet search for other commits by this committer
Add rubygem-flipper-active_support_cache_store013 0.13.0 (copied from
rubygem-flipper-active_support_cache_store)

- Update RUN_DEPENDS
- Add PORTSCOUT
Original commitRevision:466581 
19:10 sunpoet search for other commits by this committer
Add rubygem-flipper013 0.13.0 (copied from rubygem-flipper)

- Add PORTSCOUT
Original commitRevision:466579 
Wednesday, 4 Apr 2018
21:54 wg search for other commits by this committer
devel/py-bidict: Bidirectional map implementation and related functionality

WWW: https://github.com/jab/bidict
Original commitRevision:466511 
18:50 sunpoet search for other commits by this committer
Add py-testscenarios 0.5.0

Testscenarios provides clean dependency injection for python unittest style
tests. This can be used for interface testing (testing many implementations via
a single test suite) or for classic dependency injection (provide tests with
dependencies externally to the test code itself, allowing easy testing in
different situations).

WWW: https://pypi.python.org/pypi/testscenarios
Original commitRevision:466453 
18:49 sunpoet search for other commits by this committer
Add py-testresources 2.0.1

Testresources extends unittest with a clean and simple api to provide test
optimisation where expensive common resources are needed for test cases - for
example sample working trees for VCS systems, reference databases for enterprise
applications, or web servers ... let imagination run wild.

WWW: https://pypi.python.org/pypi/testresources
Original commitRevision:466452 
Monday, 2 Apr 2018
21:19 jrm search for other commits by this committer
New port, devel/magit-popup: Define prefix-infix-suffix command combos

https://github.com/magit/magit-popup

PR:		227139
Submitted by:	yasu@utahime.org (maintainer)
Original commitRevision:466264 
21:19 jrm search for other commits by this committer
New port, devel/ghub: Minuscule client library for the Github API

WWW: https://github.com/magit/ghub

PR:		227135
Submitted by:	yasu@utahime.org (maintainer)
Original commitRevision:466263 
Sunday, 1 Apr 2018
00:32 yuri search for other commits by this committer
New port: devel/py-fastcache: C implementation of Python 3 functools.lru_cache
Original commitRevision:466112 
Saturday, 31 Mar 2018
15:36 sunpoet search for other commits by this committer
Remove expired devel/lua-lpeg51
Original commitRevision:466054 
08:08 yuri search for other commits by this committer
New port: devel/py-PyUtilib: Collection of Python utilities
Original commitRevision:466030 
Thursday, 29 Mar 2018
23:28 cpm search for other commits by this committer
Add new port devel/py-flex: Validation tooling for Swagger 2.0 specifications

Features:

- Validate swagger schemas.
- JSON Schema Validation
- Validation of request/response objects against schema.
- Command Line Interface.

WWW: https://github.com/pipermerriam/flex

PR:		227040
Submitted by:	Kai <freebsd_ports@k-worx.org>
Original commitRevision:465938 
23:22 cpm search for other commits by this committer
Add new port devel/py-strict-rfc3339: Strict, simple, lightweight RFC3339
functions

Simple and lightweight python module to validate, parse and generate RFC3339
time strings. It was initially created as a part of habitat in response to
difficulty using other libraries.

It can convert UNIX timestamps to and from RFC3339, either producing strings
with a UTC offset (Z) or with the offset that the C time module reports is
the local timezone offset. It has minimal dependencies (none beyond those
that come with Python) and avoids the error-prone act of dealing with
timezones as much as possible.

Besides that, it's designed to be strict and stick closely to RFC3339, with a
couple of very small caveats. It's also fully unit tested.

WWW: http://www.danielrichman.co.uk/libraries/strict-rfc3339.html

PR:		227031
Submitted by:	Kai <freebsd_ports@k-worx.org>
Original commitRevision:465937 
21:16 yuri search for other commits by this committer
New port: devel/py-strategies: Programmatic control flow
Original commitRevision:465930 
21:06 yuri search for other commits by this committer
New port: devel/py-toolz: Functional standard library for Python
Original commitRevision:465929 
Wednesday, 28 Mar 2018
16:59 yuri search for other commits by this committer
New port: devel/py-swagger-spec-validator: Validation of Swagger specifications

PR:		227038
Submitted by:	Kai <freebsd_ports@k-worx.org>
Original commitRevision:465821 
Tuesday, 27 Mar 2018
22:04 yuri search for other commits by this committer
New port: devel/py-inflection: Ruby on Rails' inflector ported to Python

PR:		227014
Submitted by:	Kai <freebsd_ports@k-worx.org>
Original commitRevision:465767 
20:47 yuri search for other commits by this committer
New port: devel/py-openapi-codec: OpenAPI codec for Core API

PR:		226949
Submitted by:	Kai <freebsd_ports@k-worx.org>
Original commitRevision:465750 
18:09 tobik search for other commits by this committer
New port: devel/woff2

Font compression reference code

WWW: https://github.com/google/woff2

libwoff2dec is required by WebKitGtk >= 2.20.0 for WOFF2 Web Fonts
support.
Original commitRevision:465727 
Monday, 26 Mar 2018
19:49 yuri search for other commits by this committer
New port: devel/py-coreapi: Python client library for Core API

PR:		226943
Submitted by:	Kai <freebsd_ports@k-worx.org>
Original commitRevision:465633 
19:42 yuri search for other commits by this committer
New port: devel/py-itypes: Simple immutable types for Python

PR:		226940
Submitted by:	Kai <freebsd_ports@k-worx.org>
Original commitRevision:465632 
19:32 yuri search for other commits by this committer
New port: devel/py-coreschema: Core schema for the Core API

PR:		226942
Submitted by:	Kai <freebsd_ports@k-worx.org>
Original commitRevision:465629 
15:10 mfechner search for other commits by this committer
New ports required for gitlab update to 10.5.x.

Reviewed by:	tz (mentor)
Approved by:	tz (mentor)
Differential Revision:	https://reviews.freebsd.org/D14840
Original commitRevision:465602 
14:38 rene search for other commits by this committer
Remove expired ports:
2017-09-21 net/samba44: unsupported upstream
2018-03-25 mail/sisyphus: Never built
2018-03-25 www/fira-webfont: Unused with no apparent use case
2018-03-25 www/dummyflash: Unused, unmaintained, and obsolete
2018-03-25 devel/guikachu: Broken for more than 9 months
Original commitRevision:465600 
Sunday, 25 Mar 2018
20:48 yuri search for other commits by this committer
New port: devel/ga: Partitioned Global Address Space (PGAS) library for
distributed arrays
Original commitRevision:465545 
18:06 sunpoet search for other commits by this committer
Add py-medikit 0.5.18

Medikit automates keeping your projects' boilerplate files and directory sane
and up to date.

It (optionally) generates and maintains a bunch of files, updating them
according to rules you define.

It's not a dependency. All changes are commited in your source tree.

You write amazing code, Medikit focuses on keeping it clean and ordered.

WWW: https://python-medikit.github.io/
WWW: https://github.com/python-medikit/medikit
Original commitRevision:465538 
18:05 sunpoet search for other commits by this committer
Add py-whistle 1.0.1

Whistle is a simple tool that allow your application components to communicate
with each other by dispatching events and listening to them.

Whistle is an Event Dispatcher library for the Python 3.5+ language. It's
largely inspired from Symfony's EventDispatcher component.

Using an event dispatcher is a great way to write loosely coupled extensible
code, having each part only communicate using light events.

WWW: https://python-whistle.github.io/
WWW: https://github.com/python-whistle/whistle
Original commitRevision:465537 
18:05 sunpoet search for other commits by this committer
Add py-pip-tools 1.11.0

pip-tools = pip-compile + pip-sync

It is a set of command line tools to help you keep your pip-based packages
fresh, even when you've pinned them.

WWW: https://pypi.python.org/pypi/pip-tools
WWW: https://github.com/jazzband/pip-tools
Original commitRevision:465536 
18:04 sunpoet search for other commits by this committer
Add py-mondrian 0.6.6

Mondrian is a small library that will make you use python logging module, once
and for all.

Most python coders who avoids the systematic usage of logging in their projects
does so because it feels complicated to setup, but it's not.

Mondrian configures the python standard logging module with reasonable defaults,
and enhance its default output formatters for better readability.

Mondrian provides a one-call interface to its configuration, with pretty
formatters that makes you feel great.

WWW: https://python-mondrian.github.io/
WWW: https://github.com/python-mondrian/mondrian
Original commitRevision:465535 
18:04 sunpoet search for other commits by this committer
Add py-git_semver 0.2.2

git-semver is a tiny git addon to manage your project's version numbers.

WWW: https://pypi.python.org/pypi/git_semver
WWW: https://github.com/hartym/git-semver
Original commitRevision:465534 
18:04 sunpoet search for other commits by this committer
Add py-first 2.0.1

first is an MIT licensed Python package with a simple function that returns the
first true value from an iterable, or None if there is none. If you need more
power, you can also supply a key function that is used to judge the truth value
of the element or a default value if None doesn't fit your use case.

WWW: https://pypi.python.org/pypi/first
WWW: https://github.com/hynek/first
Original commitRevision:465533 
Saturday, 24 Mar 2018
05:57 yuri search for other commits by this committer
New port: devel/py-json_tricks: Extra features for Python's JSON: comments,
order, datetimes, etc

While here, fixed a minor prdering problem in devel/Makefile
Original commitRevision:465426 
Friday, 23 Mar 2018
20:01 yuri search for other commits by this committer
New port: devel/py-minio: Minio library for Amazon S3 compatible cloud storage

PR:		226877
Submitted by:	jhixson@gmail.com
Original commitRevision:465401 
Tuesday, 20 Mar 2018
18:39 rene search for other commits by this committer
Remove expired ports:
2018-03-19 graphics/code-eli: Broken for more than 6 months
2018-03-19 databases/pg_rman: Broken for more than 6 months
2018-03-19 devel/elixir-simple_bayes: Broken for more than 6 months
2018-03-19 devel/elixir-stemmer: Broken for more than 6 months
2018-03-19 benchmarks/expedite: Broken for more than 6 months
2018-03-19 textproc/p5-HTML-CTPP2: Broken for more than 6 months
2018-03-19 textproc/rubygem-compass-rails: Broken for more than 6 months
Original commitRevision:465105 
Monday, 19 Mar 2018
10:27 pizzamig search for other commits by this committer
devel/pecl-xdebug26: Re-add to portstree as copy of pecl-xdebug

xdebug 2.6 drop the php5 support, so xdebug26 is php7 only.
xdebug 2.5.x is still available for php5.

Reported by:	dbaio@
Sponsored by:	trivago N.V.
Original commitRevision:465006 
10:25 pizzamig search for other commits by this committer
devel/pecl-xdebug26: delete it as it wasn't added properly as a repocopy

Reported by:	dbaio@
Original commitRevision:465005 
Sunday, 18 Mar 2018
21:59 yuri search for other commits by this committer
New port: devel/py-opendht: Lightweight Distributed Hash Table implementation
Original commitRevision:464958 
Saturday, 17 Mar 2018
18:32 yuri search for other commits by this committer
New port: devel/py-black: Python code formatter

PR:		226666
Submitted by:	Neel Chauhan <neel@neelc.org>
Original commitRevision:464840 
11:48 sunpoet search for other commits by this committer
Add lua-stdlib 41.2.1

stdlib is a library of modules for common programming tasks, including list,
table and functional operations, objects, pickling, pretty-printing and
command-line option parsing.

stdlib has no run-time prerequisites beyond a standard Lua system, though it
will take advantage of strict and typecheck if they are installed.

WWW: https://github.com/lua-stdlib/lua-stdlib
Original commitRevision:464807 
11:47 sunpoet search for other commits by this committer
Add lua-stdlib-normalize 2.0.1

- While I'm here:
  - Add NO_ARCH
  - Add missing OPTIONS_DEFINE=DOCS
  - Convert to options target helper
  - Remove LICENSE_FILE from PORTDOCS

This is a collection of normalized lua functions for Lua 5.1 (including LuaJIT),
5.2 and 5.3.

WWW: https://github.com/lua-stdlib/normalize

PR:		226589
Submitted by:	Kan Sasaki <sasaki@fcc.ad.jp>
Original commitRevision:464805 
11:47 sunpoet search for other commits by this committer
Add lua-stdlib-debug 1.0

- While I'm here:
  - Add NO_ARCH
  - Add missing OPTIONS_DEFINE=DOCS
  - Convert to options target helper
  - Remove LICENSE_FILE from PORTDOCS

This is a debug hints management library for Lua 5.1 (including LuaJIT),
5.2 and 5.3.

WWW: https://github.com/lua-stdlib/_debug

PR:		226590
Submitted by:	Kan Sasaki <sasaki@fcc.ad.jp>
Original commitRevision:464804 
10:44 sunpoet search for other commits by this committer
Add p5-Progress-Any 0.211

Progress::Any is an interface for applications that want to display progress to
users. It decouples progress updating and output, rather similar to how Log::Any
decouples log producers and consumers (output). The API is also rather similar
to Log::Any, except Adapter is called Output and category is called task.

Progress::Any records position/target and calculates elapsed time, estimated
remaining time, and percentage of completion. One or more output modules
(Progress::Any::Output::*) display this information.

WWW: http://search.cpan.org/dist/Progress-Any/
Original commitRevision:464781 
Friday, 16 Mar 2018
17:27 amdmi3 search for other commits by this committer
- Rename godot, godot-tools to godot2, godot2-tools in preparation for godot 3
- Fix godot consumers to use godot2

PR:		224604
Submitted by:	FreeBSD@ShaneWare.Biz (maintainer)
Original commitRevision:464714 
Thursday, 15 Mar 2018
14:55 pizzamig search for other commits by this committer
devel/pecl-xdebug26: new port for xdebug 2.6.0

xdebug 2.6 drop the php5 support, so xdebug26 is php7 only.
xdebug 2.5.x is still available for php5.

Sponsored by:	trivago N.V.
Original commitRevision:464591 
Wednesday, 14 Mar 2018
18:10 sunpoet search for other commits by this committer
Add py-pytest-sugar 0.9.1

pytest-sugar is a plugin for py.test that shows failures and errors instantly
and shows a progress bar.

WWW: https://pypi.python.org/pypi/pytest-sugar
WWW: https://github.com/Frozenball/pytest-sugar
Original commitRevision:464514 
04:58 tota search for other commits by this committer
- Add new port: devel/R-cran-broom

  Convert statistical analysis objects from R into tidy data frames,
  so that they can more easily be combined, reshaped and otherwise
  processed with tools like 'dplyr', 'tidyr' and 'ggplot2'. The package
  provides three S3 generics: tidy, which summarizes a model's
  statistical findings such as coefficients of a regression; augment,
  which adds columns to the original data such as predictions, residuals
  and cluster assignments; and glance, which provides a one-row summary
  of model-level statistics.

  WWW: https://cran.r-project.org/web/packages/broom/
Original commitRevision:464456 
Tuesday, 13 Mar 2018
00:41 tota search for other commits by this committer
- Add new port: devel/R-cran-classInt

  Selected commonly used methods for choosing univariate class intervals
  for mapping or other graphics purposes.

  WWW: https://cran.r-project.org/web/packages/classInt/
Original commitRevision:464332 
Monday, 12 Mar 2018
21:17 sunpoet search for other commits by this committer
Add py-fluent-logger 0.9.2

Many web/mobile applications generate huge amount of event logs (cf. login,
logout, purchase, follow, etc). To analyze these event logs could be really
valuable for improving the service. However, the challenge is collecting these
logs easily and reliably.

Fluentd solves that problem by having: easy installation, small footprint,
plugins, reliable buffering, log forwarding, etc.

fluent-logger-python is a Python library, to record the events from Python
application.

WWW: https://github.com/fluent/fluent-logger-python

PR:		207636
Submitted by:	Edward Chuang <edwardchuang@gmail.com>
Original commitRevision:464322 
20:45 sunpoet search for other commits by this committer
Add rubygem-tty 0.7.0

TTY is a toolbox for developing beautiful command line clients in Ruby with a
fluid interface for gathering input, querying terminal properties and displaying
information.

WWW: https://piotrmurach.github.io/tty/
WWW: https://github.com/piotrmurach/tty
Original commitRevision:464303 
20:44 sunpoet search for other commits by this committer
Add rubygem-tty-file 0.5.0

TTY::File supports file and directory manipulation utility methods.

Though Ruby's File and FileUtils libraries provide very robust apis for dealing
with files, this library aims to provide a level of abstraction that is much
more convenient, with useful logging capabilities.

WWW: https://piotrmurach.github.io/tty/
WWW: https://github.com/piotrmurach/tty-file
Original commitRevision:464302 
20:44 sunpoet search for other commits by this committer
Add rubygem-tty-editor 0.3.0

TTY::Editor provides independent component for TTY toolkit. It opens a file or
text in the user's preferred editor.

WWW: https://piotrmurach.github.io/tty/
WWW: https://github.com/piotrmurach/tty-editor
Original commitRevision:464301 
20:44 sunpoet search for other commits by this committer
Add rubygem-tty-prompt 0.15.0

TTY::Prompt provides independent prompt component for TTY toolkit. It supports a
beautiful and powerful interactive command line prompt with a robust API for
getting and validating complex inputs.

WWW: https://piotrmurach.github.io/tty/
WWW: https://github.com/piotrmurach/tty-prompt
Original commitRevision:464300 
20:43 sunpoet search for other commits by this committer
Add rubygem-tty-table 0.10.0

TTY::Table provides independent table formatting component for TTY toolkit. It
supports a flexible and intuitive table formatting.

WWW: https://piotrmurach.github.io/tty/
WWW: https://github.com/piotrmurach/tty-table
Original commitRevision:464299 
20:43 sunpoet search for other commits by this committer
Add rubygem-tty-spinner 0.8.0

TTY::Spinner provides independent spinner component for TTY toolkit. It supports
a terminal spinner for tasks that have non-deterministic time frame.

WWW: https://piotrmurach.github.io/tty/
WWW: https://github.com/piotrmurach/tty-spinner
Original commitRevision:464298 
20:43 sunpoet search for other commits by this committer
Add rubygem-tty-reader 0.2.0

TTY::Reader provides independent reader component for TTY toolkit. It is a pure
Ruby library that provides a set of methods for processing keyboard input in
character, line and multiline modes. In addition it maintains history of entered
input with an ability to recall and re-edit those inputs and register to listen
for keystroke events.

WWW: https://piotrmurach.github.io/tty/
WWW: https://github.com/piotrmurach/tty-reader
Original commitRevision:464297 
20:42 sunpoet search for other commits by this committer
Add rubygem-tty-progressbar 0.14.0

TTY::ProgressBar provides independent progress bars component for TTY toolkit.
It supports a flexible progress bars drawing in terminal emulators.

WWW: https://piotrmurach.github.io/tty/
WWW: https://github.com/piotrmurach/tty-progressbar
Original commitRevision:464296 
20:42 sunpoet search for other commits by this committer
Add rubygem-tty-pager 0.11.0

TTY::Pager provides independent terminal output paging component for TTY
toolkit. It supports terminal output paging in a cross-platform way supporting
all major ruby interpreters.

WWW: https://piotrmurach.github.io/tty/
WWW: https://github.com/piotrmurach/tty-pager
Original commitRevision:464295 
20:42 sunpoet search for other commits by this committer
Add rubygem-tty-markdown 0.2.0

TTY::Markdown provides independent markdown processing component for TTY
toolkit. It converts a markdown document or text into a terminal friendly
output.

WWW: https://piotrmurach.github.io/tty/
WWW: https://github.com/piotrmurach/tty-markdown
Original commitRevision:464294 
20:42 sunpoet search for other commits by this committer
Add rubygem-tty-command 0.7.0

TTY::Command provides independent command execution component for TTY toolkit.
It runs external commands with pretty output logging and capture stdout, stderr
and exit status. Redirect stdin, stdout and stderr of each command to a file or
a string.

WWW: https://piotrmurach.github.io/tty/
WWW: https://github.com/piotrmurach/tty-command
Original commitRevision:464293 
20:41 sunpoet search for other commits by this committer
Add rubygem-pastel 0.7.2

Pastel provides independent coloring component for TTY toolkit. It supports
terminal output styling with intuitive and clean API that doesn't monkey patch
String class. Pastel is minimal and focused to work in all terminal emulators.

WWW: https://github.com/piotrmurach/pastel
Original commitRevision:464292 
20:41 sunpoet search for other commits by this committer
Add rubygem-wisper 2.0.0

Wisper is a micro library providing Ruby objects with Publish-Subscribe
capabilities.

It supports:
- Decouple core business logic from external concerns in Hexagonal style
  architectures.
- Use as an alternative to ActiveRecord callbacks and Observers in Rails apps.
- Connect objects based on context without permanence.
- Publish events synchronously or asynchronously.

WWW: https://github.com/krisleech/wisper
Original commitRevision:464291 

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

[First Page]  «  37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47  »  [Last Page]