aboutsummaryrefslogtreecommitdiff
path: root/www/mod_h264_streaming
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2009-05-19 05:30:26 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2009-05-19 05:30:26 +0000
commit23f0aeb29c6e80f3939a1bac9b62ea1c8144644d (patch)
treea1cd85739a348e5fe3816cb6b2f988b77b70088e /www/mod_h264_streaming
parented0fc6cca0ee4a035e37573418f61811ede99388 (diff)
downloadports-23f0aeb29c6e80f3939a1bac9b62ea1c8144644d.tar.gz
ports-23f0aeb29c6e80f3939a1bac9b62ea1c8144644d.zip
Add mod_h264_streaming 2.0, apache H264 streaming module.
Notes
Notes: svn path=/head/; revision=234186
Diffstat (limited to 'www/mod_h264_streaming')
-rw-r--r--www/mod_h264_streaming/Makefile25
-rw-r--r--www/mod_h264_streaming/distinfo3
-rw-r--r--www/mod_h264_streaming/pkg-descr9
3 files changed, 37 insertions, 0 deletions
diff --git a/www/mod_h264_streaming/Makefile b/www/mod_h264_streaming/Makefile
new file mode 100644
index 000000000000..67e12d8e0af9
--- /dev/null
+++ b/www/mod_h264_streaming/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: mod_h264_streaming
+# Date created: May 14, 2009
+# Whom: Li-Wen Hsu <lwhsu@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= mod_h264_streaming
+PORTVERSION= 2.0
+CATEGORIES= www
+MASTER_SITES= http://www.cs.nctu.edu.tw/~lwhsu/ports/distfiles/
+DIST_SUBDIR= apache22
+
+MAINTAINER= lwhsu@FreeBSD.org
+COMMENT= Apache H264 streaming module
+
+USE_BZIP2= yes
+USE_APACHE= 22+
+AP_FAST_BUILD= yes
+AP_GENPLIST= yes
+SRC_FILE= mod_h264_streaming.c moov.c
+
+RESTRICTED= no-commercial-use
+
+.include <bsd.port.mk>
diff --git a/www/mod_h264_streaming/distinfo b/www/mod_h264_streaming/distinfo
new file mode 100644
index 000000000000..0516995e7901
--- /dev/null
+++ b/www/mod_h264_streaming/distinfo
@@ -0,0 +1,3 @@
+MD5 (apache22/mod_h264_streaming-2.0.tar.bz2) = 0e5ae63fc5697c56b4c78671d3338a78
+SHA256 (apache22/mod_h264_streaming-2.0.tar.bz2) = 1774e20be353b5fa774cd259efd200f8d38136af032670ec7fe6989224b6cd3e
+SIZE (apache22/mod_h264_streaming-2.0.tar.bz2) = 13483
diff --git a/www/mod_h264_streaming/pkg-descr b/www/mod_h264_streaming/pkg-descr
new file mode 100644
index 000000000000..81239d78a9f6
--- /dev/null
+++ b/www/mod_h264_streaming/pkg-descr
@@ -0,0 +1,9 @@
+The H264 Streaming Module is a plugin for your existing Apache
+webserver. Its features are as follows:
+
+ * Timeshifting seek
+ * Virtual video clips
+ * Network efficiency
+ * Encoding
+
+WWW: http://h264.code-shop.com/trac/wiki/Mod-H264-Streaming-Apache-Version2