Search results for "module:Make.pm"
Make - Pure-Perl implementation of a somewhat GNU-like make.
Implements in pure Perl a somewhat GNU-like make, intended to be highly customisable. Via pure-perl-make Make has built perl/Tk from the "MakeMaker" generated Makefiles......
ETJ/Make-2.011 - 23 Dec 2020 15:48:23 UTC
RPM::Make - cleanly generate an RPM
Automatically generate an RPM software package from a list of files. RPM::Make builds the RPM in a very clean and configurable fashion. (Finally! Making RPMs outside of /usr/src/redhat without a zillion file intermediates left over!) RPM::Make should...
SHARRISON/RPM-Tools-0.8 - 18 Dec 2002 17:51:09 UTC
PPM::Make - Make a ppm package from a CPAN distribution
See the supplied "make_ppm" script for a command-line interface. This module automates somewhat some of the steps needed to make a *ppm* (Perl Package Manager) package from a CPAN distribution. It attempts to fill in the *ABSTRACT* and *AUTHOR* attri...
ISHIGAKI/PPM-Make-0.9904 - 05 Apr 2017 06:27:08 UTC
Beam::Make - Recipes to declare and resolve dependencies between things
"Beam::Make" allows an author to describe how to build some thing (a file, some data in a database, an image, a container, etc...) and the relationships between things. This is similar to the classic "make" program used to build some software package...
PREACTION/Beam-Make-0.003 - 17 May 2020 21:35:11 UTC
DPKG::Make - cleanly generate an Debian package (.dpkg)
Automatically generate an dpkg software package from a list of files. DPKG::Make builds the RPM in a very clean and configurable fashion. (Finally! Making RPMs outside of /usr/src/redhat without a zillion file intermediates left over!) DPKG::Make gen...
SHARRISON/DPKG-Tools-0.1 - 03 Jul 2002 16:31:25 UTC
Make::Rule - a rule with prerequisites and recipe
Represents a rule. An instance exists for each ':' or '::' rule in the makefile. The recipe and prerequisites are kept here....
ETJ/Make-2.011 - 23 Dec 2020 15:48:23 UTC
Module::Make - The New Way To make Modules
Writing Perl modules, especially modules intended for CPAN, requires a lot of work that just isn't fun. Instead of just writing Perl code, you need to write and maintain a bunch of auxilary files as well: * Makefile.PL * Changes * README * META.yml *...
INGY/Module-Make-0.01 - 07 Apr 2007 03:41:04 UTC
Make::Functions - Functions in Makefile macros
Package that contains the various functions used by Make....
ETJ/Make-2.011 - 23 Dec 2020 15:48:23 UTC
MCDB_File - Perl extension for access to mcdb constant databases
MCDB_File is a module which provides a Perl interface to mcdb. mcdb is originally based on Dan Bernstein's cdb package. mcdb - fast, reliable, simple code to create, read constant databases Reading from an mcdb constant database After the "tie" shown...
GSTRAUSS/MCDB_File-0.0108 - 29 Sep 2022 14:56:39 UTC
PPM::Make::CPAN - helper module for using ppm within CPAN.pm
"PPM::Make::CPAN" is used to build a PPM (Perl Package Manager) distribution from a CPAN source distribution and then install it with the "ppm" utility. See PPM::Make for a discussion of details on how the ppm package is built. Available options are ...
ISHIGAKI/PPM-Make-0.9904 - 05 Apr 2017 06:27:08 UTC
RPM::Make::DWIW - Create an RPM from a hashref
This module creates an RPM package from a description hashref. It has nothing to do with source code or build processes. It assumes that whatever files you want to include in the RPM already exist. This module can create RPMs for executable files, sh...
ABLUM/RPM-Make-DWIW-0.2 - 08 Mar 2010 06:07:16 UTC
Beam::Make::DBI - A Beam::Make recipe for executing SQL queries
This Beam::Make recipe class executes one or more SQL queries against the given DBI database handle....
PREACTION/Beam-Make-0.003 - 17 May 2020 21:35:11 UTC
PPM::Make::Meta - Obtain meta information for a ppm package
This module attempts to obtain meta-information from the sources of a CPAN distribution that is needed to make a ppm package. One first creates the object as my $meta = PPM::Make::Meta->new(dir => $some_dir); with the required option "dir => $some_di...
ISHIGAKI/PPM-Make-0.9904 - 05 Apr 2017 06:27:08 UTC
PPM::Make::Util - Utility functions for PPM::Make
This module contains a number of utility functions used by PPM::Make. POD ERRORS Hey! The above document had some coding errors, which are explained below: Around line 5: =over is the last thing in the document?!...
ISHIGAKI/PPM-Make-0.9904 - 05 Apr 2017 06:27:08 UTC
Beam::Make::File - A Beam::Make recipe to build a file from shell scripts
This Beam::Make recipe class creates a file by running one or more shell scripts. The recipe's name should be the file that will be created by the recipe....
PREACTION/Beam-Make-0.003 - 17 May 2020 21:35:11 UTC
RPM::Make::Simple - simple interface to RPM::Make
Generates an RPM from a given list of files. I wrote this as a 'dumb' RPM builder. An understanding of how an RPM is built (with spec files and whatnot) is desirable before using this. It's basically a wrapper for RPM::Make where the most important d...
STEVEHA/RPM-Make-Simple-0.03 - 01 Nov 2006 17:13:27 UTC
PPM::Make::Bundle - make a bundle of ppm packages
"PPM::Make::Bundle" is used to build a bundled zip file of a package and all of it's required prerequisites. It will first search through a list of specified repositories to see if a required package is present there, and if not, will use "PPM::Make"...
ISHIGAKI/PPM-Make-0.9904 - 05 Apr 2017 06:27:08 UTC