Commit graph

3499 commits

Author SHA1 Message Date
pho
6001a25d85 devel/pointfree: Import pointfree-1.1.1.7
This is a command-line tool for converting Haskell expressions to point-free form.
2021-03-14 09:15:43 +00:00
tpaul
7370a332e0 php-msgpack: Import php-msgpack-2.1.2 as devel/php-msgpack
This extension provide API for communicating with MessagePack serialization.
MessagePack is a binary-based efficient object serialization library.
It enables to exchange structured objects between many languages like JSON.
But unlike JSON, it is very fast and small.
2021-03-12 15:02:38 +00:00
tpaul
88024e18ef Add php-base58 2021-03-11 13:19:23 +00:00
taca
8ed6ff7ff1 devel/Makefile: add and enable php-ffi 2021-03-08 00:07:55 +00:00
taca
4c57f7651d devel/Makefile: add and enable php-memcache2 and php-memcache4 2021-03-07 15:39:16 +00:00
taca
6c8375e698 devel/Makefile: add and enable ruby-redmine41 2021-02-28 16:50:46 +00:00
khorben
a3265f6b09 Add py-sentry-sdk 2021-02-25 15:35:13 +00:00
khorben
038ac0cea0 Add py-sarge 2021-02-25 15:23:45 +00:00
khorben
36f6eee081 Add py-pylru 2021-02-25 15:10:45 +00:00
khorben
b1ee201cbb Add py-cachelib 2021-02-25 14:59:40 +00:00
ryoon
8825bf6ae2 devel: Enable capnproto 2021-02-20 22:25:50 +00:00
fcambus
5c67568eb8 Add binaryen. 2021-02-17 14:16:57 +00:00
fcambus
2a424aa78a Add wabt. 2021-02-16 16:56:37 +00:00
taca
544f10dbf1 devel/Makefile: add and enable ruby-activestorage61, ruby-railties61 2021-02-14 14:07:53 +00:00
taca
53c571ee7f devel/Makefile: add ruby-activejob61, ruby-activemodel61, ruby-activesupport61 2021-02-14 13:56:31 +00:00
otis
c7b13ff03c devel: Add libunit 2021-02-14 12:05:02 +00:00
markd
514d7c3216 devel: +kio-extras 2021-02-11 20:35:57 +00:00
adam
0fdba8ce52 py-hexbytes: added version 0.2.1
Python bytes subclass that decodes hex, with a readable console output.
2021-02-08 08:26:33 +00:00
adam
5c51de6145 py-bitarray: added version 1.6.3
This module provides an object type which efficiently represents an array of
booleans. Bitarrays are sequence types and behave very much like usual lists.
Eight bits are represented by one byte in a contiguous block of memory. The
user can select between two representations: little-endian and big-endian. All
of the functionality is implemented in C. Methods for accessing the machine
representation are provided. This can be useful when bit level access to binary
files is required, such as portable bitmap image files (.pbm). Also, when
dealing with compressed data which uses variable bit length encoding, you may
find this module useful.
2021-02-08 06:57:04 +00:00
jnemeth
0bbfecd08f sort 2021-02-04 07:12:58 +00:00
taca
468d2119ed devel/Makefile: add and enable ruby-red-colors 2021-02-03 14:14:17 +00:00
ryoon
c9241491bd devel: Enable got 2021-01-29 20:37:02 +00:00
maya
f96ce61f6c Add py-buildbot-badges 2.6.0
The BuildBot is a system to automate the compile/test cycle required by
most software projects to validate code changes. By automatically
rebuilding and testing the tree each time something has changed, build
problems are pinpointed quickly, before other developers are
inconvenienced by the failure. The guilty developer can be identified
and harassed without human intervention. By running the builds on a
variety of platforms, developers who do not have the facilities to test
their changes everywhere before checkin will at least know shortly
afterwards whether they have broken the build or not. Warning counts,
lint checks, image size, compile time, and other build parameters can
be tracked over time, are more visible, and are therefore easier to
improve.

This package contains the Badges Plugin.
2021-01-28 21:23:30 +00:00
maya
db11dbe56e Add py-tubes version 0.2.0
Data-processing and flow-control engine for event-driven programs.
2021-01-28 21:17:37 +00:00
jperkin
26f0a12162 devel: Add rebar21. 2021-01-27 16:17:20 +00:00
nia
986a11277d add devel/lua-safer
Safer - Paranoid Lua programming

Taking defensive programming to the next level. Use this module to avoid
unexpected globals creeping up in your code, and stopping sub-modules from
fiddling with fields of tables as you pass them around.
2021-01-27 11:52:21 +00:00
jperkin
f8d7933615 devel: Add libnet. 2021-01-26 11:20:42 +00:00
maya
f8659bd90f Add libstubborn version 0.1
header-only library to provide generic and some application-specific
stub functions
2021-01-24 19:09:21 +00:00
wiz
b200cf7790 p5-VCP: remove
Alpha release since 2005, no homepage, no upstream
2021-01-23 23:49:36 +00:00
wiz
fa011c3027 p5-VCP-Dest-svk: remove, depends on removed svk 2021-01-23 23:46:45 +00:00
wiz
db04eb4235 svk: remove
Based on svn, but does not work against current perl svn bindings.
Not really surprising, since its last release was in 2010.
2021-01-23 09:45:26 +00:00
nia
caf6a60e8b add devel/libdivsufsort
libdivsufsort is a software library that implements a lightweight suffix array
construction algorithm.

This library provides a simple and an efficient C API to construct a suffix
array and a Burrows-Wheeler transformed string from a given string over a
constant-size alphabet. The algorithm runs in O(n log n) worst-case time using
only 5n+O(1) bytes of memory space, where n is the length of the string.
2021-01-20 11:37:22 +00:00
nia
02024f47e1 add devel/robin-map
The robin-map library is a C++ implementation of a fast hash map and hash
set using open-addressing and linear robin hood hashing with backward shift
deletion to resolve collisions.
2021-01-18 12:01:10 +00:00
riastradh
a414d2d68e devel/py-dict2xml: Import dict2xml-1.7.0 2021-01-16 19:11:04 +00:00
riastradh
cfd69010c9 devel/py-google-i18-address: Import google-i18-address-2.4.0 2021-01-16 19:10:29 +00:00
triaxx
ba5bddf251 erlang-mqtree: Add erlang-mqtree version 1.0.11 2021-01-16 16:01:16 +00:00
taca
b21922e494 devel/Makefile: add and enable ruby-tty-table 2021-01-11 13:31:21 +00:00
taca
430afa85b8 devel/Makefile: add and enable ruby-semverse 2021-01-10 16:10:47 +00:00
taca
5403867152 devel/Makefile: add and enable ruby-scanf 2021-01-10 16:07:40 +00:00
taca
e7d2e9ecf0 devel/Makefile: add and enable ruby-generator 2021-01-10 15:01:20 +00:00
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
khorben
77ca249c4c Add py-bintrees 2020-09-29 02:19:43 +00:00
khorben
b8d5e52a9a Add py-wasm 2020-09-29 01:36:54 +00:00
khorben
a5af888da3 Add py-rlp 2020-09-29 00:19:45 +00:00
khorben
155ca76b2b Add py-cytoolz 2020-09-29 00:03:25 +00:00
khorben
74369ad3b9 Add py-bumpversion 2020-09-28 23:16:15 +00:00
mrg
8a4d13f802 add two packages from cpan:
- devel/p5-File-Valet 1.0.7
- misc/p5-Weather-PurpleAir-API 0.04

File::Valet has utilities for file slurping, locking, and finding.
Weather::PurpleAir::API provides access to the PurpleAir API
interfaces, and a small program to inspect particular sensors.
2020-09-22 01:50:23 +00:00
ryoon
3df3317f36 devel: Enable ruby-iruby 2020-09-20 08:58:52 +00:00
ryoon
d55da7e15d devel: Enable ruby-pycall 2020-09-20 08:36:02 +00:00
wiz
5203d0ba06 p5-LDAP: remove
No upstream, last release from 2000, no users in pkgsrc.
2020-09-20 08:02:45 +00:00
ryoon
5250ded1c9 devel: Enable ruby-bond 2020-09-20 05:42:39 +00:00
mef
93028f4595 Added devel/R-rematch2 version 2.1.2 2020-09-19 23:17:53 +00:00
mef
62d7611ccb (devel/Makefile) correction the order (sort) 2020-09-19 21:42:58 +00:00
mef
910c551d14 Added devel/R-pkgKitten version 0.1.5 2020-09-19 21:12:52 +00:00
schmonz
d11cd5b153 Add and enable mob. 2020-09-18 09:28:32 +00:00
taca
39c0e79f59 devel/Makefile: remove ruby-google-protobuf 2020-09-13 15:43:18 +00:00
taca
1c856cc70c devel/Makefile: remove ruby-activesupport51 2020-09-10 16:50:13 +00:00
taca
ecfab0df18 devel/Makefile: remove ruby-activemodel51 2020-09-10 16:47:34 +00:00
taca
dc09e9bbc2 devel/Makefile: remove ruby-activejob51 2020-09-10 16:45:44 +00:00
taca
227199b906 devel/Makefile: remove ruby-railties51 2020-09-10 16:32:38 +00:00
taca
b9d96de760 devel/Makefile: add and enable py-gitpython 2020-09-10 15:06:33 +00:00
taca
cd6d71db7f devel/Makefile: add and enable py-gitdb 2020-09-10 15:03:17 +00:00
taca
eba442f2e8 devel/Makefile: add and enable py-smmap 2020-09-10 14:59:59 +00:00
wiz
3b03d2ec87 p5-ExtUtils-Makemaker-Coverage: remove
Removed from CPAN, not used in pkgsrc.
2020-09-08 12:43:02 +00:00
wiz
a4b96d93a3 p5-Devel-BeginLift: remove BROKEN package
Marked broken in 2017 since there is no support for (then-)current perl
versions.
2020-09-08 11:41:04 +00:00
wiz
dfe7b81c7f devel/Makefile: + p5-Mock-Quick 2020-09-07 20:19:07 +00:00
wiz
ff0cb3cc93 devel/Makefile: + p5-Exporter-Declare 2020-09-07 20:16:04 +00:00
wiz
becfe87423 devel/Makefile: + p5-Meta-Builder 2020-09-07 20:13:26 +00:00
wiz
ff31fec5aa devel/Makefile: + p5-Fennec-Lite 2020-09-07 20:01:44 +00:00
otis
e07f39b40a devel/p5-PkgConfig: Pure-Perl Core-Only replacement for pkg-config
Add version 0.24026

PkgConfig provides a pure-perl, core-only replacement for the pkg-config
utility.

This is not a description of the uses of pkg-config but rather a description of
the differences between the C version and the Perl one.

While pkg-config is a compiled binary linked with glib, the pure-perl version
has no such requirement, and will run wherever Perl ( >= 5.6 ) does.

The main supported options are the common --libs, --cflags, --static, --exists
and --modversion.
2020-09-07 19:55:51 +00:00
wiz
9d87b1c854 devel/Makefile: + rlib 2020-09-07 11:19:45 +00:00
wiz
6961f5667c devel/Makefile: + p5-Test-Metrics-Any 2020-09-06 23:18:45 +00:00
wiz
91c4f2a5fc devel/Makefile: + p5-Metrics-Any. 2020-09-06 23:17:22 +00:00
wiz
842ca6ab89 devel/Makefile: + p5-Term-ReadLine-Gnu 2020-09-06 11:54:55 +00:00
gutteridge
060a287e9f devel/Makefile: sort entries 2020-09-04 23:35:41 +00:00
wiz
0b9a40a47a p5-Module-Metadata: remove, part of perl since 2011 2020-09-04 14:29:40 +00:00
wiz
d21b96c18b p5-version: remove, part of perl since 2008 2020-09-04 14:23:38 +00:00
wiz
2519622d5a p5-parent: remove, part of perl since 2009 2020-09-04 14:21:08 +00:00
wiz
4422f6f4b6 p5-experimental: remove, part of perl since 2014 2020-09-04 14:18:49 +00:00
wiz
92667db4e1 p5-autodie: remove, part of perl since 2009 2020-09-04 14:14:46 +00:00
wiz
93b9a43d5b p5-XSLoader: remove, part of perl since 2000 2020-09-04 14:12:52 +00:00
wiz
46a30beb58 p5-Tie-RefHash: remove, part of perl since 1998 2020-09-04 13:51:32 +00:00
wiz
34ce7eac27 p5-Test-Simple: remove, part of perl since 2003 2020-09-04 13:46:15 +00:00
wiz
44e643dbc6 p5-Test-Harness: remove, part of perl since forever 2020-09-04 13:38:32 +00:00
wiz
47c3504873 p5-Term-ReadLine: remove, part of perl since 1998 2020-09-04 13:36:47 +00:00
wiz
e4ce095b9c p5-Term-Cap: remove, part of perl since forever 2020-09-04 13:32:40 +00:00
wiz
d2428e455c p5-Term-ANSIColor: remove, part of perl since 2000 2020-09-04 13:30:51 +00:00
wiz
00775727bb p5-Pod-Usage: remove, part of perl since 2000 2020-09-04 13:18:18 +00:00
wiz
51236c42c0 p5-Parse-CPAN-Meta: remove, part of perl since 2009 2020-09-04 12:25:04 +00:00
wiz
37c646c78d p5-NEXT: remove, part of perl since 2003 2020-09-04 12:19:47 +00:00
wiz
e7feb94f14 p5-Module-Load: remove, part of perl since 2008 2020-09-04 12:17:29 +00:00
wiz
ee934271e5 p5-Module-CoreList: remove, part of perl since 2008 2020-09-04 12:15:22 +00:00
wiz
9f4dbd7ac2 p5-Memoize: remove, part of perl since 2003 2020-09-04 12:09:45 +00:00
wiz
ac98f1e65e p5-IPC-SysV: remove, part of perl since 2000 2020-09-04 11:49:26 +00:00
wiz
9f20a5cfb9 p5-IPC-Cmd: remove, part of perl since 2008 2020-09-04 11:47:31 +00:00
wiz
6c0b1d155d p5-IO-Zlib: remove, part of perl since 2008 2020-09-04 11:44:16 +00:00
wiz
3c39f4b856 p5-Getopt-Long: remove, part of perl since forever 2020-09-04 11:37:33 +00:00
wiz
aaadd6df21 p5-File-Temp: remove, part of perl since 2001 2020-09-04 11:33:17 +00:00
wiz
abdb85d7ad p5-File-Path: remove, part of perl since 1997 2020-09-04 11:29:52 +00:00
wiz
67fe6d0ec5 p5-ExtUtils-ParseXS: remove, part of perl since 2008 2020-09-04 11:25:44 +00:00
wiz
2e8863cd51 p5-ExtUtils-Manifest: remove, part of perl since 1997 2020-09-04 11:23:41 +00:00
wiz
b0354f65ed p5-ExtUtils-MakeMaker: remove, part of perl since forever 2020-09-04 11:20:39 +00:00
wiz
b2776afd40 p5-ExtUtils-Command: remove, part of perl since 1998 2020-09-04 11:14:06 +00:00
wiz
e82b1b717c p5-ExtUtils-CBuilder: remove, part of perl since 2008 2020-09-04 11:12:04 +00:00
wiz
2025042a73 p5-Devel-PPPort: remove, part of perl since 2004 2020-09-04 11:03:15 +00:00
wiz
9773883014 p5-Compress-Raw-*: remove, part of perl since 2009 2020-09-04 11:01:01 +00:00
wiz
b4769304e4 p5-IO-Compress: remove, part of perl since 2008 2020-09-04 10:55:08 +00:00
wiz
4f40293639 p5-CPAN-Meta-YAML: remove, part of perl since 2011 2020-09-04 10:46:23 +00:00
wiz
e36f2387ec p5-CPAN-Meta-Requirements: remove, part of perl since 2012 2020-09-04 10:42:39 +00:00
wiz
055d329ca1 p5-CPAN-Meta: remove, part of perl since 2011 2020-09-04 10:40:11 +00:00
wiz
35753f7051 p5-CPAN: remove, part of perl since 1998 2020-09-04 10:22:46 +00:00
wiz
0645b42baf p5-AutoLoader: remove, part of perl since perl's first release 2020-09-04 10:19:22 +00:00
wiz
444d4beff1 p5-Storable: remove
Part of perl since 2004 or so.
2020-09-04 09:48:32 +00:00
mef
d791409dba Added devel/p5-Test-Alien-CPP version 1.02 2020-09-02 23:44:50 +00:00
wiz
dfb33fee66 devel/Makefile: + py-setuptools44 2020-08-31 23:04:30 +00:00
riastradh
d354fc8d3d devel/Makefile: Fix typo and oversight in previous additions. 2020-08-19 12:41:43 +00:00
riastradh
0a6cf04f6d Add new packages to devel/Makefile, math/Makefile.
Forgot to do this on the initial import, oops!
2020-08-18 23:38:47 +00:00
riastradh
63623c699e Import pyscard-1.9.9 as devel/py-scard
Python library for smartcard I/O.
2020-08-17 07:00:58 +00:00
brook
199e800e77 devel/R-caTools: import R-caTools-1.18.0
Contains several basic utility functions including: moving (rolling,
running) window statistic functions, read/write for GIF and ENVI
binary files, fast calculation of AUC, LogitBoost classifier, base64
encoder/decoder, round-off-error-free sum and cumsum, etc.
2020-08-07 00:14:22 +00:00
joerg
a442e471d2 + lua-vstruct 2020-08-06 23:18:14 +00:00
joerg
6c3ddb76cb + lua-repl 2020-08-06 23:08:56 +00:00
joerg
a96f279ddb + lua-epnf 2020-08-06 22:57:21 +00:00
joerg
2df73b9a62 + lua-linenoise 2020-08-06 22:47:32 +00:00
adam
d72eb5e460 py-iniconfig: added version 1.0.1
iniconfig is a small and simple INI-file parser module having a unique set of
features:
* tested against Python2.4 across to Python3.2, Jython, PyPy
* maintains order of sections and entries
* supports multi-line values with or without line-continuations
* supports "#" comments everywhere
* raises errors with proper line-numbers
* no bells and whistles like automatic substitutions
* iniconfig raises an Error if two sections have the same name.
2020-08-05 13:54:15 +00:00
mef
5ce30f762c (devel/R-tinytest) Add new package: R-tinytest-1.2.2 2020-08-01 21:51:17 +00:00
brook
4652b1ac79 R-lifecycle: Add new package for version 0.2.0.
Manage the life cycle of your exported functions with shared
conventions, documentation badges, and non-invasive deprecation
warnings. The 'lifecycle' package defines four development stages
(experimental, maturing, stable, and questioning) and three
deprecation stages (soft-deprecated, deprecated, and defunct). It
makes it easy to insert badges corresponding to these stages in your
documentation. Usage of deprecated functions are signalled with
increasing levels of non-invasive verbosity.
2020-07-31 20:11:23 +00:00
scole
7a5269df9e Zeal supports the docset format used by Dash. You can download
official Dash docsets within Zeal.

This version uses QtWebkit to render HTML pages.

Created from post from mikeandmore@gmail.com on teck-pkg
http://mail-index.netbsd.org/tech-pkg/2020/07/22/msg023585.html
with a few changes to appease pkglint.
2020-07-26 00:51:00 +00:00
nia
cf244c948c devel: Add lua-bit32, this replaces lua-bitlib with a newer version
lua-bitlib has a confusing name that doesn't match the name of the actual
Lua module, to the extent that I packaged this without realizing it had
already been packaged. :(

bit32 is the native Lua 5.2+ bit manipulation library.

This package contains bit32 distributed as a module for use by all
Lua versions.
2020-07-11 13:58:10 +00:00
nia
32501ac9e2 devel: Add lua-fun
Lua Fun is a high-performance functional programming library for Lua
designed with LuaJIT's trace compiler in mind.

Lua Fun provides a set of more than 50 programming primitives typically
found in languages like Standard ML, Haskell, Erlang, JavaScript, Python and
even Lisp. High-order functions such as map, filter, reduce, zip, etc.,
make it easy to write simple and efficient functional code.
2020-07-11 12:56:17 +00:00
nia
15d0b774f5 devel: Add lua-event
This is a binding of libevent to Lua. It includes a higher level wrapper
mimicking copas, and an interface to core libevent functions.
2020-07-11 12:37:25 +00:00
nia
89b60e5fef devel: Add lua-rings
Rings is a library which provides a way to create new Lua states from within
Lua. It also offers a simple way to communicate between the creator and the
created states.
2020-07-10 11:18:01 +00:00
nia
2f16e9db2a devel: Add lua-cov
LuaCov is a simple coverage analyzer for Lua scripts. When a Lua script is
run with the luacov module loaded, it generates a stats file with the number
of executions of each line of the script and its loaded modules. The luacov
command-line script then processes this file generating a report file which
allows one to visualize which code paths were not traversed, which is useful
for verifying the effectiveness of a test suite.
2020-07-10 10:26:59 +00:00
nia
7df5d2faa9 devel: add lua-loadkit
Loadkit allows you to load arbitrary files within the Lua package path.

A project like MoonScript uses a technique like this to let you load compiled
MoonScript as you would load Lua making the integration seamless.
2020-07-09 13:34:02 +00:00
nia
309eec59e5 deveL: Add lua-mimetypes
This is a simple library for guessing a file's MIME type. It includes
a (hopefully) comprehensive database of MIME types, but it allows
you to create your own should you have specific requirements. It
can guess types both by extension and by the complete filename.
2020-07-09 13:15:45 +00:00
nia
149f18d647 devel: Add lua-sdl2
Lua-SDL2 is a portable binding of SDL2, written in pure C for efficiency.
It tries to stay as close to SDL as possible, acting as a simple binding
rather than attempting to re-design the interaction between the programmer
and SDL.

Lua-SDL2 takes full advantage of Lua's object-oriented capabilities wherever
possible, allowing the programmer to fully leverage SDL's inherent
object-oriented design.
2020-07-09 10:04:25 +00:00
nia
2eac0693b6 devel: Add lua-busted, based on work by Jonathan Buschmann in wip
busted is a Lua unit testing framework with a focus on being easy to use.

Ships with a large amount of useful asserts, plus the ability to write your
own. Output in pretty or plain terminal format, JSON, or TAP for CI integration.
2020-07-08 16:23:23 +00:00
nia
e7f1c90db3 devel: Add lua-say, based on work by Jonathan Buschmann in wip
say is a simple string key/value store for internationalization or any other
case where you want namespaced strings.
2020-07-08 15:46:36 +00:00
nia
77147953d1 devel: Add lua-cliargs, based on work by Jonathan Buschmann in wip
cliargs is a command-line argument parser for Lua.
It supports several types of arguments.
2020-07-08 15:36:21 +00:00
nia
6d13682e22 devel: Add lua-luassert
luassert extends Lua's built-in assertions to provide additional tests
and the ability to create your own.
2020-07-08 15:22:32 +00:00
nia
2db26822df devel: +lua-compat53 2020-07-08 14:25:58 +00:00
nia
1bafd4ceb5 devel: Add lua-lpeg-patterns
A collection of LPEG patterns.

Use cases:

- Strict validation of user input
- Searching free-form input
2020-07-08 13:48:33 +00:00
nia
0ae442ea51 devel: Add lua-mediator
mediator_lua is a simple class that allows you to listen to events by
subscribing to and sending data to channels. Its purpose is to help you
decouple code where you might otherwise have functions calling functions
calling functions.
2020-07-08 12:52:07 +00:00
nia
814a37634e devel: Add lua-system, based on work by Jonathan Buschmann in wip
luasystem is a platform independent system call library for Lua.

Currently the following functions are supported:

- gettime
- monotime
- sleep
2020-07-08 12:15:08 +00:00
nia
b54e29e9f9 devel: Add lua-ansicolors
ansicolors is a simple Lua function for printing to the console in color
2020-07-08 11:25:20 +00:00
schmonz
93e8fc505d Add and enable leahneukirchen-redo. 2020-07-06 15:28:22 +00:00
nia
5a945f1f3b devel: Add lua-luv. Based on work by Jonathan Buschmann in wip.
This library makes libuv available to lua scripts.  It was made for the
luvit project but should usable from nearly any lua project.
2020-07-02 20:48:09 +00:00
nia
53320ffc2a devel: +lua-binaryheap +lua-fifo 2020-07-02 14:53:38 +00:00
nia
7d4e8d8fd9 devel: Add lua-basexx
A Lua library for base2, base16, base32, base64, base85 decoding
and encoding of data strings.
2020-07-02 14:36:29 +00:00
nia
6519c99147 devel: Add lua-argparse. Based on work by Jonathan Buschmann in wip.
Argparse is a feature-rich command line parser for Lua inspired by
argparse for Python.

Argparse supports positional arguments, options, flags, optional
arguments, subcommands and more. Argparse automatically generates
usage, help and error messages.
2020-07-02 11:36:36 +00:00
nia
1269df5857 devel: Add lua-inspect. Based on work by Jonathan Buschmann in wip.
This library transforms any Lua value into a human-readable representation.
It is especially useful for debugging errors in tables.

The objective here is human understanding (i.e. for debugging),
not serialization or compactness.
2020-07-02 11:16:18 +00:00
nia
97b8a78f45 devel: Add lua-term. Based partially on work by Jonathan Buschmann in wip.
lua-term is a Lua module for manipulating a terminal.
2020-07-02 10:59:24 +00:00