aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-16 06:14:21 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-16 06:21:54 +0000
commit67177d7a21d921a60a3b6aece6d9f303d7915fb3 (patch)
treeec53a19bbe97f89a99663f10e928764295f246f3
parent2a4b43bce7ded42b43df58e758dc9dc3ab4411f9 (diff)
www/rubygem-cloudinary: Add rubygem-cloudinary 2.0.2
The Cloudinary Ruby on Rails SDK allows you to quickly and easily integrate your application with Cloudinary. Effortlessly optimize, transform, upload and manage your cloud's assets.
-rw-r--r--www/Makefile1
-rw-r--r--www/rubygem-cloudinary/Makefile22
-rw-r--r--www/rubygem-cloudinary/distinfo3
-rw-r--r--www/rubygem-cloudinary/pkg-descr3
4 files changed, 29 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index f2412ae1c42c..b8df00309dd4 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1983,6 +1983,7 @@
SUBDIR += rubygem-chosen-rails
SUBDIR += rubygem-chromedriver-helper
SUBDIR += rubygem-circuitbox
+ SUBDIR += rubygem-cloudinary
SUBDIR += rubygem-cookiejar
SUBDIR += rubygem-crass
SUBDIR += rubygem-cssbundling-rails
diff --git a/www/rubygem-cloudinary/Makefile b/www/rubygem-cloudinary/Makefile
new file mode 100644
index 000000000000..f90b00ded23c
--- /dev/null
+++ b/www/rubygem-cloudinary/Makefile
@@ -0,0 +1,22 @@
+PORTNAME= cloudinary
+PORTVERSION= 2.0.2
+CATEGORIES= www rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Client library for easily using the Cloudinary service
+WWW= https://cloudinary.com/ \
+ https://cloudinary.com/documentation/rails_integration \
+ https://github.com/cloudinary/cloudinary_gem
+
+LICENSE= MIT
+
+RUN_DEPENDS= rubygem-faraday>=2.0.1<3.0.0:www/rubygem-faraday \
+ rubygem-faraday-follow_redirects>=0.3.0<0.4:www/rubygem-faraday-follow_redirects \
+ rubygem-faraday-multipart>=1.0.4<2:www/rubygem-faraday-multipart
+
+USES= gem
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/www/rubygem-cloudinary/distinfo b/www/rubygem-cloudinary/distinfo
new file mode 100644
index 000000000000..4197ecbaca78
--- /dev/null
+++ b/www/rubygem-cloudinary/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1714227846
+SHA256 (rubygem/cloudinary-2.0.2.gem) = 9c146ccd9bb0b45f3c4330e6c18577c855971cac9de2fa901bb3486885231e59
+SIZE (rubygem/cloudinary-2.0.2.gem) = 148992
diff --git a/www/rubygem-cloudinary/pkg-descr b/www/rubygem-cloudinary/pkg-descr
new file mode 100644
index 000000000000..5f8494ce8719
--- /dev/null
+++ b/www/rubygem-cloudinary/pkg-descr
@@ -0,0 +1,3 @@
+The Cloudinary Ruby on Rails SDK allows you to quickly and easily integrate your
+application with Cloudinary. Effortlessly optimize, transform, upload and manage
+your cloud's assets.