svn commit: r510179 - in head: devel devel/rubygem-contracts devel/rubygem-snowplow-tracker graphics graphics/rubygem-invisible_captcha
Matthias Fechner
mfechner at FreeBSD.org
Thu Aug 29 18:43:22 UTC 2019
Author: mfechner
Date: Thu Aug 29 18:43:20 2019
New Revision: 510179
URL: https://svnweb.freebsd.org/changeset/ports/510179
Log:
Added new ports required for gitlab-ce 12.2.
Added:
head/devel/rubygem-contracts/
head/devel/rubygem-contracts/Makefile (contents, props changed)
head/devel/rubygem-contracts/distinfo (contents, props changed)
head/devel/rubygem-contracts/pkg-descr (contents, props changed)
head/devel/rubygem-snowplow-tracker/
head/devel/rubygem-snowplow-tracker/Makefile (contents, props changed)
head/devel/rubygem-snowplow-tracker/distinfo (contents, props changed)
head/devel/rubygem-snowplow-tracker/pkg-descr (contents, props changed)
head/graphics/rubygem-invisible_captcha/
head/graphics/rubygem-invisible_captcha/Makefile (contents, props changed)
head/graphics/rubygem-invisible_captcha/distinfo (contents, props changed)
head/graphics/rubygem-invisible_captcha/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
head/graphics/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Thu Aug 29 18:36:23 2019 (r510178)
+++ head/devel/Makefile Thu Aug 29 18:43:20 2019 (r510179)
@@ -5498,6 +5498,7 @@
SUBDIR += rubygem-configstruct
SUBDIR += rubygem-configuration
SUBDIR += rubygem-console
+ SUBDIR += rubygem-contracts
SUBDIR += rubygem-cookbook-omnifetch
SUBDIR += rubygem-cool.io
SUBDIR += rubygem-corefines
@@ -5972,6 +5973,7 @@
SUBDIR += rubygem-slim
SUBDIR += rubygem-slop
SUBDIR += rubygem-slop3
+ SUBDIR += rubygem-snowplow-tracker
SUBDIR += rubygem-soap4r
SUBDIR += rubygem-solve
SUBDIR += rubygem-spring
Added: head/devel/rubygem-contracts/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-contracts/Makefile Thu Aug 29 18:43:20 2019 (r510179)
@@ -0,0 +1,20 @@
+# Created by: Matthias Fechner <mfechner at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= contracts
+PORTVERSION= 0.10.1
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= mfechner at FreeBSD.org
+COMMENT= Contracts for ruby
+
+LICENSE= BSD2CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
Added: head/devel/rubygem-contracts/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-contracts/distinfo Thu Aug 29 18:43:20 2019 (r510179)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1567102830
+SHA256 (rubygem/contracts-0.10.1.gem) = a44ec9aed5d87bc9d1fbc7c32b5eab5ce438d607c7683aca76afc1a73fc74009
+SIZE (rubygem/contracts-0.10.1.gem) = 42496
Added: head/devel/rubygem-contracts/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-contracts/pkg-descr Thu Aug 29 18:43:20 2019 (r510179)
@@ -0,0 +1,5 @@
+This library provides contracts for Ruby.
+Contracts let you clearly express how your code behaves, and free
+you from writing tons of boilerplate, defensive code.
+
+WWW: https://github.com/egonSchiele/contracts.ruby
Added: head/devel/rubygem-snowplow-tracker/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-snowplow-tracker/Makefile Thu Aug 29 18:43:20 2019 (r510179)
@@ -0,0 +1,22 @@
+# Created by: Matthias Fechner <mfechner at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= snowplow-tracker
+PORTVERSION= 0.6.1
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= mfechner at FreeBSD.org
+COMMENT= Tracker to collect ruby data
+
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE-2.0.txt
+
+RUN_DEPENDS= rubygem-contracts>=0.7<0.11:devel/rubygem-contracts
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
Added: head/devel/rubygem-snowplow-tracker/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-snowplow-tracker/distinfo Thu Aug 29 18:43:20 2019 (r510179)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1567102683
+SHA256 (rubygem/snowplow-tracker-0.6.1.gem) = 9cec52fd060619f4974b3dc1f7d9a2776c5e31b668a6ead53145b9780e312314
+SIZE (rubygem/snowplow-tracker-0.6.1.gem) = 15360
Added: head/devel/rubygem-snowplow-tracker/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-snowplow-tracker/pkg-descr Thu Aug 29 18:43:20 2019 (r510179)
@@ -0,0 +1,4 @@
+A tracker that can collect event data from your
+Ruby applications, Ruby on Rails web applications and Ruby gems.
+
+WWW: https://github.com/snowplow/snowplow-ruby-tracker
Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile Thu Aug 29 18:36:23 2019 (r510178)
+++ head/graphics/Makefile Thu Aug 29 18:43:20 2019 (r510179)
@@ -957,6 +957,7 @@
SUBDIR += rubygem-gruff
SUBDIR += rubygem-image_science
SUBDIR += rubygem-imagesize
+ SUBDIR += rubygem-invisible_captcha
SUBDIR += rubygem-mini_magick
SUBDIR += rubygem-objectdetect
SUBDIR += rubygem-opengl
Added: head/graphics/rubygem-invisible_captcha/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/graphics/rubygem-invisible_captcha/Makefile Thu Aug 29 18:43:20 2019 (r510179)
@@ -0,0 +1,21 @@
+# Created by: Matthias Fechner <mfechner at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= invisible_captcha
+PORTVERSION= 0.12.2
+CATEGORIES= graphics rubygems
+MASTER_SITES= RG
+
+MAINTAINER= mfechner at FreeBSD.org
+COMMENT= Unobtrusive CAPTCHA for ruby
+
+LICENSE= MIT
+
+RUN_DEPENDS= rubygem-rails52>=3.2.0:www/rubygem-rails52
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
Added: head/graphics/rubygem-invisible_captcha/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/graphics/rubygem-invisible_captcha/distinfo Thu Aug 29 18:43:20 2019 (r510179)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1567103382
+SHA256 (rubygem/invisible_captcha-0.12.2.gem) = ad07539d5977f3b63f9b8b3424fef010529e7be37ba1afb20ad0f4afccd5541b
+SIZE (rubygem/invisible_captcha-0.12.2.gem) = 24064
Added: head/graphics/rubygem-invisible_captcha/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/graphics/rubygem-invisible_captcha/pkg-descr Thu Aug 29 18:43:20 2019 (r510179)
@@ -0,0 +1,4 @@
+Unobtrusive, flexible and simple spam protection for Rails applications
+using honeypot strategy for better user experience.
+
+WWW: https://github.com/markets/invisible_captcha
More information about the svn-ports-all
mailing list