Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HardenedBSD
hardenedbsd-ports
Commits
13696a33
Commit
13696a33
authored
Jun 22, 2019
by
yuri
Browse files
New port: devel/bazel-buildtools: Bazel BUILD file formatter and editor
parent
40a4111f
Changes
4
Hide whitespace changes
Inline
Side-by-side
devel/Makefile
View file @
13696a33
...
...
@@ -202,6 +202,7 @@
SUBDIR
+=
bashdb
SUBDIR
+=
bats-core
SUBDIR
+=
bazel
SUBDIR
+=
bazel-buildtools
SUBDIR
+=
bbfreeze
SUBDIR
+=
bbfreeze-loader
SUBDIR
+=
bcc
...
...
devel/bazel-buildtools/Makefile
0 → 100644
View file @
13696a33
# $FreeBSD$
PORTNAME
=
bazel-buildtools
DISTVERSION
=
0.26.0
CATEGORIES
=
devel
MAINTAINER
=
yuri@FreeBSD.org
COMMENT
=
Bazel BUILD file formatter and editor
LICENSE
=
APACHE20
USES
=
go
USE_GITHUB
=
yes
GH_ACCOUNT
=
bazelbuild
GH_PROJECT
=
buildtools
GH_TUPLE
=
\
golang:protobuf:v1.3.1:protobuf/vendor/github.com/golang/protobuf
\
google:skylark:a5f7082:skylark/vendor/github.com/google/skylark
GO_PKGNAME
=
github.com/
${GH_ACCOUNT}
/
${GH_PROJECT}
GO_TARGET
=
${
EXES
:S/^/
${GO_PKGNAME}
\//
}
PLIST_FILES
=
${
EXES
:S/^/bin
\//
}
EXES
=
buildifier buildifier2 buildozer unused_deps
.
include
<bsd.port.mk>
devel/bazel-buildtools/distinfo
0 → 100644
View file @
13696a33
TIMESTAMP = 1561243668
SHA256 (bazelbuild-buildtools-0.26.0_GH0.tar.gz) = 86592d703ecbe0c5cbb5139333a63268cf58d7efd2c459c8be8e69e77d135e29
SIZE (bazelbuild-buildtools-0.26.0_GH0.tar.gz) = 214048
SHA256 (golang-protobuf-v1.3.1_GH0.tar.gz) = 3f3a6123054a9847093c119895f1660612f301fe95358f3a6a1a33fd0933e6cf
SIZE (golang-protobuf-v1.3.1_GH0.tar.gz) = 310884
SHA256 (google-skylark-a5f7082_GH0.tar.gz) = afa870e3b20d398c2e377d4dfaf4d43ad198451da047f93c9367c34a6b5cb975
SIZE (google-skylark-a5f7082_GH0.tar.gz) = 187610
devel/bazel-buildtools/pkg-descr
0 → 100644
View file @
13696a33
This project provides developer tools for working with Google's bazel buildtool:
* buildifier For formatting BUILD, BUILD.bazel and BUCK files in a standard way
* buildozer For doing command-line operations on these files.
* unused_deps For finding unneeded dependencies in java_library rules.
WWW: https://github.com/bazelbuild/buildtools
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment