summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2013-06-07Update to 1.9.1ryoon3-37/+63
Changelog: Changes from Ant 1.9.0 TO Ant 1.9.1 =================================== Changes that could break older environments: ------------------------------------------- * Users who have their own ProjectHelper implementation will need to change it because the import and include tasks will now default the targetPrefix to ProjectHelper.USE_PROJECT_NAME_AS_TARGET_PREFIX. Users using the default ProjectHelper2 with ant need not worry about this change done to fix Bugzilla Report 54940. Fixed bugs: ----------- * Corrected XSLTC error in <junitreport>. Bugzilla Report 54641. * Provide more control over Zip64 extensions created by <zip> and related tasks. In particular no Zip64 extensions will be used at all by the <jar> task family by default - this is required for jars to be readably by Java5. Bugzilla Report 54762. * Fixed loading of external dependencies in JUnit task. Bugzilla Report 54835. * Target rewriting for nested "include" only works when "as" is specified. See also "Changes that could break older environments" Bugzilla Report 54940. Other changes: -------------- * strict attribute added to <signjar>. Bugzilla Report 54889. * simplifying Execute.getEnvironmentVariables since we are only running on Java 1.5 or higher now * Add conditional attributes Bugzilla report 43362 * Recommending to upgrade jsch to 0.1.50, particularly if you are using Java 1.7. jsch is the library behind the sshexec and scp Ant tasks. Versions of jsch older than 0.1.50 fail randomly under Java 1.7 with an error message "verify: false" Changes from Ant 1.8.4 TO Ant 1.9.0 =================================== Changes that could break older environments: ------------------------------------------- * Ant now requires at least Java 1.5 to compile and to run * FixCRLF used to treat the EOL value ASIS to convert to the system property line.separator. Specified was that ASIS would leave the EOL characters alone, the task now really leaves the EOL characters alone. This also implies that EOL ASIS will not insert a newline even if fixlast is set to true. Bugzilla report 53036 * The CommandLauncher hierarchy that used to be a set of inner classes of Execute has been extracted to the org.apache.tools.ant.taskdefs.launcher package. * Any FileResource whose represented File has a parent also has a basedir. * Removing the Perforce Ant tasks replaced by tasks supplied by Perforce Inc. * Setting the default encoding of StringResource to UTF-8 instead of null * Upgrade JUnit 4 to JUnit 4.11 Fixed bugs: ----------- * Made VectorSet faster. Bugzilla Report 53622. * Incorrect URLs in Ant child POMs. Bugzilla Report 53617. * Subclasses of JUnitTask did not correctly find junit.jar. Bugzilla Report 53571. * External XML catalog resolver failed to use project basedir when given an unmentioned relative path like the internal resolver does. Bugzilla Report 52754. * Fixed some potential stream leaks. Bugzilla Reports 52738, 52740, 52742, 52743. * Updated documentation to fix spelling errors / broken links. Bugzilla Reports 53215, 53291, 53202 * Unable to override system properties. It was not possible not to override system properties from the command line (or from a property file). Bugzilla Report 51792 * <javac> by default fails when run on JDK 8. Bugzilla Report 53347. * ExtensionPoint doesn't work with nested import/include Bugzilla Report 53405. * <packagemapper> failed to strip the non-matched parts with handledirsep="true". Bugzilla Report 53399. * <expandproperties> filter caused a NullPointerException when input was empty. Bugzilla Report 53626. * <get> now supports HTTP redirects using status code 307. Bugzilla Report 54374. * ssh tasks prompt for kerberos username/password under Java 7 Bugzilla Report 53437. * Zip task on <mappedresources> that excludes certain files by way of the mapper resulted in a NullPointerException Bugzilla Report 54026 * The ant launcher script should properly detect JAVA_HOME on MacOS X 10.7 Bugzilla Report 52632 * Depend task does not handle invokeDynamic constant pool entries - java.lang.ClassFormatError: Invalid Constant Pool entry Type 18 Bugzilla Report 54090 * Base64Converter not properly handling bytes with MSB set (not masking byte to int conversion) Bugzilla Report 54460 * The size resource comparator would return wrong results if file sizes differed by more than 2 GB. Bugzilla Report 54623 * Unable to encode properly into UTF-8 when the system property file.encoding is set to ANSI_X3.4-1968. Bugzilla Report 54606 * JUnit4 tests marked @Ignore do not appear in XML output Bugzilla Report 43969 Other changes: -------------- * merged the ZIP package from Commons Compress, it can now read archives using Zip64 extensions (files and archives bigger that 4GB and with more that 64k entries). * a new task <commandlauncher> can be used to configure the CommandLauncher used by Ant when forking external programs or new Java VMs. Bugzilla Report 52706. * merged the TAR package from Commons Compress, it can now read archives using POSIX extension headers and STAR extensions. * merged the BZIP2 package from Commons Compress, it can now optionally read files that contain multiple streams properly. * <bunzip2> will now properly expand files created by pbzip2 and similar tools that create files with multiple bzip2 streams. * <tar> now supports a new "posix" option for longfile-mode which will make it create PAX extension headers for long file names. PAX extension headers are supported by all modern implementations of tar including GNU tar. This option should now be used in preference to "warn" or "gnu" as it is more portable. For backwards compatibility reasons "warn" will still create "gnu" extensions rather than "posix" extensions. * The ProjectHelper class now exposes a method to be used by third party implementations to properly resolve the binding between target extensions and extension points. Bugzilla Report 53549. * Make extension point bindable to imported prefixed targets Bugzilla Report 53550. * Add the possibility to register a custom command line argument processor. See org.apache.tools.ant.ArgumentProcessor and manual/argumentprocessor.html * add the possibility to suppress stdout in the sshexec task. Bugzilla Report 50270. * add an encoding attribute to the contains selector. This will be useful to use the contains selector if the encoding of the VM is different from the encoding of the files being selected. * support for GNU Classpath. Bugzilla report 54760.
2013-06-07Add patch from upstream maintainer to avoid nonportable assumption ingdt3-3/+22
test code.
2013-06-07Update to 1.59wen2-7/+6
Upstream changes: 1.59 2013-06-05 23:10:30 America/New_York [FIXED] - Fixed bug in finding right perl for -V output [rt.cpan.org #85823] 1.58 2011-07-19 12:07:53 America/New_York - Deprecates email-transport related attributes and methods - Adds new 'Null' transport as default - Removes legacy transport classes (See Test::Reporter::Transport::Legacy if needed) - Removes 'cpantest' command line program
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz130-260/+260
NetBSD 6, requested by tron.
2013-06-05Explicitly disable doctool to prevent generating g-ir-doc-tool.taca1-2/+2
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron151-302/+302
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-04Use stdint.h instead of cstdint in patches to prevent c++0x/c++11 beingfhajny3-7/+7
dragged in as requirement.
2013-06-04Update to 1.7.3:wiz3-8/+11
2013-5-4 meld 1.7.3 ==================== Features: * Support launching conflict comparisons from Subversion (Louis des Landes) * The external text editor setting now supports opening files at a particular line number (Konstantin Starojitski) * A host of minor improvements to the version control UI, including: * Add a new Push action for VC modules, currently supported in Git (Kai Willadsen) * Show a summary of unpushed commits, currently supported in Git (Kai Willadsen) * Reworked commit dialog, including more details about files to be committed and more useful previous-log selection (Kai Willadsen) * Console output for VC comparisons is now formatted to better distinguish commands, output and errors (Kai Willadsen) * Support better sensitivity handling in VC comparisons, currently implemented by Git (Kai Willadsen) * Sundry minor UI improvements: * Much HIG-ification and better wording for actions, dialogs and labels (Kai Willadsen, with diligent bug reporting from Adam Dingle) * Make columns user-resizable in version control and folder comparisons (Kai Willadsen) * There is now a Save All action, to save all modified files in the current comparison (Kai Willadsen) * Rather than giving up on long inline-highlighting comparisons, Meld now prompts to continue the comparison (Kai Willadsen) * F5 is now a additional shortcut for Refresh (Kai Willadsen) * Reload has been renamed to Revert and its UI has been improved for file comparisons (Kai Willadsen) Fixes: * Version control updates and miscellaneous fixes (Dominique Leuenberger, Louis des Landes, Timothy Babych, Kai Willadsen) * When guessing file types for syntax highlighting, we now use file contents as well as extension (Kai Willadsen) * Prev/Next Change navigation now centres changes slightly more aggressively (Kai Willadsen) Translations: * Daniel Mustieles (es) * Gabor Kelemen (hu) * Inaki Larranaga Murgoitio (eu) * Jiro Matsuzawa (ja) * Marek Černocký (cs) * Martin Srebotnjak (sl) * Matej Urbančič (sl) * Pere Orga (ca) * Piotr Drąg (pl) * Rafael Ferreira (pt_BR) * Мирослав Николић (sr, sr@latin)
2013-06-04Update to 0.15. From the changelog:schmonz2-7/+6
- pherkin now accepts an output type via -o, eg: pherkin -o TestBuilder ; pherkin -o TermColor This is a partial solution to: https://github.com/sheriff/test-bdd-cucumber-perl/issues/8 - Use the original verb that the test file used https://github.com/sheriff/test-bdd-cucumber-perl/issues/9 - Actually apply the Test::Builder 1.5 stuff - Command-line options for pherkin thanks to cursork - Reintroduced the "auto_corpus" tests, and made them work
2013-06-04Update lua-filesystem to 1.6.2.fhajny2-6/+7
Version 1.6.2 [??/Oct/2012] * Full Lua 5.2 compatibility (with Lua 5.1 fallbacks) Version 1.6.1 [01/Oct/2012] * fix build for Lua 5.2 Version 1.6.0 [26/Sep/2012] * getcwd fix for Android * support for Lua 5.2 * add lfs.link * other bug fixes
2013-06-04Remove unused file.wiz1-17/+0
(The package only installs a loadable module, so it should never be necessary.)
2013-06-04Replace py-curses/buildlink3.mk with DEPENDS.wiz2-19/+2
There are no buildlink3-relevant files here, just a loadable module.
2013-06-04Replace py-readline/buildlink3.mk with DEPENDS.wiz3-19/+3
There are no buildlink3-relevant files here, just a loadable module.
2013-06-03+ openrcsasau1-1/+2
2013-06-03Remove accidentally imported files.asau2-14/+0
2013-06-03Import OpenRCS version 20110824192219 as devel/openrcsasau1-4/+1
OpenRCS is BSD-licensed implementation of RCS, Revision Control System
2013-06-03Import OpenRCS version 20110824192219 as devel/openrcsasau7-0/+67
OpenRCS is BSD-licensed implementation of RCS, Revision Control System
2013-06-03revert unintended commitwiz1-2/+2
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz151-292/+303
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-06-03Use the correct CMake define, from wiz. Fixes SunOS build.jperkin2-1/+17
2013-06-02Update to 0.6.45:wiz2-6/+6
------ 0.6.45 ------ * Issue #379: ``distribute_setup.py`` now traps VersionConflict as well, restoring ability to upgrade from an older setuptools version. ------ 0.6.44 ------ * ``distribute_setup.py`` has been updated to allow Setuptools 0.7 to satisfy use_setuptools.
2013-06-02Update to 2.6.2:wiz2-6/+6
This is a regularly-scheduled bugfix release. amend: complain more comprehensibly about subrepos blackbox: fix blackbox causing exceptions in tests blackbox: fix recording exit codes (issue3938) dirstate: don't overnormalize for ui.slash graft: refuse to commit an interrupted graft (issue3667) help: fix role/option confusion in RST help: stop documentation markup appearing in generated help
2013-06-02+py-tabulardholland1-1/+2
2013-06-02Import Python module "tabular" version 0.1 as py-tabular.dholland5-0/+101
Tabular data can be easily represented in Python using the language's native objects. These representations typically do not support important tabular data manipulations, like efficient column selection, matrix mathematics, or spreadsheet-style operations. Tabular is a package of Python modules for working with tabular data. Its main object is the tabarray class, a data structure for holding and manipulating tabular data. By putting data into a tabarray object, you'll get a representation of the data that is more flexible and powerful than a native Python representation. Tabarray provides: . ultra-fast filtering, selection, and numerical analysis methods, using convenient Matlab-style matrix operation syntax . spreadsheet-style operations, including row & column operations, 'sort', 'replace', 'aggregate', 'pivot', and 'join' . flexible load and save methods for a variety of file formats, including delimited text (CSV), binary, and HTML . sophisticated inference algorithms for determining formatting parameters and data types of input files
2013-06-01Bump PKGREVISION.ryoon3-2/+25
Fix build on Solaris 10, PR pkg/47865. * Do not make man pages, use shipped version. Generating man pages required groff's soelim and pic. * Use pdksh for build-aux/extract-help script. Solaris's /bin/sh does not work properly with it.
2013-06-01Also needs newer fontconfig, says ryoon.wiz1-2/+2
2013-06-01Needs cairo-1.12.10, says prlw1.wiz1-2/+2
2013-06-01Update to 1.34.1:wiz2-7/+6
Overview of changes between 1.34.0 and 1.34.1 ============================================= - 96238 - PangoAttrFilterFunc vs pango_attr_list_filter docs - Update win32/CoreText shaper signature - Fix CoreText scaling (again) - Align word breaking with newer Unicode specs Overview of changes between 1.33.9 and 1.34.0 ============================================= No changes Overview of changes between 1.33.8 and 1.33.9 ============================================= - Port PangoWin32 to use GWeakRef - 682846 - Use G_DEFINE_TYPE in pangowin32-fontmap - Fix scale in pangocairo-threads test - Misc Win32 build fixes Overview of changes between 1.33.7 and 1.33.8 ============================================= - 694095 - Fails make check: -pango_cairo_win32_font_map_get_type - 668154 - GTK+ Crashes on Non BMP utf-8 charpoints - 694626 - Add pango_font_map_changed - 694626 - PangoFc: change FontMap in pango_fc_font_map_clear_cache - 694830 - Fails make check: +pango_font_map_change - 694918 - Pango layout is misrendered with non-identity transformation - 694882 - build broken - introspection of pangoxft2 and pangoxft Overview of changes between 1.32.6 and 1.33.7 ============================================= - Allow enabling font features through fontconfig snipplets - Fix an infinite loop when starting Inkscape
2013-06-01Update p5-Devel-Size to 0.79, compatibility fix for perl-5.18.obache2-7/+6
Revision history for Perl extension Devel::Size. 0.79 2013-05-12 nicholas [no changes] 0.78_52 2013-05-10 nicholas * Fix the bug in the previous fix. Oops :-) 0.78_51 2013-05-10 nicholas * v5.17.1 and later handle CopSTASH differently under ithreads 0.78_50 2013-05-10 nicholas * Alternative test for CvOUTSIDE, and one for CvPADLIST * v5.17 changes the type of PADLIST [CPAN #83904] * stubbed subs no longer have CvOUTSIDE set [CPAN #77913] * Fix for v5.17.2's OP slab allocator [CPAN #83903] * Spelling fix to docs from gregor herrmann [CPAN #78766]
2013-05-31Update glib2 to 2.36.2prlw15-15/+13
gdbus-codegen has grown a --xml-files option for introspection XML files. * Bug fixes: 697887 GVariant: fix transfer annotation 699485 tests/mappedfile: Also handle ENOMEM 699493 SOCKS5 proxy code crashes if it cannot authenticate 699500 gbitlock: fix this to not unconditionally use futex emu... Fix a hang in pidgin * Translation updates: Indonesian Italian Lithuanian Norwegian bokmål Polish Serbian Slovenian
2013-05-31Update to 0.02. From the changelog:schmonz2-7/+6
- Re-packaging without auto_install(). (ANDK)
2013-05-31Bump all packages for perl-5.18, thatwiz868-1609/+1736
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2013-05-31Bump all packages for perl-5.18, thatwiz2-4/+4
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2013-05-30let us backout and not be hasty to use autotools in devel/diffutils 2/2richard1-25/+0
2013-05-30let us backout and not be hasty to use autotools in devel/diffutilsrichard2-9/+2
2013-05-30Since 0.15.2, dconf needs gdbus-codegen to build.prlw11-1/+2
Thanks to joerg@ for report.
2013-05-29Fix build with mono 3.wiz2-1/+19
2013-05-29Changes 2.8.11:adam4-29/+18
This new release of CMake features the introduction of Target Usage Requirements and a Generator Toolset Selection for Visual Studio and XCode, as well as a variety of other improvements. With the Target Usage Requirements, developers can now specify target usage requirements for their consumers such as include directories and preprocessor definitions, whereas in previous versions only link dependencies were supported. Additionally, with the target_link_libraries(myexe yourlib), developers can now build myexe sources with requirements specified by yourlib. There are also a new target include directory and target compile definitions commands that offer public, private, and interface options. The detailed discussion on this topic is available on the KDE website. The new Generator Toolset selection for Visual Studio and XCode inform the IDE which compiler toolchain to use. Other improvements include the introduction of the ExternalData Module and the ability to reference data unambiguously from source tree by the content hash.
2013-05-28Honor wrapper paths.joerg2-3/+12
2013-05-28Resolve a few more boost::shared_ptr uses.joerg2-1/+24
2013-05-28Changes 8.33:adam3-7/+12
The Just-In-Time compiler (JIT) now supports all pattern features, including callouts and the backtracking verbs. In addition, some bugs are fixed and there are minor performance enhancements.
2013-05-27Update dconf / dconf-editor to 0.16.0prlw16-42/+45
Many improvements, bug fixes and translation updates: https://git.gnome.org/browse/dconf/tree/NEWS?id=0.16.0 Highlights: This release more or less completes the rewriting of dconf-service. Support for backends are now fully-realised (and we have a couple of them as proof). Many small bugs (some with serious symptoms) have been fixed vs. the last release. - new icons: hicolor icons have been updated and a HighContrast set added - loosen some assertions on the order of messages being returned from the service. D-Bus violates this order in the case that the service crashes and that's no reason to take the client with it as well. - add some backends to the dconf-service (that were 'considered' as per the last NEWS). The first backend is a null backend that allows for a temporary database tied to the lifetime of the session, possibly useful for testing. - also add a new 'keyfile' backend for the service. This is primarily intended to be used with NFS (where use of mmap is not safe) - add a mkdir() in the case of an empty home directory where ~/.config/dconf does not already exist - the service has been substantially rewritten - using gdbus-codegen - cache the file contents instead of read/modify/write each time - new DConfWriter abstraction allows considering support for backends - uses only POSIX IO (read and write syscalls) for database access - workaround mmap() bug on OpenBSD
2013-05-27Version 1.2.8 fixes a very rare bug in decompression. All users are ↵adam21-148/+308
encouraged to upgrade immediately. Version 1.2.8 also has these improvements: * Add new inflateGetDictionary() function * Fix bug where gzopen() immediately followed by gzclose() would write an empty file instead of an empty gzip stream. * Fix bug in gzclose() when gzwrite() runs out of memory
2013-05-27Update to 0.004wen2-8/+7
Update DEPENDS Upstream changes: 0.004 2013-05-15 00:04:46 Europe/Amsterdam Reinstate loading of CPAN::Meta 0.003 2013-05-14 23:16:36 Europe/Amsterdam Sort dependencies before displaying them check_dependencies() can now optionally also test recommended and suggested prerequisites
2013-05-27Update to 0.96wen2-7/+6
Upstream changes: 2013-05-24 Jarkko Hietaniemi <jhi@iki.fi> * Mop-up release for 0.95. Still is and will be unsupported. * Release as 0.96. 2013-05-23 Jarkko Hietaniemi <jhi@iki.fi> * Address rt.cpan.org #85449: "Graph-0.94 tests fail under perl 5.18.0" * Address rt.cpan.org #82324: "Test failures due to hash randomisation in perl 5.17.6" The two above fixes were the same: the biconnectedness code was rewritten from scratch. The new code behaves differently (but I believe more correctly) on certain edge cases, in general it will generate more biconnected components and bridges, for example for "a=b=c" it will now return the same two biconnected components and bridges (cut edges), namely "a=b" and "b=c", the "b" of course being the articulation point (cut vertex). * Address rt.cpan.org #67213: "[PATCH] pod fixes" * Remove the t/u_bo.t and t/u_bo1.t since they die in 5.18 due to some strange failure, looks unrelated to Graph as such, probably some fix/change made by newer Perls. * Release as 0.95.
2013-05-26Update to 0.6.43:wiz3-10/+13
------ 0.6.43 ------ * Issue #378: Restore support for Python 2.4 Syntax (regression in 0.6.42). ------ 0.6.42 ------ * External links finder no longer yields duplicate links. * Issue #337: Moved site.py to setuptools/site-patch.py (graft of very old patch from setuptools trunk which inspired PR #31). ------ 0.6.41 ------ * Issue #27: Use public api for loading resources from zip files rather than the private method `_zip_directory_cache`. * Added a new function ``easy_install.get_win_launcher`` which may be used by third-party libraries such as buildout to get a suitable script launcher.
2013-05-26security update for RT3, fixing:spz4-9/+12
CVE-2013-3368 CVE-2013-3369 CVE-2013-3370 CVE-2013-3371 CVE-2013-3372 CVE-2013-3373 CVE-2013-3374 It also includes a database upgrade, so please make sure to run `make upgrade-database`. Changes in detail are: 3.8.15->3.8.16: ruz stop RT from locking on "large" mails ruz make sure data is recorded (tests) alexmv Remove bogus argument to ->get(), which fail on HTTP::Message >= 5.05 alexmv Ensure that tickets are destroyed before global destruction, in more alexmv Work around a bug in perl < 5.13.10 with open($fh, ">:raw", \$string) sunnavy destroy more tickets and objects before global destruction for modern tsibley Remove the "signature" paragraph from the README's explanation of RT 3.8.16->3.8.17: alexmv Ensure that filenames in inline image attributes are HTML-escaped alexmv Deny direct access to callbacks alexmv Protect calls to $m->comp with user input in ColumnMap alexmv Ensure that subjects cannot contain embedded newlines alexmv Remove filename= suggesions from Content-Disposition lines alexmv Ensure consistent escaping of filenames in attachment URIs alexmv Ensure that URLs placed in HTML attributes are escaped correctly, to prevent XSS injection alexmv Ensure that the default replacement does not pass through unescaped content alexmv Use File::Temp for non-predictable temporary filenames
2013-05-26Update to 0.4.ryoon4-34/+13
Changelog: 0.4 @ 2013-05-16 Fix buggy handling of -k option. Add --remote (-e) and --stripprefix (-s) options. Avoid recursion overflow on very large repos. The fast-import stream ops are now emitted in the same order git uses.
2013-05-26Update to 0.0.0.133.ryoon2-14/+15
* Update HOMEPAGE and MASTER_SITES. * Supported ruby version is 1.8.x only. Changelog: * buxfixes
2013-05-26Update to 0.0.0.46.ryoon2-13/+14
* Update HOMEPAGE and MASTER_SITES. * Supported ruby version is 1.8.x only. Changelog: * bugfixes