From owner-svn-ports-all@freebsd.org Thu Mar 31 15:02:43 2016 Return-Path: Delivered-To: svn-ports-all@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 E972FAE4B39; Thu, 31 Mar 2016 15:02:43 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id D90D11E58; Thu, 31 Mar 2016 15:02:43 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id D7F4917CB; Thu, 31 Mar 2016 15:02:43 +0000 (UTC) Date: Thu, 31 Mar 2016 15:02:43 +0000 From: Alexey Dokuchaev To: Mark Felder Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r411158 - in head/net: . socketw Message-ID: <20160331150243.GA29515@FreeBSD.org> References: <201603151249.u2FCnBCu021587@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201603151249.u2FCnBCu021587@repo.freebsd.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 15:02:44 -0000 On Tue, Mar 15, 2016 at 12:49:11PM +0000, Mark Felder wrote: > New Revision: 411158 > URL: https://svnweb.freebsd.org/changeset/ports/411158 > > Log: > SocketW is a cross platform (Linux/FreeBSD/Unix/Win32) streaming socket > C++ library [...] > > Added: head/net/socketw/Makefile > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/net/socketw/Makefile Tue Mar 15 12:49:11 2016 (r411158) > @@ -0,0 +1,19 @@ > +# Created by: Thibault Payet > +# $FreeBSD$ > + > +PORTNAME= socketw > +PORTVERSION= 1.0.0.20151501 > +CATEGORIES= net > + > +MAINTAINER= monwarez@mailoo.org > +COMMENT= SocketW is a cross platform streaming socket C++ Violation of Section 5.6 of the PHB (clause #2). ./danfe