svn commit: r518971 - in head/textproc: . rubygem-puppet-strings

Romain Tartière romain at FreeBSD.org
Tue Dec 3 22:53:20 UTC 2019


Author: romain
Date: Tue Dec  3 22:53:19 2019
New Revision: 518971
URL: https://svnweb.freebsd.org/changeset/ports/518971

Log:
  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

Added:
  head/textproc/rubygem-puppet-strings/
  head/textproc/rubygem-puppet-strings/Makefile   (contents, props changed)
  head/textproc/rubygem-puppet-strings/distinfo   (contents, props changed)
  head/textproc/rubygem-puppet-strings/pkg-descr   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Tue Dec  3 22:36:42 2019	(r518970)
+++ head/textproc/Makefile	Tue Dec  3 22:53:19 2019	(r518971)
@@ -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

Added: head/textproc/rubygem-puppet-strings/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-puppet-strings/Makefile	Tue Dec  3 22:53:19 2019	(r518971)
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME=	puppet-strings
+PORTVERSION=	2.3.1
+CATEGORIES=	textproc rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	puppet at 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>

Added: head/textproc/rubygem-puppet-strings/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-puppet-strings/distinfo	Tue Dec  3 22:53:19 2019	(r518971)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1575413123
+SHA256 (rubygem/puppet-strings-2.3.1.gem) = e3c81c0d52920dea4e77c721f291dd1a00ff03c3783c051b5602cb872086f9e2
+SIZE (rubygem/puppet-strings-2.3.1.gem) = 84992

Added: head/textproc/rubygem-puppet-strings/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-puppet-strings/pkg-descr	Tue Dec  3 22:53:19 2019	(r518971)
@@ -0,0 +1,4 @@
+Puppet Strings generates HTML documentation for Puppet extensions written in
+Puppet and Ruby.
+
+WWW: https://github.com/puppetlabs/puppet-strings


More information about the svn-ports-all mailing list