freebsd-ports/devel/p5-Heap-Simple-Perl/pkg-plist
Aaron Dalton 42cc30b381 - updated from v0.10 to v0.11
- updated maintainership

0.11  2005-11-20
	- Add extract_all method
	- Add merge_arrays method
	- inserts can now handle multiple elements as argument
	- absorb and key_absorb use the new multi-inserts
	- absorb and key_absorb now take any number of heaps as argument
          instead of absorbing exactly one.
	- Special characters in generated constant strings were incorrectly
	  escaped (bugfix)
	- key_method doesn't return literal strings anymore in the "complex"
	  case (also causes the above mentioned bug to never trigger)
	- make the internal _STRING and _LITERAL macros never see each others
	  output (this is possibly a bugfix)

Approved by:	tobez
2005-12-20 15:28:59 +00:00

44 lines
2 KiB
Text

%%SITE_PERL%%/Heap/Simple/Any.pm
%%SITE_PERL%%/Heap/Simple/Array.pm
%%SITE_PERL%%/Heap/Simple/Function.pm
%%SITE_PERL%%/Heap/Simple/Hash.pm
%%SITE_PERL%%/Heap/Simple/Less.pm
%%SITE_PERL%%/Heap/Simple/Method.pm
%%SITE_PERL%%/Heap/Simple/Number.pm
%%SITE_PERL%%/Heap/Simple/NumberReverse.pm
%%SITE_PERL%%/Heap/Simple/Object.pm
%%SITE_PERL%%/Heap/Simple/Perl.pm
%%SITE_PERL%%/Heap/Simple/Scalar.pm
%%SITE_PERL%%/Heap/Simple/String.pm
%%SITE_PERL%%/Heap/Simple/StringReverse.pm
%%SITE_PERL%%/Heap/Simple/Wrapper.pm
%%SITE_PERL%%/auto/Heap/Simple/Perl/_absorb.al
%%SITE_PERL%%/auto/Heap/Simple/Perl/_e_recover.al
%%SITE_PERL%%/auto/Heap/Simple/Perl/_i_recover.al
%%SITE_PERL%%/auto/Heap/Simple/Perl/_key_absorb.al
%%SITE_PERL%%/auto/Heap/Simple/Perl/autosplit.ix
%%SITE_PERL%%/auto/Heap/Simple/Perl/extract_first.al
%%SITE_PERL%%/auto/Heap/Simple/Perl/extract_min.al
%%SITE_PERL%%/auto/Heap/Simple/Perl/extract_top.al
%%SITE_PERL%%/auto/Heap/Simple/Perl/extract_upto.al
%%SITE_PERL%%/auto/Heap/Simple/Perl/first.al
%%SITE_PERL%%/auto/Heap/Simple/Perl/first_key.al
%%SITE_PERL%%/auto/Heap/Simple/Perl/infinity.al
%%SITE_PERL%%/auto/Heap/Simple/Perl/insert.al
%%SITE_PERL%%/auto/Heap/Simple/Perl/key.al
%%SITE_PERL%%/auto/Heap/Simple/Perl/keys.al
%%SITE_PERL%%/auto/Heap/Simple/Perl/merge_arrays.al
%%SITE_PERL%%/auto/Heap/Simple/Perl/min_key.al
%%SITE_PERL%%/auto/Heap/Simple/Perl/top.al
%%SITE_PERL%%/auto/Heap/Simple/Perl/top_key.al
%%SITE_PERL%%/auto/Heap/Simple/Perl/user_data.al
%%SITE_PERL%%/auto/Heap/Simple/Perl/values.al
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Heap/Simple/Perl/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Heap/Simple/Perl
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Heap/Simple 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Heap 2>/dev/null || true
@dirrm %%SITE_PERL%%/auto/Heap/Simple/Perl
@unexec rmdir %D/%%SITE_PERL%%/auto/Heap/Simple 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/auto/Heap 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Heap/Simple 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Heap 2>/dev/null || true