From owner-svn-ports-head@FreeBSD.ORG Thu Apr 30 13:15:12 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B7ABD3D7; Thu, 30 Apr 2015 13:15:12 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9896B1827; Thu, 30 Apr 2015 13:15:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3UDFCI0018348; Thu, 30 Apr 2015 13:15:12 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3UDFAki018341; Thu, 30 Apr 2015 13:15:10 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201504301315.t3UDFAki018341@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 30 Apr 2015 13:15:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385039 - in head/www: lighttpd lighttpd-mod_geoip lighttpd-mod_h264_streaming lighttpd/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Apr 2015 13:15:12 -0000 Author: mat Date: Thu Apr 30 13:15:10 2015 New Revision: 385039 URL: https://svnweb.freebsd.org/changeset/ports/385039 Log: Move each pkg-{plist,descr} into its own port, cleanup @dirrm* Sponsored by: Absolight Added: head/www/lighttpd-mod_geoip/pkg-descr - copied unchanged from r385012, head/www/lighttpd/files/pkg-descr.mod_geoip head/www/lighttpd-mod_geoip/pkg-plist - copied unchanged from r385012, head/www/lighttpd/files/pkg-plist.mod_geoip head/www/lighttpd-mod_h264_streaming/pkg-descr - copied unchanged from r385012, head/www/lighttpd/files/pkg-descr.mod_h264_streaming head/www/lighttpd-mod_h264_streaming/pkg-plist - copied unchanged from r385012, head/www/lighttpd/files/pkg-plist.mod_h264_streaming Deleted: head/www/lighttpd/files/pkg-descr.mod_geoip head/www/lighttpd/files/pkg-descr.mod_h264_streaming head/www/lighttpd/files/pkg-plist.mod_geoip head/www/lighttpd/files/pkg-plist.mod_h264_streaming Modified: head/www/lighttpd-mod_geoip/Makefile head/www/lighttpd-mod_h264_streaming/Makefile head/www/lighttpd/pkg-plist Modified: head/www/lighttpd-mod_geoip/Makefile ============================================================================== --- head/www/lighttpd-mod_geoip/Makefile Thu Apr 30 12:26:48 2015 (r385038) +++ head/www/lighttpd-mod_geoip/Makefile Thu Apr 30 13:15:10 2015 (r385039) @@ -14,9 +14,8 @@ BUILD_DEPENDS= ${LOCALBASE}/sbin/lighttp RUN_DEPENDS= ${LOCALBASE}/sbin/lighttpd:${PORTSDIR}/www/lighttpd MASTERDIR= ${.CURDIR}/../lighttpd -DESCR= ${FILESDIR}/pkg-descr.${PORTNAME} -PLIST= ${FILESDIR}/pkg-plist.${PORTNAME} -LATEST_LINK= lighttpd-${PORTNAME} +DESCR= ${.CURDIR}/pkg-descr +PLIST= ${.CURDIR}/pkg-plist PATCH_SITES+= ${MASTER_SITE_LOCAL} PATCHFILES+= lighttpd-1.4.26_mod_geoip.patch.gz Copied: head/www/lighttpd-mod_geoip/pkg-descr (from r385012, head/www/lighttpd/files/pkg-descr.mod_geoip) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/lighttpd-mod_geoip/pkg-descr Thu Apr 30 13:15:10 2015 (r385039, copy of r385012, head/www/lighttpd/files/pkg-descr.mod_geoip) @@ -0,0 +1,4 @@ +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 Copied: head/www/lighttpd-mod_geoip/pkg-plist (from r385012, head/www/lighttpd/files/pkg-plist.mod_geoip) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/lighttpd-mod_geoip/pkg-plist Thu Apr 30 13:15:10 2015 (r385039, copy of r385012, head/www/lighttpd/files/pkg-plist.mod_geoip) @@ -0,0 +1,2 @@ +@sample etc/lighttpd/conf.d/geoip.conf.sample +lib/lighttpd/mod_geoip.so Modified: head/www/lighttpd-mod_h264_streaming/Makefile ============================================================================== --- head/www/lighttpd-mod_h264_streaming/Makefile Thu Apr 30 12:26:48 2015 (r385038) +++ head/www/lighttpd-mod_h264_streaming/Makefile Thu Apr 30 13:15:10 2015 (r385039) @@ -20,9 +20,8 @@ LICENSE_DISTFILES= ${PATCHFILES} LICENSE_PERMS= dist-mirror pkg-mirror MASTERDIR= ${.CURDIR}/../lighttpd -PLIST= ${FILESDIR}/pkg-plist.${PORTNAME} -DESCR= ${FILESDIR}/pkg-descr.${PORTNAME} -LATEST_LINK= lighttpd-${PORTNAME} +DESCR= ${.CURDIR}/pkg-descr +PLIST= ${.CURDIR}/pkg-plist MANUAL_PACKAGE_BUILD= free for non-commercial use only Copied: head/www/lighttpd-mod_h264_streaming/pkg-descr (from r385012, head/www/lighttpd/files/pkg-descr.mod_h264_streaming) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/lighttpd-mod_h264_streaming/pkg-descr Thu Apr 30 13:15:10 2015 (r385039, copy of r385012, head/www/lighttpd/files/pkg-descr.mod_h264_streaming) @@ -0,0 +1,9 @@ +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 Copied: head/www/lighttpd-mod_h264_streaming/pkg-plist (from r385012, head/www/lighttpd/files/pkg-plist.mod_h264_streaming) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/lighttpd-mod_h264_streaming/pkg-plist Thu Apr 30 13:15:10 2015 (r385039, copy of r385012, head/www/lighttpd/files/pkg-plist.mod_h264_streaming) @@ -0,0 +1,2 @@ +@sample etc/lighttpd/conf.d/h264_streaming.conf.sample +lib/lighttpd/mod_h264_streaming.so Modified: head/www/lighttpd/pkg-plist ============================================================================== --- head/www/lighttpd/pkg-plist Thu Apr 30 12:26:48 2015 (r385038) +++ head/www/lighttpd/pkg-plist Thu Apr 30 13:15:10 2015 (r385039) @@ -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%%