Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
OpenRCS is BSD-licensed implementation of RCS, Revision Control System
|
|
OpenRCS is BSD-licensed implementation of RCS, Revision Control System
|
|
|
|
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
|
|
|
|
------
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.
|
|
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
|
|
|
|
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
|
|
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.
|
|
|
|
|
|
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
|
|
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]
|
|
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
|
|
- Re-packaging without auto_install(). (ANDK)
|
|
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.
|
|
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.
|
|
|
|
|
|
Thanks to joerg@ for report.
|
|
|
|
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.
|
|
|
|
|
|
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.
|
|
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
|
|
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
|
|
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
|
|
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.
|
|
------
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.
|
|
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
|
|
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.
|
|
* Update HOMEPAGE and MASTER_SITES.
* Supported ruby version is 1.8.x only.
Changelog:
* buxfixes
|
|
* Update HOMEPAGE and MASTER_SITES.
* Supported ruby version is 1.8.x only.
Changelog:
* bugfixes
|
|
|
|
New option: '--force-indent=tab=#'. Added support for C#. Many bugfixes.
|
|
Changes between GMP version 5.1.1 and 5.1.2
BUGS FIXED
* A bug in mpz_powm_ui triggered by base arguments of at least 15000 decimal
digits or mod arguments of at least 7500 decimal digits has been fixed.
* A AMD Bulldozer specific bug affecting the 64-bit Windows ABI has been
fixed. This bug was in a key function (mpn_mul_1) and made both Bulldozer
specific builds and fat builds run on Bulldozer completely non-functional.
MISC
* Fixes and generalisations to the test suite.
* Minor portability enhancements.
|
|
* Fix buldlinking pathes.
* Put pkg-config files to standard place.
|
|
|
|
2.39: 2013-05-23
New 'tagify' commsnd for tagifying empty commits.
Correctness fixes for deletion edge cases.
2.38: 2013-05-10
Significant improvements to Subversion branch link detection.
New 'reparent' command for modifying the DAG.
Fixes for two minor crash bugs in handling of malformed commands.
|
|
|
|
So use the tools system for gsed and on Linux use the native cp and date
and if patch exits use it.
Bump PKGREVISION
|
|
|
|
pkgsrc changes; use wget instead of curl to fetch.
Quote from release announce on the blog.
* Verify SSL certificates. Even though the client opened an encrypted
connection to the server, it did not validate the certificate used. As a
result, the client was open to MITM attacks. The new version will always
validate the certificate first and refuse to connect to the server if there
is a problem with it.
* Add support for soft links in UNIX systems. You can now use soft links in
your project directories. This would be useful in cases where you have a
large project and you would prefer to assign the localization files to
multiple Transifex projects.
* Add support for local .transifexrc files. You can now have a .transifexrc
file in your project directory. The entries in the file will override the
ones from the main one. This would be useful in cases you would prefer to
use a different set of credentials for a project than the ones you use for
the rest of your projects in Transifex.
* Make the client more friendly to users in Windows. The .tx/config file now
supports forward slashes for the paths in Windows, in accordance to what
UNIX uses. As a result, people can now share a .tx/config irrespective of
whether they use a UNIX-based system (like Linux and Mac OS X) or Windows.
|
|
|
|
since commit 01c226b1c4. Thanks to wiz@ for the prod.
|
|
This does not work, and there is no consumer.
|