From owner-svn-ports-all@FreeBSD.ORG Wed Oct 23 10:29:12 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 84DA57D8; Wed, 23 Oct 2013 10:29:12 +0000 (UTC) (envelope-from knu@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3097C237E; Wed, 23 Oct 2013 10:29:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9NATCBq023496; Wed, 23 Oct 2013 10:29:12 GMT (envelope-from knu@svn.freebsd.org) Received: (from knu@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9NATB9w023485; Wed, 23 Oct 2013 10:29:11 GMT (envelope-from knu@svn.freebsd.org) Message-Id: <201310231029.r9NATB9w023485@svn.freebsd.org> From: Akinori MUSHA Date: Wed, 23 Oct 2013 10:29:11 +0000 (UTC) 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 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.14 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, 23 Oct 2013 10:29:12 -0000 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 +# $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 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