Commit graph

2211 commits

Author SHA1 Message Date
agc
9799fd93f2 Add cre2, the C rre2 wrappers, to the Packages Collection.
The CRE2 distribution is a C language wrapper for the RE2 library,
	which is implemented in C++.  RE2 is a fast, safe, thread-friendly
	alternative to backtracking regular expression engines like those used
	in PCRE, Perl, and Python.
2016-02-08 05:48:07 +00:00
agc
fbc8204f2c Add re2, Russ Cox's BSD-licensed regexp library to the packages collection.
RE2 is a fast, safe, thread-friendly alternative to backtracking
	regular expression engines like those used in PCRE, Perl, and Python.
	It is a C++ library.
2016-02-08 05:46:23 +00:00
jaapb
9f4ff6ca09 Added ocaml-ppx_tools to Makefile SUBDIRs 2016-02-06 13:40:47 +00:00
jaapb
f3351bab55 Added ocaml-cppo to Makefile SUBDIRs 2016-02-06 13:35:47 +00:00
jaapb
d29bea47bf Added ocaml-base64 to Makefile SUBDIRs 2016-02-06 13:30:52 +00:00
youri
68cd61afc5 +picopb 2016-02-06 01:17:58 +00:00
markd
d0024817d3 Add libdbusmenu-qt5 2016-01-31 06:46:16 +00:00
wiz
3e7668566a Remove SDL2_ttf -- it already existed, but in fonts/ 2016-01-17 14:08:03 +00:00
rillig
fd89546116 Added go-check version 1
The check package builds on the standard testing library from Go to offer
a richer testing framework for libraries and applications to use.

gocheck includes features such as:
* Helpful error reporting to aid on figuring problems out (see below)
* Richer test helpers: assertions which interrupt the test immediately,
  deep multi-type comparisons, string matching, etc
* Suite-based grouping of tests
* Fixtures: per suite and/or per test set up and tear down
* Benchmarks integrated in the suite logic (with fixtures, etc)
* Management of temporary directories
* Panic-catching logic, with proper error reporting
* Proper counting of successes, failures, panics, missed tests, skips, etc
* Explicit test skipping
* Support for expected failures
* Verbosity flag which disables output caching (helpful to debug hanging
  tests, for instance)
* Multi-line string reporting for more comprehensible failures
* Inclusion of comments surrounding checks on failure reports
* Fully tested (it manages to test itself reliably)
2016-01-16 23:56:23 +00:00
wen
c6fa8953be p5-XML-Compile-Tester 2016-01-16 08:50:40 +00:00
wiz
4d2a480cd2 + SDL2_ttf. 2016-01-13 20:14:27 +00:00
abs
1e425db3dc +visualvm 2016-01-11 10:52:48 +00:00
markd
ee761f275c Add extra-cmake-modules 2016-01-10 19:58:44 +00:00
bsiegert
d29eec471d Import p5-Data-Random version 0.12 from wip. From DESCR:
Data::Random is a Perl module for generating random data.  You might
find it helpful mostly in test programs to easily generate
pseudo-realistic distributions of data.
2016-01-10 19:38:49 +00:00
tsutsui
4a5db9406f Remove ruby-memoize package.
* not well-maintained in upstream
* active alternative "memoist" gem is available and committed
* the only user mikutter is updated to use the memoist gem
2016-01-09 19:55:17 +00:00
tsutsui
f7a83cee91 + ruby-instance_storage 2016-01-09 18:51:50 +00:00
tsutsui
e7f5c21980 + ruby-delayer-deferred 2016-01-09 18:44:48 +00:00
tsutsui
58e925ebe9 + ruby-memoist 2016-01-09 18:39:27 +00:00
wiz
2463d85f60 + py-linecache2. 2016-01-09 13:30:38 +00:00
wiz
d9928b6573 + py-traceback2. 2016-01-09 13:28:11 +00:00
fhajny
58dddfbd8f Add ruby-zookeeper 2016-01-08 12:54:05 +00:00
wiz
0d9dd702ce + py-constants. 2016-01-05 10:27:39 +00:00
szptvlfn
cdf39b5907 + hs-setlocale 2016-01-04 12:27:19 +00:00
taca
ea3a5d3e26 Remove ruby-io-console. 2016-01-03 06:49:06 +00:00
wiz
6574dc5e00 + py-nose-exclude. 2016-01-02 11:01:10 +00:00
wen
051fa698fe R-magrittr 2016-01-01 13:24:01 +00:00
jnemeth
f234ca4f24 sort 2015-12-31 13:29:36 +00:00
bsiegert
699f38902c Add a package for include-what-you-use-0.5. From DESCR:
"Include what you use" means this: for every symbol (type, function
variable, or macro) that you use in foo.cc, either foo.cc or foo.h
should #include a .h file that exports the declaration of that symbol.
The include-what-you-use tool is a program that can be built with the
clang libraries in order to analyze #includes of source files to find
include-what-you-use violations, and suggest fixes for them.

The main goal of include-what-you-use is to remove superfluous #includes.
It does this both by figuring out what #includes are not actually needed for
this file (for both .cc and .h files), and replacing #includes with
forward-declares when possible.
2015-12-30 16:16:13 +00:00
bsiegert
d3fceeab36 Add a package for golint.
golint lints the Go source files named on its command line.
2015-12-30 14:12:03 +00:00
wiz
ef7863c57a + go-nbreader. 2015-12-27 20:44:34 +00:00
wiz
f3bef0dbae + go-flags-svent. 2015-12-27 20:37:32 +00:00
taca
7ee9c2ce30 Add and enable ruby-octokit. 2015-12-13 16:33:32 +00:00
ryoon
33fcc3fb88 Add xulrunner38 2015-12-10 23:06:33 +00:00
wiz
a07069cfca + pkgconf. 2015-12-04 19:27:30 +00:00
drochner
eca9a44fcd +py-ply 2015-12-02 18:26:50 +00:00
wiz
aa7d5411ef Add *tlsh and fix some existing entries. 2015-12-02 17:23:30 +00:00
mef
f55c4072d9 Added devel/p5-Test-Stream version 1.302026 2015-12-01 12:27:34 +00:00
fhajny
84d8e7c919 Add devel/py-funcsigs 2015-12-01 08:22:45 +00:00
fhajny
f48d5f4a23 ÅAdd py-ZopeEvent 2015-12-01 07:55:38 +00:00
mef
c70ee7a525 Added devel/p5-Test-EOL version 1.6 2015-11-30 14:10:15 +00:00
mef
43356a0f55 Added devel/p5-CPAN-Meta version 2.150005 2015-11-30 13:35:44 +00:00
mef
00d3d8234c Added devel/p5-Debug-ShowStuf version 1.16 2015-11-26 14:51:31 +00:00
mef
e47d16dc08 Added devel/p5-String-Util version 1.24 2015-11-26 14:17:43 +00:00
agc
05aeb58a70 Add git-remote-hg, a tool for bridging between git and mercurial, to the
packages collection.

	git-remote-hg allows you to transparently clone, fetch and
	push to and from Mercurial repositories as if they were Git
	ones.
2015-11-26 08:30:57 +00:00
leot
8f6e5bf7ec Added py-construct. 2015-11-16 17:36:47 +00:00
khorben
a6909b3368 Add bokken 2015-11-16 02:05:53 +00:00
khorben
33fd70fb9e Add py-radare2 2015-11-16 01:31:47 +00:00
wiz
bff5c5ea43 + py-pluggy, py-tox. 2015-11-08 09:32:46 +00:00
wen
b4a731f696 Add py-backports_abc 2015-11-08 05:03:01 +00:00
wiz
fb9f3ce3a8 + py-test-*. 2015-11-07 19:03:23 +00:00