diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2009-05-19 13:30:26 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2009-05-19 13:30:26 +0800 |
commit | bbf813a63695a14cfcbe32377243b2b9a9430a6f (patch) | |
tree | b5c15d9d5289376c6870fbbfe8c27be57815abab | |
parent | 6d23b9227858d6a4a022561570ea03e803ea7cec (diff) | |
download | freebsd-ports-gnome-bbf813a63695a14cfcbe32377243b2b9a9430a6f.tar.gz freebsd-ports-gnome-bbf813a63695a14cfcbe32377243b2b9a9430a6f.tar.zst freebsd-ports-gnome-bbf813a63695a14cfcbe32377243b2b9a9430a6f.zip |
Add mod_h264_streaming 2.0, apache H264 streaming module.
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/mod_h264_streaming/Makefile | 25 | ||||
-rw-r--r-- | www/mod_h264_streaming/distinfo | 3 | ||||
-rw-r--r-- | www/mod_h264_streaming/pkg-descr | 9 |
4 files changed, 38 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 2f06da7f3300..05fb32b59f2e 100644 --- a/www/Makefile +++ b/www/Makefile @@ -444,6 +444,7 @@ SUBDIR += mod_geoip2 SUBDIR += mod_gzip SUBDIR += mod_gzip2 + SUBDIR += mod_h264_streaming SUBDIR += mod_hosts_access SUBDIR += mod_index_rss SUBDIR += mod_jail 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 |