notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
rubygem-puppet-modulebuilder Reference implementation for building Puppet modules from source
1.0.0 develnew! on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 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 search for ports maintained by this maintainer
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (3 items)
Collapse this list.
  1. /usr/local/share/licenses/rubygem-puppet-modulebuilder-1.0.0/catalog.mk
  2. /usr/local/share/licenses/rubygem-puppet-modulebuilder-1.0.0/LICENSE
  3. /usr/local/share/licenses/rubygem-puppet-modulebuilder-1.0.0/APACHE20
Collapse this list.
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):
rubygem-puppet-modulebuilder
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-1.0.0--1.0.0---
FreeBSD:13:quarterly--------
FreeBSD:14:latest-1.0.0--1.0.0---
FreeBSD:14:quarterly-1.0.0--1.0.0---
FreeBSD:15:latest-1.0.0n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. ruby32 : lang/ruby32
  2. gem : devel/ruby-gems
Runtime dependencies:
  1. rubygem-minitar0>=0.9<1 : archivers/rubygem-minitar0
  2. rubygem-pathspec>=0.2.1 : devel/rubygem-pathspec
  3. ruby32 : lang/ruby32
  4. gem : devel/ruby-gems
Patch dependencies:
  1. ruby32 : lang/ruby32
  2. gem : devel/ruby-gems
Extract dependencies:
  1. ruby32 : lang/ruby32
This port is required by:
for Run
  1. 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:
Expand this list (1 items)
Collapse this list.
  1. https://rubygems.org/downloads/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.0.0
01 Oct 2024 07:03:34
commit hash: 29d5e9f2c22c5c27f165929f8b8236401f09aeb8commit hash: 29d5e9f2c22c5c27f165929f8b8236401f09aeb8commit hash: 29d5e9f2c22c5c27f165929f8b8236401f09aeb8commit hash: 29d5e9f2c22c5c27f165929f8b8236401f09aeb8 files touched by this commit
Romain Tartière (romain) search for other commits by this committer
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