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


Alien-CFITSIO

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

# This Makefile.PL for Alien-CFITSIO was generated by
# Dist::Zilla::Plugin::MakeMaker::Awesome 0.49.
# Don't edit it but the dist.ini and plugins used to construct it.

use strict;
use warnings;

use ExtUtils::MakeMaker;

 view all matches for this distribution


Alien-CodePress

 view release on metacpan or  search on metacpan

cp/codepress/codepress.html  view on Meta::CPAN

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
	<title>CodePress - Real Time Syntax Highlighting Editor written in JavaScript</title>
	<meta name="description" content="CodePress - source code editor window" />

	<script type="text/javascript">
	var language = 'generic';
	var engine = 'older';
	var ua = navigator.userAgent;

 view all matches for this distribution


Alien-Cowl

 view release on metacpan or  search on metacpan

alienfile  view on Meta::CPAN


  patch sub {
    # See <https://github.com/sisinflab-swot/cowl/pull/9>.
    my $needle = q|add_subdirectory("${COWL_DOCS_DIR}")|;
    my $install_targets = q|install(TARGETS cowl ulib)|;
    Path::Tiny->new('CMakeLists.txt')->edit_utf8(sub {
      s/\Q$needle\E/$install_targets\n\n$&/s;
    });
  };

  plugin 'Build::CMake';

 view all matches for this distribution


Alien-DDC-Concordance

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN

use strict;
use warnings;
use Alien::Base::ModuleBuild;

##-- we don't expect this package to build anywhere but linux (RT #124451)
die("cowardly refusing to build on non-linux system; edit Build.PL and try again!") if ($^O !~ /linux/i);

##-- minimum installed ddc version (for 'alien_version_check')
my $min_ddc_version = "2.2.8";

##======================================================================

 view all matches for this distribution


Alien-Editline

 view release on metacpan or  search on metacpan

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


use strict;
use warnings;
use base qw( Alien::Base );

# ABSTRACT: Build and make available Editline (libedit)
our $VERSION = '0.10'; # VERSION




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


=encoding UTF-8

=head1 NAME

Alien::Editline - Build and make available Editline (libedit)

=head1 VERSION

version 0.10

 view all matches for this distribution


Alien-FFI

 view release on metacpan or  search on metacpan

alienfile  view on Meta::CPAN

        if(-f $libffi_pc)
        {
          # I think the actual error is somewhere other
          # than the .pc file, but this works around it
          # at least in the way that we use it.
          $build->log('edit libffi.pc.in');
          $libffi_pc->copy('libffi.pc.in.orig');
          $libffi_pc->edit_lines(sub {
            s/^toolexeclibdir=.*$/toolexeclibdir=\${libdir\}/;
          });
        }
      };

 view all matches for this distribution


Alien-Font-Uni

 view release on metacpan or  search on metacpan

cpanfile  view on Meta::CPAN

# This file is generated by Dist::Zilla::Plugin::CPANFile v6.025
# Do not edit this file directly. To change prereqs, edit the `dist.ini` file.

requires "File::ShareDir" => "1";
requires "File::Spec" => "3";
requires "perl" => "v5.8.0";

 view all matches for this distribution


Alien-FontForge

 view release on metacpan or  search on metacpan

alienfile  view on Meta::CPAN


	patch sub {
		my($splinefont_h) = Path::Tiny->new('fontforge/splinefont.h');

		if( $^O eq 'darwin' ) {
			$splinefont_h->edit_lines(sub {
				s{\Q#include "locale.h"\E}{#include <locale.h>\n#include <xlocale.h>\n}g;
			});
		}
	};

 view all matches for this distribution


Alien-FreeImage

 view release on metacpan or  search on metacpan

MANIFEST  view on Meta::CPAN

src/Source/LibWebP/src/enc/histogram.h
src/Source/LibWebP/src/enc/vp8enci.h
src/Source/LibWebP/src/enc/vp8li.h
src/Source/LibWebP/src/file_rename.bat
src/Source/LibWebP/src/mux/mux.anim_encode.c
src/Source/LibWebP/src/mux/mux.muxedit.c
src/Source/LibWebP/src/mux/mux.muxinternal.c
src/Source/LibWebP/src/mux/mux.muxread.c
src/Source/LibWebP/src/mux/muxi.h
src/Source/LibWebP/src/utils/bit_reader.h
src/Source/LibWebP/src/utils/bit_reader_inl.h

 view all matches for this distribution


Alien-Google-GRPC

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

# This Makefile.PL for Alien-Google-GRPC was generated by
# Dist::Zilla::Plugin::MakeMaker::Awesome 0.38.
# Don't edit it but the dist.ini and plugins used to construct it.

use strict;
use warnings;

use 5.010;

 view all matches for this distribution


Alien-GvaScript

 view release on metacpan or  search on metacpan

doc/html/KeyMap.html  view on Meta::CPAN

 <b>C_S_A</b> (control-shift-A), <b>A_DELETE</b> (alt-Delete).
They are formed from :</p>
<ul>
<li><a name="item_keynames"></a><b>keynames</b>
<p>For printable characters, the keyname is just that character; for special
editing keys such as backspace, arrow up, etc., names are taken 
from the following list of builtins :</p>
<pre>  BACKSPACE ESCAPE     TAB    RETURN LINEFEED SPACE 
  PAGE_UP   PAGE_DOWN  END    HOME 
  LEFT      UP         RIGHT  DOWN
  INSERT    DELETE     PAUSE  WINDOWS  PRINT_SCREEN

doc/html/KeyMap.html  view on Meta::CPAN

      <pre>  aKeyMap.rules.push(new_rules);
  
  aKeyMap.rules.pop();</pre>

<p>A DHTML application may need to temporarily change the key handlers (for 
example when switching from navigation mode to editing mode).
Therefore, a keymap object actually holds a <i>stack</i> of rules
and publishes this stack in its <code>rules</code> property.
Rules pushed on top of that stack will take precedence over 
pre-existing rules; conversely, popping from the stack
restores the keymap to its previous state.</p>

 view all matches for this distribution


Alien-HTSlib

 view release on metacpan or  search on metacpan

LICENSE  view on Meta::CPAN

      copyright notice that is included in or attached to the work
      (an example is provided in the Appendix below).

      "Derivative Works" shall mean any work, whether in Source or Object
      form, that is based on (or derived from) the Work and for which the
      editorial revisions, annotations, elaborations, or other modifications
      represent, as a whole, an original work of authorship. For the purposes
      of this License, Derivative Works shall not include works that remain
      separable from, or merely link (or bind by name) to the interfaces of,
      the Work and Derivative Works thereof.

 view all matches for this distribution


Alien-IUP

 view release on metacpan or  search on metacpan

patches/Makefile_iup.mingw  view on Meta::CPAN

CF_iupcontrols   = -c  -Wall -O2 -Iinclude -Isrc -Isrccontrols -Isrccd -I../cd/include    $(CF_iupcontrols_EXTRA)
LF_iupcontrols   = -L../cd/lib/$(BUILDNICK) -liup -liupcd -lcd -lfreetype6 -lzlib1 -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -luuid -loleaut32 -lole32 -lcomctl32 $(LF_iupcontrols_EXTRA)
SLIB_iupcontrols = ./lib/$(BUILDNICK)/libiupcontrols.a
DLIB_iupcontrols = ./lib/$(BUILDNICK)/libiupcontrols.dll.a
ILIB_iupcontrols = ./lib/$(BUILDNICK)/iupcontrols_alien_.dll
OBJS_iupcontrols = ./obj/$(BUILDNICK)/iupcontrols/iup_gauge.o ./obj/$(BUILDNICK)/iupcontrols/iup_cells.o ./obj/$(BUILDNICK)/iupcontrols/iup_colorbar.o ./obj/$(BUILDNICK)/iupcontrols/iup_controls.o ./obj/$(BUILDNICK)/iupcontrols/iup_dial.o ./obj/$(BUI...

./obj/$(BUILDNICK)/iupcontrols/iup_gauge.o : srccontrols/iup_gauge.c ; gcc $(CF_ALL) $(CF_iupcontrols) $^ -o $@
./obj/$(BUILDNICK)/iupcontrols/iup_cells.o : srccontrols/iup_cells.c ; gcc $(CF_ALL) $(CF_iupcontrols) $^ -o $@
./obj/$(BUILDNICK)/iupcontrols/iup_colorbar.o : srccontrols/iup_colorbar.c ; gcc $(CF_ALL) $(CF_iupcontrols) $^ -o $@
./obj/$(BUILDNICK)/iupcontrols/iup_controls.o : srccontrols/iup_controls.c ; gcc $(CF_ALL) $(CF_iupcontrols) $^ -o $@

patches/Makefile_iup.mingw  view on Meta::CPAN

./obj/$(BUILDNICK)/iupcontrols/iupmat_colres.o : srccontrols/matrix/iupmat_colres.c ; gcc $(CF_ALL) $(CF_iupcontrols) $^ -o $@
./obj/$(BUILDNICK)/iupcontrols/iupmat_draw.o : srccontrols/matrix/iupmat_draw.c ; gcc $(CF_ALL) $(CF_iupcontrols) $^ -o $@
./obj/$(BUILDNICK)/iupcontrols/iupmat_getset.o : srccontrols/matrix/iupmat_getset.c ; gcc $(CF_ALL) $(CF_iupcontrols) $^ -o $@
./obj/$(BUILDNICK)/iupcontrols/iupmatrix.o : srccontrols/matrix/iupmatrix.c ; gcc $(CF_ALL) $(CF_iupcontrols) $^ -o $@
./obj/$(BUILDNICK)/iupcontrols/iupmat_scroll.o : srccontrols/matrix/iupmat_scroll.c ; gcc $(CF_ALL) $(CF_iupcontrols) $^ -o $@
./obj/$(BUILDNICK)/iupcontrols/iupmat_edit.o : srccontrols/matrix/iupmat_edit.c ; gcc $(CF_ALL) $(CF_iupcontrols) $^ -o $@
./obj/$(BUILDNICK)/iupcontrols/iupmat_ex.o : srccontrols/matrix/iupmat_ex.c ; gcc $(CF_ALL) $(CF_iupcontrols) $^ -o $@

$(SLIB_iupcontrols): $(OBJS_iupcontrols)
	$(AR) $(ARFLAGS) $@ $^

 view all matches for this distribution


Alien-Judy

 view release on metacpan or  search on metacpan

src/judy-1.0.5/Makefile.in  view on Meta::CPAN

	-rm -f libtool
uninstall-info-am:

# This directory's subdirectories are mostly independent; you can cd
# into them and run `make' without going through this Makefile.
# To change the values of `make' variables: instead of editing Makefiles,
# (1) if the variable is set in `config.status', edit `config.status'
#     (which will cause the Makefiles to be regenerated when you run `make');
# (2) otherwise, pass the desired values on the `make' command line.
$(RECURSIVE_TARGETS):
	@failcom='exit 1'; \
	for f in x $$MAKEFLAGS; do \

 view all matches for this distribution


Alien-Kiwisolver

 view release on metacpan or  search on metacpan

alienfile  view on Meta::CPAN

	);

	plugin Extract => 'zip';

	patch sub {
		Path::Tiny->new("kiwi/variable.h")->edit_utf8(sub {
			s/private:\n/$&friend int* get_refcount( kiwi::Variable* obj );/s;
		});
		Path::Tiny->new("kiwi/constraint.h")->edit_utf8(sub {
			s/private:\n/$&friend int* get_refcount( kiwi::Constraint* obj );/s;
		});
	};

	build [

 view all matches for this distribution


Alien-LIBSVM

 view release on metacpan or  search on metacpan

alienfile  view on Meta::CPAN


	my $sh_version = "3";
	patch sub {
		my $makefile = Path::Tiny::path('Makefile');
		# real version is 3.x
		$makefile->edit_lines_utf8(sub {
			s/^SHVER = 2/SHVER = $sh_version/;
		});
	};

	build [

 view all matches for this distribution


Alien-LZO

 view release on metacpan or  search on metacpan

alienfile  view on Meta::CPAN

  patch sub {
    my($build) = @_;
    my $pc = Path::Tiny->new('lzo2.pc.in');
    if(-f $pc)
    {
      $pc->edit_lines(sub {
        /^Cflags:/ && s{/lzo$}{};
      });
    }
  };

 view all matches for this distribution


Alien-LibBigWig

 view release on metacpan or  search on metacpan

LICENSE  view on Meta::CPAN

      copyright notice that is included in or attached to the work
      (an example is provided in the Appendix below).

      "Derivative Works" shall mean any work, whether in Source or Object
      form, that is based on (or derived from) the Work and for which the
      editorial revisions, annotations, elaborations, or other modifications
      represent, as a whole, an original work of authorship. For the purposes
      of this License, Derivative Works shall not include works that remain
      separable from, or merely link (or bind by name) to the interfaces of,
      the Work and Derivative Works thereof.

 view all matches for this distribution


Alien-LibJIT

 view release on metacpan or  search on metacpan

libjit/jit/jit-rules-interp.c  view on Meta::CPAN


The architecture definition rules for a CPU are placed into the files
@code{jit-rules-ARCH.h} and @code{jit-rules-ARCH.c}.  You should add
both of these files to @code{Makefile.am} in @code{libjit/jit}.

You will also need to edit @code{jit-rules.h} in two places.  First,
place detection logic at the top of the file to detect your platform
and define @code{JIT_BACKEND_ARCH} to 1.  Further down the file,
you should add the following two lines to the include file logic:

@example

 view all matches for this distribution


Alien-LibYAML

 view release on metacpan or  search on metacpan

alienfile  view on Meta::CPAN

    my($build) = @_;

    my $pc = Path::Tiny->new('yaml-0.1.pc.in');
    if(-f $pc)
    {
      $pc->edit_lines(sub {
        s/^Cflags:\s*$/Cflags: -I\${includedir}\n/;
      });
    }
  };

 view all matches for this distribution


Alien-Libarchive

 view release on metacpan or  search on metacpan

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


=item L<Archive::Peek::Libarchive>

=item L<Archive::Extract::Libarchive>

=item L<YAPC::NA 2014 Foreign Function Interface (FFI) : Never Need to Write XS Again|https://docs.google.com/presentation/d/1NY3ROAiSAC5yk1LoeBCM5JfAmSeTdopgYFnJO6mUtXI/edit?usp=sharing>

Slides on a talk about FFI and Alien

=back

 view all matches for this distribution


Alien-Libjio

 view release on metacpan or  search on metacpan

libjio/LICENSE  view on Meta::CPAN

To all effects and purposes, this work is to be considered Public Domain.


However, if you want to be "buena onda", you should:

1. Not take credit for it, and give proper recognition to the authors.
2. Share your modifications, so everybody benefits from them.
3. Do something nice for the authors.
4. Help someone who needs it: sign up for some volunteer work or help your
   neighbour paint the house.
5. Don't waste. Anything, but specially energy that comes from natural

 view all matches for this distribution


Alien-Libtensorflow

 view release on metacpan or  search on metacpan

LICENSE  view on Meta::CPAN

      copyright notice that is included in or attached to the work
      (an example is provided in the Appendix below).

      "Derivative Works" shall mean any work, whether in Source or Object
      form, that is based on (or derived from) the Work and for which the
      editorial revisions, annotations, elaborations, or other modifications
      represent, as a whole, an original work of authorship. For the purposes
      of this License, Derivative Works shall not include works that remain
      separable from, or merely link (or bind by name) to the interfaces of,
      the Work and Derivative Works thereof.

 view all matches for this distribution


Alien-MSYS

 view release on metacpan or  search on metacpan

corpus/config.guess  view on Meta::CPAN

	exit ;;
    *:[Mm]orph[Oo][Ss]:*:*)
	echo ${UNAME_MACHINE}-unknown-morphos
	exit ;;
    *:OS/390:*:*)
	echo i370-ibm-openedition
	exit ;;
    *:z/VM:*:*)
	echo s390-ibm-zvmoe
	exit ;;
    *:OS400:*:*)

 view all matches for this distribution


Alien-Moot

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN

use strict;
use warnings;
use Alien::Base::ModuleBuild;

##-- we don't expect moot to build anywhere but linux
die("cowardly refusing to build on non-linux system; edit Build.PL and try again!") if ($^O !~ /linux/i);

my $builder = Alien::Base::ModuleBuild->new
  (
   module_name => 'Alien::Moot',
   license => 'perl',

 view all matches for this distribution


Alien-PNG

 view release on metacpan or  search on metacpan

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

    CPAN ID: FROGGS
    FROGGS@cpan.org

=head1 ACKNOWLEDGEMENTS

    This module is based on Alien::SDL, so in fact the credits has to be given to these guys.
    kmx - complete redesign between versions 0.7.x and 0.8.x

=head1 COPYRIGHT

This program is free software; you can redistribute

 view all matches for this distribution


Alien-Poppler

 view release on metacpan or  search on metacpan

alienfile  view on Meta::CPAN

	);


	patch sub {
		my($splash_bitmap) = Path::Tiny->new('splash/SplashBitmap.h');
		$splash_bitmap->edit_lines(sub {
			s{\Qpoppler/GfxState.h\E}{GfxState.h}g;
		});

		# Bug in Poppler v0.61: uses `@CMAKE_INSTALL_LIBDIR@` instead
		# of either `@CMAKE_INSTALL_FULL_LIBDIR@` or
		# `${prefix}/@CMAKE_INSTALL_LIBDIR@`.
		my @pc_cmake_paths = Path::Tiny->new('.')->children(qr/\Q.pc.cmake\E$/);
		for my $pc_cmake_file (@pc_cmake_paths) {
			$pc_cmake_file->edit_lines(sub {
				s[libdir=\@CMAKE_INSTALL_LIBDIR@][libdir=\${prefix}/\@CMAKE_INSTALL_LIBDIR@]g;
				s[includedir=\@CMAKE_INSTALL_INCLUDEDIR@][includedir=\${prefix}/\@CMAKE_INSTALL_INCLUDEDIR@]g;
			});
		}

 view all matches for this distribution


Alien-ROOT

 view release on metacpan or  search on metacpan

inc/inc_Module-Load/Module/Load.pm  view on Meta::CPAN

sub _is_file {
    local $_ = shift;
    return  /^\./               ? 1 :
            /[^\w:']/           ? 1 :
            undef
    #' silly bbedit..
}


1;

 view all matches for this distribution


( run in 1.264 second using v1.01-cache-2.11-cpan-39bf76dae61 )