pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc go-org, go-chroma: remove.
details: https://anonhg.NetBSD.org/pkgsrc/rev/f23896f98836
branches: trunk
changeset: 454234:f23896f98836
user: bsiegert <bsiegert%pkgsrc.org@localhost>
date: Mon Jun 07 09:52:10 2021 +0000
description:
go-org, go-chroma: remove.
These were only indirect dependencies of www/hugo.
diffstat:
textproc/Makefile | 4 +-
textproc/go-chroma/DESCR | 8 -
textproc/go-chroma/Makefile | 26 ---
textproc/go-chroma/PLIST | 315 ---------------------------------------
textproc/go-chroma/buildlink3.mk | 22 --
textproc/go-chroma/distinfo | 6 -
textproc/go-org/DESCR | 1 -
textproc/go-org/Makefile | 27 ---
textproc/go-org/PLIST | 72 --------
textproc/go-org/buildlink3.mk | 18 --
textproc/go-org/distinfo | 6 -
11 files changed, 1 insertions(+), 504 deletions(-)
diffs (truncated from 566 to 300 lines):
diff -r 0219cc28afd5 -r f23896f98836 textproc/Makefile
--- a/textproc/Makefile Mon Jun 07 09:48:57 2021 +0000
+++ b/textproc/Makefile Mon Jun 07 09:52:10 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1231 2021/06/07 09:44:53 bsiegert Exp $
+# $NetBSD: Makefile,v 1.1232 2021/06/07 09:52:10 bsiegert Exp $
#
COMMENT= Text processing utilities (does not include desktop publishing)
@@ -233,7 +233,6 @@
SUBDIR+= glimpse
SUBDIR+= gnome-dictionary
SUBDIR+= gnome-doc-utils
-SUBDIR+= go-chroma
SUBDIR+= go-diff
SUBDIR+= go-glob
SUBDIR+= go-goldmark
@@ -241,7 +240,6 @@
SUBDIR+= go-kr-text
SUBDIR+= go-md2man
SUBDIR+= go-mmark
-SUBDIR+= go-org
SUBDIR+= go-regexp2
SUBDIR+= go-runewidth
SUBDIR+= go-sentences
diff -r 0219cc28afd5 -r f23896f98836 textproc/go-chroma/DESCR
--- a/textproc/go-chroma/DESCR Mon Jun 07 09:48:57 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,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.
diff -r 0219cc28afd5 -r f23896f98836 textproc/go-chroma/Makefile
--- a/textproc/go-chroma/Makefile Mon Jun 07 09:48:57 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,26 +0,0 @@
-# $NetBSD: Makefile,v 1.26 2021/06/06 12:19:01 bsiegert Exp $
-
-DISTNAME= chroma-0.5.0
-PKGNAME= go-${DISTNAME}
-PKGREVISION= 25
-MASTER_SITES= ${MASTER_SITE_GITHUB:=alecthomas/}
-CATEGORIES= textproc
-GITHUB_PROJECT= chroma
-GITHUB_TAG= v${PKGVERSION_NOREV}
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-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"
diff -r 0219cc28afd5 -r f23896f98836 textproc/go-chroma/PLIST
--- a/textproc/go-chroma/PLIST Mon Jun 07 09:48:57 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,315 +0,0 @@
-@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
Home |
Main Index |
Thread Index |
Old Index