head	1.2;
access;
symbols
	pkgsrc-2021Q1:1.1.0.30
	pkgsrc-2021Q1-base:1.1
	pkgsrc-2020Q4:1.1.0.28
	pkgsrc-2020Q4-base:1.1
	pkgsrc-2020Q3:1.1.0.26
	pkgsrc-2020Q3-base:1.1
	pkgsrc-2020Q2:1.1.0.22
	pkgsrc-2020Q2-base:1.1
	pkgsrc-2020Q1:1.1.0.2
	pkgsrc-2020Q1-base:1.1
	pkgsrc-2019Q4:1.1.0.24
	pkgsrc-2019Q4-base:1.1
	pkgsrc-2019Q3:1.1.0.20
	pkgsrc-2019Q3-base:1.1
	pkgsrc-2019Q2:1.1.0.18
	pkgsrc-2019Q2-base:1.1
	pkgsrc-2019Q1:1.1.0.16
	pkgsrc-2019Q1-base:1.1
	pkgsrc-2018Q4:1.1.0.14
	pkgsrc-2018Q4-base:1.1
	pkgsrc-2018Q3:1.1.0.12
	pkgsrc-2018Q3-base:1.1
	pkgsrc-2018Q2:1.1.0.10
	pkgsrc-2018Q2-base:1.1
	pkgsrc-2018Q1:1.1.0.8
	pkgsrc-2018Q1-base:1.1
	pkgsrc-2017Q4:1.1.0.6
	pkgsrc-2017Q4-base:1.1
	pkgsrc-2017Q3:1.1.0.4
	pkgsrc-2017Q3-base:1.1;
locks; strict;
comment	@# @;


1.2
date	2021.06.12.14.29.24;	author bsiegert;	state dead;
branches;
next	1.1;
commitid	pJ1TLxkryuHyPQWC;

1.1
date	2017.08.17.02.02.39;	author gavan;	state Exp;
branches;
next	;
commitid	54KJz40AoJuyxv3A;


desc
@@


1.2
log
@go-hcl: remove.

All its dependencies have disappeared. Not useful on its own.
@
text
@@@comment $NetBSD: PLIST,v 1.1 2017/08/17 02:02:39 gavan Exp $
gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/hcl.a
gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/hcl/hcl/ast.a
gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/hcl/hcl/fmtcmd.a
gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/hcl/hcl/parser.a
gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/hcl/hcl/printer.a
gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/hcl/hcl/scanner.a
gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/hcl/hcl/strconv.a
gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/hcl/hcl/token.a
gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/hcl/json/parser.a
gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/hcl/json/scanner.a
gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/hcl/json/token.a
gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/hcl/testhelper.a
gopkg/src/github.com/hashicorp/hcl/LICENSE
gopkg/src/github.com/hashicorp/hcl/Makefile
gopkg/src/github.com/hashicorp/hcl/README.md
gopkg/src/github.com/hashicorp/hcl/appveyor.yml
gopkg/src/github.com/hashicorp/hcl/decoder.go
gopkg/src/github.com/hashicorp/hcl/decoder_test.go
gopkg/src/github.com/hashicorp/hcl/hcl.go
gopkg/src/github.com/hashicorp/hcl/hcl/ast/ast.go
gopkg/src/github.com/hashicorp/hcl/hcl/ast/ast_test.go
gopkg/src/github.com/hashicorp/hcl/hcl/ast/walk.go
gopkg/src/github.com/hashicorp/hcl/hcl/fmtcmd/fmtcmd.go
gopkg/src/github.com/hashicorp/hcl/hcl/fmtcmd/fmtcmd_test.go
gopkg/src/github.com/hashicorp/hcl/hcl/fmtcmd/test-fixtures/.hidden.ignore
gopkg/src/github.com/hashicorp/hcl/hcl/fmtcmd/test-fixtures/dir.ignore
gopkg/src/github.com/hashicorp/hcl/hcl/fmtcmd/test-fixtures/file.ignore
gopkg/src/github.com/hashicorp/hcl/hcl/fmtcmd/test-fixtures/good.hcl
gopkg/src/github.com/hashicorp/hcl/hcl/parser/error.go
gopkg/src/github.com/hashicorp/hcl/hcl/parser/error_test.go
gopkg/src/github.com/hashicorp/hcl/hcl/parser/parser.go
gopkg/src/github.com/hashicorp/hcl/hcl/parser/parser_test.go
gopkg/src/github.com/hashicorp/hcl/hcl/parser/test-fixtures/array_comment.hcl
gopkg/src/github.com/hashicorp/hcl/hcl/parser/test-fixtures/array_comment_2.hcl
gopkg/src/github.com/hashicorp/hcl/hcl/parser/test-fixtures/assign_colon.hcl
gopkg/src/github.com/hashicorp/hcl/hcl/parser/test-fixtures/assign_deep.hcl
gopkg/src/github.com/hashicorp/hcl/hcl/parser/test-fixtures/comment.hcl
gopkg/src/github.com/hashicorp/hcl/hcl/parser/test-fixtures/comment_lastline.hcl
gopkg/src/github.com/hashicorp/hcl/hcl/parser/test-fixtures/comment_single.hcl
gopkg/src/github.com/hashicorp/hcl/hcl/parser/test-fixtures/complex.hcl
gopkg/src/github.com/hashicorp/hcl/hcl/parser/test-fixtures/complex_key.hcl
gopkg/src/github.com/hashicorp/hcl/hcl/parser/test-fixtures/empty.hcl
gopkg/src/github.com/hashicorp/hcl/hcl/parser/test-fixtures/key_without_value.hcl
gopkg/src/github.com/hashicorp/hcl/hcl/parser/test-fixtures/list.hcl
gopkg/src/github.com/hashicorp/hcl/hcl/parser/test-fixtures/list_comma.hcl
gopkg/src/github.com/hashicorp/hcl/hcl/parser/test-fixtures/missing_braces.hcl
gopkg/src/github.com/hashicorp/hcl/hcl/parser/test-fixtures/multiple.hcl
gopkg/src/github.com/hashicorp/hcl/hcl/parser/test-fixtures/object_key_without_value.hcl
gopkg/src/github.com/hashicorp/hcl/hcl/parser/test-fixtures/old.hcl
gopkg/src/github.com/hashicorp/hcl/hcl/parser/test-fixtures/structure.hcl
gopkg/src/github.com/hashicorp/hcl/hcl/parser/test-fixtures/structure_basic.hcl
gopkg/src/github.com/hashicorp/hcl/hcl/parser/test-fixtures/structure_empty.hcl
gopkg/src/github.com/hashicorp/hcl/hcl/parser/test-fixtures/types.hcl
gopkg/src/github.com/hashicorp/hcl/hcl/parser/test-fixtures/unterminated_object.hcl
gopkg/src/github.com/hashicorp/hcl/hcl/parser/test-fixtures/unterminated_object_2.hcl
gopkg/src/github.com/hashicorp/hcl/hcl/printer/nodes.go
gopkg/src/github.com/hashicorp/hcl/hcl/printer/printer.go
gopkg/src/github.com/hashicorp/hcl/hcl/printer/printer_test.go
gopkg/src/github.com/hashicorp/hcl/hcl/printer/testdata/comment.golden
gopkg/src/github.com/hashicorp/hcl/hcl/printer/testdata/comment.input
gopkg/src/github.com/hashicorp/hcl/hcl/printer/testdata/comment_aligned.golden
gopkg/src/github.com/hashicorp/hcl/hcl/printer/testdata/comment_aligned.input
gopkg/src/github.com/hashicorp/hcl/hcl/printer/testdata/comment_standalone.golden
gopkg/src/github.com/hashicorp/hcl/hcl/printer/testdata/comment_standalone.input
gopkg/src/github.com/hashicorp/hcl/hcl/printer/testdata/complexhcl.golden
gopkg/src/github.com/hashicorp/hcl/hcl/printer/testdata/complexhcl.input
gopkg/src/github.com/hashicorp/hcl/hcl/printer/testdata/empty_block.golden
gopkg/src/github.com/hashicorp/hcl/hcl/printer/testdata/empty_block.input
gopkg/src/github.com/hashicorp/hcl/hcl/printer/testdata/list.golden
gopkg/src/github.com/hashicorp/hcl/hcl/printer/testdata/list.input
gopkg/src/github.com/hashicorp/hcl/hcl/scanner/scanner.go
gopkg/src/github.com/hashicorp/hcl/hcl/scanner/scanner_test.go
gopkg/src/github.com/hashicorp/hcl/hcl/strconv/quote.go
gopkg/src/github.com/hashicorp/hcl/hcl/strconv/quote_test.go
gopkg/src/github.com/hashicorp/hcl/hcl/test-fixtures/array_comment.hcl
gopkg/src/github.com/hashicorp/hcl/hcl/test-fixtures/assign_colon.hcl
gopkg/src/github.com/hashicorp/hcl/hcl/test-fixtures/assign_deep.hcl
gopkg/src/github.com/hashicorp/hcl/hcl/test-fixtures/comment.hcl
gopkg/src/github.com/hashicorp/hcl/hcl/test-fixtures/comment_single.hcl
gopkg/src/github.com/hashicorp/hcl/hcl/test-fixtures/complex.hcl
gopkg/src/github.com/hashicorp/hcl/hcl/test-fixtures/complex_key.hcl
gopkg/src/github.com/hashicorp/hcl/hcl/test-fixtures/empty.hcl
gopkg/src/github.com/hashicorp/hcl/hcl/test-fixtures/list.hcl
gopkg/src/github.com/hashicorp/hcl/hcl/test-fixtures/list_comma.hcl
gopkg/src/github.com/hashicorp/hcl/hcl/test-fixtures/multiple.hcl
gopkg/src/github.com/hashicorp/hcl/hcl/test-fixtures/old.hcl
gopkg/src/github.com/hashicorp/hcl/hcl/test-fixtures/structure.hcl
gopkg/src/github.com/hashicorp/hcl/hcl/test-fixtures/structure_basic.hcl
gopkg/src/github.com/hashicorp/hcl/hcl/test-fixtures/structure_empty.hcl
gopkg/src/github.com/hashicorp/hcl/hcl/test-fixtures/types.hcl
gopkg/src/github.com/hashicorp/hcl/hcl/token/position.go
gopkg/src/github.com/hashicorp/hcl/hcl/token/token.go
gopkg/src/github.com/hashicorp/hcl/hcl/token/token_test.go
gopkg/src/github.com/hashicorp/hcl/hcl_test.go
gopkg/src/github.com/hashicorp/hcl/json/parser/flatten.go
gopkg/src/github.com/hashicorp/hcl/json/parser/parser.go
gopkg/src/github.com/hashicorp/hcl/json/parser/parser_test.go
gopkg/src/github.com/hashicorp/hcl/json/parser/test-fixtures/array.json
gopkg/src/github.com/hashicorp/hcl/json/parser/test-fixtures/basic.json
gopkg/src/github.com/hashicorp/hcl/json/parser/test-fixtures/object.json
gopkg/src/github.com/hashicorp/hcl/json/parser/test-fixtures/types.json
gopkg/src/github.com/hashicorp/hcl/json/scanner/scanner.go
gopkg/src/github.com/hashicorp/hcl/json/scanner/scanner_test.go
gopkg/src/github.com/hashicorp/hcl/json/test-fixtures/array.json
gopkg/src/github.com/hashicorp/hcl/json/test-fixtures/basic.json
gopkg/src/github.com/hashicorp/hcl/json/test-fixtures/object.json
gopkg/src/github.com/hashicorp/hcl/json/test-fixtures/types.json
gopkg/src/github.com/hashicorp/hcl/json/token/position.go
gopkg/src/github.com/hashicorp/hcl/json/token/token.go
gopkg/src/github.com/hashicorp/hcl/json/token/token_test.go
gopkg/src/github.com/hashicorp/hcl/lex.go
gopkg/src/github.com/hashicorp/hcl/lex_test.go
gopkg/src/github.com/hashicorp/hcl/parse.go
gopkg/src/github.com/hashicorp/hcl/test-fixtures/basic.hcl
gopkg/src/github.com/hashicorp/hcl/test-fixtures/basic.json
gopkg/src/github.com/hashicorp/hcl/test-fixtures/basic_int_string.hcl
gopkg/src/github.com/hashicorp/hcl/test-fixtures/basic_squish.hcl
gopkg/src/github.com/hashicorp/hcl/test-fixtures/decode_policy.hcl
gopkg/src/github.com/hashicorp/hcl/test-fixtures/decode_policy.json
gopkg/src/github.com/hashicorp/hcl/test-fixtures/decode_tf_variable.hcl
gopkg/src/github.com/hashicorp/hcl/test-fixtures/decode_tf_variable.json
gopkg/src/github.com/hashicorp/hcl/test-fixtures/empty.hcl
gopkg/src/github.com/hashicorp/hcl/test-fixtures/escape.hcl
gopkg/src/github.com/hashicorp/hcl/test-fixtures/flat.hcl
gopkg/src/github.com/hashicorp/hcl/test-fixtures/float.hcl
gopkg/src/github.com/hashicorp/hcl/test-fixtures/float.json
gopkg/src/github.com/hashicorp/hcl/test-fixtures/interpolate_escape.hcl
gopkg/src/github.com/hashicorp/hcl/test-fixtures/multiline.hcl
gopkg/src/github.com/hashicorp/hcl/test-fixtures/multiline.json
gopkg/src/github.com/hashicorp/hcl/test-fixtures/multiline_bad.hcl
gopkg/src/github.com/hashicorp/hcl/test-fixtures/multiline_indented.hcl
gopkg/src/github.com/hashicorp/hcl/test-fixtures/multiline_no_eof.hcl
gopkg/src/github.com/hashicorp/hcl/test-fixtures/multiline_no_hanging_indent.hcl
gopkg/src/github.com/hashicorp/hcl/test-fixtures/multiline_no_marker.hcl
gopkg/src/github.com/hashicorp/hcl/test-fixtures/nested_block_comment.hcl
gopkg/src/github.com/hashicorp/hcl/test-fixtures/nested_provider_bad.hcl
gopkg/src/github.com/hashicorp/hcl/test-fixtures/object_list.json
gopkg/src/github.com/hashicorp/hcl/test-fixtures/scientific.hcl
gopkg/src/github.com/hashicorp/hcl/test-fixtures/scientific.json
gopkg/src/github.com/hashicorp/hcl/test-fixtures/slice_expand.hcl
gopkg/src/github.com/hashicorp/hcl/test-fixtures/structure.hcl
gopkg/src/github.com/hashicorp/hcl/test-fixtures/structure.json
gopkg/src/github.com/hashicorp/hcl/test-fixtures/structure2.hcl
gopkg/src/github.com/hashicorp/hcl/test-fixtures/structure2.json
gopkg/src/github.com/hashicorp/hcl/test-fixtures/structure_flat.json
gopkg/src/github.com/hashicorp/hcl/test-fixtures/structure_flatmap.hcl
gopkg/src/github.com/hashicorp/hcl/test-fixtures/structure_list.hcl
gopkg/src/github.com/hashicorp/hcl/test-fixtures/structure_list.json
gopkg/src/github.com/hashicorp/hcl/test-fixtures/structure_list_deep.json
gopkg/src/github.com/hashicorp/hcl/test-fixtures/structure_multi.hcl
gopkg/src/github.com/hashicorp/hcl/test-fixtures/structure_multi.json
gopkg/src/github.com/hashicorp/hcl/test-fixtures/terraform_heroku.hcl
gopkg/src/github.com/hashicorp/hcl/test-fixtures/terraform_heroku.json
gopkg/src/github.com/hashicorp/hcl/test-fixtures/tfvars.hcl
gopkg/src/github.com/hashicorp/hcl/test-fixtures/unterminated_block_comment.hcl
gopkg/src/github.com/hashicorp/hcl/test-fixtures/unterminated_brace.hcl
gopkg/src/github.com/hashicorp/hcl/testhelper/unix2dos.go
@@pkgdir bin
@


1.1
log
@Add go-hcl package
@
text
@d1 1
a1 1
@@comment $NetBSD$
@

