summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-05-06Update to 0.53wen2-7/+6
Upstream changes: 0.53 2013-03-20T06:04:34Z - Fixed some documentation typos, thanks to Mike O'Regan (Issue #22). - Fixed issue where an connection failure caused an unhelpful error (Issue #26).
2013-05-06Updated devel/p5-Moo to 1.002000wen1-1/+2
2013-05-06Update to 1.002000wen2-6/+6
Upstream changes: 1.002000 - 2013-05-04 - add 'moosify' attribute key to provide code for inflating to Moose - fix warnings about unknown attribute parameters on metaclass inflation - don't pass 'handles' down when doing 'has +' to avoid unDWIMmy explosions - throw a useful exception when typemap doesn't return a value - avoid localising @_ when not required for Sub::Quote - successfully inflate a metaclass for attributeless classes (RT#86415) - fix false default values used with non-lazy accessors - stop built values that fail isa checks still getting stored in the object - stop lazy+weak_ref accessors re-building their value on every call - make lazy+weak_ref accessors return undef if built value isn't already stored elsewhere (Moose compatibility) - stop isa checks being called on every access for lazy attributes - bump Devel::GlobalDestruction dependency to fix warning on cleanup when run under -c (RT#78617) - document Moose type constraint creation for roles and classes (actually fixed in 1.001000)
2013-05-06Updated textproc/p5-Pod-Simple to 3.28wen1-1/+2
2013-05-06Update to 3.28wen2-6/+6
Upstream changes: 2013-05-04 David E. Wheeler <david@justatheory.org> * Release 3.28 Removed use of 'done_testing' in t/white.t, which was added in v3.27. Thanks to Paul Howarth for the catch. Fixed inproperly calculated number of skipped tests in t/xhtml01.t when HTML::Entities is not intalled. 2013-05-03 David E. Wheeler <david@justatheory.org> * Release 3.27 Added new warnings as defined by Pod::Checker, thanks to RJBS: + "=over" without "=back" + "L<>" starts or ends with whitespace + raw "|" or "/" in "L<text|link>" text Added ->keep_encoding_directive, which is false by default, to prevent formatters from emitting a document's '=encoding' directive in most cases. That they emitted the encoding was a bug introduced in v3.26 (RT #84093). Now, only the DumpAsText and DumpAsXML formats set it to true. Patch from Patrice Dumas. 2013-02-27 David E. Wheeler <david@justatheory.org> * Release 3.26 Fixed another test script to skip all tests when Encode is not installed. Added 'encoding()' and 'detected_encoding()' to return the current encoding and the encoding actually to decode the input file. The value from "=encoding" is also now kept in the output tree. Patch from Patrice Dumas (RT #74390).
2013-05-06Updated devel/p5-Test-Pod to 1.48wen1-1/+2
2013-05-06Update to 1.48wen2-7/+6
Upstream changes: 1.48 - 2013-05-06T04:47:00Z * Fixed test failure with versions of Pod::Simple lower than 3.24. Thanks to Martin Holste and Tatsuhiko Miyagawa for the reports. 1.47 - 2013-05-05T03:14:25Z * Fixed failing test on Pod::Simple 3.27 and higher. 1.46 - 2013-02-16T19:46:17Z * Fixed a crash when `all_pod_files_ok()` finds no files to test. Thanks to H.Merijn Brand. * Switched from custom file searching code to File::Find. Suggested by H.Merijn Brand. * Fixed failing test on Pod::Simple 3.24.
2013-05-06Add missing includes.joerg9-3/+81
2013-05-06libc++ has swap for pairs already. Add missing include. Don't mess withjoerg4-1/+48
the ctype macros again, it breaks libc++ headers.
2013-05-06const keys that need to be constructed is not likely to work withjoerg3-1/+40
compliant STL implementation.
2013-05-06Request C++11 for clang.joerg1-1/+3
2013-05-06Fix ctype use.joerg2-1/+17
2013-05-06Prefer C++11 interfaces over tr1 for libc++ and C++11.joerg16-1/+551
2013-05-06Disambigous decay to avoid overlap with STL.joerg4-1/+78
2013-05-06Let the C++ compiler link the STL implementation in.joerg1-3/+3
2013-05-06Use nullptr, 0 is ambigious. Prefer C++11 interfaces over tr1.joerg10-1/+162
2013-05-06Prefer C++11 interfaces over tr1.joerg16-37/+328
2013-05-06Merge upstream patch to allow building with stricter iterator interfacejoerg2-1/+68
in libc++.
2013-05-06Avoid implicit conversions to bool for streams.joerg15-2/+279
Require C++11 for Clang and prefer std version over tr1 when in C++11 mode.
2013-05-06Add missing include. Require C++11 when building with Clang.joerg3-2/+20
2013-05-06Prefer <memory> over <tr1/memory> for C++11 and libc++.joerg2-1/+31
2013-05-06Fix missing includes. Prefer C++11 over TR1 when using libc++ or C++11.joerg22-5/+551
2013-05-06Regen.joerg1-3/+3
2013-05-06When using libc++ or C++11, use the standard namespace.joerg3-1/+61
2013-05-06Add missing include. Use C++11 STL for libc++ and when in C++11 mode.joerg3-1/+64
2013-05-06Needs p5-Module-Implementation. Bump revision.joerg1-1/+3
2013-05-06Add more test() changes for the server.joerg69-30/+2165
2013-05-06When using C++11 or libc++, prefer <memory> and <unordered_map> withoutjoerg4-1/+74
the tr1 namespace.
2013-05-06Add missing include. Don't define hash<string> manually, it exists injoerg2-1/+57
<functional> since GCC 4.1.
2013-05-06Insert a dummy SPACE before the first "msgstr" start with "\n", if "msgid"obache1-2/+50
is also start with "\n", but msgctxt is inserted before it, to avoid msgfmt(1)'s format mismatch check (`msgid' and `msgstr' entries do not both begin with '\n')
2013-05-06Remove deprecated MIME type from .desktop file.wiz3-2/+16
Bump PKGREVISION.
2013-05-06Updated audio/easytag to 2.1.8nb2wiz1-1/+2
2013-05-06Remove deprecated MIME type from .desktop file.wiz3-3/+19
Bump PKGREVISION.
2013-05-06Use NEWLIBVER in SITES.ryoon1-4/+3
If you want to use user-defined NEWLIBVER in left side, you must define it before its reference. Thank you, obache@.
2013-05-06apply same patch as gst-plugin0.10-base to fix build on i386 without SSE/SSE2obache2-1/+25
support.
2013-05-06Updated pkgtools/pkglint to 4.129obache1-1/+2
2013-05-06pkglint-4.129obache2-9/+23
* explain when desktop-file-utils is required. * error missing {hicolor,gnome}-icon-theme.
2013-05-06regenrodent2-35/+45
2013-05-06*) Clarified the specific MIME information (MimeType key) that wouldrodent1-8/+9
warrant the inclusion of sysutils/desktop-file-utils/desktopdb.mk, as there are other MIME-related keys that appear in *.desktop files. *) Synthesize recent discussion about DIST_SUBDIR on pkgsrc-bugs@ into the guide, as this is important, no one did it, and I have time to do it now. Break that very large paragraph into four smaller, sensible ones.
2013-05-05Commenting transmission-gtk, as the transition of that package to userodent1-2/+2
libnotify07 will likely break the build of this one.
2013-05-05Use PREFIX instead of LOCALBASE. Commented patches/patch-aa and regeneratedrodent3-5/+7
distinfo. patches/patch-ab still needs commenting. Resolves SUBST issue cited in PR pkg/47387.
2013-05-05regenrodent2-14/+19
2013-05-05Added sgi-free-software-b-v2.0 to DEFAULT_ACCEPTABLE(*) and added this filerodent1-1/+3
(files.xml) to the list of files to edit in the case of adding another DEFAULT_ACCEPTABLE license. (*) http://www.gnu.org/licenses/license-list.en.html#SGIFreeB
2013-05-05+ abcmidi-20130430, dap-3.8, phpmyadmin-4.0.0, py-distribute-0.6.37,wiz1-6/+8
py-lxml-3.2.0, py-simplejson-3.2.0, x264-devel-20130504.
2013-05-05Adding sgi-free-software-b-v2.0 to DEFAULT_ACCEPTABLE. Approved by FSF:rodent2-2/+4
http://www.gnu.org/licenses/license-list.en.html#SGIFreeB
2013-05-05LICENSE=x11rodent1-2/+2
2013-05-05Adding x11 license (mit + advertising clause - as discussed recently onrodent2-0/+54
tech-pkg@) and sgi-free-software-b-v2.0, which resolves PR pkg/46910.
2013-05-05Mention exFAT (on corrupted SD cards everywhere) is supported too.dsainty1-0/+1
2013-05-05Updated www/ikiwiki to 3.20130504schmonz1-1/+2
2013-05-05Update to 3.20130504. From the changelog:schmonz2-6/+6
* Allow dots in directive parameter names. (tango) * Add missing plugin section, and deal with missing sections with a warning. * Detect plugins with a broken getsetup and warn. * map: Correct reversion introduced in version 3.20110225 that could generate invalid html. (smcv) * Makefile.PL: overwrite theme style.css instead of appending (Thanks, Mikko Rapeli) * meta: Fix anchors used to link to the page's license and copyright. Closes: #706437