| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
validation and parsing system),
p5-McBain (an API-driven self-documenting web framework), and p5-McBain-WithPSGI, a Plack/PSGI adapter for McBain.
See:
https://metacpan.org/pod/Brannigan
https://metacpan.org/pod/McBain
https://metacpan.org/pod/McBain-WithPSGI
Notes:
svn path=/head/; revision=376368
|
|
|
|
| |
Notes:
svn path=/head/; revision=376367
|
|
|
|
|
|
|
|
|
| |
subprocess (common case if task process is a shell script) and job is being
killed with mapred job -kill <...>, then subprocess will not die and remain
running orphaned.
Notes:
svn path=/head/; revision=376366
|
|
|
|
| |
Notes:
svn path=/head/; revision=376362
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for dependency change
Submitted by: sunpoet (myself)
Approved by: zi (maintainer, via email)
Notes:
svn path=/head/; revision=376353
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Mr Bones is a handy tool that creates new Ruby projects from a code skeleton.
The skeleton contains some starter code and a collection of rake tasks to ease
the management and deployment of your source code. Several Mr Bones plugins are
available for creating git repositories, creating GitHub projects, running
various test suites and source code analysis tools.
WWW: https://github.com/TwP/bones
RG: https://rubygems.org/gems/bones
Notes:
svn path=/head/; revision=376352
|
|
|
|
|
|
|
|
|
|
|
|
| |
devel/rubygem-little-plugger
- Add LICENSE
- Remove DISTNAME and GEM_NAME
- Update WWW
- Bump PORTREVISION for dependency change
Notes:
svn path=/head/; revision=376351
|
|
|
|
| |
Notes:
svn path=/head/; revision=376341
|
|
|
|
| |
Notes:
svn path=/head/; revision=376340
|
|
|
|
| |
Notes:
svn path=/head/; revision=376339
|
|
|
|
|
|
|
| |
- Remove obsolete target
Notes:
svn path=/head/; revision=376337
|
|
|
|
| |
Notes:
svn path=/head/; revision=376334
|
|
|
|
| |
Notes:
svn path=/head/; revision=376333
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Test-TempDir-Tiny/Changes
Notes:
svn path=/head/; revision=376325
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Bump PORTREVISION for dependency change
- Update WWW
Notes:
svn path=/head/; revision=376318
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Retryable uns a code block, and retries it when an exception occurs. It's great
when working with flakey webservices (for example).
It's configured using four optional parameters :tries, :on, :sleep, :matching,
:ensure, :exception_cb and runs the passed block. Should an exception occur,
it'll retry for (n-1) times.
Should the number of retries be reached without success, the last exception will
be raised.
WWW: https://github.com/nfedyashev/retryable
RG: https://rubygems.org/gems/retryable
Notes:
svn path=/head/; revision=376316
|
|
|
|
| |
Notes:
svn path=/head/; revision=376309
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Add BUILD_DEPENDS
- Remove outdated DISTNAME
Changes: http://search.cpan.org/dist/Log-Report/ChangeLog
PR: 196492
Submitted by: sunpoet
Notes:
svn path=/head/; revision=376307
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE_FILE
- Use OPTIONS helpers
- Backport: Fix for testsuite using clang [1]
- Backport: Fix build with Clang 3.5 on ARM [2]
PR: 196408
Submitted by: koobs
Approved by: mentor (implicit)
Relnotes: yes
Notes:
svn path=/head/; revision=376293
|
|
|
|
|
|
|
|
|
| |
PR: 196242
Submitted by: Thomas Hurst <tom@hur.st>
Approved by: maintainer
Notes:
svn path=/head/; revision=376291
|
|
|
|
| |
Notes:
svn path=/head/; revision=376289
|
|
|
|
| |
Notes:
svn path=/head/; revision=376288
|
|
|
|
|
|
|
|
|
|
| |
The new team currently consists of the previous maintainer (acm@) and
myself (marino@).
PR: 195363
Notes:
svn path=/head/; revision=376279
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Upstream release notes:
http://www.cmake.org/cmake/help/v3.1/release/3.1.0.html
Notable changes on the packaging side:
* devel/cmake does not need USE_OPENSSL=yes anymore. In fact, it has not
needed it since r366996, when we stopped building CMake's bundled copies
of curl, libarchive & friends (curl was the only consumer of OpenSSL in
CMake).
* Likewise, we do not need to set CMAKE_USE_OPENSSL in InitialCache.cmake
anymore.
* On FreeBSD < 10, devel/cmake and devel/cmake-gui now depend on
archivers/libarchive because the libarchive version in base is too old and
does not contain some functions that CMake uses.
PR: 196367
Notes:
svn path=/head/; revision=376275
|
|
|
|
| |
Notes:
svn path=/head/; revision=376274
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add new maintainer's mirror to MASTER_SITES
- Submitter is new maintainer
- Add PKGNAME to PLIST_SUB and use it to parameterize include directory
PR: 196424
Submitted by: A.J. "Fonz" van Werven <freebsd@skysmurf.nl>
Notes:
svn path=/head/; revision=376271
|
|
|
|
| |
Notes:
svn path=/head/; revision=376264
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Log::Report::Optional will allow libraries (helper modules) to have a dependency
to a small module instead of the full Log-Report distribution. The full power of
Log::Report is only released when the main program uses that module. In that
case, the module using the 'Optional' will also use the full Log::Report,
otherwise the dressed-down Log::Report::Minimal version.
WWW: http://search.cpan.org/dist/Log-Report-Optional/
Notes:
svn path=/head/; revision=376246
|
|
|
|
| |
Notes:
svn path=/head/; revision=376220
|
|
|
|
| |
Notes:
svn path=/head/; revision=376218
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Test-Warnings/Changes
Notes:
svn path=/head/; revision=376216
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Log-Dispatch-ArrayWithLimits/Changes
Notes:
svn path=/head/; revision=376215
|
|
|
|
|
|
|
|
|
|
| |
Perl::osnames contains $data which lists possible values of $^O along with
description for each. It also provides some helper functions.
WWW: http://search.cpan.org/dist/Perl-osnames/
Notes:
svn path=/head/; revision=376214
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Inline-C/Changes
Notes:
svn path=/head/; revision=376213
|
|
|
|
| |
Notes:
svn path=/head/; revision=376212
|
|
|
|
|
|
|
| |
- remove duplicate makefile target
Notes:
svn path=/head/; revision=376211
|
|
|
|
| |
Notes:
svn path=/head/; revision=376209
|
|
|
|
|
|
|
| |
- remove duplicate makefile target
Notes:
svn path=/head/; revision=376208
|
|
|
|
| |
Notes:
svn path=/head/; revision=376206
|
|
|
|
| |
Notes:
svn path=/head/; revision=376205
|
|
|
|
|
|
|
|
| |
Differential Revision: https://reviews.freebsd.org/D1419
Approved by: marino(mentor)
Notes:
svn path=/head/; revision=376202
|
|
|
|
|
|
|
|
| |
Differential Revision: https://reviews.freebsd.org/D1421
Approved by: marino(mentor)
Notes:
svn path=/head/; revision=376201
|
|
|
|
|
|
|
|
| |
Differential Revision: https://reviews.freebsd.org/D1422
Approved by: marino(mentor)
Notes:
svn path=/head/; revision=376200
|
|
|
|
|
|
|
| |
Submitted by: az
Notes:
svn path=/head/; revision=376199
|
|
|
|
|
|
|
|
| |
Differential Revision: https://reviews.freebsd.org/D1423
Approved by: marino(mentor)
Notes:
svn path=/head/; revision=376198
|
|
|
|
|
|
|
|
|
|
|
| |
This is a collection of .pl files that have historically been bundled with the
Perl core but are planned not to be so distributed with core version 5.15 or
later.
WWW: http://search.cpan.org/~zefram/Perl4-CoreLibs-0.003/
Notes:
svn path=/head/; revision=376195
|
|
|
|
|
|
|
|
| |
Spotted by: antoine
With hat: python
Notes:
svn path=/head/; revision=376179
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Mark DEPRECATED
Changes: http://search.cpan.org/dist/Test-TempDir/Changes
Notes:
svn path=/head/; revision=376165
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Test-Deep/Changes
Notes:
svn path=/head/; revision=376164
|
|
|
|
|
|
|
|
|
|
| |
- Remove outdated WRKSRC
- Remove duplicate test:
Changes: http://search.cpan.org/dist/ReadLine-Gnu/Changes
Notes:
svn path=/head/; revision=376163
|