From owner-svn-ports-head@freebsd.org Sat Mar 18 22:31:15 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0F45CD109E9; Sat, 18 Mar 2017 22:31:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 D056C110B; Sat, 18 Mar 2017 22:31:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2IMVDVS070214; Sat, 18 Mar 2017 22:31:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2IMVDpp070213; Sat, 18 Mar 2017 22:31:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703182231.v2IMVDpp070213@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 18 Mar 2017 22:31:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436449 - head/www/tinyproxy 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.23 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: Sat, 18 Mar 2017 22:31:15 -0000 Author: sunpoet Date: Sat Mar 18 22:31:13 2017 New Revision: 436449 URL: https://svnweb.freebsd.org/changeset/ports/436449 Log: Reformat pkg-descr Modified: head/www/tinyproxy/pkg-descr Modified: head/www/tinyproxy/pkg-descr ============================================================================== --- head/www/tinyproxy/pkg-descr Sat Mar 18 22:31:09 2017 (r436448) +++ head/www/tinyproxy/pkg-descr Sat Mar 18 22:31:13 2017 (r436449) @@ -1,10 +1,9 @@ -Tinyproxy is a light-weight HTTP/HTTPS proxy daemon for POSIX -operating systems. Designed from the ground up to be fast and yet -small, it is an ideal solution for use cases such as embedded -deployments where a full featured HTTP proxy is required, but the -system resources for a larger proxy are unavailable. +Tinyproxy is a light-weight HTTP/HTTPS proxy daemon for POSIX operating systems. +Designed from the ground up to be fast and yet small, it is an ideal solution +for use cases such as embedded deployments where a full featured HTTP proxy is +required, but the system resources for a larger proxy are unavailable. -Note that tinyproxy requires configuration to run in anonymizing -mode. See tinyproxy.conf.sample for detail. +Note that tinyproxy requires configuration to run in anonymizing mode. See +tinyproxy.conf.sample for detail. WWW: https://tinyproxy.github.io/