Commit graph

2640 commits

Author SHA1 Message Date
jnemeth
7d790bed65 sort 2018-03-15 05:08:07 +00:00
khorben
b674434c2c Add py-angr 2018-03-15 03:14:17 +00:00
khorben
8d1e56f2a2 Add py-archinfo 2018-03-15 02:57:15 +00:00
khorben
cabaae74d2 Add py-pyvex 2018-03-15 02:50:18 +00:00
khorben
5166beba2d Add py-cle 2018-03-15 02:34:03 +00:00
minskim
40c23fda67 devel/Makefile: Add R-rlang 2018-03-14 23:48:02 +00:00
wiz
38b3b756a7 devel/Makefile: + p5-PerlX-Maybe 2018-03-14 17:41:28 +00:00
minskim
b5b11b9483 devel/Makefile: Add R-cli 2018-03-13 17:02:21 +00:00
taca
694b84fbd5 devel/Makefile: add and enable ruby-tomlrb 2018-03-13 14:29:43 +00:00
maya
b84e68a22c new package: p5-ExtUtils-CChecker
Perl5 configure-time utilities for using C headers, libraries, or OS features
2018-03-11 11:20:13 +00:00
maya
a631de2408 p5-Taint-Util: new package
Taint::Util wraps perl's internal routines for checking and setting
the taint flag and thus does not rely on regular expressions for
untainting or odd tricks involving eval and kill for checking
whether data is tainted, instead it checks and flips a flag on the
scalar in-place.
2018-03-11 11:16:46 +00:00
dholland
bc0a5170c0 -ocaml-odn 2018-03-11 04:07:19 +00:00
minskim
451c73d0f2 devel/Makefile: Add R-R6 2018-03-10 01:21:05 +00:00
minskim
dfd3ef40cb devel/Makefile: Add R-bit64 2018-03-06 17:07:56 +00:00
minskim
7fdcdf9b09 devel/Makefile: Add R-bit 2018-03-06 17:06:31 +00:00
wiz
faa6176a33 py-pyev: remove
No user in pkgsrc, and the package was deleted from pypi.
2018-03-04 16:23:45 +00:00
joerg
fffb0823af + py-Pympler 2018-03-02 16:00:59 +00:00
taca
a796d53c8a devel/Makefile: add ane enable ruby-classy_hash 2018-02-28 15:45:55 +00:00
taca
c50355cae3 devel/Makefile: delete ruby-atomic 2018-02-28 15:30:12 +00:00
taca
504b35e79e devel/Makefile: add and enable ruby-concurrent-ruby 2018-02-28 15:27:47 +00:00
wiz
4870bcf332 devel/Makefile: + p5-Module-FromPerlVer 2018-02-28 08:36:50 +00:00
minskim
52a255ef31 devel/Makefile: Add R-assertthat 2018-02-26 17:32:05 +00:00
minskim
d611e12fe1 devel/Makefile: Add py-unittest2pytest 2018-02-25 00:23:37 +00:00
minskim
b3d5b2dac1 devel/Makefile: Add py-prefixspan 2018-02-23 17:26:37 +00:00
khorben
b1ea6b6d87 Add py-manticore 2018-02-22 22:35:43 +00:00
rillig
1925d22908 devel/goyacc: remove package since it is already included in go-tools 2018-02-21 02:05:41 +00:00
rillig
84272a63d2 devel/goyacc: add goyacc 2018-02-20 22:21:48 +00:00
fhajny
2365dd23c6 Import DATA::UUID::Base64URLSafe 0.35 as devel/p5-Data-UUID-Base64URLSafe.
Data::UUID::Base64URLSafe is a wrapper module for Data::UUID.
2018-02-20 14:01:19 +00:00
fhajny
13c8f99d7f Import Cache::Memcached::Fast 0.25 as devel/p5-Cache-Memcached-Fast.
Cache::Memcached::Fast is a Perl client for memcached. Module core
is implemented in C and tries hard to minimize number of systemi
calls and to avoid any key/value copying for speed. As a result,
it has very low CPU consumption.
2018-02-20 13:57:51 +00:00
kamil
fc5e12b055 Detach py-radare2 and radare2-valabind
Only 2 users known migrated away to r2pipe.
radare2-valabind requires unreleased version of vala.
2018-02-19 01:52:49 +00:00
kamil
930ff36bc4 + devel/radare2-cutter 2018-02-19 01:49:54 +00:00
kamil
c5d6366930 Detach devel/bokken
It is a dead project, no longer works. It was already broken with previous
radare2 that was in the tree.
2018-02-18 21:28:00 +00:00
minskim
dd6e28b8fd devel/Makefile: Add py-restructuredtext_lint 2018-02-15 16:45:18 +00:00
minskim
2154d54e18 devel/Makefile: Add R-IRkernel 2018-02-12 19:45:15 +00:00
adam
ec6087a015 py-parameterized: added version 0.6.1
Parameterized testing in Python sucks. 'parameterized' fixes that. For
everything. Parameterized testing for nose, parameterized testing for py.test,
parameterized testing for unittest.
2018-02-09 09:15:28 +00:00
adam
528c710d21 py-pyobjc: updated to 4.1
Version 4.1:
Protection agains buffer overflow and negative indexes in __getitem__ and __setitem__ for objc.varlist instances.

Fix incorrect metadata for +[NSEvent addLocalMonitorForEventsMatchingMask:handler:]

Fix incorrect and misleading error message in the exception that is raised when return a value from a block that should not return a value.

Issue 223: Fix hard crash when executing help(Cocoa)
Fetching the help for PyObjC framework wrappers isn’t very useful due to the sheer size of the output (4.5 million lines of output for help(Cocoa) at the moment), but shouldn’t cause a hard crash of the interpreter.

Issue 218: Explictly cause an ImportError when reloading `objc._objc`
Reloading the PyObjC core extension now raises an ImportError because this cannot work and used to raise a rather vague error.

Updated metadata for Xcode 9.2

Added missing `MAC_OS_X_VERSION_*` constants

Fix memory error in struct wrappers which resulted in a use-after-free error in the initializer for structs.

Add bindings for frameworks Security, SecurityFoundation and and SecurityInterface.
The bindings for the Security framework don’t expose a number of older APIs that were deprecated in macOS 10.7.

Add bindings to libdispatch.
These bindings require macOS 10.8 or later, libdispatch was available earlier but macOS 10.8 changed the API in such a way that wrapping became a lot easier.
2018-02-08 19:54:18 +00:00
minskim
797ab4b2ad devel/Makefile: Add R-IRdisplay 2018-02-08 17:45:04 +00:00
minskim
2773abd07c devel/Makefile: Add R-repr 2018-02-07 20:52:25 +00:00
minskim
59d0581d07 devel/Makefile: Add R-crayon 2018-02-07 17:04:34 +00:00
minskim
2a1defd785 devel/Makefile: Add R-uuid 2018-02-06 20:35:25 +00:00
adam
eb72131cd3 py-test-asyncio: added version 0.8.0
pytest-asyncio is a library, written in Python, for testing asyncio code with
pytest.

asyncio code is usually written in the form of coroutines, which makes it
slightly more difficult to test using normal testing tools. pytest-asyncio
provides useful fixtures and markers to make testing easier.
2018-02-05 16:28:49 +00:00
adam
040b3336d5 py-async_generator: added version 1.9
Python 3.6 added async generators. Python 3.7 adds some more tools to make them
usable, like contextlib.asynccontextmanager. This library gives you all that
back to Python 3.5.
2018-02-05 16:22:42 +00:00
adam
48e618ca8c py-unittest-mixins: added version 1.4
A set of mixin classes and other helpers for unittest test case classes.
2018-02-05 16:12:04 +00:00
jdolecek
d589726dbc Remove php-xdebug-devel, regular php-xdebug updated to same version 2018-02-04 12:01:25 +00:00
bsiegert
ddb0d56e3d Import py-mox-0.5.3 from pkgsrc-wip.
Mox is a mock object framework for Python based on the Java mock object
framework EasyMock.

Dependency of a dependency for PR pkg/52941 :/
2018-02-03 14:59:20 +00:00
bsiegert
07072f278c Add py-retry_decorator version 1.1.0.
retry_decorator is a Python module that exposes a decorator that retries the
decorated function with exponential backoff.

This is yet another dependency for PR pkg/52941.
2018-01-25 19:03:04 +00:00
jperkin
9b574e3115 devel: Add yarn. 2018-01-24 12:40:48 +00:00
wen
658cede731 Add p5-curry 2018-01-21 03:40:39 +00:00
markd
c4a5e0039c devel: Add tex-doclicense{,-doc} 2018-01-18 10:56:54 +00:00
wiz
b3a25a6e71 devel/Makefile: + guile22-slib 2018-01-16 13:34:06 +00:00