summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2013-07-07Previous distfile wasn't really gem format file and now real gem filetaca2-7/+7
can be fetched. So, add DIST_SUBDIR and bump PKGREVISION.
2013-07-07Make sure to add a patch file.taca1-0/+44
2013-07-07Add quick hack to fix runtime problem with Ruby 1.8.7.taca2-2/+4
Bump PKGREVISION.
2013-07-07Simplity GEM_CLEANBUILD.taca1-2/+3
2013-07-07Change GEM_CLEANBUILD not to include the same Ruby's extension file intaca2-4/+4
package. Bump PKGREVISION.
2013-07-07Utilize GEM_NAME in PLIST.taca1-3/+3
2013-07-07+mm-commonrodent1-1/+2
2013-07-07Import mm-common-0.9.6 as devel/mm-common.rodent5-0/+69
The mm-common module provides the build infrastructure and utilities shared among the GNOME C++ binding libraries. It is only a required dependency for building the C++ bindings from the gnome.org version control repository. An installation of mm-common is not required for building tarball releases, unless configured to use maintainer-mode.
2013-07-07Update to setuptools-0.8 and apply misc PLIST related fixes.richard3-10/+22
* Code base now runs on Python 2.4 - Python 3.3 without Python 2to3 conversion.
2013-07-06Fix for lua-5.2. Bump PKGREVISION.wiz6-10/+45
2013-07-06Install allegro.m4 file so packages using autoconf can find it.wiz2-5/+10
Bump PKGREVISION.
2013-07-06Disabled META file generation for dbm package; this will be taken care ofjaapb4-4/+30
by the databases/ocaml-dbm package itself from now on.
2013-07-06Update to 1.509.2ryoon2-6/+6
Changelog: What's new in 1.509.2 (2013/06/27) Quoting Issue with JDK Installer with Windows Slave (issue 5408) /about no longer shows third-party licenses (issue 17724) Failed to instantiate class hudson.plugins.copyartifact.CopyArtifact (issue 17402) ArrayIndexOutOfBoundsException from AbstractLazyLoadRunMap.search (issue 15652) Dashboard web pages don't render correctly in Chrome because of bad cache/session (issue 17684) NPE from MatrixConfiguration.newBuild (issue 17728)
2013-07-06+p5-File-Binary +p5-IPC-Cache +p5-Python-Serialise-Marshalrodent1-1/+6
+p5-accessors-fast +p5-constant-def
2013-07-06Import p5-accessors-fast-0.03 as devel/p5-accessors-fast.rodent4-0/+37
This module was created as an alternative to use fields, and uses Class::Accessor::Fast as a base. Creates accessors at compiletime.
2013-07-06Import p5-constant-def-0.01 as devel/p5-constant-def.rodent4-0/+33
Define compile-time constant only if it wasn't previously defined elsewhere. The main reason is to use for debugging constants, since there is no way to change the value, except by editing the source.
2013-07-06Import p5-Python-Serialise-Marshal-0.02 as devel/p5-Python-Serialise-Marshal.rodent4-0/+36
Marshalling is a method of serialising files in Python (another method, Pickling, is also available). It is the method that Mailman uses to store its config files. This module is an attempt to write a pure Perl implementation of the algorithm.
2013-07-06Import p5-IPC-Cache-0.02 as devel/p5-IPC-Cache.rodent4-0/+33
IPC::Cache is a perl module that implements an object storage space where data is persisted across process boundaries.
2013-07-06Import p5-File-Binary-1.7 as devel/p5-File-Binary.rodent4-0/+36
File::Binary is a Binary file reading module, hence the name, and was originally used to write a suite of modules for manipulating Macromedia SWF files.
2013-07-05Updated package to latest version, 1.4. Changes include:jaapb3-23/+23
* Fixed performance bug when many arguments need to be processed * Auto-configuring ocamldoc.opt if it is found * New config switch -no-custom to prevent that "ocamlfind" is linked in custom-runtime mode (bytecode only) * The library dbm is no longer part of OCaml, and now optional in findlib * Support for ocamloptp. * New function Topfind.log for controlling the verbosity * Rewritten Fl_metascanner without camlp4 Also changed maintainer e-mail address.
2013-07-05Recursive revbump from graphics/giflib update to 5.0.4.ryoon16-32/+32
2013-07-04Revbump after updating lang/lua to 5.2.2.adam7-14/+16
2013-07-04Update *subversion* to 1.8.0:wiz9-29/+40
Version 1.8.0 (18 Jun 2013, from /branches/1.8.x) http://svn.apache.org/repos/asf/subversion/tags/1.8.0 User-visible changes: - General: * require serf as client-side http library (neon support removed) (r1349694) * deprecate the Berkeley DB FS backend (libsvn_fs_base) (r1464985 et al) - Major new features: * working copy records moves as first-class operation (issue #3631, #4232) * merge uses reintegrate mode automatically when needed (r1369896 et al) * FSFS: Packing of revision property shards (issue #3944) * support inheritable properties (r1395109) * repository can suggest config for autoprops and ignores (r1401908) * support gpg-agent for password caching (r1151069) * authz rules can be stored inside the repository (r1424780) - Minor new features and improvements (client-side): * doubled svn:// protocol throughput (r1325899) * optimize file/dir truename checks on Windows (r1435527) * new 'commit --include-externals' option (related to issues #1167, #3563) * new --include-externals option for 'svn list' (issue #4225) * remove extraneous externals output from 'svn status -q' (issue #1935) * reject some attempts to merge between unrelated branches (r1215273) * new --ignore-properties option for 'svn diff' (r1239553, -617) * new --properties-only option for 'svn diff' (r1336110) * new --patch-compatible option for 'svn diff' (r1239561) * new --no-diff-added option for 'svn diff' (r1433958) * new w/c subtree duplication tool (tools/client-side/detach.py) * new mergeinfo fixup tool (tools/client-side/mergeinfo-sanitizer.py) * 'svn diff' can compare arbitrary files and directories (r1310291, et al) * ra_serf avoids re-downloading content present in pristine store (r1333936) * 'svn mergeinfo' now honors the --revision (-r) option (issue #4199) * 'svn mergeinfo' now shows a summary graph by default (issue #4239) * new --search and --search-and options for 'svn log' (r1354666, -83518) * 'svn log' reports the node kind even for pre-1.6 revision files (r1242958) * sort path list generated by "svn log -v --xml" (r1299323) * new built-in interactive text conflict merge tool (r1357864, et al) * 'svn --version' shows build system info (r1368662) * 'svn --version --verbose' shows runtime environment info (r1370813 et al) * 'svn' is now non-interactive when not run in a terminal device (r1424037) * 'svn propset' checks spelling of reserved property names (r1470781) * improve working copy performance on network disks (issue #4176) * support for custom keyword definitions in svn:keywords (issue #890) * svn:ignore __pycache__ directories by default (r1150073) * 'svn diff --git' include copyfrom revision in "copied" headers (r1155279) * svn:mergeinfo related operations now use much less memory (r1149519 et al) * get list of supported schemes for RA libraries (r1148134) * 'svn checkout' skips file externals from other repositories (r1153110) * 'svn resolve' exits non-zero if conflicts could not be resolved (r1150439) * let HTTPv2-aware clients fetch v2-style resources (r1161202) * 'svn status' with better NLS support (r1157537, -682) * better tracking of shallow-yet-complete merges (issues #4056, #4057) * make 'svn status --quiet' w/ externals quieter still (issue #1935) * ensure that conflict paths are shown relative-ized (r1337520) * improve performance of local multi-target deletions (r1195873) * various interactive conflict resolver improvements in 'svn' (r1440421 etc) * improved tree diff implementation for diff and merge (r1440599 et al) * tree conflicts on directories detected better during merges (issue #3150) * allow reverting unmodified copies with 'svn remove' (r1442611) * make 'svn diff' with mixed URL and local path targets work (r1442640) * make 'svn patch' re-add deleted directories if needed (r1445333) * make repos-wc diffs fully ancestry-aware (r1445904) * 'svn diff --git' now implies 'svn diff --show-copies-as-adds' (r1446279) * 'svn diff --show-copies-as-adds' now implies --notice-ancestry (r1446279) * improved tree-conflict detection for 'svn switch' (r1449413, r1450582) * allow up to 8 revision number digits in 'svn status -v' output (r1428637) * show node kind (file or dir) in tree conflict descriptions (r1429907) * restore deleted switched paths upon next update (issue #4295) * add support for copying paths from foreign repositories (issue #3590) * fix merge -cA,B with --accept option aborts if rA conflicts (issue #4238) * 'svn resolve' interactive support; no longer requires --accept (r1336929) * notify when removing externals leaves behind modified files (r1366021) * new 'http-max-connections' configuration option for serf (r1421559) * new 'http-bulk-updates' configuration option for serf (r1421490) * 'svn cleanup' now runs SQLite "vacuum" to reclaim space (r1418459) * 'svn info' displays repository-relative URL (r1415365) * fix serf memory leak on checkout (issue #4194) * detect duplicate paths setting svn:externals (issue #4227) * make ra_serf work over HTTP/1.0 proxies (issue #3979) * make ra_serf accept gzip compression for all responses (r1407454) * double ra_serf performance for checkout and export (r1407545) * improve network and disk i/o interleaving in ra_serf (r1407934) * avoid assert in ra_serf when REPORT response was truncated (r1407935) * rewrite ra_serf XML parser (r1409259 et al) * ra_serf can create transaction with inline txnprops (r1375167) * partially fix replace+propset of locked file fails over DAV (issue #3674) * fix ra_serf doesn't handle bad baseline error from server (issue #4127) * decreased default http timeout for ra_serf (issue #3968) * prevent ra_serf from corrupting the working copy (issue #3993) * ra_serf transmits property changes inline to reduce requests (r1378927) * allow client to avoid SSL certificate prompts (issue #2410) * improve interactive resolution of property conflicts (r1387678 et al) * make ra_serf raise an error upon delta-base mismatch (issue #4235) * tune ra_svn transmit buffer handling (r1391788) * make 'svnrdump' work with serf (issue #4116) * fix 'svnrdump' on path below repository root (issue #4101) * support ipv6 in URLs (e.g. http://[::1]/svn/repos) (r1454047) * conflict resolver now iterates paths in a sorted order (r1461820) * mod_dav_svn does keyword expansion with 'kw=1' query arg (r1466055) * add support for custom keyword definitions (issue #890) - Minor new features and improvements (server-side): * improve performance of config file parsing (r1344347 et al) * new 'svnadmin load --revision' load filtering support (issue #3734) * new 'svnadmin hotcopy --incremental' support for FSFS (issue #3815) * new 'svnadmin lock' / 'svnadmin unlock' subcommands (issue #3942, #4092) * new SVNUseUTF8 configuration option for mod_dav_svn (issue #2487) * new SVNHooksEnv configuration option for mod_dav_svn (r1239966) * new SvnPubSub distributed commit hooks (tools/server-side/svnpubsub) * new light-weight benchmarking client (tools/client-side/svn-bench) * svndumpfilter dependency analysis (tools/server-side/svnpredumpfilter.py) * new automatic working copy updater (tools/server-side/svnpubsub) * new 'svnadmin freeze' subcommand (r1376228) * 'svndumpfilter' now supports --delta dumpfiles (r1351009, -3745) * new --drop-all-emtpy-revs option for 'svndumpfilter' (issue #3681) * client version info now reported to commit hooks (issue #4124) * txn name now reported to post-commit hooks (r1240856) * support for server-side keyword expansion in mod_dav_svn (r1466055) * FSFS now able to cache revision properties (r1326307) * FSFS cache for changed-paths increases 'svn log' performance (r1378358) * FSFS cache mergeinfo requested during 'log -g' (r1395439) * many FSFS caching improvements (r1390435, r1390447) * directory and property deltification option in FSFS (issue #4084) * fine-grained control deltification behavior via fsfs.conf (r1311476) * FSFS de-duplication ("rep sharing") now works within a revision (r1397773) * FSFS de-duplication now works for properties as well (r1243312) * read FSFS data using fewer fopen calls (issue #3372) * 'svnadmin verify' will now check meta data (issues #3956, #4211) * 'svnadmin verify' now checks for issue #4129 style corruption (r1304656) * new --client-speed option for svnserve (r1391788) * new --single-threaded option in svnserve (r1296018) * hook script templates are now marked as executable (r1153414) * error out on non-canonical fspaths in the authz file (r1166111) * improve path lookup performance in FSFS (r1442088) * svnserve now logs explicit path and reason for authz failures (r1446542) * validate offsets from rep-cache to prevent FSFS corruption (issue #4277) * new AuthzSVNGroupsFile option to store authz groups separately (r1438407) * new 'SVNAllowBulkUpdates prefer' option for mod_dav_svn (r1417642, et al) * new 'SVNMasterVersion' option for mod_dav_svn (r1398962) * added virtual-host support to 'svnserve' (r1401296) * new fsfs-stats tool which prints FSFS repository stats (r1410995) * new fsfs-reorg tool to optimize FSFS packing (r1383214, r1385395) * new --compatible-version option for 'svnadmin create' (r1407279 ) * new --ignore-properties option for 'svnlook diff' (r1407905) * new --properties-only option for 'svnlook diff' (r1407905) * new --diff-cmd option for 'svnlook diff' (r1413449) * allow leading "r"'s in http: ?p= and ?r= query parameters (r1221463) * faster 'svn ls' for large directories (r1296627) * mod_dav_svn now advertises supported POST types (r1375123) * mod_dav_svn can create transaction with inline txnprops (r1375167) * run start-commit hook after transaction creation (r1376201) * avoid byte-for-byte comparison where it can be avoided (r1390641) * various server-side performance improvements for 'log -g' (r1395442 et al) * allow up to 10Gbit throughput with svnserve (r1391788) * install mod_dontdothat correctly (r1454450) * svnadmin verify can now verify transactions (r1462353) * FSFS verifies revisions as they are added (r1462409) - Client-side bugfixes: * fix inconsistent 'svn log' output for empty revisions (issue #3964) * fix mis-ordered text output of 'svn log --diff' on Windows (r1220783) * fix 'svn log --diff' on moved file (issue #4153). * fix 'svn revert' of 'svn move' (issue #876) * fix file externals wrongly "resurrecting" a deleted file (#4017) * fix reporting of corrupted 1.6 w/cs by 'svn upgrade' (r1182904, -9) * fix bug caused by URI-decoding local merge source paths (r1210539) * fix properties out of sync with repos after merge and revert (issue #4305) * fix merge of replacement on local delete fails (issue #4011) * fix replacements on deletes produce wrong tree conflicts (issue #3806) * made ra_serf handle location headers that are not RFC-compliant (r1443906) * merge no longer errors out after resolving all conflicts (issue #4316) * fix svn blame mis-categorizing file type as binary (issue #2089) * fix externals not removed when working copy is made shallow (issue #3741) * fix update under add with not-present parent (issue #4111) * fix revert of files with svn:needs-lock under copied dirs (r1343168) * fix repos->wc diff of local copied/moved-here directories (r1341927) * fix repos->wc diff of local copied/moved-here files (r1341544) * fix "svn diff -cN PATH" where PATH was deleted in rN (r1338708) * fix dependency on APR hash order in several logic paths (r1338350 et al) * fix path inconsistencies in 'svn diff' output (r1338291) * fix misleading error message printed by 'svn switch' (issue #2337) * fix bug in mergeinfo recording during foreign-repos merge (r1430310) * fix spurious merge conflicts for binary files with keywords (issue #4221) * fix patching symlinks with 'svn patch' (issue #4273) * make 'svn switch' refresh lock information (issue #3376) * fix 'svn diff' output doesn't apply as patch without fuzz (issue #3362) * fix mergeinfo recording for multiple-revision-range merge (issue #4306) * fix diffs shown by 'show-diff' conflict prompt option (r1438879) * don't print an update summary header with no content (r1439480) * make 'svn rm' remove externals registrations below its targets (r1361256) * fix crashes in ra_serf where AVG 2012 Surf-Shield is in use (issue #4175) * don't raise conflicts on identical binary files (issue #4128) * improve error messages when wc.db missing (issue #4118) * fix 'svn diff' showing wrong text change (issue #4270) * fix 'svn diff -rN' failing to show local replace (issue #3797) * fix 'svn diff' showing wrong revision (issue #4010) * fix 'svn merge' showing spurious notifications (issue #2910) * parse '.@HEAD' correctly (issue #3606) * fix 'svn revert' after conflict in sparse working copy (issue #4168) * fix bug in global/per-server config handling in serf (r1421516) * properly display errors from serf (r1398742) * fix crash in ra_serf (r1408291) * fixed svnmucc propset and propdel on repository root (issue #3663) * fix 'svn info' output with ancient svnserve servers (pre-1.2) (r1409732) * ra_serf shows error message for 408 Request Timeout response (r1410983) * fix handling of "\ No newline ..." in diff/patch (r1411723, r1412382) * allow infinite http timeout in ra_serf (r1411976) * using unknown svn: property names now requires --force (issue #4261) * fix handling of case insensitive configuration files (r1215089) * properly handle errors during password caching (r1380695) * fix svnversion output not always a number (issue #4226) * fix conflict resolver losing executable bit of a file (r1391019) * fix redundant notifications when merging with ra_serf (issue #3802) * fix 'svn add --force /path/to/wcroot' should work (issue #4241) * fix file permissions changed after commit (issue #4331) * improve handling of http errors in ra_serf (1452792, 1452870) * include checksum of missing pristines in error message (r1452800) * fix an assert when merging against a replaced source (issue #4132) * fix replacement in merge source has incorrect notification (issue #4138) * improve performance of checkout (r1453791) * fixed documentation regarding merge source (issue #3247) * fix merge errors out after resolving conflicts (issue #4316) * fix delete/move with file external in unversioned dir (issue #4293) * fix resolving tree conflict with local node missing (r1461848) * fix invalid read during diff suffix scanning (issue #4339) * fix assertion when running 'svn log <SOME_URL>@PREV' (r1462134) * optimize enumerating configuration options (r1464478) * revert will now sleep for timestamps if using commit times (r1464769) * don't allow externals to be deleted with 'svn rm' (r1464992) * improved memory usage in ra_serf and ra_local (r1465280) * replace some assertions with more helpful error messages (r1465975) * fixed long keyword expansion truncated (issue #4349) - Server-side bugfixes: * SVNParentPath / repository listing now authz-filtered (r1408184) * user/group names in the authz config file are case-sensitive (r1475772) * limit commit runtime for nodes with very deep histories (r1224836) * 'svnadmin recover' truncates rep-cache at the right point (issue #4077) * fix crashes in dumpstream loading with skipped revs (r1214202, r1214216) * fix 'svn log -g' incorrectly treating rename as merge (issue #4022) * fix bug where fsfs file-hinting fails (issue #4320) * don't leak path of repository on server's disk to clients (r1330906) * remove spurious is-fresh-txn-root from empty revision files (issue #4031) * fix a stdout handling problem in 'svnlook diff' (r1411971) * fix erratic behaviour in 'svnlook diff' showing property diffs (r1412224) * fix inconsistent authz error messages in 'svn log' in svnserve (r1292462) * fix svndumpfilter for empty paths in included or excluded lists (r1294583) * make fsfs packing threadsafe (r1376011) * don't error out on intermittent memcached failures (r1394470) * fix a ra_svn deadlock with zero-copy server option (r1465622) - Other tool improvements and bugfixes: * 'svnmucc' promoted to first-class supported utility (issue #3308, #4279) * make 'svnmucc' prompt for log messages (issue #3418) * rename 'svnauthz-validate' to 'svnauthz' (issue #4284) * make 'svnauthz' optionally validate user/path access (r1197588) * fix mailer.py test suite problems (r1449582) * fix mailer.py not showing dirs with property deletions (r1449582) * make mailer.py generate Date and Message-ID headers (r1449592) * new '-?' option support for 'svnmucc' (r1339428) * provide the repository name to mailer.py (r1439592) * add '--force-interactive' to svnmucc (r1457789) * add '--trust-server-cert' to svnmucc (r1458995) Developer-visible changes: - General: * now require Python 2.5 for tests and dev tools (r1243627) * now require bzip2 for tests and dev tools (r1148512) * configure defaults to --without-apache-libexecdir (r1469862) * support builds with APR pool debugging (r1176894) * 'make extraclean' is more thorough now (r1149460) * support for Serf 2 (r1147538) * introduction of editor v2 (via private APIs only) (r1166332 et al) * improve SQLite setup for compatibility with OS X 10.7. (r1181666) * rework switch statement to accomodate OWC compiler limitations (r1204407) * new --enable-sqlite-compatibility-version configure option (r1201421) * make test suite LD_LIBRARY_PATH include just-built auth plugins (r1200474) * packages/ directory removed, contents were outdated and unused (r1442167) * rename 'makefile.ezt' to 'build-outputs.mk.ezt' (r1444822) * use expensive compiler optimizations with --enable-optimize (r1445063) * in Visual C++ builds, move temp files to different directory (r1446416) * remove --with-ssl and --with-gssapi configure options (r1449023) * require at least serf 1.2.0 as build dependency (issue #4296) * fix error tracing to record file/line properly (r1331242) * add --log-level argument to win-tests.py (r1335461) * improve GDB pretty-printing of svn types (r1351336, r1364750, r1365035) * load third-party FS modules (if --enable-runtime-module-search) (r1362434) * enable running the regression tests over https (r1349699) * support 'make davautocheck' on OS X (r1421583) * new '--enable-gcov' configure option (r1416646) * fix build with Apache HTTPD 2.5 (r1408985) * allow running the test suite through a http proxy (r1410195) * don't use non-constant initializers in struct variables (r1412911) * allow generation of Visual Studio 2012 compatible projects (r1245152) * nicer pretty-printing of Subversion data types in gdb (r1367262 et al) * teach serf build on Windows to use static APR/Util and OpenSSL (r1371338) * add --ssl-cert option to win-tests.py to run tests over https (r1372760) * don't strip Content-Type header form .po files on Windows (r1380056) * configure now script auto-detects GNOME keyring (r1387230) * allow configure to detect BDB on Debian-based Linux distros (r1390633) * auto-detect serf via pkg-config (r1391662) * improve queries for compatability with SQLite 3.7.16 (r1455239) * remove support for in-tree apr, apr-util and apr-memcache (r1456924) * FSFS caching supports prefixes now (r1462436) * maintainer mode now prints symbolic error codes (r1465157) * don't require NLS support for kwallet support (r1466445) * make Julian happy (r1413030) - API changes: * fix inconsistent handling of log revs without changed paths (issue #3694) * deprecated SVN_ERR_SQLITE_UNSUPPORTED_SCHEMA (r1173240) * provide API to clear cached auth credentials (issue #2775) * improve repository location information in various APIs (issue #4170) * major rewrite of conflict storage and handling APIs (r1354973 et al) * hide (deprecate) svn_wc APIs that use editors (r1243339) * svn_stringbuf_ensure() allocates an extra byte for terminator (r1308966) * switch and update apis are now more consistent (r1465292) * deprecated svn_client_merge_reintegrate (r1466742) * deprecated low level ra_svn apis (r1466907) - Bindings: * star-imports in swig-py only import 'svn_*' symbols (r1303375) * fix compilation of Perl bindings on Mandriva 2007 (issue #2617) * new JavaHL testing targets (r1182983) * enable returning an error on malfunctions for JavaHL (r1366215) * MacOS X build fix to cope with missing GNOME keyring (r1397844) * fix swig bindings tests on MacOS X (r1397846) * fix assertion failure in JavaHL error reporting (r1405922) * support ruby 1.9 (r1407206) * JavaHL: Include OSGI Manifest information in svn-javahl.jar (r1234864) * new svn_auth_set_gnome_keyring_unlock_prompt_func function (r1241554) * fix svn_txdelta window ops for python bindings (r1389054) * fix build of Perl bindings with newer versions of SWIG (r1389658) * add missing API functions to Perl bindings (issue #2646) * add missing API functions to Python bindings (r1392038 et al) * add missing API functions to JavaHL bindings (issue #4326) * fix some reference counting bugs in swig-py bindings (r1464899, r1466524)
2013-07-04Update to 1.4.8:wiz4-42/+6
Changes for APR 1.4.8 *) Fix compiltation with FreeBSD on ARM. [Olli Hauer <ohauer gmx.de>] *) Fix 1.4.7 regression in apr_mcast_hops() and apr_mcast_loopback() for AF_INET (IPv4) sockets on most Unix platforms. [Joe Orton] *) Fix the return value of apr_threadattr_detach_get() on some platforms like OS X and Solaris. [Rainer Jung, <dusanv gmail com>] Changes for APR 1.4.7 *) Fix apr_sockaddr_info_get() not returning an error in some cases. PR 54779. [Jan Kaluža <jkaluza redhat com>] *) Fix amd64 assembler version of apr_atomic_xchgptr(). PR 51851. [Mattias Engdegård <mattiase acm org>] *) Fix PPC atomics to work with gcc 4.0. PR 54840. [Mattias Engdegård <mattiase acm org>] *) configure: Fix detection of O_NONBLOCK inheritance on busy systems. [Rainer Jung] *) Remove unused code, fix strict C compliance bug in SHA-256 implementation. [Jan Kaluza <jkaluza redhat.com>] *) Fix apr_ipsubnet_test() false positives when comparing IPv4 subnet representation against an IPv6 address. PR 54047. [Joe Orton] *) apr_socket_accept_filter: Return success when trying to again set the filter to the same value as before, avoiding an unhelpful APR_EINVAL. PR 37863. [Jeff Trawick] *) configure: Fix Linux 3.x detection. PR 54001. [Gilles Espinasse <g esp free fr>] *) apr_time_exp_*() on Windows: Fix error in the tm_yday field of apr_time_exp_t for times within leap years. PR 53175. [Jeff Trawick] *) Improve platform detection by updating config.guess and config.sub. [Rainer Jung] *) Add support for OSX Mountain Lion (10.8) [Jim Jagielski] *) Add various gcc function attributes. [Stefan Fritsch] *) Fix some problems in apr_sockaddr_info_get() when trying to resolve the loopback addresses of a protocol family that is not otherwise configured on the system. PR 52709. [Nirgal Vourgère <jmv_deb nirgal com>, Stefan Fritsch] *) Fix file not being unlocked if truncate call on a file fails. [Mladen Turk] *) apr_mcast_hops: Fix EINVAL for IPv6 sockets caused by using byte instead integer for setsockopt. [Mladen Turk] *) Windows: Fix compile-time checks for 64-bit builds, resolving a crash in httpd's mod_rewrite. PR 49155. [<anindyabaruah gmail.com>]
2013-07-04revert part that was only used during testing.wiz1-2/+2
2013-07-04Update to 5.1. This adds a perl dependency. I hope this won't breakwiz12-86/+107
bootstrapping. *** NEWS FOR ALL AUTHORS OF TEXINFO MANUALS *** As of version 4.2, Texinfo has a new command @copying to define the copyright and copying permissions for a manual. If you haven't already, please switch to using it in your next release, because the historical method of doing copyright permissions using @ifinfo failed to output copyright information in the HTML (or XML) formats. The manual has detailed explanations and examples. For convenience, here's a url to one of the relevant sections: http://www.gnu.org/software/texinfo/manual/texinfo/html_node/Document-Permissions.html ------------------------------------------------------------------------------- 5.1 (12 March 2013) * texi2any: . irregular sectioning trees (see 5.0 news item) produce a warning rather than an error. . @set in the middle of the line no longer produces a warning. * info: . lzip (.lz) compression supported. * install-info: . lzip (.lz) compression supported. 5.0 (16 February 2013) * Language: . Texinfo commands are supported in node names. . #line directives are recognized. . @-commands are now recognized in raw format blocks. Therefore, for example, lone @, { and } characters in @tex, @html and similar environments must be converted to the normal @@, @{, and @} commands. . new commands @inlinefmt and @inlineraw for brace-delimited conditionals. . new conditionals @ifcommanddefined and @ifcommandnotdefined to test if a Texinfo command is available. . new command @part for a group of chapters. . new environments @raggedright, @smallquotation, @indentedblock, and @smallindentedblock. . new commands @codequoteundirected and @codequotebacktick, for a better interface than the @set variables; now respected by @kbd. . new command @xrefautomaticsectiontitle to allow using section titles in cross references by default, instead of node names. . new commands for Texinfo special characters: @atchar{} @lbracechar{} @rbracechar{} @backslashchar{} @hashchar{}. . new commands @deftypefnnewline to print return types on their own lines. . new command @headitemfont for the sake of template rows. . new command @urefbreakstyle to control breaking of @url/@uref in TeX. . new diacritic command @ogonek. . new commands for Icelandic letters eth and thorn: @DH{} @dh{} @TH{} @th{}. . new command @errormsg to report an error. . five-argument xrefs can refer to a whole manual, by omitting the section name and either omitting the node name or using "Top". . DEL (0x7f = 0177 = 127) is a true comment character (catcode 14 in TeX). * texi2any is the new generic converter for Texinfo that can produce all supported output formats, both those from texi2dvi (PDF/DVI) and from makeinfo (Info/HTML/etc.). texi2any and makeinfo are now different names for the same program; there are no differences in behavior based on the program name. The new implementation is in Perl, requiring Perl 5.7.3 (released in March 2002) and its standard Encode module. The Perl texi2any/makeinfo both replaces and is intended to be (for all practical purposes) upward-compatible with the C makeinfo. It has many new features not in the C makeinfo. For example, cross-manual references are now fully supported, and allows for extensive customization of the HTML output. See the `Generic Translator texi2any' chapter in the manual (among other places) for more about this reimplementation. The new program is, unfortunately, noticeably slower at present than the C program was. We hope all the many improvements make the new version worthwhile for users nevertheless. * Intentional incompatibilities with the previous implementation of makeinfo, through version 4.13: . The old implementation accepted a lone block of text inside @itemize, @enumerate, etc., without any @item. This is semantically inconsistent, leading to problems with some backends, and thus now produces a warning. . The old implementation accepted ``irregular'' sectioning trees. Now, when @node pointers are implicitly determined, the consistency of @menu and the sectioning tree is checked. (If node pointers are explicitly specified in the document, the tree can still be irregular.) . The old implementation always added blank lines between function definitions if they weren't already there. Now blank lines are not added. (Both old and new implementations preserve blank lines that are present.) . The old implementation did not consider ends of lines from expansion of an @macro definition to end an @-command line-delimited argument (@chapter, @center, etc.). This is no longer the case. (A detailed example is in the manual, node Macro Details.) * pod2texi is a new (Perl) program that uses the capabilities of texi2any to translate Perl pod documentation to Texinfo. * texinfo.tex: . urls (given to @uref and @url) are broken by default at special characters; behavior controllable with @urefbreakstyle. . support some per-language hyphenation, when the underlying TeX engine does (for instance, etex/pdfetex from TeX Live 2008 or later). Words with accented letters are still not handled properly. . @title, text will be broken if needed, and @* can be used to override. . new Icelandic translation: txi-is.tex. . new Hungarian translation: txi-hu.tex. . official updates between full package releases available at http://ftpmirror.gnu.org/texinfo/texinfo.tex. * texi2dvi: . new option --max-iterations. . official updates between full package releases available at http://ftpmirror.gnu.org/texinfo/texi2dvi. * info: . INFOPATH is determined from PATH by default, or if an element "PATH" is specified. . New command Info-virtual-index, bound to I by default, following Emacs. . Info keywords not found by searches. . A lower limit on the length of search patterns, default 1, specified by the variable min-search-length. . Use ASCII versions of images, if supplied by the document. . xz compression supported. * install-info: . xz compression supported. * Documentation: . new appendix with a technical description of the Info file format. . information on the customizations of the HTML output now possible. * Distribution: . new file htmlxref.cnf is installed to support cross-manual references; official updates between full package releases available at http://ftpmirror.gnu.org/texinfo/htmlxref.cnf. . language support for no removed/renamed to nb, per Norwegian translators. . new translations: id it, and document translations: eo pl. . texinfo.cat file removed since it is (to our knowledge) unused. . documentation license now GFDLv1.3 or later. . autoconf 2.69, automake 1.13.1, gettext 0.18.2.
2013-07-04Update to 1.5.2:wiz3-19/+30
Changes with APR-util 1.5.2 *) Windows: Add command line makefiles. [Gregg Smith] *) apr_uri_parse(): Do not accept invalid characters in the scheme. Per RFC 3986 3.3, enforce that the first segment of a relative path does not contain a colon. PR 52479. [Stefan Fritsch] *) Fix memory leak in hook sorting function. PR 51256. [<horowity checkpoint com>] *) Speedup md5 calculation by avoiding some copying on little endian architectures. PR 49011. [Stefan Fritsch, Stefan Fuhrmann <stefanfuhrmann alice-dsl de>] *) Use heap memory for crypt in apr_password_validate(), to reduce stack usage. PR 54572. [Stefan Fritsch] *) Fix password validation failure for all crypt and crypt_r based algorithms. PR 54603. [Harvey Eneman <harvey.eneman oracle.com>] *) Fix syntax error in crypto/apr_passwd.c on non-glibc systems. PR 54275. [Stefan Fritsch] *) Fix potential data corruption in apr_brigade_write() and friends if the last bucket of the brigade is a heap bucket that has been split, and there are still references to the next part of the original bucket in use. [Stefan Fritsch] *) Remove duplicated logic in apr_brigade_puts(). PR 53740. [Christophe Jaillet <christophe jaillet wanadoo fr>] *) apr_crypto: If --with-crypto is passed to configure but no crypto libraries are enabled, autodetect available libraries. [Jeff Trawick] *) memcache: Fix dead server retry logic. [Gavin Shelley <columbusmonkey me.com>] Changes with APR-util 1.5.1 *) testmemcache: Fix crash. PR 52705. [Peter Poeml <peter poeml de>] *) MinGW: Support shared builds of apr-util when apr is shared. PR 46175. [Carlo Bramini <carlo.bramix libero.it>, Jeff Trawick] *) Add support for Berkeley DB 5.2 and 5.3. Simplify detection script. PR 53684. [Rainer Jung] *) configure: Allow to specify library specific custom linker flags via the LDADD_XXX variables. [Rainer Jung] *) apr_password_validate(): Fix intermittent errors on systems such as FreeBSD where the crypt() function is used. (Broken only in 1.5.0) [Jeff Trawick] *) Improve platform detection for bundled expat by updating config.guess and config.sub. [Rainer Jung] Changes with APR-util 1.5.0 *) dbd_pgsql_escape: Use PQescapeStringConn. [Nick Kew] *) apr_password_validate, apr_bcrypt_encode: Add support for bcrypt encoded passwords. The bcrypt implementation uses code from crypt_blowfish written by Solar Designer <solar openwall com>. apr_bcrypt_encode creates hashes with "$2y$" prefix, but apr_password_validate also accepts the old prefix "$2a$". PR 49288. [Stefan Fritsch] *) APR dbd: Allow to use apr_dbd_get_row() with a different pool than apr_dbd_select(). PR 53533. [<arthur echo gmail com>] *) APR dbd FreeTDS support: Fix spurious API errors caused by uninitialized fields. [TROY.LIU 劉春偉 <TROY.LIU deltaww.com.cn>] *) apr_password_validate: Increase maximum hash string length to allow more than 9999 rounds with sha512-crypt. PR 53410. [Stefan Fritsch] *) Fix segfaults in crypt() and crypt_r() failure modes. PR 47272. [Arkadiusz Miskiewicz <arekm pld-linux.org>] *) apr_crypto: Ensure that the if/else that governs the static initialisation of each crypto driver works when the first driver isn't in use. [Graham Leggett] *) apr_crypto: Ensure the *driver variable is initialised when a statically compiled library is initialised for the first time. [Graham Leggett] *) apr_crypto: Ensure the *driver variable is initialised when the library has already been loaded. Fix ported from apr_dbd. [Graham Leggett] *) apr_crypto: Move the static initialisation of DRIVER_LOAD from apr_crypto_init() to apr_crypto_get_driver(), so that we don't lose the parameters. [Graham Leggett] Changes with APR-util 1.4.3 *) Fix potential data corruption in apr_brigade_write() and friends if the last bucket of the brigade is a heap bucket that has been split, and there are still references to the next part of the original bucket in use. [Stefan Fritsch] *) Remove duplicated logic in apr_brigade_puts(). PR 53740. [Christophe Jaillet <christophe jaillet wanadoo fr>] *) memcache: Fix dead server retry logic. [Gavin Shelley <columbusmonkey me.com>] *) Improve platform detection for bundled expat by updating config.guess and config.sub. [Rainer Jung] *) APR dbd: Allow to use apr_dbd_get_row() with a different pool than apr_dbd_select(). PR 53533. [<arthur echo gmail com>] *) APR dbd FreeTDS support: Fix spurious API errors caused by uninitialized fields. [TROY.LIU 劉春偉 <TROY.LIU deltaww.com.cn>] *) apr_password_validate: Increase maximum hash string length to allow more than 9999 rounds with sha512-crypt. PR 53410. [Stefan Fritsch] *) Fix segfaults in crypt() and crypt_r() failure modes. PR 47272. [Arkadiusz Miskiewicz <arekm pld-linux.org>] *) apr_crypto: Ensure that the if/else that governs the static initialisation of each crypto driver works when the first driver isn't in use. [Graham Leggett] *) apr_crypto: Ensure the *driver variable is initialised when a statically compiled library is initialised for the first time. [Graham Leggett] *) apr_crypto: Ensure the *driver variable is initialised when the library has already been loaded. Fix ported from apr_dbd. [Graham Leggett] Changes with APR-util 1.4.2 (not released) *) apr_crypto: Move the static initialisation of DRIVER_LOAD from apr_crypto_init() to apr_crypto_get_driver(), so that we don't lose the parameters. [Graham Leggett]
2013-07-04I've put the distfile on nbftp (so available via ftp/http), removewiz1-5/+1
curl workaround.
2013-07-04As the master site redirects to a HTTPS URL we need to use "curl" totron1-1/+5
fetch the distribution file.
2013-07-04Update ruby-ole to 1.2.11.7.obache2-6/+6
== 1.2.11.7 / 2013-06-24 - Various encoding fixes to make tests pass on current rubies. - Fix RangesIO#write behaviour when passed an encoded string (github #14, romuloceccon). - Fix Dirent#each_child attempting iteration on file children (github #13). - Unused variable fixes to avoid warnings (github #12, kachick).
2013-07-04Support automake-1.14. Bump PKGREVISION.wiz3-15/+16
2013-07-04Update to 0.7.7. Simplify. Set LICENSE. Allow python-3.x.wiz9-103/+102
----- 0.7.7 ----- * Distribute #375: Repair AttributeError created in last release (redo). * Issue #30: Added test for get_cache_path. ----- 0.7.6 ----- * Distribute #375: Repair AttributeError created in last release. ----- 0.7.5 ----- * Issue #21: Restore Python 2.4 compatibility in ``test_easy_install``. * Distribute #375: Merged additional warning from Distribute 0.6.46. * Now honor the environment variable ``SETUPTOOLS_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT`` in addition to the now deprecated ``DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT``. ----- 0.7.4 ----- * Issue #20: Fix comparison of parsed SVN version on Python 3. ----- 0.7.3 ----- * Issue #1: Disable installation of Windows-specific files on non-Windows systems. * Use new sysconfig module with Python 2.7 or >=3.2. ----- 0.7.2 ----- * Issue #14: Use markerlib when the `parser` module is not available. * Issue #10: ``ez_setup.py`` now uses HTTPS to download setuptools from PyPI. ----- 0.7.1 ----- * Fix NameError (Issue #3) again - broken in bad merge. --- 0.7 --- * Merged Setuptools and Distribute. See docs/merge.txt for details. Added several features that were slated for setuptools 0.6c12: * Index URL now defaults to HTTPS. * Added experimental environment marker support. Now clients may designate a PEP-426 environment marker for "extra" dependencies. Setuptools uses this feature in ``setup.py`` for optional SSL and certificate validation support on older platforms. Based on Distutils-SIG discussions, the syntax is somewhat tentative. There should probably be a PEP with a firmer spec before the feature should be considered suitable for use. * Added support for SSL certificate validation when installing packages from an HTTPS service. ----- 0.7b4 ----- * Issue #3: Fixed NameError in SSL support.
2013-07-04- sortjnemeth1-4/+4
- add and enable p5-Carp-Always - delete non-existant p5-Carp-Any
2013-07-04Update to 1.12wen2-7/+6
Upstream changes: 1.12 Wed Jul 3 16:38:00 2013 - Change text in README referring to licence to match text in body of source, since it was in conflict with the Artistic Licence V 2.0. This was requested by Petr Pisar who packages stuff for Red Hat. - Rename CHANGES to Changes as per CPAN::Changes::SPEC. - Various spelling fixes in the docs, as kindly reported by dsteinbrunner.
2013-07-03Remove patch, no longer needed.schmonz2-16/+1
2013-07-03Updating package for CPAN distribution Dist-Zilla in devel/p5-Dist-Zillasno2-8/+8
from 4.300023nb2 to 4.300035. pkgsrc changes: - update dependencies Upstream changes: 4.300035 2013-06-19 21:37:28 America/New_York update for new Perl::PrereqScanner, which will find "lib" update AutoPrereqs to skip Config and Errno fix docs to not suggest obsolete "Prereq" name (thanks, Ivan Bessarabov!) 4.300034 2013-04-13 16:56:48 Europe/London delay loading of CPAN::Uploader, and require a newer version to require HTTPS (thanks, Olivier Mengué!) 4.300033 2013-04-05 15:00:37 America/New_York fix .build/latest (thanks, Karen Etheridge!) doc fixes (thanks, Randy Stauner!) 4.300032 2013-03-29 16:41:11 America/New_York test_requires support for ModuleBuild and MakeMaker (thanks, Tatsuhiko Miyagawa!) 4.300031 2013-03-17 21:47:31 America/New_York stacktrace removed from exception when a plugin's minimum version check fails (thanks, Karen Etheridge!) add 'dzil listdeps --json', which lists all prerequisites broken up by phase and type, in readable JSON format (thanks, Karen Etheridge!) improve errors when there's not enough configuration and no global config file can be found (thanks, Dimitar Petrov) delay loading yet more libraries until needed (thanks, Olivier Mengué!) 4.300030 2013-01-30 22:25:27 America/New_York listdeps --versions now sorts properly (thanks, Karen Etheridge!) delay loading more libraries until needed (thanks, Olivier Mengué!) excluded filenames in GatherDir were sometimes matched too fuzzily (thanks, Mike Doherty) 4.300029 2013-01-14 20:03:15 America/New_York allow :version directive in root section to require a given version of Dist::Zilla simply and speedify some of GatherDir (Thanks, Olivier Mengué!) 4.300028 2012-10-19 10:50:42 America/New_York when picking modules to treat as "part of the dist," be more lax in understanding libraries under ./t: ./t/lib/Foo.pm is now treated as providing t::lib::Foo, lib::Foo, and Foo 4.300027 2012-10-16 21:07:06 America/New_York the "latest" symlink code broke Dist::Zilla on win32; fixed now! (thanks, Brendan Byrd!) 4.300026 2012-10-13 22:21:17 America/New_York PodSyntaxTests, PodCoverageTests and MetaTests now add the right develop/requires prereqs (thanks, Olivier Mengué and Ricardo Signes!) ModuleBuild now takes an mb_lib argument that can override the default of "inc" (thanks, ben hengst) create .build/latest symlink when a build in .build is built (thanks, Alexei Znamensky!) allow "-version" arg to [@Filter] to specify the version of the bundle required (thanks, Rob Hoelz) 4.300025 2012-10-07 23:02:33 America/New_York add the LicenseProvider and NameProvider roles (thanks, Vyacheslav Matjukhin!) make Dist::Zilla::App::Tester be a CaptureExternal App::Cmd::Tester 4.300024 2012-09-26 12:01:45 America/New_York include $] in MetaConfig data
2013-07-03Updating package for CPAN distribution Perl-PrereqScanner insno2-7/+7
devel/p5-Perl-PrereqScanner from 1.014nb2 to 1.016. pkgsrc changes: - adjust dependencies Upstream changes: 1.016 2013-06-19 21:27:44 America/New_York - new executable is bundled, scan-perl-prereqs, to take the plae of scan_prereqs; it has cpanm-friendly output by default, but supports --pretty and --by-file (thanks to John SJ Anderson for some of the work on this!) - add Superclass scanner for superclass.pm (thanks, David Golden!) - make scan_prereqs scan .t files (thanks, David Golden!) - add scan_module method (thanks, Neil Bowers!) - lib.pm is now indexed in 02packages; stop skipping it (thanks, Kevin Dawson!) 1.015 2012-12-14 22:07:55 America/New_York - document that "no Module" also works (thanks for the report, Toby Inkster)
2013-07-03Updating package for CPAN distribution Syntax-Keyword-Junction insno2-7/+6
devel/p5-Syntax-Keyword-Junction from 0.003002nb1 to 0.003004. Upstream changes: 0.003004 2013-04-28 19:00:36 CST6CDT - Silence even more warnings above 5.17.10 (RJBS) 0.003003 2013-04-10 06:38:29 CST6CDT - Silence warnings above 5.17.10
2013-07-03Updating package for CPAN distribution Sub-Exporter-Progressive insno2-7/+6
devel/p5-Sub-Exporter-Progressive from 0.001006nb2 to 0.001010. Upstream changes: 0.001010 - 2013-03-26 - Fix module name in Makefile.PL (RT#83932) - Work around Exporter.pm not installable on perl < 5.8.0 0.001009 - 2013-03-12 - disallow version names in random parts of the import list for consistency with Sub::Exporter (Toby Inkster) - perl 5.6 support - more metadata 0.001008 - 2013-01-22 - Fix prereqs 0.001007 - 2013-01-21 - Rewrite -tag to :tag for Exporter.pm
2013-07-03Updating package for CPAN distribution MooseX-App-Cmd insno2-8/+7
devel/p5-MooseX-App-Cmd from 0.09nb2 to 0.10. pkgsrc changes: - adjust dependencies Upstream changes: 0.10 2013-05-17 10:29:01 America/New_York - RT#84437: fix missing parameter in call to default function (chips, ouftete) - gh#3: fix failing test introduced by MooseX::ConfigFromFile 0.08 (ouftete) - point perlcritic author test to the correct perltidy config - add author dependencies to Dist::Zilla dist.ini file
2013-07-03Updating package for CPAN distribution MooseX-ConfigFromFile insno2-8/+12
devel/p5-MooseX-ConfigFromFile from 0.04nb2 to 0.11. pkgsrc changes: - adjust dependencies Upstream changes: 0.11 2013-06-23 09:22:04 PDT-0700 (Karen Etheridge) - bump prereq version for MooseX::Types::Path::Tiny to ensure a broken version is not installed 0.10 2013-02-12 13:17:44 PST-0800 (Karen Etheridge) - allow clean composition into a role, without requiring an -exclude 0.09 2013-02-11 09:35:50 PST-0800 (Karen Etheridge) - removed prereqs which are only used for optional tests 0.08 2013-02-09 16:24:27 PST-0800 (Karen Etheridge) - allow configfiles called "0" - configfile value now passed through to new() - new _get_default_configfile method added, which consumers can override to provide a default value without having to redefine the attribute itself (via RT#79746) -- PLEASE READ THE DOCUMENTATION if you override the configfile attribute! 0.07 2013-02-04 (Karen Etheridge) - fixed tests to not load optional dependencies 0.06 2013-02-03 (Karen Etheridge) - the configfile attribute is now a Path::Tiny, not a Path::Class (coercions from strings are still supported, and now also from any other type that has a string coercion). 0.05 2013-02-03 (Karen Etheridge) - documentation corrected to demostrate how to properly override the configfile method to provide a default from the consuming class, without having to redefine the attribute itself - if MooseX::Getopt is installed, the configfile attribute has the Getopt trait applied
2013-07-03Updating package for CPAN distribution Devel-TraceUse insno2-7/+6
devel/p5-Devel-TraceUse from 2.06nb2 to 2.09. Upstream changes: 2.09 Sat Feb 16 2013 - added a proxy-reporting feature, that lists modules/subroutines found to load other modules --but no change to the tree output yet-- (thanks to Olivier Mengué (DOLMEN)) 2.08 Thu Sep 13 2012 - fixed the module's encoding to match the =encoding POD directive 2.07 Thu Sep 13 2012 - Added support for "perl -c": dump tree at CHECK phase if -c is set (contributed by Olivier Mengué (DOLMEN))
2013-07-03Updating package for CPAN distribution CPAN-Uploader in devel/p5-CPAN-Uploadersno2-7/+6
from 0.103001nb2 to 0.103004 Upstream changes: 0.103004 2013-03-12 15:51:43 America/New_York like 0.103003, but a production release 0.103003 2013-01-30 21:22:12 America/New_York use https by default (thanks, Mike Doherty) 0.103002 2012-12-24 22:00:44 America/New_York cpan-uploader now can take a list of filenames to upload (Thanks, Gabor Szabo!)
2013-07-03Updating package for CPAN distribution Probe-Perl in devel/p5-Probe-Perlsno2-8/+8
from 0.01nb4 to 0.02. pkgsrc changes: - Choose right download location Upstream changes: 0.02 - Switched to Git and Dist::Zilla - Fixed an issue with perls installed in directories containing spaces or other special shell characters. [Spotted by Samuel Ferencik - RT #84643]
2013-07-03Fix build with the 'php' option enabled.jperkin1-2/+3
2013-07-03Adding SUBDIR's for p5-MooseX-Types-LogAny and p5-MooseX-Types-Stringlike.sno1-1/+3
2013-07-03Adding package for CPAN distribution MooseX-Types-Stringlike version 0.001sno3-0/+28
into devel/p5-MooseX-Types-Stringlike. This module provides a more general version of the Str type. If coercions are enabled, it will accepts objects that overload stringification and coerces them into strings.
2013-07-03Adding package for CPAN distribution MooseX-Types-LogAny version 0.001001sno3-0/+36
into devel/p5-MooseX-Types-LogAny. The motivation behind this modules is that Log::Any::Adapter::Null does not inherit from Log::Any::Adapter::Base which all of the other adapters do. Moose will not allow a type union of undefined types unless they are Moose classes. This module allows you to simply use the LogAny type which has done the union for you.
2013-07-03Updating package for CPAN distribution MooseX-Types in devel/p5-MooseX-Typessno2-7/+6
from 0.35nb2 to 0.36. Upstream changes: 0.36 2013-06-22 13:48:37 PDT-0700 (Karen Etheridge) - fixed failing tests on 5.8.5 due to incorrect == overload (RT#77100, Graham Knop)
2013-07-03Updating package for CPAN distribution autodie in devel/p5-autodie fromsno2-8/+7
2.19nb1 to 2.20. Upstream changes: 2.20 2013-06-23 16:08:41 PST8PDT Many improvements from Niels Thykier, hero of the free people. From GH #25: * SPEED / INTERNAL: Less time is spent computing prototypes * SPEED / INTERNAL: Leak guards are more efficient. * SPEED : Expanding tags (eg: qw(:all)) is now faster. This also improves the speed of checking autodying code with Perl::Critic. * INTERNAL: Expanding of tags is faster and preserves order.