pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

remove uncrustify



Module Name:	pkgsrc-wip
Committed By:	Kevin Bloom <kevin%sked.life@localhost>
Pushed By:	nuclearkev
Date:		Tue Apr 2 14:27:26 2024 -0400
Changeset:	52f6c6b00b793a729ff1e24f087069ed7490ec71

Removed Files:
	uncrustify/COMMIT_MSG
	uncrustify/DESCR
	uncrustify/Makefile
	uncrustify/PLIST
	uncrustify/distinfo

Log Message:
remove uncrustify

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=52f6c6b00b793a729ff1e24f087069ed7490ec71

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 uncrustify/COMMIT_MSG | 42 ------------------------------------------
 uncrustify/DESCR      |  3 ---
 uncrustify/Makefile   | 28 ----------------------------
 uncrustify/PLIST      | 26 --------------------------
 uncrustify/distinfo   |  5 -----
 5 files changed, 104 deletions(-)

diffs:
diff --git a/uncrustify/COMMIT_MSG b/uncrustify/COMMIT_MSG
deleted file mode 100644
index 650e0e23e3..0000000000
--- a/uncrustify/COMMIT_MSG
+++ /dev/null
@@ -1,42 +0,0 @@
-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
-
-https://github.com/uncrustify/uncrustify/blob/uncrustify-0.78.1/ChangeLog
diff --git a/uncrustify/DESCR b/uncrustify/DESCR
deleted file mode 100644
index 3b88718e46..0000000000
--- a/uncrustify/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-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
deleted file mode 100644
index bf482ddca1..0000000000
--- a/uncrustify/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# $NetBSD: Makefile,v 1.17 2023/08/14 05:25:25 wiz Exp $
-
-DISTNAME=	uncrustify-0.78.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
deleted file mode 100644
index cf79df2bc0..0000000000
--- a/uncrustify/PLIST
+++ /dev/null
@@ -1,26 +0,0 @@
-@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
deleted file mode 100644
index d99f7c6681..0000000000
--- a/uncrustify/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$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