Commit graph

144314 commits

Author SHA1 Message Date
sno
973708113c pkgsrc changes:
- Updated package for p5 module Template::Toolkit from 2.20 to 2.21
  - Set license to perl license according to META.yml
  - Adjusting dependencies according to META.yml

Upstream changes:
#-----------------------------------------------------------------------
# Version 2.21 - 30th June 2009
#------------------------------------------------------------------------

* Fixed a PRE_CHOMP bug that left \r characters lying around when
  confronted with templates with DOS \r\n line endings.
  https://rt.cpan.org/Ticket/Display.html?id=43345

* Applied patch from Bradley Baetz to fix defblock #line numbers
  http://rt.cpan.org/Public/Bug/Display.html?id=47024


#-----------------------------------------------------------------------
# Version 2.20_4 (2.21 candidate) - 21st May 2009
#------------------------------------------------------------------------

* Added the even(), odd() and parity() methods to Template::Iterator to
  assist in making zebra tables.

* Removed a post-5.6 perlism in Template::Context that broke on 5.6.2
  https://rt.cpan.org/Ticket/Display.html?id=46250

* Replaced a whole bunch of UNIVERSAL::isa() calls with blessed/isa

* Applied a patch from Norbert Buchm"uller to prevent the #line markers
  from being whitespaced away from the first column.
  https://rt.cpan.org/Ticket/Display.html?id=46269

* Applied a patch from Denis F. Latypoff to fix uri/url filters with
  utf8 text
  https://rt.cpan.org/Ticket/Display.html?id=41173


#-----------------------------------------------------------------------
# Version 2.20_3 (2.21 candidate) - 20th May 2009
#------------------------------------------------------------------------

* Fixed the XS Stash to compile properly in threaded Perls.
  https://rt.cpan.org/Public/Bug/Display.html?id=46240

* Applied a patch to the XS Stash from Alexey A. Kiritchun to make the
  scalar.length vmethod work correctly with utf8 strings.
  http://lists.tt2.org/pipermail/templates/2009-May/010803.html


#-----------------------------------------------------------------------
# Version 2.20_2 (2.21 candidate) - 17th May 2009
#------------------------------------------------------------------------

* Applied a patch to Template::Test from Andrew Ford to make it skip
  properly.
  http://lists.tt2.org/pipermail/templates/2009-March/010678.html

* Changed the ttree -v/--verbose option so be less verbose and only
  report on things that have changed.  To make it more verbose (like
  previous versions), add a second -v/--verbose flag, e.g.

    $ ttree -v -v

* Also added the --summary option to tree to print a summary of what it
  did, and the --color/--colour option to make it print its verbose
  messages in colour (on ANSI terminals).

* Applied a ttree patch from Lyle Brooks to allow ttree to accept a
  directory name as a command line argument.

* Added the define_view() and define_views() method to Template::Context
  and added the VIEWS option to pre-define views when the Template object
  is created.  Thanks to Timmy Chan for providing the groundwork on this.
  http://lists.tt2.org/pipermail/templates/2009-April/010689.html

* Retrospectively fixed the Changes for 2.20 to mention the ttree
  --encoding option.

* Applied a patch from Chisel Wright, changing uses of UNIVERSAL::can()
  to use blessed() and ->can().
  http://lists.tt2.org/pipermail/templates/2009-May/010790.html

* Fixed a memory leak in the XS Stash introduced in 2.20.
  Thanks to Breno G. de Oliveira for reporting the problem and helping to
  narrow it down.
  https://rt.cpan.org/Public/Bug/Display.html?id=46058


#------------------------------------------------------------------------
# Version 2.20_1 (2.21 candidate) - 7th April 2009
#------------------------------------------------------------------------

* Deleted all the old HTML documentation (now available separately from
  http://tt2.org/download/index.html#html_docs), examples, libraries and
  other cruft that was way out of date and badly unloved.

* Tweaked Template::Parser to work better with the ANYCASE option.  It
  now knows that anything following a dotop cannot be a keyword so that
  you can write data.last without the 'last' bit being interpreted as the
  LAST keyword.  Thanks to Sean McAfee for the post that inspired it.
  http://lists.tt2.org/pipermail/templates/2008-September/010462.html

* Fixed a broken test for Apache::Util in the html_entity filter.  Added
  the use_html_entities() and use_apache_util() class methods to
  Template::Filters to allow end-user selection of one or the other.
  http://rt.cpan.org/Public/Bug/Display.html?id=40870
  http://template-toolkit.org/svnweb/Template2/revision/?rev=1177

* Tweaked Template::Context to recognise Badger::Exception objects and
  convert them to Template::Exception objects.  This is a temporary
  measure to keep things working during the transition to Badger-based
  modules.

* Added the STRICT option which will cause the stash to throw an
  exception on encountering an undefined value.  Thanks to Ben Tilly
  for the prod.

* Applied a patch to Template::Iterator from Jonathon Padfield to make
  get_all() do the right thing if get_first() hasn't been called.

* Applied a patch to Template::Stash::Context from Ben Tilly to make
  it easier to subclass.

* Applied a patch from Robin Berjon to add the xml filter.
2009-07-07 19:45:49 +00:00
joerg
c02006af45 user-destdir support 2009-07-07 19:41:54 +00:00
sno
89af795ce9 Updated www/p5-libwww to 5.828 2009-07-07 19:41:00 +00:00
sno
b6fbd099f4 pkgsrc changes:
- Updating package for p5 module LWP from 5.826 to 5.828

Upstream changes:
2009-06-25  Release 5.828

A quick new release to restore compatiblity with perl-5.6.


Gisle Aas (4):
      Less noisy behaviour when we can't download the documents
      Restore perl-5.6 compatiblity [RT#47054]
      Don't decode US-ASCII and ISO-8859-1 content
      Some versions of Encode don't support UTF-16-BE [RT#47152]

Ville Skytt"a (1):
      Spelling fixes.

2009-06-15  Release 5.827

The main news this time is better detection of what character set the document
in a response uses and the addition of the lwp-dump script that I found useful.


Gisle Aas (31):
      Added lwp-dump script
      Replace calls to $req->url with $req->uri
      Also need to encode strings in the latin1 range
      Ignore the value set for file inputs [RT#46911]
      Add docs to lwp-dump
      Don't let lwp-dump follow redirects
      Support --method options
      Implement the --agent option
      Dictionary order for the option docs; document --method
      Merge branch 'dump'
      Files are passed as an array and we must not stringify it.
      Add content_charset method to HTTP::Message
      Start guessing the charset for a message
      Let content_charset guess the charset to use for decoded_content
      Specify what's missing for the XML and HTML case
      Provide charset parameter for HTML::Form->parse()
      Make content_charset sniff for <meta> elements specifying the charset.
      Determine charset of XML documents
      Get rid of the _trivial_http_get() implementation
      Update the bundled media.types file
      LWP::Simple::get() now returns decoded_content [RT#44435]
      Implement content_type_charset method for HTTP::Headers
      Implement content_is_text method for HTTP::Headers
      Make use of content_is_text and content_type_charset in decoded_content
      Don't let the parse_head callback append to the HTTP headers
      Don't set Range header on request when max_size is used [RT#17208]
      Still show client headers for internal responses
      Document Client-Warning: Internal response
      Don't use 'no' as example domain for no_proxy docs [RT#43728]
      Drop exit from the Makefile.PL [RT#43060]
      Merge branch 'content_charset'

Alex Kapranoff (1):
      Support "accept-charset" attribute in HTML::Form

Mark Stosberg (1):
      new tests for max_size and 206 responses [RT#46230]

murphy (1):
      Reformulation of Client-Warning: Internal documentation
2009-07-07 19:40:30 +00:00
joerg
40467864b3 user-destdir support 2009-07-07 19:39:55 +00:00
sno
81df416be2 Updated www/p5-HTML-Parser to 3.61 2009-07-07 19:38:16 +00:00
sno
348fecb959 pkgsrc changes:
- Updating package for p5 module HTML::Parser from 3.60 to 3.61
  - Setting LICENSE=${PERL5_LICENSE} according to META.yml

Upstream changes:
2009-06-20  Release 3.61

Gisle Aas (2):
      Test that triggers the crash that Chip fixed
      Complete documented list of literal tags

Chip Salzenberg (1):
      Avoid crash (referenced pend_text instead of skipped_text)

Antonio Radici (1):
      Reference HTML::LinkExttor [RT#43164]
2009-07-07 19:37:39 +00:00
drochner
f22c94c827 +mp3val 2009-07-07 19:37:21 +00:00
drochner
eb3e713312 add mp3val-0.1.8, another mp3 checker 2009-07-07 19:36:19 +00:00
sno
d4947c1238 Added time/p5-Time-Format_XS version 1.03 2009-07-07 19:35:54 +00:00
joerg
476994b9b2 user-destdir support 2009-07-07 19:35:44 +00:00
sno
e7c0885036 Importing package for p5 module Time::Format_XS to get some speed up into
Time::Format.

Time::Format_XS, provides a huge performance improvement for the main
formatting function in Time::Format. This is the time_format function,
usually accessed via the %time hash.
2009-07-07 19:34:30 +00:00
joerg
c4c0d6cb11 user-destdir support 2009-07-07 19:34:24 +00:00
sno
5f3793c673 Updated time/p5-Time-Format to 1.11 2009-07-07 19:32:48 +00:00
joerg
7d4f8afe79 user-destdir support 2009-07-07 19:32:25 +00:00
sno
a6043baeb1 pkgsrc changes:
- updating package of p5 module Time::Format from 1.09 to 1.11
  - Adjusting depencencies according to META.yml (and Module::Corelist)

Upstream changes:
1.11  2009 June 18
        - Fix error in the new test (past.t) for v1.10!
        - Rearrange eval's throughout test code to rely on $@ less.

1.10  2009 June 17
        - Bug fix: Did not trim leading zero off the am/pm hour (H
          code) if the argument was a DateTime.  Thanks to Coke Coleda
          for spotting this.
2009-07-07 19:31:48 +00:00
joerg
fe85c6c670 user-destdir support 2009-07-07 19:31:32 +00:00
sno
da1522fc8b Updated time/p5-Time-Piece to 1.15 2009-07-07 19:28:24 +00:00
sno
11057f7fb9 pkgsrc changes:
- Updating package for p5 module of Time::Piece from 1.14 to 1.15
  - Correcting license (see module documentation)

Upstream changes:
1.15
    - Skip a test on Win32 that there's just no way of passing
    - Document the above failure
2009-07-07 19:27:57 +00:00
joerg
c88d7d952a user-destdir support 2009-07-07 19:26:27 +00:00
sno
35f470f895 Updated devel/p5-Array-Compare to 1.18 2009-07-07 19:25:02 +00:00
sno
c1ab52d75b pkgsrc changes:
- updating package for p5 module Array::Compare from 1.17 to 1.18
  - setting license to ${PERL5_LICENSE} according to META.yml

Upstream changes:
2009-06-14  Dave Cross  <dave@dave.org.uk>
	* lib/Array/Compare.pm: Bump version number for release.

2009-06-14  Dave Cross  <dave@dave.org.uk>
	* lib/Array/Compare.pm: Added version number.  Fixed
	  https://rt.cpan.org/Ticket/Display.html?id=45145

2009-06-14  Dave Cross  <dave@dave.org.uk>
	* Build.PL: Moved version setting into .pm.

2009-02-21  Dave Cross  <dave@dave.org.uk>
	* : Removed execute bit.

2008-06-29  Dave Cross  <dave@dave.org.uk>
	* Build.PL, lib/Array/Compare.pm: Added LICENSE section (for
	  cpants).
2009-07-07 19:24:34 +00:00
ahoka
319bd73313 Merge with my own update. 2009-07-07 19:23:48 +00:00
joerg
9d270643e3 user-destdir support 2009-07-07 19:21:57 +00:00
drochner
45e7edb92b +py-id3lib 2009-07-07 19:15:53 +00:00
drochner
b36cc93018 add py-id3lib-0.5.1, another Python module to tag mp3 files 2009-07-07 19:15:01 +00:00
sno
d8ebe45863 removed done items p5-Archive-Tar-1.52, p5-Archive-Zip-1.28, p5-DBD-Sybase-1.08, p5-Search-Xapian-1.0.13.1 2009-07-07 19:14:48 +00:00
sno
6c35584486 Updated archivers/p5-Archive-Zip to 1.30 2009-07-07 19:10:38 +00:00
joerg
511e0be3c0 user-destdir support 2009-07-07 19:10:37 +00:00
sno
7240072b54 pkgsrc changes:
- Updating package for p5 module Archive::Zip from 1.26 to 1.30
  - Setting license according to META.yml to ${PERL5_LICENSE}

Upstream changes:
1.30 Tue 30 Jun 2009 - Adam Kennedy
	- Fixed a bad use of Cwd::getcwd

1.29 Mon 29 Jun 2009 - Adam Kennedy
	- Changed _asLocalName back to rel2abs, but this time using
	  Cwd::getcwd as the base path instead of Cwd::cwd.
	  This hopefully resolved #47223 (ADAMK)

1.28 Tue 16 Jun 2009 - Adam Kennedy
	- Changing to production version for release
	- Reverted to revision 4736 and converted `External File Attribute'
	  values for symbolic links to hexadecimal (HAGGAI)
	- Fixed: #15026: AddTree does not include files with german
	  umlauts in the filename (HAGGAI)
	- Switched from Compress::Zlib to Compress::Raw::Zlib (AGRUNDMA)
	- Moved crc32 from bin to script (ADAMK)

1.27_01 Tue 16 Dec 2008 - Adam Kennedy
	- Makefile.PL will create a better META.yml
	- This is a test release for various improvements provided by
	  Alan Haggai. The entire release is credited to his grant work.
	- Fixed #25726: extractMembers failing across fork on Windows.
	- Fixed #12493: Can't add new files to archives which contain
	  files named 0,1,2,3,4,5,6,7,8,9 with no extension.
	  (Files named "0" are not archived)
	- Fixed #22933: Properly extract symbolic links.
	- Fixed #20246: Ability to assign a compression level to addTree
	  calls.
	- Corrected regular expression for stripping trailing /
	- Corrected addFileOrDirectory() behaviour and cleaned up some code
	- Added symbolic link support to addFileOrDirectory
	- Fixed #34657: No option, undefined behavior zipping symbolic
	  links (symlinks)
	- Added storeSymbolicLink()
	- Fixed bitFlag() to set General Pupose Bit Flags
2009-07-07 19:10:05 +00:00
joerg
dfd4cdc1c8 user-destdir support 2009-07-07 19:07:35 +00:00
drochner
450b41ba0e +libmtag 2009-07-07 19:06:59 +00:00
joerg
6cbe4aba25 user-destdir support 2009-07-07 19:05:20 +00:00
drochner
6f4785fe51 add py-libmtag-0.3.0, Python bindings for libmtag 2009-07-07 19:04:05 +00:00
sno
f775f1afc4 Added www/p5-CatalystX-Component-Traits version 0.03 2009-07-07 19:03:24 +00:00
drochner
7240415e8f add libmtag-0.3.1, another mp3 tagging library 2009-07-07 19:02:02 +00:00
joerg
b77c009b0f user-destdir support 2009-07-07 19:01:16 +00:00
sno
4d951737d9 Importing package for p5 module CatalystX::Component::Traits version 0.03
as dependency of scheduled update of databases/p5-Catalyst-Model-DBIC-Schema.

Adds a "COMPONENT" in Catalyst::Component method to your Catalyst component
base class that reads the optional traits parameter from app and component
config and instantiates the component subclass with those traits using
"new_with_traits" in MooseX::Traits from MooseX::Traits::Pluggable.
2009-07-07 19:00:51 +00:00
joerg
fbaf149543 user-destdir support 2009-07-07 18:58:47 +00:00
sno
394651d552 Added devel/p5-namespace-autoclean version 0.08 2009-07-07 18:58:28 +00:00
sno
e0aa9301f0 Added devel/p5-MooseX-Traits-Pluggable version 0.04 2009-07-07 18:57:26 +00:00
joerg
faf50613ed user-destdir support 2009-07-07 18:56:23 +00:00
sno
aac87bac10 Importing package of p5 module namespace::autoclean 0.08 as dependency
of imported devel/p5-MooseX-Traits-Pluggable.

When you import a function into a Perl package, it will naturally also be
available as a method.
The namespace::autoclean pragma will remove all imported symbols at the end
of the current package's compile cycle. Functions called in the package
itself will still be bound by their name, but they won't show up as methods
on your class or instances.
This module is very similar to namespace::clean, except it will clean all
imported functions, no matter if you imported them before or after you used
the pagma. It will also not touch anything that looks like a method,
according to Class::MOP::Class::get_method_list.
2009-07-07 18:56:04 +00:00
joerg
ea1e9b74cb user-destdir support 2009-07-07 18:54:07 +00:00
sno
3067849190 Importing package for p5 module MooseX::Traits::Pluggable version 0.04
as dependency of scheduled import of p5 module CatalystX::Component::Traits
(dependency of scheduled update of databases/p5-Catalyst-Model-DBIC-Schema).

Adds support for class precedence search for traits and some extra attributes.
2009-07-07 18:53:57 +00:00
joerg
df96a7c6c3 user-destdir support 2009-07-07 18:53:17 +00:00
sno
206749a2ee Added devel/p5-MooseX-Traits version 0.06 2009-07-07 18:51:00 +00:00
joerg
aadcff018f user-destdir support 2009-07-07 18:50:54 +00:00
sno
134b5b4083 Importing package for p5 module MooseX::Traits version 0.06 as dependency
of scheduled import of MooseX::Traits::Pluggable (dependency for
CatalystX::Component::Traits etc.)

Often a developer want to create components that can be added to a class
arbitrarily. This module makes it easy for the end user to use these
components. Instead of requiring the user to create a named class with the
desired roles applied, or applying roles to the instance one-by-one, he can
just pass a traits parameter to the class's new_with_traits constructor.
This role will then apply the roles in one go, cache the resulting class
(for efficiency), and return a new instance. Arguments meant to initialize
the applied roles' attributes can also be passed to the constructor.
2009-07-07 18:49:13 +00:00
joerg
88a057a70a user-destdir support 2009-07-07 18:46:17 +00:00