Commit graph

8451 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
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
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
joerg
c88d7d952a user-destdir support 2009-07-07 19:26:27 +00:00
joerg
9d270643e3 user-destdir support 2009-07-07 19:21:57 +00:00
joerg
511e0be3c0 user-destdir support 2009-07-07 19:10:37 +00:00
joerg
dfd4cdc1c8 user-destdir support 2009-07-07 19:07:35 +00:00
joerg
6cbe4aba25 user-destdir support 2009-07-07 19:05:20 +00:00
sno
f775f1afc4 Added www/p5-CatalystX-Component-Traits version 0.03 2009-07-07 19:03:24 +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
joerg
faf50613ed user-destdir support 2009-07-07 18:56:23 +00:00
joerg
ea1e9b74cb user-destdir support 2009-07-07 18:54:07 +00:00
joerg
df96a7c6c3 user-destdir support 2009-07-07 18:53:17 +00:00
joerg
aadcff018f user-destdir support 2009-07-07 18:50:54 +00:00
joerg
88a057a70a user-destdir support 2009-07-07 18:46:17 +00:00
tron
d0530dc395 Add mirror on "ftp.nluug.nl" to master site list. 2009-07-07 18:44:28 +00:00
joerg
23468f459c user-destdir support 2009-07-07 18:36:12 +00:00
joerg
f2c04512a2 Fix user-destdir. 2009-07-07 18:35:39 +00:00
tron
cc27ab0b5f Update "squid31" package to version 3.1.0.9. Changes since version 3.1.0.8:
- Bug 2682: Add ftp_epsv control to disable EPSV support.
- Bug 2665: Detach automake system from using -I.
- Bug 2395: FTP auth errors not displayed
- ... also several changes and bugs closed in 3.0.STABLE16
- Port from 2.7: Show local address on listening sockets
- Add "tag" type acl matching tags set by external acl helpers.
- Adds Language alias linker/installer/upgrade scripts
- Support for GCC 4.4
- Fix false NAT lookup errors on Linux
- Fix many Windows port issues
- Fix squid_kerb_auth helepr install location
- Better detection of IPv6 stack types
- Updates Licensing information for Squid 3.1
- ... and many packaging portability build and install issues
2009-07-07 18:25:13 +00:00
joerg
31094e418e user-destdir support 2009-07-07 16:49:05 +00:00
joerg
3b00351a49 user-destdir support 2009-07-07 16:38:39 +00:00
sno
a583947acf adding destdir support and license (artistic, see README) 2009-07-07 16:27:33 +00:00
tron
1df71dcdfd Improve package list creation to work with symbolic links as well. 2009-07-07 15:21:36 +00:00
tron
77f6468d1c General improvements:
1.) Allow individual "squid*" packages to register an extra target that
    is run before the common "post-install" target.
2.) Use a much simpler logic to figure out what files get installed into
    "share/squid/errors" and "share/squid/icons".

Tested with the "squid27" and the "squid31" package.
2009-07-07 15:01:12 +00:00
joerg
740658c62e user-destdir support 2009-07-07 14:24:05 +00:00
sborrill
5ad6a536b7 Add p5-HTML-WikiConverter-DokuWiki 2009-07-07 08:58:47 +00:00
sborrill
affbaeeed5 DokuWiki dialect module for p5-HTML-WikiConverter 2009-07-07 08:56:50 +00:00
joerg
bf523203d5 Use APACHE_PKG_PREFIX. 2009-07-06 22:22:40 +00:00
joerg
abb54acd6e Fix build with Apache 1.3. 2009-07-06 16:05:45 +00:00
taca
cdbd56362d Update typo3 package to 4.2.8. (This is a leaf package.)
From release announce.

-----------------------------------------------------------------------

Dear TYPO3 users,

we are announcing the release of the following TYPO3 updates:
- TYPO3 4.2.8
- TYPO3 4.1.12
- TYPO3 4.0.13

All versions are maintenance releases and contain only bugfixes
and minor security improvements (no critical fixes of vulnerabilities).

Notice: Due to a bug which was reported to us short after the release of
TYPO3 versions 4.1.11 and 4.2.7, we stopped the release of the
announcement and prepared new versions that fix this (minor) issue.
TYPO3 4.0.13 which was already released yesterday was not affected by
this bug.

For details about the release, visit the following websites:
http://wiki.typo3.org/TYPO3_4.2.8
http://wiki.typo3.org/TYPO3_4.1.12
http://wiki.typo3.org/TYPO3_4.0.13
2009-07-06 15:15:44 +00:00
drochner
aba46f2920 use libgnutls-config.mk, brings back TLS support with gnutls-2.8,
bump PKGREVISION
2009-07-03 14:15:41 +00:00
drochner
80de8e5553 use libgnutls-config.mk to fix detection of gnutls-2.8
(with the non-default "gnutls" pkg option)
2009-07-03 14:04:12 +00:00
drochner
30c8bd1d0d -use libgnutls-config.mk, make gnutls detection work,
bump PKGREVISION
-remove some GTK_DISABLE_DEPRECATED to fix build with newer gtk2
2009-07-03 14:00:24 +00:00
drochner
05e6915d08 use libgnutls-config.mk and libgnutls-extra-config.mk to get back TLS
support with gnutls-2.8, bump PKGREVISION
2009-07-03 11:01:01 +00:00
drochner
29f04494fc -fix some pointer typecast nonsense which breaks if time_t is not "long",
makes the select() main loop work again on NetBSD-current,
 bump PKGREVISION
-use the libgnutls-config hack so that https works with gnutls-2.8
2009-07-02 20:04:12 +00:00
taca
46fe1c9f3d Update typolight27-translations package to 20090701.
Update Spanish and Swedish translation files.
2009-07-02 15:28:30 +00:00
taca
69a308c269 Add SQUID_MASTER_SITES as first MASTER_SITES. 2009-07-01 02:17:46 +00:00
taca
420411ff01 Add squid's common ftp download URL as SQUID_MASTER_SITES. 2009-07-01 02:17:11 +00:00
taca
db13a38472 Update drupal6-translations package to 20090621.
* pkgsrc change: remove PLIST.common_end which isn't needed any more.
* Add Belarusian(be), Catalan(ca), Indonesian(id), Dutch(nl), Turkish(tr) and
  Ukrainian(uk).
* Update Danish(da), Greek(el), Spanish(es), Brazilian Portuguese(pt-br),
  Russian(ru) and Swedish(sv)
2009-07-01 01:36:45 +00:00
taca
6f98dcef8b Needs more php modules.
Bump PKGREVISION.
2009-07-01 01:03:04 +00:00
taca
8d2f4caa7c Update typolight27-translations pacakge to 20090630.
Update Spanish translation files which support TYPOlight 2.7.2.
2009-06-30 17:19:29 +00:00
taca
b345dd6080 Update squid30 package to 3.0.16 (squid-3.0.STABLE16).
(This is a leaf package.)

Changes to squid-3.0.STABLE16 (15 Jun 2009):

	- Bug 2672: cacheMemMaxSize 32-bit overflow during snmpwalk
	- Bug 2481: Don't set expires: now in generated error responses
	- Bug 2387: The calculation of the number of hash buckets correctly
	- Fix infinite loop in MSNT auth helper
	- Fix FD_SETSIZE on FreeBSD
	- Fix stripping NT domain in squid_ldap_group
	- Fix RADIUS auth helper build
	- Add Translate: and Unless-Modified-Since: headers to known list
	- Make fakeauth handle NTLMv2 better
	- Better Kerberos support detection
	- Several Widows port fixes

Changes to squid-3.0.STABLE16-RC1 (16 May 2009):

	- Bug 1148: Ported from 3.1: Chunked Transfer Encoding
	- Bug 2648: NTLM helpers not shutting down when deferred
2009-06-30 17:17:39 +00:00
taca
eca9f758e0 Delete unused PLIST.common_end now. 2009-06-30 17:15:42 +00:00
taca
b28804e18a Revert generating PLIST for error files except @dirrm.
It was accidently deleted by previous commit.

Also stop using PLIST.common_end here.

It should fix some bulk problem of squid27/squid30/squid31 packages.
2009-06-30 17:11:29 +00:00
joerg
c569c6a51f Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with
MAKE_JOBS=2 and worked without.
2009-06-30 00:07:09 +00:00
joerg
580e516f13 Needs libtool. 2009-06-29 23:02:06 +00:00
taca
f2878853cb Update www/typolight27-translations package to 20090626.
* Update Bulgarian, Dutch and Japanese translations.
2009-06-28 07:46:29 +00:00
taca
35f4cdf80e Update www/typolight27 pacakge to 2.7.2. Approved by agc@.
Version 2.7.2 (2009-06-25)
--------------------------
- Improved navigation skip links (#815)
- Fixed a few PHP 5.3 compatibility issues (#783, #785, #786)
- Fixed issue with wrong duplicate newsletter recipient warning (#769)
- Fixed issue with files with special characters not being downloadable (#816)
- Fixed issue with date calculation in "edit multiple" mode (#809)
- Fixed issue with revision date not being set in "edit multiple" mode (#793)
- Fixed issue with news pagination menu not showing (#760)
- Fixed issue with news author notifications not working (#806)
- Fixed issue with "checkCredentials" hook (#811)
- Fixed a few minor issues
2009-06-28 07:39:38 +00:00