summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-05-23Add json (for net/lldpd for the moment).mef1-0/+1
2015-05-23Update gdiplus to 3.12 - latest on mono-project site, probablykefren5-222/+23
released as part of mono-3.12. No other information available from master site.
2015-05-23Update xsp and ap-mono to the latest and the greatest from mono-projectkefren7-41/+48
Apache 2.4 linking of ap-mono is now possible
2015-05-23Update to mono-basic 4.0.1, part of mono 4 suitekefren4-42/+22
Changelog http://www.mono-project.com/docs/about-mono/releases/
2015-05-23fix nunit path in pkg-config filekefren3-2/+16
2015-05-23Updated devel/p5-Net-Netmask to 1.9022mef1-1/+2
2015-05-23Update to 1.9022mef2-6/+7
---------------- 1.9022 2015-05-05 - Changes from adamherzog: minor cleanups plus - A bunch of addtional tests - A couple of small code fixes
2015-05-23Add BUILD_DEPENDS+= p5-Test-Warnings for make testmef1-1/+4
2015-05-23Updated devel/p5-Dist-Zilla to 5.036mef1-1/+2
2015-05-23(pkgsrc)mef2-6/+7
- Add one DEPENDS archivers/p5-Archive-Tar-Wrapper to satisfy one of '# === Runtime Recommends ===' (one more to add, Term::ReadLine::Gnu, but not for now). (upstream) - update to 5.036 ------------------ 5.036 2015-05-02 11:08:51-04:00 America/New_York - BUGFIX: detection of trial status via underscore in version was accidentally lost in v5.035; restored now!
2015-05-23Added archivers/p5-Archive-Tar-Wrapper version 0.18mef1-1/+2
2015-05-23+p5-Archive-Tar-Wrappermef1-1/+2
2015-05-23Import p5-Archive-Tar-Wrapper-0.18 as archivers/p5-Archive-Tar-Wrapper.mef3-0/+33
Archive::Tar::Wrapper is an API wrapper around the 'tar' command line utility. It never stores anything in memory, but works on temporary directory structures on disk instead. It provides a mapping between the logical paths in the tarball and the 'real' files in the temporary directory on disk. It differs from Archive::Tar in two ways: - Archive::Tar::Wrapper doesn't hold anything in memory. Everything is stored on disk. - Archive::Tar::Wrapper is 100% compliant with the platform's tar utility, because it uses it internally.
2015-05-23Updated devel/p5-Config-General to 2.58mef1-1/+2
2015-05-23Update to 2.58mef2-6/+6
--------------- (Nothing recorded in 'Changes' file but) resouces: and meta-spec: in META.yml have been updated.
2015-05-23Updated devel/p5-Test-Version to 2.01mef1-1/+3
Updated devel/p5-Tree-DAG_Node to 1.26
2015-05-23Update 1.23 to 1.26mef2-6/+6
------------------- 1.26 Sun Apr 12 13:37:00 2015 - Fix bug in string2hashref(), which failed on some strings, such as {a => 'b, c'}. string2hashref() is called by read_tree(). Escaped chars are still not handled. - Add t/string2hash.t to test new code. 1.25 Sun Mar 22 11:42:00 2015 - I've deleted the undocumented sub _dump_quote(), which butchered Unicode characters when it tried to convert ASCII control characters into printable strings (on the assumption all data is ASCII). Thanx to Dr. Petra Steiner (Germany) for discussion and some testing. I hope no-one was relying on this sub in output redirected to disk files, or otherwise saved for later comparisons. Methods which used to call _dump_quote() now just output the node's name by calling quote_name(), which is discussed next. Undefined names are output as the string 'undef'. - Add method quote_name(), which simply returns its input string surrounded by single-quotes. - Add method decode_lol(). This converts the output of tree_to_lol() and tree_to_simple_lol() into something which is easy to read. See scripts/read.tree.pl for sample usage. - Reorder a couple of methods called tree_*(), so that they are in alphabetical order. - Expand the docs for methods tree_to_*(), re undefined node names. - Add scripts/write.tree.pl, which creates the test input file t/tree.utf8.attributes.txt. Note: This latter file is now much more complex that in previous versions. - Add scripts/read.tree.pl, and it's output file scripts/read.tree.log. This program demonstrates the output produced by various methods. - Fix the faulty syntax I had used in Build.PL to identify the github repo. - Delete and re-create github repo after 'git push' failed to upload the new version. - Add LICENSE file to MANIFEST. 1.24 Sun Jan 25 14:17:00 2015 - Clean up discussion in docs of original author's reluctance to allow parameters to new(). - Rewrite bareword filehandles (INX) to use a variable (my $fh). - Rename github repo from Tree--DAG_Node to Tree-DAG_Node - My new standard. Update Build.PL and Makefile.PL to match. - Reformat the docs, and this file, slighty, to be <= 100 chars per line - My new standard. - Change horizontal indentation used by node2string() to add 1 space, so '|' lines up underneath the first char of the previous node's name. Use scripts/cut.and.paste.subtrees.pl to see the difference.
2015-05-23Update 1.004001 to 2.01mef2-6/+6
----------------------- 2.01 2015-05-19 - Fix failing test in t/all-generated.t 2.00 2015-05-06 - Added filename_match setting 1.05 2015-05-05 - New maintainer (PLICEASE) updated meta
2015-05-23Updated devel/p5-Search-Elasticsearch to 1.20mef1-1/+5
Updated devel/p5-Test-CPAN-Meta-YAML to 0.25 Updated devel/p5-Test-Script to 1.10 Updated devel/p5-Test-TempDir to 0.10
2015-05-23Update to 0.10mef2-7/+6
-------------- 0.10 2015-05-16 03:52:31Z - mark this distribution as deprecated in metadata
2015-05-23Update 1.07 to 1.10mef2-7/+6
------------------- 1.10 2015-05-12 05:15:41 -0400 - Work around for buggy IPC::Run3 0.048 on MSWin32 On Windows we probe for and mitigate a bug in IPC::Run3 (see https://github.com/plicease/Test-Script/issues/1 for details) with the intention of removing the workaround if/when IPC::Run3 is fixed. 1.09 2015-05-07 16:44:26 -0400 - If IPC::Run3::run3 throws an exception it will now fail the test (with a helpful diagnostic) rather than crashing the test script. - A script that is killed with a singnal is now considered a failure as well. - Use alternate expected exit and signal values with options as the second argument to script_runs. - Ability to pass input via stdin to the script with script_runs. - Ability to capture stdout and stderr from script with script_runs. - Functions to test stdout and stderr: script_stdout_is script_stdout_isnt script_stdout_like script_stdout_unlike script_stderr_is script_stderr_isnt script_stderr_like script_stderr_unlike 1.08 2015-05-06 05:09:13 -0400 - Now works with or without blib (rt81222, rt102743) - Compatability with older versions of Test::Builder::Tester (rt81335) - Requires Perl 5.6.0 - Migrate to Dist::Zilla
2015-05-23Update to 0.25mef2-6/+6
-------------- 0.25 2015-05-06 - POD fixes (by Olivier Mengué (DOLMEN)).
2015-05-23Update to 1.20mef2-6/+6
-------------- 1.20 2015-05-17 Deprecated: * Search::Elasticsearch::Client::Direct in favour of Search::Elasticsearch::Client::1_0::Direct New features: * Added support for structured JSON exceptions in Elasticsearch 2.0 * Added support for plugins * Added Search::Elasticsearch::Client::2_0::Direct for the upcoming Elasticsearch 2.0 with these changes: * removed delete_by_query() * removed termvector() * removed indices.delete_mapping() * removed nodes.shutdown() * removed indices.status() * added terminate_after param to search() * added dfs param to termvectors() * removed filter_keys param from indices.clear_cache() * removed full param from indices.flush() * removed force param from indics.optmize() * removed replication param from all CRUD methods * removed mlt() method Bug fix: * The bulk buffer was being cleared on a NoNodes exception Added class: Added methods: * field_stats() Added params: * allow_no_indices, expand_wildcards, ignore_unavailable to cluster.state() * fielddata_fields to search() * master_timeout to indices.get_template() and indices.exists_template() * detect_noop to update() * only_ancient_segments to upgrade() * analyze_wildcards, analyzer, default_operator, df, lenient, lowercase_expanded_terms, and q to count(), search_exists() and indices.validate_query() Removed methods: * benchmark.* - never released in Elasticsearch Also: * arrays of enum query string params are now flattened as CSV * enum expand_wildcards also accepts: none, all * Search::Elasticsearch is no longer a Moo class * Updated elasticsearch.org URLs to use elastic.co instead * the request body is retained in exceptions * upgraded Hijk to 0.20
2015-05-23Updated devel/p5-Config-General to 2.57mef1-1/+12
Updated devel/p5-CPAN-Meta-YAML to 0.016 Updated devel/p5-Capture-Tiny to 0.30 Updated devel/p5-Class-ErrorHandler to 0.04 Updated devel/p5-Config-Properties to 1.80 Updated devel/p5-Data-Munge to 0.095 Updated devel/p5-Eval-Closure to 0.13 Updated devel/p5-List-MoreUtils to 0.412 Updated devel/p5-Module-Build to 0.42120 Updated devel/p5-MooseX-Declare to 0.41 Updated devel/p5-Parallel-ForkManager to 1.14
2015-05-23Update 1.12 to 1.14mef2-6/+6
------------------- 1.14 2015.05.17 - Add 'reap_finished_children', 'is_child' and 'is_parent'. (GH#6, Nine bit) 1.13 2015.05.11 - Use 'select' instead of sleep in _waitpid_blocking. (GH#5)
2015-05-23Update to 0.41mef2-6/+6
-------------- 0.41 2015-05-16 03:35:49Z - mark this distribution as deprecated in metadata
2015-05-23Update 0.4211 to 0.4212 (PKGVERSION as 0.42120)mef2-6/+6
----------------------- 0.4212 - Sun May 17 00:33:34 CEST 2015 [BUG FIXES] - Revert "Stop using version->normal(); prefer stringify()"
2015-05-23Update 0.410 to 0.412mef2-6/+6
--------------------- 0.412 2015-05-19 - release 0.411_001 without further changes 0.411_001 2015-05-11 - move generation of test endpoints to author stage as requested per issue/#9 - add a rough guide for contributors - fix rt#103251 to avoid removing bundled stuff by accident - Fix compilation errors under cl (Thanks to jddurand)
2015-05-23(pkgsrc)mef2-6/+8
- Add one BUILD_DEPENDS to devel/p5-Devel-LexAlias for make test. (upstream) - Update to 0.13 -------------- 0.13 2015-05-12 - one more fix for blead (eserte, jplesnik, #6)
2015-05-22Update to 0.095mef2-6/+6
--------------- 0.095 2015-05-08 * Extend documentation for slurp, submatches, eval_string.
2015-05-22Update 1.77 to 1.80mef2-6/+6
------------------- 1.80 May 14, 2015 - add be_like_java feature (bug report by Bojan Jovanovic) - generate warnings only when enabled 1.79 May 7, 2015 - add repository metadata 1.78 May 7, 2015 - accept any end of line terminator (i.e. "\r\n", "\r" or "\n") independently of the underlaying operating system (bug report by William Fishburne, problem analysis by Alexander Brett)
2015-05-22(pkgsrc)mef2-9/+6
- As described below, PERL5_MODULE_TYPE converted to default to EU:MM ExtUtils::MakeMaker (upstream) - update to 0.04 -------------- 0.04 2015-05-10T22:08:23Z - use EU::MM
2015-05-22Update 0.28 to 0.30mef2-6/+6
------------------- 0.30 2015-05-15 20:43:54-04:00 America/New_York No changes from 0.29 0.29 2015-04-19 18:36:24+02:00 Europe/Berlin (TRIAL RELEASE) Fixed: - Fix double filehandle close error with tee on Windows (which started warning during the perl 5.21.x series, causing tests to fail)
2015-05-22Update 0.014 to 0.016mef2-6/+6
--------------------- 0.016 2015-05-19 05:34:02-04:00 America/New_York - Generated from ETHER/YAML-Tiny-1.67.tar.gz 0.015 2015-05-11 22:01:58-04:00 America/New_York (TRIAL RELEASE) - Generated from ETHER/YAML-Tiny-1.67.tar.gz
2015-05-22Update to 2.57mef2-6/+6
-------------- 2.57 - fix rt.cpan.org#104548, dont allow special chars like newline or < in keys, which leads to faile when saving.
2015-05-22Fix Linux PLIST issue.ryoon1-2/+3
Tested under Debian GNU/Linux 8.
2015-05-22Remove the patch .orig file(s) to avoid PLIST problems. (How do otherhauke1-1/+5
python packages deal with this?)
2015-05-22... and update the patch checksum.hauke1-2/+2
2015-05-22In the readmore plugin, use the current flavour before the defaulthauke3-3/+23
one, if available.
2015-05-22Explicitly depend on py-docutils, which some of the core plugins use.hauke1-2/+4
2015-05-22Require -march=i586 on i386 for gcc atomic builtins. Fixes build on i386kefren1-1/+7
2015-05-22Updated www/apache22 to 2.2.29nb1sborrill1-1/+2
2015-05-22Add patch to mitigate Logjam TLS vulnerabilities (CVE-2015-4000).sborrill3-2/+81
Based on FreeBSD ports.
2015-05-22Updated textproc/py-pygments to 2.0.2adam1-1/+2
2015-05-22Changes 2.0.2:adam2-8/+7
* Fix Python tracebacks getting duplicated in the console lexer * Backquote-delimited identifiers are now recognized in F#
2015-05-22Updated graphics/jpegoptim to 1.4.3adam1-1/+2
2015-05-22Changes 1.4.3:adam2-6/+6
- fix bug that could cause jpegoptim crash when processing certain jpeg files
2015-05-22Updated shells/tcsh to 6.19.00kim1-1/+2
2015-05-22Upgrade to 6.19.00kim7-179/+20
This is a mainly a bug fix release with few new features: 1. new cdtohome variable 2. locking in history files 3. history speedups.
2015-05-22Include vmeter.h for struct vmtotalkefren2-7/+17