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 (3h)  pkgsrc-2024Q1 (15d)  pkgsrc-2023Q4 (43d)  pkgsrc-2023Q2 (75d)  pkgsrc-2023Q3 (155d) 

2024-05-13 19:33:45 UTC Now

2009-11-07 14:48:50 UTC MAIN commitmail json YAML

2009-11-07 09:07:47 UTC MAIN commitmail json YAML

Updated textproc/epubcheck to 1.0.4

(wiz)

2009-11-07 09:07:35 UTC MAIN commitmail json YAML

Update to 1.0.4.
Changes: easier testing & bug regression for the developers.

(wiz)

2009-11-07 09:05:12 UTC MAIN commitmail json YAML

Added textproc/epubpreflight version 0.1.0

(wiz)

2009-11-07 09:04:59 UTC MAIN commitmail json YAML

+ epubpreflight.

(wiz)

2009-11-07 09:04:19 UTC MAIN commitmail json YAML

Initial import of epubpreflight-0.1.0:

epubpreflight is a tool for checking ePub files. It does not do
validation, that is the role of the epubcheck tool. The epubpreflight
tool is intended to check the things that are not mentioned in the
EPUB spec, but that could be issues in one environment or another.

The things that epubpreflight currently gives errors for are:
* Content files that are empty.
* Content files that are over 300KB.
* Image files that are empty.
* Image files that are over 10MB.

It doesn't yet check the stylesheets.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20091107

(wiz)

2009-11-07 08:50:11 UTC MAIN commitmail json YAML

Added textproc/p5-mobiperl version 0.0.43

(wiz)

2009-11-07 08:49:58 UTC MAIN commitmail json YAML

2009-11-07 08:49:37 UTC MAIN commitmail json YAML

Initial import of p5-mobiperl-0.0.43:

MobiPerl is a collection of tools for generating and manipulating
MobiPocket files written in Perl.

MobiPerl currently consists of the following Perl programs:

* html2mobi - Convert HTML file to a MobiPocket file.
* opf2mobi - Convert an opf file structure to a MobiPocket file.
* lit2mobi - Convert a lit file to a MobiPocket file.
* mobi2html - Explode a DRM free MobiPocket file.
* mobi2mobi - Manipulate meta data for a MobiPocket file.
* mobils - An "ls" program for MobiPocket files.

Since no official documentation for the MobiPocket is available
there might be some mistakes in the generation of the MobiPocket
files. It seems to work but there might be remaining bugs. So always
keep your original files so you can repeat the conversion if
necessary.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20091107

(wiz)

2009-11-07 00:14:53 UTC MAIN commitmail json YAML

Update devel/apache-maven to 2.2.1.

Maven 2.2.1 aims to correct several critical regressions related to
the selection of the HttpClient-based Wagon implementation for
HTTP/HTTPS transfers in Maven 2.2.0. The new release reverts this
selection, reinstating the Sun-based - or lightweight - Wagon
implementation as the default for this sort of traffic. However, Maven
2.2.1 goes a step further to provide a means of selecting which
provider - or implementation - the user wishes to use for a particular
transfer protocol. More information on providers can be found in our
Guide to Wagon Providers.

In addition, Maven 2.2.1 addresses some long-standing problems related
to injecting custom lifecycle mappings and artifact handlers. These
custom components are now correctly loaded regardless of whether they
come from a plugin with the extensions flag enabled, or from a pure
build extension. In addition, custom artifact handlers now will be
used to configure the attributes of the main project artifact in
addition to any artifacts related to dependencies or project
attachments created during the build.

(yyamano)

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

Updated cad/geda to 1.6.0 and removed all of the old individual geda
packages which are part of a unified suite now.

(dmcmahill)

2009-11-06 22:33:26 UTC MAIN commitmail json YAML

deprecate the individual geda packages.  They are now distributed upstream as a single package which is in cad/geda

(dmcmahill)

2009-11-06 22:32:32 UTC MAIN commitmail json YAML

2009-11-06 22:29:27 UTC MAIN commitmail json YAML

Update to version 1.6.0

Besides the changes noted below, a major change in 1.6.0 is that the gEDA/gaf suite
is istributed as a single tarball and uses a single build system as opposed to individual
tarballs and builds.  In addition to greatly speeding up the build, it is much easier
to maintain.  Additionally, it rarely made sense to only install some of the components.

Notable changes in gEDA/gaf 1.6.0
=================================

* Fixed the GtkItemEntry code inside of gattrib code so that it builds
  using gtk+ > 2.16.x.

* In gschem, rubberband pin to pin connections by adding nets.

* Cleanup of the slot handling code in libgeda.

* Fixes/updates to the MinGW port.

* Updated the shipped documentation from the online wiki.

Notable changes in gEDA/gaf 1.5.3/1.5.4
=======================================

* NOTE: gEDA/gaf 1.5.3 was released with some critical bugs, so
        it was withdrawn before it was widely distributed.

* Text rendering using native system fonts:

  - The various programs in gEDA/gaf no longer uses its own built-in
    line font.

  - Native system fonts are used for rendering, giving support for a
    wider range of symbols, and better looking schematics.

* Always use PostScript fonts in gschem's PostScript output.  The
  "output-text", "text-output" and "output-vector-threshold" config
  functions have been removed.

* Image rendering in 'gschem' uses cairo instead of GDK.

* Numerous build system changes:

  - gEDA/gaf is now distributed as a single source archive, called
    gEDA-<version>.tar.gz.

  - GTK+ 2.10 or newer and Guile 1.8 or newer are now required.

  - `intltool' is no longer required.

  - Documentation is now installed to ${docdir} (usually
    ${prefix}/share/doc/gEDA).

* The attribute edit dialog in `gschem' now has completion of most
  common attribute names.

* The multi-attribute edit dialog in `gschem' now shows unpromoted
  symbol attributes.

* Menu items in `gschem' now have icons and properly aligned key
  bindings. They also support accelerator keys.

* The `gschem2pcb' and `PCBboard' netlist backends have been removed.
  It is recommended to use `gsch2pcb' instead.

* Check for and reject non-footprint PCB files in 'gsch2pcb'.

* Removed unimplemented "File->Open" feature in 'gattrib'.

* Added --disable-gattrib command line flag to ./configure to disable the
  building of 'gattrib'.  This is useful if you are building against
  gtk+ 2.17.x which breaks 'gattrib'.

* 'gnetlist' does not recommend drc2 every time it runs.  The drc2
  backend is only useful in certain circumstances.

* Assign shortcuts "vd" and "vl" for changing between color schemes
  in 'gschem'.

* Fix problem with attached net attribute not being honored in 'gnetlist'.

* Focus the "save" button in the close confirmation dialog in 'gattrib' and
  'gschem'.

* Accept empty attributes in the src file in 'tragesym'.

* Cleaned up the slot dialog box in 'gschem'.

* Changed the grip size rendering in 'gschem' to be reasonably sized when
  zoomed in a lot.

* Introduction of a new attribute searching API in 'libgeda' and 'gschem'.

* Improvements and cleanup to the 'gnetlist' and 'gsymcheck' test suites.

* Fixed the following bugs:

  - 1758673: Combine source tarballs
  - 2058707: gschem, gattrib: Dangerous button focus in "Save changes"
            dialog at quit
  - 2430369: gschem: Deselect invisible attribs with their parent object.
  - 2449060: Graphic state left inconsistent cancelling from net mode
  - 2460301: libgeda: Make o_complex_promote_attribs() respect keep_invisible
            and libgeda: Make o_complex_copy() actually copy.
  - 2455061: Gnetlist output changed, and tests fail with recent GLib
  - 2655088: autogen.sh: Make sure to exit if autopoint fails.
  - 2823703: gnet-pcbpins.scm: Quote pins names if they contain comma
            or close parenthesis.
  - 2823755: gnetlist: Fix DEBUG builds.
  - 2836109: build-sys: Add check for groff html driver.

* Spanish translation were updated.

* Lots of code, infrastructure, and doxygen documentation cleanup and
  refactoring.

Notable changes in gEDA/gaf 1.5.2
=================================

* `gschem' now uses Cairo for all rendering.  This allows for
  everything to be rendered anti-aliased.

* `gschem' now uses a mesh grid instead of dots by default.

* Net junction cues in `gschem' are drawn smaller now.

* Copy and paste now works between different `gschem' instances (using
  the X selection).

* Recent files are no longer opened in a new `gschem' window.

* Major, *backwards-incompatible* changes to color handling in
  `libgeda' and `gschem'.

  - All colors are specified using hexadecimal `#RRGGBB' or
    `#RRGGBBAA' syntax.

  - The print and display color maps are now separate.

  - A new Scheme syntax is used to inspect and modify color maps.

  - If you wish to use a light background in `gschem', add the line:

      (load (build-path geda-rc-path "gschem-colormap-lightbg"))

    to your personal or project gschemrc file.

* Attributes of embedded objects are now shown in the right color.

* Bus pins are now supported by `gschem' and `libgeda', but are *not*
  properly supported by the netlister.  The pin type can be modified
  by selecting a pin, then right-clicking it and selecting `Edit pin
  type...'.

* All of the symbols were modified to use overbar markup tags ("like
  \_this\_") instead of separate lines.

* Log files are now saved to $HOME/.gEDA/logs rather than being
  dropped in the current directory.

Notable changes in gEDA/gaf 1.5.1
=================================

* GTK+ version 2.8.x or later is now required.

* The selection behaviour in `gschem' was changed.

  - Lines, unfilled boxes, unfilled circles, arcs, pins, nets, and
    buses must be selected by clicking on the drawn path itself.

  - Filled boxes, circles, text, and components, may be selected by
    clicking anywhere in the bounding box.

  - The default mouse click distance required to select an element was
    increased to 10 pixels.

  - Double-clicking on a net segment selects all connected net
    segments.

* The percentage step in or out while zooming the display in `gschem'
  is now configurable with the `zoom-gain' gschemrc parameter.  The
  default value is 20%.

* The size of steps when panning with the mouse wheel or with a
  trackpad in `gschem' is now adjustable with the `scrollpan-steps'
  gschemrc parameter.  The default setting scrolls in steps of 1/8 of
  a screen.

* A number of improvements were made to the `gschem' component
  selection dialog.

  - The dialog now shows a table of top-level attributes in the
    selected symbol.

  - It is now possible to expand/collapse a library by clicking
    anywhere on its row.

* Changes to fill- and line-styles in `gschem' can now be undone.

* Arcs can now be adjusted in `gschem' using an arc angle dialog.  It
  can be accessed by selecting an arc and selecting Edit->Edit.

* It is now possible to rotate objects while placing them in `gschem'.

* Support for arbitrary filled and unfilled paths, using a subset of
  the SVG path syntax.  For more information, please see the file
  format specification.
  <http://geda.seul.org/wiki/geda:file_format_spec>

  - `gschem' does not yet provide a GUI for creating or editing path
    elements.  However, it does support rendering them.  They can also
    be printed.

  - Some of the symbols in the component library were updated to use
    paths.

* A Scheme evaluation prompt was added to `gschem'.  It can be
  accessed by typing `:'.

* Improved algorithm for drawing hatched fills both on screen and in
  PostScript output.

* Color selection dialogs and menus in `gschem' now show the actual
  color as well as the description.  Color names are now translatable.

* `gattrib' now prompts to save changes.

* All of the unimplemented menu items and pages in `gattrib' were
  removed.

* The `always-promote-attributes' gafrc parameter now takes a list of
  strings as an argument.  The space-delimited string syntax is
  deprecated.

* Some optimisations were made to the `gnetlist' connection traversal
  algorithm to speed up netlisting large designs.

* A new netlist backend was added to support Liquid PCB.
  <http://www.liquidpcb.org/>

* The `bom2' netlist backend now generates a `qty' column.

* Several improvements and fixes were made to the `systemc' backend.

* The `--gnetlist-arg' option to gsch2pcb can now be used to pass
  extra `gnetlist' arguments.

* `gsch2pcb' now emits files with the latest `pcb' file format.

* The `gxyrs' pick-and-place tool was added.

Notable changes in gEDA/gaf 1.5.0
=================================

* Magnetic net mode in `gschem'. Magnetic mode lets you draw nets and
  automatically connect to valid end points (such as pins and other
  nets).  The `magnetic-net-mode' gschemrc parameter can be used to
  enable/disable this feature.

* Rotating a component while moving it in `gschem' now rotates around
  the current mouse location.

* The `verilog' and `vhdl' backends now work again.

* Embedded components can now be mirrored.

* The `pads' netlist backend now uses CRLF line endings.

(dmcmahill)

2009-11-06 16:00:38 UTC MAIN commitmail json YAML

note firefox update

(tnn)

2009-11-06 15:44:34 UTC MAIN commitmail json YAML

Update to firefox 3.5.5. This is a stability/bugfix update.

pkgsrc changes:
- assign devel/xulrunner maintainership to tnn@
- mozilla-common.mk: work around gcc __thread support misdetection on NetBSD
- separate distinfo related stuff into dist.mk for sharing with nss & nspr

"topcrash" bugs fixed:
468562 "ASSERTION: Inserting multiple children without flushing"
521750 Put a runtime NS_IsMainThread check in nsCycleCollector::Suspect2 ...
524462 startup crash [@ gfxWindowsFontGroup::WhichFontSupportsChar(nsTAr ...
525326 Crashes in gif decoder [@ xul.dll@0x348945][@ xul.dll@0x348864][@ ...
525276 crashes [@ nsDocument::RegisterNamedItems(nsIContent*)]

(tnn)

2009-11-06 13:50:53 UTC MAIN commitmail json YAML

Removed rumpnet_if_pub.h from rump.h (Reported by Alexander Nasonov)
bump revision

(stacktic)

2009-11-06 07:54:08 UTC MAIN commitmail json YAML

fix syntax error for python26 in khashmir/test_krpc.py
patch kudos Attila T�th for Gentoo

(spz)

2009-11-06 04:06:53 UTC MAIN commitmail json YAML

Note update of devel/p5-MooseX-Declare to version 0.32

(seb)

2009-11-06 04:06:06 UTC MAIN commitmail json YAML

Update p5-MooseX-Declare from version 0.31 to version 0.32.

Pkgsrc changes:
- Adjust dependencies

Upstream changes:
0.32  Mon, 02 Nov 2009 03:00:42 +0100
  * Add link to Geany syntax notes to documentation (Michele Beltrame).
  * Convert from MooseX::MethodAttributes to Native::Trait (Justin Hunter).
  * Update dependency on MooseX::Types (Chris Prather).

(seb)

2009-11-06 02:37:41 UTC MAIN commitmail json YAML

Updated cad/pcb to 20091103

(dmcmahill)

2009-11-06 02:30:00 UTC MAIN commitmail json YAML

Update to pcb-20091103

========================================================================
Release Notes for PCB snapshot 20091103
========================================================================
This release represents almost 200 commits and as such this summary
clearly is not complete.  See the ChangeLog file for the complete list
of changes.

- [feature] Add attributes to layers
- [bugfix]  Remove memory leak in attributes
- [bugfix]  Avoid layer buttons getting confused (GTK)
- [bugfix]  Fix dereference bug in hid_find_action()
- [feature] Speed up some polygon operations
- [bugfix]  Don't let DRC change the grid setting
- [bugfix]  Correct URL's in some dialogs and output
- [feature] Add filters to load file chooser dialog (GTK)
- [bugfix]  Avoid segfaults with png HID with newer versions of libgd
- [bugfix]  Don't disperse locked elements
- [feature] Added experimental topological autorouter
- [feature] Added the beginning of a testsuite.
- [docs]    Document FreeRotateBuffer()
- [docs]    Add some additional notes on the usage of the existing
            autorouter
- [feature] Add --png-bloat option
- [bugfix]  Fix several bugs found with valgrind
- [bugfix]  Improve the pre-install wrapper script
- [bugfix]  Several fixes to the autorouter
- [feature] Allow quoted strings and escaped characters in action
            arguments
- [footprints] Add missing INDC3216M, remove duplicated RESC3216M
- [feature] Added the ability to customize mouse events via gpcb-menu.res
            in the GTK HID.
- [feature] Added the ability to use mod1 (alt)(option) in
            HIDs.  Useful on OSX.
- [bugfix]  Fix compilation issues on centos
- [bugfix]  Make the detection of tools and build system around
            building the documentation be more robust.  Users should
            not be worrying about --disable-doc or --enable-maintainer-mode
            anymore
- [footprints] Add T018, T039, fix pinout of T092 to match JEDEC
- [bugfix]  Speed up rendering of DRC violation previews under GTK
- [bugfix]  Fix some crashing bugs related to polygons and thindraw mode
- [feature] Added a DRC refresh button
- [bugfix]  Fix some pango markup in the GTK DRC dialog
- [bugfix]  Fix cursor warping on flipped boards (GTK)
- [feature] Added preview images in the DRC violations window (GTK)
- [feature] Add a DrcViolationType structure and add hooks to allow HID's to use this
- [bugfix]  Fix some polygon memory leaks
- [feature] Add an API for registering actions with a context to support scripting
            languages like GPMI.
- [bugfix]  Fix a bug with the Report(NetLength) action and NULL pin/pad names
- [bugfix]  Allow exporters to work with hairlines (width of 0)
- [tools]  Increase autoconf version to 2.60 since we were using some features of it
- [bugfix]  Fix a number of polygon related issues
- [bugfix]  Fix a number of gcc warnings
- [feature] Don't display undocumented options in help output.  This helps
            the transition when deprecating an option.
- [feature] Add outline mode for photo-mode exporting
- [footprints] Put the mark on pin 1 for axial footprints to make them more likely
              to fall on grid
- [bugfix]  Fix flipping of arcs
- [bugfix]  Fix parsing of old-syntax arcs
- [bugfix]  Include explicit text/lines on silk layers in the assembly drawing output
- [feature] '--ben-mode' has been renamed to '--photo-mode'
- [bugfix]  Fix some crashign bugs on boards with a large number of rats
- [bugfix]  Fix an off-by-one bug in the GTK netlist window
- [docs]    Add getting started guide
- [feature] Add support for parsing suffixes on numbers ("um", "mm", "in", "mil")
- [bugfix]  Fix some configure/build issues when cross compiling
- [bugfix]  Fix some improperly used automake conditionals
- [bugfix]  Fix some uninstall of shortcuts issues under windows Vista
- [feature] Add additional crosshair shapes
- [bugfix]  Various windows build script improvements

(dmcmahill)

2009-11-05 22:53:12 UTC MAIN commitmail json YAML

Updated to version 0.37.

Pkgsrc changes:
  - Added LICENSE

Relevant changes since version 0.32:
====================================
Version 0.37 - released 2009-09-08
  * New/changed functionality:
    * ADSP records now check whether the domain itself exists, in
      accordance to the ADSP specification
  * bugfixes:
    * fixed regexp used to detect header field names (issue #2803465)
    * various fixes to ADSP checking

Version 0.36 - released 2009-06-02
  * API changes:
    * restore the as_string() method which was accidentally removed
      in version 0.34

Version 0.35 - released 2009-05-22
  * bugfixes:
    * fixed a runaway regular expression in the canonicalization
      routines (patch provided by Mark Martinec)

Version 0.34 - released 2009-05-20
  * New/changed functionality:
    * support for ADSP (author-domain-signing-practices) records
    * removed support for pre-standardized DKIM signatures (i.e. these
      are DKIM signatures without a v= or bh= tag).
    * DNS resolver errors are detected and reported as such
  * API changes:
    * renamed Mail::DKIM::Policy to Mail::DKIM::DkPolicy. Programs using
      the former name to create policy objects directly (though it would
      be more expected to fetch the objects through
      Mail::DKIM::Verifier) should update their code
    * new policies() method in Mail::DKIM::Verifier for fetching all
      applicable sender/author signing policies
  * bugfixes:
    * Signer object would die if first line of input wasn't a header
      (rt.cpan.org issue #46179)

Version 0.33 - released 2009-03-10
  * bugfixes:
    * signature wrapping would sometimes cause improper preparation of
      DKIM signatures, with "simple" canonicalization (issue #2257046)
  * test scripts:
    * the included corpus is now verified using a fake-DNS resolver,
      which means the test corpus can validate even when your DNS
      servers are really slow

(heinz)

2009-11-05 22:48:26 UTC MAIN commitmail json YAML

Added graphics/p5-Image-BMP version 1.16

(wiz)

2009-11-05 22:48:12 UTC MAIN commitmail json YAML

+ p5-Image-BMP.

(wiz)

2009-11-05 22:47:47 UTC MAIN commitmail json YAML

Initial import of p5-Image-BMP-1.16:

"Image::BMP" objects can parse and even ASCII view bitmaps of the
.BMP format.  It can read most of the common forms of this format.

It can be used to get image info, view images, read images and get
pixel info.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20091105

(wiz)

2009-11-05 22:40:16 UTC MAIN commitmail json YAML

Added textproc/p5-XML-Parser-Lite-Tree version 0.12

(wiz)

2009-11-05 22:40:00 UTC MAIN commitmail json YAML

2009-11-05 22:39:31 UTC MAIN commitmail json YAML

Reimport p5-XML-Parser-Lite-Tree in correct dir.

This is a singleton class for parsing XML into a tree structure.
How does this differ from other XML tree generators? By using
XML::Parser::Lite, which is a pure perl XML parser. Using this
module you can tree-ify simple XML without having to compile any
C.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20091105

(wiz)

2009-11-05 22:39:01 UTC MAIN commitmail json YAML

+ p5-XML-Parser-Lite-Tree.

(wiz)

2009-11-05 22:38:38 UTC MAIN commitmail json YAML

Initial import of p5-XML-Parser-Lite-Tree-0.12:

This is a singleton class for parsing XML into a tree structure.
How does this differ from other XML tree generators? By using
XML::Parser::Lite, which is a pure perl XML parser. Using this
module you can tree-ify simple XML without having to compile any
C.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20091105

(wiz)

2009-11-05 21:56:59 UTC MAIN commitmail json YAML

Reset MAINTAINER per request in PR pkg/42272

(asau)

2009-11-05 21:36:49 UTC MAIN commitmail json YAML

Pass down something valid for KPHONEDIR.

(joerg)

2009-11-05 21:04:54 UTC MAIN commitmail json YAML

2009-11-05 20:38:35 UTC MAIN commitmail json YAML

Updated textproc/p5-Pod-Simple to 3.09

(heinz)

2009-11-05 20:37:23 UTC MAIN commitmail json YAML

Updated
misc/esniper to 2.21.0
textproc/p5-Pod-Simple to 3.09
mail/p5-razor-agents to 2.85

(heinz)

2009-11-05 20:17:11 UTC MAIN commitmail json YAML

Update sysutils/xfce4-volman to 0.2.0nb2 adding it to the xfce4 meta package
too.

(reinoud)

2009-11-05 20:15:41 UTC MAIN commitmail json YAML

Update sysutils/xfce4-volman to 0.2.0nb2 and add it to the xfce4 meta package
also adding the implicit package xfce4-thunar. This explains why i couldn't
find the xfce4 mounts as specified by pkg/40934.

(reinoud)

2009-11-05 20:03:54 UTC MAIN commitmail json YAML

Updated to version 2.85.

Pkgsrc changes:
  - Submitted patch-aa upstream.
  - Added LICENSE.
  - Put PKG_INSTALLATION_TYPES and PKG_DESTDIR_SUPPORT in section 4 of Makefile.
  - Shut up a pkglint warning about quoting.

Changes since version 2.84:
===========================
2.85 (July 21, 2008)

Relicense under Artistic License 2.0.  See LICENSE for details.

(heinz)

2009-11-05 19:51:52 UTC MAIN commitmail json YAML

Update ROX-filer to version 2.10 fixing the infamous piboard error

(reinoud)

2009-11-05 19:50:54 UTC MAIN commitmail json YAML

2009-11-05 19:42:14 UTC MAIN commitmail json YAML

Updated to version 3.09.

Pkgsrc changes:
  - none

Changes since version 3.08:
===========================
Add support for an index (TOC) in the XHTML output from David E.
Wheeler.

Add strip_verbatim_indent() from David E. Wheeler.

Added the "nocase" option to PullParser's get_title(),
get_version(), get_description(), and get_author() methods. This
allows one to fetch the contents of those sections regardless of
the case of the labels (e.g., "NAME" and "Name" and "name" are all
valid). Graham Barr.

Added the search_class() accessor to Pod::Simple::HTMLBatch.
David E. Wheeler.

XHTML output now properly encodes entities in all places, not just
in verbatim blocks and code spans. David E. Wheeler.

Fixed XHTML to output definition lists when it should, rather than
(broken) unordered lists. David E. Wheeler.

Fixed XHTML so that multiparagraph list items work correctly.
David E. Wheeler.

Fixed XHTML ordered list output so that it does not include the
number specified in the POD in the output. This is on a par with
out the HTML output works. David E. Wheeler.

Applied URL patch from Leon Brocard for The Perl Journal archives.

Fixed test failures with older versions of HTML::Entities (RT #43903
from Salvador Tercia).

Changed CSS files generated by HTMLBatch to be no more than 8.3
characters long. (RT #40450 from Renee Baecker)

Added entity handling for E<sol> and E<verbar> to Pod::Simple::XHTML.
(RT #49615 from Chas Owens.)

Fixed a bug in Pod::Simple::HTML where a definition term item with
no corresponding definition item would be output with no closing
</a></dt>. (RT # 37107 from Kevin Ryde).

Added entity handling for numeric entities to Pod::Simple::XHTML,
following perlpod specification.

A POD tag found inside a complex POD tag (e.g., "C<<< C<foo> >>>")
is now properly parsed as text and entities instead of a tag
embedded in a tag. This is in compliance with `perldoc perlpod`
(RT #12239 from Michael Schwern).

Thanks to David E. Wheeler for applying patches, resolving bugs,
and generally getting ready for the release.

(heinz)

2009-11-05 19:16:47 UTC MAIN commitmail json YAML

2009-11-05 18:29:36 UTC MAIN commitmail json YAML

Updated textproc/mdocml to 1.9.13

(joerg)

2009-11-05 18:29:00 UTC MAIN commitmail json YAML

mdocml-1.9.13:
- added: -fign-escape
- fix: -Thtml accessibility (identifiers, table summary, etc.)
- fix: -Tascii -mdoc segfault with specific `Bl -hang' lists
- portability: bzero() -> memset()
- portability: warnx -> fprintf/perror
- fix: -Thtml buffer munging with certain tags
- fix: -Thtml output of some tags (empty divs, etc.)
- portability: compiler attributes
- documentation: significant man.7 and mdoc.7 improvements
- allowing compile-time setting of operating system (-DOSNAME=xxx)
- added `PD' and `%U'
- more mdoc.7 updates
- switched from `-ooptions' to `-Ooptions'
- inclusion of DragonFlyBSD into rendered manuals

(joerg)

2009-11-05 18:18:10 UTC MAIN commitmail json YAML

Updated net/nsd to 3.2.3

(joerg)

2009-11-05 18:17:31 UTC MAIN commitmail json YAML

Updated pkgtools/pkg_tarup to 1.8

(joerg)

2009-11-05 18:15:57 UTC MAIN commitmail json YAML

nsd-3.2.3:
    * Bug #236: Allow RRs before the SOA in a zonefile.
    * Bug #229: Remove the C99 code.
    * Bug #253: Don't put NS RRs in a response with QTYPE=DNSKEY.
    * Bug #263: Make TSIG algorithm comparison case insensitive.
    * Bug #266: Build failed on systems without strptime.
    * Fix install hickup.
    * Fix to use 4096 EDNS limit for IPv6 on Linux.

(joerg)

2009-11-05 18:03:49 UTC MAIN commitmail json YAML

Override CC in the Makefiles as newer libtool does not handle
alternative compiler names without explicit tag.

(joerg)

2009-11-05 16:38:40 UTC MAIN commitmail json YAML

Redundant file.

(joerg)

2009-11-05 16:22:47 UTC MAIN commitmail json YAML

pkg_tarup-1.8:
Do not use pkg_create -L, it is redundant for modern packages and ignored
by pkg_install-20091115.

(joerg)

2009-11-05 16:22:32 UTC MAIN commitmail json YAML

2009-11-05 15:39:42 UTC MAIN commitmail json YAML

Don't bother with pkg_create -L. @src is essentially unused and the
combination of -p and -I provides all the information needed.

(joerg)

2009-11-05 15:01:14 UTC MAIN commitmail json YAML

Updated print/acroread8 to 8.1.7

(tez)

2009-11-05 13:24:41 UTC MAIN commitmail json YAML

Suggest latest version of dovecot (1.2.6).

(darcy)

2009-11-05 13:24:14 UTC MAIN commitmail json YAML

Drop '(fork of zebra)' from COMMENT as that's now only of historical
interest rather than something useful.

(gdt)

2009-11-05 13:01:37 UTC MAIN commitmail json YAML

Add workaround for extract problem described in PR pkg/42258

(tnn)

2009-11-05 08:37:28 UTC MAIN commitmail json YAML

Updated misc/rump to version 20091103

(stacktic)

2009-11-05 08:36:00 UTC MAIN commitmail json YAML

Updated misc/rump to version 20091103
- Should fix building on Linux 64bits (reported by Alexander Nasonov)
- Fixed the build of dependencies

(stacktic)

2009-11-05 08:21:40 UTC MAIN commitmail json YAML

2009-11-04 23:37:53 UTC MAIN commitmail json YAML

2009-11-04 21:44:32 UTC pkgsrc-2009Q3 commitmail json YAML

2009-11-04 21:43:21 UTC pkgsrc-2009Q3 commitmail json YAML

Pullup ticket 2927 - requested by obache
security update

Revisions pulled up:
- pkgsrc/www/p5-HTML-Parser/Makefile 1.47
- pkgsrc/www/p5-HTML-Parser/distinfo 1.22

  -------------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: sno
  Date: Sat Oct 24 16:07:16 UTC 2009

  Modified Files:
  pkgsrc/www/p5-HTML-Parser: Makefile distinfo

  Log Message:
  Updating www/p5-HTML-Parser from 3.62 to 3.63

  Upstream changes:
  2009-10-22  Release 3.63

  Gisle Aas (2):
      Take more care to prepare the char range for encode_entities [RT#50170]
      decode_entities confused by trailing incomplete entity

  To generate a diff of this commit:
  cvs rdiff -u -r1.46 -r1.47 pkgsrc/www/p5-HTML-Parser/Makefile
  cvs rdiff -u -r1.21 -r1.22 pkgsrc/www/p5-HTML-Parser/distinfo

(spz)

2009-11-04 20:54:08 UTC MAIN commitmail json YAML

Also depend on mercurial itself, to be more useful.

(joerg)

2009-11-04 20:51:36 UTC MAIN commitmail json YAML

Depend on py-dulwich.

(joerg)

2009-11-04 20:45:45 UTC MAIN commitmail json YAML

Set EGG_NAME and regen PLIST for Python != 2.6.

(joerg)

2009-11-04 20:09:05 UTC MAIN commitmail json YAML

Added devel/hg-git version 0.1.0pre416

(joerg)

2009-11-04 20:08:25 UTC MAIN commitmail json YAML

2009-11-04 20:07:31 UTC MAIN commitmail json YAML

Add the current beta version of hg-git:

hg-git is a Mercurial plugin.  It adds the ability to push to and pull
from a Git repository from Mercurial.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(joerg)

2009-11-04 19:51:12 UTC MAIN commitmail json YAML

Added devel/py-dulwich version 0.4.0

(joerg)

2009-11-04 19:50:31 UTC MAIN commitmail json YAML

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

Import py-dulwich-0.4.0:

Dulwich is a Python implement of the Git file formats and protocols.
It provides a standalone implementation that doesn't depend on the
presence of Git itself.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(joerg)

2009-11-04 16:00:54 UTC MAIN commitmail json YAML

2009-11-04 15:34:08 UTC MAIN commitmail json YAML

Extend patch to not declare srandom also for Darwin.  From Liz Libby
in private mail.

(gdt)

2009-11-04 14:15:35 UTC MAIN commitmail json YAML

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

Updated meta-pkgs/kde4 to 4.3.3

(wiz)

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

2009-11-04 12:45:43 UTC MAIN commitmail json YAML

+ abiword-2.8, aria2-1.6.3, cdrtools-2.01.01alpha67, cherokee-0.99.26,
  elm-me-2.4pl124d, fluidsynth-1.1.0, kid3-1.3, lbxproxy-1.0.2,
  libelf-0.8.13, p5-Date-Calc-6.3, transcode-1.1.5, xboard-4.4.1,
  xcompmgr-1.1.5.

(wiz)

2009-11-04 11:45:43 UTC MAIN commitmail json YAML

Updated emulators/atari800 to 2.1.0

(adam)

2009-11-04 11:44:15 UTC MAIN commitmail json YAML

Changes 2.1.0:
* added Axlon and Mosaic RAM expansions for Atari 400/800
* added emulation of 1400XL, 1450XLD, MIO and Black Box
* added support of .PRO copy-protected disk images
* implemented tape loading with variable bitrates
* implemented cassette writing via hardware registers
* added switching between NTSC and PAL color palettes
* added emulation of XEP80 and a prototype 80 column card
  for the Atari 1090 (SDL only currently)
* added emulation of CX85 numeric keyboard (Java and SDL only)
* event recording added (-record, -playback): save your game walkthrough
  using the "-record mygame.dat" and later impress your friends by
  your game skills or highest score using the "-playback mygame.dat"
* NTSC Filter option added to UI
* -directmouse added to SDL and X11 (used for -mouse pad or koala)
* monitor supports arrow keys - e.g. up-arrow for history
* SDL: interpolated scanlines (use -scanlinesnoint to disable)
* SDL: added -mouse, -mousespeed, -grabmouse (also Alt+M)
* SDL: visual configuration of keyboard joysticks layout in the UI
      (F1 -> Controller Configuration -> Define layout)
      default mapping changed to 4,8,6,5 (joy0) and A,W,D,S (joy1)
* R: device can be serial-only, network-only or both (selectable)
* R: device now supported on MS Windows and Dreamcast as well
* a completely new port to Java using NestedVM, running also as an applet
* Falcon/TT: removed Devpac dependency in asm files (now gcc friendly)

(adam)

2009-11-04 11:11:12 UTC MAIN commitmail json YAML

2009-11-04 11:05:53 UTC MAIN commitmail json YAML

2009-11-04 10:08:48 UTC MAIN commitmail json YAML

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

Updated editors/vim-share to 7.2.284

  2274  7.2.268  crash when using Python to set cursor beyond end of line
  7128  7.2.269  add --startuptime so that slow startup can be analysed
  2281  7.2.270  ":@c" does not execute everything if the c register has a CR
  2649  7.2.271  Motif GUI: Using freed memory when making a choice
  2582  7.2.272  "_.svz" is not recognized as a swap file
  3404  7.2.273  crash when redirirecting to unknown array
  3749  7.2.274  syntax folding doesn't work properly when adding a comment
  2717  7.2.275  warning for unused argument and comparing signed and unsigned
  1875  7.2.276  crash when setting 'isprint' to a small bullet
  1937  7.2.277  CTRL-Y in a diff'ed window may move cursor outside of window
  2312  7.2.278  using magic number in the folding code
  3413  7.2.279  invalid memory read with visual mode "r"
  6656  7.2.280  a redraw in a custom statusline with %! may cause a crash
  2241  7.2.281  'cursorcolumn' highlighting is wrong in diff mode
  1584  7.2.282  a fold can't be closed
  2030  7.2.283  GTK: changing font doesn't keep the window maximized
  1572  7.2.284  two windows on a buffer + folding: display error after change

(martti)

2009-11-04 09:48:10 UTC MAIN commitmail json YAML

back out local change

(tnn)

2009-11-04 09:44:09 UTC MAIN commitmail json YAML

remove useless, ancient patch hunk which drifted away from it's original
location during the course of time ...

(tnn)

2009-11-04 09:13:06 UTC MAIN commitmail json YAML

2009-11-04 02:44:50 UTC MAIN commitmail json YAML

+ wordpress-2.8.5

(obache)

2009-11-04 01:16:17 UTC MAIN commitmail json YAML

Remove PYTHON_VERSIONS_ACCEPTED line, it's the same as the default.

(wiz)

2009-11-04 00:08:17 UTC MAIN commitmail json YAML

quagga now checks explicitly for GNU awk features, so USE_TOOLS it.

(gdt)

2009-11-03 22:31:58 UTC MAIN commitmail json YAML

The minimum required sqlite3 version changed (again ... grumble.)
reported by Snader_LB @ #pkgsrc

(tnn)

2009-11-03 22:25:29 UTC MAIN commitmail json YAML

Updated chat/weechat to 0.3.0

(tonio)

2009-11-03 22:22:31 UTC MAIN commitmail json YAML

Update chat/weechat to 0.3.0

Main changes:
* irc is now a plugin
* irc: remove kernel info in CTCP VERSION reply
* relay: add relay plugin (network communication between WeeChat and remote
  application)
* logger: add logger plugin with new features: backlog, level for messages to
  log
* plugins: add some other plugins: alias, demo, fifo, tcl, xfer
* api: new plugin API with many new functions: hooks, buffer management and
  nicklist, bars, configuration files, network, infos/infolists, lists, upgrade
* gui: new display engine, with prefix and message for each line
* gui: add new type of buffer, with free content
* gui: fix display bug with some weird UTF-8 chars
* core: improve main loop: higher timout in select(), less CPU usage
* core: new name for configuration files (*.conf instead of *.rc)

(tonio)

2009-11-03 21:13:25 UTC MAIN commitmail json YAML

As advised by wiz@:
- add ${PKGMANDIR}/man1 and bin directories to INSTALLATION_DIRS to
support installation using user-destdir
- remove the url2pkg marker

Thanks!

(jym)

2009-11-03 20:20:05 UTC MAIN commitmail json YAML

As the default PYTHON_VERSIONS_ACCEPTED matches with the supported list
of py-setuptools, drop the override here.

(joerg)

2009-11-03 19:06:51 UTC MAIN commitmail json YAML

2009-11-03 19:02:26 UTC MAIN commitmail json YAML

2009-11-03 18:20:37 UTC MAIN commitmail json YAML

Updated to version 2.21.0.

Pkgsrc changes:
  - none

Changes since version 2.20.0:
=============================
* Fixed bug 2217106: MakeBidErrorBuyerBlockPrefNoLinkedPayPalAccount
* Fixed bug 2631855: MakeBidErrorBuyerBlockPrefItemCountLimitExceeded
* Fixed bug 2151466: MakeBidErrorBidGreaterThanBin_BINblock

(heinz)

2009-11-03 17:54:33 UTC MAIN commitmail json YAML

Added math/openfst version 1.1

(wiz)

2009-11-03 17:54:17 UTC MAIN commitmail json YAML

2009-11-03 17:53:44 UTC MAIN commitmail json YAML

Initial import of openfst-1.1 from pkgsrc-wip, packaged by Pierre
Allegraud.

OpenFst is a library for constructing, combining, optimizing, and
searching weighted finite-state transducers (FSTs). Weighted
finite-state transducers are automata where each transition has an
input label, an output label, and a weight. The more familiar
finite-state acceptor is represented as a transducer with each
transition's input and output label equal. Finite-state acceptors
are used to represent sets of strings (specifically, regular or
rational sets); finite-state transducers are used to represent
binary relations between pairs of strings (specifically, rational
transductions). The weights can be used to represent the cost of
taking a particular transition.

This library was developed by contributors from Google Research
and NYU's Courant Institute. It is intended to be comprehensive,
flexible, efficient and scale well to large problems. it has been
extensively tested. It is an open source project distributed under
the Apache license.

Status:

Vendor Tag: TNF
Release Tags: PKGSRC-20091103

(wiz)

2009-11-03 13:22:04 UTC MAIN commitmail json YAML

Fix typographical error in description.
>From Bug Hunting via PR pkg/42259

(asau)

2009-11-03 12:58:25 UTC MAIN commitmail json YAML

2009-11-03 07:28:18 UTC MAIN commitmail json YAML

Allow building on 64-bit Darwin

(adam)

2009-11-03 06:01:54 UTC MAIN commitmail json YAML

Force to buildlink sufficient MesaLib for Clutter.

(obache)

2009-11-03 02:44:07 UTC MAIN commitmail json YAML

Updated security/mozilla-rootcerts to 1.0.20090831

(wiz)

2009-11-03 02:43:56 UTC MAIN commitmail json YAML

Simplify awk usage to make it work with nawk, from Matthias Pfaller in
PR 42238.

While here, update to latest certificates from mozilla.

(wiz)

2009-11-03 02:21:07 UTC MAIN commitmail json YAML

Updated lang/python26 to 2.6.4

(wiz)

2009-11-03 02:21:05 UTC MAIN commitmail json YAML

Update for Python26-2.6.4

(wiz)

2009-11-03 02:20:54 UTC MAIN commitmail json YAML

Update to 2.6.4:

What's New in Python 2.6.4 final?
=================================

*Release date: 25-Oct-2009*

(nothing)

What's New in Python 2.6.4rc2?
==============================

*Release date: 18-Oct-2009*

Library
-------

- Issue #7115: Fixed the extension module builds that is failing when using
  paths in the extension name instead of dotted names.

- Issue #7120: logging: Removed import of multiprocessing which is causing
  crash in GAE.

- Issue #7149: fix exception in urllib when detecting proxy settings on OSX.

What's New in Python 2.6.4rc1?
==============================

*Release date: 07-Oct-2009*

Core and Builtins
-----------------

- Issue #7019: Raise ValueError when unmarshalling bad long data, instead
  of producing internally inconsistent Python longs.

Library
-------

- Issue #7068: Fixed the partial renaming that occured in r72594.

- Issue #7064: Fixed the incompatibility with Setuptools in distutils
  when running the build_ext command.

- Issue #7052: Removed nonexisting NullHandler from logging.__all__.

- Issue #7039: Fixed distutils.tests.test_sysconfig when running on
  installation with no build.

Tests
-----

- Issue #7042: Fix test_signal (test_itimer_virtual) failure on OS X 10.6.

(wiz)

2009-11-03 02:14:32 UTC MAIN commitmail json YAML

Create the work directory itself with umask 077 to prevent access to
files with broken permissions (e.g. world-writable files).

(joerg)

2009-11-03 01:03:24 UTC MAIN commitmail json YAML

Updated textproc/iso-codes to 3.11.1

(wiz)

2009-11-03 01:03:13 UTC MAIN commitmail json YAML

Update to 3.11.1:

iso-codes 3.11.1
----------------
Tobias Quathamer <toddy@debian.org>
Sun, 1 November 2009

  [ ISO 639 translations ]
  * Polish by Jakub Bogusz (TP)
  * Finnish by Tommi Vainikainen (TP)
  * Indonesian by Andhika Padmawan (TP)
  * Slovenian by Primo転 Peterlin (TP)

  [ ISO 639-3 translations ]
  * New Punjabi by A S Alam (TP)

  [ ISO 3166 translations ]
  * Portuguese by Miguel Figueiredo

  [ ISO 3166-2 translations ]
  * Polish by Jakub Bogusz (TP)
  * Danish by Joe Hansen (TP)

  [ ISO 15924 translations ]
  * Indonesian by Andhika Padmawan (TP)

(wiz)

2009-11-03 00:15:54 UTC MAIN commitmail json YAML

Updated security/gnutls to 2.8.5

(wiz)

2009-11-03 00:15:41 UTC MAIN commitmail json YAML

Update to 2.8.5:

* Version 2.8.5 (released 2009-11-02)

** libgnutls: In server side when resuming a session do not overwrite the
** initial session data with the resumed session data.

** libgnutls: Fix PKCS#12 encoding.
The error you would get was "The OID is not supported.".  Problem
introduced for the v2.8.x branch in 2.7.6.

** guile: Compatibility with guile 2.x.
By Ludovic Courtes <ludovic.courtes@laas.fr>.

** tests: Fix expired cert in chainverify self-test.

** tests: Fix time bomb in chainverify self-test.
Reported by Andreas Metzler <ametzler@downhill.at.eu.org> in
<http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3925>.

** API and ABI modifications:
No changes since last version.

(wiz)

2009-11-03 00:12:23 UTC MAIN commitmail json YAML

Updated graphics/gnome-backgrounds to 2.28.0

(wiz)

2009-11-03 00:12:12 UTC MAIN commitmail json YAML

Update to 2.28.0, set LICENSE:

==============
Version 2.28.0
==============

* Release for GNOME 2.28.0

Updated translations:

  Chao-Hsiung Liao (zh_HK)
  Chao-Hsiung Liao (zh_TW)
  Nils-Christoph Fiedler (nds)

===============
Version 2.27.91
===============

* Release for GNOME 2.27.91
* Fixed bug 579059: the storm background is missing in the appearance dialogs

Updated translations:

  Adi Roiban  (ro)
  Amanpreet Singh Alam  (pa)
  F Wolff  (af)
  Gil Forcada  (ca@valencia)
  Ihar Hrachyshka  (be@latin)
  Khaled Hosny  (ar)
  Krishna Babu K  (te)
  Laurent Dhima  (sq)
  Margulan Moldabekov  (kk)
  Og Maciel  (pt_BR)
  Peteris Krisjanis  (lv)
  Rajesh Ranjan  (hi)
  Runa Bhattacharjee  (bn_IN)
  Suso Baleato  (gl)
  Telsa Gwynne  (cy)

(wiz)

2009-11-03 00:06:00 UTC MAIN commitmail json YAML

2009-11-02 19:54:44 UTC MAIN commitmail json YAML

2009-11-02 19:21:19 UTC MAIN commitmail json YAML

Add missing reference to p5-Class-Data-Inheritable
bump pkgrevision

(abs)

2009-11-02 18:59:53 UTC MAIN commitmail json YAML

Updated misc/rump and filesystems/fs-utils to version 20091102

(stacktic)

2009-11-02 18:58:10 UTC MAIN commitmail json YAML

Updated filesystems/fs-utils to version 20091102
- Added support for FreeBSD and Linux

(stacktic)

2009-11-02 18:54:28 UTC MAIN commitmail json YAML

Updated misc/rump to version 20091102
- Added some LDADD

(stacktic)

2009-11-02 17:28:55 UTC MAIN commitmail json YAML

Not MAKE_JOBS_SAFE.

(joerg)

2009-11-02 15:46:46 UTC MAIN commitmail json YAML

Note update of these pacakges:

* www/squid30 3.0.20
* www/squid27 2.7.7nb1

(taca)

2009-11-02 15:45:01 UTC MAIN commitmail json YAML

Add MESSAGE to warn about "max_filedescriptors parameter" of squid27.
It might be accidently small on NetBSD.

Bump PKGREVISION.

(taca)

2009-11-02 15:43:20 UTC MAIN commitmail json YAML

Make MESSAGE_SRC settable by each squid* pacakge.

(taca)

2009-11-02 15:41:30 UTC MAIN commitmail json YAML

Update www/squid30 package to 3.0.20 (3.0.STABLE20).

Changes to squid-3.0.STABLE20 (29 Oct 2009):

- Bug 2794: ESI parsing on FreeBSD
- Bug 2791: assertion failed: MemBuf.cc:400: new_cap > (size_t) capacity
- Bug 2779: Support GNU/kFreeBSD
- Bug 2773: Segfault in RFC2069 Digest authantication
- Bug 2768: squid_ldap_group argument parsing error
- Bug 2761: Gopher and double HTTP response header
- Bug 2735: Incomplete -fhuge-objects detection
- Bug 2722: prevent CONNECT via http_port with accel
- Bug 2624: Invalid response for IMS request
- Bug 2510: digest_ldap_auth TLS support
- Correct LINUX_CAPABILITY actions on non-Linux

(taca)

2009-11-02 14:59:08 UTC MAIN commitmail json YAML

Note update of www/typolight27-translations package to 20091101.

(taca)

2009-11-02 14:58:01 UTC MAIN commitmail json YAML

2009-11-02 11:51:43 UTC MAIN commitmail json YAML

This needs Xinerama. Unbreak it.

(asau)

2009-11-02 11:40:21 UTC MAIN commitmail json YAML

Remove py-logging.

python logging module is part of python since 2.3,
and python>=2.4 contains newer than this package,
even if updated to latest version requested by PR 41675.

(obache)

2009-11-02 11:35:28 UTC MAIN commitmail json YAML

Removed devel/py-logging

(obache)

2009-11-02 09:09:25 UTC MAIN commitmail json YAML

bump revision for previous

(tnn)

2009-11-02 08:52:51 UTC MAIN commitmail json YAML

Link against X11, do not dlopen X11 libs any more

(adam)

2009-11-02 08:47:12 UTC MAIN commitmail json YAML

Fix typo, re-fmt.

(wiz)

2009-11-02 07:16:16 UTC pkgsrc-2009Q3 commitmail json YAML

2009-11-02 07:14:41 UTC pkgsrc-2009Q3 commitmail json YAML

Pullup ticket 2924 - requested by tron
security update

Revisions pulled up:
- pkgsrc/net/wireshark/Makefile 1.38
- pkgsrc/net/wireshark/distinfo 1.25

  -------------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: tron
  Date: Wed Oct 28 11:53:40 UTC 2009

  Modified Files:
  pkgsrc/net/wireshark: Makefile distinfo

  Log Message:
  Update "wireshark" package to version 1.2.3. Changes since version 1.2.2:
  - The following vulnerabilities have been fixed. See the security
    advisory for details and a workaround.
    o The Paltalk dissector could crash on alignment-sensitive
      processors. (Bug 3689)
      Versions affected: 1.2.0 to 1.2.2
    o The DCERPC/NT dissector could crash.
      Versions affected: 0.10.10 to 1.2.2
    o The SMB dissector could crash.
      Versions affected: 1.2.0 to 1.2.2
  - The following bugs have been fixed:
    o Wireshark memory leak with each file open and/or display
      filter change. (Bug 2375)
    o DHCP Dissector displays negative lease time. (Bug 2733)
    o Invalid advertised window line on tcptrace style graph. (Bug
      3417)
    o SMB get_dfs_referral referral entry is not dissected
      correctly. (Bug 3542)
    o Error dissecting eMule sourceOBFU message. (Bug 3848)
    o Typos in Diameter XML files. (Bug 3878)
    o RSL dissector for MS Power IE is broken. (Bug 4017)
    o Manifest problem in 1.2.2 Win64 build. (Bug 4024)
    o FIP dissector throws assertion. (Bug 4046)
    o TCAP problem with indefinite length 'components' SEQ OF. (Bug
      4053)
    o GSM MAP: an-APDU not decoded. (Bug 4095)
    o Add "Drag and Drop entries..." message on Columns preferences
      page. (Bug 4099)
    o Editcap -t and -w option parses fractional digits incorrectly.
      (Bug 4162)
  - Updated Protocol Support
    DCERPC NT, DHCP, Diameter, E.212, eDonkey, FIP, IPsec, MGCP, NCP,
    Paltalk, RADIUS, RSL, SBus, SMB, SNMP, SSL, TCP, Teamspeak2, WPS

  To generate a diff of this commit:
  cvs rdiff -u -r1.37 -r1.38 pkgsrc/net/wireshark/Makefile
  cvs rdiff -u -r1.24 -r1.25 pkgsrc/net/wireshark/distinfo

(spz)

2009-11-02 04:24:43 UTC MAIN commitmail json YAML

Updated www/ikiwiki to 3.20091031

(schmonz)

2009-11-02 04:23:37 UTC MAIN commitmail json YAML

Update to 3.20091031. From the changelog:

  * po: Fix breakage caused by changes to render code.
  * mdwn: Avoid trying to use multimarkdown if it is not installed.
  * moderatedcomments: New plugin to allow comment moderation w/o relying
    on blogspam.net.
  * When redirecting to a page, ie, after editing, ensure that the
    url is uri-encoded. Most browsers other than MSIE don't care, but it's
    the right thing to do.
  * Add a spec file to allow building rpm from the source package.
  * google: Pass the whole wiki url to google, not just the domain,
    so that search works correctly for wikis that are located in
    subdirectories of domains.

(schmonz)

2009-11-02 04:19:27 UTC MAIN commitmail json YAML

mention xrandr option (used by wm/echinus).

(obache)

2009-11-02 04:16:56 UTC MAIN commitmail json YAML

add and enable echinus.

(obache)

2009-11-02 04:16:10 UTC MAIN commitmail json YAML

Added wm/echinus version 0.3.8

(obache)

2009-11-02 04:15:51 UTC MAIN commitmail json YAML

Import echinus-0.3.8 as wm/echinus.
Based on PR 42188 by Alexander Polakov.

echinus is a dynamic window manager for X11 supporting managing window
s in floating, tiled and maximized layouts based on dwm. All the
configuration is made via config file in Xresources format, so it is
not necessary to recompile echinus every time you change something.

echinus supports a small subset of EWMH to be compatible with external
panels and pagers. It draws a border around windows and also an
optional title bar. The goal of development is a small, fast
window manager without features not strictly related to window
management (menus, panels, etc.)

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2009-11-02 02:48:56 UTC MAIN commitmail json YAML

2009-11-02 00:00:31 UTC MAIN commitmail json YAML

Add:

  # Plus adobe verbatim for Resources/CMap.
  LICENSE= gnu-gpl-v3

(gdt)

2009-11-01 23:57:29 UTC MAIN commitmail json YAML

When the cups option is enabled, bl3 in jpeg, so that a dependency
which seems to actually exist is recorded.  (When I updated jpeg from
6.2 to 7, the shlib major changed, ghostscript was not rebuilt, and it
failed to run.)

Proposed on tech-pkg on 22 October, with no objections received.

(gdt)

2009-11-01 23:45:41 UTC MAIN commitmail json YAML

Add & enable ruby18-compass-susy-plugin

(seb)

2009-11-01 23:45:12 UTC MAIN commitmail json YAML

Note initial addition of ruby-compass-susy-plugin version 0.6.3
as www/ruby-compass-susy-plugin into The NetBSD Packages Collection.

Susy is a semantic CSS framework creator entirely native to Compass.
Susy is an expert at fluid grids in an elastic (or fluid, or fixed)
shell that will never activate that bloody side-scroll bar. Susy
sets your width on the outer element (`container`), adds a `max-width`
of `100%` and builds the rest of your grid in percentages. The
philosophy and technique are based on Natalie Downe's "CSS Systems"
- which introduces difficult math in the service of beautiful
structure. With the power of Compass/Sass, Susy will do that math
for you.

Using simple mixins, columns can be created, suffixed, prefixed,
and nested easily - and always in flexible percentages.

(seb)

2009-11-01 23:44:45 UTC MAIN commitmail json YAML

Initial import of ruby-compass-susy-plugin version 0.6.3 in the
NetBSD Packages Collection.

Susy is a semantic CSS framework creator entirely native to Compass.
Susy is an expert at fluid grids in an elastic (or fluid, or fixed)
shell that will never activate that bloody side-scroll bar. Susy
sets your width on the outer element (`container`), adds a `max-width`
of `100%` and builds the rest of your grid in percentages. The
philosophy and technique are based on Natalie Downe's "CSS Systems"
- which introduces difficult math in the service of beautiful
structure. With the power of Compass/Sass, Susy will do that math
for you.

Using simple mixins, columns can be created, suffixed, prefixed,
and nested easily - and always in flexible percentages.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(seb)

2009-11-01 22:24:58 UTC MAIN commitmail json YAML

Needs to link with -lfl with new enough flex. Shouldn't hurt anyone
else, so do it unconditionally.

(joerg)

2009-11-01 21:14:28 UTC MAIN commitmail json YAML

Updated textproc/py-lxml to 2.2.3

(joerg)

2009-11-01 21:12:38 UTC MAIN commitmail json YAML

Update to py-lxml-2.2.3:
    * The resolve_entities option did not work in the incremental feed
      parser.
    * Looking up and deleting attributes without a namespace could hit a
      namespaced attribute of the same name instead.
    * Late errors during calls to SubElement() (e.g. attribute related
      ones) could leave a partially initialised element in the tree.
    * Modifying trees that contain parsed entity references could result
      in an infinite loop.
    * ObjectifiedElement.__setattr__ created an empty-string child
      element when the attribute value was rejected as a non-unicode/
      non-ascii string
    * Syntax errors in lxml.cssselect could result in misleading error
      messages.
    * Invalid syntax in CSS expressions could lead to an infinite loop
      in the parser of lxml.cssselect.
    * CSS special character escapes were not properly handled in
      lxml.cssselect.
    * CSS Unicode escapes were not properly decoded in lxml.cssselect.
    * Select options in HTML forms that had no explicit value attribute
      were not handled correctly. The HTML standard dictates that their
      value is defined by their text content. This is now supported by
      lxml.html.
    * XPath raised a TypeError when finding CDATA sections. This is now
      fully supported.
    * Calling help(lxml.objectify) didn't work at the prompt.
    * The ElementMaker in lxml.objectify no longer defines the default
      namespaces when annotation is disabled.
    * Feed parser failed to honout the 'recover' option on parse errors.
    * Diverting the error logging to Python's logging system was broken.

Require setuptools-0.6c11 as it fails at least with newer Python 2.6
otherwise.

(joerg)

2009-11-01 18:55:23 UTC MAIN commitmail json YAML

Updated archivers/zip to 3.0nb2

(wiz)

2009-11-01 18:55:12 UTC MAIN commitmail json YAML

Enable unicode support. Bump PKGREVISION.

(wiz)

2009-11-01 17:18:01 UTC MAIN commitmail json YAML

2009-11-01 16:41:34 UTC MAIN commitmail json YAML

2009-11-01 16:29:24 UTC MAIN commitmail json YAML

deal w/ conditional glib2 support. Fixes build of security/pakemon and
security/dsniff.

(tnn)

2009-11-01 16:18:41 UTC MAIN commitmail json YAML

Updated audio/taglib to 1.6.1

(wiz)

2009-11-01 16:18:27 UTC MAIN commitmail json YAML

Update to 1.6.1, set LICENSE.

TagLib 1.6.1 (Oct 31, 2009)
===========================

* Better detection of the audio codec of .oga files in FileRef.
* Fixed saving of Vorbis comments to Ogg FLAC files. TagLib tried to
  include the Vorbis framing bit, which is only correct for Ogg Vorbis.
* Public symbols now have explicitly set visibility to "default" on GCC.
* Added missing exports for static ID3v1 functions.
* Fixed a typo in taglib_c.pc
* Fixed a failing test on ppc64.
* Support for binary 'covr' atom in MP4 files. TagLib 1.6 treated them
  as text atoms, which corrupted them in some cases.
* Fixed ID3v1-style genre to string conversion in MP4 files.

(wiz)

2009-11-01 16:07:45 UTC MAIN commitmail json YAML

+ calibre-0.6.20, iso-codes-3.11.1, libmp3splt-0.5.8, mp3splt-2.2.7,
  nspr-4.8.2, opera-10.01, p5-Image-Info-1.30, p5-Pod-Simple-3.09,
  py-lxml-2.2.3, py-pytz-2009p, python26-2.6.4, scmgit-base-1.6.5.2,
  scmgit-docs-1.6.5.2, sdlmame-0.135, taglib-1.6.1, telepathy-gabble-0.9.2,
  x264-devel-20091031.

(wiz)

2009-11-01 16:07:10 UTC MAIN commitmail json YAML

2009-11-01 15:46:08 UTC MAIN commitmail json YAML

wants to link with -lsmpeg when the SDL option is enabled

(tnn)

2009-11-01 15:41:13 UTC MAIN commitmail json YAML

2009-11-01 15:32:14 UTC MAIN commitmail json YAML

2009-11-01 15:30:40 UTC MAIN commitmail json YAML

fix missing interpreter warning

(tnn)

2009-11-01 14:24:32 UTC MAIN commitmail json YAML

2009-11-01 14:20:26 UTC MAIN commitmail json YAML

Removed archivers/zip1

(joerg)

2009-11-01 13:32:21 UTC MAIN commitmail json YAML

de-orbit www/{communicator,navigator}

(tnn)

2009-11-01 13:26:30 UTC MAIN commitmail json YAML

2009-11-01 10:49:14 UTC MAIN commitmail json YAML

Some fixes and improvement
* no need USE_PKGLOCALEDIR=YES, no locale files
* no need lex and yacc in USE_TOOLS, not using those tools.
* change custum do-build target to empty BUILD_TARGET, to pass down
  environment variables and make flags from pkgsrc.
* set LICENSE=gnu-gpl-v2
* add DESTDIR support, requested by PR 40989.

(obache)

2009-11-01 08:47:35 UTC MAIN commitmail json YAML

Updated inputmethod/libhangul to 0.0.10

(obache)

2009-11-01 08:47:23 UTC MAIN commitmail json YAML

Update libhangul to 0.0.10.

0.0.10
* implemented new logic romaja method
* updated to support the new Unicode standard 5.2
* updated API document
* fixed small bugs

(obache)

2009-11-01 08:11:59 UTC MAIN commitmail json YAML

+ libhangul-0.0.10

(obache)

2009-11-01 03:18:26 UTC MAIN commitmail json YAML

Add & enable ruby-staticmatic

(seb)

2009-11-01 03:17:57 UTC MAIN commitmail json YAML

Note initial addition of ruby-staticmatic version 0.10.6 as
www/ruby-staticmatic into The NetBSD Packages Collection.

StaticMatic is a framework to develop or prototype static websites.
It provides concise and terse templating with the help of Haml and
helpers build on top of it, Sass support, "partials", a live preview
server for development.

(seb)

2009-11-01 03:16:58 UTC MAIN commitmail json YAML

Initial import of ruby-staticmatic version 0.10.6 in the NetBSD
Packages Collection.

StaticMatic is a framework to develop or prototype static websites.
It provides concise and terse templating with the help of Haml and
helpers build on top of it, Sass support, "partials", a live preview
server for development.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(seb)

2009-11-01 02:19:40 UTC MAIN commitmail json YAML

get back patch-aa, it is required for DESTDIR installation.

(obache)

2009-10-31 23:41:56 UTC MAIN commitmail json YAML

Fix registration of the DTD in the catalog by not prefixing the destdir.
This makes the package work again.  Bump PKGREVISION.

(jmmv)

2009-10-31 21:42:27 UTC MAIN commitmail json YAML

2009-10-31 20:08:05 UTC MAIN commitmail json YAML

2009-10-31 19:53:17 UTC MAIN commitmail json YAML

2009-10-31 19:48:09 UTC MAIN commitmail json YAML

2009-10-31 19:41:10 UTC MAIN commitmail json YAML

Add & enable ruby-compass

(seb)

2009-10-31 19:40:43 UTC MAIN commitmail json YAML

Add & enable ruby-compass

(seb)

2009-10-31 19:40:33 UTC MAIN commitmail json YAML

2009-10-31 19:40:17 UTC MAIN commitmail json YAML

Initial import of ruby-compass version 0.8.17 in the NetBSD
Packages Collection.

Compass is a Sass-based Stylesheet Framework that streamlines the
creation and maintainance of CSS. It allows you to mix and match
any of the following CSS frameworks:  Compass Core, Blueprint, YUI,
960. Other frameworks can be added relatively easily. It integrates
simply with technologies like Rails, Merb, etc.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(seb)

2009-10-31 19:34:31 UTC MAIN commitmail json YAML

2009-10-31 19:15:45 UTC MAIN commitmail json YAML

Don't enforce linking in MAIN__. Bump package revision.
No changes in libraries.
No fallout expected, none found so far.

(asau)

2009-10-31 15:02:40 UTC MAIN commitmail json YAML

2009-10-31 14:50:28 UTC MAIN commitmail json YAML

- Updated the PLIST file
- corrected the checksum in distinfo
- added LICENSE term inside Makefile
- bumped revision

(rhaen)

2009-10-31 14:46:52 UTC MAIN commitmail json YAML

2009-10-31 14:26:31 UTC MAIN commitmail json YAML

2009-10-31 14:24:14 UTC MAIN commitmail json YAML

2009-10-31 14:17:23 UTC MAIN commitmail json YAML

2009-10-31 14:00:44 UTC MAIN commitmail json YAML

this one doesn't seem to be MAKE_JOBS safe.

(tnn)

2009-10-31 13:47:52 UTC MAIN commitmail json YAML

2009-10-31 12:23:00 UTC MAIN commitmail json YAML

Avoid echoing commands at bin-install.

(asau)

2009-10-31 06:21:48 UTC MAIN commitmail json YAML

Updated textproc/ruby-haml to 2.2.10

(seb)

2009-10-31 06:18:16 UTC MAIN commitmail json YAML

Update ruby-haml from version 1.8.2 to version 2.2.10.

Pkgsrc changes:
- Update HOMEPAGE
- Build using gemspec

Upstream changes:
A lot! Please see http://haml-lang.com/docs/yardoc/HAML_CHANGELOG.md.html
for the list of changes since version 2.2.0. The changes from version
1.8.2 to version 2.0.10 are a little bit more difficult to get, it
seems you have to explore the commit logs of haml's git repository
or the haml mailing list.

(seb)