From owner-svn-ports-head@freebsd.org Tue Jul 7 05:54:36 2015 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 AF7279948B8; Tue, 7 Jul 2015 05:54:36 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pa0-x22c.google.com (mail-pa0-x22c.google.com [IPv6:2607:f8b0:400e:c03::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 742621F6F; Tue, 7 Jul 2015 05:54:36 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by pacgz10 with SMTP id gz10so33729887pac.3; Mon, 06 Jul 2015 22:54:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=d4r7b05XQX3Ln4niGO8Z4SZCAFI0y0xgMm4d5rTZAgk=; b=BDWE3augT0NNJmCXsPfaBws1eFldNeC3peiH+/lhjCpLvubdVLQN7lAZ2J8n9aP83X Qo3YAPixGp3Iwb4mMK4JHtwzwVYbwQeT2c/Tu+I1fuwEZt/NpovPQJ4m2RRRWeKMBfkU yQ0v/GyAW3/i9BXMDNqNH7PhScO2IA3V6r59A0eJU2MwVyoAWD8WP5sjQXU1q+eqTpET mOmQJItE1erTYtfiYuQyTqveImJ848n3w8pmYfmVg5/1FJQUyirHAN5wBK4AicplzotW twPdJ12Xb0uvAsjtbomYYu7gw95nh1HRWV9aUfHLQswCZensjZGo/1rz4WW3y1eIgEGW ccCQ== X-Received: by 10.66.66.166 with SMTP id g6mr5240884pat.114.1436248475864; Mon, 06 Jul 2015 22:54:35 -0700 (PDT) Received: from ?IPv6:2001:44b8:31ae:7b01::2? (2001-44b8-31ae-7b01-0000-0000-0000-0002.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01::2]) by mx.google.com with ESMTPSA id k9sm20403631pdp.60.2015.07.06.22.54.32 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 06 Jul 2015 22:54:35 -0700 (PDT) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r391439 - head/sysutils/docker References: <201507061745.t66HjJHq090299@repo.freebsd.org> To: Kris Moore , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Cc: Baptiste Daroussin From: Kubilay Kocak Message-ID: <559B6995.6020400@FreeBSD.org> Date: Tue, 7 Jul 2015 15:54:29 +1000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0 MIME-Version: 1.0 In-Reply-To: <201507061745.t66HjJHq090299@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit 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: Tue, 07 Jul 2015 05:54:36 -0000 On 7/07/2015 3:45 AM, Kris Moore wrote: > Author: kmoore > Date: Mon Jul 6 17:45:19 2015 > New Revision: 391439 > URL: https://svnweb.freebsd.org/changeset/ports/391439 > > Log: > - Add a much more verbose pkg-descr > > Modified: > head/sysutils/docker/pkg-descr > > Modified: head/sysutils/docker/pkg-descr > ============================================================================== > --- head/sysutils/docker/pkg-descr Mon Jul 6 17:42:48 2015 (r391438) > +++ head/sysutils/docker/pkg-descr Mon Jul 6 17:45:19 2015 (r391439) > @@ -1,3 +1,12 @@ > -FreeBSD port of Docker > +Docker is an open source project to pack, ship and run any > +application as a lightweight container. > + > +Docker containers are both hardware-agnostic and platform-agnostic. > +This means they can run anywhere, from your laptop to the largest > +EC2 compute instance and everything in between - and they don't > +require you to use a particular language, framework or packaging > +system. That makes them great building blocks for deploying and > +scaling web apps, databases, and backend services without depending > +on a particular stack or provider. > > WWW: https://github.com/kvasdopil/docker > Kris, Baptiste (bapt@) commented on IRC that using the official 'docker' as the PORTNAME for a fork may not be the best thing, or at least a POLA violation. I tend to agree (mostly). docker-freebsd might be a better name, to at least encourage upstreaming these changes in the long term. ./koobs