Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.480.009 Times

Extutils Cbuilder freeware
Filter: All | Freeware | Demo
 

Extutils Cbuilder

1 2 > 
Added: March 02, 2010 | Visits: 1.058

ExtUtils::CBuilder ExtUtils::CBuilder is a Perl module to compile and link C code for Perl modules. SYNOPSIS use ExtUtils::CBuilder; my $b = ExtUtils::CBuilder->new(%options); $obj_file = $b->compile(source => MyModule.c); $lib_file = $b->link(objects => $obj_file); This module can build the C portions of... Platforms: *nix

License: Freeware Size: 19.46 KB Download (92): ExtUtils::CBuilder Download

Added: February 15, 2010 | Visits: 903

ExtUtils::Manifest ExtUtils::Manifest is a Perl module that contains utilities to write and check a MANIFEST file. SYNOPSIS use ExtUtils::Manifest qw(...funcs to import...); mkmanifest(); my @missing_files = manicheck; my @skipped = skipcheck; my @extra_files = filecheck; my($missing, $extra) =... Platforms: *nix

License: Freeware Size: 17.41 KB Download (99): ExtUtils::Manifest Download

Added: April 13, 2010 | Visits: 967

ExtUtils::AutoInstall ExtUtils::AutoInstall is a Perl module to automatic install of dependencies via CPAN. SYNOPSIS In Makefile.PL, with Module::Install available on the authors system: use inc::Module::Install; name (Joe-Hacker); abstract (Perl Interface to Joe Hacker); author (Joe Hacker ); include... Platforms: *nix

License: Freeware Size: 26.62 KB Download (152): ExtUtils::AutoInstall Download

Added: June 27, 2010 | Visits: 883

ExtUtils::ModuleMaker::TT ExtUtils::ModuleMaker::TT is a Perl module that makes skeleton modules with Template Toolkit templates. SYNOPSIS use ExtUtils::ModuleMaker; my $mmtt = ExtUtils::ModuleMaker->new ( NAME => My::New::Module, ALT_BUILD => ExtUtils::ModuleMaker::TT, TEMPLATE_DIR => ~/.perltemplates, );... Platforms: *nix

License: Freeware Size: 25.6 KB Download (88): ExtUtils::ModuleMaker::TT Download

Added: November 22, 2010 | Visits: 1.010

ExtUtils::Embed ExtUtils::Embed is a Perl module with utilities for embedding Perl in C/C++ applications. SYNOPSIS perl -MExtUtils::Embed -e xsinit perl -MExtUtils::Embed -e ldopts ExtUtils::Embed provides utility functions for embedding a Perl interpreter and extensions in your C/C++ applications.... Platforms: *nix

License: Freeware Size: 19.46 KB Download (93): ExtUtils::Embed Download

Added: November 01, 2010 | Visits: 928

ExtUtils::ModuleMaker::PBP ExtUtils::ModuleMaker::PBP is a Perl module to create a Perl extension in the style of Damian Conways Perl Best Practices. SYNOPSIS use ExtUtils::ModuleMaker::PBP; $mod = ExtUtils::ModuleMaker::PBP->new( NAME => Sample::Module ); $mod->complete_build(); $mod->dump_keys(qw| ... # key... Platforms: *nix

License: Freeware Size: 34.82 KB Download (120): ExtUtils::ModuleMaker::PBP Download

Added: November 06, 2010 | Visits: 793

ExtUtils::PerlPP ExtUtils::PerlPP is a Perl Preprocessor. SYNOPSIS use ExtUtils::PerlPP; my $config = { version => $VERSION, driver => $DRIVER }; # The long and winding road ... my $self = ExtUtils::PerlPP->new(); $self->{in_fh} = IO::File->new(file.PL, r); $self->{out_fh} = IO::File->new(file, w);... Platforms: *nix

License: Freeware Size: 194.56 KB Download (87): ExtUtils::PerlPP Download

Added: March 27, 2010 | Visits: 751

ExtUtils::F77 ExtUtils::F77 is a simple Perl interface to F77 libs. This module tries to figure out how to link C programs with Fortran subroutines on your system. Basically one must add a list of Fortran runtime libraries. The problem is their location and name varies with each OS/compiler combination!... Platforms: *nix

License: Freeware Size: 10.24 KB Download (92): ExtUtils::F77 Download

Added: August 23, 2010 | Visits: 745

ExtUtils::configPL ExtUtils::configPL is a Perl extension to automagically configure Perl scripts. SYNOPSIS use ExtUtils::configPL; <<--startperl-->> -w ... no ExtUtils::configPL; ... This module is used to add configuration information to a perl script, and is meant to be used with the... Platforms: *nix

License: Freeware Size: 4.1 KB Download (87): ExtUtils::configPL Download

Added: April 27, 2010 | Visits: 1.654

ExtUtils::ModuleMaker::Licenses ExtUtils::ModuleMaker::Licenses is a Perl module to get the License for a new module. SYNOPSIS A supporting player for ExtUtils::ModuleMaker to get the COPYRIGHT section of pod and the contents of the LICENSE file. USAGE Should only be called from ExtUtils::ModuleMaker. PUBLIC METHODS... Platforms: *nix

License: Freeware Size: 80.9 KB Download (280): ExtUtils::ModuleMaker::Licenses Download

Added: October 13, 2010 | Visits: 720

ExtUtils::SVDmaker ExtUtils::SVDmaker is a Perl module to create CPAN distributions. SYNOPSIS use ExtUtils::SVDmaker; $svd = new ExtUtils::SVDmaker( @options ); $svd = new ExtUtils::SVDmaker( %options ); $svd->vmake( @targets, %options ); $svd->vmake( @targets ); $svd->vmake( %options ); The... Platforms: *nix

License: Freeware Size: 276.48 KB Download (90): ExtUtils::SVDmaker Download

Added: January 18, 2010 | Visits: 1.306

Sort::Half::Maker Sort::Half::Maker is a Perl module to create half-sort subs easily. SYNOPSIS use Sort::Half::Maker qw(make_halfsort); $sub = make_halfsort( start => [ qw(x y z) ], end => [ qw(a b c) ], fallback => sub { $_[0] cmp $_[1] }, ); @list = sort $sub qw(a y f h w z b t x); # qw(x y z f h t w... Platforms: *nix

License: Freeware Size: 4.1 KB Download (118): Sort::Half::Maker Download

Added: November 13, 2010 | Visits: 1.096

Module::Install Module::Install is a standalone, extensible Perl module installer. SYNOPSIS In your Makefile.PL: (Recommended Usage) # Load the Module::Install bundled in ./inc/ use inc::Module::Install; # Define metadata name Your-Module; all_from lib/Your/Module.pm; # Specific dependencies... Platforms: *nix

License: Freeware Size: 79.87 KB Download (95): Module::Install Download

Added: May 15, 2010 | Visits: 973

Bundle::Knetrix Bundle::Knetrix is a Perl bundle to install all Knetrix required modules. SYNOPSIS perl -MCPAN -e install Bundle::Knetrix CONTENTS Apache AutoLoader Business::CreditCard Carp Class::Delegation Class::MakeMethods::Composite::Hash Compress::Zlib Crypt::TripleDES Cyrus::SIEVE::managesieve... Platforms: *nix

License: Freeware Size: 2.05 KB Download (88): Bundle::Knetrix Download

Added: July 04, 2010 | Visits: 1.631

OpenInteract2::Manual::Tutorial OpenInteract2::Manual::Tutorial is a Perl module that will teach learn you how to create and modify a package. SYNOPSIS This tutorial will show you the different methods for creating a package and how to maintain them. CREATING THE PACKAGE A word on the example For our example were... Platforms: *nix

License: Freeware Size: 931.84 KB Download (99): OpenInteract2::Manual::Tutorial Download

Added: June 02, 2010 | Visits: 966

Apache::TestMB Apache::TestMB is a subclass of Module::Build to support Apache::Test. SYNOPSIS Standard process for building & installing modules: perl Build.PL ./Build ./Build test ./Build install Or, if youre on a platform (like DOS or Windows) that doesnt like the "./" notation, you can do this:... Platforms: *nix

License: Freeware Size: 143.36 KB Download (106): Apache::TestMB Download

Added: May 22, 2010 | Visits: 1.238

Module::Build::Authoring Module::Build::Authoring are authoring Module::Build modules. When creating a Build.PL script for a module, something like the following code will typically be used: use Module::Build; my $build = Module::Build->new ( module_name => Foo::Bar, license => perl, requires => { perl =>... Platforms: *nix

License: Freeware Size: 184.32 KB Download (96): Module::Build::Authoring Download

Added: July 17, 2010 | Visits: 1.208

Glib::CodeGen Glib::CodeGen is a code generation utilities for Glib-based bindings. SYNOPSIS # usually in Makefile.PL use Glib::CodeGen; # most common, use all defaults Glib::CodeGen->parse_maps (myprefix); Glib::CodeGen->write_boot; # more exotic, change everything Glib::CodeGen->parse_maps (foo,... Platforms: *nix

License: Freeware Size: 225.28 KB Download (118): Glib::CodeGen Download

Added: March 01, 2010 | Visits: 930

Kaboot Lite Kaboot Linux Operating system aims to provide an operating system which you can take anywhere and has all your favourite programs on. Kaboot operating system is avaliable as a Live CD or Live USB you can take with you anywhere. A number of different versions are avaliable, two optimised for... Platforms: *nix

License: Freeware Size: 284.6 MB Download (94): Kaboot Lite Download

Added: June 14, 2010 | Visits: 901

Kaboot Science Kaboot Linux Operating system aims to provide an operating system which you can take anywhere and has all your favourite programs on. Kaboot operating system is avaliable as a Live CD or Live USB you can take with you anywhere. A number of different versions are avaliable, two optimised for... Platforms: *nix

License: Freeware Size: 348.5 MB Download (94): Kaboot Science Download

1 2 >