aboutsummaryrefslogtreecommitdiff
path: root/multimedia/rubygem-streamio-ffmpeg
diff options
context:
space:
mode:
authorJoseph Mingrone <jrm@FreeBSD.org>2018-03-13 00:57:09 +0000
committerJoseph Mingrone <jrm@FreeBSD.org>2018-03-13 00:57:09 +0000
commit15a0ee75eee0e845234e2aaa671a5d1de919fc51 (patch)
tree86b2a9d431035c0a8d7ba19d16be24a38ab7a07b /multimedia/rubygem-streamio-ffmpeg
parentc37a900ded9f9d46c30721f7d3e61f94b98047d8 (diff)
downloadports-15a0ee75eee0e845234e2aaa671a5d1de919fc51.tar.gz
ports-15a0ee75eee0e845234e2aaa671a5d1de919fc51.zip
Add new Ruby Gem dependency ports for upcoming Mastodon v2.3.1
multimedia/rubygem-streamio-ffmpeg WWW: http://github.com/streamio/streamio-ffmpeg security/rubygem-devise_pam_authenticatable2 WWW: http://github.com/devkral/devise_pam_authenticatable2 security/rubygem-omniauth-cas WWW: https://github.com/dlindahl/omniauth-cas security/rubygem-rpam2 WWW: http://github.com/devkral/rpam2
Notes
Notes: svn path=/head/; revision=464333
Diffstat (limited to 'multimedia/rubygem-streamio-ffmpeg')
-rw-r--r--multimedia/rubygem-streamio-ffmpeg/Makefile22
-rw-r--r--multimedia/rubygem-streamio-ffmpeg/distinfo3
-rw-r--r--multimedia/rubygem-streamio-ffmpeg/pkg-descr5
3 files changed, 30 insertions, 0 deletions
diff --git a/multimedia/rubygem-streamio-ffmpeg/Makefile b/multimedia/rubygem-streamio-ffmpeg/Makefile
new file mode 100644
index 000000000000..0be20475d81f
--- /dev/null
+++ b/multimedia/rubygem-streamio-ffmpeg/Makefile
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME= streamio-ffmpeg
+PORTVERSION= 3.0.2
+CATEGORIES= multimedia rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Wraps ffmpeg to read metadata and transcodes videos
+
+LICENSE= MIT
+LICENSE_FILES= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= rubygem-multi_json>=1.8:devel/rubygem-multi_json \
+ ffmpeg>=3.4.2,1:multimedia/ffmpeg
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/multimedia/rubygem-streamio-ffmpeg/distinfo b/multimedia/rubygem-streamio-ffmpeg/distinfo
new file mode 100644
index 000000000000..c273ac9312cc
--- /dev/null
+++ b/multimedia/rubygem-streamio-ffmpeg/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1520095023
+SHA256 (rubygem/streamio-ffmpeg-3.0.2.gem) = 9f2434d4bf010b8b8d4da47c876ff35f4b775690123f3301e43b9c01d88fddda
+SIZE (rubygem/streamio-ffmpeg-3.0.2.gem) = 17920
diff --git a/multimedia/rubygem-streamio-ffmpeg/pkg-descr b/multimedia/rubygem-streamio-ffmpeg/pkg-descr
new file mode 100644
index 000000000000..32954df2a65e
--- /dev/null
+++ b/multimedia/rubygem-streamio-ffmpeg/pkg-descr
@@ -0,0 +1,5 @@
+The streamio-ffmpeg gem is a simple, yet powerful wrapper around the ffmpeg
+command for reading metadata and transcoding movies. Other features include:
+watermarking, taking screenshots, and creating slideshows from stills.
+
+WWW: http://github.com/streamio/streamio-ffmpeg