Mon Mar 31 08:31:44 2014 UTC ()
Update to 0.60:

Change highlights in uncrustify-0.60 (1 Jan 2013)
-------------------------------------------------------------------------------
Objective C support was greatly enhanced in this release.
Many bugs were squashed and many options were added.

New options:
 - align_oc_msg_colon_first
 - align_pp_define_together
 - indent_ctor_init_leading
 - indent_func_def_force_col1
 - indent_oc_block
 - indent_oc_block_msg
 - indent_oc_msg_colon
 - ls_code_width
 - nl_after_annotation
 - nl_before_return
 - nl_between_annotation
 - nl_brace_struct_var
 - nl_oc_msg_args
 - nl_oc_msg_leave_one_liner
 - nl_remove_extra_newlines
 - nl_scope_brace
 - nl_typedef_blk_end
 - nl_typedef_blk_in
 - nl_typedef_blk_start
 - nl_unittest_brace
 - nl_var_def_blk_end
 - nl_var_def_blk_in
 - nl_var_def_blk_start
 - nl_version_brace
 - sp_after_for_colon
 - sp_after_oc_dict_colon
 - sp_after_oc_msg_receiver
 - sp_after_oc_property
 - sp_after_throw
 - sp_after_tparen_close
 - sp_annotation_paren
 - sp_before_for_colon
 - sp_before_oc_dict_colon
 - sp_before_pp_stringify
 - sp_before_template_paren
 - sp_cpp_lambda_assign
 - sp_cpp_lambda_paren
 - sp_extern_paren
 - sp_inside_sparen_open
 - sp_inside_tparen
 - sp_permit_cpp11_shift
 - sp_ptr_star_paren

Changed default:
 - sp_pp_stringify = ignore (was add)


(wiz)
diff -r1.1 -r1.2 pkgsrc/textproc/uncrustify/Makefile
diff -r1.2 -r1.3 pkgsrc/textproc/uncrustify/distinfo
diff -r1.1 -r0 pkgsrc/textproc/uncrustify/patches/patch-src_uncrustify.cpp

cvs diff -r1.1 -r1.2 pkgsrc/textproc/uncrustify/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/uncrustify/Makefile 2013/01/13 04:22:34 1.1
+++ pkgsrc/textproc/uncrustify/Makefile 2014/03/31 08:31:44 1.2
@@ -1,16 +1,15 @@ @@ -1,16 +1,15 @@
1# $NetBSD: Makefile,v 1.1 2013/01/13 04:22:34 ryoon Exp $ 1# $NetBSD: Makefile,v 1.2 2014/03/31 08:31:44 wiz Exp $
2# 
3 2
4DISTNAME= uncrustify-0.59 3DISTNAME= uncrustify-0.60
5CATEGORIES= textproc 4CATEGORIES= textproc
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=uncrustify/} 5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=uncrustify/}
7 6
8MAINTAINER= ryoon@NetBSD.org 7MAINTAINER= ryoon@NetBSD.org
9HOMEPAGE= http://uncrustify.sourceforge.net/ 8HOMEPAGE= http://uncrustify.sourceforge.net/
10COMMENT= Source Code Beautifier for C-like languages 9COMMENT= Source Code Beautifier for C-like languages
11LICENSE= gnu-gpl-v2 10LICENSE= gnu-gpl-v2
12 11
13GNU_CONFIGURE= yes 12GNU_CONFIGURE= yes
14USE_LANGUAGES= c c++ 13USE_LANGUAGES= c c++
15 14
16.include "../../mk/bsd.pkg.mk" 15.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/textproc/uncrustify/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/uncrustify/distinfo 2013/04/29 21:31:13 1.2
+++ pkgsrc/textproc/uncrustify/distinfo 2014/03/31 08:31:44 1.3
@@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
1$NetBSD: distinfo,v 1.2 2013/04/29 21:31:13 joerg Exp $ 1$NetBSD: distinfo,v 1.3 2014/03/31 08:31:44 wiz Exp $
2 2
3SHA1 (uncrustify-0.59.tar.gz) = 233e4f6cb34ef7020ce49e5b5d14f0d46f277e31 3SHA1 (uncrustify-0.60.tar.gz) = 769a7649a1cefb80beff9b67b11b4b87a8cc8e0e
4RMD160 (uncrustify-0.59.tar.gz) = 433a04ddd3d477173fa31f16d05fd0a264436e64 4RMD160 (uncrustify-0.60.tar.gz) = 5770265558adaeecf5b66334fe91389e75b19674
5Size (uncrustify-0.59.tar.gz) = 983822 bytes 5Size (uncrustify-0.60.tar.gz) = 1037433 bytes
6SHA1 (patch-src_uncrustify.cpp) = efbf6c9856bad5cf3130e00a25fe2bf7b73ef16c 

File Deleted: pkgsrc/textproc/uncrustify/patches/Attic/patch-src_uncrustify.cpp