Port details |
- rubygem-puppet-modulebuilder Reference implementation for building Puppet modules from source
- 1.0.0 devel
=0 Package not present on quarterly.This is expected early in the quarter (because the new packaage repo has not been built yet.). Otherwise, this missing version is most likely a FreshPorts error.
- Maintainer: puppet@FreeBSD.org
- Port Added: 2024-10-01 07:06:08
- Last Update: 2024-10-01 07:03:34
- Commit Hash: 29d5e9f
- Also Listed In: rubygems
- License: APACHE20
- WWW:
- https://github.com/puppetlabs/puppet-modulebuilder
- Description:
- The purpose of this tool is to take a given local module directory and compile
it into a .tar file, known as the tarball, that can then be installed directly
by Puppet on a target machine or uploaded onto the Puppet Forge so that it can
be accessed publicly.
As part of this process any non-deliverable aspects of the module, parts of it
related to the modules development or testing for example, are stripped away
leaving only the documentation and the puppet/ruby code that is needed for the
module to function.
The parts of the module to be excluded are defined in a .pdkignore, .pmtignore
or .gitignore file with the first one to be found in this given order being
used. Any directories or files that are listed in the ignore file are then
excluded, allowing the user to customize what is and what is not excluded.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rubygem-puppet-modulebuilder>0:devel/rubygem-puppet-modulebuilder
- To install the port:
- cd /usr/ports/devel/rubygem-puppet-modulebuilder/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/rubygem-puppet-modulebuilder
- pkg install rubygem-puppet-modulebuilder
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-puppet-modulebuilder
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1726334924
SHA256 (rubygem/puppet-modulebuilder-1.0.0.gem) = cf9d9e8146aeae780b7c61f30847a4cb631debcf708c21281976d5ed79820cfd
SIZE (rubygem/puppet-modulebuilder-1.0.0.gem) = 16896
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
- Runtime dependencies:
-
- rubygem-minitar0>=0.9<1 : archivers/rubygem-minitar0
- rubygem-pathspec>=0.2.1 : devel/rubygem-pathspec
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
-
- This port is required by:
- for Run
-
- devel/rubygem-pdk
Configuration Options:
- No options to configure
- Options name:
- devel_rubygem-puppet-modulebuilder
- USES:
- gem
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.0 01 Oct 2024 07:03:34 |
Romain Tartière (romain) |
devel/rubygem-puppet-modulebuilder: New port
The purpose of this tool is to take a given local module directory and compile
it into a .tar file, known as the tarball, that can then be installed directly
by Puppet on a target machine or uploaded onto the Puppet Forge so that it can
be accessed publicly.
As part of this process any non-deliverable aspects of the module, parts of it
related to the modules development or testing for example, are stripped away
leaving only the documentation and the puppet/ruby code that is needed for the
module to function.
The parts of the module to be excluded are defined in a .pdkignore, .pmtignore
or .gitignore file with the first one to be found in this given order being
used. Any directories or files that are listed in the ignore file are then
excluded, allowing the user to customize what is and what is not excluded.
It should have been committed prior to the update of devel/rubygem-pdk
in 2891c0317f0e82c88fa061df625a5ffae826c6be but slipped through.
PR: 281772
Reported by: cperciva, meta, Trond.Endrestol@ximalas.info |
Number of commits found: 1
|