summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2013-05-14Update to 0.4.7:wiz3-9/+13
Diffuse 0.4.7 - 2013-05-13 - added Jindřich Šesták's Czech translation - improved character editing to allow easy indenting and moving the cursor by whole words - added Miś Uszatek's Polish translation - improved auto-detection of utf_16 and utf_32 - added "New N-Way File Merge..." menu item - added syntax highlighting for Erlang and OpenCL files
2013-05-14Don't require bool conversion for streams. Deal with C++11 runtimejoerg16-2/+474
libraries.
2013-05-14Add public wrappers for ios, ostream and unwind.h, otherwise linking mayjoerg8-2/+58
fail due to hidden definitions of system functions.
2013-05-13In configure: changed _lt_dar_can_shared=$GCC to _lt_dar_can_shared=yes, so ↵adam1-1/+10
libtool can create shared libraries on Darwin/Mac OS X, when f77 is not present.
2013-05-13In configure: changed _lt_dar_can_shared=$GCC to _lt_dar_can_shared=yes, so ↵adam2-4/+58
libtool can create shared libraries on Darwin/Mac OS X, when f77 is not present.
2013-05-13Update to 2.19wen2-7/+6
Upstream changes: 2.19 2013-05-13 10:02:15 Australia/Melbourne * BUGFIX: Loading a file that does not change packages while autodie in effect no longer causes weird behaviour when slurpy built-ins (like open() and unlink()) are called. GH #22 Thanks to Niels Thykier. * TEST: Tests for leak guard failures for slurpy core functions. 2.18 2013-05-12 18:12:14 Australia/Melbourne * TEST: More testing in scope_leak.t. * TEST: More testing around packages in truncate.t. * SPEED / INTERNAL: Significant improvements in load time, especially when autodie is used across multiple files, by caching reuseable subroutines and reducing calls to eval "". Huge thanks to Niels Thykier, who is a hero of the free people, and completely and utterly awesome. (RT #46984) * DOCUMENTATION: Spelling and correction fixes, courtesy David Steinbrunner. * DEVEL: Faster and more robust testing with travis-ci. * DEVEL: Some simple benchmarks bundled in the benchmarks/ directory. 2.17 2013-04-29 01:03:50 Australia/Melbourne * DOCS: Spelling fixes thanks to dsteinbrunner! (RT #84897) * DOCS: Fixed github links to point to 'pjf' rather than 'pfenwick' (GH #18, thanks to Lx!) * INTERNAL: Silence warnings about experimental smart-match on 5.17.11+ (via Brian Fraser and p5p) * TEST / BUILD: Generate .travis.yml files for CI testing via dzil. 2.16 2013-02-23 01:49:16 Australia/Melbourne * BUGFIX: Fix breakages under 5.8.x related to the new autodie::skip feature. * BUILD / BUGFIX: Remove dependency on parent.pm. 2.15 2013-02-22 23:55:22 Australia/Melbourne * BUILD / BUGFIX: Correct meta-info that wanted at least Perl v5.8.40, rather than v5.8.4. Giant thanks to Paul Howarth for spotting this! 2.14 2013-02-22 15:43:33 Australia/Melbourne * FEATURE: Classes which claim they ->DOES('autodie::skip') are now skipped when generating exceptions. This is mainly of use to utility classes. See `perldoc autodie::skip` for more details. (GH Issue #15) * FEATURE / BUGFIX / INCOMPAT: 'chmod' is now in the ':filesys' category (was in ':file'). * BUGFIX: Added support for 'chown' and 'utime', that was previously overlooked. Mad props to RsrchBoy for spotting this. These are all in the ':filesys' category. (GH Pull #13) * BUGFIX: Added support for 'kill'. This is part of the ':ipc' category. * BUGFIX: Fixed bug whereby chmod, chown, kill, unlink and utime would not throw an exception when they didn't change all their files or signal all their processes. * TEST: truncate.t is now skipped on systems that don't have a working File::Temp. * TEST: open.t has a few more tests for exotic modes. * TEST: chown() tests are skipped on Win32, as chown on Windows is a no-op. (Thanks to Mithaldu for spotting this!) * TEST: Author tests now look for the AUTHOR_TESTING env variable (for dzil compliance). * TEST: Better testing for chown, chmod, and unlink. * TEST: Better testing for utime. * TEST: kwalitee.t is now only run when $ENV{RELEASE_TESTING} is set. * BUGFIX: Removed executable bits from some bundled text files. * BUILD: We now use dzil to manage autodie. * BUILD: Only Perl 5.8.4 and above is supported by autodie. Please upgrade your Perl distro if you're using 5.8.3 or below. 2.13 Thu Nov 8 14:22:03 EST 2012 * TEST: Deterministic tests in hints_pod_examples.t . (RT #80412, thanks to demerphq) * INTERNAL: subroutine installs are now done in a deterministic order. (RT #80414, thanks to demerphq)
2013-05-12Force intermediate targets to be considered if they are non-intermediate for ↵richard4-3/+54
parallel builds in devel/gmake
2013-05-11Fix following DragonFly build problem as PR pkg/47722mef2-1/+21
/usr/pkgsrc/devel/xulrunner/work/mozilla-release/ xpcom/io/nsMultiplexInputStream.cpp:532:83: error: no matching function for call to 'NS_MIN(int64_t&,__gnu_cxx::__enable_if<true, double>::__type)'
2013-05-11Add lua-penlight.alnsn1-1/+2
2013-05-11Update checksumalnsn1-4/+4
2013-05-11File named 1.1.0.tar.gz should be in $DISTDIR/lua-penlight directory.alnsn1-1/+2
2013-05-11Initial import of lua-penlight, version 1.1.0.alnsn4-0/+75
Penlight is a set of pure Lua libraries focusing on input data handling (such as reading configuration files), functional programming (such as map, reduce, placeholder expressions,etc), and OS path management. Much of the functionality is inspired by the Python standard libraries.
2013-05-11Fix overlap between <memory> from C++11 and boost.joerg3-1/+72
2013-05-11Fix iterator types for STL containers to use const_iterator as defined.joerg3-3/+41
This fixes the build of GNU radio with libc++.
2013-05-11Allow this package to be cross-built - pick up ${CC} from the environment,agc2-6/+20
if defined.
2013-05-11Add and enable p5-Gravatar-URL.schmonz1-1/+2
2013-05-11Add p5-Gravatar-URL:schmonz3-0/+33
A Gravatar is a Globally Recognized Avatar for a given email address or OpenID. This allows you to have a global picture associated with your email address or OpenID. You can look up the Gravatar by constructing a URL to get the image from gravatar.com. This module does that.
2013-05-10Enabled gtk and urwid versionsimil1-1/+16
2013-05-10add & enable bpythonimil1-1/+2
2013-05-10Initial import of bpython, version 0.12, into the NetBSD Packages Collection.imil4-0/+143
bpython is a fancy interface to the Python interpreter for Linux, BSD, OS X and Windows (with some work). bpython is released under the MIT License. It has the following (special) features: * In-line syntax highlighting. * Readline-like autocomplete with suggestions displayed as you type. * Expected parameter list for any Python function. * "Rewind" function to pop the last line of code from memory and re-evaluate. * Send the code you've entered off to a pastebin. * Save the code you've entered to a file. * Auto-indentation. * Python 3 support.
2013-05-10Fortran is not needed.adam1-2/+2
2013-05-10Fix cross-build of devel/yasm by setting CC_FOR_BUILD to NATIVE_CC.riastradh1-1/+12
2013-05-10Helps to set INSTALLATION_DIRS too.riastradh1-1/+3
2013-05-10...aaaaand set PKGNAME, not DISTNAME.riastradh1-2/+2
2013-05-10Fix poty in new py-libevent-rpcgen makefile.riastradh1-2/+2
2013-05-10Split off py-libevent-rpcgen from devel/libevent.riastradh11-11/+89
Obviates libevent's python dependency, enabling cross-compilation of libevent's dependents without having to cross-compile python itself. ok agc
2013-05-10Fix devel/gmp cross-build by telling it about the native C compiler.riastradh1-1/+5
ok agc
2013-05-10Fix cross-build of ncurses by tool-depending on itself for tic.riastradh1-1/+8
ok agc
2013-05-10Fix pathnames and NM in libtool for cross-compilation.riastradh1-4/+7
Forgot to commit this alongside the recent cross-libtool changes. ok agc
2013-05-09Patches to fix gtest.joerg2-0/+51
2013-05-09Apply the gtest change to cssc, gmock and open-vcdiff as well.joerg8-9/+63
2013-05-09Pull in libtool-fortran. Bump PKGREVISION.wiz1-1/+3
2013-05-09Update to 1.509.1ryoon3-48/+142
Changelog: What's new in 1.509.1 (2013/05/01) FilePath.installIfNecessaryFrom routes download over remoting channel (issue 17330) Add 'Are you sure' on Reload configuration from disk (issue 15340) MavenAbstractArtifactRecord.doRedeploy should require POST (SECURITY-69) Hover-over "Build Now" broken for parameterized jobs: "This page expects a form submission" (issue 17110) XSS issue, where an internal attacker can cause a remote stylesheet to be loaded and containing scripts executed. (SECURITY-67) CVE-2013-1808 stapler-adjunct-zeroclipboard: XSS via copying XSS payload into buffer (SECURITY-71) Jenkins.doEval checks ADMINISTER rather than RUN_SCRIPTS; doScript CSRF (SECURITY-63) Jenkins is no more WinXP compliant : CreateSymbolicLinkW is not available (issue 17343)
2013-05-09Add missing includes.joerg5-4/+44
2013-05-09Support file for libtool-fortran.joerg1-0/+4
2013-05-09Split Fortran support from devel/libtool-base into a separate packagejoerg5-3/+107
devel/libtool-fortran. If USE_LIBTOOL is present and Fortran is in USE_LANGUAGES, include the new package.
2013-05-09Give INT64_C and friends a chance of being defined.joerg3-1/+44
2013-05-09libc++ doesn't provide libstdc++'s ext/slist.h, so don't use it.joerg3-2/+33
2013-05-09Fake std::tr1 namespace for tuple and compile with C++11 for clang.joerg3-2/+29
2013-05-09Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu.adam48-89/+96
2013-05-08Update ruby-gnome2 to 2.0.0.obache1-3/+8
GObject Introspection based bindings on Windows support release! === Changes ==== NEWS * Fixes * Fixed a typo. [Reported by Masafumi Yokoyama] * FIxed a typo. [Reported by Toyo Abe] ==== Ruby/GLib2 * Improvements * Moved lib/gnome2-*.rb files to lib/gnome2/ directory. * Supported GLib 2.34. [Reported by OBATA Akio] ==== Ruby/GdkPixbuf2 * Fixes * [windows] Fixed PNG can't be handled problem. [ruby-gnoem2-devel-ja] [Reported by Masafumi Yokoyama] ==== Ruby/GDK3 * Improvements * [windows] Removed needless Greybird theme. [ruby-gnome2-devel-en] [Reported by Regis d'Aubarede] * Added Gdk::Window#create_cairo_context [ruby-gnome2-devel-en] [Reported by Detlef Reichl] ==== Ruby/GTK3 * Improvements * Updated samples. [GitHub #140][GitHub #141][GitHub #144] [Patch by Simon Arnaud] [GitHub #142][GitHub #143][GitHub #145][GitHub #146][GitHub #148] [Patch by Detlef Reichl] ==== Ruby/GObjectIntrospection * Improvements * [windows] Supported! ==== Ruby/GStreamer * Improvements * Supported GStreamer 1.0! * Migrated to GObject Introspection bindings! * Dropped GStreamer 0.10 support. ==== Ruby/Clutter * Improvements * [windows] Supported! ==== Ruby/ClutterGTK * Improvements * [windows] Supported!
2013-05-08Update to 2.0802wen2-6/+6
Upstream changes: 2.0802 Tue, May 07, 2013 * fix incompatibilities with Test::Builder 1.005+ (Karen Etheridge) * Moose::Manual::Contributing updated to reflect the change of primary repository from git.moose.perl.org to github.com
2013-05-08Move the sps, vorbis and tremor PLIST_VARS and settings to mozilla-common.mksbd2-15/+15
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-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-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