Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (21m)  pkgsrc-2024Q1 (15d)  pkgsrc-2023Q4 (43d)  pkgsrc-2023Q2 (75d)  pkgsrc-2023Q3 (154d) 

2024-05-13 16:22:04 UTC Now

2009-04-24 19:22:58 UTC MAIN commitmail json YAML

PkgSrc changes:
  - Updating package for p5 module XML::RSS to 0.44

Upstream changes:
1.44 - April 1, 2009
    - Applied a patch from Simon Wistow (after some modifications) to
      add support for multiple enclosures.
    - Added the t/xml-base.t test file from Simon Wistow to test for
      xml:base. Corrected for style.

(sno)

2009-04-24 19:19:10 UTC MAIN commitmail json YAML

Add tex-tools and tex-tools-doc.

(minskim)

2009-04-24 19:17:37 UTC MAIN commitmail json YAML

Import tex-tools-doc-2008.11806 as print/tex-tools-doc.

This is documentation for tex-tools.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2009-04-24 19:13:39 UTC MAIN commitmail json YAML

Import tex-tools-2008.11806 as print/tex-tools.

A collection of (variously) simple tools provided as part of the LaTeX
required tools distribution, comprising afterpage, array, calc,
dcolumn, delarray enumerate, fileerr, fontsmpl, ftnright, hhline,
indentfirst, layout, longtable, multicol, rawfonts, showkeys,
somedefs, theorem, tabularx, trace, varioref, verbatim, xr, and
xspace.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2009-04-24 18:23:45 UTC MAIN commitmail json YAML

2009-04-24 18:20:41 UTC MAIN commitmail json YAML

Import tex-bin-metafont-2008.12778 as fonts/tex-bin-metafont.

METAFONT is a powerful tool for font creation, which was used by
Donald Knuth to create the Computer Modern fonts, used as standard by
TeX and LaTeX, and now the standard fonts used for scientific
publication.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2009-04-24 18:15:51 UTC MAIN commitmail json YAML

Import tex-metafont-2008.11896 as fonts/tex-metafont.

METAFONT is a system that allows you to describe a typeface once, and
create as many fonts as you like of this typeface by just changing a
set of well chosen parameters separately.

This package contains files required by METAFONT commands.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2009-04-24 17:40:00 UTC MAIN commitmail json YAML

Updated textproc/p5-XML-Feed to 0.42

(sno)

2009-04-24 17:38:51 UTC MAIN commitmail json YAML

PkgSrc changes:
  - Updating package for p5 module XML::Feed to 0.42 from 0.41

Upstream changes:
0.42
    - Fix conversion of multi value fields
      http://rt.cpan.org/Ticket/Display.html?id=41794
      (Mario Domgoergen)
    - Fixed a bug where $e->category fails when XML::RSS::LibXML is preferred.
      (Tatsuhiko Miyagawa)
    - Added support for enclosures

(sno)

2009-04-24 17:36:27 UTC MAIN commitmail json YAML

Updated databases/p5-DBIx-Class to 0.08100

(sno)

2009-04-24 17:28:52 UTC MAIN commitmail json YAML

Note updates of tex-bin-{kpathsea,xdvi,latex,dvipsk}.

(minskim)

2009-04-24 17:28:05 UTC MAIN commitmail json YAML

PkgSrc changes:
  - Updating package for p5 module DBIx::Class to 0.08100 from 0.08013
  - Adjusting dependencies from META.yml
  - Adding optional dependency to SQL::Translator

Upstream changes (since 0.08010):
0.081000 2009-04-19 11:39:35 (UTC)
        - Todo out the register_extra_source test until after shipping

0.08099_08 2009-03-30 00:00:00 (UTC)
        - Fixed taint mode with load_namespaces
        - Putting IC::DateTime locale, timezone or floating_tz_ok attributes into
          extra => {} has been deprecated. The new way is to put these things
          directly into the columns definition
        - Switched MI code to MRO::Compat
        - Document db-side default_value caveats
        - Search_like() now warns to indicate deprecation in 0.09. (robkinyon)
        - TxnScopeGuard left experimental state

0.08099_07 2009-02-27 02:00:00 (UTC)
        - multi-create using find_or_create rather than _related for post-insert
        - fix get_inflated_columns to check has_column_loaded
        - Add DBIC_MULTICREATE_DEBUG env var (undocumented, quasi-internal)
        - Fix up multi-create to:
          - correctly propagate columns loaded during multi-insert of rels
          - not try and insert things tagged on via new_related unless required
        - Possible to set locale in IC::DateTime extra => {} config
        - Calling the accessor of a belongs_to when the foreign_key
          was NULL and the row was not stored would unexpectedly fail
        - Split sql statements for deploy only if SQLT::Producer returned a scalar
          containing all statements to be executed
        - Add as_query() for ResultSet and ResultSetColumn. This makes subqueries
          possible. See the Cookbook for details.
        - Massive rewrite of Ordered to properly handle position constraints and
          to make it more matpath-friendly
        - deploy_statements called ddl_filename with the $version and $dir arguments
          in the wrong order.
        - columns/+columns attributes now support { as => select } hahsrefs
        - support for views both in DBIC and via deploy() in SQLT

0.08099_06 2009-01-23 07:30:00 (UTC)
        - Allow a scalarref to be supplied to the 'from' resultset attribute
        - Classes submitted as result_class for a resultsource are now
          automatically loaded via ensure_loaded()
        - 'result_class' resultset attribute, identical to result_class()
        - add 'undef_on_null_fk' option for relationship accessors of type 'single'.
          This will prevent DBIC from querying the database if one or more of
          the key columns IS NULL
        - for 'belongs_to' rels, 'undef_on_null_fk' defaults to true.
        - fixed scope unaware last_insert_id fetching for MSSQL
          (http://msdn.microsoft.com/en-us/library/ms190315.aspx)
        - an sqlt_deploy_hook can now be shared between result sources using
          a configurable callback trigger
        - new order_by => { -desc => 'colname' } syntax supported
        - PG array datatype supported
        - insert should use store_column, not set_column to avoid marking
          clean just-stored values as dirty. New test for this
        - regression test for source_name

0.08099_05 2008-10-30 21:30:00 (UTC)
        - Rewritte of Storage::DBI::connect_info(), extended with an
          additional argument format type
        - InflateColumn::DateTime: add warning about floating timezone
        - InflateColumn::DateTime: possible to enforce/skip inflation
        - delete throws exception if passed arguments to prevent drunken mishaps. (purge)
        - Fix storage to copy scalar conds before regexping to avoid
          trying to modify a constant in odd edge cases
        - Related resultsets on uninserted objects are now empty
        - Fixed up related resultsets and multi-create
        - Fixed superfluous connection in ODBC::_rebless
        - Fixed undef PK for first insert in ODBC::Microsoft_SQL_Server
        - Added virtual method to Versioned so a user can create upgrade
          path across multiple versions (jgoulah)
        - Better (and marginally faster) implementation of the HashRefInflator
          hash construction algorithm
        - Allow explicit specification of ON DELETE/ON UPDATE constraints
          when using the SQLT parser

0.08099_04 2008-07-24 01:00:00
        - Functionality to storage to enable a sub to be run without FK checks
        - Fixed $schema->clone bug which caused clone and source to share
          internal hash refs
        - Added register_extra_source methods for additional sources
        - Added datetime_undef_if_invalid for InflateColumn::DateTime to
          return undef on invalid date/time values
        - Added search_related_rs method to ResultSet
        - add a make_column_dirty method to Row to force updates
        - throw a clear exception when user tries multi-has_many prefetch
        - SQLT parser prefixes index names with ${table}_idx_ to avoid clashes
        - mark ResultSetManager as deprecated and undocument it
        - pod fix (RT #32988)
        - add Test::Exception to test requirements (RT #34256)
        - make ash's build_requires/META.yml fixes work better
        - is_deferable support on relations used by the SQL::Translator
          parser
        - Refactored DBIx::Class::Schema::Versioned
        - Syntax errors from resultset components are now reported correctly
        - sqltargs respected correctly in deploy et al.
        - Added support for savepoints, and using them automatically in
          nested transactions if auto_savepoint is set in connect_info.
        - Changed naming scheme for constraints and keys in the sqlt parser;
          names should now be consistent and collision-free.
        - Improve handling of explicit key attr in ResultSet::find
        - Add warnings for non-unique ResultSet::find queries
        - Changed Storage::DBI::Replication to Storage::DBI::Replicated and
          refactored support.
        - By default now deploy/diff et al. will ignore constraint and index
          names
        - Add ResultSet::_is_deterministic_value, make new_result filter the
          values passed to new to drop values that would generate invalid SQL.
        - Use Sub::Name to name closures before installing them. Fixes
          incompatibility with Moose method modifiers on generated methods.

(sno)

2009-04-24 17:27:28 UTC MAIN commitmail json YAML

Update tex-bin-dvipsk to 2008.12497.

Changes:
- Add more fonts to the maps.

(minskim)

2009-04-24 17:23:53 UTC MAIN commitmail json YAML

Update tex-bin-latex to 2008.12778.

No functional change; TeX Live metadata changes only.

(minskim)

2009-04-24 17:20:49 UTC MAIN commitmail json YAML

Update tex-bin-xdvi to 22.84.14.12778.

No functional change; TeX Live metadata changes only.

(minskim)

2009-04-24 17:15:24 UTC MAIN commitmail json YAML

2009-04-24 17:07:03 UTC MAIN commitmail json YAML

Update tex-bin-kpathsea to 2008.12778.

No functional change; TeX Live metadata changes only.

(minskim)

2009-04-24 16:54:32 UTC MAIN commitmail json YAML

Add xf86-video-openchrome

(sborrill)

2009-04-24 16:53:54 UTC MAIN commitmail json YAML

Added x11/xf86-video-openchrome version 0.2.903

(sborrill)

2009-04-24 16:52:45 UTC MAIN commitmail json YAML

This is the VIA openchrome video driver for the modular Xorg server.

The OpenChrome project is committed to providing and supporting fully free
and Open Source drivers that take full advantage of the hardware
acceleration of VIA chipsets featuring the VIA UniChrome, UniChrome Pro and
Chrome9 integrated graphics processors.

This will probably replace xf86-video-via in the future (probably after the
next openchrome release).

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(sborrill)

2009-04-24 15:38:49 UTC MAIN commitmail json YAML

Updated devel/p5-Class-C3-Componentised to 1.0005

(sno)

2009-04-24 15:37:55 UTC MAIN commitmail json YAML

PkgSrc changes:
  - Updating package for p5 module Class::C3::Componentised to 1.0005

Upstream changes:
1.0005  22 Apr 2009
        Add load_optional_class method

(sno)

2009-04-24 15:05:58 UTC MAIN commitmail json YAML

Updated devel/p5-AnyEvent to 4.352

(sno)

2009-04-24 15:05:16 UTC MAIN commitmail json YAML

PkgSrc changes:
  - Updating package for p5 module AnyEvent from 4.331 to 4.352

Upstream changes:
4.352 Mon Apr 20 16:31:11 CEST 2009
- fix AnyEvent::Strict error messages for child watchers.
        - fix/update Makefile.PL "recommends" versions.
        - add AnyEvent->now_update.

4.351 Sat Apr 11 07:56:14 CEST 2009
        - actually make the signal pipe work under win32.
        - localise $! in signal handler to avoid changing $!, although
          perl itself does not seem to save/restore errno either.
- set the cloexec flag on the signal pipe (normally set by perl too).

4.35  Fri Mar 27 11:48:20 CET 2009
        - event models relying on AnyEvent's signal watcher emulation did
          invoke the callback asynchronously, contradicting documentation
          and causing signals to get lost (this includes AnyEvent's own
          event loop). AnyEvent now uses the standard pipe trick to make
          callback execution synchronous to the event loop.
        - AnyEvent::Handle didn't free TLS context data on DESTROY
          (patch by Pavel Shaydo).
        - work around the ever-incompatibly-changing API of MakeMaker.
        - document that changing global variables without restoring them
          is a bad idea in Perl (noted by Adam Rosenstein).
        - AnyEvent::Strict now barfs if ->io is passed a file.

4.34  Thu Feb 12 18:32:45 CET 2009
- separately buffer TLS read data, as otherwise the read queue could
          deadlock as receiving data is not expected while draining the
          read queue (which cna only happen with TLS).
- raise EBADMSG error on JSON decoding errors.
        - fix some minor manpage bugs (reported by Maximilian Ga~A"Y).
        - speed up select bitmask parsing quite a bit in the pure perl
          backend.
        - use CORE::select instead of just select in AnyEvent::Impl::Perl.

(sno)

2009-04-24 15:00:27 UTC MAIN commitmail json YAML

Updated databases/p5-DBD-PgPP to 0.06

(sno)

2009-04-24 14:59:29 UTC MAIN commitmail json YAML

PkgSrc changes:
  - Updating package for p5 module DBD::PgPP to 0.06 from 0.05
  - Setting license to artistic-2.0
  - To satisfy DBI dependency, the databases/p5-DBI/buildlink3.mk
    is included

Upstream changes:
0.06  Tue Feb 24 11:45:16 UTC 2009
    - RT#15894: New last_insert_id feature; thanks to Roger Crew for the
      implementation.
    - RT#7686: Update test suite for newer PostgreSQL
    - RT#14318 RT#18733 RT#41511: Allow execution of new queries while
      fetching an existing one
    - RT#14791 RT#31260: Fix results that have many columns, and long
      strings in results
    - RT#23900 RT#32864: Fix placeholder values containing "?", and
      non-placeholder "?" in queries (both comments and literals)
    - Disconnect from the database cleanly
    - Fix use of non-default path for Unix-domain sockets
    - Fix loss of protocol synchronisation when executing a query that
      yields a warning
    - Fix various bugs in `bind_param` (or at least the simple, non-typed
      versions of it) and in `execute` with arguments
    - Better support for PostgreSQL 8.1 and above
    - Improved test coverage

(sno)

2009-04-24 14:13:06 UTC MAIN commitmail json YAML

2009-04-24 14:02:41 UTC MAIN commitmail json YAML

Add support for @pkgdir for non-destdir installation.

(joerg)

2009-04-24 14:00:26 UTC MAIN commitmail json YAML

pkg_install-20090424:
Make pkg_delete -d the default behavior, remove the option.
Remove pkg_create -R support (reorder @dirrm entries).
Introduce new plist command @pkgdir, which makes pkg_add add
this directory if it doesn't exist already and pkg_delete remove it
only if no other package has a @pkgdir entry for it. Otherwise
directories are pruned when the last file or directory in them is
removed. @dirrm is now a pure hint, if the directory doesn't exist, it
will be silently skipped.

(joerg)

2009-04-24 11:54:14 UTC MAIN commitmail json YAML

Set "SH" to "/bin/ksh" under Mac OS X Leopard:
- "libtool" will use "ksh" if it gets rebuilt after this change.
- Buildlink wrappers will now use "ksh".
- Configure script will be executed using "ksh".
This improves build performance by more than 30%.

Change discussed on "tech-pkg" mailing list.

(tron)

2009-04-24 11:21:16 UTC MAIN commitmail json YAML

Fix PLIST when LDAP support is activated, because apr-util package
has it, and shared modules option is not activated: LDAP related
modules are, like other modules, not installed as shared objects
so they should not be added to the PLIST.

Approved by MAINTAINER.

(seb)

2009-04-24 10:19:15 UTC MAIN commitmail json YAML

Updated net/GeoIP; net/ntop

(adam)

2009-04-24 10:18:04 UTC MAIN commitmail json YAML

2009-04-24 10:17:23 UTC MAIN commitmail json YAML

Changes 1.4.6:
* Fix geoipupdate's my_printf function
* Fix typo in apps/geoipupdate-pureperl.pl replace PerlIO::Gzip with
  PerlIO::gzip
* Update region codes in libGeoIP/regionName.c
* Fix regioncode/generate_regionName.pl to handle regioncodes with ',' correct
* Update fips codes 20090201
* Fix unicode builds on WIN32 and eliminate some warnings
* Fix sign error in _iso_8859_1__utf8 for PPC64
* Change WIN32 to _WIN32, since _WIN32 is defined by default
* Remove the WSAStartup call from GeoIP_open
* Silence various warnings
* Add more timezone region's for Australia
* Fix possible segfault in apps/geoiplookup with null pointers in non gnu
  printf implementations for example solaris
* Add README.OSX to build fat binaries easy
* Silence vasprintf warning via AC_GNU_SOURCE
* Add several Makefiles to build a static GeoIP.lib for w32
* Silence signedness warnings
* Remove --with-city configure option
* Remove configure's --with-dbdir option. Use the similar --datadir instead
* Various autotools improvements and cleanups. Including parallel build fix.
* Fix libGeoIP/timeZone.c
* Fix timezone/generate_timeZone.pl
* Sync FIPS codes again Jan 14th, 2009
* Fix CA,NL regioncode
* Change logic in generate_regionName.pl and GeoIP_region_name_by_code
* Sync regionName.c with http://www.maxmind.com/app/fips10_4 from Dec 17th, 2008
* Fix _GeoIP_lookupaddress for 64bit big endian systems like ppc64
* Add proper WIN32/64 support
* Escape - in all manpages
* Add manpage for geoiplookup6
* Fix -d command line option
* GeoIPUpdate.c use vasprintf if avail, otherwise try vsnprintf and sprintf
* avoid pre/postincrement and assignment on the same variable

(adam)

2009-04-24 09:48:15 UTC MAIN commitmail json YAML

Updated net/parpd to 1.4

(roy)

2009-04-24 09:47:47 UTC MAIN commitmail json YAML

Update to parpd-1.4

Changes from 1.3 include
* improve interface handling and detection for a smaller code size

(roy)

2009-04-24 09:42:50 UTC MAIN commitmail json YAML

Note update of devel/p5-App-CLI to version 0.08

(seb)

2009-04-24 09:41:48 UTC MAIN commitmail json YAML

Update p5-App-CLI from version 0.07 to version 0.08.

Approved by MAINTAINER.

Pkgsrc changes:
- Adjust dependencies: Pod::Simple::Text is provided by current
perl5 package, ExtUtils::AutoInstall is not (no more?) needed at build time
- Use generic and version agnostic HOMEPAGE
- Adjust MASTER_SITES
- Add LICENSE, commented out for now
- No need for any language compiler to build this package

Upstream changes:
* 0.08 - 25 Feb 2009

  * Allow commands to be provided as inner packages

(seb)

2009-04-24 09:36:56 UTC MAIN commitmail json YAML

Note update of devel/p5-Any-Moose to version 0.07

(seb)

2009-04-24 09:35:56 UTC MAIN commitmail json YAML

Update from version 0.05 to version 0.07.

Approved by MAINTAINER.

Upstream changes:
0.07  Fri, 10 Apr 2009
  * Depend on Mouse 0.20 for better compatibility with Moose >= 0.74 (rafl).

0.06  Wed, 18 Mar 2009
  * Add Any::Moose::is_class_loaded. (tokuhirom)

(seb)

2009-04-24 08:25:32 UTC MAIN commitmail json YAML

Module::Pluggable 3.6 is a core module since perl-5.10 -> Updating dependency

(sno)

2009-04-24 08:22:21 UTC MAIN commitmail json YAML

Module::Pluggable is a core module since perl-5.10 -> Updating dependency

(sno)

2009-04-24 08:20:43 UTC MAIN commitmail json YAML

Module::Pluggable is a core module since perl-5.10 -> Updating dependency

(sno)

2009-04-24 08:19:11 UTC MAIN commitmail json YAML

Module::Pluggable is a core module since perl-5.10 -> Updating dependency

(sno)

2009-04-24 08:17:24 UTC MAIN commitmail json YAML

Module::Pluggable is a core module since perl-5.10 -> Updating dependency

(sno)

2009-04-24 07:32:19 UTC MAIN commitmail json YAML

Updated databases/p5-DBD-SQLite to 1.25

(sno)

2009-04-24 07:31:39 UTC MAIN commitmail json YAML

PkgSrc changes:
  - Updating package for p5 module DBD::SQLite to 1.25 from 1.13

Upstream changes:
.25 Thu 23 Apr 2009
    - Amalgamation conversion turned out to be quicker than expected.
    - Changing to a production release.  (ADAMK)

1.24_02 Wed 22 Apr 2009
    - Merging various externally-contributed annotations from
      annocpan.org (ADAMK)
    - Created the beginnings of a DBD::SQLite::Cookbook (ADAMK)

1.24_01 Wed 22 Apr 2009
    - Moved getsqlite.pl into util (ADAMK)
    - Switching to the RT queue instead of the RT report page that
      does nothing and just refers you to email (ADAMK)
    - Now DBD::SQLite also uses amalgamated source recommended at sqlite.org (ISHIGAKI)
    - Resolved #45166: better unicode path handling under cygwin (ISHIGAKI)
    - Resolved #45171: test failure on CentOS 4.6 (ISHIGAKI)

(sno)

2009-04-24 07:27:29 UTC MAIN commitmail json YAML

Updated databases/p5-DBD-postgresql to 2.13.1

(sno)

2009-04-24 07:26:40 UTC MAIN commitmail json YAML

PkgSrc changes:
  - Updating package for p5 module DBD::Pg to 2.13.1 from 2.13.0
  - Setting license to artistic-2.0

Upstream changes:
2.13.1 Released April 23, 2009
  - Fix leak in pg_warn (CPAN bug #45163) [rweikusat@mssgmbh.com]

(sno)

2009-04-24 07:21:40 UTC MAIN commitmail json YAML

Updated textproc/p5-Pod-Tree to 1.16

(sno)

2009-04-24 07:20:45 UTC MAIN commitmail json YAML

PkgSrc changes:
  - Updating package for p5 module Pod::Tree to 1.16 from 1.15
  - Removing patches (applied upstream)

Upstream changes:
1.16    2009 Apr 10
Pod::Tree::HTML
- fix to work with IO::File 1.13 (RT 34755, 38307)
mod2html
- added to distribution
Makefile.PL
- added all required modules to PREREQ_PM

(sno)

2009-04-24 07:07:31 UTC MAIN commitmail json YAML

Updated textproc/p5-Pod-POM to 0.25

(sno)

2009-04-24 07:06:05 UTC MAIN commitmail json YAML

PkgSrc changes:
  - Updating package for p5 module Pod::POM to 0.25 from 0.18

Upstream changes:
Version 0.25  2009-03-27
  * updated Makefile.PL to use Module::Include properly - i.e. flag modules
    as test_requires as appropriate
  * output test failure reason with diag()
  * added t/YAML/Tiny.pm (self-contained YAML library) to remove test-only
    module dependency
  * test library uses Test::Differences if available but package does not
    list it as a dependency

Version 0.24  2009-03-21
  * fixed broken YAML files in testcases that were causing tests to fail on
    some platforms
  * added text and HTML verbatim paragraph view tests
  * fixed typo in synopsis in Pod::POM

Version 0.23  2009-03-20
  * Applied JJ's patch for coalescing verbatim paragraphs separated by blank lines
    and refined verbatim paragraph test cases and expected output
  * Tweaked pom dump format to quote individual text lines
  * Tweaked PodPOMTestLib to remove dependency on Class::Accessor
  * Added test cases for =headN hierarchy and =begin blocks
  * Added format name to =end in Pod::POM::View::Pod
  * Switch Makefile.PL to Module::Include

Version 0.22  2009-03-19
  * Added missing dependencies to Makefile.PL
  * Added pomdump program to list of executables

Version 0.21  2009-03-18
  * Added missing dependencies to Makefile.PL

Version 0.20  2009-03-17
  * Added basic pod documentation to the view modules
  * expanded the test cases (especially expanded sequences and blockquote
    paragraphs)
  * add support for blockquote paragraphs to Text and HTML views

Version 0.19  2009-03-17
  * Added dump method to Pod::POM::Node
  * Reorganized tests with new testcases directory

(sno)

2009-04-24 06:57:12 UTC MAIN commitmail json YAML

Updated devel/p5-Term-ANSIColor to 2.00

(sno)

2009-04-24 06:56:27 UTC MAIN commitmail json YAML

PkgSrc changes:
  - Updating package for p5 module Term::ANSIColor to 2.00

Upstream changes:
2009-02-28  Russ Allbery  <rra@stanford.edu>

* ANSIColor.pm: Version 2.00 released.

* Makefile.PL: Add LICENSE to the distribution metadata for Perl
5.10 and later.

* ANSIColor.pm: Add explicit return statements instead of relying
on the implicit return of the last expression.  Use all caps for
all global variables.

* ANSIColor.pm: Add the new functions to a :pushpop export tag.
(PUSHCOLOR): New function that stores in an internal stack the
attributes that are being set.
(POPCOLOR): New function that pops the attributes being set and
sets the attributes previously found on the stack.
(LOCALCOLOR): New function that surrounds its argument in
PUSHCOLOR and POPCOLOR.
(AUTOLOAD): If $AUTOLOCAL is set, surround all color constants
with an implicit LOCALCOLOR.
* t/basic.t: Test PUSHCOLOR, POPCOLOR, and LOCALCOLOR.

* t/pod-spelling.t: Rewrite to use Test::More.  Support and prefer
aspell.

* ANSIColor.pm: Fix additional spelling errors and rewrap the POD
documentation to a 74-character margin.

* t/basic.t: Rewrite to use Test::More.
* t/pod.t: Likewise.

* ANSIColor.pm (AUTOLOAD): If ANSI_COLORS_DISABLED is set, return
the stringified arguments rather than creating a sub.  This allows
colors to work later if ANSI_COLORS_DISABLED is unset rather than
making its effects permanent.  It also avoids adding a reset
escape sequence when $AUTORESET and ANSI_COLORS_DISABLED are both
set.

2008-09-14  Russ Allbery  <rra@stanford.edu>

* ANSIColor.pm: Add faint as a synonym for dark and improve the
documentation of text attributes.

* t/pod-spelling.t: New check to spell-check POD documentation
using ispell with Pod::Spell.
* ANSIColor.pm: Fix spelling and markup errors in documentation
and add stop-words where appropriate.

(sno)

2009-04-24 06:51:48 UTC MAIN commitmail json YAML

Updated www/p5-CGI-Simple to 1.109

(sno)

2009-04-24 06:50:43 UTC MAIN commitmail json YAML

PkgSrc changes:
  - Updating package for p5 module CGI::Simple to 1.109

Upstream changes:
1.107  2009-03-07
      - CGI::Simple::Cookie, fixed bug when cookie had both leading and
        trailing white space (RT#34314, Ron Savage and Mark Stosberg)
      - Accept a comma as well as semi-colon as a cookie separator. This
        is consistent with CGI.pm as well as RFC 2965, which states: "A
        server SHOULD also accept comma (,) as the separator between cookie-
        values for future compatibility." (Mark Stosberg)
      - Support cookies which have an equals sign in the value. Ported
        from CGI.pm (Mark Stosberg)
      - Support cookies in which one of multiple values is empty. Ported
        from CGI.pm (Mark Stosberg)
      - Fixed bug when calling unescapeHTML on HTML that wasn't
        properly escaped in the first place. Thanks to M-Uchino and
        Mark Stosberg.
      - Removed bogus dependency on version.pm.
      - Add heuristic to upload to handle the case where no boundary is
        specified in CONTENT_TYPE. See #14838.

1.108  2009-03-13
      - Remove bogus references to Selfloader in documenation. No
        functional changes.

1.109  2009-04-16
      - Added support for HttpOnly to CGI::Simple::Cookie. Thanks to
        Scott Thomson for the patch.

(sno)

2009-04-24 06:47:34 UTC MAIN commitmail json YAML

Updated www/p5-CGI-Session to 4.41

(sno)

2009-04-24 06:46:30 UTC MAIN commitmail json YAML

PkgSrc changes:
  - Updating package for p5 module CGI::Session to 4.41

Upstream changes:
4.41 - Friday, March 20, 2009
    * FIX: RT#43290. In CGI::Session::Driver::sqlite, ensure database handle is still defined in DESTROY()
          before calling ping(). For more detail see RT#35925 as discussed under V 4.31 below.
    * DOCUMENTATION: Add comments about using the header() method to set the charset to 'utf-8'.

(sno)

2009-04-24 06:42:04 UTC MAIN commitmail json YAML

Updated www/p5-CGI-Ajax to 0.707

(sno)

2009-04-24 06:41:27 UTC MAIN commitmail json YAML

PkgSrc changes:
  - Updating package for p5 module CGI::Ajax to 0.707

Upstream changes:
0.707 (154) | Jan Franczak | 2008-10-07

Fixed an issue in the declaration of the javascript cache variable as a
local variable in the exported methods.  This was causing NO_CACHE to
never generate the pjxrand in the query string.

Changed the code so that cache is set as a global javascript variable.

Thanks to Shivanandham Karunanithi for identifying this.

0.706 (153) | Shibi Ns | 2008-09-04

Wrongly coded one line of code for the fix 0.705

Changed this:

#    return '' if  $cgi->isa('header') || $cgi->isa('header_type') ;

To this:

#    return '' if  $cgi->isa('CGI') || $cgi->isa('CGI::Application') ;

0.705 (152) | Shibi Ns | 2008-08-26

Changed function call from "can" to "isa" in order this to work with new
version of CGI 3.37. CGI 3.37 has overloaded the function "can" which causes
some of the functions to fail.

0.703 (150) | Jan Franczak | 2008-08-20

Added support for CACHE() which allows default behaviour of disabling page
cache.

Added fname() support to allow the names of exported functions to be
specified.

Added skip_header support to prevent two headers being produced for
applications producing their own headers.

Two new test scripts.

(sno)

2009-04-24 06:27:46 UTC MAIN commitmail json YAML

2009-04-24 06:26:16 UTC MAIN commitmail json YAML

Import tex-dvipdfmx-def-3.0i as print/tex-dvipdfmx-def.

This is a driver-dependent file for DVIPDFMx by J.-H. Cho and S.
Hirata.  It is written based on `dvipdf.def' in the LaTeX `Graphics
Bundle'.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2009-04-24 06:16:22 UTC MAIN commitmail json YAML

2009-04-24 06:15:01 UTC MAIN commitmail json YAML

Import tex-glyphlist-2.0 as fonts/tex-glyphlist.

The Adobe Glyph List is a mapping of glyph names to Unicode scalar
values.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2009-04-24 06:13:31 UTC MAIN commitmail json YAML

Correct latex-fonts' CATEGORIES.

(minskim)

2009-04-24 02:28:32 UTC MAIN commitmail json YAML

Updated lang/python26 to 2.6.2nb1.

(hasso)

2009-04-24 01:48:29 UTC MAIN commitmail json YAML

Add tex-placeins and tex-placeins-doc.

(minskim)

2009-04-24 01:46:41 UTC MAIN commitmail json YAML

Import tex-placeins-doc-2.2 as print/tex-placeins-doc.

This is documentation for tex-placeins.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2009-04-24 01:46:06 UTC MAIN commitmail json YAML

Import tex-placeins-2.2 as print/tex-placeins.

This package defines a \FloatBarrier command, beyond which floats may
not pass.  It is useful, for example, to ensure all floats for a
section appear before the next \section command.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2009-04-24 01:32:50 UTC MAIN commitmail json YAML

2009-04-24 01:07:19 UTC MAIN commitmail json YAML

2009-04-24 01:05:14 UTC MAIN commitmail json YAML

Update tex-ifxetex and add tex-ifxetex-doc.

(minskim)

2009-04-24 01:03:42 UTC MAIN commitmail json YAML

2009-04-24 01:03:12 UTC MAIN commitmail json YAML

Import tex-ifxetex-doc-0.5 as print/tex-ifxetex-doc.

This is documentation for tex-ifxetex.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2009-04-24 01:00:28 UTC MAIN commitmail json YAML

Update tex-ifxetex to 0.5.

Changes include:
- Abort if \cmd\ifxetex\ is already defined.

(minskim)

2009-04-23 23:58:48 UTC MAIN commitmail json YAML

Note update of textproc/p5-Text-RewriteRules to version 0.18

(seb)

2009-04-23 23:58:09 UTC MAIN commitmail json YAML

Update p5-Text-RewriteRules from version 0.17 to version 0.18.

Upstream changes:
0.18    2009, Mar 2 (20:56)
  - Added parenthesis around regexp so it supports ors nicely.

(seb)

2009-04-23 23:52:17 UTC MAIN commitmail json YAML

2009-04-23 23:50:46 UTC MAIN commitmail json YAML

Import tex-exam-doc-2.3 as print/tex-exam-doc.

This is documentation for tex-exam.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2009-04-23 23:50:11 UTC MAIN commitmail json YAML

Import tex-exam-2.3 as print/tex-exam.

Provides a class exam, which eases production of exams, even by a
LaTeX novice.  Simple commands are provided to (i) create questions,
parts of questions, subparts of parts, and subsubparts of subparts,
all with optional point values, (ii) create a grading table, indexed
either by question number (listing each question and the total
possible points for that question) or by page number (listing each
page with points and the total possible points for that page), and
(iii) create headers and footers that are each specified in three
parts: one part to be left justified, one part to be centered, and one
part to be right justified, in the manner of fancyhdr Headers and/or
footers can be different on the first page of the exam, can be
different on the last page of the exam, and can vary depending on
whether the page number is odd or even, or on whether the current page
continues a question from a previous page, or on whether the last
question on the current page continues onto the following page.
Multiple line headers and/or footers are allowed, and it is easy to
increase the part of the page devoted to headers and/or footers to
allow for this.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2009-04-23 22:38:43 UTC MAIN commitmail json YAML

Add tex-graphics and tex-graphics-doc.

(minskim)

2009-04-23 22:36:51 UTC MAIN commitmail json YAML

Import tex-graphics-doc-1.0o as print/tex-graphics-doc.

This is documentation for tex-graphics.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2009-04-23 22:33:55 UTC MAIN commitmail json YAML

Import tex-graphics-1.0o as print/tex-graphics.

The primary LaTeX package for the support of the inclusion of graphics
generally produced with other tools.  This package aims to give a
consistent interface to including the file types that are understood
by your printer driver.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2009-04-23 22:19:47 UTC MAIN commitmail json YAML

Note initial addition of p5-Path-Dispatcher version 0.12 as
devel/p5-Path-Dispatcher into The NetBSD Packages Collection.

The Perl 5 module Path::Dispatcher is similar to the module
Jifty::Dispatcher but its use is for the command line.

The basic operation is that of dispatch. Dispatch takes a path and
a list of rules, and it returns a list of matches. From there you
can "run" the rules that matched. These phases are distinct so that,
if you need to, you can inspect which rules were matched without
ever running their codeblocks.

(seb)

2009-04-23 22:18:23 UTC MAIN commitmail json YAML

Add & enable p5-Path-Dispatcher

(seb)

2009-04-23 22:17:01 UTC MAIN commitmail json YAML

Initial import of p5-Path-Dispatcher version 0.12 in the NetBSD
Packages Collection.

The Perl 5 module Path::Dispatcher is similar to the module
Jifty::Dispatcher but its use is for the command line.

The basic operation is that of dispatch. Dispatch takes a path and
a list of rules, and it returns a list of matches. From there you
can "run" the rules that matched. These phases are distinct so that,
if you need to, you can inspect which rules were matched without
ever running their codeblocks.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(seb)

2009-04-23 22:13:00 UTC MAIN commitmail json YAML

If the plist doesn't have a @name tag in it, fake one up based on the
directory name.

(joerg)

2009-04-23 21:38:16 UTC MAIN commitmail json YAML

Note update of the "rpm2pkg" package to version 2.2.

(tron)

2009-04-23 21:38:02 UTC MAIN commitmail json YAML

Update "rpm2pkg" package to version 2.2. Changes since version 2.1.1:
- Switch to 2-clause BSD license.
- Compile with extra warnings (again) if GCC is used as the compiler.
- Fix build warnings reported by "-Wsign-compare".

(tron)

2009-04-23 20:38:21 UTC pkgsrc-2009Q1 commitmail json YAML

2009-04-23 20:38:05 UTC pkgsrc-2009Q1 commitmail json YAML

Pullup ticket #2747 - requested by tez
mit-krb5: security patch

Revisions pulled up:
- security/mit-krb5/Makefile 1.45
- security/mit-krb5/distinfo 1.22
- security/mit-krb5/patches/patch-bn 1.1
- security/mit-krb5/patches/patch-bo 1.1
- security/mit-krb5/patches/patch-bp 1.1
---
Module Name:    pkgsrc
Committed By:  tez
Date:          Tue Apr 21 18:58:18 UTC 2009

Modified Files:
        pkgsrc/security/mit-krb5: Makefile distinfo
Added Files:
        pkgsrc/security/mit-krb5/patches: patch-bn patch-bo patch-bp

Log Message:
Add patches for CVE-2009-0846 & CVE-2009-0847
approved by agc

(tron)

2009-04-23 20:11:32 UTC MAIN commitmail json YAML

Note update of devel/p5-Mouse to version 0.22

(seb)

2009-04-23 20:09:41 UTC MAIN commitmail json YAML

Update from version 0.21 to version 0.22.

Upstream changes:
0.22 Tue Apr 21 03:26:43 2009
    * Regenerate broken signature (Sartak)
      rerpoted by Michael Gray [rt.cpan.org #45167]

    * does_role now checks parent classes (tokuhirom)

    * Fix for $_ not being available type constraint messages (Sartak)

(seb)

2009-04-23 19:53:52 UTC MAIN commitmail json YAML

Require all plist commands to be in lower case. Nothing depends on that
and it was never documented that it worked either way, so being strict
doesn't hurt.

(joerg)

2009-04-23 19:43:06 UTC MAIN commitmail json YAML

added patch-ac which includes stdbool.h on MacOS X to ensure that the bool
type is known. Without that, bool is not a known type to gcc on MacOS.

(schwarz)

2009-04-23 19:38:15 UTC MAIN commitmail json YAML

Remove support to spell of @cwd as @cd.

(joerg)

2009-04-23 19:35:53 UTC MAIN commitmail json YAML

2009-04-23 19:34:04 UTC MAIN commitmail json YAML

2009-04-23 19:26:22 UTC MAIN commitmail json YAML

2009-04-23 19:25:03 UTC MAIN commitmail json YAML

Import tex-pdftex-def-0.04l as print/tex-pdftex-def.

The file pdftex.def provides device-specific definitions for color and
graphics support when running pdf(La)TeX.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2009-04-23 18:30:32 UTC MAIN commitmail json YAML

Updated net/freeradius2 to 2.1.4

(adam)

2009-04-23 18:27:28 UTC MAIN commitmail json YAML

FreeRADIUS 2.1.4 Tue Mar 10 17:05:00 CEST 2009;  , urgency=medium
* Permit multiple "-e" in radmin.
* Add support for originating CoA-Request and Disconnect-Request.
  See raddb/sites-available/originate-coa.
* Added "lifetime" and "max_queries" to raddb/sql.conf.
  This helps address the problem of hung SQL sockets.
* Allow packets to be injected via radmin.  See "inject help" in radmin.
* Answer VMPS reconfirmation request.
* Sample logrotate script in scripts/logrotate.freeradius
* Add configurable poll interval for "detail" listeners
* New "raddebug" command.  This prints debugging information from
  a running server.
* Add "require_message_authenticator" configuration to home_server
  configuration.  This makes the server add Message-Authenticator
  to all outgoing Access-Request packets.
* Added smsotp module.
* Enabled the administration socket in the default install.
  See raddb/sites-available/control-socket, and "man radmin"
* Handle duplicate clients, such as with replicated or
  load-balanced SQL servers and "readclients = yes"
* Bug fixes

(adam)

2009-04-23 18:26:05 UTC MAIN commitmail json YAML

FreeRADIUS 2.1.4 Tue Mar 10 17:05:00 CEST 2009;  , urgency=medium
* Permit multiple "-e" in radmin.
* Add support for originating CoA-Request and Disconnect-Request.
  See raddb/sites-available/originate-coa.
* Added "lifetime" and "max_queries" to raddb/sql.conf.
  This helps address the problem of hung SQL sockets.
* Allow packets to be injected via radmin.  See "inject help" in radmin.
* Answer VMPS reconfirmation request.
* Sample logrotate script in scripts/logrotate.freeradius
* Add configurable poll interval for "detail" listeners
* New "raddebug" command.  This prints debugging information from
  a running server.
* Add "require_message_authenticator" configuration to home_server
  configuration.  This makes the server add Message-Authenticator
  to all outgoing Access-Request packets.
* Added smsotp module.
* Enabled the administration socket in the default install.
  See raddb/sites-available/control-socket, and "man radmin"
* Handle duplicate clients, such as with replicated or
  load-balanced SQL servers and "readclients = yes"
* Bug fixes

(adam)

2009-04-23 18:03:42 UTC MAIN commitmail json YAML

BROKEN_GETTEXT_DETECTION must be set before including gettext-lib/buildlink3.mk.

This fixes PR 34562.

(minskim)

2009-04-23 13:18:20 UTC MAIN commitmail json YAML

Updated games/wormux to 0.8.3

(adam)

2009-04-23 13:10:07 UTC MAIN commitmail json YAML

Changes 0.8.3:
* New skins with new animations
* New sounds thanks to Bebelious
* Better team menu editor
* New game interface
* Small AI enhancements
* Fix crash when leaving options menu during a game
* Fix crash when checking for new version without internet connection
* Fix some small graphical bugs

(adam)

2009-04-23 12:10:15 UTC MAIN commitmail json YAML

Adjust to current reality

  remove comment about '#LICENSE=' lines because license.mk is not
  live

  rephrase comment saying that we will likely add licenses not
  formally Free or Open source to the default list if they are
  obviously approvable, but we'll note this with comments

(gdt)

2009-04-23 12:06:05 UTC MAIN commitmail json YAML

Add gnu-lgpl-v2.1 to DEFAULT_ACCEPTABLE_LICENSES.

(gdt)

2009-04-23 10:48:04 UTC MAIN commitmail json YAML

Note update of mantis to 1.1.7.

(gavan)

2009-04-23 10:45:21 UTC MAIN commitmail json YAML

Update to 1.1.7

2009.04.20 - 1.1.7
===================================

Bugfix maintenance release, cleaning up most of the remaining issues with 1.1.x series.

- 0006848: [administration] Bugs in manage_config_*_set.php (grangeway) - resolved.
- 0009986: [administration] APPLICATION ERROR #2800 using "Delete Project Specific Settings" (jreese) - resolved.
- 0010235: [api soap] mc_issue_attachment_add corrupts attachments (giallu) - resolved.
- 0009888: [bugtracker] Issue History Problem... build, os, os_version, and platform are not looking right and are not effected by language files. (jreese) - resolved.
- 0009999: [bugtracker] APPLICATION ERROR #2800 - While submit a new bug (jreese) - resolved.
- 0009606: [custom fields] Custom fields not enforced. (thraxisp) - resolved.
- 0009979: [custom fields] Function gpc_isset always return false for a custom date field (thraxisp) - resolved.
- 0010035: [custom fields] Custom multi-selection list fields don't allow deselection (thraxisp) - resolved.
- 0010154: [custom fields] Custom field enum values are getting the first and last characters truncated when displayed. (thraxisp) - resolved.
- 0010011: [customization] date_submitted is not set properly in bug object (thraxisp) - resolved.
- 0010200: [email] \n not replaced in registration e-mail (siebrand) - resolved.
- 0010231: [feature] Assigned bug status cannot be changed to new? (jreese) - resolved.
- 0010299: [html] Invalid HTML (jreese) - resolved.
- 0010270: [localization] escaped double quotes in localization files (siebrand) - resolved.
- 0010187: [security] Using dession destroy and unset for logout (jreese) - resolved.
- 0010192: [sub-projects] Repeated Target versions (jreese) - resolved.
- 0010038: [tagging] Problems attaching tags in Chrome (jreese) - resolved.
- 0010050: [time tracking] All leves have access to billing reports - Access level required to run reports does not function (giallu) - resolved.

2008.12.09 - 1.1.6
===================================

This release fixes once and for all the caching troubles from previous stable releases, some
access permissions bugs, and a few various other issues. This release also improves the existing
source control integration by allowing remote checkins.

- 0009893: [administration] Users can change status on ViewOnly Tasks (jreese) - resolved.
- 0009815: [bugtracker] gpc_get_string_array() sometimes returns non-arrays (thraxisp) - resolved.
- 0009869: [bugtracker] application error 2800 still in version 1.1.5 (jreese) - resolved.
- 0009888: [bugtracker] Issue History Problem... build, os, os_version, and platform are not looking right and are not effected by language files. (jreese) - resolved.
- 0009890: [bugtracker] Case of extension for inline image is not ignored (jreese) - resolved.
- 0009900: [customization] Allowing update issue status disables the function to administrator (thraxisp) - resolved.
- 0008847: [integration] Revamp SVN and CVS integration (jreese) - resolved.
- 0009651: [other] Version copy from parent project copies incorrect date (jreese) - resolved.
- 0009928: [other] Inconsistent uses of file extension configuration settings. (jreese) - resolved.

2008.11.21 - 1.1.5
===================================

This release solves more issues relating to the security fixes introduced by 1.1.3, as well as various other minor bugs.

- 0009713: [authentication] Users are unable to confirm registration (jreese) - resolved.
- 0009017: [bugtracker] SYSTEM WARNING implode() [function.implode]: Bad arguments. (jreese) - resolved.
- 0009738: [bugtracker] Browser caching should be enabled on bug_change_status_page.php (jreese) - resolved.
- 0009748: [bugtracker] Port 9737: bugnote_add.php contains undefined t_note_type (vboctor) - resolved.
- 0009754: [bugtracker] Failed to report issue (APPLICATION ERROR #2800) (jreese) - resolved.
- 0009714: [csv] Error message/warning, if HTTP_USER_AGENT is not set (jreese) - resolved.
- 0009808: [db mysql] Linking Sub-Projects to a project -> APPLICATION ERROR #200 (jreese) - resolved.
- 0009760: [other] Mantis checks $g_allow_browser_caching setting incorrectly (jreese) - resolved.
- 0009780: [tagging] Changing project in Tag Details view gives "APPLICATION ERROR #200" (jreese) - resolved.
- 0009803: [tagging] Tags field in filter should not be shown when user has no access to tags (jreese) - resolved.

(gavan)

2009-04-23 08:39:01 UTC MAIN commitmail json YAML

Updated x11/pixman to 0.15.2

(sno)

2009-04-23 08:30:53 UTC MAIN commitmail json YAML

Update to pixman-0.15.2 from 0.12.0

Upstream changes (since 0.12.0):
  - Fix MMX & SSE intrinsics to work with Sun compilers & Solaris
  - More SSE2 optimizations
  - Optimize rectilinear nearest-neighbour scaling
  - Add support for BGRA and BGRx formats
  and a lot of minor bug fixes and optimizations

Oked by wiz@

(sno)

2009-04-23 07:26:40 UTC MAIN commitmail json YAML

Updated devel/p5-POE to 1.005

(sno)

2009-04-23 07:25:51 UTC MAIN commitmail json YAML

PkgSrc changes:
  - Updating package for p5 module POE to 1.005
  - Adjusting dependencies
  - Setting license to artistic-2.0

Upstream changes:
==================================
2009-04-21T05:03:17.094558Z v1_005
==================================

  2009-04-21 04:02:03 (r2525) by rcaputo; poe/lib/POE.pm M

    Time for a new release.

  2009-04-21 04:01:03 (r2524) by rcaputo; poe/mylib/PoeBuildInfo.pm M

    Skip the IO::Tty dependency on MSWin32. Windows doesn't have
    pseudo-ttys. Resolves bugs reported by Chris Williams, Adam Kennedy,
    Offer Kaye (rt.cpan.org #44931), and many more.

  2009-04-15 22:32:14 (r2523) by bingosnet; poe/lib/POE/Session.pm M

    Typo in object_states POD, spotted by Jay Hannah

  2009-03-31 13:01:38 (r2515) by bingosnet
  poe/mylib/gen-meta.perl M; poe/mylib/PoeBuildInfo.pm M

    Amended the META.yml generation to include repository meta

(sno)

2009-04-23 07:13:36 UTC MAIN commitmail json YAML

Updated devel/p5-prefork to 1.03

(sno)

2009-04-23 07:12:14 UTC MAIN commitmail json YAML

PkgSrc changes:
  - Updating package for p5 module prefork to 1.03

Upstream changes:
1.03 Mon 21 Apr 2008
- Upgrading to Module::Install 0.83
- Preload all of Config.pm

(sno)

2009-04-23 07:09:43 UTC MAIN commitmail json YAML

Updated archivers/p5-Archive-Tar to 1.48

(sno)

2009-04-23 07:08:19 UTC MAIN commitmail json YAML

PkgSrc changes:
  - Updating package for p5 module Archive::Tar to 1.48

Upstream changes:
* important changes in version 1.48 20/04/2009:
- Address #44680 (Improve error reporting on short corrupted archives)
  Archives of less than 512 bytes would not have a clear error string set
- Requires at least IO::Compres::* 2.015, to address: #43609: Memory
  problem with A::T. Turns out 2.012 was leaking memory.

(sno)

2009-04-23 07:01:58 UTC MAIN commitmail json YAML

Updated devel/p5-Class-Inspector to 1.24

(sno)

2009-04-23 06:59:31 UTC MAIN commitmail json YAML

PkgSrc changes:
  - Updating package for p5 module Class::Inspector to 1.24

Upstream changes:
1.24 Tue 21 Apr 2009
- Updating Perl dependency to 5.006
- Updating to Module::Install::DSL 0.83
- Add the Class::Inspector::Functions interface.

(sno)

2009-04-23 06:56:44 UTC MAIN commitmail json YAML

Updated databases/p5-DBD-SQLite to 1.23

(sno)

2009-04-23 06:55:03 UTC MAIN commitmail json YAML

PkgSrc changes:
  - Updating package for p5 module DBD::SQLite to 1.23
  - Setting license to artistic-2.0

Upstream changes:
1.23 Sun 19 Apr 2009
    - No changes from 1.22_08, just switched to production release (ADAMK)

1.22_08 Fri 17 Apr 2009
    - Completed the migration of all tests and deleted lib.pl (ADAMK)
    - Prevented a double "commit is innefective" warning (ADAMK)
    - Adding a version for the Win32.pm dependency (ADAMK)

1.22_07 Thu 16 Apr 2009
    - Improved non-latin unicode filename support/test
      on Windows (SZABGAB/ISHIGAKI)
    - Removed the table name generator from t/lib.pl,
      getting us closer to removing t/lib.pl entirely (ADAMK)
    - Increased use of Test::NoWarnings (ADAMK)
    - Converted half the remaining lib.pl tests to t::lib::Test (ADAMK)
    - Require Win32.pm on Windows (CHORNY)

1.22_06 Wed 15 Apr 2009
    - Simplifying various miscellaneous code (ADAMK)
    - Adding support for non-latin unicode filenames on Windows (ADAMK)

1.22_05 Wed 15 Apr 2009
    - Hopefully the last dev release before the next production release.
    - Updated to SQLite 3.6.13 (DUNCAND)
    - Setting svn:eol-style to native to prevent EOL issues (ADAMK)
    - Resolved #44861: tweaked Makefile.PL to support older HP-UX (ISHIGAKI)

1.22_04 Sat 11 Apr 2009
    - Adding support parsing attributes out of the DSN (ADAMK)
    - Inserted pTHX_/aTHX_ for better efficiency (suggested in #44884 by TIMB) (ISHIGAKI)
    - Dropping support for uncode before 5.8.5 to simplify support and
      to prevent people hurting themselves on platforms that don't
      properly support Unicode anyway (ADAMK)
    - Stopped guessing if a bind param looks like a number or not
      (suggested by GUIDO). This reopens #29058 and #29629, but
      there are two workarounds for them. 1) Use "bind_param"
      explicitly (rather than plain "execute", as you do for BLOB).
      2) Add "+0" to the appropriate part(s) of your SQL to let
      sqlite convert them into a number. (ISHIGAKI)

1.22_03 Thu 10 Apr 2009
    - Resolved #44876: Patch to fix includes in the SQLITE_LOCATION case by janus (ISHIGAKI)
    - Added PERL_NO_GET_CONTEXT for efficiency (suggested in #44884 by TIMB) (ISHIGAKI)
    - Refactored error handling (suggested in #44884, #44871 by TIMB) (ISHIGAKI)

1.22_02 Wed  9 Apr 2009
    - Added missing documentation bits for 'create_collation'
      and 'progress_handler' (DAMI)
    - Resolved RT#25924 (Arguments to user-defined functions do not
      respect unicode setting) (DAMI)
    - Added comments on the return values on error, and fixed another
      wrong return value in execute (ISHIGAKI)
    - Added SQL_NULLABLE_UNKNOWN; still wonders if the error above
      should be ignored or not (ISHIGAKI)

1.22_01 Wed  9 Apr 2009
    - Resolved #25371: Calls sv_utf8_upgrade on strings going into
      the database to make sure latin-1 strings are not saved as
      Malformed UTF-8 character in the SQLite TEXT column (MIYAGAWA)

(sno)

2009-04-23 06:24:13 UTC MAIN commitmail json YAML

+ amavisd-new-2.6.3, dri2proto-2.0, erlang-13b, findutils-4.4.1,
  gnome-power-manager-2.26.1 [GNOME 2.26, wants DeviceKit-power],
  heyu-2.6.0, mysql-5.1.34, mysql5-client-5.0.79, mysql5-server-5.0.79,
  nautilus-sendto-1.1.4.1, ncmpc-0.14, openafs-1.4.10 [pkg/41262],
  puppet-24.8, py-psycopg-2.0.10, scribus-1.3.3.13, zile-2.3.7.

(wiz)

2009-04-23 00:15:53 UTC MAIN commitmail json YAML

Fix a square bracket mismatch.

(minskim)

2009-04-22 23:05:58 UTC MAIN commitmail json YAML

Allow python-2.6 (untested, for pbulk so it does not abort).

(wiz)

2009-04-22 22:42:43 UTC MAIN commitmail json YAML

2009-04-22 22:42:28 UTC MAIN commitmail json YAML

Add an example block to restrict access to /admin

(adrianp)

2009-04-22 22:09:11 UTC pkgsrc-2009Q1 commitmail json YAML

2009-04-22 22:08:43 UTC pkgsrc-2009Q1 commitmail json YAML

Pullup ticket #2746 - requested by tnn
firefox3: security update

Revisions pulled up:
- www/firefox3/Makefile 1.30
- www/firefox3/distinfo 1.23
---
Module Name: pkgsrc
Committed By: tnn
Date: Wed Apr 22 18:15:05 UTC 2009

Modified Files:
pkgsrc/www/firefox3: Makefile distinfo

Log Message:
Update to firefox3-3.0.9.

- Fixed several security issues:
  MFSA 2009-22 Firefox allows Refresh header to redirect to javascript: URIs
  MFSA 2009-21 POST data sent to wrong site when saving web page with
              embedded frame
  MFSA 2009-20 Malicious search plugins can inject code into arbitrary sites
  MFSA 2009-19 Same-origin violations in XMLHttpRequest and
              XPCNativeWrapper.toString
  MFSA 2009-18 XSS hazard using third-party stylesheets and XBL bindings
  MFSA 2009-17 Same-origin violations when Adobe Flash loaded via
              view-source: scheme
  MFSA 2009-16 jar: scheme ignores the content-disposition: header
              on the inner URI
  MFSA 2009-15 URL spoofing with box drawing character
  MFSA 2009-14 Crashes with evidence of memory corruption (rv:1.9.0.9)
- Fixed several stability issues.
- Many users experienced an issue where a corrupt local database caused
  Firefox to "lose" its stored cookies. (bug 470578)
- Fixed an issue where, starting with Firefox 3.0.7, inline image
  attachments on popular webmail services (like AOL and AIM) would not
  display. (bug 482659)
- Large forms would sometimes take a long time to submit. (bug 426991)
- In certain cases, new windows would not have proper focus. (bug 446568)

(tron)

2009-04-22 19:29:26 UTC MAIN commitmail json YAML

2009-04-22 19:18:07 UTC MAIN commitmail json YAML

pkg_install-20090422:
Consider EOF during signature scan a fatal error. At the very least, the
package is missing the +CONTENTS file at that point. Correctly reset the
entry pointer in that case and make the meta data extraction stricter,
avoiding NULL dereferences for invalid archives.
Fixes pkg_info -X crash on empty files as reported by Daniel Horecki.

(joerg)

2009-04-22 19:14:16 UTC MAIN commitmail json YAML

2009-04-22 19:13:54 UTC MAIN commitmail json YAML

Document pkg_admin fetch-pkg-vulnerabilities -u.

(joerg)

2009-04-22 18:59:54 UTC MAIN commitmail json YAML

2009-04-22 18:18:04 UTC MAIN commitmail json YAML

Updated www/firefox3 to 3.0.9

(tnn)

2009-04-22 18:15:05 UTC MAIN commitmail json YAML

Update to firefox3-3.0.9.

- Fixed several security issues:
  MFSA 2009-22 Firefox allows Refresh header to redirect to javascript: URIs
  MFSA 2009-21 POST data sent to wrong site when saving web page with
              embedded frame
  MFSA 2009-20 Malicious search plugins can inject code into arbitrary sites
  MFSA 2009-19 Same-origin violations in XMLHttpRequest and
              XPCNativeWrapper.toString
  MFSA 2009-18 XSS hazard using third-party stylesheets and XBL bindings
  MFSA 2009-17 Same-origin violations when Adobe Flash loaded via
              view-source: scheme
  MFSA 2009-16 jar: scheme ignores the content-disposition: header
              on the inner URI
  MFSA 2009-15 URL spoofing with box drawing character
  MFSA 2009-14 Crashes with evidence of memory corruption (rv:1.9.0.9)
- Fixed several stability issues.
- Many users experienced an issue where a corrupt local database caused
  Firefox to "lose" its stored cookies. (bug 470578)
- Fixed an issue where, starting with Firefox 3.0.7, inline image
  attachments on popular webmail services (like AOL and AIM) would not
  display. (bug 482659)
- Large forms would sometimes take a long time to submit. (bug 426991)
- In certain cases, new windows would not have proper focus. (bug 446568)

(tnn)

2009-04-22 16:24:18 UTC MAIN commitmail json YAML

Fix pasto -- this is "original-bsd", not "modified-bsd".

(wiz)

2009-04-22 16:11:28 UTC MAIN commitmail json YAML

Note update of devel/p5-ex-lib to version 0.06

(seb)

2009-04-22 16:10:43 UTC MAIN commitmail json YAML

Update from version 0.05 to version 0.06.

Upstream changes:
0.06    2009-04-20
        Allow use with empty list
        Made kwalitee.t to check $ENV{TEST_AUTHOR}

(seb)

2009-04-22 15:25:05 UTC MAIN commitmail json YAML

patch-aa: fix devel/popt build on NetBSD-current (>=5.99.11) which
          has glob_pattern_p(3) in libc.
Reported in PR pkg/41265.

(tnn)

2009-04-22 14:50:18 UTC MAIN commitmail json YAML

Add original (4-clause) and modified (3-clause) BSD licenses.

(gdt)

2009-04-22 14:13:52 UTC MAIN commitmail json YAML

_PATCH_BACKUP_ARG must match the selected patch, so override potential
platform value when using the version from pkgsrc.

(joerg)

2009-04-22 13:00:50 UTC MAIN commitmail json YAML

Note update of the "milter-greylist" package to version 4.2.2.

(tron)

2009-04-22 13:00:36 UTC MAIN commitmail json YAML

Update "milter-greylist" package to version 4.2.2.
Changes since version 4.2:
- Fix a crash when a LDAP server is down.
- Fix LDAP thread safety issues
- Make LDAP querries timeout configurable
- Make MX sync timeout peer-configurable

(tron)

2009-04-22 12:36:46 UTC MAIN commitmail json YAML

2009-04-22 11:44:08 UTC MAIN commitmail json YAML

ruby-netaddr-1.5.0 (net/ruby-netaddr) is done

(seb)

2009-04-22 11:42:40 UTC MAIN commitmail json YAML

Note update of net/ruby-netaddr to version 1.5.0

(seb)

2009-04-22 11:42:01 UTC MAIN commitmail json YAML

Update from version 1.4.0 to version 1.5.0.

Upstream changes:
==Version
====1.5.0
===Changes
* fixed bug with EUI48#to_eui64 (credit to Erik Kline)
* fixed bug with u/l bit toggle on EUI#link_local (credit to Erik Kline)
* added EUI#to_ipv6
* added NetAddr#supernets

(seb)

2009-04-22 10:20:36 UTC MAIN commitmail json YAML

Update to openresolv-3.3

Changes from 3.2 include
* Logic to restart each service is now embedded in subscribers at
  compile time, which reduces runtime code size.
  This is also configurable in resolvconf.conf.
* If subscribers are called from resolvconf, they no longer re-execute it
  to get the data they need.
  This saves on a lot of forking and as a result a fair bit faster.
* A bug was fixed in the dnsmasq susbcriber where the domain name servers
  weren't used correctly.

(roy)

2009-04-22 08:51:53 UTC MAIN commitmail json YAML

devel/p5-B-Hooks-EndOfScope to 0.08

(sno)

2009-04-22 08:50:02 UTC MAIN commitmail json YAML

PkgSrc changes:
  - Updating package for p5 module B::Hooks::EndOfScope to 0.08
  - Updating dependency to Variable::Magic to 0.34 according to upstream
    changes

Upstream changes:
0.08  Sun, 19 Apr 2009 19:15:44 +0200
  * Depend on Variable::Magic 0.34 so exceptions during compile time that
    trigger a destructor don't cause an exception on 5.10 anymore.

(sno)

2009-04-22 08:46:40 UTC MAIN commitmail json YAML

Updated devel/p5-Variable-Magic to 0.34

(sno)

2009-04-22 08:45:54 UTC MAIN commitmail json YAML

PkgSrc changes:
  - Updating package for p5 module Variable::Magic to 0.34

- Upstream changes:
0.34    2009-04-19 16:55 UTC
        + Fix : Destruction of wizards in require.
        + Fix : "panic: restartop" in 5.10 when dieing at compile time triggers
                a destructor.

(sno)

2009-04-22 08:40:26 UTC MAIN commitmail json YAML

Updated devel/p5-B-Hooks-OP-Check to 0.17

(sno)

2009-04-22 08:39:37 UTC MAIN commitmail json YAML

PkgSrc changes:
  - Updating package for p5 module B::Hooks::OP::Check to 0.17

Upstream changes:
0.17  Sun, 19 Apr 2009 10:06:40 +0200
  * Put the actual repository url in META.yml. D'OH!

0.16  Sun, 19 Apr 2009 09:53:09 +0200
  * Explicitly declare testing dependency on Test::More (Closes RT#45133).
  * Specify bugtracker and repository urls in META.yml.
  * Upgrade ppport.h from 3.14_02 to 3.17.

(sno)

2009-04-22 08:32:44 UTC MAIN commitmail json YAML

Updated devel/p5-Test-SubCalls to 1.09

(sno)

2009-04-22 08:31:25 UTC MAIN commitmail json YAML

PkgSrc changes:
  - Updating package for p5 module Test::SubCalls to 1.09

Upstream changes:
1.09 Sun 19 Apr 2009
- Upgrading to Module::Install::DSL 0.83

(sno)

2009-04-22 08:26:57 UTC MAIN commitmail json YAML

Updated devel/p5-Module-Install to 0.85

(sno)

2009-04-22 08:25:14 UTC MAIN commitmail json YAML

PkgSrc changes:
  - Updating package for p5 module Module::Install to 0.85
  - Updating dependencies to fit META.yml

Upstream changes:
0.85 Sun 19 Apr 2009 - Adam Kennedy
- All files no use strict to satisfy Kwalitee (ADAMK)

(sno)

2009-04-22 06:39:34 UTC MAIN commitmail json YAML

Note update of devel/p5-Devel-NYTProf to version 2.09

(seb)

2009-04-22 06:38:47 UTC MAIN commitmail json YAML

Update from version 2.08 to version 2.09.

Upstream changes:

Changes in Devel::NYTProf 2.09 (svn r733) 29th March 2009

  Added support for modules using AutoLoader, e.g., POSIX & Storable,
    to fix the "Unable to open '... (autosplit into ...)'" warnings.
  Fixed report filename generation to remove colons,
    for Windows, reported by Adam Kennedy in rt bug #43798.
  Fixed report filename generation to remove dots, for VMS.
  Fixed savesrc option which wasn't safe and reliable.
  Added missing t/test22-strevala.t to MANIFEST.
  Extended testing to exercise compress and savesrc options.

Ported to VMS, thanks to Peter (Stig) Edwards:

  Renamed t/\d\d.test.t    files to t/\d\d_test.t
          t/test*.pm.x    files to t/test*.pm_x
          t/test*fork.\d.* files to t/test*fork-\d.*
          .js and .css    file to only have one period/dot
    for greater portability.  VMS ODS-2 files can only have
    one period/dot.
  Added t/92-file_port.t as a developer-only and
    request-using-ENV test, to help maintain portable files,
    currently .indent.pro and .perltidyrc fall foul of portable
    filename characters as defined by ANSI C and perlport.
  NYTProf.xs's open_output_file use mode 'wb' and not 'wbx'
    to avoid unsupported error when on VMS.

(seb)

2009-04-22 05:46:09 UTC MAIN commitmail json YAML

Note update of devel/p5-Data-Dump-Streamer to version 2.09

(seb)

2009-04-22 05:45:26 UTC MAIN commitmail json YAML

Update from version 2.08.40nb1 to version 2.09.

Upstream changes:

2.09 (2009-03-24)

Hashkeys ending in newline were incorrectly quoted. Sorry Ambrus.

Make it possible to hackily dump *GLOB{IO} objects. This is mostly
to make merijn happy. Afaik we dont have the information to do it
properly.

(seb)

2009-04-22 05:23:19 UTC MAIN commitmail json YAML

Uncomment LICENSE.

(schmonz)

2009-04-22 05:20:35 UTC MAIN commitmail json YAML

Describe djbdns-qmerge options.

(schmonz)

2009-04-22 05:09:58 UTC MAIN commitmail json YAML

+firefox-3.0.9.

(taca)

2009-04-22 04:55:01 UTC MAIN commitmail json YAML

Updated pkgtools/url2pkg to 2.9

(schmonz)

2009-04-22 04:54:48 UTC MAIN commitmail json YAML

Include LICENSE in the template Makefile. Bump version.

(schmonz)

2009-04-22 04:48:22 UTC MAIN commitmail json YAML

Updated net/djbdns to 1.05nb9

(schmonz)

2009-04-22 04:48:13 UTC MAIN commitmail json YAML

Add DJB's patch to fix the axfrdns bug reported by Matthew Dempsky,
described here:

http://article.gmane.org/gmane.network.djbdns/13864

Add mutually exclusive options, both by Jeff King, to address the
dnscache poisoning weaknesses described in CVE-2008-4392:

* "djbdns-qmerge1" (from http://www.your.org/dnscache/)
* "djbdns-qmerge2" (from http://article.gmane.org/gmane.network.djbdns/13965)

Both options are included because qmerge1 is better tested but has
known shortcomings, while qmerge2 is probably more correct but (as
yet) less well tested.

Bump PKGREVISION.

(schmonz)

2009-04-22 02:33:07 UTC MAIN commitmail json YAML

Skip Python interpreter check if not building with the python option.
Bring in xapian-omega if building with the ikiwiki-search option.
Ride recent update.

(schmonz)

2009-04-22 00:35:33 UTC MAIN commitmail json YAML

Drop maintainership.  I have less interest and no time to maintain Zope.

(taca)

2009-04-21 22:52:38 UTC MAIN commitmail json YAML

2009-04-21 21:26:13 UTC MAIN commitmail json YAML

Use nbpatch, not gpatch, when the platform is missing it.
The former is known to have less issues like being able to deal with
asymmetric context and no line limits.

(joerg)

2009-04-21 19:13:17 UTC pkgsrc-2009Q1 commitmail json YAML

Pullup tickets #2744 and #2745.

(tron)

2009-04-21 19:12:01 UTC pkgsrc-2009Q1 commitmail json YAML

Pullup tickets #2744 and #2745 - requested by he
parrot: build fix

Revisions pulled up:
- lang/parrot/distinfo 1.9-1.11
- lang/parrot/patches/patch-ab 1.5-1.7
---
Module Name: pkgsrc
Committed By: he
Date: Fri Apr 17 19:54:39 UTC 2009

Modified Files:
pkgsrc/lang/parrot: distinfo
pkgsrc/lang/parrot/patches: patch-ab

Log Message:
Two minor changes to the adaptation for NetBSD/powerpc, resulting
in no code change and adding portability to NetBSD 3.x, so no
revision bump:

o Let the workaround for missing R_PPC_ADDR16{HI,LO} work for other
  systems who also define R_PPC_16_{HI,LO} instead.

o Add portability to NetBSD/powerpc 3.x, which has a very minimalist
  <powerpc/elf_machdep.h> file.
---
Module Name: pkgsrc
Committed By: he
Date: Fri Apr 17 22:08:44 UTC 2009

Modified Files:
pkgsrc/lang/parrot: distinfo
pkgsrc/lang/parrot/patches: patch-ab

Log Message:
For the NetBSD/powerpc 3.x case, use the enums out of <powerpc/reloc.h>
instead of literal integers.  Again, this should not result in different
code, so no reason to bump revision.
---
Module Name: pkgsrc
Committed By: he
Date: Mon Apr 20 07:55:00 UTC 2009

Modified Files:
pkgsrc/lang/parrot: distinfo
pkgsrc/lang/parrot/patches: patch-ab

Log Message:
While the logic for handling NetBSD/powerpc (and OpenBSD/powerpc)
was correct, it was mis-placed in the file.  It needs to include
<elf.h> or the moral equivalent of that before the symbols can be
tested.  This now corresponds with what's committed upstream.

Again, since this is a build fix, no revision bump should be required.

(tron)

2009-04-21 18:58:18 UTC MAIN commitmail json YAML

2009-04-21 18:57:12 UTC MAIN commitmail json YAML

Note update of devel/p5-Class-MOP to version 0.82
Note update of devel/p5-Moose to version 0.75

(seb)

2009-04-21 18:55:16 UTC MAIN commitmail json YAML

Update from version 0.74 to version 0.75.

Upstream changes:
0.75 Mon, April 20, 2009
    * Moose
    * Moose::Meta::Class
      - Move validation of not inheriting from roles from Moose::extends to
        Moose::Meta::Class::superclasses (doy)

    * Moose::Util
      - add ensure_all_roles() function to encapsulate the common "apply this
        role unless the object already does it" pattern (hdp)

    * Moose::Exporter
      - Users can now select a different metaclass with the "-metaclass"
        option to import, for classes and roles (Sartak)

    * Moose::Meta::Role
      - Make method_metaclass an attr so that it can accept a metarole
        application.  (jdv)

(seb)

2009-04-21 18:54:41 UTC MAIN commitmail json YAML

Update from version 0.81 to version 0.82.

Upstream changes:
0.82 Mon, April 20, 2009
    * Various
      - The deprecation wrappers for some renamed methods were not
        passing arguments to the new method. (nothingmuch)

    * Class::MOP::Immutable
      - Warn during immutablization if the local class provides its own
        constructor, to parallel the warning in Moose when a superclass
        provides its own constructor (doy)

(seb)

2009-04-21 17:53:17 UTC MAIN commitmail json YAML

Note import of p5-Math-Round, p5-Math-VecStat, graphics/circos.

(schmonz)

2009-04-21 17:52:26 UTC MAIN commitmail json YAML

Add and enable circos.

(schmonz)

2009-04-21 17:51:05 UTC MAIN commitmail json YAML

Initial import of graphics/circos.

Circos is a Perl application for the generation of publication-quality,
circularly composited renditions of genomic data and related annotations.

Circos is particularly suited for visualizing alignments, conservation and
intra and inter-chromosomal relationships.

Approved by: groo

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(schmonz)

2009-04-21 17:48:22 UTC MAIN commitmail json YAML

Add and enable p5-Math-{Round,VecStat}.

(schmonz)

2009-04-21 17:47:10 UTC MAIN commitmail json YAML

Initial import of math/p5-Math-VecStat, needed by upcoming graphics/circos.

Some basic statistics on vectors (min,max,average,....).

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(schmonz)

2009-04-21 17:46:39 UTC MAIN commitmail json YAML

Initial import of math/p5-Math-Round, needed by upcoming graphics/circos.

Math::Round is a Perl module.  It supplies functions to round numbers,
both positive and negative, in various ways.  This may seem like an
odd thing to write a whole module for, but rounding can sometimes be
a little tricky, so I thought some people might find this useful.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(schmonz)

2009-04-21 16:58:18 UTC MAIN commitmail json YAML

Depend on firefox3 instead of firefox2.
XXX only build tested, I'm not yet sure if the build fix in patch-af is
correct or if more fixes are needed.

(tnn)

2009-04-21 16:47:49 UTC MAIN commitmail json YAML

2009-04-21 16:40:13 UTC MAIN commitmail json YAML

2009-04-21 16:36:32 UTC MAIN commitmail json YAML

Describe ikiwiki-amazon-s3 and ikiwiki-search options.

(schmonz)

2009-04-21 16:35:27 UTC MAIN commitmail json YAML

2009-04-21 16:34:43 UTC MAIN commitmail json YAML

Update to 3.10. From the changelog:

This is a major upgrade from 2.x. Please read:

<URL:http://ikiwiki.info/tips/upgrade_to_3.0/>

The highlights of the changes in version 3.0 include:
* Support for uploading attachments.
* Can rename and remove pages and files via the web.
* Web based setup.
* Blog-style comments as an alternative to Discussion pages.
* Many other new plugins including htmlbalance, format, progress,
    color, autoindex, cutpaste, hnb, creole, txt, amazon s3, pinger,
    pingee, edittemplate
* The RecentChanges page is compiled statically, not generated from the CGI.
* Support for additional revision control systems: bzr, monotone
* Support for untrusted git push.
* A new version (3.00) of the plugin API, exporting additional
    commonly used functions from IkiWiki.pm.
* Nearly everything in ikiwiki is now a plugin, from WikiLinks to
    page editing, to RecentChanges.
* Far too many bug fixes, features, and enhancements to list here.

3.10:
* darcs: Finally added support for this VCS, thanks to many contributors:
    - Thomas Schwinge wrote the original file, implementing only rcs_commit.
    - Benjamin A'Lee contributed an alternative implementation.
    - Tuomo Valkonen contributed rcs_getctime and stub rcs_recentchanges.
    - Simon Michael contributed multiple changes.
    - Petr Rockai fixed rcs_recentchanges.
    - Sven M. Hallberg merged the above and added missing features.
* Add missing newline to Confirm Password prompt.
* Add missing permalink support to archivepage and titlepage templates.
* debian/control: Wrap fields.
* inline: Add author info to archive display.
* Add a microblog template that is useful for inlining microblogging posts.

3.09:
* inline: Add title_natural sort order, using Sort::Naturally
    (chrysn)
* inline: Fix urls to feed when feedfile is used on an index page.
* git, mercurial: Fix --getctime to return file creation time,
    not last commit time.
* Updated French translation (Jean-Luc Coulon). Closes: #521072
* css: Add clear: both to inlinefooter.
* comments: Fix too loose test for comments pages that matched
    normal pages with "comment_" in their name. Closes: #521322
* comments: Fix anchor ids to be legal xhtml. Closes: #521339
* Fix documentation of anonok_pagespec. Closes: #521793
* Add missing suggests on libtext-textile-perl. Closes: #522039
* recentchanges: change to using do=goto links for user links.
* Fix git test suite to use a bare repo.

3.08:
* git: Fix utf-8 encoding of author names.
* git: Manually decode git output from utf-8, avoids warning messages
    on invalidly encoded output.
* Fix bug that caused weird things to appear as page types.

3.07:
* Updated German translation (Kai Wasserbaech). Closes: #518377
* Updated French translation (Jean-Luc Coulon). Closes: #518510
* wmd: New plugin contributed by William Uther to support the WMD
    Wysiwym markdown editor.
* smiley: Avoid infinite loop in smiley expansion triggered by the
    template scan mode change in version 3.05. Closes: #518805
* template: When loading a template in scan mode, let preprocess
    know it only needs to scan.

3.06:
* Setup automator: Fix bug in password comparison. Closes: #517654

3.05:
* debhelper v7(.0.50); rules file minimisation.
* template: Load templates in scan mode. This is potentially
    expensive, but is necessary so that meta and tag directives,
    and other links on templates affect the page using the template
    reliably.
* goto: Fix redirect to comments.
* Add noextension parameter to htmlize hooks to support, eg, Makefile.
* Add tagged() PageSpec.
* Updated German translation (Kai Wasserbaech). Closes: #516770
* Setup automator: Prompt for password twice. Closes: #516973
* bzr: Add missing rcs_diff. (liw)
* comments: Avoid showing comment moderation button in prefs to non-admins.
* goto: Fix typo that broke recentchanges_link compatibility.

3.04:
* 404: New plugin which lets you use the IkiWiki CGI script as an
    Apache 404 handler, to give the behaviour of various other wiki
    engines where visiting a nonexistent page provides you with a
    link to create it. (smcv)
* Factor out redundant code into goto plugin. (smcv)
* Work around XML::Atom strangeness that results in double-encoded posts. (smcv)
* Updated German translation (Kai Wasserbaech). Closes: #514251
* Fix unusual --setup --post-commit command line option combo.
* Create any missing directory necessary to put the wrapper file
    into. Closes: #514384
* shortcut: If default_pageext is set, first look for shortcuts.default_pageext.
* Allow comments, rename, remove, and attachment plugins to be used
    even if the editpage plugin is disabled.

3.03:
* Avoid feeding decoded unicode to Term::ReadLine. Closes: 512169
* blogspam: Log spam info on failure in debug mode.
* Remove nonstandard css. Closes: #512378
* blogspam: Fix use of blogspam_options and blogspam_server config settings.
* comments: If comment content checks fail, store the comment (in
    .ikiwiki/comments_pending) for moderator review.
* comments: Add a moderation web interface, which admins can access
    via their Preferences page.
* git: Fix malformed utf8 received from git.
* meta: New "updated" metadata specifies a fake modification time
    for a page, to be output into RSS and Atom feeds. (smcv)
* underlay: New plugin, allows pulling in additional files not in
    version control. (smcv)

3.02:
* blogspam: New plugin, adding spam filtering for page editing /
    comment posting using the BlogSpam.net API.
* Add auto-blog.setup, which will set up an ikiwiki instance tuned
    for use in blogging.
* checkcontent: New hook, can be used to implement arbitrary content
    filters, including spam filters.
* table: Fix misparsed links in external files.
* table: Find links in external files in scan pass.
* rename: Show full names of affected pages.
* comments: Fix cache avoidance hack.
* repolist: New plugin to support the rel=vcs-* microformat.
* goodstuff: Include repolist by default. (But it does nothing until
    configured with the repository locations.)
* comments: Add support for removing comments via web interface. (smcv)
* Consistently allow use of relative paths in all PageSpecs that
    take a page name parameter. Previously, match_created_before(),
    match_created_after(), match_sourcepage(), and match_destpage()
    did not support that, and the docs were not clear.
* pinger: Get whole url, don't just head, avoids problems on the
    nostromo web server.
* Recommend libterm-readline-gnu-perl since that makes auto.setup
    behave better.

3.01:
* ikiwiki-makerepo: Fix injecting of empty mercurial and bzr
    repositories. Closes: #510518
* Fix documentation about git hook to use right name. Closes: #510393
* yesno: Always accept English even when localised.
* yesno: Also accept 1 and 0 as input.
* A recent change to gitweb removed support for the form of diffurl
    that many ikiwiki setups use. Document how to use the new url form.

2.72:
* Avoid comments in recentchanges being broken links (smcv)
* Add deprecation warning for GlobLists, which will stop working in 3.0.
* camelcase: Add camelcase_ignore setting.
* googlecalendar: Add runtime deprecation warning.
* comments: Deal with users entering unqualified or partial urls.
* inline: Run format hook first, to ensure other format hooks can affect
    inlined content.  Closes: #509710

2.71:
* comments: Blog-style comment support, contributed by Simon McVittie.
* htmlbalance: New plugin contributed by Simon McVittie.
* Change deb dependencies to list Text::Markdown before markdown (really
    this time).
* Improve escaping of wikilinks and preprocessor directives in content
    produced by aggregate and recentchanges.
* French translation update from Philippe Batailler. Closes: #506250
* Spanish translation update from Victor Moral.
* Fix handling of wrappergroup option.
* Correct --dumpsetup to include the srcdir in the setup file.
* German translation update from Kai Wasserbaech. Closes: #507056
* inline: Support emptyfeeds=no option to skip generating empty feeds.
* inline: Support feedfile option to change the filename of the feed
    generated.
* meta: Pass info to htmlscrubber so htmlscrubber_skip can take effect.
* htmlbalance: don't compact whitespace, and set misc other options (smcv)
* rename: Fix double-escaping of page name in edit box.
* monotone: When getting the log, tell monotone how many entries
    we want, rather than closing the pipe, which it dislikes. (thm)
* Coding style change: Remove explcit vim folding markers.
* aggregate: If a feed fails to be downloaded, try again immediatly
    next time aggregation is run, even if the usual time has not passed.
    Closes: #508622 (Michael Gold)
* meta: Process meta date during scan pass so that the date will always
    affect sorting in inlines.
* Improve display of some openids (smcv)

2.70:
* Avoid crash on malformed utf-8 discovered by intrigeri.

2.69:
* Avoid multiple ikiwiki cgi processes piling up, eating all memory,
    and thrashing, by making the cgi wrapper wait on a cgilock.
    If you had to set apache's MaxClients low to avoid ikiwiki thrashing your
    server, you can now turn it up to a high value.
* Stop busy-waiting in lockwiki, as this could delay ikiwiki from waking up
    for up to one second. The bailout code is no longer needed after above
    change.
* Remove support for unused optional wait parameter from lockwiki.
* aggregate: Try to query XML::Feed for the base url when derelevatising
    links. Since this needs the just released XML::Feed 0.3, as well
    as a not yet released XML::RSS, it will fall back to the old method
    if no xml:base info is available.
* meta: Plugin is now enabled by default since the basewiki uses it.
* txt: Do not encode quotes when filtering the txt, as that broke
    later parsing of any directives on the page.
* Fix the link() pagespec to match links that are internally recorded as
    absolute.
* Add rel=nofollow to recentchanges_links for the same (weak) reasons it
    was earlier added to edit links.
* tag: Normalize tagbase so leading/trailing slashes in it don't break
    things.
* bzr: Fix dates for recentchanges.

2.68:
* Add support for checking pushes from untrusted git committers.
    This can be used to set up anonymous git pushes, and other
    similar things.
* format: New plugin, allows embedding differently formatted text
    inside a page (ie, otl inside a mdwn page, or syntax highlighted
    code inside a page).
* relativedate: New javascript-alicious plugin that makes all dates
    display relative, in a very nice way, if I say so myself.
* Optimise the no-op post-commit hook, to speed up web edits by a
    fraction of a second.
* git: Allow sha1_commit to be used in the diffurl, to support cgit.
* shortcut: Fix display of shortcuts while previewing.
* Plugins that used to override displaytime should instead override
    formattime. displaytime will call that, and may wrap markup
    around the formatted time.
* Add an underlay for javascript, and add ikiwiki.js containing
    some utility code.
* toggle: Stop embedding the full toggle code on each page using
    it, and move it to toggle.js in the javascript underlay.
* recentchanges: Make feed links point back to anchors on the
    recentchanges page. (JasonBlevins)
* Fix issue with utf-8 in wikiname breaking session cookies, by
    entity-encoding the wikiname in the session cookie.
* Use the pure perl Data::Dumper when generating setup files to
    ensure that utf-8 characters are written out as such, and not
    as the encoded perl strings the C Data::Dumper produces.
* inline: Only the last feed link was put on the page, fix this to
    include all feed links. So rss will be included along with atom,
    and pages with multiple feeds will get links added for all
    feeds.
* tag: When tagpage is set, force the links created by tagging to
    point at the toplevel tagpage, and not closer subpages. The
    html links already went there, but internally the links were
    not recorded as absolute, which could cause confusing backlinks
    etc.
* Add an inject function, that can be used by plugins that want to
    replace one of ikiwiki's functions with their own version.
    (This is a scary thing that grubs through the symbol table, and
    replaces all exported occurances of a function with the injected
    version.)
* external: RPC functions can be injected to replace exported functions.
* Updated French translation. Closes: #502694
* Updated Spanish translation from the ever vigilant Victor Moral.
* Updated Danish translation from Jonas Smedegaard. Closes: #503117
* Preserve syslog setting when doing `ikiwiki -setup foo -dumpsetup bar`
* Several fixes to --render mode.

2.67:
* remove: Avoid $_ breakage. (Stupid, stupid perl.)
* Updated Spanish translation from Victor Moral.
* lockedit: Support specifying which users (and IP addresses) a
    page is locked for. This supports most of the ACL type things
    users have been wanting to be done. Closes: #443346 (It does
    not control who can read a page, but that's out of scope for
    ikiwiki.)
* orphans: Fix unquoted page name in regexp.
* google: Plugin provides google site search, contributed by Peter Simons.
* Pass HTTPS variable through the wrapper so that CGI->https can
    be used by plugins. Closes: #502047
* inline: Allow MTIME to be used in inlinepage.tmpl.
* inline: Use the feed's description in the rss and atom links.
    Closes: #502113
* aggregate: Avoid bug that caused immediate expiration of items
    with a date in the future.

(schmonz)

2009-04-21 16:29:21 UTC MAIN commitmail json YAML

Remove www/firefox-gtk1 and multimedia/mplayer-plugin-firefox-gtk1
(Upstream dropped support for gtk 1.x with Firefox 3.0.)

(tnn)

2009-04-21 15:20:14 UTC MAIN commitmail json YAML

MESSAGE is no longer relevant
Bump PKGREVISION due to change in startup script.

(tnn)

2009-04-21 15:16:39 UTC MAIN commitmail json YAML

- Raise the process' limit for open file descriptors to 256.
  This avoids font rendering problems with firefox3 on NetBSD 4.x.
- Remove setting of LD_LIBRARY_PATH in the startup script. The run path
  is set in the binaries, and that's where problems should be fixed.

(tnn)

2009-04-21 15:15:15 UTC MAIN commitmail json YAML

Updated time/py-dateutil to 1.4.1

(wiz)

2009-04-21 15:15:04 UTC MAIN commitmail json YAML

2009-04-21 14:21:36 UTC MAIN commitmail json YAML

Added net/powerdns-recursor version 3.1.7

(roy)

2009-04-21 14:21:11 UTC MAIN commitmail json YAML

Provide a better mkdir -p replacement for the early build for platforms
that don't have it.
Explicitly bail out if the work directory exists already.

(joerg)