Sun Nov 18 08:22:23 2018 UTC ()
textproc/go-chroma: import go-chroma-0.5.0

Chroma - A general purpose syntax highlighter in pure Go Build
Status Gitter chat

Chroma takes source code and other structured text and converts it
into syntax highlighted HTML, ANSI-coloured text, etc.

Chroma is based heavily on Pygments, and includes translators for
Pygments lexers and styles.


(ryoon)
diff -r0 -r1.1 pkgsrc/textproc/go-chroma/DESCR
diff -r0 -r1.1 pkgsrc/textproc/go-chroma/Makefile
diff -r0 -r1.1 pkgsrc/textproc/go-chroma/PLIST
diff -r0 -r1.1 pkgsrc/textproc/go-chroma/buildlink3.mk
diff -r0 -r1.1 pkgsrc/textproc/go-chroma/distinfo

File Added: pkgsrc/textproc/go-chroma/Attic/DESCR
Chroma - A general purpose syntax highlighter in pure Go Build
Status Gitter chat

Chroma takes source code and other structured text and converts it
into syntax highlighted HTML, ANSI-coloured text, etc.

Chroma is based heavily on Pygments, and includes translators for
Pygments lexers and styles.

File Added: pkgsrc/textproc/go-chroma/Attic/Makefile
# $NetBSD: Makefile,v 1.1 2018/11/18 08:22:23 ryoon Exp $

DISTNAME=	chroma-0.5.0
PKGNAME=	go-${DISTNAME}
MASTER_SITES=	${MASTER_SITE_GITHUB:=alecthomas/}
CATEGORIES=	textproc
GITHUB_PROJECT=	chroma
GITHUB_TAG=	v${PKGVERSION_NOREV}

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://github.com/alecthomas/chroma
COMMENT=	General purpose syntax highlighter in pure Go
LICENSE=	mit

GO_DIST_BASE=	${DISTNAME}
GO_SRCPATH=	github.com/alecthomas/chroma

.include "../../textproc/go-regexp2/buildlink3.mk"
.include "../../devel/go-fnmatch/buildlink3.mk"
.include "../../devel/go-colorable/buildlink3.mk"
.include "../../devel/go-kingpin.v3-unstable/buildlink3.mk"
.include "../../math/go-units/buildlink3.mk"
.include "../../devel/go-i18n/buildlink3.mk"
.include "../../lang/go/go-package.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/textproc/go-chroma/Attic/PLIST
@comment $NetBSD: PLIST,v 1.1 2018/11/18 08:22:23 ryoon Exp $
bin/chroma
gopkg/pkg/${GO_PLATFORM}/github.com/alecthomas/chroma.a
gopkg/pkg/${GO_PLATFORM}/github.com/alecthomas/chroma/formatters.a
gopkg/pkg/${GO_PLATFORM}/github.com/alecthomas/chroma/formatters/html.a
gopkg/pkg/${GO_PLATFORM}/github.com/alecthomas/chroma/lexers.a
gopkg/pkg/${GO_PLATFORM}/github.com/alecthomas/chroma/lexers/a.a
gopkg/pkg/${GO_PLATFORM}/github.com/alecthomas/chroma/lexers/b.a
gopkg/pkg/${GO_PLATFORM}/github.com/alecthomas/chroma/lexers/c.a
gopkg/pkg/${GO_PLATFORM}/github.com/alecthomas/chroma/lexers/circular.a
gopkg/pkg/${GO_PLATFORM}/github.com/alecthomas/chroma/lexers/d.a
gopkg/pkg/${GO_PLATFORM}/github.com/alecthomas/chroma/lexers/e.a
gopkg/pkg/${GO_PLATFORM}/github.com/alecthomas/chroma/lexers/f.a
gopkg/pkg/${GO_PLATFORM}/github.com/alecthomas/chroma/lexers/g.a
gopkg/pkg/${GO_PLATFORM}/github.com/alecthomas/chroma/lexers/h.a
gopkg/pkg/${GO_PLATFORM}/github.com/alecthomas/chroma/lexers/i.a
gopkg/pkg/${GO_PLATFORM}/github.com/alecthomas/chroma/lexers/internal.a
gopkg/pkg/${GO_PLATFORM}/github.com/alecthomas/chroma/lexers/j.a
gopkg/pkg/${GO_PLATFORM}/github.com/alecthomas/chroma/lexers/k.a
gopkg/pkg/${GO_PLATFORM}/github.com/alecthomas/chroma/lexers/l.a
gopkg/pkg/${GO_PLATFORM}/github.com/alecthomas/chroma/lexers/m.a
gopkg/pkg/${GO_PLATFORM}/github.com/alecthomas/chroma/lexers/n.a
gopkg/pkg/${GO_PLATFORM}/github.com/alecthomas/chroma/lexers/o.a
gopkg/pkg/${GO_PLATFORM}/github.com/alecthomas/chroma/lexers/p.a
gopkg/pkg/${GO_PLATFORM}/github.com/alecthomas/chroma/lexers/q.a
gopkg/pkg/${GO_PLATFORM}/github.com/alecthomas/chroma/lexers/r.a
gopkg/pkg/${GO_PLATFORM}/github.com/alecthomas/chroma/lexers/s.a
gopkg/pkg/${GO_PLATFORM}/github.com/alecthomas/chroma/lexers/t.a
gopkg/pkg/${GO_PLATFORM}/github.com/alecthomas/chroma/lexers/v.a
gopkg/pkg/${GO_PLATFORM}/github.com/alecthomas/chroma/lexers/w.a
gopkg/pkg/${GO_PLATFORM}/github.com/alecthomas/chroma/lexers/x.a
gopkg/pkg/${GO_PLATFORM}/github.com/alecthomas/chroma/lexers/y.a
gopkg/pkg/${GO_PLATFORM}/github.com/alecthomas/chroma/quick.a
gopkg/pkg/${GO_PLATFORM}/github.com/alecthomas/chroma/styles.a
gopkg/src/github.com/alecthomas/chroma/COPYING
gopkg/src/github.com/alecthomas/chroma/README.md
gopkg/src/github.com/alecthomas/chroma/_tools/css2style/main.go
gopkg/src/github.com/alecthomas/chroma/_tools/exercise/main.go
gopkg/src/github.com/alecthomas/chroma/_tools/pygments2chroma.py
gopkg/src/github.com/alecthomas/chroma/_tools/style.py
gopkg/src/github.com/alecthomas/chroma/cmd/chroma/main.go
gopkg/src/github.com/alecthomas/chroma/coalesce.go
gopkg/src/github.com/alecthomas/chroma/coalesce_test.go
gopkg/src/github.com/alecthomas/chroma/colour.go
gopkg/src/github.com/alecthomas/chroma/colour_test.go
gopkg/src/github.com/alecthomas/chroma/delegate.go
gopkg/src/github.com/alecthomas/chroma/delegate_test.go
gopkg/src/github.com/alecthomas/chroma/doc.go
gopkg/src/github.com/alecthomas/chroma/formatter.go
gopkg/src/github.com/alecthomas/chroma/formatters/api.go
gopkg/src/github.com/alecthomas/chroma/formatters/html/html.go
gopkg/src/github.com/alecthomas/chroma/formatters/html/html_test.go
gopkg/src/github.com/alecthomas/chroma/formatters/json.go
gopkg/src/github.com/alecthomas/chroma/formatters/tokens.go
gopkg/src/github.com/alecthomas/chroma/formatters/tty_indexed.go
gopkg/src/github.com/alecthomas/chroma/formatters/tty_indexed_test.go
gopkg/src/github.com/alecthomas/chroma/formatters/tty_truecolour.go
gopkg/src/github.com/alecthomas/chroma/iterator.go
gopkg/src/github.com/alecthomas/chroma/lexer.go
gopkg/src/github.com/alecthomas/chroma/lexer_test.go
gopkg/src/github.com/alecthomas/chroma/lexers/a/abnf.go
gopkg/src/github.com/alecthomas/chroma/lexers/a/actionscript.go
gopkg/src/github.com/alecthomas/chroma/lexers/a/actionscript3.go
gopkg/src/github.com/alecthomas/chroma/lexers/a/ada.go
gopkg/src/github.com/alecthomas/chroma/lexers/a/angular2.go
gopkg/src/github.com/alecthomas/chroma/lexers/a/antlr.go
gopkg/src/github.com/alecthomas/chroma/lexers/a/apache.go
gopkg/src/github.com/alecthomas/chroma/lexers/a/apl.go
gopkg/src/github.com/alecthomas/chroma/lexers/a/applescript.go
gopkg/src/github.com/alecthomas/chroma/lexers/a/awk.go
gopkg/src/github.com/alecthomas/chroma/lexers/b/ballerina.go
gopkg/src/github.com/alecthomas/chroma/lexers/b/bash.go
gopkg/src/github.com/alecthomas/chroma/lexers/b/batch.go
gopkg/src/github.com/alecthomas/chroma/lexers/b/blitz.go
gopkg/src/github.com/alecthomas/chroma/lexers/b/bnf.go
gopkg/src/github.com/alecthomas/chroma/lexers/b/brainfuck.go
gopkg/src/github.com/alecthomas/chroma/lexers/c/c.go
gopkg/src/github.com/alecthomas/chroma/lexers/c/capnproto.go
gopkg/src/github.com/alecthomas/chroma/lexers/c/ceylon.go
gopkg/src/github.com/alecthomas/chroma/lexers/c/cfengine3.go
gopkg/src/github.com/alecthomas/chroma/lexers/c/chaiscript.go
gopkg/src/github.com/alecthomas/chroma/lexers/c/cheetah.go
gopkg/src/github.com/alecthomas/chroma/lexers/c/cl.go
gopkg/src/github.com/alecthomas/chroma/lexers/c/clojure.go
gopkg/src/github.com/alecthomas/chroma/lexers/c/cmake.go
gopkg/src/github.com/alecthomas/chroma/lexers/c/cobol.go
gopkg/src/github.com/alecthomas/chroma/lexers/c/coffee.go
gopkg/src/github.com/alecthomas/chroma/lexers/c/coldfusion.go
gopkg/src/github.com/alecthomas/chroma/lexers/c/coq.go
gopkg/src/github.com/alecthomas/chroma/lexers/c/cpp.go
gopkg/src/github.com/alecthomas/chroma/lexers/c/cql.go
gopkg/src/github.com/alecthomas/chroma/lexers/c/crystal.go
gopkg/src/github.com/alecthomas/chroma/lexers/c/csharp.go
gopkg/src/github.com/alecthomas/chroma/lexers/c/css.go
gopkg/src/github.com/alecthomas/chroma/lexers/c/cython.go
gopkg/src/github.com/alecthomas/chroma/lexers/circular/doc.go
gopkg/src/github.com/alecthomas/chroma/lexers/circular/php.go
gopkg/src/github.com/alecthomas/chroma/lexers/d/dart.go
gopkg/src/github.com/alecthomas/chroma/lexers/d/diff.go
gopkg/src/github.com/alecthomas/chroma/lexers/d/django.go
gopkg/src/github.com/alecthomas/chroma/lexers/d/docker.go
gopkg/src/github.com/alecthomas/chroma/lexers/d/dtd.go
gopkg/src/github.com/alecthomas/chroma/lexers/e/ebnf.go
gopkg/src/github.com/alecthomas/chroma/lexers/e/elixir.go
gopkg/src/github.com/alecthomas/chroma/lexers/e/elm.go
gopkg/src/github.com/alecthomas/chroma/lexers/e/emacs.go
gopkg/src/github.com/alecthomas/chroma/lexers/e/erlang.go
gopkg/src/github.com/alecthomas/chroma/lexers/f/factor.go
gopkg/src/github.com/alecthomas/chroma/lexers/f/fish.go
gopkg/src/github.com/alecthomas/chroma/lexers/f/forth.go
gopkg/src/github.com/alecthomas/chroma/lexers/f/fortran.go
gopkg/src/github.com/alecthomas/chroma/lexers/f/fsharp.go
gopkg/src/github.com/alecthomas/chroma/lexers/g/gas.go
gopkg/src/github.com/alecthomas/chroma/lexers/g/gdscript.go
gopkg/src/github.com/alecthomas/chroma/lexers/g/genshi.go
gopkg/src/github.com/alecthomas/chroma/lexers/g/glsl.go
gopkg/src/github.com/alecthomas/chroma/lexers/g/gnuplot.go
gopkg/src/github.com/alecthomas/chroma/lexers/g/go.go
gopkg/src/github.com/alecthomas/chroma/lexers/g/go_test.go
gopkg/src/github.com/alecthomas/chroma/lexers/g/groovy.go
gopkg/src/github.com/alecthomas/chroma/lexers/h/handlebars.go
gopkg/src/github.com/alecthomas/chroma/lexers/h/haskell.go
gopkg/src/github.com/alecthomas/chroma/lexers/h/haxe.go
gopkg/src/github.com/alecthomas/chroma/lexers/h/hexdump.go
gopkg/src/github.com/alecthomas/chroma/lexers/h/html.go
gopkg/src/github.com/alecthomas/chroma/lexers/h/http.go
gopkg/src/github.com/alecthomas/chroma/lexers/h/hy.go
gopkg/src/github.com/alecthomas/chroma/lexers/i/idris.go
gopkg/src/github.com/alecthomas/chroma/lexers/i/ini.go
gopkg/src/github.com/alecthomas/chroma/lexers/i/io.go
gopkg/src/github.com/alecthomas/chroma/lexers/internal/api.go
gopkg/src/github.com/alecthomas/chroma/lexers/j/java.go
gopkg/src/github.com/alecthomas/chroma/lexers/j/javascript.go
gopkg/src/github.com/alecthomas/chroma/lexers/j/json.go
gopkg/src/github.com/alecthomas/chroma/lexers/j/jsx.go
gopkg/src/github.com/alecthomas/chroma/lexers/j/julia.go
gopkg/src/github.com/alecthomas/chroma/lexers/j/jungle.go
gopkg/src/github.com/alecthomas/chroma/lexers/k/kotlin.go
gopkg/src/github.com/alecthomas/chroma/lexers/l/lighttpd.go
gopkg/src/github.com/alecthomas/chroma/lexers/l/llvm.go
gopkg/src/github.com/alecthomas/chroma/lexers/l/lua.go
gopkg/src/github.com/alecthomas/chroma/lexers/lexer_benchmark_test.go
gopkg/src/github.com/alecthomas/chroma/lexers/lexers.go
gopkg/src/github.com/alecthomas/chroma/lexers/lexers_test.go
gopkg/src/github.com/alecthomas/chroma/lexers/m/make.go
gopkg/src/github.com/alecthomas/chroma/lexers/m/mako.go
gopkg/src/github.com/alecthomas/chroma/lexers/m/markdown.go
gopkg/src/github.com/alecthomas/chroma/lexers/m/mason.go
gopkg/src/github.com/alecthomas/chroma/lexers/m/mathematica.go
gopkg/src/github.com/alecthomas/chroma/lexers/m/minizinc.go
gopkg/src/github.com/alecthomas/chroma/lexers/m/modula2.go
gopkg/src/github.com/alecthomas/chroma/lexers/m/monkeyc.go
gopkg/src/github.com/alecthomas/chroma/lexers/m/mwscript.go
gopkg/src/github.com/alecthomas/chroma/lexers/m/myghty.go
gopkg/src/github.com/alecthomas/chroma/lexers/m/mysql.go
gopkg/src/github.com/alecthomas/chroma/lexers/n/nasm.go
gopkg/src/github.com/alecthomas/chroma/lexers/n/newspeak.go
gopkg/src/github.com/alecthomas/chroma/lexers/n/nginx.go
gopkg/src/github.com/alecthomas/chroma/lexers/n/nim.go
gopkg/src/github.com/alecthomas/chroma/lexers/n/nix.go
gopkg/src/github.com/alecthomas/chroma/lexers/o/objectivec.go
gopkg/src/github.com/alecthomas/chroma/lexers/o/ocaml.go
gopkg/src/github.com/alecthomas/chroma/lexers/o/octave.go
gopkg/src/github.com/alecthomas/chroma/lexers/o/openscad.go
gopkg/src/github.com/alecthomas/chroma/lexers/o/org.go
gopkg/src/github.com/alecthomas/chroma/lexers/p/pacman.go
gopkg/src/github.com/alecthomas/chroma/lexers/p/perl.go
gopkg/src/github.com/alecthomas/chroma/lexers/p/pig.go
gopkg/src/github.com/alecthomas/chroma/lexers/p/pkgconfig.go
gopkg/src/github.com/alecthomas/chroma/lexers/p/plaintext.go
gopkg/src/github.com/alecthomas/chroma/lexers/p/plsql.go
gopkg/src/github.com/alecthomas/chroma/lexers/p/postgres.go
gopkg/src/github.com/alecthomas/chroma/lexers/p/postscript.go
gopkg/src/github.com/alecthomas/chroma/lexers/p/povray.go
gopkg/src/github.com/alecthomas/chroma/lexers/p/powershell.go
gopkg/src/github.com/alecthomas/chroma/lexers/p/prolog.go
gopkg/src/github.com/alecthomas/chroma/lexers/p/protobuf.go
gopkg/src/github.com/alecthomas/chroma/lexers/p/puppet.go
gopkg/src/github.com/alecthomas/chroma/lexers/p/python.go
gopkg/src/github.com/alecthomas/chroma/lexers/p/python3.go
gopkg/src/github.com/alecthomas/chroma/lexers/q/qbasic.go
gopkg/src/github.com/alecthomas/chroma/lexers/r/r.go
gopkg/src/github.com/alecthomas/chroma/lexers/r/racket.go
gopkg/src/github.com/alecthomas/chroma/lexers/r/ragel.go
gopkg/src/github.com/alecthomas/chroma/lexers/r/regedit.go
gopkg/src/github.com/alecthomas/chroma/lexers/r/rexx.go
gopkg/src/github.com/alecthomas/chroma/lexers/r/rst.go
gopkg/src/github.com/alecthomas/chroma/lexers/r/ruby.go
gopkg/src/github.com/alecthomas/chroma/lexers/r/rust.go
gopkg/src/github.com/alecthomas/chroma/lexers/s/sass.go
gopkg/src/github.com/alecthomas/chroma/lexers/s/scala.go
gopkg/src/github.com/alecthomas/chroma/lexers/s/scheme.go
gopkg/src/github.com/alecthomas/chroma/lexers/s/scilab.go
gopkg/src/github.com/alecthomas/chroma/lexers/s/scss.go
gopkg/src/github.com/alecthomas/chroma/lexers/s/smalltalk.go
gopkg/src/github.com/alecthomas/chroma/lexers/s/smarty.go
gopkg/src/github.com/alecthomas/chroma/lexers/s/snobol.go
gopkg/src/github.com/alecthomas/chroma/lexers/s/solidity.go
gopkg/src/github.com/alecthomas/chroma/lexers/s/sparql.go
gopkg/src/github.com/alecthomas/chroma/lexers/s/sql.go
gopkg/src/github.com/alecthomas/chroma/lexers/s/squid.go
gopkg/src/github.com/alecthomas/chroma/lexers/s/swift.go
gopkg/src/github.com/alecthomas/chroma/lexers/s/systemverilog.go
gopkg/src/github.com/alecthomas/chroma/lexers/t/tasm.go
gopkg/src/github.com/alecthomas/chroma/lexers/t/tcl.go
gopkg/src/github.com/alecthomas/chroma/lexers/t/tcsh.go
gopkg/src/github.com/alecthomas/chroma/lexers/t/termcap.go
gopkg/src/github.com/alecthomas/chroma/lexers/t/terminfo.go
gopkg/src/github.com/alecthomas/chroma/lexers/t/terraform.go
gopkg/src/github.com/alecthomas/chroma/lexers/t/tex.go
gopkg/src/github.com/alecthomas/chroma/lexers/t/thrift.go
gopkg/src/github.com/alecthomas/chroma/lexers/t/toml.go
gopkg/src/github.com/alecthomas/chroma/lexers/t/transactsql.go
gopkg/src/github.com/alecthomas/chroma/lexers/t/turtle.go
gopkg/src/github.com/alecthomas/chroma/lexers/t/twig.go
gopkg/src/github.com/alecthomas/chroma/lexers/t/typescript.go
gopkg/src/github.com/alecthomas/chroma/lexers/t/typoscript.go
gopkg/src/github.com/alecthomas/chroma/lexers/testdata/README.md
gopkg/src/github.com/alecthomas/chroma/lexers/testdata/ballerina.actual
gopkg/src/github.com/alecthomas/chroma/lexers/testdata/ballerina.expected
gopkg/src/github.com/alecthomas/chroma/lexers/testdata/cpp.actual
gopkg/src/github.com/alecthomas/chroma/lexers/testdata/cpp.expected
gopkg/src/github.com/alecthomas/chroma/lexers/testdata/cql.actual
gopkg/src/github.com/alecthomas/chroma/lexers/testdata/cql.expected
gopkg/src/github.com/alecthomas/chroma/lexers/testdata/csharp.actual
gopkg/src/github.com/alecthomas/chroma/lexers/testdata/csharp.expected
gopkg/src/github.com/alecthomas/chroma/lexers/testdata/css.actual
gopkg/src/github.com/alecthomas/chroma/lexers/testdata/css.expected
gopkg/src/github.com/alecthomas/chroma/lexers/testdata/dart.actual
gopkg/src/github.com/alecthomas/chroma/lexers/testdata/dart.expected
gopkg/src/github.com/alecthomas/chroma/lexers/testdata/gdscript.actual
gopkg/src/github.com/alecthomas/chroma/lexers/testdata/gdscript.expected
gopkg/src/github.com/alecthomas/chroma/lexers/testdata/javascript.actual
gopkg/src/github.com/alecthomas/chroma/lexers/testdata/javascript.expected
gopkg/src/github.com/alecthomas/chroma/lexers/testdata/jsx.actual
gopkg/src/github.com/alecthomas/chroma/lexers/testdata/jsx.expected
gopkg/src/github.com/alecthomas/chroma/lexers/testdata/jungle.actual
gopkg/src/github.com/alecthomas/chroma/lexers/testdata/jungle.expected
gopkg/src/github.com/alecthomas/chroma/lexers/testdata/kotlin.actual
gopkg/src/github.com/alecthomas/chroma/lexers/testdata/kotlin.expected
gopkg/src/github.com/alecthomas/chroma/lexers/testdata/markdown.actual
gopkg/src/github.com/alecthomas/chroma/lexers/testdata/markdown.expected
gopkg/src/github.com/alecthomas/chroma/lexers/testdata/monkeyc.actual
gopkg/src/github.com/alecthomas/chroma/lexers/testdata/monkeyc.expected
gopkg/src/github.com/alecthomas/chroma/lexers/testdata/nim.actual
gopkg/src/github.com/alecthomas/chroma/lexers/testdata/nim.expected
gopkg/src/github.com/alecthomas/chroma/lexers/testdata/openscad.actual
gopkg/src/github.com/alecthomas/chroma/lexers/testdata/openscad.expected
gopkg/src/github.com/alecthomas/chroma/lexers/testdata/org.actual
gopkg/src/github.com/alecthomas/chroma/lexers/testdata/org.expected
gopkg/src/github.com/alecthomas/chroma/lexers/testdata/php.actual
gopkg/src/github.com/alecthomas/chroma/lexers/testdata/php.expected
gopkg/src/github.com/alecthomas/chroma/lexers/testdata/rust.actual
gopkg/src/github.com/alecthomas/chroma/lexers/testdata/rust.expected
gopkg/src/github.com/alecthomas/chroma/lexers/testdata/scala.actual
gopkg/src/github.com/alecthomas/chroma/lexers/testdata/scala.expected
gopkg/src/github.com/alecthomas/chroma/lexers/testdata/solidity.actual
gopkg/src/github.com/alecthomas/chroma/lexers/testdata/solidity.expected
gopkg/src/github.com/alecthomas/chroma/lexers/v/verilog.go
gopkg/src/github.com/alecthomas/chroma/lexers/v/vhdl.go
gopkg/src/github.com/alecthomas/chroma/lexers/v/vim.go
gopkg/src/github.com/alecthomas/chroma/lexers/w/wdte.go
gopkg/src/github.com/alecthomas/chroma/lexers/x/xml.go
gopkg/src/github.com/alecthomas/chroma/lexers/x/xorg.go
gopkg/src/github.com/alecthomas/chroma/lexers/y/yaml.go
gopkg/src/github.com/alecthomas/chroma/mutators.go
gopkg/src/github.com/alecthomas/chroma/mutators_test.go
gopkg/src/github.com/alecthomas/chroma/pygments-lexers.txt
gopkg/src/github.com/alecthomas/chroma/quick/example_test.go
gopkg/src/github.com/alecthomas/chroma/quick/quick.go
gopkg/src/github.com/alecthomas/chroma/regexp.go
gopkg/src/github.com/alecthomas/chroma/regexp_test.go
gopkg/src/github.com/alecthomas/chroma/remap.go
gopkg/src/github.com/alecthomas/chroma/remap_test.go
gopkg/src/github.com/alecthomas/chroma/style.go
gopkg/src/github.com/alecthomas/chroma/style_test.go
gopkg/src/github.com/alecthomas/chroma/styles/abap.go
gopkg/src/github.com/alecthomas/chroma/styles/algol.go
gopkg/src/github.com/alecthomas/chroma/styles/algol_nu.go
gopkg/src/github.com/alecthomas/chroma/styles/api.go
gopkg/src/github.com/alecthomas/chroma/styles/arduino.go
gopkg/src/github.com/alecthomas/chroma/styles/autumn.go
gopkg/src/github.com/alecthomas/chroma/styles/borland.go
gopkg/src/github.com/alecthomas/chroma/styles/bw.go
gopkg/src/github.com/alecthomas/chroma/styles/colorful.go
gopkg/src/github.com/alecthomas/chroma/styles/dracula.go
gopkg/src/github.com/alecthomas/chroma/styles/emacs.go
gopkg/src/github.com/alecthomas/chroma/styles/friendly.go
gopkg/src/github.com/alecthomas/chroma/styles/fruity.go
gopkg/src/github.com/alecthomas/chroma/styles/github.go
gopkg/src/github.com/alecthomas/chroma/styles/igor.go
gopkg/src/github.com/alecthomas/chroma/styles/lovelace.go
gopkg/src/github.com/alecthomas/chroma/styles/manni.go
gopkg/src/github.com/alecthomas/chroma/styles/monokai.go
gopkg/src/github.com/alecthomas/chroma/styles/monokailight.go
gopkg/src/github.com/alecthomas/chroma/styles/murphy.go
gopkg/src/github.com/alecthomas/chroma/styles/native.go
gopkg/src/github.com/alecthomas/chroma/styles/paraiso-dark.go
gopkg/src/github.com/alecthomas/chroma/styles/paraiso-light.go
gopkg/src/github.com/alecthomas/chroma/styles/pastie.go
gopkg/src/github.com/alecthomas/chroma/styles/perldoc.go
gopkg/src/github.com/alecthomas/chroma/styles/pygments.go
gopkg/src/github.com/alecthomas/chroma/styles/rainbow_dash.go
gopkg/src/github.com/alecthomas/chroma/styles/rrt.go
gopkg/src/github.com/alecthomas/chroma/styles/solarized-dark.go
gopkg/src/github.com/alecthomas/chroma/styles/solarized-dark256.go
gopkg/src/github.com/alecthomas/chroma/styles/solarized-light.go
gopkg/src/github.com/alecthomas/chroma/styles/swapoff.go
gopkg/src/github.com/alecthomas/chroma/styles/tango.go
gopkg/src/github.com/alecthomas/chroma/styles/trac.go
gopkg/src/github.com/alecthomas/chroma/styles/vim.go
gopkg/src/github.com/alecthomas/chroma/styles/vs.go
gopkg/src/github.com/alecthomas/chroma/styles/xcode.go
gopkg/src/github.com/alecthomas/chroma/tokentype_string.go
gopkg/src/github.com/alecthomas/chroma/types.go

File Added: pkgsrc/textproc/go-chroma/Attic/buildlink3.mk
# $NetBSD: buildlink3.mk,v 1.1 2018/11/18 08:22:23 ryoon Exp $

BUILDLINK_TREE+=	go-chroma

.if !defined(GO_CHROMA_BUILDLINK3_MK)
GO_CHROMA_BUILDLINK3_MK:=

BUILDLINK_CONTENTS_FILTER.go-chroma=	${EGREP} gopkg/
BUILDLINK_DEPMETHOD.go-chroma?=		build

BUILDLINK_API_DEPENDS.go-chroma+=	go-chroma>=0.5.0
BUILDLINK_PKGSRCDIR.go-chroma?=		../../textproc/go-chroma

.endif	# GO_CHROMA_BUILDLINK3_MK

BUILDLINK_TREE+=	-go-chroma

File Added: pkgsrc/textproc/go-chroma/Attic/distinfo
$NetBSD: distinfo,v 1.1 2018/11/18 08:22:23 ryoon Exp $

SHA1 (chroma-0.5.0.tar.gz) = 98b58d444f667e1fddec68cf25d75daf3d7fa8f6
RMD160 (chroma-0.5.0.tar.gz) = a5d9b1c54f11992a7b727edbee6d161f66fe73ec
SHA512 (chroma-0.5.0.tar.gz) = bdab62d9a99cf5362248a703080e99187cc463052dacfda931d8acb07e70ac800750171abb7b3739b43af443cb29a2178a9bdd4d249264299c0882b2d7047cba
Size (chroma-0.5.0.tar.gz) = 317226 bytes