svn commit: r561074 - in head/www: . rubygem-nanoc-cli
Kurt Jaeger
pi at FreeBSD.org
Sun Jan 10 14:28:35 UTC 2021
Author: pi
Date: Sun Jan 10 14:28:33 2021
New Revision: 561074
URL: https://svnweb.freebsd.org/changeset/ports/561074
Log:
New port: www/rubygem-nanoc-cli
Provides the CLI for Nanoc.
WWW: https://nanoc.ws/
PR: 252139
Submitted by: Stéphane D'Alu <sdalu at sdalu.com>
Added:
head/www/rubygem-nanoc-cli/
head/www/rubygem-nanoc-cli/Makefile (contents, props changed)
head/www/rubygem-nanoc-cli/distinfo (contents, props changed)
head/www/rubygem-nanoc-cli/pkg-descr (contents, props changed)
Modified:
head/www/Makefile
Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile Sun Jan 10 14:26:58 2021 (r561073)
+++ head/www/Makefile Sun Jan 10 14:28:33 2021 (r561074)
@@ -1970,6 +1970,7 @@
SUBDIR += rubygem-mousetrap-rails
SUBDIR += rubygem-multipart-post
SUBDIR += rubygem-nanoc
+ SUBDIR += rubygem-nanoc-cli
SUBDIR += rubygem-nanoc-core
SUBDIR += rubygem-nanoc-deploying
SUBDIR += rubygem-nested_form
Added: head/www/rubygem-nanoc-cli/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/rubygem-nanoc-cli/Makefile Sun Jan 10 14:28:33 2021 (r561074)
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME= nanoc-cli
+PORTVERSION= 4.11.19
+CATEGORIES= www rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sdalu at sdalu.com
+COMMENT= CLI for Nanoc
+
+LICENSE= MIT
+
+RUN_DEPENDS= rubygem-cri>=2.15:devel/rubygem-cri \
+ rubygem-diff-lcs>=1.3:textproc/rubygem-diff-lcs \
+ rubygem-zeitwerk>=2.1:devel/rubygem-zeitwerk \
+ rubygem-nanoc-core>=4.11:www/rubygem-nanoc-core
+
+USES= gem
+NO_ARCH= yes
+USE_RUBY= yes
+
+.include <bsd.port.mk>
Added: head/www/rubygem-nanoc-cli/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/rubygem-nanoc-cli/distinfo Sun Jan 10 14:28:33 2021 (r561074)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1608248590
+SHA256 (rubygem/nanoc-cli-4.11.19.gem) = 296fa1c7f37902c894cfe76b2484bdbccbf6cb9b5f5fde9a467b16226a13de0a
+SIZE (rubygem/nanoc-cli-4.11.19.gem) = 23040
Added: head/www/rubygem-nanoc-cli/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/rubygem-nanoc-cli/pkg-descr Sun Jan 10 14:28:33 2021 (r561074)
@@ -0,0 +1,3 @@
+Provides the CLI for Nanoc.
+
+WWW: https://nanoc.ws/
More information about the svn-ports-all
mailing list