aboutsummaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2014-08-13 02:14:30 +0000
committerSteve Wills <swills@FreeBSD.org>2014-08-13 02:14:30 +0000
commita1afbb05f2cf072b801dcce2e6b724f1bae1b0f1 (patch)
tree3405124a83489cb39baaff58f4d245af8dcdfed3 /multimedia
parent865dd23d538b9d4a2b28a0c3be189a41524319d7 (diff)
downloadports-a1afbb05f2cf072b801dcce2e6b724f1bae1b0f1.tar.gz
ports-a1afbb05f2cf072b801dcce2e6b724f1bae1b0f1.zip
Notes
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/Makefile1
-rw-r--r--multimedia/rubygem-flvtool2/Makefile18
-rw-r--r--multimedia/rubygem-flvtool2/distinfo2
-rw-r--r--multimedia/rubygem-flvtool2/pkg-descr6
4 files changed, 27 insertions, 0 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile
index 02c925874190..dc79571dbc8d 100644
--- a/multimedia/Makefile
+++ b/multimedia/Makefile
@@ -321,6 +321,7 @@
SUBDIR += rtmpdump
SUBDIR += ruby-flvtool2
SUBDIR += rubygem-clutter-gstreamer
+ SUBDIR += rubygem-flvtool2
SUBDIR += rubygem-gstreamer
SUBDIR += sabbu
SUBDIR += schroedinger
diff --git a/multimedia/rubygem-flvtool2/Makefile b/multimedia/rubygem-flvtool2/Makefile
new file mode 100644
index 000000000000..612b6cb7a4de
--- /dev/null
+++ b/multimedia/rubygem-flvtool2/Makefile
@@ -0,0 +1,18 @@
+# Created by: Steve Wills <swills@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= flvtool2
+PORTVERSION= 1.0.6
+CATEGORIES= multimedia rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Flash video (FLV) manipulation tool
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST=yes
+
+PLIST_FILES= bin/flvtool2
+
+.include <bsd.port.mk>
diff --git a/multimedia/rubygem-flvtool2/distinfo b/multimedia/rubygem-flvtool2/distinfo
new file mode 100644
index 000000000000..a9e167ccdffe
--- /dev/null
+++ b/multimedia/rubygem-flvtool2/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/flvtool2-1.0.6.gem) = 129313cfd8c43cf14431c74bbc20cb17328cf4d27c2f39a0cf24de6040505477
+SIZE (rubygem/flvtool2-1.0.6.gem) = 29696
diff --git a/multimedia/rubygem-flvtool2/pkg-descr b/multimedia/rubygem-flvtool2/pkg-descr
new file mode 100644
index 000000000000..9069b8201789
--- /dev/null
+++ b/multimedia/rubygem-flvtool2/pkg-descr
@@ -0,0 +1,6 @@
+FLVTool2 is a manipulation tool for Macromedia Flash Video files (FLV). It can
+calculate a lot of meta data, insert an onMetaData tag, cut FLV files, add cue
+points (onCuePoint), show the FLV structure and print meta data information in
+XML or YAML.
+
+WWW: http://www.inlet-media.de/flvtool2