Age | Commit message (Collapse) | Author | Files | Lines |
|
{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
|
|
|
|
|
|
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.
|
|
Bumps PKGREVISION.
|
|
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)
|
|
Bumps PKGREVISION as well.
|
|
|
|
|
|
|
|
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.
|
|
|
|
* 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.
|
|
when deciding to include stdbool.h or not.
Not bumping PKGREVISION as it should only affect nautilus builds, and
perhaps eog* and/or tellico*.
|
|
|
|
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>
|
|
This Makefile is now used by devel/radare2-valabind/Makefile as well.
|
|
|
|
radare2 is an advanced commandline hexadecimal editor
with a set of tools for working with binary files.
This package generates language bindings for radare2.
|
|
|
|
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)
|
|
13.1.0 (2015-06-30)
~~~~~~~~~~~~~~~~~~~
* Upgrade pip to 7.1.0
* Upgrade setuptools to 18.0.1
|
|
|
|
Controls presence of boxes on Home and Project Overview. Uses additional boxes
provided by Basic Polls and Latest Forum Messages plugins; adds them to the list
of available blocks on My Page.
|
|
|
|
devel/ruby-redmine-flatly-light-theme.
Flatly light theme for Redmine.
|
|
|
|
|
|
First responsive theme for Redmine.
|
|
ruby-redmine-gitmike-theme
ruby-redmine-minimalflat-theme
ruby-redmine_bootstrap_kit
ruby-redmine_code_review
ruby-redmine_jenkins
ruby-redmine_lightbox2
ruby-redmine_theme_changer
ruby-redmine_work_time
|
|
moved to ruby-redmine.
|
|
|
|
be used with multiple Ruby versions simultaneously without CONFLICTing with each
other. Main difference is that SHAREDIR, EGDIR, and the helper scripts using RUBY_PKGPREFIX and RUBY_SUFFIX, where applicable. The rcvar will be
ruby_redmine${RUBY_PKGPREFIX} now. Discussed with MAINTAINER some time last
quarter.
Redmine is a flexible project management web application. Written using the Ruby
on Rails framework, it is cross-platform and cross-database.
Redmine is open source and released under the terms of the GNU General Public
License v2 (GPL). Some of the main features of Redmine are:
Multiple projects support
Flexible role based access control
Flexible issue tracking system
Gantt chart and calendar
News, documents & files management
Feeds & email notifications
Per project wiki
Per project forums
Time tracking
Custom fields for issues, time-entries, projects and users
SCM integration (SVN, CVS, Git, Mercurial, Bazaar and Darcs)
Issue creation via email
Multiple LDAP authentication support
User self-registration support
Multilanguage support
Multiple databases support
|
|
2015-07-04 meld 3.13.2
======================
Fixes:
* Several fixes for argument handling and tab creation:
* Create --diff created comparisons after args-created ones (Kai
Willadsen)
* Fix --label flag incorrectly applying to --diff created comparisons
(Kai Willadsen)
* Create --diff created comparisons after args-created ones (Kai
Willadsen)
* Fix relative path interpretation for --output when created from a
secondary instance (Kai Willadsen)
* Fix window presentation ordering when creating a secondary instance
(Kai Willadsen)
* Several fixes to unicode filename handling in git comparisons and
manually-assigned labels (Kai Willadsen)
* Fix incorrect comparison display caused by unicode (U+2028) newline (Kai
Willadsen)
* Fix not being able to activate some change bar actions by temporarily
disabling overlay scrolling support on GTK+ 3.14 (Kai Willadsen)
* Stop recreating duplicate recently-used file placeholders (Kai Willadsen)
* Fix out-of-date man page documentation (Kai Willadsen)
* Test fixes and testing improvements (Magnus Ihse Bursie)
* Documentation fixes (Anders Jonsson)
Translations:
* Gábor Kelemen (hu)
* Marek Černocký (cs)
* Pedro Albuquerque (pt)
|
|
Changes from Ant 1.9.5 TO Ant 1.9.6
===================================
Changes that could break older environments:
-------------------------------------------
Fixed bugs:
-----------
* ArrayIndexOutOfBoundsException when ZIP extra fields are read and
the entry contains an UnparseableExtraField.
https://issues.apache.org/jira/browse/COMPRESS-317
Other changes:
--------------
* Hidden <javaconstant> resource is published now. It reads the
value of a specified java constant.
|
|
1.51 2015-07-04 20:36:53Z
* convert tooling from Module::Build to ExtUtils::MakeMaker (resolves
circular dependency with MB on perl 5.21+)
|
|
|
|
|
|
1.1.9
- "./configure --enable-coverage" works now.
1.1.8
- no change
|
|
for multiple Python versions in parallel. Fixes PR pkg/49694.
|
|
From Jan Danielsson.
|
|
Changelog:
Git v2.4.5 Release Notes
========================
Fixes since v2.4.4
------------------
* The setup code used to die when core.bare and core.worktree are set
inconsistently, even for commands that do not need working tree.
* There was a dead code that used to handle "git pull --tags" and
show special-cased error message, which was made irrelevant when
the semantics of the option changed back in Git 1.9 days.
* "color.diff.plain" was a misnomer; give it 'color.diff.context' as
a more logical synonym.
* The configuration reader/writer uses mmap(2) interface to access
the files; when we find a directory, it barfed with "Out of memory?".
* Recent "git prune" traverses young unreachable objects to safekeep
old objects in the reachability chain from them, which sometimes
showed unnecessary error messages that are alarming.
* "git rebase -i" fired post-rewrite hook when it shouldn't (namely,
when it was told to stop sequencing with 'exec' insn).
Also contains typofixes, documentation updates and trivial code
clean-ups.
Git v2.4.4 Release Notes
========================
Fixes since v2.4.3
------------------
* l10n updates for German.
* An earlier leakfix to bitmap testing code was incomplete.
* "git clean pathspec..." tried to lstat(2) and complain even for
paths outside the given pathspec.
* Communication between the HTTP server and http_backend process can
lead to a dead-lock when relaying a large ref negotiation request.
Diagnose the situation better, and mitigate it by reading such a
request first into core (to a reasonable limit).
* The clean/smudge interface did not work well when filtering an
empty contents (failed and then passed the empty input through).
It can be argued that a filter that produces anything but empty for
an empty input is nonsense, but if the user wants to do strange
things, then why not?
* Make "git stash something --help" error out, so that users can
safely say "git stash drop --help".
* Clarify that "log --raw" and "log --format=raw" are unrelated
concepts.
* Catch a programmer mistake to feed a pointer not an array to
ARRAY_SIZE() macro, by using a couple of GCC extensions.
Also contains typofixes, documentation updates and trivial code
clean-ups.
|
|
|
|
New Portable Threads Library (nPth)
Packaged by adanbsd as pkgsrc/wip/npth.
|
|
-----------------------
1.7039 2015-06-28 18:05:10 PDT
[Improvements]
- Only enable softening of MakeMaker dependency when Module::Install is present (reported by haarg)
- Support .git URL with http protocol (shoichikaji) #468
1.7038 2015-06-22 18:04:44 PDT
[Releng]
- bump minimum perl requirement to 5.8.1 in META files
1.7037 2015-06-18 14:37:32 PDT
[Improvements]
- Bump CPAN-Meta-Check to 0.012 #465
- Bump HTTP-Tiny to 0.056
- Bump CPAN-Meta to 2.150005
- Bump CPAN-Meta-YAML to 0.016
1.7036 2015-06-05 22:07:50 PDT
[Improvements]
- Also soften MakeMaker depenency in runtime prereq, which is just a weird bug in an old
Module::Install pre 1.0
|
|
------------------
0.010004 - 2015-06-2
- fix tests to work reliably on win32
|
|
This release brings the following:
- support for more architectures (AARCH64, HP PA-RISC, Z80...)
- build fixes
- bug fixes
- more fortunes...
This change also brings Makefile.common and buildlink3.mk files, to
facilitate packaging radare2's companion releases (language bindings,
etc).
|
|
Mercurial 3.4.2 (2015-07-01)
changegroup: properly compute common base in changeggroupsubset (issue4736)
crecord: fix a typo introduced when moving crecord to core
crecord: fix three typos introduced while moving crecord into core
hgwebdir: avoid redundant repo and directory entries when 'web.name' is set
hgwebdir: don't allow the hidden parent of a subrepo to show as a directory
parsers: do not cache RevlogError type (issue4451)
pull: avoid race condition with 'hg pull --rev name --update' (issue4706)
templater: do not preprocess template string in "if" expression (issue4714)
templater: evaluate arguments passed to diff() appropriately
templater: parse \"...\" as string for 2.9.2-3.4 compatibility (issue4733)
transplant: only pull the transplanted revision (issue4692)
transplant: update test to use hash for remote transplant
|
|
|
|
This package does not need the php patches.
|