NOTICE: This package has been removed from pkgsrc

./wip/editorconfig-core, Editorconfig C library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.12.0, Package name: editorconfig-core-0.12.0, Maintainer: nros

Editorconfig C library command line client. This library is used by
editorconfig plugins that are written in C and those that use the
command line interface to editorconfig. Editorconfig reads .editorconfig
files that define a coding style for a project. This allows the coding
style to be set by the project instead of the developer. Then the
developer does not have to change style between each project, the editor
knows the coding style of a file that belongs to a certain project.


Required to run:
[devel/pcre]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: dfa96da823133fd925e7384f19d7f2acf44f50ba
RMD160: 3c3fc9404fdebe3e417966f738a6705ff9afb18b
Filesize: 82.506 KB

Version history: (Expand)


CVS history: (Expand)


   2014-11-18 13:24:49 by Niclas Rosenvik | Files touched by this commit (4)
Log message:
Updated to 0.12.0.
Changelog:
New dependecy: pcre

- The glob engine is rewritten to take advantage of pcre;
- support nested curly braces;
- number range match support (e.g. {3...120} matches integers from 3 to 120);
- slashes in brackets are considered special.
   2014-07-30 18:33:00 by Niclas Rosenvik | Files touched by this commit (4)
Log message:
Changed patch to use CMAKE_INSTALL_MANDIR.
Updated PLIST because of new version of doxygen.
No change to default behaviour so no PKGREVISION bump.
   2013-11-18 18:19:38 by nros | Files touched by this commit (1)
Log message:
Removed doc from suggested options because it can easaly be found on the net, \ 
and the option causes alot of dependency build time

   2013-11-11 22:51:31 by nros | Files touched by this commit (1)
Log message:
Changed DESCR

   2013-11-10 22:27:38 by nros | Files touched by this commit (2)
Log message:
Added comments to patchfile

   2013-11-10 22:04:48 by nros | Files touched by this commit (8)
Log message:

Initial commit of editorconfig-core
EditorConfig helps developers define and maintain consistent coding styles
between different editors and IDEs. The EditorConfig project consists of a
file format for defining coding styles and a collection of text editor plugins
that enable editors to read the file format and adhere to defined styles.
EditorConfig files are easily readable and they work nicely with
version control systems.