svn commit: r391439 - head/sysutils/docker

Kubilay Kocak koobs at FreeBSD.org
Tue Jul 7 05:54:36 UTC 2015


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


More information about the svn-ports-all mailing list