Port details |
- editorconfig-core-c EditorConfig core library and executable written in C
- 0.12.9 editors =6 0.12.9Version of this port present on the latest quarterly branch.
- Maintainer: dutra@FreeBSD.org
- Port Added: 2013-10-23 10:29:43
- Last Update: 2024-06-22 17:24:59
- Commit Hash: 69679d7
- People watching this port, also watch:: xev, libpciaccess, xorg-drivers, bomber, xrandr
- License: BSD2CLAUSE
- WWW:
- https://editorconfig.org/
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- editorconfig-core-c>0:editors/editorconfig-core-c
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/editors/editorconfig-core-c/ && make install clean
- To add the package, run one of these commands:
- pkg install editors/editorconfig-core-c
- pkg install editorconfig-core-c
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: editorconfig-core-c
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1719035039
SHA256 (editorconfig-editorconfig-core-c-v0.12.9_GH0.tar.gz) = 4aaa4e3883332aac7ec19c169dcf128f5f0f963f61d09beb299eb2bce5944e2c
SIZE (editorconfig-editorconfig-core-c-v0.12.9_GH0.tar.gz) = 77696
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- doxygen : devel/doxygen
- cmake : devel/cmake-core
- ninja : devel/ninja
- Library dependencies:
-
- libpcre2-8.so : devel/pcre2
- This port is required by:
- for Libraries
-
- devel/kf5-ktexteditor
- devel/kf6-ktexteditor
- editors/elementary-code
Configuration Options:
- No options to configure
- Options name:
- editors_editorconfig-core-c
- USES:
- cmake
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.12.9 22 Jun 2024 17:24:59 |
Gabriel M. Dutra (dutra) |
editors/editorconfig-core-c: Update to 0.12.9
changeLog:
https://github.com/editorconfig/editorconfig-core-c/releases/tag/v0.12.9 |
0.12.8 14 Jun 2024 04:55:50 |
Gabriel M. Dutra (dutra) |
editors/editorconfig-core-c: Update to 0.12.8
changeLog:
https://github.com/editorconfig/editorconfig-core-c/releases/tag/v0.12.8 |
0.12.7 01 Apr 2024 20:44:26 |
Gabriel M. Dutra (dutra) |
editors/editorconfig-core-c: Update to 0.12.7
Take maintainership
changeLog:
https://github.com/editorconfig/editorconfig-core-c/releases/tag/v0.12.7
Reported by: portscout
Approved by: garga (mentor, implicit) |
0.12.6 21 Jan 2023 17:18:58 |
Fernando Apesteguía (fernape) |
editors/editorconfig-core-c: update to 0.12.6
Reported by: portscout |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.12.5 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.12.5 20 Jul 2022 14:21:49 |
Tobias C. Berner (tcberner) |
editors: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Andreas Kohout <shanee@augusta.de>
* Andrej Zverev <az@inec.ru>
* Andrey Zakhvatov
* Anton Tornqvist <antont@inbox.lv>
* Bill Fumerola <billf@chc-chimes.com>
* Bob Eager <bob@eager.cx>
* Chris D. Faulhaber <jedgar@fxp.org> (Only the first 15 lines of the commit message are shown above ) |
0.12.5 16 May 2022 06:49:43 |
Loïc Bartoletti (lbartoletti) |
devel/cmake: Update to 3.23.0
Update to 3.23.0.
Fix pkg-plist: using the default share/man location
Release Notes:
https://cmake.org/cmake/help/v3.23/release/3.23.html
PR: 262886
Exp-run by: antoine |
0.12.5 10 Jan 2022 15:15:39 |
Stefan Eßer (se) |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
0.12.5 25 Sep 2021 19:50:17 |
Neel Chauhan (nc) |
editors/editorconfig-core-c: Update to 0.12.5 |
0.12.4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.12.4 20 Jan 2021 16:01:15 |
nc |
editors/editorconfig-core-c: Update to 0.12.4
Changes:
https://github.com/editorconfig/editorconfig-core-c/releases/tag/v0.12.4
Reviewed by: 0mp (mentor)
Approved by: 0mp (mentor)
Differential Revision: https://reviews.freebsd.org/D28241 |
0.12.2 02 Nov 2020 22:07:22 |
rene |
Return knu@'s ports to the pool after his commit bit was safekept. |
0.12.2 03 Sep 2019 09:02:48 |
amdmi3 |
- Add LICENSE
- Update WWW
Approved by: portmgr blanket |
0.12.2 02 Apr 2018 08:35:11 |
knu |
Add build time dependency on doxygen |
0.12.2 01 Apr 2018 08:54:23 |
antoine |
Mark BROKEN: fails to package
pkg-static: Unable to access file
/wrkdirs/usr/ports/editors/editorconfig-core-c/work/stage/usr/local/man/man1/editorconfig.1.gz:No
such file or directory
pkg-static: Unable to access file
/wrkdirs/usr/ports/editors/editorconfig-core-c/work/stage/usr/local/man/man3/editorconfig.h.3.gz:No
such file or directory
pkg-static: Unable to access file
/wrkdirs/usr/ports/editors/editorconfig-core-c/work/stage/usr/local/man/man3/editorconfig_handle.h.3.gz:No
such file or directory
pkg-static: Unable to access file
/wrkdirs/usr/ports/editors/editorconfig-core-c/work/stage/usr/local/man/man5/editorconfig-format.5.gz:No
such file or directory
Reported by: pkg-fallout
MFH: 2018Q2 |
0.12.2 28 Mar 2018 17:13:41 |
knu |
Update to 0.12.2 |
0.11.5 06 May 2015 15:27:44 |
mat |
Update ports in the [ef]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
0.11.5 27 Oct 2014 12:19:13 |
bapt |
Cleanup plist |
0.11.5 23 Oct 2013 10:29:11 |
knu |
Add editorconfig-core-c 0.11.5. |