summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2014-04-08Changes 2.11.02:adam4-17/+19
* Add the XSAVEC, XSAVES and XRSTORS family instructions. * Add the CLFLUSHOPT instruction.
2014-04-08Add LICENSE=gnu-gpl-v2.hiramatsu1-1/+2
2014-04-07Changes 1.36.3:adam3-10/+11
- Fix builddir != srdir builds - Avoid a crash when FT_Face is NULL - Win32 build fixes - Update pango_color_parse docs
2014-04-07Use recent help2man `--no-discard-stderr' to build util/texi2dvi manpage.richard2-1/+16
2014-04-07Update devel/p5-CPAN-Meta-YAML to 0.012.hiramatsu2-7/+6
Changes from previous: ---------------------- 0.012 2014-02-24 13:07:18-05:00 America/New_York - Generated from ETHER/YAML-Tiny-1.61.tar.gz 0.011 2014-02-13 20:30:30-05:00 America/New_York - Generated from ETHER/YAML-Tiny-1.60.tar.gz 0.010 2013-09-23 13:11:20 America/New_York - Generated from ETHER/YAML-Tiny-1.55.tar.gz - Fix broken test when copying from YAML-Tiny - updated Makefile.PL logic to support PERL_NO_HIGHLANDER 0.009 2013-09-23 10:16:19 America/New_York - Generated from ETHER/YAML-Tiny-1.55.tar.gz - Makefile.PL will use UNINST=1 on old perls that might have an old version incorrectly installed into the core library path
2014-04-06Update to 2.5. Set LICENSE. Fixed HOMEPAGE and MASTER_SITES. Don't hide therodent2-20/+24
`cd' command. Use INSTALLATION_DIRS instead of INSTALL_DATADIR. Fix line lengths in do-install phase. Use PKGBASE for INSTALLATION_DIRS. From CHANGES: - LibWhisker is now licensed under the 'simplied' (2 clause) BSD license. - Added the {whisker}->{allow_short_reads} option, which will return success if some body data is read but it is less than the server-advertised content length. Thanks to Dave Lodge for the suggestion. - Thomas Reinke pointed out that cookie_parse() was lowercasing cookie names, which causes problems if the server is being case-sensitive with cookie names. - Fixed a documentation typo for uri_absolute(). Thanks to Sullo for pointing it out. - A bug in http_fixup_request() would append a port to the Host header even if there was already one. Thanks to Sullo for reporting it. - Francisco Amato recommended two new anti-IDS modes that involve using 0x0d and 0x0b as request separator/spacers. IDS modes 'A' and 'B' were added, respectively.
2014-04-04Update to 1.2.1ryoon5-28/+28
Changelog: tig-1.2.1 --------- Incompatibilities: - Move manual and man pages to doc/ directory and rename AsciiDoc files to have .asciidoc as the extension to make them render on GitHub. Improvements: - Show blob sizes in the tree view either as bytes or using binary unit prefixes. Example: `set show-file-size = units`. (GH #163) - Reduce main view memory usage and startup time, especially when revision graph rendering is disabled. (GH #160) Bug fixes: - Fix submodule-related setup to check for non-zero return value from setenv(). (GH #188)
2014-04-04Bump PKGREVISIONryoon1-3/+3
* It seems that git-base is sufficient
2014-04-04Update to 3.8ryoon2-6/+6
Changelog: 3.8: 2014-03-28 New transcode command for moving metadata to UTF-8. New @dsc() function for selecting all descendants if a selection set. 3.7: 2014-03-15 New --dedos option for filter command, to change \r\n line endings to \n. New append command for annotating comments. The 'b' search code has been changed to appropriately match non-commits. New form of 'graft' allows greater control over graft points. New =I selector to find non-UTF-8 commit metadata. Import stream comments led with # are preserved as passthroughs. Buggy text search of authors fields has been fixed. 3.6: 2014-02-19 Major rewrite of the generic conversion makefile. Fixed a bug in the graft and unite commands, thanks to Ralf Schlatterbeck. 3.5: 2014-02-16 Single fossil or tag names now select as if surrounded by <>. Fixed more bugs in debranch. 3.4: 2014-02-14 @amp() function useful for logic-gating in conjunctive expressions. New 'assign' command allows precomputation of expensive selections. There's an 'unassign' as well. exec/eval facility for custom Python extensions. path rename has a --relax and --force options to deal with path collisions New --changelog option of coalesce can recognize FSF-style ChangeLog files. 3.3: 2014-02-11 Set negation in selections with ~. @min() and @max() in selections. 'define' by itself lists macros. New 'deletes' option in the remove command.
2014-04-04Update to 1.10ryoon3-10/+10
Changelog: 1.10 @ 2014-03-28 Prepends CVS default ignores to converted .cvsignores. Generates a .gitignore containing default CVS ignores when necessary.
2014-04-04Remove outdated patch.wiz1-17/+0
2014-04-04Update to 2.2.0wen2-8/+9
Upstream changes: 2.2.0 2014-04-03T22:34:42Z - Fixed #16 - inconsistent coercion/validation of Bool type (tokuhirom) 2.1.1 2014-03-26T13:23:48Z - Fixed #18 (tokuhirom) 2.1.0 2013-11-26T13:15:54Z - Dropped 5.6.2 support - Migrated to Minilla
2014-04-04Add p5-Module-Build-XSUtilwen1-1/+2
2014-04-04Import Module-Build-XSUtil-0.06 as devel/p5-Module-Build-XSUtil.wen3-0/+27
Module::Build::XSUtil is subclass of Module::Build for support building XS modules.
2014-04-04Add p5-Devel-CheckCompilerwen1-1/+2
2014-04-04Import Devel-CheckCompiler-0.05 as devel/p5-Devel-CheckCompiler.wen3-0/+25
Devel::CheckCompiler is a checker for compiler's availability.
2014-04-03Fix build with freetype-2.5.1.wiz2-1/+18
2014-04-02Update to 2.9.2:wiz2-6/+6
This is a regularly-scheduled bugfix release. amend: save commit message into ".hg/last-message.txt" backout: correct commit status of no changes made (BC) (issue4190) backout: document return code of merge conflict commit: create new amend changeset as secret correctly for "--secret" option commit: propagate --secret option to subrepos (issue4182) convert: more clear documentation of the 'include' default of a 'include .' dispatch: only do import(debugger) when a debugger is requested log: solves bug regarding hg log -r 0:null (issue4039) hg: introduce "wirepeersetupfuncs" to setup wire peer by extensions (issue4109) hg: use "os.path.join()" to join path components which may be empty (issue4203) histedit: save manually edited commit message into ".hg/last-message.txt" localrepo: save manually edited commit message as soon as possible merge: fix lack of "%s" in format string causing TypeError at runtime paper: overlapping of section title on help pages (issue4051) phase: say "Returns 0" instead of "Return 0" like other command help qfold: save manually edited commit message into ".hg/last-message.txt" qnew: save manually edited commit message into ".hg/last-message.txt" rebase: use "commitforceeditor" instead of "ui.edit()" for "--collapse" revset: document the regular expression support for tag(name) subrepo: add trailing newlines to warnings subrepo: convert matched string to integer before comparing Git version subrepo: only retrieve the first two components of the Git version tag: save manually edited commit message into ".hg/last-message.txt" templater: apply "stringify()" on sub expression to get string correctly templater: avoid recursive evaluation of string literals completely templater: make strings in template expressions be "string-escape"-ed correctly templater: raise error for unknown function
2014-04-02Add and enable p5-CHI.schmonz1-1/+2
2014-04-02Add p5-CHI.schmonz3-0/+60
CHI provides a unified caching API, designed to assist a developer in persisting data for a specified period of time. The CHI interface is implemented by driver classes that support fetching, storing and clearing of data. Driver classes exist or will exist for the gamut of storage backends available to Perl, such as memory, plain files, memory mapped files, memcached, and DBI. CHI is intended as an evolution of DeWitt Clinton's Cache::Cache package, adhering to the basic Cache API but adding new features and addressing limitations in the Cache::Cache implementation. * Easy to create new drivers * Uniform support for namespaces * Automatic serialization of keys and values * Multilevel caches * Probabilistic expiration and busy locks, to reduce cache miss stampedes * Optional logging and statistics collection of cache activity
2014-04-01Update to 2.0.0:wiz3-27/+18
Changes not found.
2014-04-01Update libmemcached to 1.0.18.fhajny8-64/+60
Changes in 1.0.18: - MEMCACHED_BEHAVIOR_RETRY_TIMEOUT can now be set to zero. - Numerous bug fixes.
2014-03-31Update rudiments to 0.46.fhajny7-200/+105
Changelog: 0.46 - updated filedestination::open to take a permissions parameter - added deployment projects for windows - tweaked make.batch install target to install 32-bit files under C:\Program Files (x86) - wrapped waitpid() in process class - added #define _WINSOCKAPI_ before windows.h includes to prevent redefintion of winsock defs later - fixed O_RDONLY detection on windows in file::openInternal - fixed shared memory segment sizing error on windows - fixed O_CREAT without O_EXCL bug on windows - fixed backwards loaddependencies flag in dynamiclib for windows - added file::eightDotThree - added charstring::stripSet and updated charstring::strip to return true/false if stripping occurred or not - removed stubs for unimplemented classes 0.45 - got the directory class working on windows - got the semaphoreset class working on windows - implemented passwd/groupentry::getSid and an internal id-name-sid map for windows - removed meaningless groupentry::getPassword - improved filesystem class implementation for Windows significantly - added a test for the memorymap class - got the memorymap class implementation working on Windows - got the sharedmemory class working on windows - added support for microseconds to the datetime class - build-tweaks for mingw32 - added process::spawn that maps more cleanly on windows than fork/exec - added thread class - added send/receiveSocket methods to filedescriptor class for systems like Windows that distinguish between sockets and other file descriptors - improved file class implementation for Windows - fixed a bug that caused all connect-with-timeout calls to fail - fixed a bug that caused permissions::setFilePermissions to fail on directories 0.44.1 - configure scripts attempts link for various _r functions now to catch cases where they're defined in the headers but not present in the library - tweaks for dlopen/dlsym on linux libc5 - reordered netinet/in.h and netinet/tcp.h includes for linux libc5 - configure script tweaks for OSR500 - extern "C" wrapper around sys/times.h for OSR500 - added xmldomnode::append/insertTag methods 0.44 - fixed inet_aton test to attempt link, not just compile - fixed vsnprintf test to work on arm linux - filedescriptor::printf now uses vdprintf, if available, if writes are not being buffered, and vasprintf, if available, if writes are being buffered - fixed a memory leak in filedescriptor::printf - added multiarch detection - applied Simon Martin's getenv-related patch to reset errno and allow getenv to return NULL - fixed a situation where an infinte loop could occur if getenv returned NULL and the most recent error from another system call was EINTR - added missing print() for const char *'s in linkedlistutils - tweaks for OSR505 - a few xmlsax optimization fixes - renamed *Data methods to *Value in linkedlist and dictionary classes - removed print methods and unlikely-to-be-used static methods from *entry classes - refactored the static convenience methods of the *entry classes - refactored xattr code a little to make it smaller - removed static methods from filesystem class to make it smaller - removed some static methods from file class to make it smaller - removed the clientserverfactory class - slight refactoring of linkedlist and dictionary classes - various process class fixes for Windows 0.43 - added a workaround for platforms that don't support blocking/non-blocking modes for sockets - added *printf wrappers to charstring, filedescriptor and stringbuffer classes - added test/include for sys/signal.h for platforms that need it - added support for uadmin with int vs. char 3rd argument - added snooze and retry if fork fails with EAGAIN - moved safePrint and printBits methods into the filedescriptor class - added a test and handling for fsetxattr with non-const third parameter - "hid openssl" by abstracting SSL types and moving includes into .cpp files - fixed erroneous end-of-buffer address when creating a variablebufferis with initial contents - added option to disable string cache in xmldom class - added "data" member to xmldomnode class for attaching app-specific data - improved codetree speed - fixed a "char" on ARM issue - fixed a longstanding issue where variablebuffers could get extended too much sometimes - renamed system class to sys to avoid collisions - added -Werror to configure-time tests for older systems where g++ doesn't return an error for an implicitly defined function - removed the rudiments namespace for compatibility with older compilers - replaced a bunch of unsigned long and long with [u]int(32|64)_t - removed the timezonefile class - renamed mutex class to threadmutex to avoid collisions - wrapped setsid() function - refactored and simplified dictionary and linkedlist classes - if thread detection fails it just disables threads now rather than erroring out - thread support is displayed in configure summary - refactored xmldomnnode::print() methods, added one to write to a filedescriptor - renamed memorypool methods malloc, calloc and free to allocate, allocateAndClear and deallocate to avoid collisions on platforms that define malloc and calloc using macros - fixed lots of cases where const char *'s were being deleted - renamed *serversocket to *socketserver - renamed *clientsocket to *socketclient - added 64-bit build support for Windows - refactored daemonprocess class and moved its methods into the process class
2014-03-31Fix fprintf format string (already fixed the same way in src).wiz1-2/+2
2014-03-31Fix "implicit conversion changes signedness" warnings in installedwiz1-2/+2
header files. Reported as https://svn.boost.org/trac/boost/ticket/9725 Bump boost-headers PKGREVISION.
2014-03-31Update to 1.19.0:wiz2-6/+6
Alan Coopersmith (1): XORG_COMPILER_FLAGS: Add -Wlogical-op to default warning set Arnaud Fontaine (1): Add XORG_WITH_M4 macro Gaetan Nadon (3): Bump minimum Autoconf required version to 2.62 Provide the automake INSTALL file at level 1.11 Version bump: 1.19.0 Hans de Goede (1): XORG_PROG_RAWCPP: Add TRADITIONALCPPFLAGS
2014-03-31Update to 6.2.11:wiz2-6/+6
Version 6.2.11 - March 12 2014 [CHANGES] New facilities: o global: New -S (--scope) <directory> option. This option prints only tags which exist under <directory>. It is similar to the -l option, but different from it in that you need not change directory. o gtags: Now, the skip list allows glob file patterns (*, ?, [...], [!...], [^...]). o gtags.conf: Added the following glob patterns to the skip list: *.orig,*.rej,*.bak,*~,#*#,*.swp,*.tmp,*_flymake.*,*_flymake o gtags: Now, the -I option supports file list (-f option or gtags.files). Instead, idutils 4.5 or later is required. [FIXED BUGS] o global: With combination of the --invert-match and --literal, it does not match the last line of files. Now it works. o global: Literal search with the -i option prints an unmatched tag in a certain kind of case. Now it works. o global: 'global -cI' without argument causes segmentation fault. Now it works.
2014-03-31Update to 3.3:wiz3-14/+17
--- 3.3 --- * Add ``include`` parameter to ``setuptools.find_packages()``. --- 3.2 --- * Pull Request #39: Add support for C++ targets from Cython ``.pyx`` files. * Issue #162: Update dependency on certifi to 1.0.1. * Issue #164: Update dependency on wincertstore to 0.2.
2014-03-31Update to 0.8:wiz3-7/+10
0.8.0 (2014-03-22): - Adapt for the AST in Python 3.4. - Fix caret position on SyntaxError. - Fix crash on Python 2.x with some doctest SyntaxError. - Add tox.ini. - The `PYFLAKES_NODOCTEST` environment variable has been replaced with the `PYFLAKES_DOCTEST` environment variable (with the opposite meaning). Doctest checking is now disabled by default; set the environment variable to enable it. - Correctly parse incremental `__all__ += [...]`. - Catch return with arguments inside a generator (Python <= 3.2). - Do not complain about `_` in doctests. - Drop deprecated methods `pushFunctionScope` and `pushClassScope`.
2014-03-31Update to 0.8.2:wiz2-6/+6
Changes not found.
2014-03-31Update to 2.0.3:wiz6-90/+14
2.0.3: - Source code now packaged in a .tar.bz2 instead of .tar.gz. - Fixed "make docs" for out-of-tree builds. - No longer builds annoying wxWidgets test program by default. - Fixed logic bug in UTF-8 string processing. - Fixed infinite loop on some .zip files with symlinks. - Enabled CD-ROM support on Haiku OS. - Fixed Win64 support. - Fixed OpenBSD support. - Fixed building of readline support in test program. - Fixed .zip archiver losing files in some cases. - Corrected copyright dates in license. - Other minor tweaks and fixes. 2.0.1: - Fixed building with gcc 4.4. - Workaround bug with lzma archiver not being able to reopen the same file twice. - Fixed reading of /proc/self/exe on Linux when calculating base dir. Fixes unexpected PHYSFS_init() failures. - Fixed cross-compiling problems. - Fixed building with GCC on several platforms that don't support the -fvisibility=hidden option. - Added support for building with the Mac OS X 10.6 SDK. - Fixed latin1-to-utf8 encoding conversion issue. - Fixed logic error in the OS/2 code. - Replaced some C++-style comments with C-style equivalents. - Fixed compiler warning on newer Linux systems. - Added support for GNU/Hurd. - Doxygen corrections. - Setting $HOME to a missing directory on Unix will no longer cause PHYSFS_init() to fail. - Improved CD-ROM/DVD-ROM detection for Linux systems. - Corrected file sharing permissions on Windows and PocketPC. - Other minor fixes. 2.0: PhysicsFS 2.0 offers many improvements over the 1.0 branch. - New CMake-based build system. The autotools mess is gone, as are all the specialized project files for various toolchains. We now maintain one text file that describes the project, and use CMake (http://www.cmake.org/) to generate real project files from there...it produces standard Makefiles for most Unixes and BeOS, but also project files for KDevelop, Xcode, Visual Studio 6/7/8, Watcom, Borland, and other build tools on Windows and Mac OS X. If your platform or build tool isn't supported, energy is better spent on enhancing CMake than creating another project file for PhysicsFS. OS/2 still uses a batch file to build for now, but everything else is either using CMake or will be dropped. - New archiver: lzma support (7zip archives), thanks to Dennis Schridde. - Unicode support! All PhysicsFS APIs that deal with strings now expect them to be UTF-8 encoded, and will convert behind the scenes as appropriate, so eventually your UTF-8 encoded Japanese characters will become 2-byte WCHAR strings when looking for filenames on a Windows NTFS disc, etc. Windows will try to use the appropriate codepage on Win95/98/ME, and use the actual Unicode entry points on NT/XP/Vista, CFStrings on Mac OS X, etc. The platform layers in PhysicsFS for all supported OSes are now Unicode clean, except OS/2 (to be considered). There are new PhysicsFS APIs to provide conversion between some common character encodings. - Applications may now supply their own allocators for PhysicsFS to use internally. If you don't want to supply one, PhysicsFS uses a reasonable default for the platform (such as malloc() on Unix, or CoreFoundation APIs on Mac OS X). - New API: PHYSFS_mount(). This supercedes PHYSFS_addToSearchPath(). This lets you put your archives at specific points in the interpolated file system. If you have an archive mounted to "/some/subdir" then it treats it as if every file in that archive is under the /some/subdir directory (so /path/x.txt will be accessible at /some/subdir/path/x.txt). Developers can still use PHYSFS_addToSearchPath() if source/binary compatibility with PhysicsFS 1.0.x is important, and even mix and match calls with PHYSFS_mount(). - New API: PHYSFS_isInit(), to determine if the library is ready for use when you don't have access to the results of a previous PHYSFS_init() call. - New API: PHYSFS_symbolicLinksPermitted(), to determine this state when you don't control the calls to PHYSFS_permitSymbolicLinks(). - Symlinks are now supported on Windows Vista and later: PHYSFS_isSymbolicLink() and PHYSFS_permitSymbolicLinks() work with the native filesystem as expected in the new Windows version without losing binary compatibility with older Windows releases. - Public headers no longer use size_t, so they work without any system headers pre-included. - Internal mutexes are now recursive on all platforms, which means it's now safe to call most PHYSFS_* functions from inside an enumeration callback (including performing more enumerations from inside an enumeration!) - Added unarchiver program as an example application, which actually does enumerations from inside enumerations. :) - Added initial shot at a wxWidgets-based test program, to supersede test_physfs.c ... still a work in progress. - Mac OS classic support has been dropped. It could be readded if CMake is enhanced to support CodeWarrior or MPW, and the code moves from FSSpec to FSRef functions for Unicode support. Mac OS 8/9 support will remain in the stable 1.0 branch, and Mac OS X is still, of course, fully supported everywhere. - Improvements to support Cygwin, Mingw32, and MSYS. - Mac OS X now has its own Carbon-based code, split out from unix.c, which helps with functionality like Unicode and recursive mutexes...the bits in posix.c are still used on OS X, though. - OS/2 now builds with Innotek GCC and klibc instead of EMX (although can probably still work with EMX). - Most systems can make do with PHYSFS_init(NULL) now (but still should have argv[0] for cases where they can't!). This includes Linux and systems that present a Linux-like /proc filesystem with /proc/self/exe ... - Compiles on BeOS again (was broken in 1.1.0). Haiku is now a supported target platform as well. - On GCC 4 and later, will build with -fvisibility=hidden, so the only symbols exported from the library are the public APIs. This makes the library smaller and faster when built as a shared library, not to mention prevents namespace pollution. - Reduced malloc pressure a little more (see __PHYSFS_smallAlloc() in physfs_internal.h). More to come. - Other bug fixes, cleanups, refactoring, and improvements. A LOT of internal code has changed...you can check the Mercurial repository history for specific details.
2014-03-31Update to 3.12.0:wiz2-7/+7
version 3.12.0 gnome-autogen.sh: Fix check if stdin is a tty Commit 7f977b021462 introduced a check if stdin is ins't a tty, and prevent printing terminal codes in this case. But the check was wrong and always failed. https://bugzilla.gnome.org/show_bug.cgi?id=726892 gnome-autogen: require automake 1.11.2 This is the version of automake that introduced ACLOCAL_PATH support, so make sure that we have it before attempting to configure the package. gnome-common: use ACLOCAL_PATH over ACLOCAL_FLAGS jhbuild has set this variable for more than two years. https://bugzilla.gnome.org/show_bug.cgi?id=726208 gnome-autogen.sh: correct IFS value Due to a likely copy-paste mistake, the default value of IFS was being set to 9 spaces instead of a tab and a space. Fix that. https://bugzilla.gnome.org/show_bug.cgi?id=726208 gnome-autogen.sh: Check for appdata-xml.m4 with APPDATA_XML compiler-flags: Simplify a case statement slightly compiler-flags: Replace deprecated AC_HELP_STRING with AS_HELP_STRING Read the dirlist file unconditionally
2014-03-31+ py-pretend.wiz1-1/+2
2014-03-31Import py27-pretend-1.0.8 as devel/py-pretend.wiz4-0/+37
Pretend is a library to make stubbing with Python easier. What is stubbing? Stubbing is a technique for writing tests. You may hear the term mixed up with mocks, fakes, or doubles. Basically a stub is an object that returns pre-canned responses, rather than doing any computation.
2014-03-30Update p5-Term-ReadLine to 1.22. Approved by wiz@ to fix build problemtaca2-7/+6
with readline 6.3. 1.22 2014-03-05 - make Kwalitee <http://cpants.cpanauthors.org/> friendly - add MakeMaker options for META.yml - add Changelog - fix POD errors - make .pm versions consistent - use "use warnings" - Makefile.PL dies on the CPAN Test for OpenBSD temporarily (hopefully). 1.21 2014-03-02 - readline-6.3 support (Gnu Readline Library 6.3 requires this release or newers.) new function rl_clear_history new variable rl_signal_event_hook rl_input_available_hook rl_executing_key rl_executing_keyseq rl_key_sequence_length rl_change_environment rl_filename_stat_hook - readline-6.1 support new function rl_free_keymap (enabled) new variable rl_filename_rewrite_hook (now implemented) - make the following variables read-only.: rl_executing_macro, history_length, rl_readline_state, rl_explicit_arg, rl_numeric_arg, rl_editing_mode - Improve backward compatiblity variable and function definitions. - Fix Term::ReadLine::Gnu::XS::_trp_completion_function not to perform a case-sensitive filter. - fix Gnu.xs:rl_initialize to be compiled with Perl 5.8.5 or before. - update Pod documents - t/readline.t, t/history.t: add variable access tests. - t/readline.t: consider .svn directory on filename completion test and to set the standard tty setting before re_initialize() being called. - eg/perlsh makes use of the deferred signal (safe signal) feature. - Maefile.PL checks whether the xmalloc exported by readline is indeed called 'xmalloc' or whether it has been renamed to '_rl_malloc'. - Makefile.PL: add -DTRL_READLINE_VERSION to show GNU Readline Library version in CPAN Tester Reports. - t/00checkver.t: let messages go to stdout. - README: add project home page URL and remove out-of-date descriptions. - INSTALL: add a section "Install on Mac OS X"
2014-03-27USE_TOOLS += flex.jperkin1-2/+2
2014-03-27Fixes hard-coded paths used for installaton of po files.obache3-2/+24
for the case INSTALL != /usr/bin/install and/or PKGLOCALEDIR != share.
2014-03-26Update accerciser3 to 3.12 (so it now works)prlw13-14/+13
What's New ========== Two GNOME Goals accomplished: - Joanmarie Diggs did the Python 3 Porting Goal (Thank you!) - Modernize your autotools configuration Other changes: - Force accerciser to use Wnck 3.0 version - Stop including the spec file for rpm packages - Fix for bug 691136 - Replace deprecated GObject methods with their GLib equival - Fix for bug 691145 - The Interface Viewer's States tree is too small - Fix for bug 691147 - The Interface Viewer displays markup - Fix for bug 691141 - Interface Viewer does not populate in Python 3 - Fix for bug 687885 - Add keywords to the desktop file - Fix for bug 692543 - Remove markup from translatable strings - Fix for bug 694120 - Accerciser crash at launch because python3 gettext - Added some categories in the .desktop file for accerciser - Fixed view manager's popup menu and translations - Updates on accerciser.doap - Fix for bug 695141 - Add high contrast icon - help: fix a typo - Remove INSTALL from git repo - Fix for bug 709349 - Make the highlight window a POPUP window - Fix for bug 709122 - Do not wrap __class__ object from plugins' methods - ipython: Update to match the latest IPython API - ipython: seek to 0 after truncating stdout - ipython: Adding auto-indentation - Fix for bug 723403 - Save window's properties at 'delete-event' time - Validate plugin: Make use of metaclasses compatible on python 2.x & 3.x - Interface Viewer plugin - Display of states should be wider - Avoid the misalignement of elements when resizing - Fix for bug 660971 - Fixing iv plugin's caret offset value - Fix spinner on Value's section - Macaroon - Make Macaroon work in Python 3 - Update get_text call according to latest API - When recording, put right ATSPI roles in the output sequence - Quick select: fix inspect accessible under mouse - IPython View: Add backwards compatibility with old stable releases of IPython - User docs: Fixed a few boken/redirected links - Many new and updated translations
2014-03-26Re-add .RUBYARCHDIR.time to GEM_CLEANBUILD to fix build problem.taca1-2/+2
2014-03-25One more file installed on FreeBSD.asau1-0/+2
2014-03-25Use RUBY_SUFFIX instead of RUBY_VER.taca1-2/+2
2014-03-25Build fix with ruby21.taca1-1/+2
2014-03-25Treat DragonFly the same way as FreeBSD.asau2-5/+5
This fixes build on DragonFly 3.7 as reported by David Shao in PR pkg/48660.
2014-03-24Treat NetBSD, FreeBSD, and OpenBSD uniformly.asau2-16/+27
This fixes build on FreeBSD 10 (tested by Youri Mouton) and 9.1.
2014-03-24Allow using builtin libexecinfo on FreeBSD:asau1-2/+2
FreeBSD has started using NetBSD's libexecinfo since version 10.
2014-03-24Fix capitalization and make it build on FreeBSD 9-10.asau2-1/+20
2014-03-23fixup nss fetch locationrichard1-2/+2
2014-03-22Update to 3.16ryoon2-9/+9
* Improve 3.16 like 2 number version support (firefox etc. requires 3 number version string) Changelog: From https://developer.mozilla.org/en-US/docs/NSS/NSS_3.16_release_notes The following security-relevant bug has been resolved. Users are encouraged to upgrade immediately. * Bug 903885 - (CVE-2014-1492) In a wildcard certificate, the wildcard character should not be embedded within the U-label of an internationalized domain name. See the last bullet point in RFC 6125, Section 7.2. New functionality: * Supports the Linux x32 ABI. To build for the Linux x32 target, set the environment variable USE_X32=1 when building NSS. New Functions: * NSS_CMSSignerInfo_Verify New Macros * TLS_RSA_WITH_RC4_128_SHA, TLS_RSA_WITH_3DES_EDE_CBC_SHA, etc., cipher suites that were first defined in SSL 3.0 can now be referred to with their official IANA names in TLS, with the TLS_ prefix. Previously, they had to be referred to with their names in SSL 3.0, with the SSL_ prefix. Notable Changes: * ECC is enabled by default. It is no longer necessary to set the environment variable NSS_ENABLE_ECC=1 when building NSS. To disable ECC, set the environment variable NSS_DISABLE_ECC=1 when building NSS. * libpkix should not include the common name of CA as DNS names when evaluating name constraints. * AESKeyWrap_Decrypt should not return SECSuccess for invalid keys. * Fix a memory corruption in sec_pkcs12_new_asafe. * If the NSS_SDB_USE_CACHE environment variable is set, skip the runtime test sdb_measureAccess. * The built-in roots module has been updated to version 1.97, which adds, removes, and distrusts several certificates. * The atob utility has been improved to automatically ignore lines of text that aren't in base64 format. * The certutil utility has been improved to support creation of version 1 and version 2 certificates, in addition to the existing version 3 support.
2014-03-22Partially cope with freeetyp2 update lossage.gdt3-3/+22
Adjust perl program that prints include statements to use the ft2build/constant method, from Patrick Welche. This doesn't fix my build, but it gets a lot further.
2014-03-22Update py-ipython1 to 1.2.1prlw13-9/+17
1.2.1: * :ghpull:`4372`: Don't assume that SyntaxTB is always called with a SyntaxError * :ghpull:`5166`: remove mktemp usage * :ghpull:`5163`: Simplify implementation of TemporaryWorkingDirectory. * :ghpull:`5105`: add index to format to support py2.6 * :ghissue:`5101`: IPython 1.2.0: notebook fail with "500 Internal Server Error" 1.2.0: * :ghpull:`4972`: Work around problem in doctest discovery in Python 3.4 with PyQt * :ghpull:`4934`: `ipython profile create` respects `--ipython-dir` * :ghpull:`4845`: Add Origin Checking. * :ghpull:`4928`: use importlib.machinery when available * :ghpull:`4849`: Various unicode fixes (mostly on Windows) * :ghpull:`4880`: set profile name from profile_dir * :ghpull:`4908`: detect builtin docstrings in oinspect * :ghpull:`4909`: sort dictionary keys before comparison, ordering is not guaranteed * :ghpull:`4903`: use https for all embeds * :ghpull:`4868`: Static path fixes * :ghpull:`4820`: fix regex for cleaning old logs with ipcluster * :ghpull:`4840`: Error in Session.send_raw() * :ghpull:`4762`: whitelist alphanumeric characters for cookie_name * :ghpull:`4748`: fix race condition in profiledir creation. * :ghpull:`4720`: never use ssh multiplexer in tunnels * :ghpull:`4738`: don't inject help into user_ns * :ghpull:`4722`: allow purging local results as long as they are not outstanding * :ghpull:`4668`: Make non-ASCII docstring unicode * :ghpull:`4639`: Minor import fix to get qtconsole with --pylab=qt working * :ghpull:`4453`: Play nice with App Nap * :ghpull:`4609`: Fix bytes regex for Python 3. * :ghpull:`4488`: fix typo in message spec doc * :ghpull:`4346`: getpass() on Windows & Python 2 needs bytes prompt * :ghpull:`4230`: Switch correctly to the user's default matplotlib backend after inline. * :ghpull:`4214`: engine ID metadata should be unicode, not bytes * :ghpull:`4232`: no highlight if no language specified * :ghpull:`4218`: Fix display of SyntaxError when .py file is modified * :ghpull:`4217`: avoid importing numpy at the module level * :ghpull:`4213`: fixed dead link in examples/notebooks readme to Part 3 * :ghpull:`4183`: ESC should be handled by CM if tooltip is not on * :ghpull:`4193`: Update for #3549: Append Firefox overflow-x fix * :ghpull:`4205`: use TextIOWrapper when communicating with pandoc subprocess * :ghpull:`4204`: remove some extraneous print statements from IPython.parallel * :ghpull:`4201`: HeadingCells cannot be split or merged * :ghissue:`4892`: IPython.qt test failure with python3.4 * :ghissue:`4810`: ipcluster bug in clean_logs flag * :ghissue:`4765`: missing build script for highlight.js * :ghissue:`4761`: ipv6 address triggers cookie exception * :ghissue:`4721`: purge_results with jobid crashing - looking for insight * :ghissue:`4602`: "ipcluster stop" fails after "ipcluster start --daemonize" using python3.3 * :ghissue:`3386`: Magic %paste not working in Python 3.3.2. TypeError: Type str doesn't support the buffer API * :ghissue:`4485`: Incorrect info in "Messaging in IPython" documentation. * :ghissue:`4351`: /parallel/apps/launcher.py error * :ghissue:`4334`: NotebookApp.webapp_settings static_url_prefix causes crash * :ghissue:`4039`: Celltoolbar example issue * :ghissue:`4256`: IPython no longer handles unicode file names * :ghissue:`4122`: Nbconvert [windows]: Inconsistent line endings in markdown cells exported to latex * :ghissue:`3819`: nbconvert add extra blank line to code block on Windows. * :ghissue:`4203`: remove spurious print statement from parallel annoted functions * :ghissue:`4200`: Notebook: merging a heading cell and markdown cell cannot be undone