aboutsummaryrefslogtreecommitdiff
path: root/devel
Commit message (Collapse)AuthorAgeFilesLines
* Add the McBain web framework system, including p5-Brannigan (a text ↵Adam Weinberger2015-01-055-0/+44
| | | | | | | | | | | | | | 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
* Fix CONFLICTs.Dmitry Sivachenko2015-01-052-2/+2
| | | | Notes: svn path=/head/; revision=376367
* Use ssid instead of Linux setsid(1): without it if task process spawns aDmitry Sivachenko2015-01-055-2/+66
| | | | | | | | | 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
* Upgrade to 1.2.0.Thierry Thomas2015-01-052-3/+3
| | | | Notes: svn path=/head/; revision=376362
* - Fix RUN_DEPENDSSunpoet Po-Chuan Hsieh2015-01-051-8/+5
| | | | | | | | | | - Bump PORTREVISION for dependency change Submitted by: sunpoet (myself) Approved by: zi (maintainer, via email) Notes: svn path=/head/; revision=376353
* - Add rubygem-bones 3.8.1Sunpoet Po-Chuan Hsieh2015-01-054-0/+39
| | | | | | | | | | | | | | 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
* - Respect rubygems naming: rename devel/rubygem-little_plugger to ↵Sunpoet Po-Chuan Hsieh2015-01-055-6/+7
| | | | | | | | | | | | devel/rubygem-little-plugger - Add LICENSE - Remove DISTNAME and GEM_NAME - Update WWW - Bump PORTREVISION for dependency change Notes: svn path=/head/; revision=376351
* - Update to 0.51Lars Thegler2015-01-052-4/+3
| | | | Notes: svn path=/head/; revision=376341
* - Update to 1.18Lars Thegler2015-01-052-4/+3
| | | | Notes: svn path=/head/; revision=376340
* - Update to 0.025Lars Thegler2015-01-052-4/+3
| | | | Notes: svn path=/head/; revision=376339
* - Update to 1.000005Lars Thegler2015-01-053-11/+13
| | | | | | | - Remove obsolete target Notes: svn path=/head/; revision=376337
* - Update to 0.142280Lars Thegler2015-01-052-4/+3
| | | | Notes: svn path=/head/; revision=376334
* - Update to 0.003008Lars Thegler2015-01-052-4/+3
| | | | Notes: svn path=/head/; revision=376333
* - Update to 0.003Sunpoet Po-Chuan Hsieh2015-01-052-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Test-TempDir-Tiny/Changes Notes: svn path=/head/; revision=376325
* - Fix RUN_DEPENDSSunpoet Po-Chuan Hsieh2015-01-052-3/+4
| | | | | | | | | - Add LICENSE - Bump PORTREVISION for dependency change - Update WWW Notes: svn path=/head/; revision=376318
* - Add rubygem-retryable 2.0.0Sunpoet Po-Chuan Hsieh2015-01-054-0/+33
| | | | | | | | | | | | | | | | | | 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
* - Update to 0.11Lars Thegler2015-01-052-4/+3
| | | | Notes: svn path=/head/; revision=376309
* - Update to 1.05Lars Thegler2015-01-053-46/+16
| | | | | | | | | | | | | | - 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
* Update libffi to 3.2.1Sean Bruno2015-01-056-18/+143
| | | | | | | | | | | | | | | - 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
* Update to version 20141225Pawel Pekala2015-01-052-4/+4
| | | | | | | | | PR: 196242 Submitted by: Thomas Hurst <tom@hur.st> Approved by: maintainer Notes: svn path=/head/; revision=376291
* Update to 1.16.Anton Berezin2015-01-052-4/+3
| | | | Notes: svn path=/head/; revision=376289
* Update to 0.301.Anton Berezin2015-01-052-5/+5
| | | | Notes: svn path=/head/; revision=376288
* Assign maintainership of FPC ports to new FPC ports teamJohn Marino2015-01-0527-27/+27
| | | | | | | | | | The new team currently consists of the previous maintainer (acm@) and myself (marino@). PR: 195363 Notes: svn path=/head/; revision=376279
* Update CMake to 3.1.0.Raphael Kubo da Costa2015-01-048-59/+212
| | | | | | | | | | | | | | | | | | | | | | | 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
* Bump PORTREVISION after update of x11-fm/thunarOlivier Duchateau2015-01-041-1/+1
| | | | Notes: svn path=/head/; revision=376274
* - Update to version 2.2.0Pawel Pekala2015-01-043-25/+27
| | | | | | | | | | | | - 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
* Update to 1.08.Anton Berezin2015-01-042-4/+3
| | | | Notes: svn path=/head/; revision=376264
* - Add p5-Log-Report-Optional 1.01Sunpoet Po-Chuan Hsieh2015-01-045-0/+44
| | | | | | | | | | | | | 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
* - Update to 0.18Lars Thegler2015-01-042-4/+3
| | | | Notes: svn path=/head/; revision=376220
* - update to 0.14Lars Thegler2015-01-043-7/+4
| | | | Notes: svn path=/head/; revision=376218
* - Update to 0.020Sunpoet Po-Chuan Hsieh2015-01-042-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Test-Warnings/Changes Notes: svn path=/head/; revision=376216
* - Update to 0.04Sunpoet Po-Chuan Hsieh2015-01-042-5/+6
| | | | | | | Changes: http://search.cpan.org/dist/Log-Dispatch-ArrayWithLimits/Changes Notes: svn path=/head/; revision=376215
* - Add p5-Perl-osnames 0.11Sunpoet Po-Chuan Hsieh2015-01-045-0/+28
| | | | | | | | | | 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
* - Update to 0.73Sunpoet Po-Chuan Hsieh2015-01-043-6/+3
| | | | | | | Changes: http://search.cpan.org/dist/Inline-C/Changes Notes: svn path=/head/; revision=376213
* - update to 1.1000Lars Thegler2015-01-043-5/+6
| | | | Notes: svn path=/head/; revision=376212
* - update to 1.46Lars Thegler2015-01-042-7/+3
| | | | | | | - remove duplicate makefile target Notes: svn path=/head/; revision=376211
* update to 1.21Lars Thegler2015-01-042-4/+3
| | | | Notes: svn path=/head/; revision=376209
* - update to 0.06Lars Thegler2015-01-042-7/+3
| | | | | | | - remove duplicate makefile target Notes: svn path=/head/; revision=376208
* update to 2.10Lars Thegler2015-01-042-6/+4
| | | | Notes: svn path=/head/; revision=376206
* update to 0.06Lars Thegler2015-01-042-4/+3
| | | | Notes: svn path=/head/; revision=376205
* devel/dia2code: Update version 0.8.6=>0.8.7Muhammad Moinur Rahman2015-01-042-3/+3
| | | | | | | | Differential Revision: https://reviews.freebsd.org/D1419 Approved by: marino(mentor) Notes: svn path=/head/; revision=376202
* devel/gsoap: Update version 2.8.18=>2.8.21Muhammad Moinur Rahman2015-01-042-6/+5
| | | | | | | | Differential Revision: https://reviews.freebsd.org/D1421 Approved by: marino(mentor) Notes: svn path=/head/; revision=376201
* devel/k8048: Update version 2.17=>3.05Muhammad Moinur Rahman2015-01-042-3/+3
| | | | | | | | Differential Revision: https://reviews.freebsd.org/D1422 Approved by: marino(mentor) Notes: svn path=/head/; revision=376200
* Bring to the perl@ standardBaptiste Daroussin2015-01-043-3/+3
| | | | | | | Submitted by: az Notes: svn path=/head/; revision=376199
* devel/liblognorm: Update version 1.0.0=>1.0.1Muhammad Moinur Rahman2015-01-042-4/+5
| | | | | | | | Differential Revision: https://reviews.freebsd.org/D1423 Approved by: marino(mentor) Notes: svn path=/head/; revision=376198
* Add p5-Perl4-CoreLibsBaptiste Daroussin2015-01-045-0/+60
| | | | | | | | | | | 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
* - Convert USE_PYTHON -> USES leftovers missed in the previous commitsMarcus von Appen2015-01-042-2/+2
| | | | | | | | Spotted by: antoine With hat: python Notes: svn path=/head/; revision=376179
* - Update to 0.09Sunpoet Po-Chuan Hsieh2015-01-032-9/+13
| | | | | | | | | | - Add LICENSE - Mark DEPRECATED Changes: http://search.cpan.org/dist/Test-TempDir/Changes Notes: svn path=/head/; revision=376165
* - Update to 0.114Sunpoet Po-Chuan Hsieh2015-01-032-4/+3
| | | | | | | Changes: http://search.cpan.org/dist/Test-Deep/Changes Notes: svn path=/head/; revision=376164
* - Update to 1.25Sunpoet Po-Chuan Hsieh2015-01-032-8/+3
| | | | | | | | | | - Remove outdated WRKSRC - Remove duplicate test: Changes: http://search.cpan.org/dist/ReadLine-Gnu/Changes Notes: svn path=/head/; revision=376163