From owner-svn-ports-all@freebsd.org Wed Apr 12 02:27:28 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 08DF9D3A2A1; Wed, 12 Apr 2017 02:27:28 +0000 (UTC) (envelope-from shaun@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 A88A0144; Wed, 12 Apr 2017 02:27:27 +0000 (UTC) (envelope-from shaun@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3C2RQNW076311; Wed, 12 Apr 2017 02:27:26 GMT (envelope-from shaun@FreeBSD.org) Received: (from shaun@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3C2RQu4076307; Wed, 12 Apr 2017 02:27:26 GMT (envelope-from shaun@FreeBSD.org) Message-Id: <201704120227.v3C2RQu4076307@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: shaun set sender to shaun@FreeBSD.org using -f From: Shaun Amott Date: Wed, 12 Apr 2017 02:27:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r438324 - in head/editors: . py-editorconfig X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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, 12 Apr 2017 02:27:28 -0000 Author: shaun Date: Wed Apr 12 02:27:26 2017 New Revision: 438324 URL: https://svnweb.freebsd.org/changeset/ports/438324 Log: New port: EditorConfig File Locator and Interpreter for Python. Added: head/editors/py-editorconfig/ head/editors/py-editorconfig/Makefile (contents, props changed) head/editors/py-editorconfig/distinfo (contents, props changed) head/editors/py-editorconfig/pkg-descr (contents, props changed) Modified: head/editors/Makefile Modified: head/editors/Makefile ============================================================================== --- head/editors/Makefile Wed Apr 12 01:23:25 2017 (r438323) +++ head/editors/Makefile Wed Apr 12 02:27:26 2017 (r438324) @@ -227,6 +227,7 @@ SUBDIR += poedit SUBDIR += psgml SUBDIR += puff + SUBDIR += py-editorconfig SUBDIR += py-room SUBDIR += rox-edit SUBDIR += scite Added: head/editors/py-editorconfig/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/py-editorconfig/Makefile Wed Apr 12 02:27:26 2017 (r438324) @@ -0,0 +1,20 @@ +# Created by: Shaun Amott +# $FreeBSD$ + +PORTNAME= editorconfig +PORTVERSION= 0.12.1 +CATEGORIES= editors python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= EditorConfig-${DISTVERSION} + +MAINTAINER= shaun@FreeBSD.org +COMMENT= EditorConfig File Locator and Interpreter for Python + +LICENSE= PSFL + +USES?= python +USE_PYTHON= distutils autoplist +NO_ARCH= yes + +.include Added: head/editors/py-editorconfig/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/py-editorconfig/distinfo Wed Apr 12 02:27:26 2017 (r438324) @@ -0,0 +1,3 @@ +TIMESTAMP = 1491961164 +SHA256 (EditorConfig-0.12.1.tar.gz) = 8b53c857956194a21043753c9adca5a5b0eaef6cf1db3273a362ddec78f2b8e3 +SIZE (EditorConfig-0.12.1.tar.gz) = 19282 Added: head/editors/py-editorconfig/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/py-editorconfig/pkg-descr Wed Apr 12 02:27:26 2017 (r438324) @@ -0,0 +1,7 @@ +EditorConfig makes it easy to maintain the correct coding style when +switching between different text editors and between different projects. +The EditorConfig project maintains a file format and plugins for various +text editors which allow this file format to be read and used by those +editors. + +WWW: http://editorconfig.org/