Alt-Alien-FFI-System-0.23/000755 000765 000024 00000000000 13437757157 015547 5ustar00ollisgstaff000000 000000 Alt-Alien-FFI-System-0.23/author.yml000644 000765 000024 00000000570 13437757157 017576 0ustar00ollisgstaff000000 000000 --- pod_spelling_system: skip: 0 # list of words that are spelled correctly # (regardless of what spell check thinks) stopwords: - libffi - integrators pod_coverage: skip: 0 # format is "Class#method" or "Class", regex allowed # for either Class or method. private: - Alien::FFI unused_vars: skip: 0 global: ignore_vars: [] module: {} Alt-Alien-FFI-System-0.23/Changes000644 000765 000024 00000002626 13437757157 017050 0ustar00ollisgstaff000000 000000 Revision history for Alt-Alien-FFI-System 0.23 2019-03-06 09:51:25 -0500 - Update IRC in metadata 0.22 2019-03-06 09:48:17 -0500 - This module is now DEPRECATED in favor of just installing FFI-Platypus with pkg-config and libffi already installed. - This distribution may be removed from CPAN on or after 1 January 2020. - Move dist to Perl5-FF github org 0.21 2018-06-01 07:57:41 -0400 - Update to match the real Alien::FFI 0.21 0.16 2017-03-23 08:02:18 -0400 - Production release identical to 0.15_01 0.15_01 2017-03-16 17:48:29 -0400 - Use the same test as the real Alien::FFI - Configure step no longer does a compile/link test - Honor PKG_CONFIG environment variable - Try pkgconf if pkg-config is not available 0.14 2016-03-01 12:53:58 -0500 - New version to match current Alien::FFI 0.12 2015-07-13 12:58:29 -0400 - Drop required perl down to 5.8.1 0.11 2015-05-01 15:06:35 -0400 - New version to match current Alien::FFI 0.10 2015-04-22 07:33:20 -0400 - New version to match current Alien::FFI 0.09 2015-03-27 18:53:32 -0400 - New version to match current Alien::FFI 0.08 2015-02-24 12:29:29 -0500 - Add dist_dir method that just croaks (compat with Alien::FFI) 0.07 2015-02-16 18:17:42 -0500 - Do a compile/link (but not run) test at configure time 0.06 2015-02-16 09:42:03 -0500 - initial version Alt-Alien-FFI-System-0.23/config/000755 000765 000024 00000000000 13437757157 017014 5ustar00ollisgstaff000000 000000 Alt-Alien-FFI-System-0.23/dist.ini000644 000765 000024 00000002341 13437757157 017213 0ustar00ollisgstaff000000 000000 name = Alt-Alien-FFI-System author = Graham Ollis license = Perl_5 copyright_holder = Graham Ollis copyright_year = 2015 version = 0.23 [@Author::Plicease] :version = 2.35 release_tests = 1 travis_status = 1 perl = 5.008001 test2_v0 = 1 github_user = Perl5-FFI irc = irc://irc.perl.org/#native ; these technically will require 2.36 ; but that hasn't been creatd as of this writing. homepage = https://alienfile.org bugtracker.web = https://github.com/Perl5-FFI/FFI-Platypus/issues diag_preamble = | $post_diag = sub { diag_preamble = | require Alien::FFI; diag_preamble = | diag "pkg-config = ", Alien::FFI->config('pkg_config'); diag_preamble = | diag "version = ", Alien::FFI->config('version'); diag_preamble = | diag "cflags = ", Alien::FFI->cflags; diag_preamble = | diag "cflags_static = ", Alien::FFI->cflags_static; diag_preamble = | diag "libs = ", Alien::FFI->libs; diag_preamble = | diag "libs_static = ", Alien::FFI->libs_static; diag_preamble = | }; [RemovePrereqs] ; comes with Perl remove = strict remove = warnings remove = Carp [Author::Plicease::Upload] cpan = 1 [Alt] [Deprecated] Alt-Alien-FFI-System-0.23/INSTALL000644 000765 000024 00000004420 13437757157 016600 0ustar00ollisgstaff000000 000000 This is the Perl distribution Alt-Alien-FFI-System. Installing Alt-Alien-FFI-System is straightforward. ## Installation with cpanm If you have cpanm, you only need one line: % cpanm Alt::Alien::FFI::System If it does not have permission to install modules to the current perl, cpanm will automatically set up and install to a local::lib in your home directory. See the local::lib documentation (https://metacpan.org/pod/local::lib) for details on enabling it in your environment. ## Installing with the CPAN shell Alternatively, if your CPAN shell is set up, you should just be able to do: % cpan Alt::Alien::FFI::System ## Manual installation As a last resort, you can manually install it. Download the tarball, untar it, install configure prerequisites (see below), then build it: % perl Makefile.PL % make && make test Then install it: % make install On Windows platforms, you should use `dmake` or `nmake`, instead of `make`. If your perl is system-managed, you can create a local::lib in your home directory to install modules to. For details, see the local::lib documentation: https://metacpan.org/pod/local::lib The prerequisites of this distribution will also have to be installed manually. The prerequisites are listed in one of the files: `MYMETA.yml` or `MYMETA.json` generated by running the manual build process described above. ## Configure Prerequisites This distribution requires other modules to be installed before this distribution's installer can be run. They can be found under the "configure_requires" key of META.yml or the "{prereqs}{configure}{requires}" key of META.json. ## Other Prerequisites This distribution may require additional modules to be installed after running Makefile.PL. Look for prerequisites in the following phases: * to run make, PHASE = build * to use the module code itself, PHASE = runtime * to run tests, PHASE = test They can all be found in the "PHASE_requires" key of MYMETA.yml or the "{prereqs}{PHASE}{requires}" key of MYMETA.json. ## Documentation Alt-Alien-FFI-System documentation is available as POD. You can run `perldoc` from a shell to read the documentation: % perldoc Alt::Alien::FFI::System For more information on installing Perl modules via CPAN, please see: https://www.cpan.org/modules/INSTALL.html Alt-Alien-FFI-System-0.23/lib/000755 000765 000024 00000000000 13437757157 016315 5ustar00ollisgstaff000000 000000 Alt-Alien-FFI-System-0.23/LICENSE000644 000765 000024 00000043655 13437757157 016571 0ustar00ollisgstaff000000 000000 This software is copyright (c) 2015 by Graham Ollis. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. Terms of the Perl programming language system itself a) the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version, or b) the "Artistic License" --- The GNU General Public License, Version 1, February 1989 --- This software is Copyright (c) 2015 by Graham Ollis. This is free software, licensed under: The GNU General Public License, Version 1, February 1989 GNU GENERAL PUBLIC LICENSE Version 1, February 1989 Copyright (C) 1989 Free Software Foundation, Inc. 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The license agreements of most software companies try to keep users at the mercy of those companies. By contrast, our General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. The General Public License applies to the Free Software Foundation's software and to any other program whose authors commit to using it. You can use it for your programs, too. When we speak of free software, we are referring to freedom, not price. Specifically, the General Public License is designed to make sure that you have the freedom to give away or sell copies of free software, that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. For example, if you distribute copies of a such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must tell them their rights. We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. The precise terms and conditions for copying, distribution and modification follow. GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License Agreement applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any work containing the Program or a portion of it, either verbatim or with modifications. Each licensee is addressed as "you". 1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this General Public License and to the absence of any warranty; and give any other recipients of the Program a copy of this General Public License along with the Program. You may charge a fee for the physical act of transferring a copy. 2. You may modify your copy or copies of the Program or any portion of it, and copy and distribute such modifications under the terms of Paragraph 1 above, provided that you also do the following: a) cause the modified files to carry prominent notices stating that you changed the files and the date of any change; and b) cause the whole of any work that you distribute or publish, that in whole or in part contains the Program or any part thereof, either with or without modifications, to be licensed at no charge to all third parties under the terms of this General Public License (except that you may choose to grant warranty protection to some or all third parties, at your option). c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the simplest and most usual way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this General Public License. d) You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. Mere aggregation of another independent work with the Program (or its derivative) on a volume of a storage or distribution medium does not bring the other work under the scope of these terms. 3. You may copy and distribute the Program (or a portion or derivative of it, under Paragraph 2) in object code or executable form under the terms of Paragraphs 1 and 2 above provided that you also do one of the following: a) accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Paragraphs 1 and 2 above; or, b) accompany it with a written offer, valid for at least three years, to give any third party free (except for a nominal charge for the cost of distribution) a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Paragraphs 1 and 2 above; or, c) accompany it with the information you received as to where the corresponding source code may be obtained. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form alone.) Source code for a work means the preferred form of the work for making modifications to it. For an executable file, complete source code means all the source code for all modules it contains; but, as a special exception, it need not include source code for modules which are standard libraries that accompany the operating system on which the executable file runs, or for standard header files or definitions files that accompany that operating system. 4. You may not copy, modify, sublicense, distribute or transfer the Program except as expressly provided under this General Public License. Any attempt otherwise to copy, modify, sublicense, distribute or transfer the Program is void, and will automatically terminate your rights to use the Program under this License. However, parties who have received copies, or rights to use copies, from you under this General Public License will not have their licenses terminated so long as such parties remain in full compliance. 5. By copying, distributing or modifying the Program (or any work based on the Program) you indicate your acceptance of this license to do so, and all its terms and conditions. 6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. 7. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies a version number of the license which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the license, you may choose any version ever published by the Free Software Foundation. 8. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 9. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 10. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS Appendix: How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to humanity, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) 19yy This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA Also add information on how to contact you by electronic and paper mail. If the program is interactive, make it output a short notice like this when it starts in an interactive mode: Gnomovision version 69, Copyright (C) 19xx name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than `show w' and `show c'; they could even be mouse-clicks or menu items--whatever suits your program. You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here a sample; alter the names: Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' (a program to direct compilers to make passes at assemblers) written by James Hacker. , 1 April 1989 Ty Coon, President of Vice That's all there is to it! --- The Artistic License 1.0 --- This software is Copyright (c) 2015 by Graham Ollis. This is free software, licensed under: The Artistic License 1.0 The Artistic License Preamble The intent of this document is to state the conditions under which a Package may be copied, such that the Copyright Holder maintains some semblance of artistic control over the development of the package, while giving the users of the package the right to use and distribute the Package in a more-or-less customary fashion, plus the right to make reasonable modifications. Definitions: - "Package" refers to the collection of files distributed by the Copyright Holder, and derivatives of that collection of files created through textual modification. - "Standard Version" refers to such a Package if it has not been modified, or has been modified in accordance with the wishes of the Copyright Holder. - "Copyright Holder" is whoever is named in the copyright or copyrights for the package. - "You" is you, if you're thinking about copying or distributing this Package. - "Reasonable copying fee" is whatever you can justify on the basis of media cost, duplication charges, time of people involved, and so on. (You will not be required to justify it to the Copyright Holder, but only to the computing community at large as a market that must bear the fee.) - "Freely Available" means that no fee is charged for the item itself, though there may be fees involved in handling the item. It also means that recipients of the item may redistribute it under the same conditions they received it. 1. You may make and give away verbatim copies of the source form of the Standard Version of this Package without restriction, provided that you duplicate all of the original copyright notices and associated disclaimers. 2. You may apply bug fixes, portability fixes and other modifications derived from the Public Domain or from the Copyright Holder. A Package modified in such a way shall still be considered the Standard Version. 3. You may otherwise modify your copy of this Package in any way, provided that you insert a prominent notice in each changed file stating how and when you changed that file, and provided that you do at least ONE of the following: a) place your modifications in the Public Domain or otherwise make them Freely Available, such as by posting said modifications to Usenet or an equivalent medium, or placing the modifications on a major archive site such as ftp.uu.net, or by allowing the Copyright Holder to include your modifications in the Standard Version of the Package. b) use the modified Package only within your corporation or organization. c) rename any non-standard executables so the names do not conflict with standard executables, which must also be provided, and provide a separate manual page for each non-standard executable that clearly documents how it differs from the Standard Version. d) make other distribution arrangements with the Copyright Holder. 4. You may distribute the programs of this Package in object code or executable form, provided that you do at least ONE of the following: a) distribute a Standard Version of the executables and library files, together with instructions (in the manual page or equivalent) on where to get the Standard Version. b) accompany the distribution with the machine-readable source of the Package with your modifications. c) accompany any non-standard executables with their corresponding Standard Version executables, giving the non-standard executables non-standard names, and clearly documenting the differences in manual pages (or equivalent), together with instructions on where to get the Standard Version. d) make other distribution arrangements with the Copyright Holder. 5. You may charge a reasonable copying fee for any distribution of this Package. You may charge any fee you choose for support of this Package. You may not charge a fee for this Package itself. However, you may distribute this Package in aggregate with other (possibly commercial) programs as part of a larger (possibly commercial) software distribution provided that you do not advertise this Package as a product of your own. 6. The scripts and library files supplied as input to or produced as output from the programs of this Package do not automatically fall under the copyright of this Package, but belong to whomever generated them, and may be sold commercially, and may be aggregated with this Package. 7. C or perl subroutines supplied by you and linked into this Package shall not be considered part of this Package. 8. The name of the Copyright Holder may not be used to endorse or promote products derived from this software without specific prior written permission. 9. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. The End Alt-Alien-FFI-System-0.23/maint/000755 000765 000024 00000000000 13437757157 016657 5ustar00ollisgstaff000000 000000 Alt-Alien-FFI-System-0.23/Makefile.PL000644 000765 000024 00000004676 13437757157 017536 0ustar00ollisgstaff000000 000000 BEGIN { use strict; use warnings; unless(eval q{ use 5.008001; 1}) { print "Perl 5.008001 or better required\n"; exit; } } # This file was automatically generated by Dist::Zilla::Plugin::Author::Plicease::MakeMaker v2.35. use strict; use warnings; use 5.008001; use ExtUtils::MakeMaker; my %WriteMakefileArgs = ( "ABSTRACT" => "(Deprecated) Simplified alternative to Alien::FFI that uses system libffi", "AUTHOR" => "Graham Ollis ", "CONFIGURE_REQUIRES" => { "ExtUtils::MakeMaker" => 0 }, "DISTNAME" => "Alt-Alien-FFI-System", "LICENSE" => "perl", "MIN_PERL_VERSION" => "5.008001", "NAME" => "Alt::Alien::FFI::System", "PM" => { "lib/Alien/FFI.pm" => "\$(INST_LIB)/Alien/FFI.pm", "lib/Alt/Alien/FFI/System.pm" => "\$(INST_LIB)/Alt/Alien/FFI/System.pm" }, "PREREQ_PM" => { "IPC::Cmd" => 0 }, "TEST_REQUIRES" => { "Test2::V0" => "0.000060", "Test::Alien" => 0 }, "VERSION" => "0.23", "test" => { "TESTS" => "t/*.t" } ); my %FallbackPrereqs = ( "IPC::Cmd" => 0, "Test2::V0" => "0.000060", "Test::Alien" => 0 ); unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) { delete $WriteMakefileArgs{TEST_REQUIRES}; delete $WriteMakefileArgs{BUILD_REQUIRES}; $WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs; } delete $WriteMakefileArgs{CONFIGURE_REQUIRES} unless eval { ExtUtils::MakeMaker->VERSION(6.52) }; # begin inserted by Dist::Zilla::Plugin::Alt 0.07 my $alt = $ENV{PERL_ALT_INSTALL} || ''; $WriteMakefileArgs{DESTDIR} = $alt ? $alt eq 'OVERWRITE' ? '' : $alt : 'no-install-alt'; if ( $^O eq 'MSWin32' && $WriteMakefileArgs{DESTDIR} ) { # Windows is a precious snowflake that can't handle DESTDIR # Caveat: this probably ignores any PREFIX specified by the user require Config; require File::Spec; my @prefix = split /:/, $Config::Config{prefix}; $WriteMakefileArgs{PREFIX} = File::Spec->catdir( $WriteMakefileArgs{DESTDIR}, @prefix ); delete $WriteMakefileArgs{DESTDIR}; # DO NOT DO THIS SORT OF THING # THIS IS PRETTY UGLY AND PROBABLY BAD # DO AS I SAY AND NOT AS I DO package ExtUtils::MM_Any; my $orig = \&init_INSTALL; *init_INSTALL = sub { my ( $self, @args ) = @_; delete $self->{ARGS}{INSTALL_BASE} if $self->{ARGS}{PREFIX}; $self->$orig(@args); } } # end inserted by Dist::Zilla::Plugin::Alt 0.07 WriteMakefile(%WriteMakefileArgs);Alt-Alien-FFI-System-0.23/MANIFEST000644 000765 000024 00000000773 13437757157 016707 0ustar00ollisgstaff000000 000000 # This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.012. Changes INSTALL LICENSE MANIFEST META.json META.yml Makefile.PL README author.yml config/basic.c dist.ini lib/Alien/FFI.pm lib/Alt/Alien/FFI/System.pm maint/cip-before-install t/00_diag.t t/01_use.t t/xs.t xt/author/eol.t xt/author/no_tabs.t xt/author/pod.t xt/author/pod_coverage.t xt/author/pod_spelling_common.t xt/author/pod_spelling_system.t xt/author/strict.t xt/author/version.t xt/release/changes.t xt/release/fixme.t Alt-Alien-FFI-System-0.23/META.json000644 000765 000024 00000004123 13437757157 017170 0ustar00ollisgstaff000000 000000 { "abstract" : "(Deprecated) Simplified alternative to Alien::FFI that uses system libffi", "author" : [ "Graham Ollis " ], "dynamic_config" : 0, "generated_by" : "Dist::Zilla version 6.012, CPAN::Meta::Converter version 2.150010", "license" : [ "perl_5" ], "meta-spec" : { "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", "version" : 2 }, "name" : "Alt-Alien-FFI-System", "no_index" : { "file" : [ "lib/Alien/FFI.pm" ] }, "prereqs" : { "configure" : { "requires" : { "ExtUtils::MakeMaker" : "0", "perl" : "5.008001" } }, "develop" : { "requires" : { "File::Spec" : "0", "FindBin" : "0", "Test::CPAN::Changes" : "0", "Test::EOL" : "0", "Test::Fixme" : "0.07", "Test::More" : "0.98", "Test::NoTabs" : "0", "Test::Pod" : "0", "Test::Pod::Coverage" : "0", "Test::Pod::Spelling::CommonMistakes" : "0", "Test::Spelling" : "0", "Test::Strict" : "0", "YAML" : "0" } }, "runtime" : { "requires" : { "IPC::Cmd" : "0", "perl" : "5.008001" } }, "test" : { "requires" : { "Test2::V0" : "0.000060", "Test::Alien" : "0", "perl" : "5.008001" } } }, "release_status" : "stable", "resources" : { "bugtracker" : { "web" : "https://github.com/Perl5-FFI/FFI-Platypus/issues" }, "homepage" : "https://alienfile.org", "repository" : { "type" : "git", "url" : "git://github.com/Perl5-FFI/Alt-Alien-FFI-System.git", "web" : "https://github.com/Perl5-FFI/Alt-Alien-FFI-System" }, "x_IRC" : "irc://irc.perl.org/#native" }, "version" : "0.23", "x_deprecated" : 1, "x_generated_by_perl" : "v5.29.4", "x_serialization_backend" : "Cpanel::JSON::XS version 4.08", "x_use_unsafe_inc" : 0 } Alt-Alien-FFI-System-0.23/META.yml000644 000765 000024 00000001653 13437757157 017025 0ustar00ollisgstaff000000 000000 --- abstract: '(Deprecated) Simplified alternative to Alien::FFI that uses system libffi' author: - 'Graham Ollis ' build_requires: Test2::V0: '0.000060' Test::Alien: '0' perl: '5.008001' configure_requires: ExtUtils::MakeMaker: '0' perl: '5.008001' dynamic_config: 0 generated_by: 'Dist::Zilla version 6.012, CPAN::Meta::Converter version 2.150010' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html version: '1.4' name: Alt-Alien-FFI-System no_index: file: - lib/Alien/FFI.pm requires: IPC::Cmd: '0' perl: '5.008001' resources: IRC: irc://irc.perl.org/#native bugtracker: https://github.com/Perl5-FFI/FFI-Platypus/issues homepage: https://alienfile.org repository: git://github.com/Perl5-FFI/Alt-Alien-FFI-System.git version: '0.23' x_deprecated: 1 x_generated_by_perl: v5.29.4 x_serialization_backend: 'YAML::Tiny version 1.73' x_use_unsafe_inc: 0 Alt-Alien-FFI-System-0.23/README000644 000765 000024 00000003316 13437757157 016432 0ustar00ollisgstaff000000 000000 NAME Alt::Alien::FFI::System - (Deprecated) Simplified alternative to Alien::FFI that uses system libffi VERSION version 0.23 SYNOPSIS env PERL_ALT_INSTALL=OVERWRITE cpanm Alt::Alien::FFI::System DESCRIPTION DEPRECATED: As noted below, this distribution was intended for use by system integrators packaging FFI::Platypus that didn't want to add the real Alien::FFI and its dependencies to their build chain. As of version 0.69, FFI::Platypus will use pkg-config and the system libffi if it is already installed, and skip the install of Alien::FFI. Thus, this module is now redundant. It may be removed from CPAN, but not before January 1st 2020. This distribution provides an alternative implementation of Alien::FFI that is geared toward system integrators when libffi is provided by the operating system. It has no non-core requirements for runtime as of Perl 5.8. It now uses use Test::Alien for consistency with the original Alien::FFI. It will NOT attempt to download or install libffi. If you need that, then install the original Alien::FFI instead. CAVEATS Test::Alien is now part of Alien::Build, so if you need to run the tests, the prereqs aren't that much lighter than the real ALien::FFI, so you should consider: do your own testing skip tests switch to the real Alien::FFI SEE ALSO Alt Alien::FFI FFI::Platypus FFI::CheckLib AUTHOR Graham Ollis COPYRIGHT AND LICENSE This software is copyright (c) 2015 by Graham Ollis. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. Alt-Alien-FFI-System-0.23/t/000755 000765 000024 00000000000 13437757157 016012 5ustar00ollisgstaff000000 000000 Alt-Alien-FFI-System-0.23/xt/000755 000765 000024 00000000000 13437757157 016202 5ustar00ollisgstaff000000 000000 Alt-Alien-FFI-System-0.23/xt/author/000755 000765 000024 00000000000 13437757157 017504 5ustar00ollisgstaff000000 000000 Alt-Alien-FFI-System-0.23/xt/release/000755 000765 000024 00000000000 13437757157 017622 5ustar00ollisgstaff000000 000000 Alt-Alien-FFI-System-0.23/xt/release/changes.t000644 000765 000024 00000001115 13437757157 021415 0ustar00ollisgstaff000000 000000 use strict; use warnings; use Test::More; BEGIN { plan skip_all => 'test requires Test::CPAN::Changes' unless eval q{ use Test::CPAN::Changes; 1 }; }; use Test::CPAN::Changes; use FindBin; use File::Spec; chdir(File::Spec->catdir($FindBin::Bin, File::Spec->updir, File::Spec->updir)); do { my $old = \&Test::Builder::carp; my $new = sub { my($self, @messages) = @_; return if $messages[0] =~ /^Date ".*" is not in the recommend format/; $old->($self, @messages); }; no warnings 'redefine'; *Test::Builder::carp = $new; }; changes_file_ok; done_testing; Alt-Alien-FFI-System-0.23/xt/release/fixme.t000644 000765 000024 00000000620 13437757157 021115 0ustar00ollisgstaff000000 000000 use strict; use warnings; use Test::More; BEGIN { plan skip_all => 'test requires Test::Fixme' unless eval q{ use Test::Fixme 0.14; 1 }; }; use Test::Fixme 0.07; use FindBin; use File::Spec; chdir(File::Spec->catdir($FindBin::Bin, File::Spec->updir, File::Spec->updir)); run_tests( match => qr/FIXME/, where => [ grep { -e $_ } qw( bin lib t Makefile.PL Build.PL )], warn => 1, ); Alt-Alien-FFI-System-0.23/xt/author/eol.t000644 000765 000024 00000000512 13437757157 020446 0ustar00ollisgstaff000000 000000 use strict; use warnings; use Test::More; BEGIN { plan skip_all => 'test requires Test::EOL' unless eval q{ use Test::EOL; 1 }; }; use Test::EOL; use FindBin; use File::Spec; chdir(File::Spec->catdir($FindBin::Bin, File::Spec->updir, File::Spec->updir)); all_perl_files_ok(grep { -e $_ } qw( bin lib t Makefile.PL )); Alt-Alien-FFI-System-0.23/xt/author/no_tabs.t000644 000765 000024 00000000524 13437757157 021317 0ustar00ollisgstaff000000 000000 use strict; use warnings; use Test::More; BEGIN { plan skip_all => 'test requires Test::NoTabs' unless eval q{ use Test::NoTabs; 1 }; }; use Test::NoTabs; use FindBin; use File::Spec; chdir(File::Spec->catdir($FindBin::Bin, File::Spec->updir, File::Spec->updir)); all_perl_files_ok( grep { -e $_ } qw( bin lib t Makefile.PL )); Alt-Alien-FFI-System-0.23/xt/author/pod.t000644 000765 000024 00000000474 13437757157 020460 0ustar00ollisgstaff000000 000000 use strict; use warnings; use Test::More; BEGIN { plan skip_all => 'test requires Test::Pod' unless eval q{ use Test::Pod; 1 }; }; use Test::Pod; use FindBin; use File::Spec; chdir(File::Spec->catdir($FindBin::Bin, File::Spec->updir, File::Spec->updir)); all_pod_files_ok( grep { -e $_ } qw( bin lib )); Alt-Alien-FFI-System-0.23/xt/author/pod_coverage.t000644 000765 000024 00000003630 13437757157 022330 0ustar00ollisgstaff000000 000000 use strict; use warnings; use Test::More; BEGIN { plan skip_all => 'test requires 5.010 or better' unless $] >= 5.010; plan skip_all => 'test requires Test::Pod::Coverage' unless eval q{ use Test::Pod::Coverage; 1 }; plan skip_all => 'test requires YAML' unless eval q{ use YAML; 1; }; }; use Test::Pod::Coverage; use YAML qw( LoadFile ); use FindBin; use File::Spec; my $config_filename = File::Spec->catfile( $FindBin::Bin, File::Spec->updir, File::Spec->updir, 'author.yml' ); my $config; $config = LoadFile($config_filename) if -r $config_filename; plan skip_all => 'disabled' if $config->{pod_coverage}->{skip}; chdir(File::Spec->catdir($FindBin::Bin, File::Spec->updir, File::Spec->updir)); my @private_classes; my %private_methods; push @{ $config->{pod_coverage}->{private} }, 'Alien::.*::Install::Files#Inline'; foreach my $private (@{ $config->{pod_coverage}->{private} }) { my($class,$method) = split /#/, $private; if(defined $class && $class ne '') { my $regex = eval 'qr{^' . $class . '$}'; if(defined $method && $method ne '') { push @private_classes, { regex => $regex, method => $method }; } else { push @private_classes, { regex => $regex, all => 1 }; } } elsif(defined $method && $method ne '') { $private_methods{$_} = 1 for split /,/, $method; } } my @classes = all_modules; plan tests => scalar @classes; foreach my $class (@classes) { SKIP: { my($is_private_class) = map { 1 } grep { $class =~ $_->{regex} && $_->{all} } @private_classes; skip "private class: $class", 1 if $is_private_class; my %methods = map {; $_ => 1 } map { split /,/, $_->{method} } grep { $class =~ $_->{regex} } @private_classes; $methods{$_} = 1 for keys %private_methods; my $also_private = eval 'qr{^' . join('|', keys %methods ) . '$}'; pod_coverage_ok $class, { also_private => [$also_private] }; }; } Alt-Alien-FFI-System-0.23/xt/author/pod_spelling_common.t000644 000765 000024 00000001352 13437757157 023721 0ustar00ollisgstaff000000 000000 use strict; use warnings; use Test::More; BEGIN { plan skip_all => 'test requires Test::Pod::Spelling::CommonMistakes' unless eval q{ use Test::Pod::Spelling::CommonMistakes; 1 }; plan skip_all => 'test requires YAML' unless eval q{ use YAML qw( LoadFile ); 1 }; }; use Test::Pod::Spelling::CommonMistakes; use FindBin; use File::Spec; my $config_filename = File::Spec->catfile( $FindBin::Bin, File::Spec->updir, File::Spec->updir, 'author.yml' ); my $config; $config = LoadFile($config_filename) if -r $config_filename; plan skip_all => 'disabled' if $config->{pod_spelling_common}->{skip}; chdir(File::Spec->catdir($FindBin::Bin, File::Spec->updir, File::Spec->updir)); # TODO: test files in bin too. all_pod_files_ok; Alt-Alien-FFI-System-0.23/xt/author/pod_spelling_system.t000644 000765 000024 00000002372 13437757157 023760 0ustar00ollisgstaff000000 000000 use strict; use warnings; use Test::More; BEGIN { plan skip_all => 'test requires Test::Spelling' unless eval q{ use Test::Spelling; 1 }; plan skip_all => 'test requires YAML' unless eval q{ use YAML; 1; }; }; use Test::Spelling; use YAML qw( LoadFile ); use FindBin; use File::Spec; my $config_filename = File::Spec->catfile( $FindBin::Bin, File::Spec->updir, File::Spec->updir, 'author.yml' ); my $config; $config = LoadFile($config_filename) if -r $config_filename; plan skip_all => 'disabled' if $config->{pod_spelling_system}->{skip}; chdir(File::Spec->catdir($FindBin::Bin, File::Spec->updir, File::Spec->updir)); add_stopwords(@{ $config->{pod_spelling_system}->{stopwords} }); add_stopwords(qw( Plicease stdout stderr stdin subref loopback username os Ollis Mojolicious plicease CPAN reinstall TODO filename filenames login callback callbacks standalone VMS hostname hostnames TCP UDP IP API MSWin32 OpenBSD FreeBSD NetBSD unencrypted WebSocket WebSockets timestamp timestamps poney BackPAN portably RedHat AIX BSD XS FFI perlish optimizations subdirectory RESTful SQLite JavaScript dir plugins munge jQuery namespace PDF PDFs usernames DBI pluggable APIs SSL JSON YAML uncommented Solaris OpenVMS URI URL CGI )); all_pod_files_spelling_ok; Alt-Alien-FFI-System-0.23/xt/author/strict.t000644 000765 000024 00000001033 13437757157 021176 0ustar00ollisgstaff000000 000000 use strict; use warnings; use Test::More; BEGIN { plan skip_all => 'test requires Test::Strict' unless eval q{ use Test::Strict; 1 }; }; use Test::Strict; use FindBin; use File::Spec; chdir(File::Spec->catdir($FindBin::Bin, File::Spec->updir, File::Spec->updir)); unshift @Test::Strict::MODULES_ENABLING_STRICT, 'ozo', 'Test2::Bundle::SIPS', 'Test2::V0', 'Test2::Bundle::Extended'; note "enabling strict = $_" for @Test::Strict::MODULES_ENABLING_STRICT; all_perl_files_ok( grep { -e $_ } qw( bin lib t Makefile.PL )); Alt-Alien-FFI-System-0.23/xt/author/version.t000644 000765 000024 00000001475 13437757157 021365 0ustar00ollisgstaff000000 000000 use strict; use warnings; use Test::More; use FindBin (); BEGIN { plan skip_all => "test requires Test::Version 2.00" unless eval q{ use Test::Version 2.00 qw( version_all_ok ), { has_version => 1, filename_match => sub { $_[0] !~ m{/(ConfigData|Install/Files)\.pm$} }, }; 1 }; plan skip_all => 'test requires YAML' unless eval q{ use YAML; 1; }; } use YAML qw( LoadFile ); use FindBin; use File::Spec; my $config_filename = File::Spec->catfile( $FindBin::Bin, File::Spec->updir, File::Spec->updir, 'author.yml' ); my $config; $config = LoadFile($config_filename) if -r $config_filename; if($config->{version}->{dir}) { note "using dir " . $config->{version}->{dir} } version_all_ok($config->{version}->{dir} ? ($config->{version}->{dir}) : ()); done_testing; Alt-Alien-FFI-System-0.23/t/00_diag.t000644 000765 000024 00000003120 13437757157 017376 0ustar00ollisgstaff000000 000000 use Test2::V0 -no_srand => 1; use Config; eval q{ require Test::More }; # This .t file is generated. # make changes instead to dist.ini my %modules; my $post_diag; $modules{$_} = $_ for qw( ExtUtils::MakeMaker IPC::Cmd Test2::V0 Test::Alien ); $post_diag = sub { require Alien::FFI; diag "pkg-config = ", Alien::FFI->config('pkg_config'); diag "version = ", Alien::FFI->config('version'); diag "cflags = ", Alien::FFI->cflags; diag "cflags_static = ", Alien::FFI->cflags_static; diag "libs = ", Alien::FFI->libs; diag "libs_static = ", Alien::FFI->libs_static; }; my @modules = sort keys %modules; sub spacer () { diag ''; diag ''; diag ''; } pass 'okay'; my $max = 1; $max = $_ > $max ? $_ : $max for map { length $_ } @modules; our $format = "%-${max}s %s"; spacer; my @keys = sort grep /(MOJO|PERL|\A(LC|HARNESS)_|\A(SHELL|LANG)\Z)/i, keys %ENV; if(@keys > 0) { diag "$_=$ENV{$_}" for @keys; if($ENV{PERL5LIB}) { spacer; diag "PERL5LIB path"; diag $_ for split $Config{path_sep}, $ENV{PERL5LIB}; } elsif($ENV{PERLLIB}) { spacer; diag "PERLLIB path"; diag $_ for split $Config{path_sep}, $ENV{PERLLIB}; } spacer; } diag sprintf $format, 'perl ', $]; foreach my $module (sort @modules) { if(eval qq{ require $module; 1 }) { my $ver = eval qq{ \$$module\::VERSION }; $ver = 'undef' unless defined $ver; diag sprintf $format, $module, $ver; } else { diag sprintf $format, $module, '-'; } } if($post_diag) { spacer; $post_diag->(); } spacer; done_testing; Alt-Alien-FFI-System-0.23/t/01_use.t000644 000765 000024 00000001005 13437757157 017267 0ustar00ollisgstaff000000 000000 use Test2::V0 -no_srand => 1; sub require_ok ($); require_ok 'Alt::Alien::FFI::System'; require_ok 'Alien::FFI'; done_testing; sub require_ok ($) { # special case of when I really do want require_ok. # I just want a test that checks that the modules # will compile okay. I won't be trying to use them. my($mod) = @_; my $ctx = context(); eval qq{ require $mod }; my $error = $@; my $ok = !$error; $ctx->ok($ok, "require $mod"); $ctx->diag("error: $error") if $error ne ''; $ctx->release; } Alt-Alien-FFI-System-0.23/t/xs.t000644 000765 000024 00000002042 13437757157 016627 0ustar00ollisgstaff000000 000000 use Test2::V0 -no_srand => 1; use Test::Alien; use Alien::FFI; alien_ok 'Alien::FFI'; my $xs = do { local $/; }; xs_ok { xs => $xs, verbose => 1 }, with_subtest { my($module) = @_; is( test2(2), 4 ); is( test2(6), 12 ); }; done_testing; __DATA__ #include "EXTERN.h" #include "perl.h" #include "XSUB.h" #include /* chaar is the name of the planet the Decepticons retreated to after the fall of Unicron */ unsigned char doublechaar(unsigned char x) { return x*2; } int test2(unsigned char input_value) { ffi_cif ffi_cif; ffi_type *args[1]; void *values[1]; unsigned char return_value; args[0] = &ffi_type_uint8; if(ffi_prep_cif(&ffi_cif, FFI_DEFAULT_ABI, 1, &ffi_type_uint8, args) == FFI_OK) { values[0] = &input_value; ffi_call(&ffi_cif, (void*) doublechaar, &return_value, values); return return_value; } return -1; } MODULE = main PACKAGE = main int test2(input_value); unsigned char input_value; CODE: RETVAL = test2(input_value); OUTPUT: RETVAL Alt-Alien-FFI-System-0.23/maint/cip-before-install000755 000765 000024 00000000125 13437757157 022262 0ustar00ollisgstaff000000 000000 #!/bin/bash set -ex cip sudo apt-get update cip sudo apt-get -y install libffi-dev Alt-Alien-FFI-System-0.23/lib/Alien/000755 000765 000024 00000000000 13437757157 017345 5ustar00ollisgstaff000000 000000 Alt-Alien-FFI-System-0.23/lib/Alt/000755 000765 000024 00000000000 13437757157 017035 5ustar00ollisgstaff000000 000000 Alt-Alien-FFI-System-0.23/lib/Alt/Alien/000755 000765 000024 00000000000 13437757157 020065 5ustar00ollisgstaff000000 000000 Alt-Alien-FFI-System-0.23/lib/Alt/Alien/FFI/000755 000765 000024 00000000000 13437757157 020471 5ustar00ollisgstaff000000 000000 Alt-Alien-FFI-System-0.23/lib/Alt/Alien/FFI/System.pm000644 000765 000024 00000003770 13437757157 022322 0ustar00ollisgstaff000000 000000 package Alt::Alien::FFI::System; use strict; use warnings; use 5.008001; # ABSTRACT: (Deprecated) Simplified alternative to Alien::FFI that uses system libffi our $VERSION = '0.23'; # VERSION 1; __END__ =pod =encoding UTF-8 =head1 NAME Alt::Alien::FFI::System - (Deprecated) Simplified alternative to Alien::FFI that uses system libffi =head1 VERSION version 0.23 =head1 SYNOPSIS env PERL_ALT_INSTALL=OVERWRITE cpanm Alt::Alien::FFI::System =head1 DESCRIPTION B: As noted below, this distribution was intended for use by system integrators packaging L that didn't want to add the real L and its dependencies to their build chain. As of version 0.69, L will use C and the system C if it is already installed, and skip the install of L. Thus, this module is now redundant. It may be removed from CPAN, but not before January 1st 2020. This distribution provides an alternative implementation of L that is geared toward system integrators when libffi is provided by the operating system. It has no non-core requirements for runtime as of Perl 5.8. It now uses use L for consistency with the original L. It will NOT attempt to download or install libffi. If you need that, then install the original L instead. =head1 CAVEATS L is now part of L, so if you need to run the tests, the prereqs aren't that much lighter than the real L, so you should consider: =over 4 =item do your own testing =item skip tests =item switch to the real Alien::FFI =back =head1 SEE ALSO =over 4 =item L =item L =item L =item L =back =head1 AUTHOR Graham Ollis =head1 COPYRIGHT AND LICENSE This software is copyright (c) 2015 by Graham Ollis. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. =cut Alt-Alien-FFI-System-0.23/lib/Alien/FFI.pm000644 000765 000024 00000004521 13437757157 020311 0ustar00ollisgstaff000000 000000 package Alien::FFI; use strict; use warnings; use 5.008001; use Carp qw( croak ); # ABSTRACT: Get libffi compiler and linker flags our $VERSION = '0.23'; # VERSION sub new { my($class) = @_; bless {}, $class; } my $pkg_config; foreach my $try ($ENV{PKG_CONFIG}, 'pkg-config', 'pkgconf') { next unless defined $try; require IPC::Cmd; if(IPC::Cmd::can_run($try)) { $pkg_config = $try; last; } } unless($pkg_config) { if(eval q{ use PkgConfig (); 1 }) { $pkg_config = "$^X $INC{'PkgConfig.pm'}"; } } unless($pkg_config) { die "unable to find pkg-config, pkgconf or PkgConfig.pm"; } sub install_type { 'system'; } my $config; sub config { my(undef, $key) = @_; unless($config) { my $version = `$pkg_config --modversion libffi`; die "package libffi not found" if $?; chomp $version; $config = { version => $version, pkg_config => $pkg_config, }; } $config->{$key}; } foreach my $linkage ('share','static') { foreach my $name ('cflags','libs') { my $value; my $flags = "--$name"; my $subname = $name; if($linkage eq 'static') { $flags .= ' --static' if $linkage eq 'static'; $subname .= '_static' if $linkage } my $sub = sub { unless(defined $value) { #print "command = $pkg_config $flags libffi\n"; $value = `$pkg_config $flags libffi`; die "package libffi not found" if $?; chomp $value; } $value; }; no strict 'refs'; *$subname = $sub; } } sub dist_dir { croak "Failed to find share dir for dist 'Alt-Alien-FFI-System'"; } sub bin_dir { () } sub dynamic_libs { () } sub version { shift->config('version') } 1; __END__ =pod =encoding UTF-8 =head1 NAME Alien::FFI - Get libffi compiler and linker flags =head1 VERSION version 0.23 =head1 SYNOPSIS use Alien::FFI; my $cflags = Alien::FFI->cflags; my $libs = Alien::FFI->libs; =head1 DESCRIPTION This is an alternate implementation of L. For the full documentation, see L =head1 AUTHOR Graham Ollis =head1 COPYRIGHT AND LICENSE This software is copyright (c) 2015 by Graham Ollis. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. =cut Alt-Alien-FFI-System-0.23/config/basic.c000644 000765 000024 00000000672 13437757157 020246 0ustar00ollisgstaff000000 000000 #include int my_foo(int i) { if(i != 64) return 0; return 42; } int main(int argc, char *argv[]) { ffi_cif cif; ffi_type *args[1]; void *values[1]; int in = 64; int ret; args[0] = &ffi_type_sint32; if(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 1, &ffi_type_sint32, args) == FFI_OK) { values[0] = ∈ ffi_call(&cif, (void*)my_foo, &ret, values); if(ret == 42) return 0; } return 2; }