mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
New port: EditorConfig File Locator and Interpreter for Python.
This commit is contained in:
parent
22c73362b1
commit
762427034a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=438324
@ -227,6 +227,7 @@
|
||||
SUBDIR += poedit
|
||||
SUBDIR += psgml
|
||||
SUBDIR += puff
|
||||
SUBDIR += py-editorconfig
|
||||
SUBDIR += py-room
|
||||
SUBDIR += rox-edit
|
||||
SUBDIR += scite
|
||||
|
20
editors/py-editorconfig/Makefile
Normal file
20
editors/py-editorconfig/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# Created by: Shaun Amott <shaun@FreeBSD.org>
|
||||
# $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 <bsd.port.mk>
|
3
editors/py-editorconfig/distinfo
Normal file
3
editors/py-editorconfig/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1491961164
|
||||
SHA256 (EditorConfig-0.12.1.tar.gz) = 8b53c857956194a21043753c9adca5a5b0eaef6cf1db3273a362ddec78f2b8e3
|
||||
SIZE (EditorConfig-0.12.1.tar.gz) = 19282
|
7
editors/py-editorconfig/pkg-descr
Normal file
7
editors/py-editorconfig/pkg-descr
Normal 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/
|
Loading…
Reference in New Issue
Block a user