mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
New port: textproc/rubygem-puppet-strings
Puppet Strings generates HTML documentation for Puppet extensions written in Puppet and Ruby. WWW: https://github.com/puppetlabs/puppet-strings With hat: puppet
This commit is contained in:
parent
0236ecec5b
commit
acec2011ca
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=518971
4 changed files with 29 additions and 0 deletions
|
@ -1589,6 +1589,7 @@
|
||||||
SUBDIR += rubygem-parslet
|
SUBDIR += rubygem-parslet
|
||||||
SUBDIR += rubygem-phone
|
SUBDIR += rubygem-phone
|
||||||
SUBDIR += rubygem-pretty-xml
|
SUBDIR += rubygem-pretty-xml
|
||||||
|
SUBDIR += rubygem-puppet-strings
|
||||||
SUBDIR += rubygem-raabro
|
SUBDIR += rubygem-raabro
|
||||||
SUBDIR += rubygem-rails-dom-testing
|
SUBDIR += rubygem-rails-dom-testing
|
||||||
SUBDIR += rubygem-rails-dom-testing-rails5
|
SUBDIR += rubygem-rails-dom-testing-rails5
|
||||||
|
|
21
textproc/rubygem-puppet-strings/Makefile
Normal file
21
textproc/rubygem-puppet-strings/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
PORTNAME= puppet-strings
|
||||||
|
PORTVERSION= 2.3.1
|
||||||
|
CATEGORIES= textproc rubygems
|
||||||
|
MASTER_SITES= RG
|
||||||
|
|
||||||
|
MAINTAINER= puppet@FreeBSD.org
|
||||||
|
COMMENT= Puppet documentation extraction and presentation tool
|
||||||
|
|
||||||
|
LICENSE= APACHE20
|
||||||
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
|
RUN_DEPENDS= puppet:sysutils/puppet6 \
|
||||||
|
rubygem-rgen>=0:devel/rubygem-rgen \
|
||||||
|
rubygem-yard>=0:textproc/rubygem-yard
|
||||||
|
|
||||||
|
USES= gem
|
||||||
|
USE_RUBY= yes
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
textproc/rubygem-puppet-strings/distinfo
Normal file
3
textproc/rubygem-puppet-strings/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1575413123
|
||||||
|
SHA256 (rubygem/puppet-strings-2.3.1.gem) = e3c81c0d52920dea4e77c721f291dd1a00ff03c3783c051b5602cb872086f9e2
|
||||||
|
SIZE (rubygem/puppet-strings-2.3.1.gem) = 84992
|
4
textproc/rubygem-puppet-strings/pkg-descr
Normal file
4
textproc/rubygem-puppet-strings/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
Puppet Strings generates HTML documentation for Puppet extensions written in
|
||||||
|
Puppet and Ruby.
|
||||||
|
|
||||||
|
WWW: https://github.com/puppetlabs/puppet-strings
|
Loading…
Add table
Reference in a new issue