- 20 Jul, 2017 1 commit
-
-
tz authored
Ruby bindings to re2, "an efficient, principled regular expression library". WWW: https://github.com/mudge/re2
-
- 16 Jul, 2017 4 commits
-
-
sunpoet authored
Mixlib::Archive is a simple interface to various archive formats. WWW: https://www.chef.io/ WWW: https://github.com/chef/mixlib-archive
-
sunpoet authored
RSpec JUnit Formatter is a formatter of RSpec results for Jenkins and probably a few other CI services. WWW: https://github.com/sj26/rspec_junit_formatter
-
sunpoet authored
ISO8601 is a simple implementation of the ISO 8601 (Data elements and interchange formats - Information interchange - Representation of dates and times) standard. WWW: https://github.com/arnau/ISO8601
-
sunpoet authored
IniParse is a pure Ruby library for parsing INI configuration and data files. WWW: https://github.com/antw/iniparse
-
- 15 Jul, 2017 2 commits
-
-
sunpoet authored
If you're using Rails 4 strong parameters, you will get a ForbiddenAttributesProtection exceptions when mass-assigning attributes. This gem allows mass assignment. It prevents Mash from responding to :permitted? and therefore triggering this behavior in ForbiddenAttributesProtection. WWW: https://github.com/Maxim-Filimonov/hashie-forbidden_attributes
-
sunpoet authored
- Add PORTSCOUT
-
- 13 Jul, 2017 3 commits
-
-
sunpoet authored
CLI Helpers is a Python package that makes it easy to perform common tasks when building command-line apps. It’s a helper library for command-line interfaces. Libraries like Click and Python Prompt Toolkit are amazing tools that help you create quality apps. CLI Helpers complements these libraries by wrapping up common tasks in simple interfaces. CLI Helpers is not focused on your app’s design pattern or framework – you can use it on its own or in combination with other libraries. It’s lightweight and easy to extend. What’s included in CLI Helpers? - Prettyprinting of tabular data with custom pre-processing - [in progress] config file reading/writing WWW: https://pypi.python.org/pypi/cli-helpers WWW: https://github.com/dbcli/cli_helpers
-
sunpoet authored
The API of the csv module in Python 2 is drastically different from the csv module in Python 3. This is due, for the most part, to the difference between str in Python 2 and Python 3. The semantics of Python 3's version are more useful because they support unicode natively, while Python 2's csv does not. WWW: https://pypi.python.org/pypi/backports.csv WWW: https://github.com/ryanhiebert/backports.csv
-
mr authored
-
- 12 Jul, 2017 5 commits
-
-
brnrd authored
- Move from devel/libbrotli to archivers/brotli - Remove meta-project for library build - Bump epoch for meta 1.0 to upstream 0.6 update - Add MOVED entry - Switch from autoconf to cmake PR: 218813, 218851 Submitted by: Markus Kohlmeyer <rootservice@gmail.com> Approved by: maintainer time-out Differential Revision: https://reviews.freebsd.org/D11290
-
swills authored
EasyProcess is an easy to use python subprocess interface. WWW: https://github.com/ponty/EasyProcess PR: 219839 Submitted by: Daniel Ylitalo <daniel@blodan.se>
-
lwhsu authored
-
lwhsu authored
PR: 220206 Submitted by: Jov <amutu@amutu.com>
-
koobs authored
Plugin for setuptools that provides bdist_pkg command for building FreeBSD package artifact. WWW: https://github.com/kxepal/setuptools-pkg [1] Closes https://github.com/kxepal/setuptools-pkg/issues/1
-
- 11 Jul, 2017 1 commit
-
-
sunpoet authored
ddplugin is a library for managing plugins. Designing a library so that third parties can easily extend it greatly improves its usefulness. ddplugin helps solve this problem using plugins, which are classes of a certain type and with a given identifier (Ruby symbol). This code was extracted from Nanoc, where it has been in production for years. WWW: https://github.com/ddfreyne/ddplugin
-
- 08 Jul, 2017 4 commits
-
-
tijl authored
-
swills authored
baf is a toolkit for building command line programs. It also provides cucumber helpers and steps for writing user acceptance tests. WWW: https://rubygems.org/gems/baf PR: 220218 Submitted by: dereks@lifeofadishwasher.com
-
swills authored
RSpec::Its provides the `its` method as a short-hand to specify the expected value of an attribute. WWW: https://github.com/rspec/rspec-its PR: 219978 Submitted by: naito.yuichiro@gmail.com
-
swills authored
This is a simple and easy-to-use Jenkins Api client with features focused on automating Job configuration programaticaly and so forth WWW: https://github.com/arangamani/jenkins_api_client PR: 214106 Reported by: asomers
-
- 07 Jul, 2017 3 commits
- 06 Jul, 2017 1 commit
-
-
jbeich authored
PR: 210614 Submitted by: Timothy Beyer MFH: 2017Q3 RACER = Rust Auto-Complete-er. A utility intended to provide Rust code completion for editors and IDEs. Maybe one day the 'er' bit will be exploring + refactoring or something. https://github.com/phildawes/racer
-
- 05 Jul, 2017 3 commits
-
-
sunpoet authored
Mize provides memoize methods/functions in Ruby. WWW: https://github.com/flori/mize
-
sunpoet authored
This library offers an implementation of protocols against which you can check the conformity of your classes or instances of your classes. They are a bit like Java Interfaces, but as mixin modules they can also contain already implemented methods. Additionally you can define preconditions/postconditions for methods specified in a protocol. WWW: http://flori.github.io/protocol/ WWW: https://github.com/flori/protocol
-
amdmi3 authored
-
- 03 Jul, 2017 1 commit
-
-
jrm authored
WWW: WWW: https://github.com/Shopify/bootsnap
-
- 01 Jul, 2017 1 commit
-
-
rene authored
2017-06-30 misc/p5-Geo-Coder-Many: deprecated and no longer maintained by upstream 2017-07-01 graphics/gimp-elsamuko-script: Broken for more than 2 years 2017-07-01 devel/anjuta-extras: Last release in 2013 and doesn't build with recent GTK+ 2017-07-01 www/apache22-worker-mpm: Upstream propose EoL of apache 2.2.x during the next 12 months 2017-07-01 www/apache22-itk-mpm: Upstream propose EoL of apache 2.2.x during the next 12 months 2017-07-01 www/apache22-peruser-mpm: Upstream propose EoL of apache 2.2.x during the next 12 months 2017-07-01 www/apache22-event-mpm: Upstream propose EoL of apache 2.2.x during the next 12 months
-
- 29 Jun, 2017 2 commits
-
-
feld authored
library's logging package. Some of these handlers are out-of-scope for the standard library, and so they are packaged here. Others are updated versions which have appeared in recent Python releases, but are usable with older versions of Python and so are packaged here. WWW: https://bitbucket.org/vinay.sajip/logutils/
-
robak authored
A fast, pure Python library for parsing and serializing ASN.1 structures. WWW: https://github.com/wbond/asn1crypto PR: 220299 Submitted by: Mikael Urankar <mikael.urankar@gmail.com>
-
- 27 Jun, 2017 1 commit
-
-
cpm authored
The codesearch Python library provides an interface for talking to the Chromium CodeSearch backend. The primary entry point into the library is the codesearch class. Various message classes you are likely to encounter are defined in messages.py In addition, the library also includes facilities for maintaining an ephemeral or persistent cache in order to minimize generated network traffic. WWW: https://github.com/chromium/codesearch-py Reviewed by: koobs Differential Revision: https://reviews.freebsd.org/D11336
-
- 26 Jun, 2017 1 commit
-
-
olgeni authored
for easier use with py.test. Includes upstream commit 2bb5fdf to fix 'make test'.
-
- 23 Jun, 2017 3 commits
-
-
sunpoet authored
Feature flipping is the act of enabling or disabling features or parts of your application, ideally without re-deploying or changing anything in your code base. The goal of this gem is to make turning features on or off so easy that everyone does it. Whatever your data store, throughput, or experience, feature flipping should be easy and have minimal impact on your application. WWW: https://github.com/jnunemaker/flipper
-
sunpoet authored
This is a profiling tool originally built at GitHub to help us get an insight into our application. Now, we have extracted this into Peek, so that other Rails application can experience the same benefit. Peek puts a little bar on top of your application to show you all sorts of helpful information about your application. From the screenshot above, you can see that Peek provides information about database queries, cache, Resque workers and more. However, this is only part of Peek's beauty. The true beauty of Peek lies in the fact that it is an extensible platform. If there are some performance metrics that you need but are not available on Peek, you can find it from the list of available Peek Views and integrate it into Peek. Even if you do not find what you want on Peek Views, you can always create your own. WWW: https://github.com/peek/peek
-
sunpoet authored
Potential performance improvements may be achieved under MRI by installing optional C extensions. To minimize installation errors the C extensions are available in the concurrent-ruby-ext extension gem. concurrent-ruby and concurrent-ruby-ext are always released together with same version. The concurrent-ruby gem will automatically detect the presence of the concurrent-ruby-ext gem and load the appropriate C extensions. WWW: https://github.com/ruby-concurrency/concurrent-ruby
-
- 21 Jun, 2017 1 commit
-
-
tobik authored
Greps through binaries from various OSs and architectures, and colors them. Current backends: - ELF 32/64, arm, x86, openrisc - all others will parse and color, but relocations won't show properly - Mach 32/64, arm, x86 - PE (debug only) WWW: https://github.com/m4b/bingrep Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D11162
-
- 19 Jun, 2017 1 commit
-
-
danfe authored
to a regular expression. WWW: http://search.cpan.org/dist/List-Regexp/ Submitted by: Zeus Panchenko
-
- 18 Jun, 2017 1 commit
-
-
wg authored
WWW: https://github.com/freenas/py-bsd
-
- 16 Jun, 2017 1 commit
-
-
amdmi3 authored
- While here, add NO_ARCH and LICENSE_FILE for py-voluptuous
-