Commit graph

24718 commits

Author SHA1 Message Date
gson
3a7513ea3b Add p5-Graph-ReadWrite 2015-07-21 17:27:47 +00:00
gson
bcda0c11b2 Initial import of the Graph-ReadWrite-2.07 Perl module into pkgsrc as
devel/p5-Graph-ReadWrite.

This is a perl module for reading and writing directed graphs represented
using the Graph module.
2015-07-21 17:25:10 +00:00
wiz
d741e636fc + py-setuptools_scm. 2015-07-20 10:43:11 +00:00
wiz
56b2204824 Import py34-setuptools_scm-1.5.5 as devel/py-setuptools_scm.
setuptools_scm handles managing your python package versions in
scm metadata. It also handles file finders for the supperted scms.
2015-07-20 10:42:59 +00:00
kamil
fcbae0fe7d Remove duplicate entry for MASTER_SITES
It's already properly defined in ../../devel/radare2/Makefile.common
2015-07-19 16:42:55 +00:00
kamil
da3d308251 Bump PKGREVISION to 1
This change is for new devel/capstone 3.0.4
2015-07-19 16:02:51 +00:00
kamil
07957dcefd Update to 3.0.4
---------------
Version 3.0.4: Jul 16th, 2015

Library:
    Improve cross-compile for Android using Android NDK.
    Support cross-compile for AArch64 Android (with Linux GCC).
    Removed osxkernel_inttypes.h due to license issue (incompatible with BSD license).
    Now it is possible to compile with CC having a space inside (such as "ccache gcc")

X86:
    Fix a null pointer dereference bug on handling code with special prefixes.
    Properly handle AL/AX/EAX operand for OUT instruction in AT&T syntax.
    Print immediate operand in positive form in some algorithm instructions.
    Properly decode some SSE instructions.

PowerPC:
    Fixed some memory corruption bugs.

Mips:
    Fixed instruction ID of SUBU instruction.
    Fixed a memory corruption bug.

Arm:
    Fixed a memory corruption bug on IT instruction.

XCore:
    Fixed a memory corruption bug when instruction has a memory operand.

Python:
    Support Virtualenv.
    setup.py supports option --user if not in a virtualenv to allow for local usage.
    Properly handle the destruction of Cs object in the case the shared library was already unloaded.
2015-07-19 14:49:44 +00:00
wiz
7718e5dd8e Update to 4.1:
Version 4.1
-----------

(bugfix release, released on July 14th 2015)

- Fix a bug where error messages would include a trailing `None` string.
- Fix a bug where Click would crash on docstrings with trailing newlines.
- Support streams with encoding set to `None` on Python 3 by barfing with
  a better error.
- Handle ^C in less-pager properly.
- Handle return value of `None` from `sys.getfilesystemencoding`
- Fix crash when writing to unicode files with `click.echo`.
- Fix type inference with multiple options.
2015-07-19 10:17:00 +00:00
wiz
0496cd1f76 Update to 1.2.0:
1.2.0
-----

* Revert "Issue #21750: mock_open.read_data can now be read from each instance, as it"

1.1.4
-----

* Add 2.6 back to classifiers
* Record sync point
* Issue #21750: mock_open.read_data can now be read from each instance, as it could in Python 3.3
* Issue #18622: unittest.mock.mock_open().reset_mock would recurse infinitely
* Folk should test 2.6 locally too
* Closes #279: setuptools.version is too new
* Support python 2.6

1.1.3
-----

* Update sync point and sync docs
* Issue #23661: unittest.mock side_effects can now be exceptions again
* Abort installation if the installer is using setuptools<17.1
2015-07-19 10:14:33 +00:00
wiz
3ffd2524e5 Update to 1.21:
1.21    2015-07-18

- Attribute::Params::Validate is now in its own distro, and needs a new
  maintainer. If you would like to maintain it, please contact me.
2015-07-19 08:08:47 +00:00
nros
5775a7261c Update py-tortoisehg to version 3.4.2.
Changelog:

Bug fixes
   * settings: have filename edit accept focus by clicking (fixes #4192)
   * update docdiff scripts
   * thgstatus: fix typo in an option description
   * lighthg: use 'sys.argv' instead of undefined 'argv'
2015-07-18 21:56:49 +00:00
joerg
3c37ba36c9 Avoid creating empty relink commands. This can happen when libtool
decides in the platform specific logic that relinking is not necessary
after initially setting it, e.g. on OSX. Fixing this and creating more
compact libtool archives is a better approach than working around it in
cwrappers. Bump revision.
2015-07-18 16:50:51 +00:00
fhajny
b676a80f0c Update devel/rebar to 2.6.0. Add proper Github distfile support.
Changes since 2.5.1:

rebar/203: Pluggable proto compilers gpb
rebar/273: Use target_dir as source of new version in generate-appups
rebar/293: Check C source dependencies in needs_compile
rebar/305: Fix compiler invocation on multiarch Linux
rebar/322: Treat vsn mismatch as warning if -k/--keep-going
rebar/336: Add details on Dialyzer with "make check"
rebar/337: Implement eflame -p/--profile support
rebar/338: Processing .app.src.script expects a single value to be returned.
rebar/344: Manually clean up paths.
rebar/351: fish shell completions for rebar
rebar/352: Add typer target (rebase of #309)
rebar/354: compiler respects 'keep_going' flag
rebar/355: Fix 'make build_plt'
rebar/356: Fix minor typo in CONTRIBUTING.md
rebar/360: Minor follow-up fixes for #293
rebar/368: Escape more characters in path (fix #367)
rebar/371: Fix cover print truncation when coverage is 100%
rebar/372: Implement eval command via nodetool
rebar/376: Remove check adding ebin to path for edoc target
rebar/378: deps: fix delete-deps if deps_dir ends with dot
rebar/382: Adapt dialyzer_reference to ba466e2d changes
rebar/385: Fix Dialyzer warning introduced in 0caf047f
rebar/386: Recompile .proto files with gpb also with prefix/suffix
rebar/386: Recompile .proto files with gpb also with prefix/suffix
rebar/386: Recompile .proto files with gpb also with prefix/suffix
rebar/399: Increase the timeout for the inttest/proto_gpb
rebar/400: add Emacs/vi header to non-dummy test modules
rebar/403: Update reference to installation notes
rebar/404: Consistently format export attributes
rebar/405: Generate cachegrind file if erlgrind is available
rebar/406: Fix deps path check in rebar_ct:collect_glob/3
rebar/408: Fix/remove duplicate console message
rebar/411: Fix app.config argument passing when using ct_run (take 2)
rebar/413: Revert "Merge pull request #386 ...
           gpb-recompilation...detection"
rebar/418: Fix #415 (reltool vsn check)
rebar/420: Mock gpb and protobuffs, in inttest, replacing external
           dependencies
rebar/421: inttest/ct3: fix travis-ci breakage
rebar/424: Gpb recompilation detection (using base compiler)
rebar/425: Copy instead of rsync gpb and protobuffs inttest mocks
rebar/426: Fixed #133. Release upgrade now handle long and short names
           properly.
rebar/428: Remove a git url in gpb and protobuffs inttest configs
rebar/430: Exit with proper status code if 'eval' fails
rebar/432: Document recursive_cmds in -r help string as well
rebar/433: inttest/ct3: fix overlong line
rebar/437: Fix .app.src.script bug introduced in b44b4f4
rebar/440: Delete obsolete file
rebar/442: .travis.yml: print information before running script
rebar/444: Fix incorrect "not an app dir" warning
rebar/445: rebar doesn't respect the order of erl_first_files given
           in the rebar.conf file
rebar/447: Support custom protobuf directory
rebar/449: Support .appup.src files
rebar/452: added 'shell' command to bash-completion
rebar/456: Generate json output from cover
rebar/458: Change env var delimiter to match non-word
rebar/459: Remove -m64 flag.
rebar/460: Add Dialyzer plugin
rebar/461: Fix OTP .appup.src processing on empty lists
rebar/463: Print more info when profiling
rebar/466: Improve test targets in Makefile
rebar/467: Refactor logic and optimizations
           in rebar_erlc_compiler:doterl_compile/4
rebar/469: Fix dialyzer warnings
rebar/470: Fix whitespace errors
rebar/471: Fix whitespace errors
rebar/475: Adapt to 18.x time api changes
rebar/477: Enable parse transformations in rebar config
rebar/478: bootstrap: better warning fix (Thanks James Fish)
rebar/482: Windows runner - CD to node root
rebar/484: /me added to THANKS
rebar/485: avoid pre-compile time errors in expand_include_lib_path
rebar/487: erlc: fix recently introduced whitespace errors
rebar/489: Fix crash on failed build console output
rebar/494: Update line number of allowed dialyzer error
rebar/496: Update PLT detail for make build_plt
rebar/499: Try one more location for the OTP_VERSION file
rebar/500: Makefile: clean only .rebar/erlcinfo
rebar/502: Don't crash if missing OTP_VERSION file (fix #350)
rebar/504: Drop shared PLTs support and change PLT name to .plt
rebar/505: rebar_utils: explain pdict use
rebar/508: rebar_core: add missing newline in log msg
rebar/509: erlc: do not crash if dep file cannot be found
rebar/510: Fix 'make deps'
rebar/511: Add and use memoization server
rebar/512: rmemo: properly handle unsupported call
2015-07-18 07:23:47 +00:00
adam
9a45688a7b Changes 2.4.6:
* "git fetch --depth=<depth>" and "git clone --depth=<depth>" issued
  a shallow transfer request even to an upload-pack that does not
  support the capability.
* "git fsck" used to ignore missing or invalid objects recorded in reflog.
* The tcsh completion writes a bash scriptlet but that would have
  failed for users with noclobber set.
* Recent Mac OS X updates breaks the logic to detect that the machine
  is on the AC power in the sample pre-auto-gc script.
* "git format-patch --ignore-if-upstream A..B" did not like to be fed
  tags as boundary commits.
2015-07-17 11:24:27 +00:00
wiz
19a83f0911 Add "pbr" and "six" dependencies, from requirements.txt. Bump PKGREVISION. 2015-07-16 10:54:33 +00:00
richard
3ccdedd0f4 Fix builtin to not need any compiler elements in path, only to determine
version string... use awk instead to construct directly from gmp.h
2015-07-16 09:16:30 +00:00
wiz
d8b3044a7c + py-repoze.lru 2015-07-15 18:46:29 +00:00
wiz
0b6b9de5db Import py34-repoze.lru-0.6 as devel/py-repoze.lru.
repoze.lru is a LRU (least recently used) cache implementation.
Keys and values that are not used frequently will be evicted from
the cache faster than keys and values that are used frequently.
2015-07-15 18:46:17 +00:00
wiz
2f30023e84 Rename zpl to zpl-2.0 to make space for zpl-2.1.
Switch all packages currently referencing zpl to zpl-2.0.
Add zpl-2.1.
Add zpl-2.1 to default-allowed per FSF.
2015-07-15 18:19:54 +00:00
wiz
9e1da80e88 Update PLIST for Mako-1.0.1. 2015-07-15 18:04:23 +00:00
wiz
36afb205ab Update to 1.0.1:
1.0.1

Released: Thu Jan 22 2015

  • [feature] Added support for Lingua, a translation extraction system as an
    alternative to Babel. Pull request courtesy Wichert Akkerman.

    References: pull request bitbucket:9

  • [bug] [py3k] Modernized the examples/wsgi/run_wsgi.py file for Py3k. Pull
    requset courtesy Cody Taylor.

    References: pull request bitbucket:11

1.0.0

Released: Sun Jun 8 2014

  • [py2k] [bug] Improved the error re-raise operation when a custom
    Template.error_handler is used that does not handle the exception; the
    original stack trace etc. is now preserved. Pull request courtesy Manfred
    Haltner.

    References: pull request bitbucket:8

  • [py2k] [bug] [filters] Added an html_escape filter that works in “non
    unicode” mode. Previously, when using disable_unicode=True, the u filter
    would fail to handle non-ASCII bytes properly. Pull request courtesy George
    Xie.

    References: pull request bitbucket:7

  • [general] Compatibility changes; in order to modernize the codebase, Mako
    is now dropping support for Python 2.4 and Python 2.5 altogether. The
    source base is now targeted at Python 2.6 and forwards.

  • [feature] Template modules now generate a JSON “metadata” structure at the
    bottom of the source file which includes parseable information about the
    templates’ source file, encoding etc. as well as a mapping of module source
    lines to template lines, thus replacing the “# SOURCE LINE” markers
    throughout the source code. The structure also indicates those lines that
    are explicitly not part of the template’s source; the goal here is to allow
    better integration with coverage and other tools.

  • [bug] [py3k] Fixed bug in decode.<encoding> filter where a non-string
    object would not be correctly interpreted in Python 3.

  • [bug] [py3k] Fixed bug in Python parsing logic which would fail on Python 3
    when a “try/except” targeted a tuple of exception types, rather than a
    single exception.

    References: #227

  • [feature] mako-render is now implemented as a setuptools entrypoint script;
    a standalone mako.cmd.cmdline() callable is now available, and the system
    also uses argparse now instead of optparse. Pull request courtesy Derek
    Harland.

    References: pull request bitbucket:5

  • [feature] The mako-render script will now catch exceptions and run them
    into the text error handler, and exit with a non-zero exit code. Pull
    request courtesy Derek Harland.

    References: pull request bitbucket:4

  • [bug] A rework of the mako-render script allows the script to run correctly
    when given a file pathname that is outside of the current directory, e.g.
    mako-render ../some_template.mako. In this case, the “template root”
    defaults to the directory in which the template is located, instead of ”.”.
    The script also accepts a new argument --template-dir which can be
    specified multiple times to establish template lookup directories. Standard
    input for templates also works now too. Pull request courtesy Derek
    Harland.

    References: pull request bitbucket:2

  • [feature] [py3k] Support is added for Python 3 “keyword only” arguments, as
    used in defs. Pull request courtesy Eevee.

    References: pull request github:7

0.9

0.9.1

Released: Thu Dec 26 2013

  • [bug] Fixed bug in Babel plugin where translator comments would be lost if
    intervening text nodes were encountered. Fix courtesy Ned Batchelder.

    References: #225

  • [bug] Fixed TGPlugin.render method to support unicode template names in
    Py2K - courtesy Vladimir Magamedov.

  • [bug] Fixed an AST issue that was preventing correct operation under alpha
    versions of Python 3.4. Pullreq courtesy Zer0-.

  • [bug] Changed the format of the “source encoding” header output by the code
    generator to use the format # -*- coding:%s -*- instead of # -*-
    encoding:%s -*-; the former is more common and compatible with emacs.
    Courtesy Martin Geisler.

  • [bug] Fixed issue where an old lexer rule prevented a template line which
    looked like “#*” from being correctly parsed.

    References: #224

0.9.0

Released: Tue Aug 27 2013

  • [bug] The Context.locals_() method becomes a private underscored method, as
    this method has a specific internal use. The purpose of Context.kwargs has
    been clarified, in that it only delivers top level keyword arguments
    originally passed to template.render().

    References: #219

  • [bug] Fixed the babel plugin to properly interpret ${} sections inside of a
    “call” tag, i.e. <%self:some_tag attr=”${_(‘foo’)}”/>. Code that’s subject
    to babel escapes in here needs to be specified as a Python expression, not
    a literal. This change is backwards incompatible vs. code that is relying
    upon a _(‘’) translation to be working within a call tag.

  • [bug] The Babel plugin has been repaired to work on Python 3.

    References: #187

  • [bug] Using <%namespace import=”*” module=”somemodule”/> now skips over
    module elements that are not explcitly callable, avoiding TypeError when
    trying to produce partials.

    References: #207

  • [bug] Fixed Py3K bug where a “lambda” expression was not interpreted
    correctly within a template tag; also fixed in Py2.4.

    References: #190
2015-07-15 18:03:15 +00:00
wiz
1e222bd490 Update to 1.3.0:
1.3.0
-----

* Wrap env markers in parens
* Updated from global requirements
* Add more documentation around building docs
* Updated from global requirements
* Use string for 'OS_TEST_TIMEOUT' default
* Updated from global requirements
* This documents the use of comments that work between 2.6, 2.7 and 3.4
2015-07-15 13:05:09 +00:00
fhajny
e012dce6d4 Add ruby-ref 2015-07-14 21:11:16 +00:00
fhajny
8ab2e9652c Import ref-2.0.0 as devel/ruby-ref.
This library provides object references for Ruby as well as some
common utilities for working with references. Object references
are used to point to other objects and come in three distinct
flavors that interact differently with the garbage collector.
2015-07-14 21:10:34 +00:00
wiz
96015785de Update to 1.1.2:
1.1.2
-----

* Closes #269: setup_requires pbr 1.3

1.1.1
-----

* Closes #257: version the dependency on six
* Rename README.txt to README.rst

1.1.0
-----

* Make reproducing travis behaviour somewhat easier
* Cleanup version number handling
* Overhaul docs
* Update docs
* Remove stale MANIFEST.in, ignore pbr outputs
* Convert to a package, use pbr, update metadata
* Bump versions
* Officially drop 2.6 support
* Issue #23310: Fix MagicMock's initializer to work with __methods__. Behavior equivalent to m.configure_mock(). Patch by Kasia Jachim
* Issue #23568: Add rdivmod support to MagicMock() objects
* Issue #23581: Add matmul support to MagicMock
* Issue #23326: Removed __ne__ implementations. Since fixing default __ne__ implementation in issue #21408 they are redundant
* Issue #22823: Use set literals instead of creating a set from a list. Fixed an output of sets in examples
* Closes #21270 : We now override tuple methods in mock.call objects
* Suppress a couple more DeprecationWarnings in the test suite
* Closes #21256: Printout of keyword args in deterministic order in mock calls
* Removes unused varargs and varkwargs from assert_not_called()
* Closes Issue 21262: New method assert_not_called for Mock
* Closes Issue 21238: New keyword argument `unsafe` to Mock
* Closes issue 21239. unittest.mock.patch.stopall() did not work deterministically when the same name was patched multiple times
* Closes Issue 21222
* Closes issue 17660. You no longer need to explicitly pass create=True when patching builtin names
* Issue 17826. Setting an iterable side_effect on a mock created by create_autospec now works
* Issue 20968. unittest.mock.MagicMock now supports division
* Issue #20189: Four additional builtin types (PyTypeObject, PyMethodDescr_Type, _PyMethodWrapper_Type, and PyWrapperDescr_Type) have been modified to provide introspection information for builtins. Also: many additional Lib, test suite, and Argument Clinic fixes
* Issue #19594: Use specific asserts in unittest tests
* Remove shadowed test
* Adjust comment
* Issue #19013: add a __main__ to unittest.test.testmock to ease CLI invocation
* Issue #19013: add unittest.main() epilogs to unittest.mock's own test modules
* Process DEFAULT values in mock side_effect that returns iterator
* Closes issue 17467. Add readline and readlines support to unittest.mock.mock_open
* Issue #17047: remove doubled words added in 3.3 as reported by Serhiy Storchaka and Matthew Barnett
* Issue #17015: When it has a spec, a Mock object now inspects its signature when matching calls, so that arguments can be matched positionally or by name
* Closes issue 15323. Improve failure message of Mock.assert_called_once_with
* Close #14857: fix regression in references to PEP 3135 implicit __class__ closure variable. Reopens issue #12370, but also updates unittest.mock to workaround that issue
* Remove incorrect comment
* Closes issue 14634. unittest.mock.create_autospec now supports keyword only arguments
* unittest.mock: removed another bit of Python 2 only code
* Adding unittest.mock documentation
* unittest.mock: remove another piece of Python 2 specific code
* Remove more Python 2 code from unittest.mock (obsolete function attributes)
* Support subclassing unittest.mock._patch and fix various obscure bugs around patcher spec arguments
* unittest.mock.MagicMock objects are now unorderable by default
* Removed XXX from unittest.mock docstring and switch to a nicer try...except...finally
* Remove more Python 2 compatibility cruft from unittest.mock
* PEP 417: Adding unittest.mock
* Ignore patch rejects too
* Add NEWS
* Add PyPy to travis
* Issue #20189: Four additional builtin types
* Just hard-depend on unittest2
* Fix typo in test name
* Some basic release process notes
* Ignore more editor files
* Add testrepository configuration
* We never need sudo. Containers FTW
* Fixup ignores
* Iterating on .travis.yml
* Setup Travis-CI
2015-07-14 08:48:13 +00:00
wiz
823015d892 Update to 1.8.12:
NEW IN WAF 1.8.12
-----------------
* Fixed a regression when building in sub-folders - https://github.com/waf-project/waf/issues/1590
* New mac_files attribute which is expected to replace mac_resources in waf 1.9 (demos/mac_app/)
* env = env.derive().detach() to simplify deep copies
2015-07-14 08:46:45 +00:00
wiz
048b458b94 Update to 3.13.3:
2015-07-12 meld 3.13.3
======================

  Fixes:

   * Fix syntax highlighting under Windows (Kai Willadsen)
   * Update Windows build for newer pygi bundled libraries (Kai Willadsen)
   * Fixes for incorrect descriptions in manual (Anders Jonsson, Kai Willadsen)
2015-07-14 08:44:49 +00:00
wiz
f137426646 Rename boost-python to py-boost and make it a proper multi-version package. 2015-07-13 15:08:54 +00:00
bsiegert
61a230b39a Add tags to libtool invocation. From Brad Forschinger in PR pkg/49992. 2015-07-13 04:55:31 +00:00
wiz
40bbad7ac6 Comment out dependencies of the style
{perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS
since pkgsrc enforces the newest perl version anyway, so they
should always pick perl, but sometimes (pkg_add) don't due to the
design of the {,} syntax.

No effective change for the above reason.

Ok joerg
2015-07-12 18:56:06 +00:00
wiz
e2abad6375 Fix MASTER_SITES. 2015-07-12 14:38:30 +00:00
wiz
b26bd1eae8 Switch from www/webkit-gtk to www/webkit24-gtk. Bump PKGREVISION. 2015-07-12 00:39:55 +00:00
asau
5d47c48e78 Update to NetBeans 8.0.2.
Remove support for JDK older than JDK 1.5, accept OpenJDK 8.

There is a lot of changes since NetBeans 3.5.1.


NetBeans IDE 8.0.2 Information

 * Bug fixes in the installer for OS X 10.9.5 and 10.10
 * Bug fixes included in Patches 1, 1.1, 2 for NetBeans IDE 8.0
   and Patches 1.1, 2 for NetBeans IDE 8.0.1
 * GlassFish 4.1 and Tomcat 8.0.15 bundled with the IDE
 * Support for WildFly Server and WebLogic Server 12.1.3
 * Added support for RequireJS
 * Grunt tasks available in the popup menu for web projects
 * Support for debugging JavaScript files with Karma
 * Node.JS and Bower modules can be installed directly within the IDE
 * Improved Git support


NetBeans IDE 8.0 New Feature Highlights

Java

 * JDK 8 support: tools and editor enhancements for working with
   Profiles, Lambdas, and Streams.
 * Java SE Embedded support to deploy, run, debug or profile Java
   SE applications on an embedded device, such as Raspberry PI,
   directly from the NetBeans IDE.
 * Java ME Embedded 8 support.
 * Several Java Editor enhancements, such as many new Java hints,
   Javadoc shown as tooltip, instant rename enhancements, and code
   completion exclusions.
 * Improved integration with JavaFX Scene Builder.

Java EE

 * New PrimeFaces code generators, to generate complete PrimeFaces
   skeleton CRUD applications with connection to databases.
 * Support for WildFly Server and WebLogic 12.1.3
 * Bundled GlassFish updated to 4.1
 * Tomcat 8.0.15 and TomEE support, including out-of-box JPA, JSF
   and JAXRS configuration and data sources.
 * Facelets Template Client wizard asks for sections to generate.
 * Code completion for template sections, and within JSF composite
   components.
 * Enhanced CDI integration in beans.xml file, with code completion
   for alternative classes and stereotypes.
 * More flexibility for JPA hints, which can be disabled, enabled,
   and warning level changed.

Maven

 * New Maven graph layout switcher.
 * Navigator shows POM goals.
 * Additional web resources shown in Projects window.
 * Improved Maven performance when re-running Web applications.
 * Improved Maven performance of "Apply Code Changes" while
   debugging.

JavaScript

 * RequireJS Support
 * AngularJS navigation via hyperlinking from view to controllers.
 * Many enhancements for AngularJS in code completion between
   artifacts, such as code completion in the view to properties
   defined in controllers.
 * Code completion support in Knockout templates.
 * New editor support for creating JQuery widgets and plugins.
 * Debugging of JavaScript code executed in Nashorn (JDK 8+) script
   engine is supported.

HTML5

 * Android 4.4 WebKit debugging supported for Cordova 3.3+.
 * New Karma test runner support.
 * New Grunt build support.
 * Avatar.js is available in the Plugin Manager, via Tools | Plugins.
   After installation, you're able to create Avatar.js projects.

PHP

 * Support for PHP 5.6.
 * New support for Nette tester.
 * New support for PHP CS Fixer.
 * Enhancements for Twig, Latte, and Neon.
 * Composer supported by New Project Wizard.

C/C++

 * New Breadcrumbs feature for navigation in editor.
 * New GDB Console to enable usage of command line GDB mode.
 * New hints and code completions.
 * Improved remote performance.

Platform

 * Enhanced flexibility in the Window System, such as split of
   editor via drag and drop, and a new API to customize editor tabs.
 * New design of user interface for managing Project Groups.
 * Files in folders can be sorted by extension.

Miscellaneous

 * Profiler enhancements: Profile on embedded platforms, show
   thread owning monitor for lock contention, and improved Threads view.
 * Versioning enhancements: Support for Subversion 1.8 working
   copies, various enhancements to Git and Mercurial support.
 * Task Schedule and other new features in Tasks window for bug tracking.
2015-07-11 19:21:13 +00:00
khorben
087ed2256f Add a patch from upstream to add support for node bindings
Bumps PKGREVISION.
2015-07-11 15:05:57 +00:00
wen
6d5a43029a Update to 0.400002
Upstream changes:
0.400002 - 2015-06-21
  - revert whitespace changes that were inadvertantly included in previous
    release.
  - escape curly brackets in test to avoid warning in perl 5.22

0.400001 - 2015-05-23
  - accept either UTF-8 or ISO-8859-1 files and decode them
  - only treat bracketed text if it is on its own line with no other brackets
  - bump version.pm prereq to make sure it works properly
  - Let long tokens (like URLs) overflow rather than splitting them into
    multiple likes
  - Don't wrap on non-breaking spaces
  - Clean up packaging
  - Return undef for dates or notes that don't exist
  - Quote meta chars to fix a problem that clobbered dates
    with timezones due to the '+' char (GH #20)
2015-07-11 09:20:13 +00:00
khorben
7cb374b97a Also install the manual page for git-subtree(1)
Bumps PKGREVISION as well.
2015-07-10 17:51:02 +00:00
khorben
0f99618e9a Also depend on devel/git-contrib 2015-07-10 17:32:57 +00:00
khorben
f2f4de702b Mention it is used by devel/git-contrib/Makefile 2015-07-10 17:31:35 +00:00
khorben
c33ea3f545 Add git-contrib 2015-07-10 17:27:53 +00:00
khorben
a445d7cc24 Add devel/git-contrib version 2.4.5
Git is a free and open source distributed version control system
designed to handle everything from small to very large projects with
speed and efficiency.

Git is easy to learn and has a tiny footprint with lightning fast
performance. It outclasses SCM tools like Subversion, CVS, Perforce,
and ClearCase with features like cheap local branching, convenient
staging areas, and multiple workflows.

This package contains only some of the git contrib programs.
2015-07-10 17:26:53 +00:00
wiz
d246f8eae8 Convert to github.mk. 2015-07-09 14:09:44 +00:00
wiz
097dbce346 Update to 1.31:
* Version 1.31 (released 2015-07-08) [bet

** libidn: stringprep_utf8_to_ucs4 now rejects invalid UTF-8. CVE-2015-2059
This function has always been documented to not validate that the
input UTF-8 string is actually valid UTF-8.  Like the rest of the API,
when you call a function that works on UTF-8 data, you have to pass it
valid UTF-8 data.  Application writers appear to have difficulties
using interfaces designed like that, as bugs triggered by invalid
UTF-8 has been identified in a number of projects (jabberd2, gnutls,
wget, and curl).  While we could introduce a new API to perform UTF-8
validation, so that applications can easily implement the proper
checks, this appear error prone because there is a risk that the check
will be forgotten.  Instead, we took the more radical approach of
modifying the documentation and the implementation of the API.  The
intention is that all functions that accepts UTF-8 data should
validate it before use.  This will solve the problem for applications,
without needing to change them.  This change has the unfortunate
side-effect that Surrogate codes (see section 5.5 of RFC 3454) no
longer trigger the STRINGPREP_CONTAINS_PROHIBITED error code but
instead will trigger the newly introduced STRINGPREP_ICONV_ERROR error
code, as the gnulib/libunistring-based code that we use to test
UTF-8-compliance rejects Surrogate codes.  We hope that this is an
acceptable cost to live with in order to improve application security.
We welcome feedback on this solution, and we are marking this release
as beta rather than stable to signal that we may reconsider this
approach if people disagree.  Reported by several people including
Thijs Alkemade, Gustavo Grieco, Daniel Stenberg, and Nikos
Mavrogiannopoulos.

** libidn: Added STRINGPREP_ICONV_ERROR error code.

** libidn: Workaround valgrind/gcc/glibc issue.
Valgrind reported a 'Invalid read of size 4' that was caused by
optimized strlen implementation.  Reported and patch by Alessandro
Ghedini <alessandro@ghedini.me>.

** build: Use LOG_COMPILER instead of TESTS_ENVIRONMENT to fix valgrind use.
Errors caught by valgrind did not always trigger 'make check' failures
before.

** i18n: Updated Danish translation.
Thanks to Joe Hansen.

** API and ABI is backwards compatible with the previous version.
2015-07-09 14:02:04 +00:00
richard
287b689353 Update an upstream SunOS patch to explicitly check for c++ as well
when deciding to include stdbool.h or not.
Not bumping PKGREVISION as it should only affect nautilus builds, and
perhaps eog* and/or tellico*.
2015-07-09 13:53:51 +00:00
jperkin
0080ad2437 Use nbcompat, add some other patch comments. Fixes build on SunOS. 2015-07-09 11:56:58 +00:00
kamil
b84b72881d Add missing entry to USE_TOOLS: pkg-config
configure tries to discover capstone (and ssl) with pkg-config.
This issue was spotted thanks to BulkTracker.

In case of missing capstone, the radare2's Makefiles tries to fetch them
with git. The missing git was the direct reason to fail during bulk builds.

This package is prepared to reuse capstone from devel/capstone and never
fetch additional dependencies, during its build, from external sources.

Reviewed by <khorben>
2015-07-09 09:25:55 +00:00
khorben
6baabecb05 Make pkglint happier
This Makefile is now used by devel/radare2-valabind/Makefile as well.
2015-07-08 22:51:58 +00:00
khorben
48f86e4aef Add radare2-valabind 2015-07-08 22:49:01 +00:00
khorben
5db3c9c7dc Import devel/radare2-valabind version 0.9.2
radare2 is an advanced commandline hexadecimal editor
with a set of tools for working with binary files.

This package generates language bindings for radare2.
2015-07-08 22:48:02 +00:00
jperkin
b08993f1d0 Change PKGNAME to what dependencies expect. Fixes bulk builds. 2015-07-08 16:11:21 +00:00
wiz
08a13bf812 Update to 2.2.2:
2.2.2 - 2014/08/31

- Public header cleanup and documentation update.
- Update Doxygen config.
- Bug #73058: Add missing include for MacOS.
- Bug #72810: Fix typo in date test in MP3 handler.
- Bug #83313: Fix crash on invalid Exif (from Samsung)
- Fix valgrind testing for xmpcore.sh
- Fix delete / delete[] mismatch in ID3_Support.hpp

2.2.1 - 2013/06/29

- Bug #54011: Use POSIX API for files on MacOS. (Misty De Meo)
- Bug #58175: Replace OS X FlatCarbon headers. (Misty De Meo)
- Added a manpage for exempi(1).
- Added the -n option to the command line for arbitrary namespaces.

2.2.0 - 2012/02/21

- New 'exempi' command line tool.
- Upgrade XMPCore to Adobe XMP 5.1.2
  - Quicktime support now works without Quicktime.
  - Reconciliation with ID3v2.
  - "Blessed" 64-bits support (we already had it in exempi).
  - Slight change in the way XMP are written for MWG compliance.
  - Fixed a serious bug with RIFF.
  - Change in the way local text encoding is dealt with.
  - Alternative languages behave slightly differently by changing
    how the default language property is managed.
  - Probably a bunch of bugs fixed that I don't know about.
- Update unit tests.
  - Refactor the fixtures.
- Use automake silent rules instead of shave. (build only)
- "make dist" generate a bzip2 archive as well. (build only)
- Remove some obsolete warning flags. (build only)
- Build xmpcommandtool
- New: API xmp_files_get_format_info().
- New: API xmp_files_check_file_format().
- New: API xmp_files_get_file_info().
- New: API XMP_PROP_ARRAY_INSERT_BEFORE, XMP_PROP_ARRAY_INSERT_AFTER array options.
- New: C++ helpers in xmp++.hpp.

Bug fixes:

- Bug #37747: mismatch delete/delete[] and new/new[] (from Meego
  https://bugs.meego.com/show_bug.cgi?id=14661)
2015-07-08 11:58:33 +00:00