Result:
found more than 846 distributions - search limited to the first 2001 files matching your query ( run in 1.728 )


Alien-Libxml2

 view release on metacpan or  search on metacpan

maint/tags-to-versions.pl  view on Meta::CPAN

{
  next if $version =~ /-rc[0-9]$/; # ignore rc
  next if $version =~ /^CVE/;
  next if $version =~ /^PRE_MUCKUP/;
  next if $version eq 'help';
  next if $version =~ /^(help|GNUMERIC_FIRST_PUBLIC_RELEASE|ChangeLog|EAZEL-NAUTILUS-MS-AUG07|FOR_GNOME_0_99_1|GNOME_0_30|GNOME_PRINT_0_24|LIBXML2_2_5_x|LIB_XML_1_X)$/;

  my @v;

  if($version =~ /^LIBXML([0-9]+)\.([0-9]+)\.([0-9]+)$/)
  {

 view all matches for this distribution


Alien-OTR

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


4.0.0.1 2014-06-16 01:27:50
    Use latest devel branch of libotr.
    Add patch to free memory of context->context_priv.

4.0.0.0 2014-02-04 00:24:20
	Initial version.

 view all matches for this distribution


Alien-OpenJPEG

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         "web" : "https://github.com/project-renard/p5-Alien-OpenJPEG"
      }
   },
   "version" : "0.002",
   "x_alienfile" : {
      "generated_by" : "Dist::Zilla::Plugin::AlienBuild version 0.24",
      "requires" : {
         "share" : {
            "Alien::Build::Plugin::Gather::Dino" : "0",
            "Alien::gmake" : "0.11",
            "Archive::Tar" : "0",

 view all matches for this distribution


Alien-Poppler

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         "web" : "https://github.com/project-renard/p5-Alien-Poppler"
      }
   },
   "version" : "0.002",
   "x_alienfile" : {
      "generated_by" : "Dist::Zilla::Plugin::AlienBuild version 0.24",
      "requires" : {
         "share" : {
            "Alien::Build::Plugin::Gather::Dino" : "0",
            "Alien::OpenJPEG" : "0",
            "Alien::gmake" : "0.11",

 view all matches for this distribution


Alien-ROOT

 view release on metacpan or  search on metacpan

inc/inc_Module-Build/Module/Build/API.pod  view on Meta::CPAN


Consult the Getopt::Long documentation for details on its usage.

=item include_dirs

[version 0.24]

Specifies any additional directories in which to search for C header
files.  May be given as a string indicating a single directory, or as
a list reference indicating multiple directories.

 view all matches for this distribution


Alien-Role-Dino

 view release on metacpan or  search on metacpan

corpus/autoheck-libpalindrome/config.sub  view on Meta::CPAN

		;;
	hp9k78[0-9] | hp78[0-9])
		# FIXME: really hppa2.0-hp
		basic_machine=hppa1.1-hp
		;;
	hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893)
		# FIXME: really hppa2.0-hp
		basic_machine=hppa1.1-hp
		;;
	hp9k8[0-9][13679] | hp8[0-9][13679])
		basic_machine=hppa1.1-hp

 view all matches for this distribution


Alien-SDL

 view release on metacpan or  search on metacpan

inc/My/Utility.pm  view on Meta::CPAN

      arch_re  => qr/^MSWin32-x86-multi-thread(-64int)?$/,
      os_re    => qr/^MSWin32$/,
      cc_re    => qr/gcc/,
    },
    {
      title    => "Binaries Win/64bit SDL-1.2.14 (extended, 20100824)\n" .
                  "\t(gfx, image, mixer, net, smpeg, ttf, sound, svg, rtf, Pango)\n" .
                  "\tBEWARE: binaries are using old ABI - will fail with the latest gcc\n" .
                  "\tBEWARE: this is intended just for old strawberryperl 5.12.x/64bit",
      url      => [
        'http://strawberryperl.com/package/kmx/sdl/Win64_SDL-1.2.14-extended-bin_20100824.zip',
        'http://froggs.de/libsdl/Win64_SDL-1.2.14-extended-bin_20100824.zip',
      ],
      sha1sum  => 'ccffb7218bcb17544ab00c8a1ae383422fe9586d',
      arch_re  => qr/^MSWin32-x64-multi-thread$/,
      os_re    => qr/^MSWin32$/,
      cc_re    => qr/gcc/,

 view all matches for this distribution


Alien-SDL2

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN

    'File::Spec'       => '0',
    'File::Temp'       => '0.23',
    'File::ShareDir'   => '0',
    'ExtUtils::CBuilder' => '0',
    'File::Path'       => '2.08',
    'File::Fetch'      => '0.24',
    'File::Find'       => '0',
    'File::Which'      => '0',
    'Digest::SHA'      => '0',
    'Archive::Extract' => '0',
    'Archive::Tar'     => '0',

Build.PL  view on Meta::CPAN

    'Text::Patch'      => '1.4',
  },
  configure_requires   => {  #need to have for running: perl Build.PL
    'File::Spec'       => '0',
    'File::Path'       => '2.08',
    'File::Fetch'      => '0.24',
    'File::Find'       => '0',
    'File::Which'      => '0',
    'Digest::SHA'      => '0',
    'Archive::Extract' => '0',
    'Module::Build'    => '0.36',

 view all matches for this distribution


Alien-SVN

 view release on metacpan or  search on metacpan

src/subversion/CHANGES  view on Meta::CPAN

 * fixed: crashes when deleting a revision-prop (r10148, r10185, r10192)
 * fixed: mod_authz_svn allows COPY method on repos with space in name (#1837)
 * fixed: mod_authz_svn COPY security hole:  authorize whole tree (issue #1949)
 
 Developer-visible changes:
 * neon 0.24.7 now required (fixes wire compression bugs) (r10159, 10176)


Version 1.0.5
(10 Jun 2004, from /branches/1.0.5)
http://svn.apache.org/repos/asf/subversion/tags/1.0.5

src/subversion/CHANGES  view on Meta::CPAN

 User-visible changes:
 * fixed: 'svn up' can delete unversioned data on win32 fs (issue #1854)
 * fixed: pool leaks in 'svnlook diff/changed/dirs-changed'
 * fixed: insecure script example in pre-commit-hook template
 * fixed: inability to do a checkout to '/'
 * officially recommend neon 0.24.6 in all docs.

 Developer-visible changes:
 * fixed: RPM build for Fedora & WBEL3/RHEL3
 * fixed: SWIG-java building problem
 * fixed: javahl bug which can crash JVM

src/subversion/CHANGES  view on Meta::CPAN

   prevent copies of copies in wc (r7077, #1259), display failed
   revprop change over ra_dav (r7081, #1520), 'svn st -u' throws RA
   error properly (r7094, #1506)

 Developer-visible changes:
 * ra_dav now requires neon-0.24.X
 * many gen_make.py/gen-base.py improvements, especially for win32 builds
 * many improvements to swig/perl bindings
 * improvements to contrib/:  psvn.el, and new svn-push program.
 * more cvs2svn bugfixes:  issue #1504, #1421, #1514, and new --username arg.
 * python testsuite only raises exceptions, never status codes. (#1192)

src/subversion/CHANGES  view on Meta::CPAN

 * other bugfixes: switch deletion bug (r6890, #1496), status
   repos-delete bug (r6913, #1469), reversion of '.' (r6953, #854).

 Developer-visible changes:
 * GUI developers take note: prompting API changed (r6928, #1214)
 * now compile against neon-0.24; 0.23.9 support to be dropped soon. (r6958)
 * various improvements to Perl/SWIG bindings
 * tree re-org:  non-core utilities split into 'tools' and 'contrib' areas.
 * some gen_make.py/gen-base.py improvements
 * configure.in CFLAGS bugfix (r6963)
 * stop calling deprecated APIs in APR, in preparation for upcoming APR-1.0.

src/subversion/CHANGES  view on Meta::CPAN

    - mod_dav_svn's autoversioning failure on PUT (r6312)
    - 'svn switch' memory bug (r6296)
 * changed - mailer.py now uses svn_repos_replay()


Version 0.24.2 (released 18 June 2003, revision 6284, branches/release-0.24.2)

 User-visible changes:
 * fix 'svn export' potential segfault
 * fix occasional diff test failures
 * fix 'svnadmin dump' memory hog

src/subversion/CHANGES  view on Meta::CPAN


 Developer-visible changes:
 * none


Version 0.24.1 (released 16 June 2003, revision 6249, branches/release-0.24.1)

 User-visible changes:
 * Fix bug in 'svn log'.

 Developer-visible changes:
 * none


Version 0.24.0 (released 15 June 2003, revision 6234, branches/release-0.24.0)

 User-visible changes:
 * new 'svn diff [--old OLD] [--new NEW]' syntax (#1142)
 * new --relocate option for svn switch (#951)
 * new --version option for svnadmin and svnlook

 view all matches for this distribution


Alien-SwaggerUI

 view release on metacpan or  search on metacpan

share/swagger-ui-bundle.js  view on Meta::CPAN

/*!
 * https://github.com/Starcounter-Jack/JSON-Patch
 * (c) 2017 Joachim Wester
 * MIT license
 */
var n=this&&this.__extends||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n]);function r(){this.constructor=e}e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)},r=Object.prototype.hasOwnProperty;function o(e,t){return ...
/** @license React v16.8.6
 * react-is.production.min.js
 *
 * Copyright (c) Facebook, Inc. and its affiliates.
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 */Object.defineProperty(t,"__esModule",{value:!0});var r="function"==typeof Symbol&&Symbol.for,o=r?Symbol.for("react.element"):60103,i=r?Symbol.for("react.portal"):60106,a=r?Symbol.for("react.fragment"):60107,s=r?Symbol.for("react.strict_mode"):6010...
/*!
 * https://github.com/Starcounter-Jack/JSON-Patch
 * (c) 2017 Joachim Wester
 * MIT license
 */

share/swagger-ui-bundle.js  view on Meta::CPAN

 *
 * Copyright(c) 2016 Gregory Jacobs <greg@greg-jacobs.com>
 * MIT License
 *
 * https://github.com/gregjacobs/Autolinker.js
 */o=[],void 0===(i="function"==typeof(r=function(){var e,t,n,r,o,i,a,s=function(e){e=e||{},this.version=s.version,this.urls=this.normalizeUrlsCfg(e.urls),this.email="boolean"!=typeof e.email||e.email,this.twitter="boolean"!=typeof e.twitter||e.twitt...
//# sourceMappingURL=swagger-ui-bundle.js.map

 view all matches for this distribution


Alien-Tidyp

 view release on metacpan or  search on metacpan

patches/config.sub  view on Meta::CPAN

		;;
	hp9k78[0-9] | hp78[0-9])
		# FIXME: really hppa2.0-hp
		basic_machine=hppa1.1-hp
		;;
	hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893)
		# FIXME: really hppa2.0-hp
		basic_machine=hppa1.1-hp
		;;
	hp9k8[0-9][13679] | hp8[0-9][13679])
		basic_machine=hppa1.1-hp

 view all matches for this distribution


Alien-TinyCC

 view release on metacpan or  search on metacpan

src/TODO  view on Meta::CPAN

- __builtin_expect()
- improve '-E' option.
- atexit (Nigel Horne)
- packed attribute
- C99: add complex types (gcc 3.2 testsuite issue)
- postfix compound literals (see 20010124-1.c)

Optimizations:

- suppress specific anonymous symbol handling
- more parse optimizations (=even faster compilation)

 view all matches for this distribution


Alien-TinyCCx

 view release on metacpan or  search on metacpan

src/TODO  view on Meta::CPAN

- __builtin_expect()
- improve '-E' option.
- atexit (Nigel Horne)
- packed attribute
- C99: add complex types (gcc 3.2 testsuite issue)
- postfix compound literals (see 20010124-1.c)

Optimizations:

- suppress specific anonymous symbol handling
- more parse optimizations (=even faster compilation)

 view all matches for this distribution


Alien-Unicruft

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

##-*- Mode: Change-Log; coding: utf-8; -*-
##
## Change log for perl distribution Alien::Unicruft

v0.003 Wed, 12 Dec 2018 09:05:43 +0100 moocow
	+ added --disable-doc configure option to alien_build_commands (requires libunicruft >= v0.24)
	  - don't bother building docs for alien builds
	  - should hopefully fix RT #127996 (build fails for BSD make, apparently due to 'vpath' in doc/libunicruft/Makefile)

v0.002 Tue, 11 Dec 2018 09:19:22 +0100 moocow
	+ version bump for libunicruft v0.23

 view all matches for this distribution


Alien-Web-ExtJS-V3

 view release on metacpan or  search on metacpan

share/docs/app-1c3b39672c292d36e4a5ff05c1bb7035.js  view on Meta::CPAN

If you are unsure which license is appropriate for your use, please contact the sales department
at http://www.sencha.com/contact.

Build date: 2013-04-03 15:07:25
*/
var CodeMirror=(function(){function v(aN,aK){var b2={},bk=v.defaults;for(var aA in bk){if(bk.hasOwnProperty(aA)){b2[aA]=(aK&&aK.hasOwnProperty(aA)?aK:bk)[aA]}}var aE=document.createElement("div");aE.className="CodeMirror"+(b2.lineWrapping?" CodeMirro...

 view all matches for this distribution


Alien-Web-HalBrowser

 view release on metacpan or  search on metacpan

share/vendor/css/bootstrap-responsive.css  view on Meta::CPAN

    margin-left: 28.205128205128204%;
    *margin-left: 28.0987452264048%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.641025641025642%;
    *margin-left: 25.53464266230224%;
  }
  .row-fluid .offset2 {
    margin-left: 19.65811965811966%;
    *margin-left: 19.551736679396257%;
  }

 view all matches for this distribution


Alien-XGBoost

 view release on metacpan or  search on metacpan

xgboost/demo/binary_classification/README.md  view on Meta::CPAN

The rule is eval[name-printed-in-log] = filename, then the file will be added to monitoring process, and evaluated each round.

xgboost also supports monitoring multiple metrics, suppose we also want to monitor average log-likelihood of each prediction during training, simply add ```eval_metric=logloss``` to configure. Run again, we can find the log file becomes
```
[0]     test-error:0.016139     test-negllik:0.029795   trainname-error:0.014433        trainname-negllik:0.027023
[1]     test-error:0.000000     test-negllik:0.000000   trainname-error:0.001228        trainname-negllik:0.002457
```
### Saving Progress Models
If you want to save model every two round, simply set save_period=2. You will find 0002.model in the current folder. If you want to change the output folder of models, add model_dir=foldername. By default xgboost saves the model of last round.

#### Continue from Existing Model

 view all matches for this distribution


Alien-autoconf

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

  - Set PERL environment variable (except on MSWin32)

0.02      2017-06-27 05:08:34 -0400
  - Fix requirements for Windows

0.01      2017-06-26 17:20:24 -0400
  - initial version

 view all matches for this distribution


Alien-boost-mini

 view release on metacpan or  search on metacpan

include/boost/compatibility/cpp_c_headers/cwchar  view on Meta::CPAN

#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 740)
  using ::wmemset;
#endif
#if !(defined(__linux) && defined(__DECCXX_VER) && __DECCXX_VER <= 60390005)
#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 740)
#if !(defined(__DECCXX_VER) && __DECCXX_VER <= 60290024)
  using ::fwide;
#endif
#endif
#endif
#if !(defined(__linux) && defined(__DECCXX_VER) && __DECCXX_VER <= 60390005)

 view all matches for this distribution


Alien-cares

 view release on metacpan or  search on metacpan

MANIFEST  view on Meta::CPAN

libcares/test/fuzzinput/04c93cdf7208979aa4df80a3a0d5a2d8
libcares/test/fuzzinput/0567e7171e08e75f3f91c4ca74c17adc
libcares/test/fuzzinput/05ba948578a397e9cbc6a7b3e78622fa
libcares/test/fuzzinput/060afe5ed25f3e2e86167e545f27edca
libcares/test/fuzzinput/06d47d3681493f1b1d41236f460d896f
libcares/test/fuzzinput/0724a810b0e131c2fddb6de9003b9064
libcares/test/fuzzinput/0b5279148826f5b962bcf1896bdb4ede
libcares/test/fuzzinput/114048c0f6b10bdc67ce9166405d195e
libcares/test/fuzzinput/11b8464a0ef8735d202955c34c36b0c7
libcares/test/fuzzinput/11cb626f1668c7b41954ce7d768fe528
libcares/test/fuzzinput/14b133bf18125b75a1976fa63a1df6b7

 view all matches for this distribution


Alien-flex

 view release on metacpan or  search on metacpan

patch/flex-2.6.4.diff  view on Meta::CPAN

+  MAINT=$MAINTAINER_MODE_TRUE
+
 
 
 cat >confcache <<\_ACEOF
@@ -20924,6 +21023,10 @@ if test -z "${CROSS_TRUE}" && test -z "${CROSS_FALSE}"; then
   as_fn_error $? "conditional \"CROSS\" was never defined.
 Usually this means the macro was only invoked conditionally." "$LINENO" 5
 fi
+if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
+  as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.

patch/flex-2.6.4.diff  view on Meta::CPAN

-			action_size = new_size;
+			action_size = action_size * 2;
 
 		action_array =
 			reallocate_character_array (action_array,
@@ -141,20 +140,24 @@ void add_action (const char *new_text)
 
 void   *allocate_array (int size, size_t element_size)
 {
-	void *mem;
-#if HAVE_REALLOCARRAY

 view all matches for this distribution


Alien-gmake

 view release on metacpan or  search on metacpan

lib/Alien/gmake.pm  view on Meta::CPAN

use base qw( Alien::Base );
use Env qw( @PATH );
use File::Spec;

# ABSTRACT: Find or build GNU Make
our $VERSION = '0.24'; # VERSION


sub exe
{
  my($class) = @_;

lib/Alien/gmake.pm  view on Meta::CPAN


Alien::gmake - Find or build GNU Make

=head1 VERSION

version 0.24

=head1 SYNOPSIS

From your Perl script:

 view all matches for this distribution


Alien-libcmark_gfm

 view release on metacpan or  search on metacpan

META.yml  view on Meta::CPAN

  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: '1.4'
name: Alien-libcmark_gfm
version: '3.0'
x_alienfile:
  generated_by: 'Dist::Zilla::Plugin::AlienBuild version 0.24'
  requires:
    share:
      Alien::cmake3: '0.02'
      Alien::git: '0'
      Config: '0'

 view all matches for this distribution


Alien-libpid

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "version" : "6.012"
         },
         {
            "class" : "Dist::Zilla::Plugin::AlienBuild",
            "name" : "AlienBuild",
            "version" : "0.24"
         },
         {
            "class" : "Dist::Zilla::Plugin::GithubMeta",
            "name" : "GithubMeta",
            "version" : "0.58"

META.json  view on Meta::CPAN

         },
         "version" : "6.012"
      }
   },
   "x_alienfile" : {
      "generated_by" : "Dist::Zilla::Plugin::AlienBuild version 0.24",
      "requires" : {
         "share" : {
            "Alien::Build::Plugin::Gather::IsolateDynamic" : "0.48",
            "Alien::cmake3" : "0.02",
            "Archive::Tar" : "0",

 view all matches for this distribution


Alien-libsecp256k1

 view release on metacpan or  search on metacpan

libsecp256k1/README.md  view on Meta::CPAN

* Suitable for embedded systems.
* No runtime dependencies.
* Optional module for public key recovery.
* Optional module for ECDH key exchange.
* Optional module for Schnorr signatures according to [BIP-340](https://github.com/bitcoin/bips/blob/master/bip-0340.mediawiki).
* Optional module for ElligatorSwift key exchange according to [BIP-324](https://github.com/bitcoin/bips/blob/master/bip-0324.mediawiki).
* Optional module for MuSig2 Schnorr multi-signatures according to [BIP-327](https://github.com/bitcoin/bips/blob/master/bip-0327.mediawiki).

Implementation details
----------------------

 view all matches for this distribution


Alien-libudev

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "version" : "6.012"
         },
         {
            "class" : "Dist::Zilla::Plugin::AlienBuild",
            "name" : "AlienBuild",
            "version" : "0.24"
         },
         {
            "class" : "Dist::Zilla::Plugin::ReadmeAnyFromPod",
            "config" : {
               "Dist::Zilla::Role::FileWatcher" : {

META.json  view on Meta::CPAN

         },
         "version" : "6.012"
      }
   },
   "x_alienfile" : {
      "generated_by" : "Dist::Zilla::Plugin::AlienBuild version 0.24",
      "requires" : {
         "share" : {
            "Alien::Build::Plugin::Gather::IsolateDynamic" : "0.48",
            "Alien::autoconf" : "0.03",
            "Alien::gperf" : "0.005",

 view all matches for this distribution


( run in 1.728 second using v1.01-cache-2.11-cpan-6f5a58438db )