mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-06 11:41:52 +00:00
Remove libraries that were added for and only used by textproc/peco
This commit is contained in:
parent
42289ee56e
commit
4c6f3ab2df
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=424686
4
MOVED
4
MOVED
@ -8772,3 +8772,7 @@ www/php55-session||2016-10-21|Has expired: EOL upstream since 21 Jul 2016
|
||||
www/php55-tidy||2016-10-21|Has expired: EOL upstream since 21 Jul 2016
|
||||
www/lighttpd-mod_geoip|www/lighttpd|2016-10-21|Integrated into www/lighttpd
|
||||
net/dosdetector||2016-10-23|Has expired: No maintainer activity in over a decade
|
||||
devel/go-btree||2016-10-26|The only consumer of this port (peco) started to bundle a snapshot
|
||||
devel/go-flags||2016-10-26|The only consumer of this port (peco) started to bundle a snapshot
|
||||
devel/go-runewidth||2016-10-26|The only consumer of this port (peco) started to bundle a snapshot
|
||||
devel/go-termbox||2016-10-26|The only consumer of this port (peco) started to bundle a snapshot
|
||||
|
@ -742,11 +742,9 @@
|
||||
SUBDIR += gnustep-make
|
||||
SUBDIR += go-bayesian
|
||||
SUBDIR += go-bindata
|
||||
SUBDIR += go-btree
|
||||
SUBDIR += go-cobra
|
||||
SUBDIR += go-codec
|
||||
SUBDIR += go-faker
|
||||
SUBDIR += go-flags
|
||||
SUBDIR += go-form
|
||||
SUBDIR += go-go.uuid
|
||||
SUBDIR += go-goregen
|
||||
@ -759,11 +757,9 @@
|
||||
SUBDIR += go-pretty
|
||||
SUBDIR += go-protobuf
|
||||
SUBDIR += go-raw
|
||||
SUBDIR += go-runewidth
|
||||
SUBDIR += go-shellwords
|
||||
SUBDIR += go-slices
|
||||
SUBDIR += go-sql-driver
|
||||
SUBDIR += go-termbox
|
||||
SUBDIR += go-tools
|
||||
SUBDIR += go-uuid
|
||||
SUBDIR += go-yaml
|
||||
|
@ -1,21 +0,0 @@
|
||||
# Created by: Akinori MUSHA aka knu <knu@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= btree
|
||||
PORTVERSION= 0.0.0.20150414
|
||||
CATEGORIES= devel
|
||||
PKGNAMEPREFIX= go-
|
||||
|
||||
MAINTAINER= knu@FreeBSD.org
|
||||
COMMENT= BTree implementation for Go
|
||||
|
||||
LICENSE= APACHE20
|
||||
|
||||
USES= go
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= google
|
||||
GH_TAGNAME= cc6329d
|
||||
|
||||
GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (google-btree-0.0.0.20150414-cc6329d_GH0.tar.gz) = 0e99ef9aa857291b90d8371272665d8fffe382a3c991dd41853beab9a04e8fdf
|
||||
SIZE (google-btree-0.0.0.20150414-cc6329d_GH0.tar.gz) = 11293
|
@ -1,4 +0,0 @@
|
||||
This package provides an in-memory B-Tree implementation for Go,
|
||||
useful as a an ordered, mutable data structure.
|
||||
|
||||
WWW: https://github.com/google/btree
|
@ -1,6 +0,0 @@
|
||||
%%GO_LIBDIR%%/github.com/google/btree.a
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/LICENSE
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/README.md
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/btree.go
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/btree_mem.go
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/btree_test.go
|
@ -1,20 +0,0 @@
|
||||
# Created by: Akinori MUSHA aka knu <knu@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= go-flags
|
||||
PORTVERSION= 1.0.0.20160227
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= knu@FreeBSD.org
|
||||
COMMENT= Go command line option parser
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
USES= go
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= jessevdk
|
||||
GH_TAGNAME= 6b9493b3
|
||||
|
||||
GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (jessevdk-go-flags-1.0.0.20160227-6b9493b3_GH0.tar.gz) = 03320c6f2cac34b92555e65dba34a23aba559dec717cefe77ca005a3cf48c6b1
|
||||
SIZE (jessevdk-go-flags-1.0.0.20160227-6b9493b3_GH0.tar.gz) = 52459
|
@ -1,6 +0,0 @@
|
||||
Package flags provides an extensive command line option parser. The
|
||||
flags package is similar in functionality to the go built-in flag
|
||||
package but provides more options and uses reflection to provide a
|
||||
convenient and succinct way of specifying command line options.
|
||||
|
||||
WWW: http://godoc.org/github.com/jessevdk/go-flags
|
@ -1,46 +0,0 @@
|
||||
%%GO_LIBDIR%%/github.com/jessevdk/go-flags.a
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/LICENSE
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/README.md
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/arg.go
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/arg_test.go
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/assert_test.go
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/check_crosscompile.sh
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/closest.go
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/command.go
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/command_test.go
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/completion.go
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/completion_test.go
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/convert.go
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/convert_test.go
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/error.go
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/example_test.go
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/examples/add.go
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/examples/bash-completion
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/examples/main.go
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/examples/rm.go
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/flags.go
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/group.go
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/group_test.go
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/help.go
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/help_test.go
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ini.go
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ini_test.go
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/long_test.go
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/man.go
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/marshal_test.go
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/multitag.go
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/option.go
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/options_test.go
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/optstyle_other.go
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/optstyle_windows.go
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/parser.go
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/parser_test.go
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/pointer_test.go
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/short_test.go
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/tag_test.go
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/termsize.go
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/termsize_linux.go
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/termsize_nosysioctl.go
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/termsize_other.go
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/termsize_unix.go
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/unknown_test.go
|
@ -1,20 +0,0 @@
|
||||
# Created by: Akinori MUSHA aka knu <knu@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= go-runewidth
|
||||
PORTVERSION= 0.0.1
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= knu@FreeBSD.org
|
||||
COMMENT= Go library to get the fixed width of a character or string
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
USES= go
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= mattn
|
||||
GH_TAGNAME= d6bea18f
|
||||
|
||||
GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (mattn-go-runewidth-0.0.1-d6bea18f_GH0.tar.gz) = 7ad847cd4cba8007609f8e0d42f90ff6220ae63c85a0e441eb10558859226fef
|
||||
SIZE (mattn-go-runewidth-0.0.1-d6bea18f_GH0.tar.gz) = 5877
|
@ -1,4 +0,0 @@
|
||||
Go-runewidth provides functions to get the fixed width of a character
|
||||
or string.
|
||||
|
||||
WWW: https://github.com/mattn/go-runewidth
|
@ -1,6 +0,0 @@
|
||||
%%GO_LIBDIR%%/github.com/mattn/go-runewidth.a
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/README.mkd
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/runewidth.go
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/runewidth_posix.go
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/runewidth_test.go
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/runewidth_windows.go
|
@ -1,24 +0,0 @@
|
||||
# Created by: Akinori MUSHA aka knu <knu@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= termbox
|
||||
PORTVERSION= 0.0.0.20160123
|
||||
CATEGORIES= devel
|
||||
PKGNAMEPREFIX= go-
|
||||
|
||||
MAINTAINER= knu@FreeBSD.org
|
||||
COMMENT= Pure Go termbox implementation
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/${GO_LIBDIR}/github.com/mattn/go-runewidth.a:devel/go-runewidth
|
||||
|
||||
USES= go
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= nsf
|
||||
GH_PROJECT= ${PORTNAME}-go
|
||||
GH_TAGNAME= 362329b
|
||||
|
||||
GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT}
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (nsf-termbox-go-0.0.0.20160123-362329b_GH0.tar.gz) = 813f48a7ed87e5e22c3a0e49392931ea09947f36b966fdbf7d5d995e56b982c6
|
||||
SIZE (nsf-termbox-go-0.0.0.20160123-362329b_GH0.tar.gz) = 30061
|
@ -1,11 +0,0 @@
|
||||
Termbox is a library that provides a minimalistic API which allows the
|
||||
programmer to write text-based user interfaces. The library is
|
||||
crossplatform and has both terminal-based implementations on *nix
|
||||
operating systems and a winapi console based implementation for
|
||||
Windows operating systems. The basic idea is an abstraction of the
|
||||
greatest common subset of features available on all major terminals
|
||||
and other terminal-like APIs in a minimalistic fashion. Small API
|
||||
means it is easy to implement, test, maintain and learn it, that's
|
||||
what makes the termbox a distinct library in its area.
|
||||
|
||||
WWW: https://code.google.com/p/termbox/
|
@ -1,28 +0,0 @@
|
||||
%%GO_LIBDIR%%/github.com/nsf/termbox-go.a
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/AUTHORS
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/LICENSE
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/README.md
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/_demos/editbox.go
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/_demos/interrupt.go
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/_demos/keyboard.go
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/_demos/output.go
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/_demos/paint.go
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/_demos/random_output.go
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/_demos/raw_input.go
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/api.go
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/api_common.go
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/api_windows.go
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/collect_terminfo.py
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/syscalls.go
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/syscalls_darwin.go
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/syscalls_darwin_amd64.go
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/syscalls_freebsd.go
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/syscalls_linux.go
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/syscalls_netbsd.go
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/syscalls_openbsd.go
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/syscalls_windows.go
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/termbox.go
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/termbox_common.go
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/termbox_windows.go
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/terminfo.go
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/terminfo_builtin.go
|
Loading…
x
Reference in New Issue
Block a user