Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Lua-mode is a major Emacs mode for editing source code written in Lua
programming language.
|
|
ready. Upstream changes:
Version 2.7.8 revisions a/b/c (06/05/2006-06/24/2006))
Added X509 extension checks.
Added advanced MTOM streaming features.
Added WS-Addressing plugin and demo.
Moved soapcpp2 and wsdl2h to bin directory.
Improved SOAP1.2 MTOM interop.
Changed soap_send_empty_response function signature (additional status
argument) for HTTP optional response binding.
Changed fmimewriteopen() callback signature.
Fixed wsdl2h top-level element and complexType name clash issue.
Fixed HTTP chunking with empty response message body.
Fixed WSSE digest authentication.
Fixed WSDL response element output.
Fixed SOAP 1.2 <RPC:result> handling with SOAP_XML_STRICT flag.
Fixed WSSE signed response messages.
Fixed Win32 max open connection exceeded checking.
Fixed xsi:type matching for "__name" fields, which required a signature
change of soap_element_begin_in() with an additional 'type' parameter
(affecting custom deserializers, see custom dir).
Version 2.7.9 revisions a/b/c/d/e/f/g/h/i/j/k/l (10/24/2006-09/26/2007)
Added wsdl2h option -j to omit the generation of SOAP Header and Faults
for customization of these.
Added wsdl2h option -q to generate C++ namespace qualified header files.
Added SOAP_SSLv3, SOAP_TLSv1, SOAP_SSL_SKIP_HOST_CHECK flags.
Added file input and output specifications (with < and >) to wsdl2h's
typemap.dat to specify input and output for wsdl2h.
Added WS-Addressing 2005/03 support.
Added function soap_free() = soap_done() + free() and renamed previous
soap_free() to soap_temp_free().
Added wsdl2h option -_ to translate _USCORE.
Added xsd:anyAttribute (using DOM parser) with wsdl2h option -d.
Added multi-WSDL types section schema component merging.
Added TCP keep-alive settings.
Added QName list normalization.
Changed soapcpp2 default rule for generating attribute form qualified to
unqualified.
Improved wsdl2h SOAP Fault coding.
Improved performance and stability.
Improved portability.
Improved wsdl2h empty namespace handling ("" namespace).
Improved wsdl2h and schema conversion to C and C++.
Improved SSL timeouts and error handling.
Improved soapcpp2 option -i (generate proxy and service classes).
Improved class instance initialization.
Improved use of IPv6.
Improved proxy and server code output for soapcpp2 option -i.
Improved soapcpp2 code output with additional exception checks.
Fixed MIME/MTOM start id handling (SOAP message no longer required to be
first attachment).
Fixed WS-Security wsse plugin canonicalization format issue.
Fixed ZIP content remainder parsing (CRC check).
Fixed WSA API handling of messages with MIME/DIME attachments.
Fixed wsdl2h <include> relative path includes.
Fixed _XML literal string parsing of root attributes.
Version 2.7.10 (01/27/2008)
Combined pre-built win32, Linux i386, and Mac universal binaries into a
single software distribution package to streamline the distribution.
Added new Web service examples and removed XMethods dependence.
Added soapcpp2 option -q<name> for automatic C++ namespace qualification.
Added HTTP PUT, DELETE, HEAD callback support.
Added ability to derive classes from soap struct (in gSOAP header files).
Updated certificates and fixed cacerts.c.
Improved soapcpp2 option -i proxy/server object generation.
Improved socket timeout handling.
Improved HTTP chunking handling and efficiency.
Improved web server implementation.
Improved soapcpp2 and wsdl2h warning and error reporting.
Fixed dom parser handling of default xml namespace bindings.
Fixed wsdl2h default ("") namespace handling.
Version 2.7.11 (07/26/2008)
Added new wsseapi signature verification API functions.
Added mutability property of SOAP_ENV__Header and SOAP_ENV__Fault struct
to allow consistent redefinitions and on-the-fly member additions.
Added wsdl2h -r option parameters.
Added MINGW portability.
Added configure option --disable-openssl to build wsdl2h and libraries
without OpenSSL.
Added WITH_C_LOCALE compilation flag to enable the use of c_locale and
local-specific numeric conversion routines.
Fixed xml:lang in SOAP 1.2 SOAP-ENV:Text.
Fixed XML literal strings with maxOccurs="unbounded"
Fixed SSL connection engine issue.
Fixed RPC literal part name handling issue.
Fixed in update: SSL alloc/free issue and s2dateTime.
Version 2.7.12 (10/01/2008)
Added multi-endpoint connect capability. Endpoint string can be a
space-separated list of endpoint URLs, where each URL is tried in turn.
Added SOAP_SSL_NO_DEFAULT_CA_PATH option.
Fixed SSL connect issue when the SSL handshake or network connection fails.
Fixed xsi:nil handling for strings (NULL vs. "") in case of empty elements.
Fixed DOM xmlns="" namespace issue in XML output.
Fixed IP_MULTICAST_TTL failure to compile.
Fixed non-critical WSSE API soap_wsse_verify_nested code.
Version 2.7.13 (03/21/2009)
Improved wsdl2h code output.
Updated gsoapWinInet.
Updated DOM xmlns namespace binding handling.
Fixed OpenSSL memory leak.
|
|
Pkgsrc changes:
- Adjust dependency: requires p5-Class-MOP>=0.83 and p5-Sub-Name for
runtime and p5-Test-Exception>=0.27 for build (test really)
Upstream changes:
0.78 Tue, May 12, 2009
* Moose::Cookbook::FAQ and Moose::Cookbook::WTF
- Merged these documents into what is now Moose::Manual::FAQ
* Moose::Unsweetened
- Moved to Moose::Manual::Unsweetened
* Moose::Cookbook::Basics::Recipes 9-12
- Renamed to be 8-11, since recipe 8 did not exist
* Moose::Exporter
- Make Moose::Exporter import strict and warnings into packages
that use it (doy)
* Moose::Object
- Fix DEMOLISHALL sometimes not being able to find DEMOLISH
methods during global destruction (doy)
* Moose::Meta::Class
* Moose::Meta::Role::Application::ToClass
- Track the Role::Application objects created during class-role
consumption (Sartak)
* Moose::Meta::Class
- Fix metaclass incompatibility errors when extending a vanilla perl
class which isa Moose class with a metaclass role applied (t0m)
* Moose::Meta::Role
- Add a role-combination hook, _role_for_combination, for the
benefit of MooseX::Role::Parameterized (Sartak)
* Tests
- Some tests were failing on Win32 because they explicit checked
warning output for newlines. Reported by Nickolay Platonov.
|
|
Pkgsrc changes:
- Adjust dependencies: no need for devel/p5-Sub-Identify and require at
least p5-Test-Exception>=0.27 for build (test really)
Upstream changes:
0.84 Tue, May 12, 2009
* Makefile.PL
- Depend on Text::Exception 0.27 to avoid failing tests ond old
versions (rafl)
* Class::MOP
- Made is_class_loaded a little stricter. It was reporting that
a class was loaded if it merely had an @ISA variable in its
stash. Now it checks that the @ISA var has elements in it.
- Deprecate in_global_destruction and subname re-exporting
(perigrin & Sartak)
* Class::MOP::Class
- Explicitly use Devel::GlobalDestruction and Sub::Name
(perigrin)
* Class::MOP::Package
- Disable prototype mismatch warnings for add_package_symbol.
(Florian Ragwitz)
|
|
Overview of changes between 1.24.1 and 1.24.2
=============================================
- Misc bug fixes
Bug 580987 – SIGFPE in pango_glyph_string_index_to_x
Bug 580273 – Font metrics functions incorrectly listed as reporting
point sizes
Bug 579694 – Cygwin parallel-build patch
Bug 578944 – pango-1.24.1 fails its testsuite
Bug 578935 – Syntax error (missing semicolon) in
pango/pangowin32-fontmap.c
|
|
Version 7.9 11-Apr-09
---------------------
1. When building with support for bzlib/zlib (pcregrep) and/or readline
(pcretest), all targets were linked against these libraries. This included
libpcre, libpcreposix, and libpcrecpp, even though they do not use these
libraries. This caused unwanted dependencies to be created. This problem
has been fixed, and now only pcregrep is linked with bzlib/zlib and only
pcretest is linked with readline.
2. The "typedef int BOOL" in pcre_internal.h that was included inside the
"#ifndef FALSE" condition by an earlier change (probably 7.8/18) has been
moved outside it again, because FALSE and TRUE are already defined in AIX,
but BOOL is not.
3. The pcre_config() function was treating the PCRE_MATCH_LIMIT and
PCRE_MATCH_LIMIT_RECURSION values as ints, when they should be long ints.
4. The pcregrep documentation said spaces were inserted as well as colons (or
hyphens) following file names and line numbers when outputting matching
lines. This is not true; no spaces are inserted. I have also clarified the
wording for the --colour (or --color) option.
5. In pcregrep, when --colour was used with -o, the list of matching strings
was not coloured; this is different to GNU grep, so I have changed it to be
the same.
6. When --colo(u)r was used in pcregrep, only the first matching substring in
each matching line was coloured. Now it goes on to look for further matches
of any of the test patterns, which is the same behaviour as GNU grep.
7. A pattern that could match an empty string could cause pcregrep to loop; it
doesn't make sense to accept an empty string match in pcregrep, so I have
locked it out (using PCRE's PCRE_NOTEMPTY option). By experiment, this
seems to be how GNU grep behaves.
8. The pattern (?(?=.*b)b|^) was incorrectly compiled as "match must be at
start or after a newline", because the conditional assertion was not being
correctly handled. The rule now is that both the assertion and what follows
in the first alternative must satisfy the test.
9. If auto-callout was enabled in a pattern with a conditional group whose
condition was an assertion, PCRE could crash during matching, both with
pcre_exec() and pcre_dfa_exec().
10. The PCRE_DOLLAR_ENDONLY option was not working when pcre_dfa_exec() was
used for matching.
11. Unicode property support in character classes was not working for
characters (bytes) greater than 127 when not in UTF-8 mode.
12. Added the -M command line option to pcretest.
14. Added the non-standard REG_NOTEMPTY option to the POSIX interface.
15. Added the PCRE_NO_START_OPTIMIZE match-time option.
16. Added comments and documentation about mis-use of no_arg in the C++
wrapper.
17. Implemented support for UTF-8 encoding in EBCDIC environments, a patch
from Martin Jerabek that uses macro names for all relevant character and
string constants.
18. Added to pcre_internal.h two configuration checks: (a) If both EBCDIC and
SUPPORT_UTF8 are set, give an error; (b) If SUPPORT_UCP is set without
SUPPORT_UTF8, define SUPPORT_UTF8. The "configure" script handles both of
these, but not everybody uses configure.
19. A conditional group that had only one branch was not being correctly
recognized as an item that could match an empty string. This meant that an
enclosing group might also not be so recognized, causing infinite looping
(and probably a segfault) for patterns such as ^"((?(?=[a])[^"])|b)*"$
with the subject "ab", where knowledge that the repeated group can match
nothing is needed in order to break the loop.
20. If a pattern that was compiled with callouts was matched using pcre_dfa_
exec(), but without supplying a callout function, matching went wrong.
21. If PCRE_ERROR_MATCHLIMIT occurred during a recursion, there was a memory
leak if the size of the offset vector was greater than 30. When the vector
is smaller, the saved offsets during recursion go onto a local stack
vector, but for larger vectors malloc() is used. It was failing to free
when the recursion yielded PCRE_ERROR_MATCH_LIMIT (or any other "abnormal"
error, in fact).
22. There was a missing #ifdef SUPPORT_UTF8 round one of the variables in the
heapframe that is used only when UTF-8 support is enabled. This caused no
problem, but was untidy.
23. Steven Van Ingelgem's patch to CMakeLists.txt to change the name
CMAKE_BINARY_DIR to PROJECT_BINARY_DIR so that it works when PCRE is
included within another project.
24. Steven Van Ingelgem's patches to add more options to the CMake support,
slightly modified by me:
(a) PCRE_BUILD_TESTS can be set OFF not to build the tests, including
not building pcregrep.
(b) PCRE_BUILD_PCREGREP can be see OFF not to build pcregrep, but only
if PCRE_BUILD_TESTS is also set OFF, because the tests use pcregrep.
25. Forward references, both numeric and by name, in patterns that made use of
duplicate group numbers, could behave incorrectly or give incorrect errors,
because when scanning forward to find the reference group, PCRE was not
taking into account the duplicate group numbers. A pattern such as
^X(?3)(a)(?|(b)|(q))(Y) is an example.
26. Changed a few more instances of "const unsigned char *" to USPTR, making
the feature of a custom pointer more persuasive (as requested by a user).
27. Wrapped the definitions of fileno and isatty for Windows, which appear in
pcretest.c, inside #ifndefs, because it seems they are sometimes already
pre-defined.
28. Added support for (*UTF8) at the start of a pattern.
29. Arrange for flags added by the "release type" setting in CMake to be shown
in the configuration summary.
|
|
libgsf 1.14.13
Andreas:
* Fix gsf_opendoc_metadata_subtree [#581530]
--------------------------------------------------------------------------
libgsf 1.14.12
Andreas:
* Also read user defined OpenDocument metadata
Christian Persch:
* Fix allocation method problem. [#579155]
J.H.M. Dassen (Ray):
* Fix incorrect use of g_enum_register_static which broke
documentation generation in some environments.
[http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39015]
Jody :
* Handle small-block files that are not block aligned. [#572290]
* Deprecate gsf_timestamp_parse and replace it with
gsf_timestamp_from_string.
* Gtk-Doc fixes.
* Fix handling of namespace declared default and prefix.
(Such as in SpreadsheetML-2003)
Morten:
* Handle malformed xml better. [#568994]
* Drop characters that xml 1.0 cannot represent. [#568919]
* Fix problem loading zero-sized files. [#580228]
|
|
|
|
|
|
|
|
* Changes in the m17n library 1.5.4
** New coding system names "Shift_JIS" and "windows-XXXX" are
recognized.
|
|
|
|
Changes in CMake 2.6.4 RC 6
- Use $ var in CPack.cmake, and not @var@
- Add more missing OSXX11 CPack files
Changes in CMake 2.6.4 RC 5
- Add missing file for OSXX11 CPack generator
- cmake-gui fix path length in the binary directory's combo box
Changes in CMake 2.6.4 RC 4
- Better document Verbatim in custom commands
- Fix #8843 ctest system information was not always correct on linux
- Fix transitive linking of imported libraries
Changes in CMake 2.6.4 RC 3
- Documentation fix for #8815
- Fix CDash only submit with ctest_submit
- various fixes for FindQt4.cmake
- cmake-gui block checkable flag for item during configure/generate.
- put qt version in about for cmake-gui
Changes in CMake 2.6.4 RC 2
- Fix issues in FindBoost #8576 #8734
- Fix -D issues with VS 6
- Fix scope issue with CMAKE_CURRENT_LIST_FILE and macros
- Eclipse make VERBOSE off in makfiles #7585, and use built-in includes
- Codeblocks auto header finding
- Fix crash in include_directories #8704
- Some documentation fixes to commands and classes.
- Do not warn if LIBPATH is not set for nmake
Changes in CMake 2.6.4 RC 1
- Add some better documentation about RPATH variables
- No longer mark header files as HEADER_FILE_ONLY automatically,
this gets rid of the ugly red marks in Visual Stuido
- Fix man-page preformatted text paragraphing
- Teach file(REMOVE) how to use relative paths
- Gracefully handle broken version symlinks
- Fix ASM source file extension default list
- Pass shared library export symbol in DEFINES
- Enforce unique binary directories
- Fix cmake-mode.el indentation cursor motion
- Simplify reverse cmLocalGenerator::Convert
- More robust decision to suppress implicit include dirs
- Fix Fortran implicit dependency include path (and test it)
- Clarify docs of old *_OUTPUT_PATH vars
- Fix svn update logic for modified files
- Add get_filename_component(... REALPATH)
- Work around broken GetLongPathName case
|
|
* 0.1.8
** Language:
** Features:
- Metavariables now capture the cpp code contained within their definitions
- When - fragments are separated by ... or nest boundaries in the semantic
patch, but end up matching adjacent source code, the comments, cpp code
and whitespace that are between them are not deleted.
- better parsing of C: do expansion of macros only when needed when
have actually a parse error and also leverage the definition of macros
in the parsed file (or in a optional_standard.h file passed as a parameter).
This should reduce the need for many hardcoded definitions in standard.h
- new semantics for the -macro_file option, by default now expand macros
only when necessary. To force use the -macro_file_builtins option instead.
- a new -extract_macros command line action to help the parser. Works with
the -macro_file option. e.g.
$ ./spatch -extract_macros ~/linux > /tmp/alldefs.h
$ ./spatch -macro_file /tmp/alldefs.h -sp_file foo.cocci -dir ~/linux
- removed -D macro_file option, not consistent with what -D usually means
- reattempt to be more efficient for statement metavariables that are just
placeholders (ie, no modification, no reuse)
- triples now returned from ctl in sorted order. The main key is the
state. On the other hand, the state order does not always agree with the
order of appearance in the code.
- spatch is now less verbose on the things it does yet handle. Less confusing
for new users.
- slightly better error report. Thanks to Derek Jones for the suggestion.
- added the options -linux_spacing and -smpl_spacing. -linux_spacing
causes spatch to follow the spacing conventions of Linux, while
-smpl_spacing causes spatch to follow the spacing in the semantic patch.
-linux_spacing is the default.
- more informative error reporting for the already tagged token case.
Thanks to Erik Hovland for the suggestion.
** Bugfix:
- better parsing of declare macro at toplevel and in structure.
cf -text xfield
- allowing back typedef names for fieldname
- better printing of else in generated code
- slightly better type inference for binary operators.
- clear out declarer names and iterator names between SmPL files (for
-testall)
- better parsing and type checking of macro type aliases. Cf -test macro_int16.
Thanks to Li Yingtong for pointing out the problem.
- make insert_virtual_positions tail rec, avoid stack overflow pb.
Thanks to Diego Liziero <diegoliz@gmail.com> for pointing out the
problem.
- Better type inference for arithmetic binary operators
Thanks to Li Yingtong for pointing out the problem.
- Better type inference for constants
Thanks to Li Yingtong for pointing out the problem.
- move computing of adjacency information for semantic patches to after
application of isomorphisms, because isomorphisms can introduce "..."
- compute adjacency information for negated ...
- record with each transformation site the set of indices of the witness
trees that caused the transformation site to come about. Whitespace and
comments between remove tokens associated with disjoint witness trees is
not removed.
- correct treatment of function pointer typed parameters in the SmPL ast0
visitor.
- better parsing error message and error recovery when comments are not ended,
when some macros have a weird body, and when some switch have a weird
Body.
Thanks to Derek Jones for pointing out the problem.
- better detection and passing of "dangerous" ifdefs, cf -test
double_switch.
- dropped the separation of decls and body in Seq. This gives better
positioning of the bindings of metavariables shared between them.
Thanks to Erik Hovland for an example that shows the problem.
|
|
|
|
data binding compiler. Provided with an XML instance specification (XML
Schema), it generates C++ classes that represent the given vocabulary as
well as parsing and serialization code.
|
|
Upstream changes:
[Changes for 0.90 - 2009-05-09]
* Add special case for DateTime::Locale
* Add special case for PAR::Repository and PAR::Repository::Client
|
|
fallback.
|
|
|
|
|
|
Upstream changes:
1.3.6
- had to cut a new release, something went wrong with use of M::I
1.3.5
- resolve rt.cpan#43807 three Completion drivers not loading Completion plugin
- resolve rt.cpan#43808 infinite recursion on Plugin::Commands when
Plugin::Packages not loaded
- resolve rt.cpan#44902 warning due to deprecated use of alias_method in
Plugin.pm
- add comment formatting option to the nopaste plugin
- add #pastetitle command to Nopaste plugin
- If the object we're dumping has stringification overloading, then use
it directly
|
|
as reported in PR #41380.
I confirmed this.
|
|
- Updating package for p5 module Module::Build from 0.32 to 0.33
- Setting License to gnu-gpl-v2
- Adjusting optional dependencies to use always packages, not
perl core
Upstream changes:
0.33 - Sun May 3 20:16:34 PDT 2009
Bug-fixes:
- Fixed RT#45462: Compat.pm needs to reference 'Build.com' on VMS
[patch from John Malmberg]
- Fixed RT#45461: ext.t on VMS [patch from John Malmberg]
- Fixed RT#43861: Module::Build::PPMMaker has broken PPD name
versioning for v5.10+
|
|
- Updating package for p5 module PPI::XS from 0.900 to 0.901
- Setting License to gnu-gpl-v2
Upstream changes:
0.901 Tue 5 May 2009
- Incremental release to flush out packaging bugs
|
|
- Updating package for p5 module Exception::Class from 1.26 to 1.27
- Adjusting dependencies
Upstream changes:
1.27 May 4, 2009
* The error message for an exception no longer defaults to $!. This
was a bad idea, and has bitten some people. Addresses RT #43600.
* I'm now only supporting Perl 5.8.1+. This module broke on 5.6.2 (and
5.8.0) at some point and I don't really care enough to fix
it. Non-intrusive patches to make it work on 5.8.0 or less (again)
will be accepted.
|
|
Major changes in 1.6.1:
When some commands (e.g. "git log", "git diff") spawn pager
internally, we used to make the pager the parent process of the git
command that produces output. This meant that the exit status of the
whole thing comes from the pager, not the underlying git command. We
swapped the order of the processes around and you will see the exit
code from the command from now on.
Major changes in 1.6.2:
With the next major release, "git push" into a branch that is
currently checked out will be refused by default. You can choose what
should happen upon such a push by setting the configuration variable
receive.denyCurrentBranch in the receiving repository.
To ease the transition plan, the receiving repository of such a push
running this release will issue a big warning when the configuration
variable is missing.
For a similar reason, "git push $there :$killed" to delete the branch
$killed in a remote repository $there, if $killed branch is the
current branch pointed at by its HEAD, gets a large warning. You can
choose what should happen upon such a push by setting the
configuration variable receive.denyDeleteCurrent in the receiving
repository.
|
|
- Updating package for p5 module Config::IniFiles from 2.48 to 2.49
- Fixing license
Upstream changes:
Version 2.49: ( Sat May 2 17:16:28 IDT 2009 )
------------------------------------------------
* Fixed bug https://rt.cpan.org/Public/Bug/Display.html?id=45209 :
- Makefile.PL lacked the empty "PL_FILES" directive.
* Fixed bug https://rt.cpan.org/Ticket/Display.html?id=45588 :
- Failure to read ini file contents from a scalar (via "IO::Scalar").
- added t/23scalar-ref.t
|
|
- Updating package for p5 modules IO::Compress, IO::Uncompress and
derived from 2.018 to 2.019
Upstream changes:
2.019 4 May 2009
* IO::Uncompress::Adapter::Bunzip2
- Fixed problem with EOF check.
|
|
- Updating package for p5 module Compress::Raw::Bzip2 from 2.018 to 2.019
Upstream changes:
2.019 4 May 2009
* tidied up Bzip2.xs
|
|
- Updating package for p5 module Compress::Raw::Zlib from 2.018 to 2.019
Upstream changes:
2.019 4 May 2009
* No Changes
|
|
|
|
|
|
- Updating package for p5 modules IO::Compress, IO::Uncompress and
derived from 2.017 to 2.018
- Setting license to gnu-gpl-v2
Upstream changes:
2.018 3 May 2009
* IO::Uncompress::Bunzip2
- The interface to Compress-Raw-Bzip2 now uses the new LimitOutput
feature. This will make all of the bzip2-related IO-Compress modules
less greedy in their memory consumption.
* IO::Compress::Zip
- Fixed exTime & exUnix2
- Fixed 'Use of uninitialized value in pack' warning when using
ZIP_CM_STORE.
|
|
- Updating package for p5 module Compress::Raw::Zlib from 2.017 to 2.018
- Setting license to gnu-gpl-v2
Upstream changes:
2.018 3 May 2009
* No Changes
|
|
- Updating package for p5 module Compress::Raw::Bzip2 from 2.017 to 2.018
- Setting license to gnu-gpl-v2
Upstream changes:
2.018 3 May 2009
* added linitOutput option
* Changes to bzip2 source to get the module to build using a C++
compiler
|
|
From dieter roelants in PR 41344.
|
|
0.05 Sun, 19 Apr 2009 19:21:35 +0200
* Depend on B::Hooks::EndOfScope 0.08 so exceptions
during compile time that trigger a destructor don't
cause a panic on 5.10 anymore.
0.04 Sun, 19 Apr 2009 12:00:18 +0200
* Skip a test for syntax errors in string evals that
sometimes makes perl crash.
* Add test case for something that used to blow up.
* Depend on latest B::Hooks::OP::Check.
* Add repository and bugtracker urls to META.yml.
|
|
- Updating package for p5 module Software::License from 0.009 to 0.010
- Setting license to gnu-gpl-v2
Upstream changes:
0.010 2009-04-14
add url methods where they were missing (Shlomi Fish)
|
|
|
|
Collection.
The Perl 5 module Class::Mix provides a mix_class function which
dynamically generates `anonymous' classes with specified inheritance.
|
|
Pkgsrc changes:
- Adjust dependency on p5-Class-MOP
Upstream changes:
0.77 Sat, May 2, 2009
* Moose::Meta::Role
- Add explicit use of Devel::GlobalDestruction and Sub::Name
(perigrin)
* Moose::Object
- Pass a boolean to DEMOLISHALL and DEMOLISH indicating whether
or not we are currently in global destruction (doy)
- Add explicit use of Devel::GlobalDestruction and Sub::Name
(perigrin)
* Moose::Cookbook::FAQ
- Reworked much of the existing content to be more useful to
modern Moose hackers (Sartak)
* Makefile.PL
- Depend on Class::MOP 0.83 instead of 0.82_01. It seems that if
we use a dev version number there CPAN.pm will not follow the
dependency.
|
|
- Updating package for p5 module Date::Simple from 3.02 to 3.03
- Setting license to gnu-gpl-v2
Upstream changes:
2008-01-12 Igor Sutton <igor.sutton@yahoo.co.uk>
* Subclassing should now work with today, ymd and d8
constructors (bug #32250).
2008-01-10 Igor Sutton <igor.sutton@yahoo.co.uk>
* Copy default_format from old Date::Simple object when adding or
subtracting (bug #31037).
2008-01-09 Igor Sutton <igor.sutton@yahoo.co.uk>
* Applied patch proposed for 64bit support (bug #28549).
|
|
- Updating package for p5 module MooseX::Object::Pluggable from 0.0009
to 0.0011
- Setting license to gnu-gpl-v2
Upstream changes:
0.0011 Apr 27, 2009
Version number FAIL on last release
0.0010 Apr 27, 2009
Change how _original_class_name works so it sucks less.
|
|
Implement alternate author file format.
If passing --authors or -A, you specify an authors file that is formated
like the one cvsimport or parsecvs accept. The format is
author = Full Name <address@example.org>
per line.
Also fix a option parsing bug in fromcvs's destrepo.
Suggested-by: Thomas Schwinge <tschwinge@gnu.org>
|
|
Bump PKGREVISION.
|
|
were moved or renamed.
This was for some from 2008 and 2009 and one from 2001.
Also I noticed that a CHANGES entry was wrong as said "Renamed"
when should have said "Moved" (lua-OSBF) because PKGBASE stayed the
same.
|
|
- Updating package for p5 module Module::Dependency from 1.8 to 1.86
- Setting license to gnu-gpl-v2
- Adjusting dependencies
Upstream changes:
* Changes in Module::Dependency 1.86 (svn rev 6643), 12th July 2006
No longer use umask(0) before creating dir for data file.
Move db file store function from Indexer.pm to Info.pm
Use $ENV{PERL_PMD_DB} to override location of data file.
* Changes in Module::Dependency 1.85 (svn rev 6642), 12th July 2006
Fixed blank lines in output.
Fixed parent to mean what item depends_on
and child to mean what item is depended_on_by
Added sorting of final top-level output order with -sort
Added -Unique option (global version of -unique)
Added -All option to dump everything using Data::Dumper
Added != and !~ support to object selector patterns
Non-scripts always have a / in the key and filename
(./ is prepended if there's no / already)
Improved duplicate file/package warning.
The -h option doesn't remove indent, use -i='' for that.
* Changes in Module::Dependency 1.84 (svn rev 6633), 11th July 2006
Replaced pmd_dumper.plx with much more flexible pmd_dump.pl
Unresolved dependencies now get entries in allobjects,
with their reverse dependencies listed so they can be queried.
Because of that the grapher html output changed but the tests
haven't yet been updated so they're skipped.
All entries have a 'key' field matching the key of the allobjects hash.
* Changes in Module::Dependency 1.83 (svn rev 6569), 27th June 2006
Fixed VERSION numbers.
Simplified README docs, INSTALL and added my name to LICENCE.
* Changes in Module::Dependency 1.82 (svn rev 6568), 27th June 2006
Stored data changes:
- 'filename' is now a relative file path, not absolute.
- the "key" name for scripts is now the relative file path not basename.
- new 'filerootdir' holds absolute prefix of filename.
- 'scripts' now holds relative file paths
Ignore ~ and .bak files.
Don't decend into ignored directories (.svn, .cpan etc)
Attempt to recognise .t test files.
Improve robustness of parsing.
Give more, and more useful, warning messages.
More compact output for pmd_dumper -a
* Changes in Module::Dependency 1.81, 30th May 2006
First release under new maintainer Tim Bunce.
Fixed parsing of multi-line use statements.
Fixed parsing of unusual =cut statements.
Fixed tests to not depend on hash order.
Renamed scripts to have a pmd_ prefix.
Moved examples into new examples/ subdirectory.
Moced pmd_cgidepend.plx and pmd_cgiform.html into examples.
Unified script and module parsing code.
* Changes prior to version 1.81
Date: 2002/09/25 23:09:31
Fixed minor typoes and niggling things that should have been corrected
in the distribution - thanks to Mike Castle & Ron Savage
Indexer.pm converts paths to absolute paths before running File::Find,
giving the correct, expected, behaviour when you try to index relative
folders
Added support for the 'base' pragma.
Added the 'relationship' method (and hence the -r option to dumper.plx)
which tells you how two items are related.
Improved POD-skipping algorithm - i.e. it now has one.
There should be no platform-specific code left, and in theory this will
run on any OS.
Added a little POD-only module called Module::Dependency.
We 'use' as little as possible and 'require' the rest.
The indexer can optionally (and does, by default) look at a file's #! line
to see if it's a perl program. .pl, .plx and .pm files are always indexed.
Added accessor routine for the 'check_shebang' switch.
cgidepend.plx, the CGI program, slightly tweaked to be even more
mod_perl friendly.
Some code and ideas kindly contributed by S Rezic, S Heffner and C Sampson,
among others.
|
|
- Updating package for p5 module of Algorithm::Dependency from 1.108
to 1.110
- Setting license to gnu-gpl-v2
Upstream changes:
1.110 Tue 14 Apr 2009
- Upgrading to Module::Install 0.83
1.109 Wed 9 Apr 2009
- Upgrading to Module::Install 0.82
- Adding new method ->weight_merged
|
|
- Updating package for p5 module of Object::InsideOut from 3.52 to 3.54
- Setting license to gnu-gpl-v2
Upstream changes:
3.54 Wed Feb 18 18:04:51 2009
- Doc update only
3.53 Wed Feb 18 15:34:20 2009
- Handle unnamed fields when using Storable
- Cache some object initialization activities
|