diff --git a/textproc/Makefile b/textproc/Makefile index 87a1b167ab7d..6e10b1f2a6c1 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1589,6 +1589,7 @@ SUBDIR += rubygem-parslet SUBDIR += rubygem-phone SUBDIR += rubygem-pretty-xml + SUBDIR += rubygem-puppet-strings SUBDIR += rubygem-raabro SUBDIR += rubygem-rails-dom-testing SUBDIR += rubygem-rails-dom-testing-rails5 diff --git a/textproc/rubygem-puppet-strings/Makefile b/textproc/rubygem-puppet-strings/Makefile new file mode 100644 index 000000000000..5d78d52e914f --- /dev/null +++ b/textproc/rubygem-puppet-strings/Makefile @@ -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 diff --git a/textproc/rubygem-puppet-strings/distinfo b/textproc/rubygem-puppet-strings/distinfo new file mode 100644 index 000000000000..7870faf6458b --- /dev/null +++ b/textproc/rubygem-puppet-strings/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1575413123 +SHA256 (rubygem/puppet-strings-2.3.1.gem) = e3c81c0d52920dea4e77c721f291dd1a00ff03c3783c051b5602cb872086f9e2 +SIZE (rubygem/puppet-strings-2.3.1.gem) = 84992 diff --git a/textproc/rubygem-puppet-strings/pkg-descr b/textproc/rubygem-puppet-strings/pkg-descr new file mode 100644 index 000000000000..6de4c4cdc4bc --- /dev/null +++ b/textproc/rubygem-puppet-strings/pkg-descr @@ -0,0 +1,4 @@ +Puppet Strings generates HTML documentation for Puppet extensions written in +Puppet and Ruby. + +WWW: https://github.com/puppetlabs/puppet-strings