From owner-svn-ports-all@freebsd.org Wed Mar 29 21:29:44 2017 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 22B4DD24D21 for ; Wed, 29 Mar 2017 21:29:44 +0000 (UTC) (envelope-from grzegorz@blach.pl) Received: from 4.mo1.mail-out.ovh.net (4.mo1.mail-out.ovh.net [46.105.76.26]) (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 E1473D53 for ; Wed, 29 Mar 2017 21:29:43 +0000 (UTC) (envelope-from grzegorz@blach.pl) Received: from player169.ha.ovh.net (b6.ovh.net [213.186.33.56]) by mo1.mail-out.ovh.net (Postfix) with ESMTP id EEF5A64488 for ; Wed, 29 Mar 2017 22:10:55 +0200 (CEST) Received: from [192.168.0.101] (user-46-112-153-210.play-internet.pl [46.112.153.210]) (Authenticated sender: grzegorz@blach.pl) by player169.ha.ovh.net (Postfix) with ESMTPSA id 5869A580082; Wed, 29 Mar 2017 22:10:52 +0200 (CEST) Message-ID: <1490818251.3173.1.camel@blach.pl> Subject: Re: svn commit: r437223 - in head/devel: . py3-meson From: Grzegorz Blach To: Steve Wills , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Date: Wed, 29 Mar 2017 22:10:51 +0200 In-Reply-To: <201703291843.v2TIhJ3B020753@repo.freebsd.org> References: <201703291843.v2TIhJ3B020753@repo.freebsd.org> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.18.5.2-0ubuntu3.1 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-Ovh-Tracer-Id: 1499417203892117167 X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: -100 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeelhedrkeejgdduudekucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuqfggjfdpvefjgfevmfevgfenuceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddm X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 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: Wed, 29 Mar 2017 21:29:44 -0000 Is there any real difference between devel/py3-meson and devel/meson? On Wed, 2017-03-29 at 18:43 +0000, Steve Wills wrote: > Author: swills > Date: Wed Mar 29 18:43:19 2017 > New Revision: 437223 > URL: https://svnweb.freebsd.org/changeset/ports/437223 > > Log: >   devel/py3-meson: create port >    >   Meson is a cross-platform build system designed to be both as fast > and as user >   friendly as possible. It supports many languages and compilers, > including GCC, >   Clang and Visual Studio. Its build definitions are written in a > simple >   non-turing complete DSL. >    >   WWW: http://mesonbuild.com/ > > Added: >   head/devel/py3-meson/ >   head/devel/py3-meson/Makefile   (contents, props changed) >   head/devel/py3-meson/distinfo   (contents, props changed) >   head/devel/py3-meson/pkg-descr   (contents, props changed) > Modified: >   head/devel/Makefile > > Modified: head/devel/Makefile > ===================================================================== > ========= > --- head/devel/Makefile Wed Mar 29 18:30:43 2017 (r4372 > 22) > +++ head/devel/Makefile Wed Mar 29 18:43:19 2017 (r4372 > 23) > @@ -4924,6 +4924,7 @@ >      SUBDIR += py3-libzfs >      SUBDIR += py3-lxml >      SUBDIR += py3-mccabe > +    SUBDIR += py3-meson >      SUBDIR += py3-nose >      SUBDIR += py3-ply >      SUBDIR += py3-prompt_toolkit > > Added: head/devel/py3-meson/Makefile > ===================================================================== > ========= > --- /dev/null 00:00:00 1970 (empty, because file is > newly added) > +++ head/devel/py3-meson/Makefile Wed Mar 29 18:43:19 2017 > (r437223) > @@ -0,0 +1,18 @@ > +# $FreeBSD$ > + > +PORTNAME= meson > +PORTVERSION= 0.39.1 > +CATEGORIES= devel python > +MASTER_SITES= CHEESESHOP > +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > +PKGNAMESUFFIX?= > + > +MAINTAINER= swills@FreeBSD.org > +COMMENT= High performance build system > + > +USES= python:3.5+ > +USE_PYTHON= autoplist distutils > + > +RUN_DEPENDS= python3:lang/python3 > + > +.include > > Added: head/devel/py3-meson/distinfo > ===================================================================== > ========= > --- /dev/null 00:00:00 1970 (empty, because file is > newly added) > +++ head/devel/py3-meson/distinfo Wed Mar 29 18:43:19 2017 > (r437223) > @@ -0,0 +1,3 @@ > +TIMESTAMP = 1490675281 > +SHA256 (meson-0.39.1.tar.gz) = > 67bf5876d69730dfe031907314a61fdbec0c5c723c79a8093eb64ae2ebcd2650 > +SIZE (meson-0.39.1.tar.gz) = 558928 > > Added: head/devel/py3-meson/pkg-descr > ===================================================================== > ========= > --- /dev/null 00:00:00 1970 (empty, because file is > newly added) > +++ head/devel/py3-meson/pkg-descr Wed Mar 29 18:43:19 2017 > (r437223) > @@ -0,0 +1,6 @@ > +Meson is a cross-platform build system designed to be both as fast > and as user > +friendly as possible. It supports many languages and compilers, > including GCC, > +Clang and Visual Studio. Its build definitions are written in a > simple > +non-turing complete DSL. > + > +WWW: http://mesonbuild.com/ >