Commit graph

20434 commits

Author SHA1 Message Date
degroote
64fc4c951d Add lua-gi 2013-07-22 19:40:04 +00:00
degroote
0a33362af4 Import lgi-0.71
LGI is gobject-introspection based dynamic Lua binding to GObject based
libraries. It allows using GObject-based libraries directly from Lua.
2013-07-22 19:38:07 +00:00
drochner
204ffee823 reset PKGREV for base pkg update 2013-07-22 14:35:03 +00:00
richard
a5802ba27d The pyparsing module is an alternative approach to creating and executing
simple grammars, vs. the traditional lex/yacc approach, or the use of regular
expressions. The pyparsing module provides a library of classes that client
code uses to construct the grammar directly in Python code.
2013-07-22 11:59:53 +00:00
wiz
6d4589db3d Update to 0.9.6:
-----
0.9.6
-----

* Issue #44: Test failure on Python 2.4 when MD5 hash doesn't have a `.name`
  attribute.

-----
0.9.5
-----

* Python #17980: Fix security vulnerability in SSL certificate validation.

-----
0.9.4
-----

* Issue #43: Fix issue (introduced in 0.9.1) with version resolution when
  upgrading over other releases of Setuptools.

-----
0.9.3
-----

* Issue #42: Fix new ``AttributeError`` introduced in last fix.

-----
0.9.2
-----

* Issue #42: Fix regression where blank checksums would trigger an
  ``AttributeError``.

-----
0.9.1
-----

* Distribute #386: Allow other positional and keyword arguments to os.open.
* Corrected dependency on certifi mis-referenced in 0.9.
2013-07-21 20:31:52 +00:00
wiz
ad6e7530c9 Remove unneeded patch after gettext-0.18.3 update. 2013-07-21 20:27:20 +00:00
wiz
7e21c5a27a Update gettext* to 0.18.3:
Version 0.18.3 - July 2013

* Runtime behaviour:
  On Mac OS X systems, the setlocale() function now properly
  invalidates loaded message catalogs when a locale has been set.

* Programming languages support:

  - C++:
    The gnu::autosprintf class now provides an assignment operator.

  - Glade:
    xgettext now supports GtkBuider file format used by Glade 3.
    xgettext now also extracts contexts (msgctxt) from Glade 2 and
    GtkBuider files.

  - JavaScript:
    xgettext now partially supports JavaScript.  Since the current
    JavaScript specification (ECMA-262) does not define the standard
    set of formatting methods nor translation functions, the
    implementation supports only a limited set of formatting methods
    and translation functions commonly used in Gjs and other popular
    JavaScript implemenations and libraries.

  - Lua:
    xgettext now supports Lua, using Ľubomír Remák's lua-gettext.

  - Python:
    xgettext and msgfmt's format string checking now recognize Python
    format string in braced syntax (PEP 3101).  xgettext now also
    supports explicit string concatenation with '+' and handles
    platform dependent line terminators (LF/CR/CRLF) transparently.

  - Tcl:
    Bug fix in xgettext Unicode escape handling.

  - Vala:
    xgettext now supports Vala.

* msgattrib now has --previous option to keep previous msgid when
  making messages fuzzy, similar to msgmerge --previous.

* msgfmt now checks PO file headers more strictly with less
  false-positives.

* 'gettextize' now checks macro directories specified with
  AC_CONFIGURE_MACRO_DIRS in configure.ac.

* Portability:
  - msginit now does not require GNU sed.
  - The Makefile rule for generating en@quot and en@boldquot now uses
    @SED@ variable instead of hard-coded 'sed' command to allow users
    to supply GNU sed.

* Future backward-incompatibilities:
  - In future Gettext versions, the files installed by 'gettextize'
    will require Automake 1.10 or later.  This will improve the
    compatibility of user projects with newer Automake versions.
2013-07-21 20:24:52 +00:00
shattered
29b0542d58 Update to 2.0.24. Changes:
* Fixed thick line swap bug and added accuracy test for thick line
* Improved interface to SDL_framerateDelay
* Fixed 32bpp blending function for BGRA
* Fix for pixel blend routine
2013-07-21 14:13:45 +00:00
wen
3dcf7abc6e Update to 1.37
Upstream changes:
1.37    2013-02-24

- I now recommend you use Throwable instead of this module. It has a nicer,
  more modern interface.

- Fixed various bugs and confusion in the docs.


1.36    2012-11-17

- Fixed some stupidity in the tests that appears to have been highlighted by
  recent changes to Devel::StackTrace. Reported by Dan Horne. RT #81245.


1.35    2012-09-17

- Require Class::Data::Inheritable 0.02+.


1.34    2012-09-16

- 1.33 did not declare any prereqs. Oops. Reported by Roham McGovern. RT
  #79677.


1.33    2012-09-16

- Fixed warning from basic.t on 5.17.x. RT #79121.
2013-07-21 10:37:30 +00:00
wen
09c854392e Update HOMEPAGE 2013-07-21 10:00:40 +00:00
wen
e967bed4f9 + p5-MooX-Types-MooseLike-Numeric 2013-07-21 09:48:58 +00:00
wen
2fa16678ea Import MooX-Types-MooseLike-Numeric-1.01 as devel/p5-MooX-Types-MooseLike-Numeric.
MooX::Types::MooseLike::Numeric provides Moo types for numbers.
2013-07-21 09:46:26 +00:00
wen
9ad89438d9 Update to 0.24
Update DEPENDS

Upstream changes:
0.24 - 2013-07-10
    - Upgrade Num test, keep in sync w/ Moose (autarch)
    - Improve documentation

0.23 - 2013-03-07
     - Fix regression in subtypes defined with a string (for the parent test)

0.22 - 2013-03-04
     - Allow subtyping of parameterized types (haarg)
     - Extract SetObject and Numeric types into their own distributions
2013-07-21 07:54:19 +00:00
taca
002c7aab92 Update ruby-mode to 2.0.0p247.
Various fixes.

* Added misc/ruby-additional.el for emacs24 support.

* misc/ruby-electric.el (ruby-electric-curlies): Automatically
  indent closing curly brackets when
  ruby-electric-newline-before-closing-bracket is true.

* misc/ruby-electric.el (ruby-electric-curlies): Fix the bug where
  an open curly inserted in a string is always replaced with a
  hash sign.
2013-07-21 03:00:37 +00:00
taca
c299288da3 Enable ruby200. 2013-07-21 02:42:41 +00:00
taca
0782704979 Tweak GEM_CLEANBUILD for ruby200. 2013-07-21 02:42:09 +00:00
taca
4146e2984c No need to specify GEM_CLEANBUILD. 2013-07-21 02:41:40 +00:00
taca
0d2e51fc37 Use RbConfig instead of legacy Config. 2013-07-21 02:40:46 +00:00
taca
27e06ee36f Tweak GEM_CLEANBUILD for ruby200 and enable with ruby200. 2013-07-21 02:39:27 +00:00
taca
a896f479a9 Add ruby200 support. 2013-07-21 02:34:28 +00:00
ryoon
749db60e8b Update to 2.8.11.2
Chagnelog

Changes in CMake 2.8.11.2 (since 2.8.11.1)
------------------------------------------
Alex Neundorf (1):
      asm support: adapt to changes in CMakeDetectCompiler in 2.8.10

Bjoern Thiel (1):
      SelectLibraryConfigurations: Fix for cached <base>_LIBRARY

Brad King (5):
      cmCryptoHash: Increase alignment of HashFile buffer
      cmcurl: Backport curl bug 1192 fix (#14250)
      VS12: Add Visual Studio 12 generator (#14251)
      VS12: Generate flag tables from MSBuild v120 tool files
      FindBoost: Add -vc120 mangling for VS 12

Robert Maynard (1):
      VS: Clarify Visual Studio product year for each version

Changes in CMake 2.8.11.1 (since 2.8.11)
----------------------------------------
Brad King (5):
      ExternalData: Do not re-stage staged object files
      try_compile: Fix quoting of libraries in generated CMakeLists.txt
      KWSys: Fix SystemTools::FileIsDirectory with long paths (#14176)
      FindBoost: Fix handling of \ in input paths (#14179)
      Xcode: Fix framework search paths in STATIC library targets (#14191)

Modestas Vainius (1):
      Fix test failures caused by regexp-sensitive characters in the build paths

Stephen Kelly (9):
      include_directories: Fix handling of empty or space-only entries
      try_compile: Trim whitespace from LINK_LIBRARIES entries
      cmTarget: Remove some hardcoding of transitive property names.
      GenexEval: Extract a getLinkedTargetsContent from TargetPropertyNode.
      GenexEval: Fix evaluation of INCLUDE_DIRECTORIES target property.
      GenexEval: Test evaluation of INCLUDE_DIRECTORIES target property.
      FindQt4: Don't fail if certain Qt modules are unavailable.
      Qt4Macros: Handle Qt ActiveX libraries in qt4_use_modules.
      Genex: Fix the HEAD target used for evaluated expressions
2013-07-20 12:49:26 +00:00
adam
e6faa9cd59 Changes 1.8.3.3:
* "git apply" parsed patches that add new files, generated by programs
  other than Git, incorrectly.  This is an old breakage in v1.7.11.
* Older cURL wanted piece of memory we call it with to be stable, but
  we updated the auth material after handing it to a call.
* "git pull" into nothing trashed "local changes" that were in the
  index.
* Many "git submodule" operations did not work on a submodule at a
  path whose name is not in ASCII.
* "cherry-pick" had a small leak in its error codepath.
* Logic used by git-send-email to suppress cc mishandled names like
  "A U. Thor" <author@example.xz>, where the human readable part
  needs to be quoted (the user input may not have the double quotes
  around the name, and comparison was done between quoted and
  unquoted strings).  It also mishandled names that need RFC2047
  quoting.
* "gitweb" forgot to clear a global variable $search_regexp upon each
  request, mistakenly carrying over the previous search to a new one
  when used as a persistent CGI.
* The wildmatch engine did not honor WM_CASEFOLD option correctly.
* "git log -c --follow $path" segfaulted upon hitting the commit that
  renamed the $path being followed.
* When a reflog notation is used for implicit "current branch",
  e.g. "git log @{u}", we did not say which branch and worse said
  "branch ''" in the error messages.
* Mac OS X does not like to write(2) more than INT_MAX number of
  bytes; work it around by chopping write(2) into smaller pieces.
* Newer MacOS X encourages the programs to compile and link with
  their CommonCrypto, not with OpenSSL.
Also contains various minor documentation updates.
2013-07-20 11:56:27 +00:00
ryoon
bb2adbf401 Update to 3.15.1
Changelog:
NSS 3.15.1 release notes

Introduction

Network Security Services (NSS) 3.15.1 is a patch release for NSS 3.15. The bug fixes in NSS 3.15.1 are described in the "Bugs Fixed" section below.
Distribution Information

NSS 3.15.1 source distributions are also available on ftp.mozilla.org for secure HTTPS download:

    Source tarballs:
    https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_15_1_RTM/src/

New in NSS 3.15.1
New Functionality

    TLS 1.2: TLS 1.2 (RFC 5246) is supported. HMAC-SHA256 cipher suites (RFC 5246 and RFC 5289) are supported, allowing TLS to be used without MD5 and SHA-1. Note the following limitations.
        The hash function used in the signature for TLS 1.2 client authentication must be the hash function of the TLS 1.2 PRF, which is always SHA-256 in NSS 3.15.1.
        AES GCM cipher suites are not yet supported.

New Functions

None.
New Types

    in sslprot.h
        SSL_LIBRARY_VERSION_TLS_1_2 - The protocol version of TLS 1.2 on the wire, value 0x0303.
        TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_NULL_SHA256 - New TLS 1.2 only HMAC-SHA256 cipher suites.
    in sslerr.h
        SSL_ERROR_UNSUPPORTED_HASH_ALGORITHM, SSL_ERROR_DIGEST_FAILURE, SSL_ERROR_INCORRECT_SIGNATURE_ALGORITHM - New error codes for TLS 1.2.
    in sslt.h
        ssl_hmac_sha256 - A new value in the SSLMACAlgorithm enum type.
        ssl_signature_algorithms_xtn - A new value in the SSLExtensionType enum type.

New PKCS #11 Mechanisms

None.
Notable Changes in NSS 3.15.1

    Bug 856060 - Enforce name constraints on the common name in libpkix  when no subjectAltName is present.
    Bug 875156 - Add const to the function arguments of SEC_CertNicknameConflict.
    Bug 877798 - Fix ssltap to print the certificate_status handshake message correctly.
    Bug 882829 - On Windows, NSS initialization fails if NSS cannot call the RtlGenRandom function.
    Bug 875601 - SECMOD_CloseUserDB/SECMOD_OpenUserDB fails to reset the token delay, leading to spurious failures.
    Bug 884072 - Fix a typo in the header include guard macro of secmod.h.
    Bug 876352 - certutil now warns if importing a PEM file that contains a private key.
    Bug 565296 - Fix the bug that shlibsign exited with status 0 even though it failed.
    The NSS_SURVIVE_DOUBLE_BYPASS_FAILURE build option is removed.

Bugs fixed in NSS 3.15.1

    https://bugzilla.mozilla.org/buglist.cgi?list_id=5689256;resolution=FIXED;classification=Components;query_format=advanced;target_milestone=3.15.1;product=NSS

Compatibility

NSS 3.15.1 shared libraries are backward compatible with all older NSS 3.x shared libraries. A program linked with older NSS 3.x shared libraries will work with NSS 3.15.1 shared libraries without recompiling or relinking. Furthermore, applications that restrict their use of NSS APIs to the functions listed in NSS Public Functions will remain compatible with future versions of the NSS shared libraries.



NSS 3.15 release notes

Introduction

The NSS team has released Network Security Services (NSS) 3.15, which is a minor release.
Distribution Information

The HG tag is NSS_3_15_RTM. NSS 3.15 requires NSPR 4.10 or newer.

NSS 3.15 source distributions are available on ftp.mozilla.org for secure HTTPS download:

    Source tarballs:
    https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_15_RTM/src/

New in NSS 3.15
New Functionality

    Support for OCSP Stapling (RFC 6066, Certificate Status Request) has been added for both client and server sockets. TLS client applications may enable this via a call to SSL_OptionSetDefault(SSL_ENABLE_OCSP_STAPLING, PR_TRUE);
    Added function SECITEM_ReallocItemV2. It replaces function SECITEM_ReallocItem, which is now declared as obsolete.
    Support for single-operation (eg: not multi-part) symmetric key encryption and decryption, via PK11_Encrypt and PK11_Decrypt.
    certutil has been updated to support creating name constraints extensions.

New Functions

    in ssl.h
        SSL_PeerStapledOCSPResponse - Returns the server's stapled OCSP response, when used with a TLS client socket that negotiated the status_request extension.
        SSL_SetStapledOCSPResponses - Set's a stapled OCSP response for a TLS server socket to return when clients send the status_request extension.
    in ocsp.h
        CERT_PostOCSPRequest - Primarily intended for testing, permits the sending and receiving of raw OCSP request/responses.
    in secpkcs7.h
        SEC_PKCS7VerifyDetachedSignatureAtTime - Verifies a PKCS#7 signature at a specific time other than the present time.
    in xconst.h
        CERT_EncodeNameConstraintsExtension - Matching function for CERT_DecodeNameConstraintsExtension, added in NSS 3.10.
    in secitem.h
        SECITEM_AllocArray
        SECITEM_DupArray
        SECITEM_FreeArray
        SECITEM_ZfreeArray - Utility functions to handle the allocation and deallocation of SECItemArrays
        SECITEM_ReallocItemV2 - Replaces SECITEM_ReallocItem, which is now obsolete. SECITEM_ReallocItemV2 better matches caller expectations, in that it updates item->len on allocation. For more details of the issues with SECITEM_ReallocItem, see Bug 298649 and Bug 298938.
    in pk11pub.h
        PK11_Decrypt - Performs decryption as a single PKCS#11 operation (eg: not multi-part). This is necessary for AES-GCM.
        PK11_Encrypt - Performs encryption as a single PKCS#11 operation (eg: not multi-part). This is necessary for AES-GCM.

New Types

    in secitem.h
        SECItemArray - Represents a variable-length array of SECItems.

New Macros

    in ssl.h
        SSL_ENABLE_OCSP_STAPLING - Used with SSL_OptionSet to configure TLS client sockets to request the certificate_status extension (eg: OCSP stapling) when set to PR_TRUE

Notable Changes in NSS 3.15

    SECITEM_ReallocItem is now deprecated. Please consider using SECITEM_ReallocItemV2 in all future code.

    NSS has migrated from CVS to the Mercurial source control management system.

    Updated build instructions are available at Migration to HG

    As part of this migration, the source code directory layout has been re-organized.

    The list of root CA certificates in the nssckbi module has been updated.

    The default implementation of SSL_AuthCertificate has been updated to add certificate status responses stapled by the TLS server to the OCSP cache.

    Applications that use SSL_AuthCertificateHook to override the default handler should add appropriate calls to SSL_PeerStapledOCSPResponse and CERT_CacheOCSPResponseFromSideChannel.
    Bug 554369: Fixed correctness of CERT_CacheOCSPResponseFromSideChannel and other OCSP caching behaviour.
    Bug 853285: Fixed bugs in AES GCM.
    Bug 341127: Fix the invalid read in rc4_wordconv.
    Faster NIST curve P-256 implementation.
    Dropped (32-bit) SPARC V8 processor support on Solaris. The shared library libfreebl_32int_3.so is no longer produced.

Bugs fixed in NSS 3.15

This Bugzilla query returns all the bugs fixed in NSS 3.15:

https://bugzilla.mozilla.org/buglist.cgi?list_id=6278317&resolution=FIXED&classification=Components&query_format=advanced&product=NSS&target_milestone=3.15
2013-07-20 09:28:11 +00:00
ryoon
3fd37557f7 Update to 4.10, based on pkgsrc/wip/nspr by mef@.
* Set LICENSE.

Changelog:
http://mozilla.6506.n7.nabble.com/ANNOUNCE-NSPR-4-10-Release-td280660.html
--------------
  NSPR 4.10 has the following bug fixes:
* Bug 331169: Obviate PR_Sleep before PR_GetConnectStatus on Windows.
  Fixed by Brian Smith.
* Bug 687033: Support Windows/arm. Fixed by Makoto Kato (partially
  checked in).
* Bug 687033: Remove WINCE and Win9x support partially.
* Bug 844513: Add AddressSanitizer (ASan) memory check annotations to
  PLArena. Fixed by Mats Palmgren.
* Bug 849089: Simple changes to make NSPR's configure.in work with
  the current version of autoconf.
* Bug 856196: Fix compiler warnings and clean up code in NSPR 4.10.
* Bug 859066: Fix warning in nsprpub/pr/src/misc/prnetdb.c.
* Bug 859830: Deprecate ANDROID_VERSION in favor of android/api-level.h.
  Fixed by Vicamo Yang.
* Bug 861434: Make PR_SetThreadPriority() change priorities
  relatively to the main process instead of using absolute values on
  Linux. Fixed by Gabriele Svelto.
* Bug 871064L: _PR_InitThreads() should not call PR_SetThreadPriority.
2013-07-20 08:57:20 +00:00
ryoon
03d766b9ef Fix comment on patches/patch-lib_stdio.in.h.
Previous comment is irrelevant. Pointed out by wiz@. Thank you.
2013-07-19 14:49:28 +00:00
ryoon
acd20b1327 Fix builtin detection conditionals.
* Correct detection of following cases.
  non-editline/readline, editline/non-readline, and editline/readline.
* If builtin editline has header files in include/editline, create
  include/readline/* symlinks.
* Fix PR pkg/48062 with above fixes. Confirmed on Ubuntu Linux/amd64 13.04.
2013-07-19 14:35:37 +00:00
joerg
52e9af90d3 Fix build with automake 1.4. 2013-07-19 12:50:44 +00:00
ryoon
44608567a7 Fix build on Ubuntu Linux/amd64 13.04.
* patch is borrowed from Gentoo Linux.
2013-07-19 12:13:36 +00:00
adam
fa6ee22f15 Changes 0.8.1:
- [bug] Changed setup.py to skip installing markupsafe
  if Python version is < 2.6 or is between 3.0 and
  less than 3.3, as Markupsafe now only supports 2.6->2.X,
  3.3->3.X.
- [bug] Fixed regression where "entity" filter wasn't
  converted for py3k properly (added tests.)
- [bug] Fixed bug where mako-render script wasn't
  compatible with Py3k.
- [bug] Cleaned up all the various deprecation/
  file warnings when running the tests under
  various Pythons with warnings turned on.
2013-07-18 20:33:50 +00:00
sborrill
f08ecd431a From 6.2, this is 2-clause BSD rather than GPL 2013-07-18 13:05:48 +00:00
sborrill
9b1d89eb4e Add extra example source file 2013-07-18 12:07:43 +00:00
joerg
cba5d22771 Fix use of NUL compared against pointers, including a real bug due to
missing indices. Bump revision.
2013-07-18 12:01:29 +00:00
sborrill
6e2b01beca Update to 6.2.0 SDK for use with XenServer 6.2 and earlier (support for
XenServer 4.0 has been removed from this release).
2013-07-18 11:59:28 +00:00
dholland
9b686fc784 Disable the FIXUP_CPP_WHITESPACE hack as pkgsrc uses a whitespace-preserving
cpp with imake and "fixing" the whitespace again causes bizarre lossage.
Affects mostly svr4-based platforms, including Solaris.
PKGREVISION -> 3.
2013-07-18 08:01:30 +00:00
adam
b738194b88 Changes 1.28:
* idn: Don't crash when string conversion from UTF-8 to locale fails.
* java: Fix build failures.
* java: TestIDNA -a and -u logic was reversed, now fixed.
* API and ABI is backwards compatible with the previous version.
2013-07-17 19:31:52 +00:00
richard
cebb8870a1 fixup protections on eggs in py-setuptools again 2013-07-17 17:18:12 +00:00
obache
51b94498f7 catch up to changes in Makefile
(devel/readline/buildlink3.mk => mk/readline.buildlink3.mk)
2013-07-17 12:24:41 +00:00
joerg
bbb34b255c Add visibility wrapper around ios and ostream. Don't use false as null
pointer.
2013-07-16 22:27:45 +00:00
schmonz
c5abb4b0b9 Update to 1.20130710. From the changelog:
* The package is renamed to myrepos. It Provides mr, so can still
  be installed by that name. The mr command is not renamed.
* Add make install rule. Thanks, v4hn
2013-07-15 19:47:42 +00:00
ryoon
3800f631f5 Bump PKGREVISION.
* Create include/editline/history.h that is symlink to readline.h like
  NetBSD base libedit.
  This change fixes insufficient buildlinking of editline.
  So fix build of devel/elf or other editline consumer on my private
  Debian GNU/kFreeBSD pkgsrc environemnt. It should fix editline consumer
  build on other platforms.
2013-07-15 15:14:29 +00:00
wiz
2d4c1e17cb Update to 0.8.7:
libgee 0.8.7
============
 * Use .value instead of value directly in unfold
2013-07-15 12:42:33 +00:00
wiz
5abee1885b Update to 3.8.3:
3.8.3   05-Jul-2013
	- Add marshalling of GI_TYPE_TAG_VOID held in a GValue to int.  While
	  not particularly useful this allows some callbacks in WebKit to
	  function without causing a segfault. (Simon Feltman) (#694233)
	- pygtkcompat: Fix for missing methods on Windows (Martin Pitt)
	  (#702787)
	- gi/pygi-info.c: Avoid C99-style variable declaration (Chun-wei Fan)
	  (#702786)
	- Clear return value of closures to zero when an exception occures
	  (Simon Feltman) (#702552)
	- Re-add support for passing GValue's by reference (Simon Feltman)
	  (#701058)
	- Don't use doctest syntax in docstrings for examples, to fix test
	  failures with pyflakes 0.7.x (Martin Pitt) (#701009)
	- examples/option.py: Port to GI and Python 3 (Martin Pitt)
2013-07-15 12:41:03 +00:00
ryoon
f8e628f818 * .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes
are replaced with .include "../../devel/readline/buildlink3.mk", and
  USE_GNU_READLINE are removed,

* .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE
  are replaced with .include "../../mk/readline.buildlink3.mk".
2013-07-15 02:02:17 +00:00
ryoon
146fa810c2 Add editline. 2013-07-15 01:55:09 +00:00
ryoon
580ac0ad77 Add buildlink/builtin mechanism for devel/editline and devel/readline.
With this change, .include "../../devel/readline/buildlink3.mk" with
USE_GNU_READLINE=yes should be replaced with
.include "../../devel/readline/buildlink3.mk",
and .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE
should be replaced .include "../../mk/readline.buildlink3.mk".

USE_GNU_READLINE is removed.
2013-07-15 01:54:25 +00:00
ryoon
f1f46ece2c Import editline-3.1.20130712 as devel/editline.
Based on wip/editline by reed@.

This is an autotool- and libtoolized port of the NetBSD Editline library
(libedit). This Berkeley-style licensed command line editor library
provides generic line editing, history, and tokenization functions,
similar to those found in GNU Readline.
2013-07-15 01:42:47 +00:00
wen
e57bffd060 Update to 0.25
Upstream changes:
0.25 Thu, July 4, 2013
    - Drop compatibility from 5.6.2 to 5.6.0
    - Pod typo fixes (RT#77453, RT#85357)
    - Only ask for Devel::Hide on perls where it will be actually used
      (RT#81106)
    - Fix SYNOPSIS to actually be executable (RT#78327)
2013-07-15 01:25:29 +00:00
alnsn
b68acfc96f Use ${LUA_CDIR} and ${LUA_LDIR}. 2013-07-14 20:31:45 +00:00
alnsn
aedda020c9 Update to 1.1.1.
Changes since 1.1.0 (from git log):
    issue #70: boolean flags may have true default
    Merge pull request #69 from Tieske/master
    general updates, mainly added CONTRIBUTING.md
    Merge pull request #1 from mark-otaris/patch-1
    Caught red handed, after a shameless copy 😄. Thx for the fix
    This is Penlight, not Busted
    added - a shameless copy of busted - CONTRIBUTING.md file
    renamed docs to doc, to fix luarocks warning
    updated readme to md format
    changed .txt to .md files
    added rockspec, fixed typo in filename
    Merge pull request #67 from Tieske/add_executeex
    added utils.executeex, which also returns output of stdout and stderr
    updated, using readfile now, remove obsolete os.remove commands
    Merge pull request #66 from Tieske/fix_temp
    windows environment variable TMP is deprecated, use TEMP
    mode binary mode optional (binary would require platform specific line endings to be converted which is not very portable, and mostly just text will do)
    update: read files in binary mode
    added utils.executeex, which also returns output of stdout and stderr
    windows environment variable TMP is deprecated, use TEMP
    HTML mode skips DOCTYPE; no globals harmed outside pl.utils
    Merge pull request #64 from Tieske/fix_dir
    fixed makepath creation, added/updated some documentation
    fixed dirpath creation, added/updated some documentation
    basic parser handles comments, and HTML mode is working nicely with real-world HTML
    use LOM ordered attributes when stringifying if present (Danny).
    manual merge of John Schember's readonly table support
    Merge pull request #61 from user-none/isempty
    Thanks, John!
    Merge pull request #62 from CoolisTheName007/patch-2
    Transform using values as keys.
    missing locals
    Set.issempty mispelling; default ctor borked; more tests
    Transform using values as keys.
    Merge remote-tracking branch 'upstream/master' into empty
    Add function to check if an object is empty.
    Merge pull request #53 from pkazmier/master
    Added iterators to allow traversing tables in a sorted manner
    Merge pull request #60 from theypsilon/master
    base class methods invocation possible not only in method constructor _init
    Adding new class method 'base' which can be used for calling base class methods easily
    pl.class broke with classes that redefined __newindex; OrderedMap can now use normal indexing to assign keys in order
    Merge pull request #54 from CoolisTheName007/patch-1
    Typo fixed, libarary->library
    Typo fixed.
    Added tablex.sort and tablex.sortv to iterate over sorted elements
    There are times when it would be convenient to iterate over a table
    either by sorted keys or values. There is an example of this in the
    PIL book. I added the two functions to tablex module, added two test
    cases, and updated the PL manual.
    Merge pull request #51 from pkazmier/master
    Thanks!
    lapp.add_type was broken due to uninitialized table variable.
    The variable `types` was not initialized preventing `add_type` from
    appending custom types to the variable. I also added a new test to
    cover this test case in the future.
2013-07-14 20:28:19 +00:00
alnsn
4958986a0e Use ${LUA_LDIR}. 2013-07-14 20:07:38 +00:00
wiz
d06af94718 Update to 0.9:
---
0.9
---

* `package_index` now validates hashes other than MD5 in download links.
2013-07-14 17:37:02 +00:00
wiz
fcddd59da4 Update to 1.60.1:
This release fixes a bug in compiled patterns.
2013-07-14 17:33:59 +00:00
rodent
df302d9724 Update to latest stable, 4.0.0. Buildlink pthread. Move disabling of
trace and debug configure arguments to options.mk under the debug
PKG_OPTION.

From ChangeLog:

libosip2 (4.0.0)
        * implement time compensation for android.
        * reduce path len // remove path in front of logs.
        * accept only SIP/D.D format message.
        * fix bug when releasing request with missing major headers.
        * fix minor memory leak // remove limitation on fifo size.
        * add system time support for macosx and ios.
        * use system independant time for osip_gettimeofday on unix platform.
        * To compile/use osip based application in multi threaded
          env, you don't need to define -DOSIP_MT any more. Instead,
          if you wish to disable the feature, you can compile with
          -DOSIP_MONOTHREAD.
        * A few other clean up were made inside osip to avoid any
          define to appear in include files. Also to avoid conflict,
          config.h has been renamed to osip-config.h.
2013-07-14 14:55:16 +00:00
wen
eab14cd529 Update to 0.30
Upstream changes:
version: 0.30
date:    Wed Apr  3 15:24:44 PDT 2013
changes:
- Fix https://rt.cpan.org/Public/Bug/Display.html?id=84398
- chip++
- Documented JSON support.
---
version: 0.29
date:    Mon Apr  1 21:48:31 PDT 2013
changes:
- Support JSON and JSON::XS. dankogai-san++
2013-07-14 00:34:35 +00:00
wen
d4fdf6d547 Update to 6.40
(No upstream changelog)
2013-07-14 00:30:22 +00:00
wen
1ea259038a Update to 1.6923
Upstream changes:
1.6923  2013-07-03 22:16:04 PDT
   [Bug Fixes]
      - Reverted the --skipdeps in PERL_AUTOINSTALL since it breaks default
        dependencies in Module::Install-based distributions

1.6922  2013-06-19 13:55:54 PDT
   [Improvements]
      - No changes in the code, packaging update so the fatpacked executable on cpanm has
        the right version. #274

1.6921  2013-06-18 03:18:55 PDT
   [Bug Fixes]
      - Fixes install with Module::Build < 0.35, i.e. vanilla perl 5.10.1
        (Thanks to joshk for the report)
      - Fixes install on 5.8 with Module::Build dists without configure_requires #273
        (Thanks to gildegoma for the report)

1.6920  2013-06-14 14:08:44 PDT
   [Improvements]
      - Handle PERL_LOCAL_LIB_ROOT in case multiple paths are stacked (mst)
      - Remove the search.cpan.org fallback where no META files exist. Generate stub using CPAN::Meta

1.6919  2013-06-12 08:32:06 PDT
   [Incompatible Changes]
      - Automatically detect local::lib mode when environment variables are already configured
        on the shell. This is to fix the first time run when local::lib is configure but arch
        library path doesn't exist. #263

1.6918  2013-06-10 13:02:06 PDT
   [Improvements]
      - Fix documentation about --quiet
      - Find the best (non-backpan) match out of MetaCPAN results when there are multiple
        results https://github.com/CPAN-API/cpan-api/issues/274

1.6917  2013-06-05 10:07:12 JST
   [Incompatible Changes]
      - build.log is now created inside a work directory, then a symlink to the file is
        made in ~/.cpanm. On platforms where symlink is not available (Win32), the build.log
        file is copied from the build directory once the installation has finished. (ilmari)

1.6916  2013-06-04 19:54:36 JST
   [Improvements]
      - Do not complain upgrading cpanm in local::lib
      - Accept 0-9_ in PAUSE ID (#265)
2013-07-14 00:20:20 +00:00
joerg
4fceacc211 Don't create multiple extern entries for the same inlined function. 2013-07-13 19:22:27 +00:00
dholland
8d69379a9d Update to 0.4.
release 0.4 (20130713)
   - Fix stupid build problem introduced in 0.3.1.
   - Accept and ignore -m32, which imake issues willy-nilly on a bunch
     of platforms. I thought this had already been done, but apparently
     not.
   - Don't use the <err.h> functions. There are still people out there
     using legacy systems missing them.
   - Sort out some more issues pertaining to handling quoted strings.
   - Add some more tests.
2013-07-13 18:51:03 +00:00
wen
b9421a3163 Update to 0.08
Upstream changes:
0.08  2013-07-09
      - remove Test::Warnings dep

0.07  2013-07-08
      - instead of silently ignoring conflicts that do not compile, issue a
        conflict warning. (RT#75486, Karen Etheridge)

0.06  2013-06-21
      - make the runtime conflict warnings optional, since i'm not sure how
        stable of an idea this really is
      - use Exporter instead of Sub::Exporter

0.05-TRIAL  2011-01-17
      - require 5.8.1, clean up a few things and add a few more tests

0.04-TRIAL  2011-01-13
      - fix an issue with certain other perls

0.03-TRIAL  2011-01-13
      - add runtime conflict warnings
2013-07-13 13:03:29 +00:00
wen
d5cd3e6316 Update to 0.97
Upstream changes:
0.97    Sun Mar 17 19:20:30 CET 2013
        - corrected minor spelling fixes thanks to an rt patch.
        - fixed AnyEvent::IRC::Connection::is_connected to actually return true
          when connected.
        - AE::IRC::Client::connect can now also connect only with a timeout without
          having to register.
        - Server reply of 001 is now also considered as "successfully registered".
          Thanks for Lee to spot this.
        - "quit" event gets the right parameter from the message now. Thanks to Lee!
2013-07-13 12:58:58 +00:00
wen
39fa9cc6d9 Update to 1.11
Upstream changes:
1.11 2013-04-28 22:00:38
    [TEST FIXES]
    - Ensure Try::Tiny is bundled

1.10 2013-04-26 10:53:40
    [TEST FIXES]
    - Bundle Try::Tiny for tests

1.09 2013-04-25 14:03:13
    [TEST FIXES]
    - Bundle Test::Fatal for tests
2013-07-13 11:46:07 +00:00
wen
7aefb91b90 Update to 0.64
Update DEPENDS

Upstream changes:
0.64: # 2013-06-02T09:44:59+0200
- The build directory is removed before a new build.
- New command: `install-multiple`
- `clean` command now also removes tarballs
- `install` command has many extra convienent flags.
- Use "http://www.cpan.org" as the default CPAN mirror instead of "http://search.cpan.org/CPAN"
- Remove the --insecure/--no-check-certificate command bflags when invoking curl/wget.

0.63: # 2013-05-06T16:53:48+0200
- Remove `install-ack` command.
  - Due to the new architecture of ack2, it does not make sense
    to install the standalone executable anymore. Thus it's better not
    to do the installation with perlbrew.
- Fix the `use` and `switch` command when switching between binary incompatible perl installations. See GH #297

0.62: # 2013-04-07T17:43:58+0800
- Fix `list-modules` under lib env. It lists all modules in the lib, and in the base.
- Use the original grep command to prevent aliases from breaking the content of init. GH #307
- `perlbrew alias help` is now the same as `perlbrew help alias`
- `perlbrew exec --with ...` now preserve the order of specified names.

0.61:
- Fix bashrc on various OS/shell. See GH #302

0.60: # 2013-03-17T21:44:12+0100
- Exit status handling in bash function. See ed29288ab50a15d7df86d69cfcbddf108674eb07 for more details.
- Fix compatibility with recent local::lib version.
- Delay the loading of server modules.
- Fix warnings when runing `perlbrew off`


0.59: # 2013-02-17T12:34:10+0100
- New feature: "perlbrew install --switch $perl"
- New feature: "perlbrew install stable"
- Fix "--quiet" options for "exec" command
- Fix mulitple test failures and warnings

0.58: # 2012-11-16T08:45:18+0100
- Fix infinite re-exec loop as identified in #263
- Fix a case where PERL5LIB still contains previous entries after deactivating or activating other ones.

0.57: # 2012-11-13T19:57:03+0100
- Fix an infinite re-exec loop

0.56: # 2012-11-11T23:10:30+0100
- Fix GH #261, which breaks `off` and `swich-off` commands.

0.55:
- Revert the requirement of 5.8.8. Now require 5.8
- Add PERLBREW_CPAN_MIRROR environment variable
- Deal with a minor local::lib path problem. See GH #254.
2013-07-13 11:40:02 +00:00
wen
066461ffad Update to 1.24
Upstream changes:
-----------------------------------------
version 1.24 at 2013-06-21 07:01:12 +0000
-----------------------------------------

  Change: 73f1b5bdee2bcf52a9e39f7ae61ca4d003881f22
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2013-06-21 08:01:12 +0000

    Updated for v5.19.1

  Change: 76c5a70570ee99229c4553717e4368782dad77c7
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date : 2013-05-27 03:05:10 +0000

    Merge pull request #2 from salva/give-more

    add sub 'perl_versions' that returns the list of versions supported
    by the module

  Change: 311199c26fcf63d80b39bcacc462e87e0b593aed
  Author: Salvador <sfandino@yahoo.com>
  Date : 2013-05-27 11:06:12 +0000

    add tests for perl_versions sub

  Change: fe9542930febd38718ecaf459c80da36507e9741
  Author: Salvador <sfandino@yahoo.com>
  Date : 2013-05-27 10:08:41 +0000

    add perl_versions function returning list of perl versions known to
    the module

-----------------------------------------
version 1.22 at 2013-05-20 13:25:00 +0000
-----------------------------------------

  Change: ed957be9c3111676ffb25194a8531928032b2746
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2013-05-20 14:25:00 +0000

    Fixing distribution

  Change: 6582aa42e3fe2769ed1588c75f1f3ee9362593f0
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2013-05-20 14:24:10 +0000

    Updated for v5.19.0

-----------------------------------------
version 1.20 at 2013-05-18 13:57:11 +0000
-----------------------------------------

  Change: 031e41245d08267e244c8446e8085d695e8956c7
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2013-05-18 14:57:11 +0000

    Updated for v5.18.0 \o/

-----------------------------------------
version 1.16 at 2013-05-16 06:55:41 +0000
-----------------------------------------

  Change: bfc7cb272a3854f5a61aed2f40591e74f01d5f29
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2013-05-16 07:55:41 +0000

    Updated for v5.18.0-RC4

-----------------------------------------
version 1.14 at 2013-05-13 21:59:54 +0000
-----------------------------------------

  Change: 3882ae87524c944ef1c63ead804c583e9165a43b
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2013-05-13 22:59:54 +0000

    Updated for v5.18.0-RC3

-----------------------------------------
version 1.12 at 2013-05-13 07:11:33 +0000
-----------------------------------------

  Change: 625b20e9dee61f43d054f0e798399611c70f1bce
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2013-05-13 08:11:33 +0000

    Updated for v5.18.0-RC1/RC2

-----------------------------------------
version 1.10 at 2013-04-21 08:23:41 +0000
-----------------------------------------

  Change: d369eb6b8a337a0365e74f79af7c1b7cca5a0f3e
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2013-04-21 09:23:41 +0000

    Updated for v5.17.11
2013-07-13 11:36:46 +00:00
wen
2f150e648a Update to 0.22
Upstream changes:
0.22      2013-03-27 15:50:29 America/New_York

  Documented:

  - Issue tracker is now github

0.21      2012-11-14 19:04:49 America/New_York

  Changed:

  - Skips tee and leak tests for closed STDIN on Perl prior to
    5.12 when PERL_UNICODE=D.  Documented lack of support as
    a known issue.

  - Isolated tee subprocesses from effects of PERL_UNICODE as a
    precaution (though this did not fix the above issue).

  - Improved layer detection for handles proxied due to being closed
    or tied.
2013-07-13 11:32:32 +00:00
wen
3d77ff75eb Update to 1.008010
Upstream changes:
1.008010 2013-05-26
        - Fix a split on undefined value warning (David Golden -- see
          https://github.com/gugod/App-perlbrew/issues/305)

1.008009 2013-02-24
        - Remove Carp::Always dep

1.008008 2013-02-24
        - Fix putting arch path in PERL5LIB
        - Refactor Win32 path handling out of ensure_dir_structure_for()
        - Fix activate_paths when PERL_LOCAL_LIB_ROOT starts with :
        - Fix ~/perl5/bin missing in $PATH

1.008007 2013-02-17
        - Back to 1.008004 with Carp fix since subsequent releases were botched
        - Avoid issue where PERL5LIB Carp is older than local::lib one
2013-07-13 09:37:37 +00:00
wen
9471ed0c2f Update to 0.96
Upstream changes:
version 0.96 at 2013-07-08 06:53:34 +0000
-----------------------------------------

  Change: a78109ca3e2c9338bf98185c2014ba2be4a04942
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2013-07-08 07:53:34 +0000

    Fix patch applying for v5.18.0

-----------------------------------------
version 0.94 at 2013-07-07 13:45:00 +0000
-----------------------------------------

  Change: c5257739abd2cde575036ba9b105977679a30273
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2013-07-07 14:45:00 +0000

    Added commit 4149c7198d9b78d861df289cce40dd865cab57e7

    Fixes a regmatch pointer 32-bit wraparound regression in v5.18.0

-----------------------------------------
version 0.92 at 2013-07-07 13:29:48 +0000
-----------------------------------------

  Change: 8881838495367f05f599939d4e1eac86106785fa
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2013-07-07 14:29:48 +0000

    Update Midnight BSD hints for 0.4-RELEASE

-----------------------------------------
version 0.90 at 2013-05-18 22:58:06 +0000
-----------------------------------------

  Change: fe0a97026ae5a56374b1d9a5968554a0c9b693bc
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2013-05-18 23:58:06 +0000

    Bumped version to 0.90

  Change: cc5a37b1298b45fe2e74a4db92e85561a12f1052
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2013-05-18 23:50:04 +0000

    Added gcc m64 fixes for Solaris 11

    http://perl5.git.perl.org/perl.git/commitdiff/1ddb6a4

    http://perl5.git.perl.org/perl.git/commitdiff/767f54d

  Change: 815ff70a8a86c97742a0afdc5a092c590c729e80
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2013-05-18 22:04:29 +0000

    Update hpux hints

  Change: 089592af98239448a956586cf8998dee7b2ab7b6
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2013-05-18 21:46:55 +0000

    Added hints audit tool

  Change: 842e6a11a1dac1adfa253a4a9dbd60d53286fa8e
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2013-05-18 18:24:52 +0000

    Added 'hints' function to Devel::PatchPerl::Hints

-----------------------------------------
version 0.88 at 2013-05-16 12:02:55 +0000
-----------------------------------------

  Change: 7a381f7a969eeb683343ddc3511169298aa19889
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2013-05-16 13:02:55 +0000

    Make determine_version() available in the public API

    https://github.com/bingos/devel-patchperl/issues/12

-----------------------------------------
version 0.86 at 2013-05-08 15:39:07 +0000
-----------------------------------------

  Change: 50d0a6e5c2b5f25de596463f219c78204e0ae477
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2013-05-08 16:39:07 +0000

    Bump version

  Change: 09c3d04f1eddb60cdbba7b597a9c114c7396be2f
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date : 2013-05-08 08:11:48 +0000

    Merge pull request #11 from hirose31/prevent-premature-hsplit

    Add patch on prevent premature hsplit for Perl 5.8.[89], 5.10.1,
    5.12.5

  Change: 19a38ec13e6634a4707bb5043da051b6c551c23f
  Author: HIROSE Masaaki <hirose31@gmail.com>
  Date : 2013-05-08 13:52:42 +0000

    Add patch on prevent premature hsplit for Perl 5.8.[89], 5.10.1,
    5.12.5

-----------------------------------------
version 0.84 at 2013-03-08 21:35:14 +0000
-----------------------------------------

  Change: 7b5f0d6c51dbff9a22f250813e230816d3d36f08
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2013-03-08 21:35:14 +0000

    Remove requirement on IPC::Cmd

    This should make the perlbrew peeps happy

-----------------------------------------
version 0.82 at 2013-02-25 21:38:08 +0000
-----------------------------------------

  Change: 3e146301433f8098460dc6fd5d1930fc48c2903a
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2013-02-25 21:38:08 +0000

    Update Linux hints

-----------------------------------------
version 0.80 at 2013-02-25 12:04:03 +0000
-----------------------------------------

  Change: ef4dfcccd90f7f786847998cba8891b69fd5a2e1
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2013-02-25 12:04:03 +0000

    Bump version to 0.80

  Change: 4e3020edfa3b3adcb79dd4d3c8e410f8cb12bf53
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2013-02-25 12:02:09 +0000

    Ensure that the linux hints file gets updated for kfreebsd as well

  Change: 52fde6650e6a6324c7817fb81d9d08260f73d96a
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2013-02-25 11:41:38 +0000

    Add updated hints for gnukfreebsd

-----------------------------------------
version 0.78 at 2013-02-17 16:58:31 +0000
-----------------------------------------

  Change: 0c2be36694492d5824f7704cf9d3473c28228d99
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2013-02-17 16:58:31 +0000

    Added midnightbsd hints file which supports 0.4
2013-07-13 09:31:57 +00:00
wen
f9d0c6e475 Update to 0.46
Upstream changes:
---
version: 0.46
date:    Wed Jul 25 17:35:44 PDT 2012
changes:
- Re-releasing to reclaim indexing from Alt-IO-All-new
---
version: 0.45
date:    Wed Jul 18 22:15:04 EDT 2012
changes:
- Added an example for ->assert and fixed the \E warnings on 5.16, courtesy shlomi fish
2013-07-13 09:25:09 +00:00
wen
3d969a64d5 Update to 1.29.07
Update LICENSE

Upstream change:
2013-07-12  Jarkko Hietaniemi  <jhi@Vredefort-2.local>

	* Address rt.cpan.org #86857: t/setrlimit.t failure
	  Skip setrlimit() tests also if the hard limit is RLIM_INFINITY.

	* Release 1.2907.

2013-07-07  Jarkko Hietaniemi  <jhi@iki.fi>

	* Skip number-of-files and stack setrlimit tests in Cygwin:
	  the constants exist but the implementation doesn't really
	  seem to be there.  Document this in the pod.  Testing by dsolimano.

	* For setrlimit tests involving byte sizes (memory or file size)
	  round the byte sizes down to 4 kB boundaries.

	* Fix some pod nits.

	* Release 1.2906.

2013-06-22  Jarkko Hietaniemi  <jhi@iki.fi>

	* Address rt.cpan.org #86334: typo fixes

	* Address rt.cpan.org #62504: Disable user/system
	  timing tests if workload accumulate too little time

	* Attempt harder in getrusage.t to burn enough user and system time,
	  refactor the "burn some cpu" utility into t/burn.pl, use that also
	  in t/times.t.

	* Fix a testing problem in NetBSD for t/setrlimit.t,
	  the tests were misnumbered.

	* Silence compilation warnings coming from Perl 5.18.0.

	* Clarify the license to be Artistic 2.0 or LGPL 2.0.

	* Regenerate ppport.h with Perl 5.18.0.

	* Release 1.2905.
2013-07-13 08:32:13 +00:00
obache
5498f534ba revert unwanted change at the previous commit. 2013-07-13 07:43:59 +00:00
obache
909bb20eac drop -m32 for i386, it's not a valid cpp flag. 2013-07-13 07:42:51 +00:00
jperkin
b091c2f172 Bump PKGREVISION of all packages which create users, to pick up change of
sysutils/user_* packages.
2013-07-12 10:44:52 +00:00
jnemeth
8779023af2 sort 2013-07-11 04:03:01 +00:00
wiz
1da33afb53 Regenerated build rules file for subversion-1.8.0.
Bump PKGREVISION of all subversion packages to be on the safe side.

Update ap2-subversion PLIST for the change.
2013-07-10 13:28:37 +00:00
dholland
73a767a188 Oops, forgot <stdarg.h>. PR 48037
There must be something wrong with netbsd's headers, as none of

   #include <stdbool.h>
   #include <stdio.h>
   #include <stdlib.h>
   #include <string.h>
   #include <errno.h>
   #include <err.h>

ought to leak in stdarg.h, but apparently one is.
2013-07-10 05:50:05 +00:00
schmonz
ac5921def7 Update to 0.03. From the changelog:
* Minor toolchain updates:
   + META.yml + META.json
   + Don't add Module::Build to configure_requires
* Updated FSF address in LICENSE file
2013-07-10 02:38:52 +00:00
schmonz
cd335b45ca Update to 1.20121103. From the changelog:
- fixed VERSION( undef ) (Peter Vereshagin, RT #80304)
- fixed POD encoding error (Norbert E. Gruener, RT #80468)
- added Perl 5.16 support
2013-07-10 02:17:05 +00:00
schmonz
c0a745d340 Update to 0.32. From the changelog:
- prep for upcoming Test::Simple 0.99
- Fixed tests that broke due to Test::More diagnostic changes
2013-07-10 02:13:58 +00:00
schmonz
19aeb170df Update to 3.28. From the changelog:
- Bugfix: Fix taint failures on Windows (Jan Dubois)
2013-07-10 02:11:54 +00:00
schmonz
ce77809de5 1.03 Sun, 22 Apr 2012 17:11:16 -0400
* Clarified MERGE cache options and fixed bug
  * Documentation fixes
2013-07-10 01:58:44 +00:00
schmonz
250cd73a64 Update to 0.1008. From the changelog:
- Fixed broken use of abs_path on Cygwin [Joel Berger]
- Fixed broken Pod link; reordered CAVEATS section
2013-07-10 01:37:29 +00:00
schmonz
fdbfde5074 Update to 0.0402. From the changelog:
- Fixed missing documentation for "barf".
- Depricated :traditional in favor of Try::Tiny.
- Documented rethrowing Ouches.
- Added more docs for the :trytiny aliases
2013-07-10 01:19:36 +00:00
schmonz
17d30e3996 Update to 1.8. From the changelog:
* Update to work with v5.18
* Fix tests for Windows (thanks to Alexandr Ciornii for patches).
2013-07-10 01:16:23 +00:00
dholland
6e0fdd0bff Update to 0.3.1: minor fixes.
release 0.3.1 (20130709)
   - Don't leak memory and assert if a bad command-line option comes
     after a -D or a -include foo.
   - Since imake is a principal application for tradcpp and imake carefully
     hides what it's doing when you run it, when rejecting an invalid option
     be sure to report *what* that option is.
2013-07-09 17:39:52 +00:00
kleink
33e73c2715 Update py-blinker to 1.3.
Version 1.3
-----------

Released July 3, 2013

- The global signal stash behind blinker.signal() is now backed by a
  regular name-to-Signal dictionary. Previously, weak references were
  held in the mapping and ephermal usage in code like
  ``signal('foo').connect(...)`` could have surprising program behavior
  depending on import order of modules.
- blinker.Namespace is now built on a regular dict. Use
  blinker.WeakNamespace for the older, weak-referencing behavior.
- Signal.connect('text-sender') uses an alterate hashing strategy to
  avoid sharp edges in text identity.
2013-07-09 16:55:41 +00:00
ryoon
16d9446eef Update to 17.0.7
Changelog:
FIXED
Security fixes can be found here

Fixed in Firefox ESR 17.0.7
MFSA 2013-59 XrayWrappers can be bypassed to run user defined methods in a privileged context
MFSA 2013-56 PreserveWrapper has inconsistent behavior
MFSA 2013-55 SVG filters can lead to information disclosure
MFSA 2013-54 Data in the body of XHR HEAD requests leads to CSRF attacks
MFSA 2013-53 Execution of unmapped memory through onreadystatechange event
MFSA 2013-51 Privileged content access and execution via XBL
MFSA 2013-50 Memory corruption found using Address Sanitizer
MFSA 2013-49 Miscellaneous memory safety hazards (rv:22.0 / rv:17.0.7)
2013-07-09 10:53:14 +00:00
marino
8063bf6f75 devel/gps: Upgrade GNAT Programming Studio to version 5.2.1
This is a significant upgrade over version 5.0.1 which is currently in
pkgsrc, representing approximately two years of work.  The latest online
documentation can be browsed here:

   http://docs.adacore.com/gps-docs/users_guide/_build/html/

Changes to the package itself include:
* python now works and is a default option
* readline support is now an option and is default
* Multiple job support enable
* Documentation now generated by sphinx

Also the problem described in PR#47824 no longer occurs, so this PR will
be closed.
2013-07-09 10:16:02 +00:00
markd
1028525658 Add gettext-tools dependency. Bump PKGREVISION. 2013-07-08 19:50:15 +00:00
wiz
7f88d19146 Fix PLIST for python != 2.7. 2013-07-08 16:17:20 +00:00
wiz
07bc20e305 Update to 0.6.49:
------
0.6.49
------

* Move warning check in ``get_cache_path`` to follow the directory creation
  to avoid errors when the cache path does not yet exist. Fixes the error
  reported in #375.

------
0.6.48
------

* Correct AttributeError in ``ResourceManager.get_cache_path`` introduced in
  0.6.46 (redo).

------
0.6.47
------

* Correct AttributeError in ``ResourceManager.get_cache_path`` introduced in
  0.6.46.
2013-07-08 08:50:09 +00:00
richard
810d739fa7 update ncurses patch to support gcc48 on solaris 2013-07-08 05:54:24 +00:00
richard
91d86b36d9 add devel/py-unittest2 2013-07-08 04:53:58 +00:00
richard
0910416e44 Unittest2 is a backport of the new features added to the unittest testing
framework in Python 2.7. It is tested to run on Python 2.4 - 2.7.

To use unittest2 instead of unittest simply replace import unittest with
import unittest2.
2013-07-08 04:52:48 +00:00
obache
7eb2e11444 from CHANGES in 1.8.0, support ruby 1.9. 2013-07-08 02:43:13 +00:00
taca
0e9df4298e Previous distfile wasn't really gem format file and now real gem file
can be fetched.  So, add  DIST_SUBDIR and bump PKGREVISION.
2013-07-07 16:02:42 +00:00
taca
a937cfb0b0 Make sure to add a patch file. 2013-07-07 15:58:52 +00:00
taca
68a07f6e56 Add quick hack to fix runtime problem with Ruby 1.8.7.
Bump PKGREVISION.
2013-07-07 15:57:59 +00:00
taca
05d9c5f7d1 Simplity GEM_CLEANBUILD. 2013-07-07 15:56:50 +00:00
taca
07636baa24 Change GEM_CLEANBUILD not to include the same Ruby's extension file in
package.

Bump PKGREVISION.
2013-07-07 15:25:59 +00:00
taca
97a9590644 Utilize GEM_NAME in PLIST. 2013-07-07 15:24:19 +00:00
rodent
88c28d02ae +mm-common 2013-07-07 15:05:42 +00:00