Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Oct 2013 10:29:11 +0000 (UTC)
From:      Akinori MUSHA <knu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r331364 - in head/editors: . editorconfig-core-c
Message-ID:  <201310231029.r9NATB9w023485@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: knu
Date: Wed Oct 23 10:29:10 2013
New Revision: 331364
URL: http://svnweb.freebsd.org/changeset/ports/331364

Log:
  Add editorconfig-core-c 0.11.5.

Added:
  head/editors/editorconfig-core-c/
  head/editors/editorconfig-core-c/Makefile   (contents, props changed)
  head/editors/editorconfig-core-c/distinfo   (contents, props changed)
  head/editors/editorconfig-core-c/pkg-descr   (contents, props changed)
  head/editors/editorconfig-core-c/pkg-plist   (contents, props changed)
Modified:
  head/editors/Makefile

Modified: head/editors/Makefile
==============================================================================
--- head/editors/Makefile	Wed Oct 23 10:29:05 2013	(r331363)
+++ head/editors/Makefile	Wed Oct 23 10:29:10 2013	(r331364)
@@ -56,6 +56,7 @@
     SUBDIR += e3
     SUBDIR += e93
     SUBDIR += edith
+    SUBDIR += editorconfig-core-c
     SUBDIR += elvis
     SUBDIR += emacs
     SUBDIR += emacs-devel

Added: head/editors/editorconfig-core-c/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/editors/editorconfig-core-c/Makefile	Wed Oct 23 10:29:10 2013	(r331364)
@@ -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>

Added: head/editors/editorconfig-core-c/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/editors/editorconfig-core-c/distinfo	Wed Oct 23 10:29:10 2013	(r331364)
@@ -0,0 +1,2 @@
+SHA256 (editorconfig-core-c-0.11.5.tar.gz) = 78e2a515a899785349272f264395f0d934c8eebfbd074ab07c281e4638ecba0b
+SIZE (editorconfig-core-c-0.11.5.tar.gz) = 76868

Added: head/editors/editorconfig-core-c/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/editors/editorconfig-core-c/pkg-descr	Wed Oct 23 10:29:10 2013	(r331364)
@@ -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/

Added: head/editors/editorconfig-core-c/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/editors/editorconfig-core-c/pkg-plist	Wed Oct 23 10:29:10 2013	(r331364)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310231029.r9NATB9w023485>