Age | Commit message (Collapse) | Author | Files | Lines |
|
don't mix them, the ABIs are incompatible at least on amd64
bump PKGREV
|
|
|
|
FastGettext / Rails integration.
Translate via FastGettext, use any other I18n backend as extension/fallback.
Rails does: I18n.t('syntax.with.lots.of.dots') with nested yml files We do:
_('Just translate my damn text!') with simple, flat mo/po/yml files or
directly from db To use I18n calls add a syntax.with.lots.of.dots translation.
|
|
GetText but 3.5 x faster, 560 x less memory, simple, clean namespace (7 vs 34)
and threadsafe!
It supports multiple backends (.mo, .po, .yml files, Database (ActiveRecord +
any other), Chain, Loggers) and can easily be extended.
|
|
0.15nb1 to 0.17.
Upstream changes:
- Use FUNCLIST to declare exported symbols (Alexandr Ciornii)
0.16 Fri Jul 08 2011
- EU::Depends version. The CPAN built version specified only 0.301
but Windows computers needed 0.302 so their CPAN clients were
broken.
|
|
from 1.10nb1 to 1.12.
Upstream changes:
1.11 rafl
- Add new keywords for 5.16, __SUB__ and evalbytes.
1.12 rurban
- Add new keyword fc (Unicode casefolding) for 5.16 added with commit 838f2281
- added diag before each big t/11keywords.t loop
|
|
devel/p5-B-Hooks-Parser from 0.09nb2 to 0.10.
Upstream changes:
0.10 Mon, 06 Feb 2012 13:10:00 +0000
* In the Perl API, don't be confused by NULs in the parser buffer.
* Fix off-by-one error in buffer length check for set_linestr.
* Jump through some hoops to avoid compiler warnings.
* Add MYMETA.{json,yml} to MANIFEST.SKIP and .gitignore.
* Note repository and bugtracker locations.
|
|
0.314 to 0.316.
pkgsrc changes:
- adjust dependencies according to meta data
Upstream changes:
0.316 2012-02-11 10:50:46 America/New_York
fix the test of "echo" on Win32 (thanks, Chris Williams)
0.315 2012-02-10 09:08:49 America/New_York
totally worthless release made by mistake
|
|
Capture::Tiny from 0.15 to 0.16.
Upstream changes:
0.16 2012-02-12 21:04:24 EST5EDT
Documented:
- Noted problems and workaround for FCGI's pathological tied STDIN
[rt.cpan.org #74681; thank you Karl Gaissmaier for testing the
workaround]
|
|
|
|
Found by OBATA Akio, fixes PR pkg/46017.
|
|
* Now supports the veracity vcs. Thanks, Jimmy Tang.
* vcsh is now supported without including a plugin.
* After checkout, run fixups chdired to the just checked out directory.
|
|
(This is a bugfix release relative to 1.7.9.)
|
|
|
|
to run test of devel/p5-Parse-CPAN-Packages.
This module helps run test scripts in IDEs like Komodo.
|
|
Change from previous:
---------------------
0.03 Thu, 17 Nov 2011 16:40:20 +0100
* Adapt to the new type constraint inlining API in Moose 2.0100
(Shawn M Moore).
|
|
- Correct CATEGORIES from textproc to devel.
|
|
|
|
|
|
makes random programs link against unwanted libraries.
|
|
changes:
-support for new cameras
-minor feature additions for Canon and Nikon drivers
-minor cleanup, translation updates
|
|
|
|
required to update devel/p5-App-perlbrew.
CPAN::Perl::Releases is a module that contains the mappings of all
"perl" releases that have been uploaded to CPAN to the "authors/id/"
path that the tarballs reside in.
|
|
Changes from previous:
----------------------
0.15 2010.11.29
* Bumped Pod::POM dependency to version 0.27 to fix RT #54062 "Test failure
on perl 5.11.4" (AZAWAWI)
0.14 2010.11.29
* Switched to Dist::Zilla (AZAWAWI)
* Refactored the packages into separate files and reorganized POD (AZAWAWI)
* Fixed q{near "package;"} regex bug (AZAWAWI)
* Added "use strict; use warnings;" to all of the tests (AZAWAWI)
|
|
pkgsrc changes:
- /usr/bin/env python is no longer a valid interpreter, so fix it.
upstream changes:
- Unknown, unfortunately. Upstream doesn't seem to maintain a Changelog.
|
|
Mercurial 2.1 (2012-02-01)
This is a regularly-scheduled feature release. See UpgradeNotes for some minor compatibility notes.
1.1. Major features
* Changesets now have a phase attribute, which tracks what changesets are safe to modify (see Phases)
1.2. Core changes
* annotate: support diff whitespace filtering flags (issue3030)
* bookmarks: automatically advance bookmark on bare update (BC) (issue2894)
* bookmarks: shadow divergent bookmarks of foo with foo@n
* copies: improved copy detection for diff and status
* hooks: new priority specifier to control ordering
* id: add command line options for handling ssh and https urls
* push: propagate --new-branch and --ssh options when pushing subrepos
* revset: add remote() predicate to lookup remote revisions
* subrepo: support explicit add and forget of files in subrepos
1.3. Extension changes
* bugzilla: make XMLRPC interface support http and https access
* largefiles: add --normal option to hg add (issue3061)
* notify: add option for writing to mbox
* rebase: add a "D" short option for detach
* rebase: allow --detach when --rev is used
* win32mbcs: allow win32mbcs extension to be enabled on cygwin platform
* mq: add secret phase setting
1.4. Bug fixes
* hgcia: fix diffstat support
* largefiles: add error checking to tags conversion (issue3092)
* largefiles: add tests for uncovered codepaths (issue3092)
* largefiles: check if largefile could be found when archiving (issue3193)
* largefiles: correctly download new largefiles when merging
* largefiles: correctly handle dirstate status when rebasing
* largefiles: correctly handle newly added largefile on other side of merge
* largefiles: display remote errors from putlfile (issue3123) (issue3149)
* largefiles: don't reference uninitialized variable (issue3092)
* largefiles: fix caching largefiles from an aliased repo (issue3212)
* largefiles: fix confusion upon removal of added largefile (issue3176)
* largefiles: fix inappropriate locking (issue3182)
* largefiles: fix output of hg summary (issue3060)
* largefiles: cache new largefiles for new heads when pulling
* largefiles: implement addremove (issue3064)
* largefiles: optimize performance of status on largefiles repos (issue3136)
* largefiles: optimize status when files are specified (issue3144)
* largefiles: remove empty directories upon update (issue3202)
* largefiles: fix addremove when no largefiles are specified
* largefiles: fix revert on missing largefile (issue3217)
* largefiles: fix transplant for all cases (issue3192)
* mail: use quoted-printable for mime encoding to avoid too long lines (issue3075)
* merge: give a special message for internal:merge failure (issue3105)
* rebase: reinstate old-style rev spec support for the source and base (issue3181)
* ssh: quote remote paths (issue2983)
* sslutil: abort properly if no certificate received for https connection
* sslutil: show fingerprint when cacerts validation fails
* status: support revsets with --change
* subrepo: avoid syncing bookmarks twice on clone (issue3191)
* tag: invalidate tag cache immediately after adding new tag (issue3210)
* util: don't encode ':' in url paths
* bundlerepo: try to find containing repo on creation (issue1812)
* convert: subversion convert abort on revision not found (issue3205)
* discovery: fix regression when checking heads for pre 1.4 client (issue3218)
* merge: defer symlink flag merging to filemerge (issue3200)
* patch: a little bit more robust line counting on diff --stat (issue3183)
* push: return 1 if no changes found (issue3228)
* qpush: avoid trying to manage existing history (issue2218)
* revsets: include the correct first ancestor change for follow(file)
* revsets: filesets now work correctly inside of revsets
|
|
Changes from previous:
----------------------
0.06 Jan 3, 2012
- switch from Scope::Guard to Guard, require Guard in deps
0.05 Dec 21, 2011
- remove release directory
0.04 Dec 21, 2011
- don't try to clean up entries during global destruction
|
|
Changes from previous:
----------------------
0.09 Tue Nov 1 08:24:00 2011
- Fix previous (broken) release.
0.08 Mon Oct 31 07:59:00 2011
- Support for perlapi of 5.14.2, 5.15.4
0.07 Wed Jul 20 23:44 2011
- Support for perlapi of 5.14.1, 5.15.1, 5.12.4
- Dropped support for 5.13.10
0.06 Sun Jun 5 20:12:00 2011
- Support for perlapi of 5.14.0
- Dropped support for 5.11 series
0.05 Sun Feb 27 17:00:00 2011
- Support for perlapi of 5.12.1, 5.12.2, 5.12.3, 5.13.10.
|
|
|
|
Changes from previous:
----------------------
0.225 20110308
. Applied a docpatch by Robin Barker to fix the documentation
about the warning of inheriting from yourself.
Fixes RT #66459
0.224 20101031
. Change assignment @ISA = (@ISA, 'new::class')
to use push @ISA, 'new::class'
This should make class creation faster from 5.10 onwards
and reverts a change made in 2.14. If this is critically slow for you
and you can't upgrade your version of Perl, use the old way.
|
|
|
|
Patrick Welche per PR pkg/45786
|
|
Patrick Welche per PR pkg/45779
|
|
No objections on pkgsrc-users, nor from the maintainer.
|
|
|
|
|
|
|
|
|
|
This switches to the new release branch.
|
|
Changes from previous:
----------------------
0.0022 Mar 12, 2011
- no real change
- Fix test again for 5.6 sake
- Improved Makefile.PL / META.yml
0.0021 Mar 12, 2011
- no real change
- New test fix for happy 5.6 testing
0.0020 Mar 10, 2011
- no real change
- Test fixes for keeping 5.6 happy
0.0019 Mar 9, 2011
- Dumper updated to work with Data::Dump 1.16+
|
|
Changes from previous:
----------------------
0.20
- use Module::Metadata for better handling of version and package extra
(Tatsuhiko Miyagawa)
0.19
- better packaging
|
|
|
|
of the variable definitions there
|
|
|
|
|
|
defined.
|
|
|
|
website now, so the tarball is now on MASTER_SITE_LOCAL.
Changes For Version 1.21 (2011-12-13)
* Added side-by-side diffs in the command-line interface
* Automatically enable hyperlinks if the UserAgent string in the HTTP
header suggests that the requestor is a human and not a bot.
* Show only commonly used commands with "fossil help". Use "fossil
help --all" to see the complete list now.
* Improvements to the "stash" command: (1) Stash all files, not just
those below the working directory. (2) Add the --detail option to
"list". (3) Confirm before "drop --all". (4) Add the "help"
subcommand.
* Add an Admin/Access setting to change the number of octets of the
IP address that are saved in login cookies - allowing this setting
to be changed to zero
* Promote the "test-md5sum" command to "md5sum".
* Added the "whatis" command.
* Stop showing the server-code in status outputs - it is no longer
used for anything.
* Added a compile-time option (--with-tcl) to build in the full TCL
interpreter to augment TH1.
* Merged the JSON branch into trunk. Disabled by default. Enabled by
a compile-time option. Probably it will be enabled by default in
some future release.
* Update to use SQLite version 3.7.9 plus the alignment fix for
Sparc. align
Changes For Version 1.20 (2011-10-21)
* Added side-by-side diffs in HTML interface.
* Added support for symlinks. (Controlled by "allow-symlinks"
setting, off by default).
* Fixed CLI annotate to show the proper file version in case there
are multiple equal versions in history.
* Timeline now shows tag changes (requires rebuild).
* Fixed annotate to show "more relevant" versions of lines in some
cases.
* New command: ticket history.
* Disabled SSLv2 in HTTPS client.
* Fixed constant prompting regarding previously-saved SSL
certificates.
* Other SSL improvements.
* Added -R REPOFILE support to several more CLI commands.
* Generated tarballs now have constant timestamps, so they are always
identical for any given checkin.
* A number of minor HTML-related tweaks and fixes.
* Added --args FILENAME global CLI argument to import arbitrary CLI
arguments from a file (e.g. long file lists).
* Fixed significant memory leak in annotation of files with long
histories.
* Added warnings when a merge operation overwrites local copies (UNDO
is available, but previously this condition normally went silently
unnoticed).
* Improved performance when adding many files.
* Improve merges which contain many file renames.
* Added protection against timing attacks.
* Firefox now remembers filled fields when returning to forms.
* Added the --stats option to the rebuild command.
* RSS feed now passes validation.
* Show overridden user when entering commit comment.
* Made rebuilding from web interface silent.
* Now works on MSVC with repos >2GB.
* A number of code cleanups to resolve warnings from various
compilers.
* Update the built-in SQLite to version 3.7.9 beta.
Changes For Version 1.19 (2011-09-02)
* Added a ./configure script based on autosetup.
* Added the "fossil winsrv" command for creating a Fossil service
on windows systems.
* Added "versionable settings" where settings that affect the local
tree can be stored in versioned files in the .fossil-settings
directory.
* Background colors for branches are choosen automatically if no
color is specified by the user.
* The status, changes and extras commands now show pathnames relative
to the current working directory, unless overridden by command line
options or the "relative-paths" setting.
WARNING: This change will break scripts which rely on the current
output when the current working directory is not the repository
root.
* Added "empty-dirs" versionable setting.
* Added support for client-side SSL certificates with "ssl-identity"
setting and --ssl-identity option.
* Added "ssl-ca-location" setting to specify trusted root SSL
certificates.
* Added the --case-sensitive BOOLEAN command-line option to many
commands. Default to true for unix and false for windows.
* Added the "Color-Test" submenu button on the branch list web page.
* Compatibility improvements to the git-export feature.
* Performance improvements on SHA1 checksums
* Update to the latest SQLite version 3.7.8 alpha.
* Fix the tarball generator to work with very log pathnames.
|
|
|
|
|