pkgsrcv2.git
12 years agoMerge from vendor branch TNF:
obache [Sat, 6 Aug 2011 13:33:20 +0000 (13:33 +0000)]
Merge from vendor branch TNF:
Import ruby-sinatra-1.2.6 as www/ruby-sinatra.

Classy web-development dressed in a DSL.

12 years agoRevision bump after updating perl to 5.14.1
adam [Sat, 6 Aug 2011 13:36:10 +0000 (13:36 +0000)]
Revision bump after updating perl to 5.14.1

12 years agoImport ruby-sinatra-1.2.6 as www/ruby-sinatra.
obache [Sat, 6 Aug 2011 13:33:20 +0000 (13:33 +0000)]
Import ruby-sinatra-1.2.6 as www/ruby-sinatra.

Classy web-development dressed in a DSL.

12 years agoChanges 1.312:
adam [Sat, 6 Aug 2011 13:24:20 +0000 (13:24 +0000)]
Changes 1.312:
* Apply Stephen Oberholtzer's patch to fix a test freeze.
* IO::Handle->blocking() is broken on MSWin32, locking up
  t/10_units/04_drivers/01_sysrw.t in some cases. Stephen provided a
  patch to Perl and to POE to work around the issue. It's portable
  enough that things shouldn't immediately break after Perl is fixed.
* Resolves rt.cpan.org ticket 69769.
* getnameinfo() returns host and port in the opposite order of
  unpack_sockaddr_in(). Swap the return values so the right ones appear
  in ARG1 and ARG2. Thanks to Luiz Eduardo Roncato Cordeiro at CERT
  Brazil for spotting the problem and suggesting the fix. This should
  resolve his rt.cpan.org ticket, #68959.
* Add stack traces to _data_handle_remove() failures.
* Add note about Perl 5.6 issues with '>&' open mode
* Document using getsockname to verify a listening socket
* Localize $SIG{__DIE__} when rethrowing userspace exceptions from a
  safe point. Avoids shenanigans at a distance when reporting on
  userspace errors. May thwart someone's exception handling, but I
  don't know a good way to satisfy everyone here. Suggestions?
* Don't fail t/00_info.t if POE::Test::Loops is unavailable.
* This test dependency is intended to be optional, and the loop tests
  should be skipped if the user doesn't want them. Problem reported by
  skbz in irc.perl.org #poe, related to cpanm installing
  POE::Test:Loops in a user-local directory but not looking there when
  installing POE.
* Fix mangled stdio checks. This one passes all tests.

12 years agoChanges 1.312:
adam [Sat, 6 Aug 2011 13:15:54 +0000 (13:15 +0000)]
Changes 1.312:
Require Test::More 0.94. Dist::Zilla's ReportVersinos plugin wants it.

12 years agoAdded textproc/ruby-tilt version 1.3.2
obache [Sat, 6 Aug 2011 13:10:47 +0000 (13:10 +0000)]
Added textproc/ruby-tilt version 1.3.2

12 years agoImport ruby-tilt-1.3.2 as textproc/ruby-tilt.
obache [Sat, 6 Aug 2011 13:10:18 +0000 (13:10 +0000)]
Import ruby-tilt-1.3.2 as textproc/ruby-tilt.

Tilt is a thin interface over a bunch of different Ruby template engines in
an attempt to make their usage as generic possible. This is useful for web
frameworks, static site generators, and other systems that support multiple
template engines but don't want to code for each of them individually.

The following features are supported for all template engines (assuming the
feature is relevant to the engine):

 * Custom template evaluation scopes / bindings
 * Ability to pass locals to template evaluation
 * Support for passing a block to template evaluation for "yield"
 * Backtraces with correct filenames and line numbers
 * Template file caching and reloading
 * Fast, method-based template source compilation

The primary goal is to get all of the things listed above right for all
template engines included in the distribution.

12 years agoMerge from vendor branch TNF:
obache [Sat, 6 Aug 2011 13:10:18 +0000 (13:10 +0000)]
Merge from vendor branch TNF:
Import ruby-tilt-1.3.2 as textproc/ruby-tilt.

Tilt is a thin interface over a bunch of different Ruby template engines in
an attempt to make their usage as generic possible. This is useful for web
frameworks, static site generators, and other systems that support multiple
template engines but don't want to code for each of them individually.

The following features are supported for all template engines (assuming the
feature is relevant to the engine):

 * Custom template evaluation scopes / bindings
 * Ability to pass locals to template evaluation
 * Support for passing a block to template evaluation for "yield"
 * Backtraces with correct filenames and line numbers
 * Template file caching and reloading
 * Fast, method-based template source compilation

The primary goal is to get all of the things listed above right for all
template engines included in the distribution.

12 years agoRevision bump after updating perl to 5.14.1
adam [Sat, 6 Aug 2011 13:12:38 +0000 (13:12 +0000)]
Revision bump after updating perl to 5.14.1

12 years agoChanges 1.13:
adam [Sat, 6 Aug 2011 13:02:32 +0000 (13:02 +0000)]
Changes 1.13:
* Apply patches from Ian:
* ID3v2:add section BUGS with explanation of how we treat v2.4 frames.
extract MP3 start bytes even if ID3v2 tag is present.
recognize MP3 MIME type by start bytes
* Tag.pm:document mime_Pretype(), mime_type().
New optional arguments to mime_Pretype(), mime_type().
ID3v2 genre tag with value "Blues" or "(0)" could not be set
(thanks to Eric Benson for analysis).
* ID3v2_Data.pod: rename s/-/_/ - cygwin buggy, fails manifying
- this was BS, the problem is elsewhere
* mp3info2: state another time that COMM(eng)[lyrics] is a non-standard place
  for lyrics...

12 years agoRevision bump after updating perl to 5.14.1
adam [Sat, 6 Aug 2011 12:57:25 +0000 (12:57 +0000)]
Revision bump after updating perl to 5.14.1

12 years agoRevision bump after updating perl to 5.14.1
adam [Sat, 6 Aug 2011 12:52:38 +0000 (12:52 +0000)]
Revision bump after updating perl to 5.14.1

12 years agoChanges 0.90:
adam [Sat, 6 Aug 2011 12:48:30 +0000 (12:48 +0000)]
Changes 0.90:
* ID3: Bug 17392, fixed APIC offset calculation for non-MP3 files such as AIFF
  and WAV where the tag does not live at the front of the file.

Changes 0.89:
* APE: Bug 15895, better handling if we have a broken APE tag and run out of
  tag data.
* WMA: Bug 17355, fixed WM/Picture offset calculation when artwork is stored in
  the Header Extension/Metadata Library block.
* WMA: Added output warning when trying to seek in a file without ASF_Index.
* Switched aac.t to Test::Warn instead of manual STDERR redirection.

Changes 0.88:
* ADTS AAC: Check first 2-3 frames to avoid false syncs.
* OSX: Xcode 4 doesn't include the 10.5 SDK, so check for this before using it.
* Win32: Display better error messages when unable to read from files.
* MP3, AAC, MPC: Bug 17173: Cleaned up several places where invalid memory reads could occur.

Changes 0.87:
* AAC: Bug 16874, Fixed infinite loop that could occur when reading a truncated
  ADTS stream.
* Win32: Fixed MSVC compilation error in mp3.c.

Changes 0.86:
* MP3: Require first 3 frames to have matching samplerate and channel values.
* MP3: Fixed bug where info->{vbr} would not be set if a file had a Xing frame
  but no LAME data.
* MP3: Handle case where ID3 tag indicates an extended header is present but no
  actual header exists.

12 years agoRevision bump after updating perl to 5.14.1
adam [Sat, 6 Aug 2011 12:31:10 +0000 (12:31 +0000)]
Revision bump after updating perl to 5.14.1

12 years agoChanges 1.76:
adam [Sat, 6 Aug 2011 12:22:56 +0000 (12:22 +0000)]
Changes 1.76:
* upstream blead patches from Peter Acklam

Changes 1.74:
* Skip extracting pax extended headers

12 years agoRevision bump after updating perl to 5.14.1
adam [Sat, 6 Aug 2011 12:18:45 +0000 (12:18 +0000)]
Revision bump after updating perl to 5.14.1

12 years agoThe "mrtg" package was update to version 2.17.2.
tron [Sat, 6 Aug 2011 11:53:30 +0000 (11:53 +0000)]
The "mrtg" package was update to version 2.17.2.

12 years agoNote update of the "mrtg" package to version 2.17.2.
tron [Sat, 6 Aug 2011 11:52:32 +0000 (11:52 +0000)]
Note update of the "mrtg" package to version 2.17.2.

12 years agoUpdate "mrtg" package to version 2.17.2. Changes since version 2.16.4:
tron [Sat, 6 Aug 2011 11:52:16 +0000 (11:52 +0000)]
Update "mrtg" package to version 2.17.2. Changes since version 2.16.4:
- can not replace a file by renaming another to its name under WIN32
  fix in rateup #104
- Fix scaling when noo and noi options are used. fix for  #95
- Stop staticly linking rateup. fix for #97
- Only set LD_RUN_PATH if it is actually necessary. patch from #98
- Net::SNMP only support aes128, des and 3des ... fix for cfgmaker from #99
- Understand desc and descr in ifdesc option of cfgmaker
- only set $args{'-maxrepetitions'} if $Net_SNMP_util::MaxRepetitions > 0
- do not load Net_SNMP_util unless snmpv3 is requested ... fix for #75
- be more agressive about updating the confcache. If a key is missing, go
  looking for it again and complain. fix for #74
- only apply 32bit counter wrap compensation when the wrap is within 32bit
  range. fix for #70
- implement pngdate as TimeStrPos[x]: RU instead of separately. for for #68
- add missing <p> tag arount 'last updated ... ' in html output. fix for #63
- remove rececondition when writing new trafic graph files by writing to a
  temp file and moving it later. fix for #51
- make snmpopt_current available in cfgmaker templates. fix for #48
- explicitly import Socket6 routines in SNMP_Session. fix for #45
- default ThreshHyst to 0.1 only if ThreshDir is define. fix for #42
- point out when there is an unknown interface found. fix for #41.
- allow for $speed to return 0 and still use SNMPv2 ... some Cisco Gear
  seems todo that. Fix for #33
- add dlink support for ifAlias OIDs to cfgmaker from #50
- add WWP (Ciena) support for ifAlias OIDs to cfgmaker from #66
- Updated squid docu #80
- Fix russian translation bug #92
- added rrdcached support
  - new keyword:  RRDCached: which overrides anything set in the RRDCACHED_ADDRESS
    environment variable and sets MRTG to work in RRDCached mode.  This verifies
    that you're using a unix-domain socket and the socket is writeable.
  - Check for environment variable RRDCACHED_ADDRESS and use this if no
    explicit address was set in the cfg file, making the same config validity
    checks.
  - Make warning if using rrdcached to the effect that the thresholding
    checks will no longer work.
  - If in rrdcached-mode, and using RRDTool 1.4, then force use of update
    rather than updatev (as rrdcached does not yet support updatev) and
    consequently bypass the thresholding checks.
  - Changes to validity check error messages  to also report the file
    containing the error (as well as the line).
- Added support for glob patterns in include
- Make daemon reload cfg automatically when it changes
- added support for Arista to cfgmaker
- fix cfgmaker to work in mixed v1/2/3 snmp environment
- do not strigify arguments to conversion function let eval take care of this
- untaint inlast and outlast to make  perl taint mode happy
- teach cfgmaker about openbsd

pkgsrc changes:
- Avoid "Subroutine SNMP_Session::pack_sockaddr_in6 redefined" warnings
  with the Perl 5.14.1. As the patch might break "mrtg" with older version
  of Perl require at least version 5.14.1 of the "perl5" package.

12 years agoUpdated misc/gaupol to 0.19
wiz [Sat, 6 Aug 2011 11:36:40 +0000 (11:36 +0000)]
Updated misc/gaupol to 0.19

12 years agoUpdate to 0.19:
wiz [Sat, 6 Aug 2011 11:36:30 +0000 (11:36 +0000)]
Update to 0.19:

(speech recognition support not yet packaged -- needs
gst plugins vader + pocketsphinx; the latter depends on
cmusphinx)

Gaupol 0.19
===========

 * Add speech recognition to allow generating subtitles from video
   http://live.gnome.org/Gaupol/SpeechRecognition
 * Fix installation of custom-framerates extension
 * Add optional dependency on gst-python (this also implies a
   dependency on one or more of gst-plugins-base, gst-plugins-good,
   gst-plugins-ugly, gst-plugins-bad, gst-ffmpeg depending on what
   video and audio formats are being used)
   http://gstreamer.freedesktop.org/
 * Add optional dependency on pocketsphinx
   http://cmusphinx.sourceforge.net/
 * Add gaupol-i18n mailing list for translators
 * Update Spanish translation (Carlos Mella)
 * Update Hungarian translation (Andrássy László)

12 years agoNote update of the "p5-IO-Socket-INET6" package to version 2.67.
tron [Sat, 6 Aug 2011 10:54:43 +0000 (10:54 +0000)]
Note update of the "p5-IO-Socket-INET6" package to version 2.67.

12 years agoUpdate "p5-IO-Socket-INET6" package to version 2.67.
tron [Sat, 6 Aug 2011 10:54:25 +0000 (10:54 +0000)]
Update "p5-IO-Socket-INET6" package to version 2.67.
Changes since version 2.65:
- IO-Socket is doing some imports so we now do use IO::Socket ().
  - Fixed the rest of the imports.
- Thanks to LeoNerd
- Made the use Socket call import constants selectively, and not rely
  on @EXPORT's whims:
- http://www.cpantesters.org/cpan/report/d6e547be-19b5-11e0-bbdc-e5c0d6c987b5

This update stops warnings about re-defining "sockaddr_in6" produced
by e.g. "mrtg" or "spamassassin".

12 years agoUpdated devel/mdds to 0.5.3
wiz [Sat, 6 Aug 2011 10:53:39 +0000 (10:53 +0000)]
Updated devel/mdds to 0.5.3

12 years agoUpdate to 0.5.3:
wiz [Sat, 6 Aug 2011 10:53:30 +0000 (10:53 +0000)]
Update to 0.5.3:

mdds 0.5.3

* mixed_type_matrix

  * re-implemented the filled storage for better performance, with two
    separate implementations for zero and emtpy matrix types.  The
    newer implementation should improve object creation time
    considerably.

12 years agoUpdated devel/meld to 1.5.2
wiz [Sat, 6 Aug 2011 10:45:30 +0000 (10:45 +0000)]
Updated devel/meld to 1.5.2

12 years agoUpdate to 1.5.2:
wiz [Sat, 6 Aug 2011 10:45:21 +0000 (10:45 +0000)]
Update to 1.5.2:

2011-7-24 meld 1.5.2
=====================

  New features:

    * Add a new menu item and shortcut for switching between panes in
      file comparisons (Kai Willadsen)
    * Support type-ahead search in version control views (Oliver Gerlich)

  Fixes:

    * Non-editable files are now handled properly when doing sensitivity
      setting of change actions, and actions on the central change bar are
      presented accordingly (Piotr Piastucki, Kai Willadsen)
    * Fix incorrect comparison display in files containing FF or NEL linebreak
      literals (Kai Willadsen)
    * Updates to the Fossil version control support (Jan Danielsson)
    * Use faster validity check for Bazaar repositories (Kai Willadsen)
    * Many minor updates and other fixes (Tomasz Bury, Alan Horkan,
      Julian Taylor, Kai Willadsen)

  Translation updates

12 years agoUpdated www/surfraw to 2.2.8
wiz [Sat, 6 Aug 2011 10:43:35 +0000 (10:43 +0000)]
Updated www/surfraw to 2.2.8

12 years agoUpdate to 2.2.8:
wiz [Sat, 6 Aug 2011 10:43:26 +0000 (10:43 +0000)]
Update to 2.2.8:

Tue Jul 12 00:46:02 BST 2011  - surfraw 2.2.8

        * New elvi:
  + ads - search the SAO/NASA Astrophysics data system.
  + archwiki: search the arch wiki.
  + bugzilla - search various bugzillas, defaults to kernel.
  + cablesearch - search wikileaks cables
  + deli: search delicious.com.
  + duckduckgo - replace with better implementation
  + openports - search openbsd ports
  + pasearch - search Penny Arcade archives.
  + scirus, scitopia, worldwidescience - science searches
  + stack: search stackoverflow.com and friends.
  + yandex - russian web search.
* Changed elvi:
  + archpkg: now supports options.
  + arxiv: quote queries for exact string matches.
  + ctan: Option -doc replaced by -id. Options no longer mutually
    exclusive.
  + codesearch, musicbrainz, rpmsearch: rewritten to match new
    site. Options have changed to match site, see help message.
  + debbugs: add -s as an alias for -search=src.
  + google: new options:
    * -v, -search=video: search video
    * -m, -search=maps: search maps
    * -n, -search=news: search news
    * -i: new shortcut for -search=images
    * -safe=default|off|moderate|strict: safe search
  + openbsd: support -misc and -tech.
  + opensearch: new option -r, uses remote redirector
    which means it can run without heavy dependencies.
  + pgpkeys: add more options, support more keyservers,
    default to sks-keyservers.net.
  + translate: added Google Translate support.
  + wayback: advanced search is broken, rip out all
    options and use basic search.
  + wikipedia: new option -d, uses remote redirector
    to search both wikipedia and deletionpedia.
    use -fallback=wikipedia|deletionpedia to customise
    behaviour.
* Fixed elvi: archpkg, arxiv, cia, codesearch, ctan, javasun,
  lastfm, musicbrainz, netbsd, rpmsearch, w3link, yahoo.
* Removed elvi:
  + altavista: is now just a front-end to yahoo. RIP.
  + cddb: gracenote made the "hard decision" to remove the
    website search. sigh.
  + fast: another yahoo front-end.
  + filesearching: refuses to work without 'Referer:' header.
  + port: site gone
* Support -local-help, --local-help or -lh to get elvi-specific
  help without displaying the global options. This works for
  all elvi and the main surfraw script.
* Support -h as a synonym for -help.
* Improved listing of elvi.
* Default to surfraw_graphical_remote=no,
  as chromium doesn't support "-remote openURL".
* Bookmark names are now an exact match not a substring match.
* Support BSD/POSIX make.
* README: added INTEGRATION section on uzbl and pentadactyl.

12 years agoUpdated audio/libsndfile to 1.0.25
wiz [Sat, 6 Aug 2011 10:23:26 +0000 (10:23 +0000)]
Updated audio/libsndfile to 1.0.25

12 years agoUpdate to 1.0.25:
wiz [Sat, 6 Aug 2011 10:23:17 +0000 (10:23 +0000)]
Update to 1.0.25:
(SA45125 was already fixed in the package)

Version 1.0.25 (2011-07-13)
  * Fix for Secunia Advisory SA45125, heap overflow in PAF file handler.
  * Accept broken WAV files with blockalign == 0.
  * Minor bug fixes and improvements.

12 years agoUpdated devel/mercurial to 1.9.1
wiz [Sat, 6 Aug 2011 10:21:28 +0000 (10:21 +0000)]
Updated devel/mercurial to 1.9.1

12 years agoUpdate to 1.9.1:
wiz [Sat, 6 Aug 2011 10:21:19 +0000 (10:21 +0000)]
Update to 1.9.1:

Mercurial 1.9.1 (2011-08-01)

This is a regular bugfix release. It fixes several regressions
introduced in 1.9. The hgweb server now disables MIME type guessing
by default to avoid a potential cross-site scripting issue when
hosting untrusted repositories (issue2923). See UpgradeNotes for
more info.

    dispatch: make sure global options on the command line take precedence
    eol: ignore IOError from deleted files in commitctx
    hgcia: set default value of strip to -1 (issue2891)
    hgweb: do not ignore [auth] if url has a username (issue2822)
    hgweb: handle 'baseurl' configurations with leading slash (issue2934)
    hgweb: raw file mimetype guessing configurable, off by default (BC) (issue2923)
    httpclient: import ca33b88d143c from py-nonblocking-http (issue2932)
    patch: fix parsing patch files containing CRs not followed by LFs
    rebase: block collapse with keepbranches on multiple named branches (issue2112)
    rebase: reset bookmarks (issue2265 and issue2873)
    revert: restore check for uncommitted merge (issue2915) (BC)
    revsets: catch type error on tip^p1(tip) (issue2884)
    revsets: do the right thing with x^:y (issue2884)
    subrepo: handle adding svn subrepo with a svn:external file in it (issue2931)
    subrepo: use working copy of .hgsub to filter status (issue2901)
    url: store and assume the query part of an url is in escaped form (issue2921)
    util: rename the util.localpath that uses url to urllocalpath (issue2875)
    verify: filter messages about missing null manifests (issue2900)
    web: output a correct date in short format (issue2902)

12 years agoNote update of the "p5-Mouse" package to version 0.93.
tron [Sat, 6 Aug 2011 10:17:26 +0000 (10:17 +0000)]
Note update of the "p5-Mouse" package to version 0.93.

12 years agoUpdate "p5-Mouse-0.93" package 0.93. Changes since version 0.70:
tron [Sat, 6 Aug 2011 10:16:56 +0000 (10:16 +0000)]
Update "p5-Mouse-0.93" package 0.93. Changes since version 0.70:
- Make sure weak attributes remain weak when cloning (Moose 2.0007)
- Replace C++-style comments (//) with C89-style comments(/* */)
  (RT #67412)
- $type_constraint->check() accepts extra arguments for extensibility
  (requested by @lestrrat)
- Fix an abuse of a private Perl API, which changed at Perl 5.13.10
  (Thanks to avar)
- Support the DOES() method for Mouse::Object
-  Disable foreign class warnings introduced at 0.71, which affects
   compatibility with Moose (and will re-introduce in more compatible
   way in the future)
- Workaround SL4A where mro.pm doesn't exist even if Perl >= 5.10.0
  (reported by @hide_o_55)
- Fix packaging issues
- META.yml was not updated (reported by @shohex)
- `make realclean` should remove xshelper.h
  (patched by Ingy dot Net, and modified by gfx)
- Type coercion routines have been refactored; coercions are compiled
  on demand.
- Role application to instances cached anonymous classes in wrong way
- Fix an error message to be compatible with Moose's
- Fix build problems
- Fix tests not to depend on platforms
- 'Int' type constraint passed dualvars (e.g. $!) while Moose's doesn't
- Wrong name for a method in Mouse::Meta::TypeConstraint:
  s/is_a_subtype_of/is_a_type_of/
- $type_constraint->type_parameter didn't return the correct value
  if it's a subtype of paramterized type constraints
- Roles which attributes has no methods could affect cache invalidation
- Resolve RT #61906 (Syohei Yoshida): A single 'accessor' did
  not define the method for the attribute
- Fix a mis-use of aTHX_/pTHX_ in XS (Vincent Pit)
- Resolve RT #61852 (Vincent Pit): Parametrized type constraints didn't
  call their "where" clause anymore.
- Mouse::Object::DESTROY could fail to call DEMOLISHes in some cases
  (reported by @typester).
- Fix tests failed against 5.6.2
- Combination of 'isa' and 'does' for has() sugar was incorrectly
  proccessed in Mouse::PurePerl.
- Fix foreign class checking routines. Please update MouseX::Foreign.
- Workaround 5.6.problems
- Fix edge cases of handles => sub { ... }
- Aoid warnigs on attribute cloning
- Diamond inheritanc without C3 mro cauld cause problems in Mouse::XS
- Workaround Test::Builder2 problem again.
  Loading Mouse before loading Test::Builder 2.00_01 could causes SEGV,
  so I ensure to load Test::Builder first.
- Fix some compatibility issues on perl 5.6.2
- Resolve RT #61613 (Brett)
- Internal refatoring has removed a number of incompatibilities
  in Mouse::PurePerl.
- Error messages from duck types are now compatible with Moose.
- Inheritance from non-Mouse classes now produces warnings.
  Use MouseX::Foreign if you want this type of inheritance.
- A new module Mouse::Meta::Role::Application has been added.
  It doesn not affect public APIs, but internals are radically
  changed. For users, using Mouse without roles should consume
  less memory.
- Meta class reinitialization caused by Mouse::Util::MetaRole
  did not work correctly

12 years agoNote update of the "p5-Devel-PPPort" package to version 3.19.03.
tron [Sat, 6 Aug 2011 10:03:20 +0000 (10:03 +0000)]
Note update of the "p5-Devel-PPPort" package to version 3.19.03.

12 years agoUpdate p5-Devel-PPPort to version 3.19.03. Chance since version 3.19.03:
tron [Sat, 6 Aug 2011 10:02:34 +0000 (10:02 +0000)]
Update p5-Devel-PPPort to version 3.19.03. Chance since version 3.19.03:
- fix CPAN #50763: mistaken use of $[
      (thanks to Zefram for spotting this)
- remove spurious PUSHMARK from Perl_ppaddr_t
      (thanks to Gerard Goossen for providing a patch)
- improved support for newer compilers in buildperl.pl
      (thanks to Philippe Bruhat (BooK) for providing a patch)
- added support for the following API
  memEQs
  memNEs
- lots of small toolchain updates
- fix a warning emitted by the test suite with older perls
- added support for the following API
  newSVpvs_share
  get_cvn_flags
  get_cvs
      (thanks to Goro Fuji for providing a patch to
      implement all of these, fixes CPAN #47174)
- keep up with latest core changes

12 years agoDepend on ocaml-3.11.2 per the web page (via Nicolas Thauvin).
wiz [Sat, 6 Aug 2011 08:52:09 +0000 (08:52 +0000)]
Depend on ocaml-3.11.2 per the web page (via Nicolas Thauvin).

12 years agoRepo copy files
repo-copy [Sat, 6 Aug 2011 01:46:12 +0000 (01:46 +0000)]
Repo copy files

12 years agoFixup fromcvs/togit conversion
pkgsrc fixup [Sat, 6 Aug 2011 01:46:11 +0000 (18:46 -0700)]
Fixup fromcvs/togit conversion

12 years agoRepo copy files
repo-copy [Fri, 5 Aug 2011 21:43:39 +0000 (21:43 +0000)]
Repo copy files

12 years agoFixup fromcvs/togit conversion
pkgsrc fixup [Fri, 5 Aug 2011 21:43:38 +0000 (14:43 -0700)]
Fixup fromcvs/togit conversion

12 years agofrom CHANGES:
spz [Fri, 5 Aug 2011 19:38:47 +0000 (19:38 +0000)]
from CHANGES:
--- snip ---
2011-03-27  Release 6.02

This is the release where we try to help the CPAN-toolchain be able to install
the modules required for https-support in LWP.  We have done this by unbundling
the LWP::Protocol::https module from the libwww-perl distribution.  In order to
have https support you now need to install (or depend on) 'LWP::Protocol::https'
and then this will make sure that all the prerequsite modules comes along.
See [RT#66838].

This release also removes the old http10 modules that has really been
deprecated since v5.60.  These should have been removed at the v6.00 jump, but
I forgot.

Christopher J. Madsen (1):
      Ignores env variables when ssl_opts provided [RT#66663]

Gisle Aas (4):
      Fix typo; Authen::NTLM [RT#66884]

Yury Zavarin (1):
      Support LWP::ConnCache->new(total_capacity => undef)

_______________________________________________________________________________
2011-03-09  Release 6.01

Add missing HTTP::Daemon dependency for the tests.

_______________________________________________________________________________
2011-03-08  Release 6.00

Unbundled all modules not in the LWP:: namespace from the libwww-perl
distribution.  The new broken out CPAN distribtions are File-Listing,
HTML-Form, HTTP-Cookies, HTTP-Daemon, HTTP-Date, HTTP-Message, HTTP-Negotiate,
Net-HTTP, and WWW-RobotRules.  libwww-perl-6 require these to be installed.

This release also drops the unmaintained lwp-rget script from the distribution.

Perl v5.8.8 or better is now required.  For older versions of perl please stay
with libwww-perl-5.837.

For https://... default to verified connections with require IO::Socket::SSL
and Mozilla::CA modules to be installed.  Old behaviour can be requested by
setting the PERL_LWP_SSL_VERIFY_HOSTNAME environment variable to 0.  The
LWP::UserAgent got new ssl_opts method to control this as well.

Support internationalized URLs from command line scripts and in the proxy
environment variables.

The lwp-dump script got new --request option.

The lwp-request script got new -E option, contributed by Tony Finch.

Protocol handlers and callbacks can raise HTTP::Response objects as exceptions.
--- snip ---
This will abort the current request and make LWP return the raised response.

12 years agoDetect BonJour on Lion
adam [Fri, 5 Aug 2011 18:22:57 +0000 (18:22 +0000)]
Detect BonJour on Lion

12 years agoAdd comments to patches.
wiz [Fri, 5 Aug 2011 18:21:13 +0000 (18:21 +0000)]
Add comments to patches.

12 years agoUpdated lang/perl5 to 5.14.1
adam [Fri, 5 Aug 2011 18:07:16 +0000 (18:07 +0000)]
Updated lang/perl5 to 5.14.1

12 years agoChanges 5.14.1:
adam [Fri, 5 Aug 2011 18:06:15 +0000 (18:06 +0000)]
Changes 5.14.1:
* Several modules were updated to fix minor bugs.
* Tests were fixed.
* Documentation was improved.

Changes 5.14.0:
* Unicode version 6.0 is now supported.
* Regular expressions can now be reset to the default modifiers.
* Four new regular expression modifiers, "/d", "/l" , "/u", and "/a", were
  introduced.
* The substitution operators now support the modifier "/r" to work
  non-destructively, leaving the original unmodified.
* Larger octals can now be specified.
* Array and hash operators can now experimentally operate directly on hard
  references.
* printf-like functions now understand post-1980 size modifiers.
* Exception handling was made more reliable and consistent.
* Other enhancements and many bug fixes were made

PkgSrc:
* Fixed configuring on Mac OS X 10.7.

12 years agoFix mistake in patch that linked diction to create style!
reed [Fri, 5 Aug 2011 15:40:47 +0000 (15:40 +0000)]
Fix mistake in patch that linked diction to create style!
So style command was actually the diction command.
I guess nobody else used this.

12 years agoUpdated multimedia/libflashsupport to 1.1
abs [Fri, 5 Aug 2011 15:12:40 +0000 (15:12 +0000)]
Updated multimedia/libflashsupport to 1.1

12 years agoUpdated multimedia/libflashsupport to 1.1
abs [Fri, 5 Aug 2011 15:12:20 +0000 (15:12 +0000)]
Updated multimedia/libflashsupport to 1.1

update to latest (available) version of this source, plus binaries built on
appropriate Linux box

12 years agoAdd adobe-flashsupport-license for use with multimedia/libflashsupport
abs [Fri, 5 Aug 2011 15:11:29 +0000 (15:11 +0000)]
Add adobe-flashsupport-license for use with multimedia/libflashsupport

12 years ago- fix taglib version check for current pkgsrc taglib version
abs [Fri, 5 Aug 2011 14:21:31 +0000 (14:21 +0000)]
- fix taglib version check for current pkgsrc taglib version
- fix build against mysql55-server
- bump pkgrevision

12 years agomailhops - summarizes path and delays of an e-mail message.
is [Fri, 5 Aug 2011 13:40:42 +0000 (13:40 +0000)]
mailhops - summarizes path and delays of an e-mail message.

12 years agoMailhops bei Marius Gedminas/Roland Rosenfeld - a script to summarize the
is [Fri, 5 Aug 2011 13:20:52 +0000 (13:20 +0000)]
Mailhops bei Marius Gedminas/Roland Rosenfeld - a script to summarize the
path and delays an e-mail message encounted.

12 years agoMerge from vendor branch TNF:
is [Fri, 5 Aug 2011 13:20:52 +0000 (13:20 +0000)]
Merge from vendor branch TNF:
Mailhops bei Marius Gedminas/Roland Rosenfeld - a script to summarize the
path and delays an e-mail message encounted.

12 years agoFix build on MacOS X Lion (Darwin Kernel Version 11.0.1).
ryoon [Fri, 5 Aug 2011 13:12:18 +0000 (13:12 +0000)]
Fix build on MacOS X Lion (Darwin Kernel Version 11.0.1).

From upstream comment:
nm isn't known to work after Snow Leopard and XCode 4; testing with OS X 10.5
and Xcode 3 shows a working nm, but pretending it doesn't work produces no
problems.

From upstream commit log:
Testing from 10.5 with Xcode 3 to the latest OS X works with usenm='false' but
not always with usenm='true'

12 years agoUpdated net/samba35 to 3.5.11
adam [Fri, 5 Aug 2011 09:52:40 +0000 (09:52 +0000)]
Updated net/samba35 to 3.5.11

12 years agoChanges 3.5.11:
adam [Fri, 5 Aug 2011 09:51:45 +0000 (09:51 +0000)]
Changes 3.5.11:
* Fix access to Samba shares when Windows security patch KB2536276 is installed
* Fix DoS in Winbind and smbd with many file descriptors open
* Fix Winbind panics if verify_idpool() fails

12 years agoFix for pkg_delete on NFS from Anthony Mallet.
agc [Fri, 5 Aug 2011 07:04:28 +0000 (07:04 +0000)]
Fix for pkg_delete on NFS from Anthony Mallet.

Problem analysis from Anthony:

On Wednesday, at 23:52, Anthony Mallet wrote:
> # rm -rf ~tmp && mkdir ~/tmp
> # pkg_add -K ~/tmp/var/db/pkg -p ~/tmp /usr/pkgsrc/packages/All/digest-20080510.tgz
> # pkg_add -U -K ~/tmp/var/db/pkg -p ~/tmp /usr/pkgsrc/packages/All/digest-20080510.tgz
> pkg_delete: Couldn't remove package directory in `/home/tho/tmp/var/db/pkg/digest-20080510'
> Also, the dir var/db/pkg/digest-20080510.xxxxxxx is never cleaned.
>
> The problem apparently is that pkg_delete finds some stalled NFS entries
> (.nfs*) in the var/db/pkg/digest-20080510 dir, so it does not delete the
> directory. Is this due to pkg_add not correctly closing file descriptors before
> exec'ing pkg_delete? For instance, I really don't understand the logic in
> check_already_installed() (add/perform.c:375) regarding the open() of +CONTENTS
> which is almost never closed (and never used as well...). Shouldn't this be
> closed before running pkg_delete?

ktrace shows that the +CONTENTS file is open() by pkg_add, I believe this is in
check_already_installed(), add/perform.c:381. Then pkg_delete is run and when
it comes to deleting the pkgdir entry, it finds that .nfs file and aborts.

Bump version to 20110805

12 years agoRepo copy files
repo-copy [Fri, 5 Aug 2011 02:53:40 +0000 (02:53 +0000)]
Repo copy files

12 years agoFixup fromcvs/togit conversion
pkgsrc fixup [Fri, 5 Aug 2011 02:53:39 +0000 (19:53 -0700)]
Fixup fromcvs/togit conversion

12 years agoAdd upstream bug report URL.
wiz [Fri, 5 Aug 2011 00:56:37 +0000 (00:56 +0000)]
Add upstream bug report URL.

12 years agoFix buidling on Mac OS X 10.7
adam [Fri, 5 Aug 2011 00:36:10 +0000 (00:36 +0000)]
Fix buidling on Mac OS X 10.7

12 years agoAdd upstream bug report URL.
wiz [Fri, 5 Aug 2011 00:34:41 +0000 (00:34 +0000)]
Add upstream bug report URL.

12 years agoAdd upstream bug report URL.
wiz [Fri, 5 Aug 2011 00:26:25 +0000 (00:26 +0000)]
Add upstream bug report URL.

12 years agoAdd upstream bug report URL.
wiz [Thu, 4 Aug 2011 23:58:36 +0000 (23:58 +0000)]
Add upstream bug report URL.

12 years agoGet rid of pkg-config build dependency.
wiz [Thu, 4 Aug 2011 23:52:04 +0000 (23:52 +0000)]
Get rid of pkg-config build dependency.

12 years agoUpdated multimedia/ffmpeg to 20110623.0.7.1nb1
wiz [Thu, 4 Aug 2011 23:43:57 +0000 (23:43 +0000)]
Updated multimedia/ffmpeg to 20110623.0.7.1nb1

12 years agoEnable vorbis support. From Matthew Mondor in PR 45208.
wiz [Thu, 4 Aug 2011 23:43:48 +0000 (23:43 +0000)]
Enable vorbis support. From Matthew Mondor in PR 45208.
Bump PKGREVISION.

12 years agoOnly depend on perl when the perl option is selected. From Matthew Mondor
wiz [Thu, 4 Aug 2011 23:40:48 +0000 (23:40 +0000)]
Only depend on perl when the perl option is selected. From Matthew Mondor
in PR 45205.

12 years agoAdd upstream bug report URLs.
wiz [Thu, 4 Aug 2011 23:35:43 +0000 (23:35 +0000)]
Add upstream bug report URLs.

12 years agoNote update of the "youtube-dl" package to version 20110804.
tron [Thu, 4 Aug 2011 21:37:13 +0000 (21:37 +0000)]
Note update of the "youtube-dl" package to version 20110804.

12 years agoUpdate "youtube-dl" package to version 20110804. Changes since 20110329:
tron [Thu, 4 Aug 2011 21:36:56 +0000 (21:36 +0000)]
Update "youtube-dl" package to version 20110804. Changes since 20110329:
- Fix YouTube downloads (code by Philipp Hagemeister)
- Update User-Agent string

12 years agoRepo copy files
repo-copy [Thu, 4 Aug 2011 20:29:51 +0000 (20:29 +0000)]
Repo copy files

12 years agoFixup fromcvs/togit conversion
pkgsrc fixup [Thu, 4 Aug 2011 20:29:50 +0000 (13:29 -0700)]
Fixup fromcvs/togit conversion

12 years agoAdd comment to patch.
ryoon [Thu, 4 Aug 2011 18:48:17 +0000 (18:48 +0000)]
Add comment to patch.

12 years agoRepo copy files
repo-copy [Thu, 4 Aug 2011 16:19:05 +0000 (16:19 +0000)]
Repo copy files

12 years agoFixup fromcvs/togit conversion
pkgsrc fixup [Thu, 4 Aug 2011 16:19:04 +0000 (09:19 -0700)]
Fixup fromcvs/togit conversion

12 years agoFix logic in sort-packages. With the former revision the logic got crippled
reinoud [Thu, 4 Aug 2011 14:39:33 +0000 (14:39 +0000)]
Fix logic in sort-packages. With the former revision the logic got crippled
and no packages were selected as `regular' and thus nothing was selected.

12 years agofix path of 'distfiles' directory on ftp.NetBSD.org
kano [Thu, 4 Aug 2011 13:50:07 +0000 (13:50 +0000)]
fix path of 'distfiles' directory on ftp.NetBSD.org

12 years agoAdd support of C++ crossbuild with g++, based on CC with gcc.
obache [Thu, 4 Aug 2011 13:32:05 +0000 (13:32 +0000)]
Add support of C++ crossbuild with g++, based on CC with gcc.

12 years ago* Remove obsolete comments from patch-ej.
ryoon [Thu, 4 Aug 2011 12:20:54 +0000 (12:20 +0000)]
* Remove obsolete comments from patch-ej.
* Add * to pointer to function.

No functional change.
Thanks for tsustui@

12 years agoDeal with C99 vs GNU89 inline semantics
joerg [Thu, 4 Aug 2011 11:45:20 +0000 (11:45 +0000)]
Deal with C99 vs GNU89 inline semantics

12 years agoDisable stack scan for clang. It fails miserable and I can't figure out
joerg [Thu, 4 Aug 2011 11:40:50 +0000 (11:40 +0000)]
Disable stack scan for clang. It fails miserable and I can't figure out
what this $%^&$%^& is supposed to do.

12 years agoFix getline usage.
joerg [Thu, 4 Aug 2011 11:37:59 +0000 (11:37 +0000)]
Fix getline usage.

12 years ago+ abcmidi-20110719, amarok-2.4.3, aria2-1.12.1, bftpd-3.6, bzr-2.3.4,
wiz [Thu, 4 Aug 2011 09:44:50 +0000 (09:44 +0000)]
+ abcmidi-20110719, amarok-2.4.3, aria2-1.12.1, bftpd-3.6, bzr-2.3.4,
  dar-2.4.1, dbus-1.4.14, digikam-2.0.0, dillo-2.2.1, dmenu-4.4,
  dspam-3.10.0, etm-845, ffmpeg-20110701.0.8.1, fotoxx-11.08,
  gammu-1.30.0, gaupol-0.19, gcal-3.6.1, genius-1.0.14, getmail-4.20.4,
  gnutls-3.0.0, gst123-0.2.1, gtk-gnutella-0.97, gtk3-3.0.12,
  hatari-1.5.0, horde-4.0.8, httping-1.5.2, imapsync-1.452, imp-5.0.9,
  ingo-2.0.4, john-1.7.8jumbo5, kde4-4.7, kipi-plugins-2.0.0,
  kronolith-3.0.6, libX11-1.4.4, libsndfile-1.0.25, libv4l-0.8.5,
  mdocml-1.11.5, meld-1.5.2, memtester-4.2.2, mercurial-1.9.1,
  miredo-1.2.4, mksh-40b, mp3diags-1.1.07, mp3splt-2.4, openbox-3.5.0,
  parallel-20110722, pbzip2-1.1.5, py-cups-1.9.58, py-qt4-4.8.5,
  py-sip-4.12.4, redland-1.0.14 [needs redland-0.9.22], scrotwm-0.9.33,
  stunnel-4.40, supertuxkart-0.7.2, surfraw-2.2.8, sympa-6.1.6,
  texmaker-3.1, tightvnc-2.0.95, tinc-1.0.16, turba-3.0.5, twm-1.0.7,
  uim-1.7.1, worker-2.18.0, x11perf-1.5.4, x264-devel-20110730,
  xinit-1.3.1, xset-1.2.2, xterm-271.

12 years agoApply patch that in PR pkg/45214 by Robert Elz.
taca [Thu, 4 Aug 2011 09:09:41 +0000 (09:09 +0000)]
Apply patch that in PR pkg/45214 by Robert Elz.

I've tested on 64bit time_t environment, too.

12 years agoAdd fix for DragonFly/amd64 from PR#45201
kefren [Thu, 4 Aug 2011 05:23:02 +0000 (05:23 +0000)]
Add fix for DragonFly/amd64 from PR#45201
PKGREVISION++

12 years agoRepo copy files
repo-copy [Thu, 4 Aug 2011 01:47:30 +0000 (01:47 +0000)]
Repo copy files

12 years agoFixup fromcvs/togit conversion
pkgsrc fixup [Thu, 4 Aug 2011 01:47:29 +0000 (18:47 -0700)]
Fixup fromcvs/togit conversion

12 years agoRepo copy files
repo-copy [Wed, 3 Aug 2011 19:45:37 +0000 (19:45 +0000)]
Repo copy files

12 years agoFixup fromcvs/togit conversion
pkgsrc fixup [Wed, 3 Aug 2011 19:45:36 +0000 (12:45 -0700)]
Fixup fromcvs/togit conversion

12 years agoCompile this package with "-O1" under Mac OS X if GCC is used. The generated
tron [Wed, 3 Aug 2011 16:38:31 +0000 (16:38 +0000)]
Compile this package with "-O1" under Mac OS X if GCC is used. The generated
"qmake" binary no longer crashes and the build actually succeeds.

This fixes PR pkg/44716 by Richard Hansen who found out that this is
a compiler problem in the first place.

12 years agoRepo copy files
repo-copy [Wed, 3 Aug 2011 15:16:37 +0000 (15:16 +0000)]
Repo copy files

12 years agoFixup fromcvs/togit conversion
pkgsrc fixup [Wed, 3 Aug 2011 15:16:36 +0000 (08:16 -0700)]
Fixup fromcvs/togit conversion

12 years agoSet FETCH_MESSAGE for jce only when it is not fetched yet.
obache [Wed, 3 Aug 2011 13:28:35 +0000 (13:28 +0000)]
Set FETCH_MESSAGE for jce only when it is not fetched yet.
fixes PR#44983 and PR#45202.

12 years agoCompile to native code also for arm.
is [Wed, 3 Aug 2011 12:50:43 +0000 (12:50 +0000)]
Compile to native code also for arm.
Require ocaml>=3.12.0nb2 for this, as the earlier compilers create code
that only runs on CPUs with the Thumb extension.

12 years agopull in boundary check from gdk2-pixbuf to fix a possible buffer
drochner [Wed, 3 Aug 2011 10:01:25 +0000 (10:01 +0000)]
pull in boundary check from gdk2-pixbuf to fix a possible buffer
overflow by invalid GIF images, see redhat bug#727081
bump PKGREV

12 years ago"yacc" was added to USE_TOOLS
cheusov [Wed, 3 Aug 2011 09:30:48 +0000 (09:30 +0000)]
"yacc" was added to USE_TOOLS

12 years agoUpdated pkgtools/nih to 0.8.0nb1
cheusov [Wed, 3 Aug 2011 08:34:34 +0000 (08:34 +0000)]
Updated pkgtools/nih to 0.8.0nb1