pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
uncrustify: Update to 0.78.1
Module Name: pkgsrc-wip
Committed By: Kevin Bloom <kevin.bloom%posteo.net@localhost>
Pushed By: nuclearkev
Date: Wed Mar 6 20:33:00 2024 -0500
Changeset: a4b54a83faec99ba9c348ef496d09c71683c89c8
Added Files:
uncrustify/COMMIT_MSG
uncrustify/DESCR
uncrustify/Makefile
uncrustify/PLIST
uncrustify/distinfo
Log Message:
uncrustify: Update to 0.78.1
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a4b54a83faec99ba9c348ef496d09c71683c89c8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
uncrustify/COMMIT_MSG | 40 ++++++++++++++++++++++++++++++++++++++++
uncrustify/DESCR | 3 +++
uncrustify/Makefile | 29 +++++++++++++++++++++++++++++
uncrustify/PLIST | 26 ++++++++++++++++++++++++++
uncrustify/distinfo | 5 +++++
5 files changed, 103 insertions(+)
diffs:
diff --git a/uncrustify/COMMIT_MSG b/uncrustify/COMMIT_MSG
new file mode 100644
index 0000000000..d2d336ad73
--- /dev/null
+++ b/uncrustify/COMMIT_MSG
@@ -0,0 +1,40 @@
+textproc/uncrustify: Update to 0.78.1
+
+Prepared in wip by Kevin Bloom.
+
+0.78.0 -> 0.78.1:
+Improve line splitting logic to avoid awkward splits
+
+0.77.1 -> 0.78.0:
+Added:
+ - align_nl_cont_spaces
+ - sp_after_bit_colon
+ - sp_before_bit_colon
+ - sp_between_ptr_ref
+ - nl_min_after_func_body
+ - sp_before_keyword_ptr_star
+ - sp_before_global_scope_ptr_star
+ - sp_before_scope_ptr_star
+ - sp_before_operator_ptr_star
+ - sp_before_qualifier_ptr_star
+ - debug_use_the_exit_function_pop
+ - nl_max_after_func_body
+ - sp_cpp_lambda_argument_list_empty
+ - align_func_proto_span_ignore_cont_lines
+Removed:
+ - sp_before_keyword_ptr_star
+
+0.77.0 -> 0.77.1:
+???
+
+0.76.0 -> 0.77.0:
+Added:
+ - sp_cmt_cpp_pvs
+ - sp_inside_rparen
+ - sp_func_call_user_inside_rparen
+ - sp_inside_rparens
+ - sp_cmt_cpp_lint
+ - sp_qualifier_ptr_star_trailing
+ - sp_qualifier_unnamed_ptr_star
+ - sp_qualifier_ptr_star_func
+ - mod_add_force_c_closebrace_comment
diff --git a/uncrustify/DESCR b/uncrustify/DESCR
new file mode 100644
index 0000000000..3b88718e46
--- /dev/null
+++ b/uncrustify/DESCR
@@ -0,0 +1,3 @@
+Source Code Beautifier for C, C++, C#, ObjectiveC, D, Java, Pawn
+and VALA. The goals of this project are simple: Create a highly
+configurable, easily modifiable source code beautifier.
diff --git a/uncrustify/Makefile b/uncrustify/Makefile
new file mode 100644
index 0000000000..1f8342cfd1
--- /dev/null
+++ b/uncrustify/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.17 2023/08/14 05:25:25 wiz Exp $
+
+DISTNAME= uncrustify-0.78.1
+PKGREVISION= 1
+CATEGORIES= textproc
+MASTER_SITES= ${MASTER_SITE_GITHUB:=uncrustify/}
+GITHUB_TAG= ${DISTNAME}
+
+MAINTAINER= ryoon%NetBSD.org@localhost
+HOMEPAGE= https://uncrustify.sourceforge.net/
+COMMENT= Source Code Beautifier for C-like languages
+LICENSE= gnu-gpl-v2
+
+USE_CMAKE= yes
+USE_LANGUAGES= c c++
+
+USE_CXX_FEATURES+= regex
+
+OBJDIR= ${WRKSRC}/build
+CONFIGURE_DIRS= ${OBJDIR}
+CMAKE_ARG_PATH= ${WRKSRC}
+
+PYTHON_FOR_BUILD_ONLY= tool
+
+pre-configure:
+ ${MKDIR} ${WRKSRC}/build
+
+.include "../../lang/python/pyversion.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/uncrustify/PLIST b/uncrustify/PLIST
new file mode 100644
index 0000000000..cf79df2bc0
--- /dev/null
+++ b/uncrustify/PLIST
@@ -0,0 +1,26 @@
+@comment $NetBSD: PLIST,v 1.4 2020/11/24 13:16:43 nia Exp $
+bin/uncrustify
+man/man1/uncrustify.1
+share/doc/uncrustify/AUTHORS
+share/doc/uncrustify/BUGS
+share/doc/uncrustify/COPYING
+share/doc/uncrustify/ChangeLog
+share/doc/uncrustify/HELP
+share/doc/uncrustify/README.md
+share/doc/uncrustify/examples/MS-calling_conventions.cfg
+share/doc/uncrustify/examples/amxmodx.cfg
+share/doc/uncrustify/examples/ben.cfg
+share/doc/uncrustify/examples/ben2.cfg
+share/doc/uncrustify/examples/d.cfg
+share/doc/uncrustify/examples/defaults.cfg
+share/doc/uncrustify/examples/freebsd.cfg
+share/doc/uncrustify/examples/gnu-indent.cfg
+share/doc/uncrustify/examples/klaus.cfg
+share/doc/uncrustify/examples/kr-indent.cfg
+share/doc/uncrustify/examples/linux-indent.cfg
+share/doc/uncrustify/examples/linux.cfg
+share/doc/uncrustify/examples/mono.cfg
+share/doc/uncrustify/examples/msvc.cfg
+share/doc/uncrustify/examples/objc.cfg
+share/doc/uncrustify/examples/sun.cfg
+share/doc/uncrustify/examples/xsupplicant.cfg
diff --git a/uncrustify/distinfo b/uncrustify/distinfo
new file mode 100644
index 0000000000..d99f7c6681
--- /dev/null
+++ b/uncrustify/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.12 2023/03/03 10:15:44 fcambus Exp $
+
+BLAKE2s (uncrustify-0.78.1.tar.gz) = 578a2b63750990fd48512b61ba010e44d065bc4ea112fae9f205a47bf6fc95b4
+SHA512 (uncrustify-0.78.1.tar.gz) = 51ebbc8b08212adea76565cdb578ceb9435769066d70ac14b55fbf0d66bcb34bfcc1cedd9c14c7bafe7b75be8795b3b59a076e40bbad9d242cb06ee9c0ac8638
+Size (uncrustify-0.78.1.tar.gz) = 1733516 bytes
Home |
Main Index |
Thread Index |
Old Index