pkgsrc-WIP-changes archive

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

Import c2go-0.26.7 to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Wed Feb 3 09:31:11 2021 +0100
Changeset:	4713cfea74bec0422d65c75fe615b96ffa6ec47d

Modified Files:
	Makefile
Added Files:
	c2go/DESCR
	c2go/Makefile
	c2go/PLIST
	c2go/distinfo

Log Message:
Import c2go-0.26.7 to wip

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

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

diffstat:
 Makefile      |   1 +
 c2go/DESCR    |   1 +
 c2go/Makefile |  19 +++
 c2go/PLIST    | 375 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 c2go/distinfo |   6 +
 5 files changed, 402 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index fee62dc955..fc7aa16a5e 100644
--- a/Makefile
+++ b/Makefile
@@ -339,6 +339,7 @@ SUBDIR+=	byzanz
 SUBDIR+=	c-graph
 SUBDIR+=	c-news
 SUBDIR+=	c2hs
+SUBDIR+=	c2go
 SUBDIR+=	c3270
 SUBDIR+=	cJSON
 SUBDIR+=	cabal-install
diff --git a/c2go/DESCR b/c2go/DESCR
new file mode 100644
index 0000000000..65caa5563b
--- /dev/null
+++ b/c2go/DESCR
@@ -0,0 +1 @@
+A tool for converting C to Go.
diff --git a/c2go/Makefile b/c2go/Makefile
new file mode 100644
index 0000000000..de49ff0d07
--- /dev/null
+++ b/c2go/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME=	c2go-0.26.7
+GITHUB_PROJECT=	c2go
+GITHUB_TAG=	v${PKGVERSION_NOREV}
+CATEGORIES=	lang
+MASTER_SITES=	${MASTER_SITE_GITHUB:=elliotchance/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/elliotchance/c2go/
+COMMENT=	Tool for transpiling C to Go
+LICENSE=	mit
+
+GO_DIST_BASE=	${GITHUB_PROJECT}-${PKGVERSION_NOREV}
+GO_SRCPATH=	github.com/elliotchance/c2go
+
+.include "../../devel/go-tools/buildlink3.mk"
+.include "../../lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/c2go/PLIST b/c2go/PLIST
new file mode 100644
index 0000000000..a2dbbfe948
--- /dev/null
+++ b/c2go/PLIST
@@ -0,0 +1,375 @@
+@comment $NetBSD$
+bin/c2go
+gopkg/pkg/${GO_PLATFORM}/github.com/elliotchance/c2go/ast.a
+gopkg/pkg/${GO_PLATFORM}/github.com/elliotchance/c2go/cc.a
+gopkg/pkg/${GO_PLATFORM}/github.com/elliotchance/c2go/darwin.a
+gopkg/pkg/${GO_PLATFORM}/github.com/elliotchance/c2go/linux.a
+gopkg/pkg/${GO_PLATFORM}/github.com/elliotchance/c2go/noarch.a
+gopkg/pkg/${GO_PLATFORM}/github.com/elliotchance/c2go/preprocessor.a
+gopkg/pkg/${GO_PLATFORM}/github.com/elliotchance/c2go/program.a
+gopkg/pkg/${GO_PLATFORM}/github.com/elliotchance/c2go/transpiler.a
+gopkg/pkg/${GO_PLATFORM}/github.com/elliotchance/c2go/types.a
+gopkg/pkg/${GO_PLATFORM}/github.com/elliotchance/c2go/util.a
+gopkg/src/github.com/elliotchance/c2go/CODE_OF_CONDUCT.md
+gopkg/src/github.com/elliotchance/c2go/LICENSE
+gopkg/src/github.com/elliotchance/c2go/README.md
+gopkg/src/github.com/elliotchance/c2go/ast/aligned_attr.go
+gopkg/src/github.com/elliotchance/c2go/ast/aligned_attr_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/alloc_size_attr.go
+gopkg/src/github.com/elliotchance/c2go/ast/alloc_size_attr_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/always_inline_attr.go
+gopkg/src/github.com/elliotchance/c2go/ast/always_inline_attr_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/array_filler.go
+gopkg/src/github.com/elliotchance/c2go/ast/array_filler_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/array_subscript_expr.go
+gopkg/src/github.com/elliotchance/c2go/ast/array_subscript_expr_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/asm_label_attr.go
+gopkg/src/github.com/elliotchance/c2go/ast/asm_label_attr_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/ast.go
+gopkg/src/github.com/elliotchance/c2go/ast/ast_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/attributed_type.go
+gopkg/src/github.com/elliotchance/c2go/ast/attributed_type_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/availability_attr.go
+gopkg/src/github.com/elliotchance/c2go/ast/availability_attr_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/binary_operator.go
+gopkg/src/github.com/elliotchance/c2go/ast/binary_operator_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/block_command_comment.go
+gopkg/src/github.com/elliotchance/c2go/ast/block_command_comment_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/break_stmt.go
+gopkg/src/github.com/elliotchance/c2go/ast/break_stmt_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/builtin_type.go
+gopkg/src/github.com/elliotchance/c2go/ast/builtin_type_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/c11_no_return_attr.go
+gopkg/src/github.com/elliotchance/c2go/ast/c11_no_return_attr_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/c_style_cast_expr.go
+gopkg/src/github.com/elliotchance/c2go/ast/c_style_cast_expr_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/call_expr.go
+gopkg/src/github.com/elliotchance/c2go/ast/call_expr_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/case_stmt.go
+gopkg/src/github.com/elliotchance/c2go/ast/case_stmt_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/character_literal.go
+gopkg/src/github.com/elliotchance/c2go/ast/character_literal_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/compound_assign_operator.go
+gopkg/src/github.com/elliotchance/c2go/ast/compound_assign_operator_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/compound_literal_expr.go
+gopkg/src/github.com/elliotchance/c2go/ast/compound_literal_expr_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/compound_stmt.go
+gopkg/src/github.com/elliotchance/c2go/ast/compound_stmt_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/conditional_operator.go
+gopkg/src/github.com/elliotchance/c2go/ast/conditional_operator_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/const_attr.go
+gopkg/src/github.com/elliotchance/c2go/ast/const_attr_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/constant_array_type.go
+gopkg/src/github.com/elliotchance/c2go/ast/constant_array_type_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/constant_expr.go
+gopkg/src/github.com/elliotchance/c2go/ast/constant_expr_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/continue_stmt.go
+gopkg/src/github.com/elliotchance/c2go/ast/continue_stmt_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/decayed_type.go
+gopkg/src/github.com/elliotchance/c2go/ast/decayed_type_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/decl_ref_expr.go
+gopkg/src/github.com/elliotchance/c2go/ast/decl_ref_expr_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/decl_stmt.go
+gopkg/src/github.com/elliotchance/c2go/ast/decl_stmt_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/default_stmt.go
+gopkg/src/github.com/elliotchance/c2go/ast/default_stmt_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/deprecated_attr.go
+gopkg/src/github.com/elliotchance/c2go/ast/deprecated_attr_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/disable_tail_calls_attr.go
+gopkg/src/github.com/elliotchance/c2go/ast/disable_tail_calls_attr_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/do_stmt.go
+gopkg/src/github.com/elliotchance/c2go/ast/do_stmt_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/elaborated_type.go
+gopkg/src/github.com/elliotchance/c2go/ast/elaborated_type_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/empty_decl.go
+gopkg/src/github.com/elliotchance/c2go/ast/empty_decl_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/enum.go
+gopkg/src/github.com/elliotchance/c2go/ast/enum_constant_decl.go
+gopkg/src/github.com/elliotchance/c2go/ast/enum_constant_decl_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/enum_decl.go
+gopkg/src/github.com/elliotchance/c2go/ast/enum_decl_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/enum_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/enum_type.go
+gopkg/src/github.com/elliotchance/c2go/ast/enum_type_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/field.go
+gopkg/src/github.com/elliotchance/c2go/ast/field_decl.go
+gopkg/src/github.com/elliotchance/c2go/ast/field_decl_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/field_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/floating_literal.go
+gopkg/src/github.com/elliotchance/c2go/ast/floating_literal_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/for_stmt.go
+gopkg/src/github.com/elliotchance/c2go/ast/for_stmt_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/format_arg_attr.go
+gopkg/src/github.com/elliotchance/c2go/ast/format_arg_attr_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/format_attr.go
+gopkg/src/github.com/elliotchance/c2go/ast/format_attr_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/full_comment.go
+gopkg/src/github.com/elliotchance/c2go/ast/full_comment_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/function_decl.go
+gopkg/src/github.com/elliotchance/c2go/ast/function_decl_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/function_no_proto_type.go
+gopkg/src/github.com/elliotchance/c2go/ast/function_no_proto_type_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/function_proto_type.go
+gopkg/src/github.com/elliotchance/c2go/ast/function_proto_type_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/gcc_asm_stmt.go
+gopkg/src/github.com/elliotchance/c2go/ast/gcc_asm_stmt_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/go_stmt.go
+gopkg/src/github.com/elliotchance/c2go/ast/go_stmt_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/html_end_tag_comment.go
+gopkg/src/github.com/elliotchance/c2go/ast/html_end_tag_comment_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/html_start_tag_comment.go
+gopkg/src/github.com/elliotchance/c2go/ast/html_start_tag_comment_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/if_stmt.go
+gopkg/src/github.com/elliotchance/c2go/ast/if_stmt_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/implicit_cast_expr.go
+gopkg/src/github.com/elliotchance/c2go/ast/implicit_cast_expr_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/implicit_value_init_expr.go
+gopkg/src/github.com/elliotchance/c2go/ast/implicit_value_init_expr_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/incomplete_array_type.go
+gopkg/src/github.com/elliotchance/c2go/ast/incomplete_array_type_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/indirect_field_decl.go
+gopkg/src/github.com/elliotchance/c2go/ast/indirect_field_decl_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/init_list_expr.go
+gopkg/src/github.com/elliotchance/c2go/ast/init_list_expr_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/inline_command_comment.go
+gopkg/src/github.com/elliotchance/c2go/ast/inline_command_comment_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/integer_literal.go
+gopkg/src/github.com/elliotchance/c2go/ast/integer_literal_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/label_stmt.go
+gopkg/src/github.com/elliotchance/c2go/ast/label_stmt_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/malloc_attr.go
+gopkg/src/github.com/elliotchance/c2go/ast/malloc_attr_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/max_field_alignment_attr.go
+gopkg/src/github.com/elliotchance/c2go/ast/max_field_alignment_attr_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/member_expr.go
+gopkg/src/github.com/elliotchance/c2go/ast/member_expr_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/mode_attr.go
+gopkg/src/github.com/elliotchance/c2go/ast/mode_attr_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/no_alias_attr.go
+gopkg/src/github.com/elliotchance/c2go/ast/no_alias_attr_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/no_inline_attr.go
+gopkg/src/github.com/elliotchance/c2go/ast/no_inline_attr_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/no_throw_attr.go
+gopkg/src/github.com/elliotchance/c2go/ast/no_throw_attr_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/non_null_attr.go
+gopkg/src/github.com/elliotchance/c2go/ast/non_null_attr_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/not_tail_called_attr.go
+gopkg/src/github.com/elliotchance/c2go/ast/not_tail_called_attr_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/offset_of_expr.go
+gopkg/src/github.com/elliotchance/c2go/ast/offset_of_expr_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/packed_attr.go
+gopkg/src/github.com/elliotchance/c2go/ast/packed_attr_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/paragraph_comment.go
+gopkg/src/github.com/elliotchance/c2go/ast/paragraph_comment_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/param_command_comment.go
+gopkg/src/github.com/elliotchance/c2go/ast/param_command_comment_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/paren_expr.go
+gopkg/src/github.com/elliotchance/c2go/ast/paren_expr_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/paren_type.go
+gopkg/src/github.com/elliotchance/c2go/ast/paren_type_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/parm_var_decl.go
+gopkg/src/github.com/elliotchance/c2go/ast/parm_var_decl_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/pointer_type.go
+gopkg/src/github.com/elliotchance/c2go/ast/pointer_type_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/position.go
+gopkg/src/github.com/elliotchance/c2go/ast/position_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/predefined_expr.go
+gopkg/src/github.com/elliotchance/c2go/ast/predefined_expr_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/pure_attr.go
+gopkg/src/github.com/elliotchance/c2go/ast/pure_attr_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/qual_type.go
+gopkg/src/github.com/elliotchance/c2go/ast/qual_type_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/record.go
+gopkg/src/github.com/elliotchance/c2go/ast/record_decl.go
+gopkg/src/github.com/elliotchance/c2go/ast/record_decl_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/record_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/record_type.go
+gopkg/src/github.com/elliotchance/c2go/ast/record_type_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/restrict_attr.go
+gopkg/src/github.com/elliotchance/c2go/ast/restrict_attr_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/return_stmt.go
+gopkg/src/github.com/elliotchance/c2go/ast/return_stmt_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/returns_twice_attr.go
+gopkg/src/github.com/elliotchance/c2go/ast/returns_twice_attr_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/sentinel_attr.go
+gopkg/src/github.com/elliotchance/c2go/ast/sentinel_attr_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/stmt_expr.go
+gopkg/src/github.com/elliotchance/c2go/ast/stmt_expr_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/string_literal.go
+gopkg/src/github.com/elliotchance/c2go/ast/string_literal_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/switch_stmt.go
+gopkg/src/github.com/elliotchance/c2go/ast/switch_stmt_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/text_comment.go
+gopkg/src/github.com/elliotchance/c2go/ast/text_comment_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/translation_unit_decl.go
+gopkg/src/github.com/elliotchance/c2go/ast/translation_unit_decl_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/transparent_union_attr.go
+gopkg/src/github.com/elliotchance/c2go/ast/transparent_union_attr_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/traverse.go
+gopkg/src/github.com/elliotchance/c2go/ast/typedef.go
+gopkg/src/github.com/elliotchance/c2go/ast/typedef_decl.go
+gopkg/src/github.com/elliotchance/c2go/ast/typedef_decl_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/typedef_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/typedef_type.go
+gopkg/src/github.com/elliotchance/c2go/ast/typedef_type_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/unary_expr_or_type_trait_expr.go
+gopkg/src/github.com/elliotchance/c2go/ast/unary_expr_or_type_trait_expr_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/unary_operator.go
+gopkg/src/github.com/elliotchance/c2go/ast/unary_operator_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/unused_attr.go
+gopkg/src/github.com/elliotchance/c2go/ast/unused_attr_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/util.go
+gopkg/src/github.com/elliotchance/c2go/ast/va_arg_expr.go
+gopkg/src/github.com/elliotchance/c2go/ast/va_arg_expr_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/var_decl.go
+gopkg/src/github.com/elliotchance/c2go/ast/var_decl_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/verbatim_block_comment.go
+gopkg/src/github.com/elliotchance/c2go/ast/verbatim_block_comment_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/verbatim_block_line_comment.go
+gopkg/src/github.com/elliotchance/c2go/ast/verbatim_block_line_comment_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/verbatim_line_comment.go
+gopkg/src/github.com/elliotchance/c2go/ast/verbatim_line_comment_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/visibility_attr.go
+gopkg/src/github.com/elliotchance/c2go/ast/visibility_attr_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/warn_unused_result_attr.go
+gopkg/src/github.com/elliotchance/c2go/ast/warn_unused_result_attr_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/weak_attr.go
+gopkg/src/github.com/elliotchance/c2go/ast/weak_attr_test.go
+gopkg/src/github.com/elliotchance/c2go/ast/while_stmt.go
+gopkg/src/github.com/elliotchance/c2go/ast/while_stmt_test.go
+gopkg/src/github.com/elliotchance/c2go/cc/preprocessor.go
+gopkg/src/github.com/elliotchance/c2go/cli_test.go
+gopkg/src/github.com/elliotchance/c2go/codecov.yml
+gopkg/src/github.com/elliotchance/c2go/darwin/assert.go
+gopkg/src/github.com/elliotchance/c2go/darwin/builtin.go
+gopkg/src/github.com/elliotchance/c2go/darwin/ctype.go
+gopkg/src/github.com/elliotchance/c2go/darwin/math.go
+gopkg/src/github.com/elliotchance/c2go/darwin/stdio.go
+gopkg/src/github.com/elliotchance/c2go/darwin/string.go
+gopkg/src/github.com/elliotchance/c2go/examples/fib.c
+gopkg/src/github.com/elliotchance/c2go/examples/prime.c
+gopkg/src/github.com/elliotchance/c2go/go.mod
+gopkg/src/github.com/elliotchance/c2go/go.sum
+gopkg/src/github.com/elliotchance/c2go/linux/assert.go
+gopkg/src/github.com/elliotchance/c2go/linux/builtin.go
+gopkg/src/github.com/elliotchance/c2go/linux/ctype.go
+gopkg/src/github.com/elliotchance/c2go/linux/math.go
+gopkg/src/github.com/elliotchance/c2go/main.go
+gopkg/src/github.com/elliotchance/c2go/main_test.go
+gopkg/src/github.com/elliotchance/c2go/noarch/errno.go
+gopkg/src/github.com/elliotchance/c2go/noarch/math.go
+gopkg/src/github.com/elliotchance/c2go/noarch/noarch.go
+gopkg/src/github.com/elliotchance/c2go/noarch/stdarg.go
+gopkg/src/github.com/elliotchance/c2go/noarch/stdio.go
+gopkg/src/github.com/elliotchance/c2go/noarch/stdlib.go
+gopkg/src/github.com/elliotchance/c2go/noarch/string.go
+gopkg/src/github.com/elliotchance/c2go/noarch/string_test.go
+gopkg/src/github.com/elliotchance/c2go/noarch/syslog.go
+gopkg/src/github.com/elliotchance/c2go/noarch/syslog_nop.go
+gopkg/src/github.com/elliotchance/c2go/noarch/time.go
+gopkg/src/github.com/elliotchance/c2go/noarch/util.go
+gopkg/src/github.com/elliotchance/c2go/noarch/util_test.go
+gopkg/src/github.com/elliotchance/c2go/preprocessor/parse_comments_test.go
+gopkg/src/github.com/elliotchance/c2go/preprocessor/parse_include_list.go
+gopkg/src/github.com/elliotchance/c2go/preprocessor/parse_include_list_test.go
+gopkg/src/github.com/elliotchance/c2go/preprocessor/parse_include_preprocessor_line.go
+gopkg/src/github.com/elliotchance/c2go/preprocessor/parse_include_preprocessor_line_test.go
+gopkg/src/github.com/elliotchance/c2go/preprocessor/preprocessor.go
+gopkg/src/github.com/elliotchance/c2go/program/function_definition.go
+gopkg/src/github.com/elliotchance/c2go/program/import.go
+gopkg/src/github.com/elliotchance/c2go/program/program.go
+gopkg/src/github.com/elliotchance/c2go/program/startup.go
+gopkg/src/github.com/elliotchance/c2go/program/struct.go
+gopkg/src/github.com/elliotchance/c2go/program/version.go
+gopkg/src/github.com/elliotchance/c2go/program/warnings.go
+gopkg/src/github.com/elliotchance/c2go/tests/argv.c
+gopkg/src/github.com/elliotchance/c2go/tests/array.c
+gopkg/src/github.com/elliotchance/c2go/tests/asm.c
+gopkg/src/github.com/elliotchance/c2go/tests/assert.c
+gopkg/src/github.com/elliotchance/c2go/tests/cast.c
+gopkg/src/github.com/elliotchance/c2go/tests/code_quality/for.c
+gopkg/src/github.com/elliotchance/c2go/tests/code_quality/for.expected.c
+gopkg/src/github.com/elliotchance/c2go/tests/code_quality/generate.sh
+gopkg/src/github.com/elliotchance/c2go/tests/code_quality/if.c
+gopkg/src/github.com/elliotchance/c2go/tests/code_quality/if.expected.c
+gopkg/src/github.com/elliotchance/c2go/tests/code_quality/operators.c
+gopkg/src/github.com/elliotchance/c2go/tests/code_quality/operators.expected.c
+gopkg/src/github.com/elliotchance/c2go/tests/code_quality/switch.c
+gopkg/src/github.com/elliotchance/c2go/tests/code_quality/switch.expected.c
+gopkg/src/github.com/elliotchance/c2go/tests/comment/main.c
+gopkg/src/github.com/elliotchance/c2go/tests/ctype.c
+gopkg/src/github.com/elliotchance/c2go/tests/do.c
+gopkg/src/github.com/elliotchance/c2go/tests/enum.c
+gopkg/src/github.com/elliotchance/c2go/tests/exit.c
+gopkg/src/github.com/elliotchance/c2go/tests/exit_status.c
+gopkg/src/github.com/elliotchance/c2go/tests/externalHeader/include/head.h
+gopkg/src/github.com/elliotchance/c2go/tests/externalHeader/main/main.c
+gopkg/src/github.com/elliotchance/c2go/tests/for.c
+gopkg/src/github.com/elliotchance/c2go/tests/function.c
+gopkg/src/github.com/elliotchance/c2go/tests/getchar.c
+gopkg/src/github.com/elliotchance/c2go/tests/goto.c
+gopkg/src/github.com/elliotchance/c2go/tests/if.c
+gopkg/src/github.com/elliotchance/c2go/tests/math.c
+gopkg/src/github.com/elliotchance/c2go/tests/multi-struct/main.c
+gopkg/src/github.com/elliotchance/c2go/tests/multi-struct/types.c
+gopkg/src/github.com/elliotchance/c2go/tests/multi-struct/types.h
+gopkg/src/github.com/elliotchance/c2go/tests/multi/err.h
+gopkg/src/github.com/elliotchance/c2go/tests/multi/header.h
+gopkg/src/github.com/elliotchance/c2go/tests/multi/main1.c
+gopkg/src/github.com/elliotchance/c2go/tests/multi/main2.c
+gopkg/src/github.com/elliotchance/c2go/tests/operators.c
+gopkg/src/github.com/elliotchance/c2go/tests/scanf.c
+gopkg/src/github.com/elliotchance/c2go/tests/sizeof.c
+gopkg/src/github.com/elliotchance/c2go/tests/stdarg.c
+gopkg/src/github.com/elliotchance/c2go/tests/stdbool.c
+gopkg/src/github.com/elliotchance/c2go/tests/stdio.c
+gopkg/src/github.com/elliotchance/c2go/tests/stdlib.c
+gopkg/src/github.com/elliotchance/c2go/tests/string.c
+gopkg/src/github.com/elliotchance/c2go/tests/struct.c
+gopkg/src/github.com/elliotchance/c2go/tests/switch.c
+gopkg/src/github.com/elliotchance/c2go/tests/syslog.c
+gopkg/src/github.com/elliotchance/c2go/tests/ternary.c
+gopkg/src/github.com/elliotchance/c2go/tests/tests.h
+gopkg/src/github.com/elliotchance/c2go/tests/time.c
+gopkg/src/github.com/elliotchance/c2go/tests/trigraph/main.c
+gopkg/src/github.com/elliotchance/c2go/tests/unary.c
+gopkg/src/github.com/elliotchance/c2go/tests/union.c
+gopkg/src/github.com/elliotchance/c2go/tests/while.c
+gopkg/src/github.com/elliotchance/c2go/transpiler/binary.go
+gopkg/src/github.com/elliotchance/c2go/transpiler/branch.go
+gopkg/src/github.com/elliotchance/c2go/transpiler/call.go
+gopkg/src/github.com/elliotchance/c2go/transpiler/cast.go
+gopkg/src/github.com/elliotchance/c2go/transpiler/declarations.go
+gopkg/src/github.com/elliotchance/c2go/transpiler/enum.go
+gopkg/src/github.com/elliotchance/c2go/transpiler/functions.go
+gopkg/src/github.com/elliotchance/c2go/transpiler/goto.go
+gopkg/src/github.com/elliotchance/c2go/transpiler/literals.go
+gopkg/src/github.com/elliotchance/c2go/transpiler/literals_test.go
+gopkg/src/github.com/elliotchance/c2go/transpiler/operators.go
+gopkg/src/github.com/elliotchance/c2go/transpiler/scope.go
+gopkg/src/github.com/elliotchance/c2go/transpiler/switch.go
+gopkg/src/github.com/elliotchance/c2go/transpiler/translation_unit.go
+gopkg/src/github.com/elliotchance/c2go/transpiler/transpiler.go
+gopkg/src/github.com/elliotchance/c2go/transpiler/unary.go
+gopkg/src/github.com/elliotchance/c2go/transpiler/union.go
+gopkg/src/github.com/elliotchance/c2go/transpiler/util.go
+gopkg/src/github.com/elliotchance/c2go/transpiler/variables.go
+gopkg/src/github.com/elliotchance/c2go/travis/lint.sh
+gopkg/src/github.com/elliotchance/c2go/travis/test.sh
+gopkg/src/github.com/elliotchance/c2go/types/binary_operator.go
+gopkg/src/github.com/elliotchance/c2go/types/binary_operator_test.go
+gopkg/src/github.com/elliotchance/c2go/types/cast.go
+gopkg/src/github.com/elliotchance/c2go/types/cast_test.go
+gopkg/src/github.com/elliotchance/c2go/types/dereference.go
+gopkg/src/github.com/elliotchance/c2go/types/dereference_test.go
+gopkg/src/github.com/elliotchance/c2go/types/resolve.go
+gopkg/src/github.com/elliotchance/c2go/types/resolve_test.go
+gopkg/src/github.com/elliotchance/c2go/types/sizeof.go
+gopkg/src/github.com/elliotchance/c2go/types/sizeof_test.go
+gopkg/src/github.com/elliotchance/c2go/util/errors.go
+gopkg/src/github.com/elliotchance/c2go/util/evaluate.go
+gopkg/src/github.com/elliotchance/c2go/util/goast.go
+gopkg/src/github.com/elliotchance/c2go/util/goast_test.go
+gopkg/src/github.com/elliotchance/c2go/util/regexp.go
+gopkg/src/github.com/elliotchance/c2go/util/test.go
+gopkg/src/github.com/elliotchance/c2go/util/util.go
diff --git a/c2go/distinfo b/c2go/distinfo
new file mode 100644
index 0000000000..085b8ca3b5
--- /dev/null
+++ b/c2go/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (c2go-0.26.7.tar.gz) = 67a8f26ba77728b72273969de43ba9b6ecc9ff9e
+RMD160 (c2go-0.26.7.tar.gz) = 2efb47ae07175e23509a4ab70726eaa31c80267f
+SHA512 (c2go-0.26.7.tar.gz) = 0e098e9baeab922ccdb426f2ed1a6357f9f9c3fddcd22b1efe3efd10102a9713ae5d6ce411619b372c33722898d2edef43b724b27ab4a42a156a9c4ca28162fd
+Size (c2go-0.26.7.tar.gz) = 206047 bytes


Home | Main Index | Thread Index | Old Index