Add editorconfig-core-c 0.11.5.

This commit is contained in:
Akinori MUSHA 2013-10-23 10:29:10 +00:00
parent 34ac44a2b4
commit 334a0b71dc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331364
5 changed files with 43 additions and 0 deletions

View file

@ -56,6 +56,7 @@
SUBDIR += e3
SUBDIR += e93
SUBDIR += edith
SUBDIR += editorconfig-core-c
SUBDIR += elvis
SUBDIR += emacs
SUBDIR += emacs-devel

View file

@ -0,0 +1,23 @@
# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
# $FreeBSD$
PORTNAME= editorconfig-core-c
PORTVERSION= 0.11.5
CATEGORIES= editors
MAINTAINER= knu@FreeBSD.org
COMMENT= EditorConfig core library and executable written in C
USE_GITHUB= yes
GH_ACCOUNT= editorconfig
GH_TAGNAME= v${PORTVERSION}
GH_COMMIT= c5e2a58
USES= cmake
USE_LDCONFIG= yes
PLIST_SUB= PORTVERSION=${PORTVERSION} \
SHLIB_MAJOR=${PORTVERSION:C/\..+//} \
SHLIB_VER=${PORTVERSION}
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (editorconfig-core-c-0.11.5.tar.gz) = 78e2a515a899785349272f264395f0d934c8eebfbd074ab07c281e4638ecba0b
SIZE (editorconfig-core-c-0.11.5.tar.gz) = 76868

View file

@ -0,0 +1,8 @@
EditorConfig helps developers define and maintain consistent coding
styles between different editors and IDEs.
This package provides the core library and editorconfig(1) executable
both written in C for use by text editor plugins supporting
EditorConfig parsing.
WWW: http://editorconfig.org/

View file

@ -0,0 +1,9 @@
bin/editorconfig
bin/editorconfig-%%PORTVERSION%%
include/editorconfig/editorconfig.h
include/editorconfig/editorconfig_handle.h
@dirrm include/editorconfig
lib/libeditorconfig.so
lib/libeditorconfig.so.%%SHLIB_MAJOR%%
lib/libeditorconfig.so.%%SHLIB_VER%%
lib/libeditorconfig_static.a