diff options
author | Romain Tartière <romain@FreeBSD.org> | 2019-12-03 22:53:19 +0000 |
---|---|---|
committer | Romain Tartière <romain@FreeBSD.org> | 2019-12-03 22:53:19 +0000 |
commit | acec2011ca892ee862dcb5b57af09200fd86dace (patch) | |
tree | ab84ab269cd12cc56e69b1e0c94a8962319dfba5 /textproc/rubygem-puppet-strings | |
parent | devel/jetbrains-webstorm: Update to 2019.3 (diff) |
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
Notes
Notes:
svn path=/head/; revision=518971
Diffstat (limited to 'textproc/rubygem-puppet-strings')
-rw-r--r-- | textproc/rubygem-puppet-strings/Makefile | 21 | ||||
-rw-r--r-- | textproc/rubygem-puppet-strings/distinfo | 3 | ||||
-rw-r--r-- | textproc/rubygem-puppet-strings/pkg-descr | 4 |
3 files changed, 28 insertions, 0 deletions
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 <bsd.port.mk> 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 |