Commit graph

207926 commits

Author SHA1 Message Date
joerg
c3346ac115 Fix hard coded /usr/pkg reference. Use -Wl prefix for rpath. 2013-10-20 18:05:10 +00:00
joerg
db2efd3271 Pass rpath option with -Wl prefix. 2013-10-20 18:02:58 +00:00
joerg
57fb2cd8ca Explicitly depend on lcms. 2013-10-20 18:02:26 +00:00
joerg
a94c5655a0 Prefix rpath options with -Wl. 2013-10-20 18:00:57 +00:00
joerg
937f44095c curses from modernish NetBSD is fine. Don't (incorrectly) hard-code
/usr/pkg references for NetBSD.
2013-10-20 17:59:30 +00:00
joerg
b213d6f474 Don't try to mess with the compiler scheduling. 2013-10-20 17:58:05 +00:00
joerg
f8bc4bf8b7 Fix rpath options to use -Wl prefix. 2013-10-20 17:57:32 +00:00
joerg
6261be68d9 Fix perl use. Bump revision. 2013-10-20 17:56:54 +00:00
joerg
c8290bfe8b Explicitly depend on lcms. 2013-10-20 17:56:26 +00:00
joerg
4e3d5d007f Pass rpath options with correct -Wl prefix. 2013-10-20 17:56:02 +00:00
joerg
f994f84483 Pass rpath option with -Wl prefix. 2013-10-20 17:53:26 +00:00
joerg
3c105879ee Pass rpath options with -Wl prefix. 2013-10-20 17:52:57 +00:00
joerg
6412848fbe Pass rpath option with -Wl prefix. 2013-10-20 17:51:08 +00:00
joerg
6bff2cfd84 Don't try to change the template settings, too much has changed since
the dark age.
2013-10-20 17:50:48 +00:00
joerg
d26c05eadb Don't use -fforce-addr. 2013-10-20 17:49:58 +00:00
joerg
15257c9e53 Give rpath options the correct -Wl prefix. 2013-10-20 17:48:54 +00:00
joerg
932f5d3141 Pass rpath options with the correct -Wl prefix. 2013-10-20 17:48:26 +00:00
joerg
ed480a1f99 Always use -fno-exceptions / -fexceptions. 2013-10-20 17:47:49 +00:00
joerg
192bd32db2 Pass -R with -Wl, prefix. 2013-10-20 17:46:52 +00:00
joerg
91a1638af7 Use default optimizer flags. 2013-10-20 17:46:15 +00:00
joerg
cb9b6c3c17 Use COMPILER_RPATH_FLAG, it is passed to CC. 2013-10-20 17:45:26 +00:00
joerg
74feac337d More target emulation binaries for Linux. 2013-10-20 17:43:06 +00:00
gls
bd7bc76ca8 Updated security/py-paramiko to 1.12.0 2013-10-20 17:02:38 +00:00
gls
87b0f29276 Update security/py-paramiko to 1.12.0
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-20 17:02:02 +00:00
ryoon
d35edfc2b6 Added devel/mcpp version 2.7.2 2013-10-20 15:08:44 +00:00
ryoon
a6ff8ee6b0 Add mcpp 2013-10-20 15:07:48 +00:00
ryoon
8384b0f8aa Import mcpp-2.7.2 as devel/mcpp.
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-20 15:06:58 +00:00
wen
9185d1fd5a Updated www/p5-WWW-Shorten to 3.04 2013-10-20 14:20:36 +00:00
tonnerre
ccecc9e5a9 Added chat/kgb-bot version 1.31 2013-10-20 14:17:24 +00:00
tonnerre
5af2517530 Add the KGB bot to the chat Makefile. 2013-10-20 14:17:03 +00:00
tonnerre
74008d00dd Add the KGB IRC bot, version 1.31, to pkgsrc.
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-20 14:16:16 +00:00
wen
41993f8c3e Update to 3.04
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-20 14:09:24 +00:00
tonnerre
501de0584d Added www/p5-JSON-RPC version 1.03 2013-10-20 14:09:22 +00:00
tonnerre
a3eb327670 Add and enable the JSON-RPC Perl module. 2013-10-20 14:08:59 +00:00
tonnerre
f2c1b876f6 Import the JSON-RPC Perl module, version 1.03, into pkgsrc.
JSON::RPC is a stateless RPC protocol which uses JSON over HTTP. All request
and response data is transferred as JSON.
2013-10-20 14:08:07 +00:00
gls
3baebb64ed Added security/py-ecdsa version 0.9 to the NetBSD Packages Collection. 2013-10-20 12:53:25 +00:00
gls
63f3d1de15 Added security/py-ecdsa 2013-10-20 12:48:47 +00:00
gls
a549dbed11 Added security/py-ecdsa to the NetBSD packages collection.
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-20 12:47:11 +00:00
tonnerre
38e5d792cf Added www/p5-Router-Simple version 0.15 2013-10-20 02:54:07 +00:00
tonnerre
7735694760 Add the p5-Router-Simple package to the www makefile. 2013-10-20 02:53:42 +00:00
tonnerre
d11320ecd1 Add the Router-Simple package to pkgsrc.
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-20 02:52:45 +00:00
markd
711a4186d8 Add appmenu-qt 2013-10-19 21:04:27 +00:00
markd
9358dce2c1 Add appmenu-qt 0.2.6
Allows Qt applications to export menus over DBus to a menu applet.
Partially based on PR pkg/48289.
2013-10-19 21:03:37 +00:00
markd
52adc560d2 Add various tex packages. 2013-10-19 20:58:14 +00:00
markd
c38b3a5e09 Split out and update various texlive packages from teTeX3-texmf to
separate packages.
2013-10-19 20:43:38 +00:00
bsiegert
2f93f6f50d Fix build on MirBSD.
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-19 19:47:39 +00:00
roy
8f3f1ac16f Fix for older bmake 2013-10-19 19:12:41 +00:00
wen
c1c7ef9233 Updated net/p5-Data-Stream-Bulk to 0.11 2013-10-19 13:57:45 +00:00
wen
8befc2abc9 Update to 0.11
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-19 13:56:50 +00:00
wen
f0cb92aa2c Updated filesystems/p5-Path-Tiny to 0.044 2013-10-19 13:43:17 +00:00