Commit graph

3309 commits

Author SHA1 Message Date
maya
a72b8a8909 Add nancy version 1.0.5
nancy is a tool to check for vulnerabilities in your Golang
dependencies, powered by Sonatype OSS Index, and as well, works
with Nexus IQ Server, allowing you a smooth experience as a Golang
developer, using the best tools in the market!

(No go prefix as I don't think it matters which Go version nancy was
built with. it parses the output from Go itself.)
2021-01-08 17:13:18 +00:00
wiz
5bc01185e9 devel/Makefile: + R-testit 2021-01-07 07:05:10 +00:00
mef
6170d212d5 Added devel/R-filelock version 1.0.2 2021-01-02 11:26:32 +00:00
jperkin
c351a7fd77 devel: Fix typo breaking bulk builds. 2021-01-02 07:51:25 +00:00
pin
2e17ce3e16 Add tokei 2021-01-01 14:45:28 +00:00
mef
f0b29a3ca6 Added devel/R-pak version 0.1.2.1 2021-01-01 11:46:39 +00:00
mef
aa3b1b7555 Added devel/R-lpSolve version 5.6.15 2021-01-01 10:33:51 +00:00
mef
27186643ed Added devel/R-pkgcache version 1.1.1 2021-01-01 10:20:09 +00:00
mef
719822380e Added devel/R-rappdirs version 0.3.1 2021-01-01 07:01:04 +00:00
mef
760521c440 Updated devel/R-pkgbuild to 1.2.0. Added devel/R-gert version 1.0.2
Updated devel/R-pkgbuild to 1.2.0
Added devel/R-gert version 1.0.2
2021-01-01 06:25:43 +00:00
mef
2ce674f8ee devel(1) math(10), New packages Added:
Added math/py-asdf version 2.7.1
Added devel/py-extension-helpers version 0.1
Added math/py-astropy version 4.2
Added math/py-jplephem version 2.15
Added math/py-pyerfa version 1.7.1.1
Added math/py-pyvo version 1.1
Added math/py-astroquery version 0.3.9
Added math/py-astroML version 1.0
Added math/py-gwcs version 0.15.0
Added math/py-photutils version 1.0.1
Added math/py-astroplan version 0.7
2020-12-19 15:18:50 +00:00
tnn
12d7366c4c doc: add devel/cpu_features 2020-12-14 15:17:11 +00:00
mef
f5deed2963 Updated devel/R-rprojroot to 2.0.2
Added devel/R-waldo version 0.2.3
Added devel/R-diffobj version 0.3.2
Added devel/R-brio version 1.1.0
Added www/R-diffviewer version 0.1.0
Updated sysutils/R-ps to 1.5.0
2020-12-14 03:35:23 +00:00
bsiegert
a4142805d6 New package, golangci-lint.
golangci-lint is a fast runner for Go linters. It runs linters in parallel,
uses caching, supports yaml config, has integrations with all major IDE and has
dozens of linters included.
2020-12-13 16:22:32 +00:00
nia
fe7cb5389a Add devel/py-kitchen
Kitchen contains a cornucopia of useful code
2020-12-11 14:42:01 +00:00
kardel
4a6668ddf3 devel/libyang: add Makefile and license entry 2020-12-10 16:34:53 +00:00
ryoon
66916ef23c devel: Sort by name 2020-12-10 12:16:48 +00:00
ryoon
4dc98258b0 devel: Enable py-jupyter-console 2020-12-10 12:15:48 +00:00
jnemeth
3e2e9cb7a6 add and enable p5-Tie-CPHash 2020-12-10 03:03:21 +00:00
cheusov
28c2265b68 Import libbsd-0.10.0 from wip/ 2020-12-09 11:21:46 +00:00
jaapb
ca62fc5485 Added ocaml-csexp to Makefile SUBDIRs 2020-12-09 11:11:26 +00:00
jaapb
0ff9231e14 Updated ocaml-dune-configurator to Makefile SUBDIRs 2020-12-09 10:53:30 +00:00
bsiegert
cd2cc3c691 New package, reftools.
reftools is a collection of refactoring tools for Go.

fixplurals: remove redundant parameter and result types from function signatures
fillstruct: fills a struct literal with default values
fillswitch: fills a (type) switch statement with case statements
2020-12-06 19:50:14 +00:00
bsiegert
db8aa7f77b New package, errcheck-1.4.0.
errcheck is a program for checking for unchecked errors in go programs.
2020-12-06 16:46:07 +00:00
bsiegert
9b8fc6da61 New package, asmfmt-1.2.1.
asmfmt will format your assembler code in a similar way that gofmt formats your
Go code. The main goals where:

-   It should provide predictable formatting.
-   Be as un-intrusive as possible.
-   Tab setting should not affect alignment.
2020-12-06 16:14:07 +00:00
riastradh
e82307d022 Revert addition of devel/py-responses.
Turns out we already had net/py-responses, and somehow I missed it.
2020-12-05 03:22:34 +00:00
riastradh
5bcd3f0804 devel/py-intelhex: Import py-intelhex 2.3.0
Python library for Intel HEX files manipulations

The Intel HEX file format is widely used in microprocessors and
microcontrollers area (embedded systems etc) as the de facto standard
for representation of code to be programmed into microelectronic
devices.

This work implements an intelhex Python library to read, write, create
from scratch and manipulate data from Intel HEX file format.

The distribution package also includes several convenience Python
scripts, including "classic" hex2bin and bin2hex converters and more,
those based on the library itself. Check the docs to know more.
2020-12-04 23:30:29 +00:00
riastradh
a6deb0c367 devel/py-flit: Import py-flit 3.0.0
Python and PyPI packaging tool.  Core library and bootstrapping goo
imported as devel/py-flit_core at the same time.  From the README:

   Flit is a simple way to put Python packages and modules on PyPI.

   It tries to require less thought about packaging and help you avoid
   common mistakes.
2020-12-04 23:29:32 +00:00
riastradh
cd97027937 devel/py-responses: Import py-responses 0.12.1
A utility library for mocking out the requests Python library.
2020-12-04 23:24:56 +00:00
bsiegert
75dcc7bc76 New package, go-mod-0.4.0.
Ironically, this is not packaged as a Go module, because it is a dependency
of go-tools.

This repository holds packages for writing tools
that work directly with Go module mechanics.
That is, it is for direct manipulation of Go modules themselves.

It is NOT about supporting general development tools that
need to do things like load packages in module mode.
That use case, where modules are incidental rather than the focus,
should remain in x/tools, specifically x/tools/go/packages.

The specific case of loading packages should still be done by
invoking the go command, which remains the single point of
truth for package loading algorithms.
2020-12-04 09:25:33 +00:00
wiz
c9fb9e73a6 devel/Makefile: + libatomic-links. 2020-12-03 07:51:24 +00:00
otis
c8e565adb2 php-psr: Add php-psr 1.0.1
This extension provides the accepted PSR interfaces, so they can be used in an
extension.

See http://www.php-fig.org/psr/
2020-11-21 13:49:50 +00:00
nia
c005ef901e Reimport libhandy1 at the correct location.
This is a new version of devel/libhandy that is incompatible with
the previous version. It belongs at devel/libhandy1.
2020-11-10 17:45:05 +00:00
wiz
1e6bfa780f py-hglist: remove
Does not work with current mercurial versions, last release from 2012.
2020-11-08 21:57:43 +00:00
wiz
5c2616404b py-hgnested: remove
This uses wireproto from mercurial, which is not provided by mercurial
any longer. Upstream has not updated since 2016 and the main homepage
is gone.
2020-11-07 15:46:13 +00:00
nia
c0e0633eb0 devel: add libantlr3c
ANTLR, ANother Tool for Language Recognition, is a language tool that provides
a framework for constructing recognizers, interpreters, compilers, and
translators from grammatical descriptions containing actions in a variety
of target languages.

This package provides the ANTLR v3 C runtime library.
2020-11-02 12:25:56 +00:00
tnn
00844b2243 add devel/git-filter-repo 2020-10-25 19:34:04 +00:00
kamil
18ce5f5cf9 - libpthread_dbg 2020-10-24 16:05:36 +00:00
maya
0bdc8124e7 Add go-walker version 0.1.1
walker is a faster, parallel version, of filepath.Walk.
2020-10-13 02:33:10 +00:00
khorben
2431f31aaf py-bumpversion: remove and replace by a py-bump2version
This package is no longer actively maintained upstream, and it has been
effectively forked as py-bump2version, which I just imported.

As suggested by adam@.
2020-10-08 21:56:10 +00:00
khorben
11d21d6ec2 Add py-bump2version 2020-10-08 18:32:16 +00:00
schmonz
bacd8b8061 Add and enable py-cachecontrol. 2020-10-07 19:45:40 +00:00
wiz
9036d120d1 devel/Makefile: add py-hypothesis4
and one other missing entry
2020-10-06 10:51:04 +00:00
khorben
23b7295220 Add py-deepstate 2020-09-29 03:13:35 +00:00
khorben
8b124925cc Add deepstate-honggfuzz 2020-09-29 03:06:54 +00:00
khorben
407d02d1d6 Add deepstate-libfuzzer 2020-09-29 03:04:29 +00:00
khorben
77335f8474 Add deepstate-afl 2020-09-29 02:56:45 +00:00
khorben
8e31dfe977 Add deepstate 2020-09-29 02:51:42 +00:00
khorben
2bc25d7ed9 Add py-cooldict 2020-09-29 02:32:58 +00:00
khorben
1635a060bb Add py-plumbum 2020-09-29 02:28:09 +00:00