summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-10-20Pass rpath options with correct -Wl prefix.joerg9-14/+154
2013-10-20Pass rpath option with -Wl prefix.joerg2-3/+12
2013-10-20Pass rpath options with -Wl prefix.joerg4-5/+30
2013-10-20Pass rpath option with -Wl prefix.joerg2-4/+4
2013-10-20Don't try to change the template settings, too much has changed sincejoerg2-1/+24
the dark age.
2013-10-20Don't use -fforce-addr.joerg2-1/+15
2013-10-20Give rpath options the correct -Wl prefix.joerg2-4/+4
2013-10-20Pass rpath options with the correct -Wl prefix.joerg4-12/+14
2013-10-20Always use -fno-exceptions / -fexceptions.joerg2-1/+35
2013-10-20Pass -R with -Wl, prefix.joerg5-13/+13
2013-10-20Use default optimizer flags.joerg2-3/+13
2013-10-20Use COMPILER_RPATH_FLAG, it is passed to CC.joerg1-2/+2
2013-10-20More target emulation binaries for Linux.joerg1-1/+5
2013-10-20Updated security/py-paramiko to 1.12.0gls1-1/+2
2013-10-20Update security/py-paramiko to 1.12.0gls3-7/+12
pkgsrc changes: --------------- - Depends on security/py-ecdsa - FETCH_USING=curl to deal with PyPi's htpps only website. upstream changes: ----------------- v1.12.0 (27th Sep 2013) ----------------------- * #152: Add tentative support for ECDSA keys. *This adds the ecdsa module as a new dependency of Paramiko.* The module is available at [warner/python-ecdsa on Github](https://github.com/warner/python-ecdsa) and [ecdsa on PyPI](https://pypi.python.org/pypi/ecdsa). * Note that you might still run into problems with key negotiation -- Paramiko picks the first key that the server offers, which might not be what you have in your known_hosts file. * Mega thanks to Ethan Glasser-Camp for the patch. * #136: Add server-side support for the SSH protocol's 'env' command. Thanks to Benjamin Pollack for the patch. v1.11.2 (27th Sep 2013) ----------------------- * #156: Fix potential deadlock condition when using Channel objects as sockets (e.g. when using SSH gatewaying). Thanks to Steven Noonan and Frank Arnold for catch & patch. * #179: Fix a missing variable causing errors when an ssh_config file has a non-default AddressFamily set. Thanks to Ed Marshall & Tomaz Muraus for catch & patch. * #200: Fix an exception-causing typo in `demo_simple.py`. Thanks to Alex Buchanan for catch & Dave Foster for patch. * #199: Typo fix in the license header cross-project. Thanks to Armin Ronacher for catch & patch. v1.12.0 (27th Sep 2013) ----------------------- * #152: Add tentative support for ECDSA keys. *This adds the ecdsa module as a new dependency of Paramiko.* The module is available at [warner/python-ecdsa on Github](https://github.com/warner/python-ecdsa) and [ecdsa on PyPI](https://pypi.python.org/pypi/ecdsa). * Note that you might still run into problems with key negotiation -- Paramiko picks the first key that the server offers, which might not be what you have in your known_hosts file. * Mega thanks to Ethan Glasser-Camp for the patch. * #136: Add server-side support for the SSH protocol's 'env' command. Thanks to Benjamin Pollack for the patch. v1.11.2 (27th Sep 2013) ----------------------- * #156: Fix potential deadlock condition when using Channel objects as sockets (e.g. when using SSH gatewaying). Thanks to Steven Noonan and Frank Arnold for catch & patch. * #179: Fix a missing variable causing errors when an ssh_config file has a non-default AddressFamily set. Thanks to Ed Marshall & Tomaz Muraus for catch & patch. * #200: Fix an exception-causing typo in `demo_simple.py`. Thanks to Alex Buchanan for catch & Dave Foster for patch. * #199: Typo fix in the license header cross-project. Thanks to Armin Ronacher for catch & patch.
2013-10-20Added devel/mcpp version 2.7.2ryoon1-1/+2
2013-10-20Add mcppryoon1-1/+2
2013-10-20Import mcpp-2.7.2 as devel/mcpp.ryoon5-0/+65
mcpp is a C/C++ preprocessor with the following features. * Implements all of C90, C99 and C++98 specifications. * Provides a validation suite to test C/C++ preprocessor's conformance and quality comprehensively. When this validation suite is applied, mcpp distinguishes itself among many existing preprocessors. * Has plentiful and on-target diagnostics to check all the preprocessing problems such as latent bug or lack of portability in source code. * Has #pragma directives to output debugging information. * Is portable and has been ported to many compiler-systems, including GCC and Visual C++, on UNIX-like systems and Windows. * Has various behavior modes. * Can be built either as a compiler-specific preprocessor to replace the resident preprocessor of a particular compiler system, or as a compiler-independent command, or even as a subroutine called from some other main program. * Provides comprehensive documents both in Japanese and in English. * Is an open source software released under BSD-style-license.
2013-10-20Updated www/p5-WWW-Shorten to 3.04wen1-1/+2
2013-10-20Added chat/kgb-bot version 1.31tonnerre1-1/+2
2013-10-20Add the KGB bot to the chat Makefile.tonnerre1-1/+2
2013-10-20Add the KGB IRC bot, version 1.31, to pkgsrc.tonnerre4-0/+90
KGB is a system that provides notifications on IRC for commits made to Git, Subversion and CVS repositories. It uses two components: a server, which runs the IRC bot, and a client, which is hooked into the repositories and sends the notifications to the server.
2013-10-20Update to 3.04wen2-7/+6
Upstream changes: 2013-08-22 Dave Cross <dave@dave.org.uk> - RELEASE_3.04 ======================================================== Dave Cross <dave@dave.org.uk> (17): * Finish removing all references to SnipURL.pm. * Bump to version 2.05 for release. * Removed support for shorl.pm (now in WWW::Shorten::Shorl distribution). * Bumped version number. Removed shorl files from MANIFEST. * Added Config::Auto to list of dependencies (it's used by the shorten program). Bumped version for release. * Default to using a service that we currently support. * Added MYMETA.yml to MANIFEST.SKIP. * Be far more intelligent about the code that allows the user to choose which service to use. * Bump version number for release. * Better examples of using bin/shorten * Added a WWW::Shorten::UserAgent object which dies if it receives an HTTP error response. * Added documentation. * Added META.json to MANIFEST. * Licensing clean-up. * Removed prototypes (and the ampersands in the tests that circumvented them) * Bump version number for release. * Moved Pod tests into xt. (Pod coverage currently fails on some files. See https://rt.cpan.org/Ticket/Display.html?id=87634 for details.) Dave Cross <dave@angel.mag-sol.com> (1): * Removed support for NotLong and OneShortLink (separate distributions to follow soon). Bumper to version 2.06. Dave Cross <dave@dacross.(none)> (1): * Removed version number so it's picked up from lib/WWW/Shorten.pm yappo <yappo@shibuya.pl> (1): * shorl.com was change the request method ( POST to GET )
2013-10-20Added www/p5-JSON-RPC version 1.03tonnerre1-1/+2
2013-10-20Add and enable the JSON-RPC Perl module.tonnerre1-1/+2
2013-10-20Import the JSON-RPC Perl module, version 1.03, into pkgsrc.tonnerre3-0/+36
JSON::RPC is a stateless RPC protocol which uses JSON over HTTP. All request and response data is transferred as JSON.
2013-10-20Added security/py-ecdsa version 0.9 to the NetBSD Packages Collection.gls1-1/+2
2013-10-20Added security/py-ecdsagls1-1/+2
2013-10-20Added security/py-ecdsa to the NetBSD packages collection.gls4-0/+75
py-ecdsa is an easy-to-use implementation of ECDSA cryptography (Elliptic Curve Digital Signature Algorithm), implemented purely in Python, released under the MIT license. With this library, you can quickly create keypairs (signing key and verifying key), sign messages, and verify the signatures. The keys and signatures are very short, making them easy to handle and incorporate into other protocols.
2013-10-20Added www/p5-Router-Simple version 0.15tonnerre1-1/+2
2013-10-20Add the p5-Router-Simple package to the www makefile.tonnerre1-1/+2
2013-10-20Add the Router-Simple package to pkgsrc.tonnerre3-0/+31
Router::Simple is a simple router class. Its main purpose is to serve as a dispatcher for web applications. Router::Simple can match against PSGI $env directly, which means it's easy to use with PSGI supporting web frameworks.
2013-10-19Add appmenu-qtmarkd2-2/+4
2013-10-19Add appmenu-qt 0.2.6markd4-0/+32
Allows Qt applications to export menus over DBus to a menu applet. Partially based on PR pkg/48289.
2013-10-19Add various tex packages.markd1-1/+28
2013-10-19Split out and update various texlive packages from teTeX3-texmf tomarkd111-93/+764
separate packages.
2013-10-19Fix build on MirBSD.bsiegert4-25/+43
The gawk developers added code to skip building the extensions on MirBSD but inserted a syntax error. Also skip the extensions in the PLIST on MirBSD.
2013-10-19Fix for older bmakeroy1-3/+3
2013-10-19Updated net/p5-Data-Stream-Bulk to 0.11wen1-1/+2
2013-10-19Update to 0.11wen2-7/+7
Add missing DEPENDS Upstream changes: 0.11 2012-02-13 - needs to actually depend on Path::Class 0.10 2012-02-12 - Fix ::FileHandle on pre-5.14 perls 0.09 2012-02-12 - oops, missed rafl's upload, rerelease with the correct version number
2013-10-19Updated filesystems/p5-Path-Tiny to 0.044wen1-1/+2
2013-10-19Update to 0.044wen2-7/+6
Upstream changes: 0.044 2013-10-17 17:00:41 America/New_York [FIXED] - Fixed child path construction against the root path. - Fixed path construction when a relative volume is provided as the first argument on Windows; e.g. path("C:", "lib") must be like path("C:lib"), not path("C:/lib"). - On AIX, shared locking is replaced by exclusive locking on a R/W filehandle, as locking read handles is not supported 0.043 2013-10-14 06:24:06 America/New_York [CHANGED] - Calling 'absolute' on Windows will add the volume if it is missing (E.g. "/foo" will become "C:/foo"). This matches the behavior of File::Spec->rel2abs. [FIXED] - Fixed t/00-report-prereqs.t for use with older versions of CPAN::Meta::Requirements 0.042 2013-10-13 11:02:02 America/New_York [FIXED] - When 'realpath' can't be resolved (because intermediate directories don't exist), the exception now explains the error clearly instead of complaining about path() needing a defined, positive-length argument. - On Windows, fixed resolution of relative paths with a volume. E.g. "C:foo" is now correctly translated into getdcwd on "C:" plus "foo". 0.041 2013-10-11 08:56:31 America/New_York [FIXES] - Removes duplicate test dependency on File::Spec that triggers a CPAN.pm bug 0.040 2013-10-08 22:01:50 America/New_York [FIXES] - Fixed broken locking test on *bsd - When using 'filehandle' to request a locked handle that truncates an existing file and has a binmode starting with ":unix", this fixes a bug where pseudo-layers weren't being cleared properly. 0.039 2013-10-08 16:39:23 America/New_York [ADDITIONS] - The 'filehandle' method now offers an option to return locked handles based on the file mode. Input-output methods now rely on this feature internally. Truncating file modes defer truncation until after an exclusive lock is acquired. [FIXES] - The 'filehandle' method now respects default encoding set by the caller's open pragma. 0.038 2013-10-01 18:20:05 America/New_York [ADDITIONS] - Added 'is_rootdir' method to simplify testing if a path is the root directory 0.037 2013-09-25 13:00:25 America/New_York [FIXES] - Fixed for v5.8 0.036 2013-09-25 09:34:28 America/New_York [PREREQS] - No longer lists 'threads' as a prerequisite. If you have a threaded perl, you have it and if you're not, Path::Tiny doesn't care. 0.035 2013-09-24 07:21:55 America/New_York [FIXED] - Fixed flock warning on BSD that was broken with the autodie removal; now also applies to all BSD flavors 0.034 2013-09-23 16:16:36 America/New_York [INCOMPATIBLE CHANGE] - Exceptions are now Path::Tiny::Error objects, not autodie exceptions; this removes the last dependency on autodie, which allows us to support Perls as far back as v5.8.1 [FIXED] - BSD/NFS flock fix was not backwards compatible before v5.14. This fixes it harder. [PREREQS] - dropped autodie - lowered ExtUtils::MakeMaker configure_requires version to 6.17 0.033 2013-09-12 08:54:30 America/New_York [FIXED] - Perl on BSD may not support locking on an NFS filesystem. If this is detected, Path::Tiny warns and continues in an unsafe mode. The 'flock' warning category may be fatalized to die instead. [DOCUMENTED] - Added 'iterator' example showing defaults 0.032 2013-09-06 17:52:48 America/New_York [PREREQS] - Removed several test dependencies. Path::Tiny now only needs core modules, though some must be upgraded on old Perls
2013-10-19Updated audio/libmikmod to 3.3.3wiz2-3/+3
2013-10-19Update to 3.3.3:wiz2-8/+8
This is a stable release with minor bugfixes and a new feature, a new umx file loader. It fixes a memory leak, an invalid read upon backwards position jumps, and documentation problems, and adds cleanups.
2013-10-19Updated sysutils/cdrtools to 3.01alpha18wiz2-3/+3
2013-10-19Update to 3.01a18:wiz2-6/+6
This release fixes a copy+paste bug in the Linux support code for fine-grained privileges. Libfind no longer leaks filedescriptors with -empty. New OS version ID rules have been added for various newer WIN-DOS versions.
2013-10-19+ abiword-3.0, cdrtools-3.01alpha18, etm2-2.3.0 [etm successor],wiz1-3/+8
lftp-4.4.10, libmikmod-3.3.3, py-sip-4.15.3, reposurgeon-2.40.
2013-10-19Updated devel/p5-parent to 0.228wen1-1/+2
2013-10-19Update to 0.228wen2-7/+6
Upstream changes: 0.228 20130917 . Fix RT #88450, install into site/ for 5.12+ Thanks to haarg for the report 0.227 20130901 . Fix RT #88320, restore tests passing for 5.17.5+ Thanks to Zefram for the report and contributing the fix 0.226 20130729 . Fix RT #86890, restore tests passing for 5.18+ Thanks to Petr Pisar for the report
2013-10-19Updated www/p5-Mojolicious to 4.49wen1-1/+2