diff options
author | mat <mat@FreeBSD.org> | 2015-04-30 21:15:10 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-04-30 21:15:10 +0800 |
commit | 3fff8c28bda09dec954b60947111e7081c880b36 (patch) | |
tree | 95750527bfb7b82a04c62e85fa34c920cbdc0768 /www/lighttpd | |
parent | 9b87586892d2685167cea5cdb3460c78210cbcbf (diff) | |
download | freebsd-ports-gnome-3fff8c28bda09dec954b60947111e7081c880b36.tar.gz freebsd-ports-gnome-3fff8c28bda09dec954b60947111e7081c880b36.tar.zst freebsd-ports-gnome-3fff8c28bda09dec954b60947111e7081c880b36.zip |
Move each pkg-{plist,descr} into its own port, cleanup @dirrm*
Sponsored by: Absolight
Diffstat (limited to 'www/lighttpd')
-rw-r--r-- | www/lighttpd/files/pkg-descr.mod_geoip | 4 | ||||
-rw-r--r-- | www/lighttpd/files/pkg-descr.mod_h264_streaming | 9 | ||||
-rw-r--r-- | www/lighttpd/files/pkg-plist.mod_geoip | 2 | ||||
-rw-r--r-- | www/lighttpd/files/pkg-plist.mod_h264_streaming | 2 | ||||
-rw-r--r-- | www/lighttpd/pkg-plist | 6 |
5 files changed, 1 insertions, 22 deletions
diff --git a/www/lighttpd/files/pkg-descr.mod_geoip b/www/lighttpd/files/pkg-descr.mod_geoip deleted file mode 100644 index 8f823489399d..000000000000 --- a/www/lighttpd/files/pkg-descr.mod_geoip +++ /dev/null @@ -1,4 +0,0 @@ -mod_geoip is a lighttpd module that looks up the country code -for the IP address making the request without using reverse DNS. - -WWW: http://redmine.lighttpd.net/wiki/1/Docs:ModGeoip diff --git a/www/lighttpd/files/pkg-descr.mod_h264_streaming b/www/lighttpd/files/pkg-descr.mod_h264_streaming deleted file mode 100644 index 7095a06cf9f5..000000000000 --- a/www/lighttpd/files/pkg-descr.mod_h264_streaming +++ /dev/null @@ -1,9 +0,0 @@ -This is the H264 Streaming Module for the lighttpd 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-Lighttpd-Version2 diff --git a/www/lighttpd/files/pkg-plist.mod_geoip b/www/lighttpd/files/pkg-plist.mod_geoip deleted file mode 100644 index b0a6d09d0cf8..000000000000 --- a/www/lighttpd/files/pkg-plist.mod_geoip +++ /dev/null @@ -1,2 +0,0 @@ -@sample etc/lighttpd/conf.d/geoip.conf.sample -lib/lighttpd/mod_geoip.so diff --git a/www/lighttpd/files/pkg-plist.mod_h264_streaming b/www/lighttpd/files/pkg-plist.mod_h264_streaming deleted file mode 100644 index 50d632ece957..000000000000 --- a/www/lighttpd/files/pkg-plist.mod_h264_streaming +++ /dev/null @@ -1,2 +0,0 @@ -@sample etc/lighttpd/conf.d/h264_streaming.conf.sample -lib/lighttpd/mod_h264_streaming.so diff --git a/www/lighttpd/pkg-plist b/www/lighttpd/pkg-plist index cb010fd1741b..ec4e961ae922 100644 --- a/www/lighttpd/pkg-plist +++ b/www/lighttpd/pkg-plist @@ -59,8 +59,4 @@ lib/lighttpd/mod_webdav.so man/man8/lighttpd.8.gz sbin/lighttpd sbin/lighttpd-angel -@dirrm lib/lighttpd -@dirrmtry etc/lighttpd/vhosts.d -@dirrmtry etc/lighttpd/conf.d -@dirrmtry etc/lighttpd -@dirrmtry(%%USER%%,%%GROUP%%,700) %%LOGROOT%% +@dir(%%USER%%,%%GROUP%%,700) %%LOGROOT%% |