Commit graph

2720 commits

Author SHA1 Message Date
tnn
7babbe724f devel/Makefile: +git-lfs 2018-08-21 15:51:57 +00:00
wiz
4e2cfc5b66 p5-Alien-Role: remove package, now included in p5-Alien-Build 2018-08-21 12:00:50 +00:00
wiz
1e70c1288b devel/Makefile: + p5-Test-LectroTest 2018-08-21 09:23:13 +00:00
adam
40c9b42b9c py-zc.lockfile: added version 1.3.0
The zc.lockfile package provides a basic portable implementation of
interprocess locks using lock files. The purpose if not specifically to lock
files, but to simply provide locks with an implementation based on file-locking
primitives. Of course, these locks could be used to mediate access to other
files. For example, the ZODB file storage implementation uses file locks to
mediate access to file-storage database files. The database files and lock file
files are separate files.
2018-08-20 12:58:06 +00:00
nia
75f81662ef devel/rgbds: add version 0.3.7
RGBDS (Rednex Game Boy Development System) is a free assembler/linker
package for the Game Boy and Game Boy Color. It consists of:

* rgbasm (an assembler)
* rgblink (a linker)
* rgbfix (a checksum/header fixer)
* rgbgfx (a PNG-to-Game Boy graphics converter)

This is a fork of the original RGBDS which aims to make the programs
more like other UNIX tools.
2018-08-15 15:25:10 +00:00
jperkin
fe64b01247 devel: Import p5-Carton version 1.0.34.
carton is a command line tool to track the Perl module dependencies for
your Perl application. Dependencies are declared using cpanfile format,
and the managed dependencies are tracked in a cpanfile.snapshot file,
which is meant to be version controlled, and the snapshot file allows
other developers of your application will have the exact same versions
of the modules.
2018-08-09 11:50:17 +00:00
jperkin
cb5a724515 devel: Import p5-Menlo-Legacy version 1.9022.
Menlo::Legacy is a package to install Menlo::CLI::Compat which is a
compatibility library that implements the classic version of cpanminus
internals and behavios. This is so that existing users of cpanm and API
clients such as Carton, Carmel and App::cpm) can rely on the stable
features and specific behaviors of cpanm.

This way Menlo can evolve and be refactored without the fear of breaking
any downstream clients, including cpanm itself.
2018-08-09 11:45:48 +00:00
jperkin
ee78614a39 devel: Import p5-Menlo version 1.9019.
Menlo is a backend for cpanm 2.0, developed with the goal to replace
cpanm internals with a set of modules that are more flexible, extensible
and easier to use.
2018-08-09 11:36:36 +00:00
jperkin
051cd83e83 devel: Import p5-Parse-PMFile version 0.41.
Parse::PMFile - parses .pm file as PAUSE does

The most of the code of this module is taken from the PAUSE code as of
April 2013 almost verbatim. Thus, the heart of this module should be
quite stable. However, I made it not to use pipe ("-|") as well as I
stripped database-related code. If you encounter any issue, that's most
probably because of my modification.

This module doesn't provide features to extract a distribution or parse
meta files intentionally.
2018-08-09 11:13:27 +00:00
jperkin
0ca9150380 devel: Import p5-CPAN-Common-Index version 0.010.
This module provides a common library for working with a variety of CPAN
index services.  It is intentionally minimalist, trying to use as few
non-core modules as possible.

The CPAN::Common::Index module is an abstract base class that defines a
common API.  Individual backends deliver the API for a particular index.
2018-08-09 10:05:19 +00:00
adam
2f520654b3 py-cogapp: added version 2.5.1
Cog is a file generation tool. It lets you use pieces of Python code as
generators in your source files to generate whatever text you need.
2018-08-07 09:21:18 +00:00
jaapb
8a51f608f1 Added py-oset to Makefile SUBDIRs 2018-07-26 11:47:32 +00:00
schmonz
4520e3592b Update to 1.20180726. From the changelog:
* [ Mark Haber ]
  * Fix hours_since for git fake bare repos

* [ Tom Hoover ]
  * Fix 'no defined update command error' in example config

* [ Pavel Nakonechnyi ]
  * More meaningful names for temporary files

* [ Paul Wise ]
  * Mitigate vulns caused by git code execution (CVE-2018-7032)
  * Migrate from ack-grep to ack
  * More reliable output supervision
  * Improve the status output for CVS
  * Improve the git-cvs extension
  * Allow prepending commands to existing commands
  * Allow for fallback to default commands
  * Add support for caching command output
  * Add shell extension to maintain a repo status cache
  * Add graph, remote, upgrade extensions
  * git registration improvements
  * webcheckout: prefer https transport

pkgsrc changes:

- Rename directory to myrepos, catching up with package name change years ago
2018-07-26 09:34:27 +00:00
jperkin
e09a9ae3b9 devel: Add apache-ant19. 2018-07-24 16:25:56 +00:00
adam
43a5fd9bac py-hamcrest: added version 1.9.0
PyHamcrest is a framework for writing matcher objects, allowing you to
declaratively define "match" rules. There are a number of situations where
matchers are invaluable, such as UI validation, or data filtering, but it is in
the area of writing flexible tests that matchers are most commonly used.

When writing tests it is sometimes difficult to get the balance right between
overspecifying the test (and making it brittle to changes), and not specifying
enough (making the test less valuable since it continues to pass even when the
thing being tested is broken). Having a tool that allows you to pick out
precisely the aspect under test and describe the values it should have, to a
controlled level of precision, helps greatly in writing tests that are "just
right." Such tests fail when the behavior of the aspect under test deviates
from the expected behavior, yet continue to pass when minor, unrelated changes
to the behaviour are made.
2018-07-24 15:08:19 +00:00
minskim
7bddd392dd devel/Makefile: Add go-colorable 2018-07-22 22:42:53 +00:00
minskim
e67e3ace24 devel/Makefile: Add go-goreturns 2018-07-21 22:07:46 +00:00
minskim
695620279c devel/Makefile: Add c++gsl 2018-07-20 11:32:35 +00:00
minskim
e0ed4afab7 devel/Makefile: Add go-sync 2018-07-18 02:38:18 +00:00
minskim
3639939d74 devel/Makefile: Add py-typing-extensions 2018-07-12 02:27:49 +00:00
minskim
03de97ee31 devel/Makefile: Add go-godef 2018-07-11 00:05:44 +00:00
minskim
57357f2639 devel/py-kafka: Obsoleted by devel/py-kafka-python 2018-07-10 01:18:58 +00:00
minskim
e7753d21f6 devel/Makefile: Add py-kafka-python 2018-07-10 01:16:47 +00:00
minskim
926bd92905 devel/Makefile: Add py-flake8-docstrings 2018-07-09 02:07:00 +00:00
adam
185a3e368f py-jaraco.functools: added version 1.20
Additional functools in the spirit of stdlib’s functools.
2018-07-07 09:00:15 +00:00
joerg
c449daeead + py-hg-evolve 2018-07-07 08:16:21 +00:00
minskim
5ca59f1b19 devel/Makefile: Add py-joblib 2018-07-06 03:13:48 +00:00
minskim
c0b0bb0cf6 devel/Makefile: Add go-fnmatch 2018-07-05 04:34:12 +00:00
taca
cf53ebbaef devel/Makefile: add and enable ruby-highline17 2018-06-24 14:17:10 +00:00
wiz
af309bb652 devel/Makefile: + p5-Test-HTTP-LocalServer 2018-06-24 10:01:20 +00:00
adam
a46643c942 Removed devel/py-spwd 2018-06-17 19:27:53 +00:00
minskim
41774a3de4 devel/Makefile: Add go-debounce 2018-06-14 15:16:02 +00:00
minskim
d295a6df7a devel/Makefile: Add py-doc8 2018-06-05 19:34:28 +00:00
jaapb
2e9e1b4cc9 Added ocaml-lwt_camlp4 to Makefile SUBDIRs 2018-06-05 15:49:13 +00:00
minskim
c0e7d60dbb devel/Makefile: Add py-extratools 2018-05-25 16:01:10 +00:00
bsiegert
c57c1ebe8d +py-fakefs 2018-05-25 04:01:43 +00:00
minskim
054d3897df devel/Makefile: Add go-gocode 2018-05-25 00:53:53 +00:00
minskim
d46f6ccf8e devel/Makefile: Add py-toolz 2018-05-24 16:15:08 +00:00
adam
6ba16be457 py-dash: added version 4.5.0
The kitchen sink of Python utility libraries for doing "stuff" in a functional
way. Based on the Lo-Dash Javascript library.
2018-05-23 09:28:30 +00:00
adam
3ee60dee4a py-test-testmon: added version 0.9.11
This is a py.test plug-in which automatically selects and re-executes only
tests affected by recent changes.
2018-05-23 09:26:54 +00:00
minskim
29e0fce9da devel/Makefile: Add go-gopkgs 2018-05-23 00:32:23 +00:00
adam
4e9d378b6c py-enum: removed, successor py-enum34 or Python 3.x 2018-05-22 12:10:40 +00:00
minskim
9b3fa09d5d devel/Makefile: Add py-typed-ast 2018-05-21 23:14:52 +00:00
minskim
12d9862b66 devel/Makefile: Add aslc86k 2018-05-21 16:23:09 +00:00
minskim
11ed05a787 devel/Makefile: Add lcdis 2018-05-21 16:12:19 +00:00
minskim
efd3a715d9 devel/Makefile: Add py-gitinspector-devel 2018-05-18 18:17:32 +00:00
minskim
4a3691ff2c devel/Makefile: Add R-glue 2018-05-18 01:01:03 +00:00
minskim
d4086d4b6d devel/Makefile: Add py-llvmlite 2018-05-17 15:47:49 +00:00
adam
0412cec2ce py-testrepository: added version 0.0.20
This project provides a database of test results which can be used as part of
developer workflow to ensure/check things like:
* No commits without having had a test failure, test fixed cycle.
* No commits without new tests being added.
* What tests have failed since the last commit (to run just a subset).
* What tests are currently failing and need work.
Test results are inserted using subunit (and thus anything that can output
subunit or be converted into a subunit stream can be accepted).
2018-05-17 08:04:47 +00:00
jaapb
0ca321e721 Added ocaml-ppxlib to Makefile SUBDIRs 2018-05-09 14:49:00 +00:00