create bsd12 branch

This commit is contained in:
ziggi
2019-12-26 07:26:06 +00:00
commit 5cfdab6bfe
14432 changed files with 2272620 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
# Created by: Shaun Amott <shaun@FreeBSD.org>
# $FreeBSD: head/editors/py-editorconfig/Makefile 438324 2017-04-12 02:27:26Z shaun $
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
USES?= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>

View File

@@ -0,0 +1,3 @@
TIMESTAMP = 1491961164
SHA256 (EditorConfig-0.12.1.tar.gz) = 8b53c857956194a21043753c9adca5a5b0eaef6cf1db3273a362ddec78f2b8e3
SIZE (EditorConfig-0.12.1.tar.gz) = 19282

View File

@@ -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/