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 (20m)  pkgsrc-2024Q1 (15d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (75d)  pkgsrc-2023Q3 (154d) 

2024-05-13 08:31:26 UTC Now

2010-01-20 03:21:21 UTC MAIN commitmail json YAML

2010-01-20 03:14:26 UTC MAIN commitmail json YAML

+pstoedit-3.50

(jakllsch)

2010-01-20 01:01:55 UTC MAIN commitmail json YAML

Note update of net/bind96 package to 9.6.1pl3.

(taca)

2010-01-20 01:01:15 UTC MAIN commitmail json YAML

Update net/bind96 to 9.6.1pl3 (9.6.1-P3).

--- 9.6.1-P3 released ---

2831. [security] Do not attempt to validate or cache
out-of-bailiwick data returned with a secure
answer; it must be re-fetched from its original
source and validated in that context. [RT #20819]

2828. [security] Cached CNAME or DNAME RR could be returned to clients
without DNSSEC validation. [RT #20737]

2827. [security] Bogus NXDOMAIN could be cached as if valid. [RT #20712]

(taca)

2010-01-19 20:51:48 UTC MAIN commitmail json YAML

2010-01-19 20:33:27 UTC MAIN commitmail json YAML

2010-01-19 20:28:34 UTC MAIN commitmail json YAML

-explicitely depend on libsoup - while it was pulled in by webkit
indirectly, "configure" checks itself for it
-make "avahi" non-default (because we don't have nss support for it,
and it conflicts with "mdnsd" on NetBSD-current)

(drochner)

2010-01-19 20:08:32 UTC MAIN commitmail json YAML

update to 2.28.3
changes:
-minor UI improvements
-bugfixes
-translation updates

(drochner)

2010-01-19 20:05:52 UTC MAIN commitmail json YAML

2010-01-19 20:02:40 UTC MAIN commitmail json YAML

make use of "avahi" an option, default to "off"
(because we don't have nss support for it, and it conflicts with
"mdnsd" on NetBSD-current)
bump PKGREVISION

(drochner)

2010-01-19 16:07:20 UTC pkgsrc-2009Q4 commitmail json YAML

2010-01-19 16:06:48 UTC pkgsrc-2009Q4 commitmail json YAML

Pullup ticket #2960 - requested by tnn
xulrunner: build fix

Revisions pulled up:
- devel/xulrunner/mozilla-common.mk 1.11
---
Module Name: pkgsrc
Committed By: tnn
Date: Mon Jan 18 23:50:42 UTC 2010

Modified Files:
pkgsrc/devel/xulrunner: mozilla-common.mk

Log Message:
unlimit datasize. Should fix ICE on netbsd-4/amd64 observed in bulk
build.

(tron)

2010-01-19 10:07:49 UTC MAIN commitmail json YAML

# used by devel/nss/Makefile

(tnn)

2010-01-19 08:23:44 UTC MAIN commitmail json YAML

Fix destdir installation.

(wiz)

2010-01-19 04:19:31 UTC MAIN commitmail json YAML

Updated devel/p5-Moose to 0.94

(seb)

2010-01-19 04:19:23 UTC MAIN commitmail json YAML

Update p5-Moose from version 0.93 to version 0.94.

Pkgsrc changes:
- Adjust dependencies
- Set PERL5_MODULE_TYPE to Module::Install::Bundled (isomorphism)
- A C compiler is now required

Upstream changes:
0.94 Mon, Jan 18, 2010

[API CHANGES]

* Please see the changes listed for 0.93_01 and Moose::Manual::Delta.

[ENHANCEMENTS]

* Improved support for anonymous roles by changing various APIs to take
  Moose::Meta::Role objects as well as role names. This included

  - Moose::Meta::Class->does_role
  - Moose::Meta::Role->does_role
  - Moose::Util::does_role
  - Moose::Util::apply_all_roles
  - Moose::Util::ensure_all_roles
  - Moose::Util::search_class_by_role

  Requested by Shawn Moore. Addresses RT #51143 (and then some). (Dave Rolsky)

[BUG FIXES]

* Fix handling of non-alphanumeric attributes names like '@foo'. This should
  work as long as the accessor method names are explicitly set to valid Perl
  method names. Reported by Doug Treder. RT #53731. (Dave Rolsky)

0.93_03 Tue, Jan 5, 2010

[BUG FIXES]

* Portability fixes to our XS code so we compile with 5.8.8 with Visual
  C++. Fixes RT #53391. Reported by Taro Nishino. (rafl)

0.93_02 Tue, Jan 5, 2010

[BUG FIXES]

* Depend on Class::MOP 0.97_01 so we can get useful results from CPAN
  testers. (Dave Rolsky)

0.93_01 Mon, Jan 4, 2010

[API CHANGES]

See Moose::Manual::Delta for more details on backwards compatiblity issues.

* Role attributes are now objects of the Moose::Meta::Role::Attribute
  class. (Dave Rolsky).

* There were major changes to how metaroles are applied. We now distinguish
  between metaroles for classes vs those for roles. See the
  Moose::Util::MetaRole docs for details. (Dave Rolsky)

* The old MetaRole API has been deprecated, but will continue to
  work. However, if you are applying an attribute metaclass role, this may
  break because of the fact that roles now have an attribute metaclass
  too. (Dave Rolsky)

* Moose::Util::MetaRole::apply_metaclass_roles is now called
  apply_metaroles. The old name is deprecated. Dave Rolsky>

* The unimport subs created by Moose::Exporter now clean up re-exported
  functions like blessed and confess, unless the caller imported them from
  somewhere else too. See Moose::Manua::Delta for backcompat details. (rafl)

[ENHANCEMENTS AND BUG FIXES]

* Changed the Str constraint to accept magic lvalue strings like one gets from
  substr et al, again. (sorear)

* Sped up the type constraint parsing regex. (Sam Vilain)

* The Moose::Cookbook::Extending::Recipe2 recipe was broken. Fix suggested by
  jrey.

* Added Moose::Util::TypeConstraints exports when using oose.pm to allow
  easier testing of TypeConstraints from the command line. (perigrin)

* Added a with_immutable test function to Test::Moose, to run a block of tests
  with and without certain classes being immutable. (doy)

* We now use Module::Install extensions explicitly to avoid confusing errors
  if they're not installed. We use Module::Install::AuthorRequires to stop
  test extraction and general failures if you don't have the author side
  dependencies installed.

* Fixed a grammar error in Moose::Cookbook::Basics::Recipe4. rt.cpan.org
  #51791. (Amir E. Aharoni)

(seb)

2010-01-19 04:19:17 UTC MAIN commitmail json YAML

Updated devel/p5-Class-MOP to 0.98

(seb)

2010-01-19 04:19:09 UTC MAIN commitmail json YAML

Update p5-Class-MOP from version 0.97 to version 0.98.

Upstream changes:
0.98 Mon, Jan 18, 2010

[ENHANCEMENTS]

* Added Class::MOP::Class->rebless_instance_back, which does the inverse of
  rebless_instance (doy, rafl).

0.97_01 Mon, Jan 4, 2010

[ENHANCEMENTS]

* Internal refactorings to move shared behavior into new "mixin" classes. This
  made adding some new features to Moose much easier. (Dave Rolsky)

(seb)

2010-01-19 00:48:20 UTC MAIN commitmail json YAML

Updated parallel/openmpi to 1.4.1

(asau)

2010-01-19 00:45:59 UTC MAIN commitmail json YAML

Update to OpenMPI 1.4.1:

- Update to PLPA v1.3.2, addressing a licensing issue identified by
  the Fedora project.  See
  https://svn.open-mpi.org/trac/plpa/changeset/262 for details.
- Add check for malformed checkpoint metadata files (Ticket #2141).
- Fix error path in ompi-checkpoint when not able to checkpoint
  (Ticket #2138).
- Cleanup component release logic when selecting checkpoint/restart
  enabled components (Ticket #2135).
- Fixed VT node name detection for Cray XT platforms, and fixed some
  broken VT documentation files.
- Fix a possible race condition in tearing down RDMA CM-based
  connections.
- Relax error checking on MPI_GRAPH_CREATE.  Thanks to David Singleton
  for pointing out the issue.
- Fix a shared memory "hang" problem that occurred on x86/x86_64
  platforms when used with the GNU >=4.4.x compiler series.
- Add fix for Libtool 2.2.6b's problems with the PGI 10.x compiler
  suite.  Inspired directly from the upstream Libtool patches that fix
  the issue (but we need something working before the next Libtool
  release).

(asau)

2010-01-18 23:50:42 UTC MAIN commitmail json YAML

unlimit datasize. Should fix ICE on netbsd-4/amd64 observed in bulk build.

(tnn)

2010-01-18 23:38:46 UTC MAIN commitmail json YAML

Note update of the "mediatomb" package to version 0.11.0nb8.

(tron)

2010-01-18 23:38:31 UTC MAIN commitmail json YAML

Bump the package revision as we now require a newer version of BIND and
the binary package changes.

(tron)

2010-01-18 23:15:17 UTC MAIN commitmail json YAML

Note update of tex-hyphen-base.

(minskim)

2010-01-18 23:10:15 UTC MAIN commitmail json YAML

Use BIND 9.5.x by default. It works fine for me under NetBSD/amd64
since several month.

(tron)

2010-01-18 23:08:30 UTC MAIN commitmail json YAML

2010-01-18 19:36:28 UTC MAIN commitmail json YAML

Note update of emacs-snapshot.

(minskim)

2010-01-18 19:34:20 UTC MAIN commitmail json YAML

Update emacs-snapshot to 23.1.91.20100111.

Changes:
* .dir-locals.el (change-log-mode): Restore bug-reference-mode.
* info/dir: Add Semantic.
* info/dir: Add EDT entry.
* .dir-locals.el (bug-reference-url-format): Change to debbugs.gnu.org.
* elisp package updates: edt, cedet, chart, eieio, files-x, font-setting,
  hfy-cmap, htmlfontify, mule-conf, ucs-normalize, mpc, imap, tramp,
  levents, lucid, sym-comp, org, js, and subword.

(minskim)

2010-01-18 19:00:16 UTC MAIN commitmail json YAML

2010-01-18 18:37:37 UTC MAIN commitmail json YAML

update to 2.28.3
changes:
-Misc bugfixes
-translation updates

(drochner)

2010-01-18 18:31:10 UTC MAIN commitmail json YAML

update to 2.18.5
changes:
-Removal of a potential infinite loop in different clearlooks styles
-translation updates

(drochner)

2010-01-18 18:26:42 UTC MAIN commitmail json YAML

2010-01-18 18:23:14 UTC MAIN commitmail json YAML

update to 2.18.6
changes:
-improvements for "Client-side windows"
-bugfixes
-translation updates

(drochner)

2010-01-18 18:15:46 UTC MAIN commitmail json YAML

2010-01-18 15:18:53 UTC MAIN commitmail json YAML

Don't hack a seperate game manual suffix/directory in behind
xmkmf's back. Makes this install cleanly on Solaris.

(is)

2010-01-18 13:41:57 UTC MAIN commitmail json YAML

Note update of monotone and monotone-server to 0.46.

(jmmv)

2010-01-18 13:41:17 UTC MAIN commitmail json YAML

Update to 0.46: use monotone 0.46.

(jmmv)

2010-01-18 13:35:39 UTC MAIN commitmail json YAML

+ asterisk16-1.6.2.1, babl-0.1.2, calibre-0.6.34, cfitsio-3230,
  etm-494, gle-4.2.2, gnome-utils-2.28.3, gupnp-igd-0.1.6 [needs
  gupnp-1.0 >= 0.13.2], hicolor-icon-theme-0.12, libX11-1.3.3,
  libgda-4.0.6 [GNOME 2.28], libv4l-0.6.4, p5-Digest-HMAC-1.02,
  p5-Test-Exception-0.29, p5-version-0.7900, py-qt4-4.7, py-sip-4.10,
  qemu-0.12.2, sdlmess-0.136, snes9x-gtk-1.52, source-highlight-3.1.3,
  tinyproxy-1.8.0, x264-devel-20100116.

(wiz)

2010-01-18 13:27:51 UTC MAIN commitmail json YAML

Update monotone to 0.46.  Tested under OS X 10.5 and NetBSD/macppc.

Sun Jan 17 21:40:35 UTC 2010

        0.46 release.

        Changes

        - "automate stdio" (and "automate remote_stdio", see below)
          use separate streams to encode out-of-band information like
          informational messages, warnings or tickers. A special
          "header" section has been added to the standard output to
          identify future stdio version changes. The error codes used
          in the output of both stdio and remote_stdio, have also
          slightly changed: errors which are the result of a wrong
          call (unknown command, invalid options, parsing errors, ...)
          are returned with code 1, while errors which happened while
          the actual command executed are returned with code 2. Error
          codes are no longer echoed with every packet, but only as
          the payload of the final 'l' ("last") packet.

          Please consult the manual section "mtn automate stdio" for a
          detailed description of the new format.

        - The 'heads' command should be significantly faster now (not
          that it was particularly slow before). This probably isn't
          terribly noticable unless you're in the habit of using "h:*"
          (heads of all branches) as a selector, it's primarily meant
          to enable future changes that will depend on fast 'heads'.

          The database schema has been changed, so you will need to
          run 'mtn db migrate' (preferably after making a backup copy
          of your db).

        - the 'status' command now includes the current (to be committed)
          revision number and will indicate when the branch option in
          _MTN/options has been changed and does not match one of the
          revision's parent branches.

        - Cert labels in the output of the 'log' command are now
          localized.

        New features

        - There's a new command "automate remote_stdio" that makes it
          possible to execute automate commands on a remote server
          (for example, to permit a single database to be used both
          for serving netsync connections and for running a viewmtn
          instance). This requires that the server be running monotone
          0.46 or later. Access control on the server uses a new lua
          hook "get_remote_automate_permitted(identity, command_line,
          options)".

        - There's also a new command "automate remote" that's very much
          the same, but executes only a single command and does not
          stdio-encode the output.

        - A new 'bisect' command has been added to allow searching for a
          specific revision within a range of revisions. This can be useful for
          locating the exact revision that broke something or removed a
          particular feature.

        - Three new commands - 'push', 'pull' and 'sync' - have been added
          to the automation interface. They work just as their non-automate
          counterparts.

        - The global option '--timestamps' has been added which prefixes
          the current local timestamp before diagnostic messages such as
          warnings, progress messages, errors and tickers.  For example,
          this option can be used to log the date and time when clients
          connect to a monotone server.

        Bugs fixed

        - A regression from 0.45's key migration prevented the proper
          output of the `committer` field in 'git_export'.

        - 'db info --full' no longer crashes when executed on a database
          with only one revision.

        - The mtn_automate Lua function which can be used for custom
          commands now properly handles binary data.

        - `db info` now returns a correct byte count for certs again.

        - If a public key was read in via the `read` or
          `automate read_packets`, an invariant was triggered if the
          key was already existing in the database. This has been fixed.

        - `annotate` no longer crashes if the annotated file is empty.

        Other

        - Added the script of the Lua-based contributed Monotone
          extension command "mtn remote_export" to contrib/command/
          with which a remote revision can be exported locally without
          having to fetch all of the history before.

(jmmv)

2010-01-18 11:38:55 UTC MAIN commitmail json YAML

Fixes format for re-addition of tn3270-0.20100116.

(obache)

2010-01-18 10:06:23 UTC MAIN commitmail json YAML

Updated devel/libmtp to 1.0.1

(wiz)

2010-01-18 10:06:15 UTC MAIN commitmail json YAML

Update to 1.0.1:

2009-09-12  Linus Walleij <triad@df.lth.se>

* configure.ac: bump version to libmtp 1.0.1 and release!
* src/Makefile.am: bump soversion to libmtp.so.8.3.1

2009-09-11  Linus Walleij <triad@df.lth.se>

* src/music-players.h: tag all SONY NWZ walkmen with
  DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST.

2009-08-27  Linus Walleij <triad@df.lth.se>

* src/libmtp.c: modernize the album retrieveal functions
  so they work just as nicely as the track/playlist etc
  functions. Triggered by Nyalls excellent bug report that
  showed how libmtp tried to get "composer" info for an
  album eventhough the device didn't support it.

2009-08-27  Linus Walleij <triad@df.lth.se>

* src/libmtp.c: bugfixes again...

2009-08-25  Linus Walleij <triad@df.lth.se>

* src/libmtp.c: fix a bug where the metadata was cached
  twice, thx to Marcus for the patch!

2009-08-23  Linus Walleij <triad@df.lth.se>

* src/ptp.c: sync to upstream
* src/ptp.h: dito.
* src/libmtp.c: patch from Thomas Schweitzer to not use
  C++ reserved words like "private" and "new", this was
  changed to "priv" and "newlist" making C++ happy.
* src/libusb-glue.h: inclusion guard, export functions to
  C++ (whoever wants to do that...)
* src/libusb-glue.c: define USB_CLASS_PTP unless defined,
  out-commented code to detect all PTP devices as MTP
  devices as well.

2009-08-12  Linus Walleij <triad@df.lth.se>

* src/libusb-glue.c: patch from Simon Berg to detect PTP
  interface descriptors.
* src/ptp.c: sync to upstream with correct MTP interface
  detection in accordance with MTP spec.
* src/ptp.h: dito.

2009-08-02  Linus Walleij <triad@df.lth.se>

* configure.ac: tag for libmtp 1.0.0!
* src/Makefile.am: bump to compatible API/ABI
  result = libmtp.so.8.3.0
* src/libmtp.c: missing flag fix from Marcus.

2009-07-24  Linus Walleij <triad@df.lth.se>

* src/device-flags.h: add a flag for unknown FLAC type.
* src/music-players.h: tag the Cowon iAudio S9 with this.
* src/libmtp.c: implement unknown FLAC type.

2009-07-24  Linus Walleij <triad@df.lth.se>

* src/music-players.h: a number of new devices.
* src/ptp.c: sync to upstream.
* src/ptp.h: sync to upstream.
* src/ptp-pack.c: sync to upstream.

2009-06-24  Linus Walleij <triad@df.lth.se>

* src/music-players.h: tag most all Samsung devices with
  the UNLOAD_DRIVER flag. Broken GET_ALL info in all
  Creative devices.

2009-06-20  Linus Walleij <triad@df.lth.se>

* examples/pathutils.c: detect VCF files too.

2009-06-15  Marcus Meissner <meissner@suse.de>

* configure.ac: use the AC_SYS_LARGEFILE macro instead
  of the ugly largefile hacks.
* src/libmtp.c: fix use of largefile back to the simple
  functions instead.
* examples/albumart.c: dito.
* examples/sendfile.c: dito.
* examples/sendtr.c: dito.
* examples/thumb.c: dito.

2009-06-15  Linus Walleij <triad@df.lth.se>

* configure.ac: some buildsystem updates.
* INSTALL: some doc updates.

2009-06-15  Marcus Meissner <meissner@suse.de>

* src/libmtp.c: synced to new libgphoto2 code.
* src/device-flags.h: dito.
* src/ptp.h: sync to upstream.
* src/ptp.c: dito.
* src/ptp-pack.c: dito.

The handles, the PTPObjectInfo and the MTP proplists
are now consolidated into "PTPObject"s.

This and abstraction and the resulting helper functions
allow implementation of easier dynamic operations like
I need for libgphoto2.

Some corner stones:

- PTPParams now contains the device flags itself.
  (from device-flags.h) This is needed due to
  ptp_object_want() needing to decide whether it can call
  GetObjPropList, and it makes it cleaner.

  So the ptp-bugs and device-flags handling are unified.

- PTPObjects are sorted by object handle. This allows binary
  search by handle.

- New generic helper functions.

  * uint16_t ptp_object_find (PTPParams *params,
    uint32_t handle, PTPObject **retob)
    binary searches the handle in the object list and returns
    a pointer to the object.

  * uint16_t ptp_object_find_or_insert (PTPParams *params,
    uint32_t handle, PTPObject **retob)
    binary searches the handle in the object list, inserts it
    if not there yet, and returns a pointer to the object.

  * uint16_t ptp_object_want (PTPParams *params, uint32_t handle,
    int want, PTPObject **retob)
    The most magic function, which does the "on demand" loading
    of objectinfos, mtp proplists (and more).
    want is a flag mask of PTPOBJECT_*_LOADED
    PTPOBJECT_OBJECTINFO_LOADED  clear
    PTPOBJECT_CANONFLAGS_LOADED  (special canon flags)
    PTPOBJECT_MTPPROPLIST_LOADED  mtp properties for this object
                                  loaded
    PTPOBJECT_DIRECTORY_LOADED    (only used by libgphoto2 currently)
    PTPOBJECT_PARENTOBJECT_LOADED this and storageid are
                                  interesting for directory based
                                  lookups
    PTPOBJECT_STORAGEID_LOADED    and can be filled out by directory
                                  loading

  * void ptp_objects_sort (PTPParams *params);
    Sort the objects list if you did any modification of your own
    on it and the order of object handles might not be linear
    anymore.

- Multiple object information loading strategies are possible.
  libmtp uses getobjecthandles() /getobjectinfo() and
  getobjectproplist() loading strategies for initial setup. This
  stays of course, it will just fill out the PTPObject array.

  libgphoto2 now uses a per-directory getobjecthandles() /
  getobjectinfo() loading approach, and I will readd the
  getobjectproplist() approach.

  It is open what you chose to use here. For libmtp the "load all
  handles at startup" is good, dynamic loading is better for
  libgphoto2.

  Only rule is: The objectlist must be in order of objecthandles!
  (ptp_object_sort()).

2009-06-02  Linus Walleij <triad@df.lth.se>

* examples/hotplug.c: change the udev match rule from
  ATTR{dev}!="?*" to ENV{MAJOR}!="?*" at the suggestion of
  Alan Jenkins, this should be faster.
* src/libusb-glue.c: include config.h (Marcus Meissner found
  this is needed when you're not using iconv().)

2009-05-09  Linus Walleij <triad@df.lth.se>

* src/libmtp.c: include <config.h> for iconv() compatibility.
* src/unicode.c: dito. NOTE: this file needs fixing to work
  without iconv!
* src/ptp.h: sync to upstream and get all the embedded support
  for FREE!
* src/ptp.c: dito.
* src/ptp-pack.c: dito.

2009-05-06  Linus Walleij <triad@df.lth.se>

* src/ptp.h: sync to upstream.
* src/ptp.c: dito.
* src/ptp-pack.c: dito.

2009-05-06  Linus Walleij <triad@df.lth.se>

A host of Windows fixes from
Carlo Bramini <carlo_bramini@users.sourcefore.net>
With this patch everything works fine with cygwin and
Debian 5.0. Unfortunately, with MSys the "make install"
still fails at the very last actions. It happens that
everything is re-linked (strange, but not a big problem)
and for some unknown reason it loops forever when executing
"examples/hotplug > libmtp.usermap". But hopefully the
simple "make" completes without errors.

* configure.ac:
  * iconv is now detected with autotools, this makes libmtp
    linkable on cygwin too (previously it was not).
  * the presence of Microsoft LIB.EXE is checked; if it is
    absent then the MSVC libraries won't be generated.
  * Added checking for some include files not available on
    Windows: arpa/inet.h, byteswap.h, sys/uio.h.
  * Check for presence of mkstemp: a replacement has been
    written for Windows.
* examples/Makefile.am: the creation of the links failed:
  I added source path and $(EXEEXT) extension for executables.
  This is tested and working with Mingw+MSys, Cygwin, Debian 5.0.
* examples/albumart.c: include sys/uio.h only if it's available.
* examples/trexist.c: u_int32_t does not exists, into almost all
  other parts libmtp is using uint32_t so I fixed it in that
  manner. (Same for u_int64_t/uint64_t).
* examples/getfile.c: dito.
* examples/pathutils.c: dito, plus rindex() does not exist under
  Windows, we must user strrchr() instead.
* examples/pathutils.h: fixes for prototypes changes made into
  examples/pathutils.c
* examples/thumb.c: include sys/uio.h only if it's available.
* src/Makefile.am:
  * Several fixes because the check on the presence of LIB.EXE
    libmtp.sym is now prefixed by $(srcdir), this allows to
    configure libmtp outside the source tree in Windows too.
  * Libraries are put into LIBADD instead of LDFLAGS, this is the
    right place.
  * Previously the linker crashed because there was -ws2_32
    instead of -lws2_32.
* src/playlist-spl.c:
  * include sys/uio.h only if it's available.
  * include replacement for mkstemp() function.

2009-05-03  Richard Low <richard@wentnet.com>

* src/libmtp.c: add external property types just like file
  types so any property can be retrieved/set. Add function
  LIBMTP_Is_Property_Supported to determine if a property is
  supported for a given object type. Add function
  LIBMTP_Get_Allowed_Property_Values to get alowed range/enum
  of a property value. Make
  LIBMTP_Get_Representative_Sample_Format get the size parameter
  to allow us to determine the maximum size for a representative
  sample.
* src/libmtp.h.in: ditto
* src/libusb-glue.c: update to check the handler function return
  value so the handler can return PTP_ERROR_CANCEL to cancel the
  transfer.

2009-05-02 Richard Low <richard@wentnet.com>

* src/ptp-pack.c: add a NULL check

2009-04-18  Richard Low <richard@wentnet.com>

* src/ptp-pack.c: add terminating NULL character

2009-04-11  Richard Low <richard@wentnet.com>

* src/libusb-glue.c: Make get_playlist_extension return type
  const char *
* src/libusb-glue.h: ditto
* src/libusb-glue.c: In probe_device_descriptor, check to see if
  dev->config is NULL before going round the first loop
* src/libmtp.c: Add LIBMTP_Get_File_To_Handler,
  LIBMTP_Send_File_From_Handler, LIBMTP_Get_Track_To_Handler,
  LIBMTP_Send_Track_From_Handler functions to get/send files/tracks
  from/to handler functions. Add modificationdate to file and track
  structs. Add LIBMTP_FILETYPE_ALBUM and LIBMTP_FILETYPE_PLAYLIST
  filetypes.

2009-03-17  Linus Walleij <triad@df.lth.se>

* src/device-flags.h: discovered a new device that cannot even
  read out battery level but still claims to be able to. Sigh.
* src/libusb-glue.h: flag macro.
* src/music-players.h: flag the Slacker.
* src/libmtp.c: avoid battery level getting on these devices.
* configure.ac: preparing for 0.3.7.
* src/Makefile.am: preparing for 0.3.7 (libmtp.so.8.2.2)
* Release libmtp 0.3.7.

2009-03-08  Linus Walleij <triad@df.lth.se>

* src/libmtp.c: refactored OGG extenstion check again, same
  code in three places, broke it out and made it foolproof
  (hopefully) in one single spot.

2009-03-04  Linus Walleij <triad@df.lth.se>

* src/libusb-glue.c: patch from Marcus to fix an issue
  with retransmit originally reported by Florent Pillet.

2009-02-21  Linus Walleij <triad@df.lth.se>

* src/libmtp.c: some additional NULL checks from
  Florent Pillet.

2009-02-18  Linus Walleij <triad@df.lth.se>

* src/libmtp.c: error report from RedHat BZ
  http://bugzilla.redhat.com/show_bug.cgi?id=485627
  led to strange code for detecting anonymous OGG files
  being rewritten to handle NULL filenames and filenames
  that do not exceed 4 chars.

2009-01-30  Linus Walleij <triad@df.lth.se>

* src/libmtp.c: store albums and playlists in the default
  music folder if no default folder for albums resp.
  playlists has been detected.

2009-01-22  Linus Walleij <triad@df.lth.se>

* configure.ac: bump to 0.3.6 and release.
* src/Makefile.am: interface bump to libmtp.so.8.2.1

2009-01-16  Linus Walleij <triad@df.lth.se>

* src/ptp.c: sync to upstream.
* src/ptp.h: dito.

2009-01-15  Linus Walleij <triad@df.lth.se>

* src/libmtp.c: include fixes from Yuri Pankov for *BSD.
* src/playlist-spl.c: dito.
* examples/*.c: (more or less) dito.

2009-01-14  Linus Walleij <triad@df.lth.se>

* src/device-flags.h: new device flag for broken
  SendObjectPropList, as found broken in MEU202
* src/music-players.h: use the new flag.
* src/libmtp.c: implement this device flag.
* src/libusb-glue.h: dito.

2009-01-10  Linus Walleij <triad@df.lth.se>

* src/libmtp.h.in: mingw32 fixes from James Ravenscroft.
* src/libmtp.c: dito. Replaced "rindex" with "strrchr"
* src/Makefile.am: dito.
* examples/albumart.c: dito.

2009-01-06  Linus Walleij <triad@df.lth.se>

* src/Makefile.am: patch from Rafael Laboissiere removing a
  build artifact in distclean.

2009-01-02  Linus Walleij <triad@df.lth.se>

* examples/connect.c: usage patch from Riley Patterson.
* examples/sendtr.c: dito. Plus only try to add track to an
  album if and only if an album name was given.
* examples/newfolder.c: real bad bug fixed, didn't even work
  due to bad args check.
* examples/sendfile.c: another bad bug...
* examples/common.h: include <config.h> not "config.h"
* src/unicode.h: no reason for this to include config.h!

2008-12-21  Linus Walleij <triad@df.lth.se>

* Release libmtp 0.3.5.

2008-12-15  Nathan Bullock <nathanbullock@gmail.com>

* src/libmtp.c: get folders to a flat list and we get O(n) searching
  instead of the previous O(n^2) algorithm!

2008-12-13  Linus Walleij <triad@df.lth.se>

* examples/detect.c: make mtp-detect dump out default-capabilities.xml
  if such a file exists on the device.
* m4/stdint.m4: update to newer macro from libgphoto2.
* m4/byteorder.m4: update to newer macro from libgphoto2.
  We find these here:
  http://gphoto.svn.sourceforge.net/viewvc/gphoto/trunk/m4/
* configure.ac: fix the renamed _stdint.h too.
* Doxyfile.in: some config option got obsolete.
* libmtp.c: start to use PTP error redirection to the libmtp error
  stack. This also makes it possible to stop the annoying debug prints.
* libusb-glue.c: dito.
* ptp.c: sync to upstream.
* ptp.h: sync to upstream.

2008-12-02  Linus Walleij <triad@df.lth.se>

* examples/util.c: another NULL check.

2008-11-25  Linus Walleij <triad@df.lth.se>

* src/libmtp.c: fix a bug on handling folder children with an illegal
  ID of 0. Occured in the ZEN Xi-Fi in the "Recordings" folder, when
  that is created on the device.

2008-11-17  Alistair Boyle <alistair.js.boyle@gmail.com>

* configure.ac: change release to 0.3.5.
* libmtp.c: change metadata const*const to *const to allow playlist_id
  to be modified by LIBMTP_Update_Playlist. (Samsung playlists)
* libmtp.h.in: match libmtp.c

2008-11-11  Linus Walleij <triad@df.lth.se>

* src/libmtp.c: allow for playlists with zero tracks on them,
  also in update.

2008-11-09  Linus Walleij <triad@df.lth.se>

* src/ptp.h: sync from upstream.
* src/ptp.c: sync from upstream.
* src/ptp-pack.c: sync from upstream.

2008-11-07  Linus Walleij <triad@df.lth.se>

* Release libmtp 0.3.4.
* configure.ac: let's release 0.3.4.
* src/Makefile.am: compatible API and ABI.

2008-11-05  Linus Walleij <triad@df.lth.se>

* src/libmtp.c: fix the association type problem on
  LIBMTP_Create_Folder(). This causes folders not to
  work properly on some devices!!

2008-11-01  Linus Walleij <triad@df.lth.se>

* src/ptp.h: sync to upstream.
* src/ptp.c: sync to upstream.
* src/ptp-pack.c: introduce Richards bugfix on top of
  upstream and take advantage of the ptp_debug() function.
* src/libusb-glue.c: make ptp_debug() non-static since
  ptp-pack.c needs it.

2008-10-21  Linus Walleij <triad@df.lth.se>

* src/device-flags.h: actually the SanDisks cannot handle
  PTP_OPC_DateModified at ALL, not even as part of the
  initial update so rename the flag to something sensible.
* src/music-players.h: consequental changes.
* src/libmtp.c: disable all use of PTP_OPC_DateModified if
  flag is set, not just updates.

2008-10-16  Linus Walleij <triad@df.lth.se>

* src/device-flags.h: new flag for broken updates of
  PTP_OPC_DateModified.
* src/music-players.h: tag all SanDisk devices with this
  flag. Bug appeared in them.
* libmtp.c: avoid updating PTP_OPC_DateModified on broken
  devices.

2008-09-28  Alvin <alvinbeach@gmail.com>

* src/libmtp.c: fix several bugs in Ogg filetype support.

2008-09-26  Richard Low <richard@wentnet.com>

* src/libmtp.c: check propdesc before setting props in
  create_new_abstract_list()

2008-09-25  Linus Walleij <triad@df.lth.se>

* configure.ac: bump to 0.3.3.
* src/Makefile.am: interface to .so.8.1.0
* Release as 0.3.3.

2008-09-24  Linus Walleij <triad@df.lth.se>

* src/libmtp.h.in: add new filename setting functions, patch
  from Florent Mertens <flomertens@gmail.com>.
* src/libmtp.c: implementation.
* src/playlist-spl.c: consequental changes.
* src/libmtp.sym: consequental changes.
* Fixup patch from Alvin later this day.
* Note to self: remember to bump soname to .so.8.1.0.

2008-09-23  Richard Low <richard@wentnet.com>

* src/libmtp.c: check for NULL storage
* src/libusb-glue.c: return PTP_RC_OK on zero read
* src/music-players.h: give Samsung YP-10 DEVICE_FLAG_NO_ZERO_READS

2008-09-22  Linus Walleij <triad@df.lth.se>

* src/libmtp.c: make sure we don't try to fit a new file onto
  a ROM storage. Add some pretty-print to FourCC codecs so
  you can actually understand the enumerations.

2008-09-20  Joe Nahmias <joe@nahmias.net>

* examples/sendtr.c: added option to specify which
  storage_id the track should be copied.

2008-09-20  Linus Walleij <triad@df.lth.se>

* configure.ac: bump to 0.3.2.
* src/Makefile.am: bump to libmtp.so.8.0.2, compatible
  interface.
* Release this as 0.3.2 mainly to get the Creative fixes out.

2008-09-17  Linus Walleij <triad@df.lth.se>

* src/libmtp.h.in: new helper macros from
  Alvin <alvinbeach@gmail.com> plus some docs.

2008-09-12  Linus Walleij <triad@df.lth.se>

* src/music-players.h: drop bug flags off the Creative devices.
  I am confident that the bugs they were masking have been
  fixed now.

2008-09-07  Richard Low <richard@wentnet.com>

* src/music-players.h: added Panasonic P905i

2008-09-05  Marcus Meissner <meissner@suse.de>

* src/libmtp.sym: update symbol export table.
* src/Makefile.am: fix up some magic for symbol export.

2008-09-04  Linus Walleij <triad@df.lth.se>

* src/libmtp.c: look up the filename for playlists if the name is
  missing or not properly set. Not doing the same for albums -
  these must have proper metadata.
* src/music-players.h: more players as usual.
* examples/sendtr.c: more warnings.

2008-08-31  Linus Walleij <triad@df.lth.se>

* src/ptp.h: sync to upstream.
* src/ptp.c: sync to upstream.

2008-08-30  Chris Bagwell <chris@cnpbagwell.com>

* src/libusb-glue.c: make it possible to have per-command
  or otherwise altered timeout values for different PTP
  request/response sequences.
* src/libusb-glue.h: dito.
* src/libmtp.c: increase USB timeout to 30s when getting
  a complete track listing off the device.
* src/music-players.h: as a consequence, the Sirus Stiletto
  no longer needs any brokenness flag.

2008-08-30  Linus Walleij <triad@df.lth.se>

* src/ptp.c: sync to upstream.

2008-08-28  Linus Walleij <triad@df.lth.se>

* examples/sendtr.c: fix non-strdup():ed strings to be
  copied, patch courtesy of Juanan Pereira.

(wiz)

2010-01-18 10:01:49 UTC MAIN commitmail json YAML

Second try at jpeg-8 recursive PKGREVISION bump.

(wiz)

2010-01-18 09:59:46 UTC MAIN commitmail json YAML

2010-01-18 09:39:20 UTC MAIN commitmail json YAML

Updated proj and gdal-lib

(adam)

2010-01-18 09:36:43 UTC MAIN commitmail json YAML

Changes 1.6.3:
* r13533 (ogr postgis plugin) have been added to the stable branch only
* GRIB detection not thread safe
* Bug fixes

Changes 1.6.2:
* OGR expression parser causes access violations with large expressions
* OGR cannot open/handle .DBF files > 2 GB
* crash in cpl_vsil_win32.cpp when compiling as x64 under Windows
* create index sql execute problem
* GTiffDataset::FlushCache() cause crashes when used just after dataset creation
* GDALDefaultOverviews::BuildOverviews() causes out-of-bounds writes for a
  1x1 dataset
* gdaladdo crashes on a 16-bit dataset when external overviews are requested
  to have JPEG compression
* Corrupt EXIF info can cause stack buffer overflow in JPEG driver

(adam)

2010-01-18 09:36:10 UTC MAIN commitmail json YAML

Changes 1.6.3:
* r13533 (ogr postgis plugin) have been added to the stable branch only
* GRIB detection not thread safe
* Bug fixes

Changes 1.6.2:
* OGR expression parser causes access violations with large expressions
* OGR cannot open/handle .DBF files > 2 GB
* crash in cpl_vsil_win32.cpp when compiling as x64 under Windows
* create index sql execute problem
* GTiffDataset::FlushCache() cause crashes when used just after dataset creation
* GDALDefaultOverviews::BuildOverviews() causes out-of-bounds writes for a
  1x1 dataset
* gdaladdo crashes on a 16-bit dataset when external overviews are requested
  to have JPEG compression
* Corrupt EXIF info can cause stack buffer overflow in JPEG driver

(adam)

2010-01-18 08:56:02 UTC MAIN commitmail json YAML

Changes 4.7.0:
* Added in memory caching of init file search results for substantial
  acceleration in some application environments (like MapServer).
* Regenerated nad/epsg init file with EPSG 7.1 database, including new
  support for Google Mercator (EPSG:3857).
* Various thread safety improvements, including preliminary support for
  a mutex lock around some operations, like grid loading.

(adam)

2010-01-18 08:52:02 UTC MAIN commitmail json YAML

Updated databases/sqlite3 to 3.6.22

(adam)

2010-01-18 08:51:09 UTC MAIN commitmail json YAML

Changes 3.6.22:
* Fix bugs that can (rarely) lead to incorrect query results when the CAST
  or OR operators are used in the WHERE clause of a query.
* Continuing enhancements and improvements to FTS3.
* Other miscellanous bug fixes.

(adam)

2010-01-18 06:51:22 UTC MAIN commitmail json YAML

Updated pkgtools/revbump to 2.0

(wiz)

2010-01-18 06:51:14 UTC MAIN commitmail json YAML

Use dummy package name in example instead of existing one. Bump version.

(wiz)

2010-01-18 02:43:04 UTC MAIN commitmail json YAML

2010-01-18 02:23:52 UTC MAIN commitmail json YAML

2010-01-17 18:41:54 UTC MAIN commitmail json YAML

library major was bumped again. (sigh)

(tnn)

2010-01-17 18:30:45 UTC MAIN commitmail json YAML

tn3270 is back

(spz)

2010-01-17 18:26:28 UTC MAIN commitmail json YAML

2010-01-17 17:38:36 UTC MAIN commitmail json YAML

Updated devel/p5-Module-Build to 0.36010

(sno)

2010-01-17 17:38:18 UTC MAIN commitmail json YAML

Updating devel/p5-Module-Build from 0.35000 to 0.36010

pkgsrc changes:
  - Adjusting options (upstream update clearifies a lot there)
  - Adjusting mandatory dependencies
  - Remove dependencies included at least in 5.10 perl-core

Upstream changes since 0.35 (skipping detailed list of developer versions):
0.3601 - Mon Dec 21 14:39:33 EST 2009
Bug fixes:
- When the currently running Module::Build is not the same as the one
  that created the Build file, there is now a warning rather than a fatal
  error.  This helps installation of dependency chains where a dependency
  might configure_requires a new Module::Build after Build.PL was already
  run for an earlier distribution. [David Golden, on advice of Matt Trout]

Other:
- t/bundle_inc.t fails in odd ways.  This test of an experimental feature
  should not prevent users from installing Module::Build, so this test
  now skips unless $ENV{MB_TEST_EXPERIMENTAL} is true

0.36 - Sun Dec 20 15:02:38 EST 2009

No changes from 0.35_15 other than the version number.

Summary of major changes since 0.35:
Enhancements:
- Added 'Build installdeps' action to install needed dependencies via
  a user-configurable command line program.  (Defaults to 'cpan'.)
- Command line options may be set via the PERL_MB_OPT environment
  variable (similar to PERL_MM_OPT in ExtUtils::MakeMaker)
- Generates MYMETA.yml during Build.PL (new standard protocol for
  communicating configuration results between toolchain components)
- Reduced amount of console output under normal operation (use --verbose
  to see all output)
- Added experimental inc/ bundling; see Module::Build::Bundling for
  details.

New or changed properties:
- Added 'share_dir' property to provide File::ShareDir support;
  File::ShareDir automatically added to 'requires' if 'share_dir' is set
- Added 'needs_compiler' property.  Defaults to true if XS or c_source
  exist.  If true, ExtUtils::CBuilder is also added to build_requires.
- 'C_support' is no longer an optional feature.  Modern ExtUtils::CBuilder
  and ExtUtils::ParseXS added to the 'requires' list.  This ensures that
  upgrading Module::Build will upgrade these critical modules.
- Clarified that 'apache' in the license attribute indicates the Apache
  License 2.0 and added 'apache_1_1' for the older version of the license
  (RT#50614)

Deprecations:
- Module::Build::Compat 'passthrough' style has been deprecated.  Using
  'passthrough' will issue warnings on Makefile.PL generation.  See
  Module::Build::Compat documentation for rationale.

Internals:
- Replaced use of YAML.pm with YAML::Tiny; Module::Build::YAML is now
  based on YAML::Tiny as well
- A new get_metadata() method has been added as a simpler wrapper around
  the old, kludgy prepare_metadata() API.
- Replaced guts of new_from_context().  Build.PL is now executed in a
  separate process before resume() is called.  (This is generally only of
  interest to Module::Build or toolchain developers) (RT#49350)
- Add support for 'package NAME VERSION' syntax added in Perl 5.11.1

Notable bug fixes:
- The "test" action now dies when using the 'use_tap_harness'
  option and tests fail, matching the behavior under Test::Harness.
  (RT#49080) [initial patch from David Wheeler; revised by David Golden]
- Updated PPM generation to PPM v4 (RT#49600) [Olivier Mengue]
- When module_name is not supplied, no packlist was being written; fixed
  by guessing module_name from dist_version_from or the directory name
  (just like ExtUtils::Manifest does without NAME) [David Golden]
- Failure to detect a compiler will now warn during Build.PL and be a
  fatal error when trying to compile during Build. (RT#48918) [David
  Golden]
- Auto-detection of abstract and author fixed for mixed-case POD headers
  (RT#51117) [David Wheeler]
- resume() was not restoring additions to @INC added in Build.PL
  (RT#50145) [David Golden]
- When tarball paths are less than 100 characters, disables 'prefix'
  mode of Archive::Tar for maximum compatibility (RT#50571) [David Golden]
- Merging 'requires' and 'build_requires' in Module::Build::Compat could
  lead to duplicate PREREQ_PM entries; now the highest version is used
  for PREREQ_PM. (RT#50948) [David Golden]
- Module::Build::Compat will now die with an error if advanced,
  non-numeric prerequisites are given, as these are not supported by
  ExtUtils::MakeMaker in PREREQ_PM [David Golden]

(sno)

2010-01-17 17:28:06 UTC MAIN commitmail json YAML

2010-01-17 17:27:25 UTC MAIN commitmail json YAML

2010-01-17 17:14:31 UTC MAIN commitmail json YAML

Add support for user destinaton directory installation.

(tron)

2010-01-17 16:08:00 UTC MAIN commitmail json YAML

Updated devel/p5-Module-Install to 0.91nb2

(sno)

2010-01-17 16:07:45 UTC MAIN commitmail json YAML

Adjusting dependencies to use Modules from Perl core, when reasonable.
Bumping revision to force rebuild (reduce cyclic dependencies detected
by tron@).

(sno)

2010-01-17 15:49:06 UTC MAIN commitmail json YAML

updated devel/rt3 to 3.8.7

(spz)

2010-01-17 15:45:54 UTC MAIN commitmail json YAML

update maintainer (*brrr* :)
Update to next version (thanks to Frederic Jaeckel for the prod).
The upstream changelog is:

* Stop old DateTime or DateTime::Locales from exploding in Preferences
* Move all JS for hierarchical CFs onto derivative field; remove DerivativeCFs
  method
Fix bug on Oracle when selecting against a CLOB
* Call the method on the object, not the username string (Reported by
  Philip Shore)
Fix error when using WebExternalAuth and setting user info
* When using WebExternalAuth don't issue a new session cookie on each request
Fix lost attachments when using WebExternalAuth. WebExternalAuthContinuous
can be set back to 1
* Mention missing index that was only added to upgrade scripts
* fixes for PlainTextMono config option introduced in 3.8.6
* fixes for updating charts and dashboards
* delete links from Bulk Update

(spz)

2010-01-17 13:49:07 UTC MAIN commitmail json YAML

Updated textproc/p5-YAML to 0.71nb1

(seb)

2010-01-17 13:47:34 UTC MAIN commitmail json YAML

Update p5-YAML from version 0.71 to version 0.71nb1.

Pkgsrc changes:
Set PERL5_MODULE_TYPE to Module::Install::Bundled so a circular
dependency on involving devel/p5-Module-Build, textproc/p5-YAML and
devel/p5-Module-Install is avoided.

(seb)

2010-01-17 13:24:27 UTC MAIN commitmail json YAML

Undo unnecessary revision bump of this package. It doesn't require "jpeg",
has never required "jpeg" and will hopefully never require "jpeg".

(tron)

2010-01-17 12:03:42 UTC MAIN commitmail json YAML

Fix typo: py-django-registratio -> py-django-registration.

(wiz)

2010-01-17 12:02:58 UTC MAIN commitmail json YAML

2010-01-17 11:53:52 UTC MAIN commitmail json YAML

Updated graphics/jpeg to 8

(wiz)

2010-01-17 11:53:40 UTC MAIN commitmail json YAML

Update to 8:

The current version is release 8 of 10-Jan-2010. Version 8 of the
JPEG software introduces basic new features for image coding
application and comes with an essential update of the original JPEG
specification.

New features and enhancements have been developed for the three
major parts of the IJG library: the compression, the decompression,
and the transcoding parts. These parts are represented by the three
major tools of the IJG software: cjpeg (compress JPEG), djpeg
(decompress JPEG), and jpegtran (transcode JPEG - lossless):  IJG
Tools New jpegtran -scale lossless resize feature

A new option has been added to the jpegtran tool and transcoding
library:

-scale M/N    Scale output image by fraction M/N, eg, 1/8

Currently supported scale factors are M/N with all M from 1 to 16,
where N is the source DCT size, which is 8 for baseline JPEG. If
the /N part is omitted, then M specifies the DCT scaled size to be
applied on the given input. For baseline JPEG this is equivalent
to M/8 scaling, since the source DCT size for baseline JPEG is 8.
CAUTION: An implementation of the JPEG SmartScale extension is
required for this feature. SmartScale enabled JPEG is not yet widely
implemented, so many decoders will be unable to view a SmartScale
extended JPEG file at all.

New djpeg -scale feature

The -scale option of the djpeg tool and decompression library has
been extended:

-scale M/N    Scale output image by fraction M/N, eg, 1/8

Currently supported scale factors are M/N with all M from 1 to 16,
where N is the source DCT size, which is 8 for baseline JPEG. If
the /N part is omitted, then M specifies the DCT scaled size to be
applied on the given input. For baseline JPEG this is equivalent
to M/8 scaling, since the source DCT size for baseline JPEG is 8.

New cjpeg features

Two new features have been added to the cjpeg tool and compression
library:

-quality N[,...]  Compression quality (0..100; 5-95 is
useful range) -scale M/N    Scale image by fraction M/N,
eg, 1/2

The -quality option has been extended for support of separate
quality settings for luminance and chrominance (or in general, for
every provided quantization table slot). This feature is useful
for high-quality applications which cannot accept the damage of
color data by coarse subsampling settings. You can now easily reduce
the color data amount more smoothly with finer control without
separate subsampling. The resulting file is fully compliant with
standard JPEG decoders.

A new -scale option is provided with cjpeg which complements the
corresponding djpeg -scale option. The supported range of scaling
factors is 8/N with all N=1...16.  This means you can now easily
alter the nominal spatial resolution of a given source image while
compressing to JPEG without additional resampling.  For example,
if you have an image sensor providing an effective capture resolution
of 2268x1512 pixels (HI resolution), you can now directly generate
a MED resolution of 1512x1008 pixels (-scale 2/3) and a LOW resolution
of 1134x756 pixels (-scale 1/2) from the sensor source resolution
with the library while compressing to JPEG without additional
resampling.  (An efficient 12x12 FDCT is used in the -scale 2/3
case, and an efficient 16x16 FDCT is used in the -scale 1/2 case
instead of the standard 8x8 FDCT inside the library, ensuring
high-quality downscaled results - the resulting file is fully
compliant with standard JPEG decoders.)

(wiz)

2010-01-17 11:50:09 UTC MAIN commitmail json YAML

netatalk update.

(markd)

2010-01-17 11:48:04 UTC MAIN commitmail json YAML

update netatalk to 2.0.5

NEW: afpd: Time Machine support with new volume option "tm".
FIX: papd: Remove variable expansion for BSD printers. Fixes
    CVE-2008-5718.
FIX: afpd: .AppleDxxx folders were user accessible if option 'usedots'
    was set
FIX: afpd: vetoed files/dirs where still accessible
FIX: afpd: cnid_resolve: don't return '..' as a valid name.
FIX: uniconv: -d option wasn't working

(markd)

2010-01-17 11:40:16 UTC MAIN commitmail json YAML

update version in master_site. hi tnn!

(zafer)

2010-01-17 11:33:20 UTC MAIN commitmail json YAML

Explicitly disable libv4l2 detection (as it currently only works on
linux anyway).  Fixes PR pkg/42622.

(markd)

2010-01-17 11:27:55 UTC MAIN commitmail json YAML

KDE SVN commit r1074158 by ttrnka:

Properly check errors during authentication to avoid falling into an
infinite loop.

(markd)

2010-01-17 11:24:04 UTC MAIN commitmail json YAML

2010-01-17 11:13:35 UTC MAIN commitmail json YAML

Updated devel/p5-MouseX-Types to 0.04

(seb)

2010-01-17 11:13:27 UTC MAIN commitmail json YAML

Update p5-MouseX-Types from version 0.02 to version 0.04.

Pkgsrc changes:
- Adjust dependencies
- Set LICENSE
- Adjust MASTER_SITES

Upstream changes:
0.04 Sun Jan  3 10:23:47 2010
    - Add copyright information (RT #53013)
    - Support type predicates
        (e.g. "use MouseX::Types::Mouse qw(is_Int)")

0.03 Sun Dec 20 15:13:39 2009
    - Shipped as a stable version

0.02_03 Thu Dec 17 14:16:53 2009
    - Fix segmentation fault issue on older perls (gfx)

0.02_02 Tue Dec 15 12:05:34 2009
    - Fix parametarization issue (gfx)

0.02_01 Sun Dec 13 16:39:09 2009
    - Refactoring for new Mouse (gfx)
    - Fix import to warn about undefined types (gfx)
    - Support type parametarization (gfx)
    - Support Mouse::Exporter (gfx)

(seb)

2010-01-17 10:36:02 UTC MAIN commitmail json YAML

Updated devel/p5-Mouse to 0.47

(seb)

2010-01-17 10:35:53 UTC MAIN commitmail json YAML

Update from version 0.40 to version 0.47

Pkgsrc changes:
- adjust dependencies
- Remove commented stuff
- C compiler is now needed
- Set PERL5_MODULE_TYPE to Module::Install::Bundled as upstream bundles
some Module::Install extensions

Upstream changes:
0.47 Fri Jan 15 15:07:21 2010
    * Makefile.PL
        - Shipped with M::I::XSUtil 0.21 (gfx)
        - Fixed an issue that gcc 4.0 don't support -Wc++-compat (gfx)
    * Mouse
        - Add a caveat on XS callbacks to the pod (gfx)

0.46 Sat Jan  9 17:54:30 2010
    * Mouse::Meta::Attribute
        - Add support for code references for handles
            patched by Frank Cuny (gfx)
    * Mouse::Util::TypeConstraints
        - Fix Str and ScalarRef for typeglobs, lvalues, and etc. (gfx)
    * oose.pm
        - Add Moose::Util::TypeConstraints exports to allow easier testing
            of TypeConsraints from the command line (gfx)

0.4501 Tue Dec 22 16:02:15 2009
    * Fix an issue on circular dependencies (RT #52939, thanks to t0m)
    - (see also http://rt.cpan.org/Public/Bug/Display.html?id=52939 )

0.45 Sat Dec 19 17:22:46 2009
    * Fix filename portability issue (RT #52828, thanks to Peter Edwards)

    * Fix an issue that definitions of anonymous types could fail (gfx)

    * Mouse::Meta::Attributes
        - Add set_value/get_value/has_value/clear_value (gfx)
          (Note that thsese methods are depend on the accessors)

    * Test::Mouse
        - Add with_immutable (gfx)

0.44 Wed Dec  9 21:43:21 2009
    * Shipped with Module::Install::XSUtil 0.19 (gfx)

    * Test::Mouse
        - Added (gfx)

    * Mouse::Util::TypeConstraints
        - Add duck_type (gfx)

0.43 Mon Dec  7 14:21:59 2009
    * Improve documents

    * Mouse::Meta::Module
        - Remove undocumented has_package_symbol and get_package_symbol (gfx)
            (They are introduced in 0.41, but seem useless in Mouse)

0.42 Sat Dec  5 16:05:06 2009
    * Fix a PAUSE indexing issue (gfx)

0.41 Sat Dec  5 15:00:33 2009
    * This is the first stable version of Mouse::XS
        - Mouse::XS is about 2 times faster than Mouse::PurePerl

    * SUMMARY
        - Many stuff are now in XS
        - Support "use Mouse -traits => ..." subdirective

    * INCOMPATIBILITY CHANGES (but compatible with Moose)
        - The type of default value is constrained correctly
        - The default values is weakend correctly
        - BUILDALL/DEMOLISHALL are no longer called

(seb)

2010-01-17 08:48:41 UTC MAIN commitmail json YAML

Updated graphics/hugin to 2009.4.0

(adam)

2010-01-17 08:24:27 UTC MAIN commitmail json YAML

2010-01-17 08:16:52 UTC MAIN commitmail json YAML

Update HOMEPAGE and MASTER_SITES.

(dholland)

2010-01-17 08:04:32 UTC MAIN commitmail json YAML

minor English usage nit

(dholland)

2010-01-17 08:02:49 UTC MAIN commitmail json YAML

Update HOMEPAGE and MASTER_SITES.

(dholland)

2010-01-17 08:00:47 UTC MAIN commitmail json YAML

2010-01-17 05:48:24 UTC MAIN commitmail json YAML

Remove unused files that appear to be leftovers from some pre-NetBSD
makefile scheme.

It's clear nobody'd maintained tn3270 in base for a long, long time.

(dholland)

2010-01-17 02:55:17 UTC MAIN commitmail json YAML

Updated textproc/tokyodystopia to 0.9.13nb2

(obache)

2010-01-17 02:55:07 UTC MAIN commitmail json YAML

Bump PKGREVISION from tokyocabinet shlib bump.

(obache)

2010-01-17 02:54:26 UTC MAIN commitmail json YAML

Updated databases/ruby-tokyotyrant to 1.13

(obache)

2010-01-17 02:54:16 UTC MAIN commitmail json YAML

2010-01-17 02:53:38 UTC MAIN commitmail json YAML

Updated databases/p5-tokyotyrant to 1.16

(obache)

2010-01-17 02:53:28 UTC MAIN commitmail json YAML

2010-01-17 02:52:08 UTC MAIN commitmail json YAML

Note revision bump of tokyocabinet language bindings.

(obache)

2010-01-17 02:49:17 UTC MAIN commitmail json YAML

Updated databases/tokyotyrant to 1.1.39

(obache)

2010-01-17 02:49:05 UTC MAIN commitmail json YAML

Update tokyotyrant to 1.1.39.

2009-12-07  Mikio Hirabayashi  <hirarin@gmail.com>

* ttutil.c (ttservstart): error handler for the accept call was added.

* ttserver.c (proc): the system connection limit is now reset.

- Release: 1.1.39

2009-11-05  Mikio Hirabayashi  <hirarin@gmail.com>

* ttserver.c (do_mc_append, do_mc_prepend): new functions.

- Release: 1.1.38

2009-10-20  Mikio Hirabayashi  <hirarin@gmail.com>

* ttserver.c (do_stat): "fatal" attribute was added.

* ttutil.c (ttwaitsock): new function.

* ttutil.c (ttopensock, ttsocksend, ttsockgetc): "errno" is now copied just in case.

* tcrdb.c (tcrdbparasearchworker): a bug of race condition was fixed.

- Release: 1.1.37

2009-10-06  Mikio Hirabayashi  <hirarin@gmail.com>

* scrext.c (serv_strstr): new function.

* ttserver.c (main, proc): "-mul" option was added.

- Release: 1.1.36

2009-09-18  Mikio Hirabayashi  <hirarin@gmail.com>

* tculog.c (tculogadbputshl, tculogadbputshlproc): new functions.

* scrext.c (iterrec): a bug related to handling the return value was fixed.

* ttserver.c (do_http_post): "tcadbmisc" is now supported.

* ttserver.c (do_stat, do_mc_stats): counts of command execution are now output.

* tcrdb.c (tcrdbparasearch, tcrdbparasearchworker): new functions.

- Release: 1.1.35

2009-08-04  Mikio Hirabayashi  <hirarin@gmail.com>

* tcrdb.c (tcrdbput, tcrdbout, tcrdbget): reconnect mechanism was enhanced.

* tcrdb.c (tcrdbreconnect): delay mecahism was added.

* tculog.c (tculrdnew): a bug related to timestamp detection was fixed.

* tcrmgr.c (runimporttsv, procimporttsv): "-sep" option was added.

* ttserver.c (do_log): a bug of buffer overrun was fixed.

- Release: 1.1.34

(obache)

2010-01-17 02:46:57 UTC MAIN commitmail json YAML

2010-01-17 02:45:17 UTC MAIN commitmail json YAML

Updated databases/tokyocabinet to 1.4.41

(obache)

2010-01-17 02:45:00 UTC MAIN commitmail json YAML

Update tokyocabinet to 1.4.41.

2009-12-07  Mikio Hirabayashi  <hirarin@gmail.com>

* tctdb.c (tctdbidxputtoken, tctdbidxputqgram): domain overflow checking was added.

- Release: 1.4.41

2009-11-24  Mikio Hirabayashi  <hirarin@gmail.com>

* tchdb.c (tchdbputimpl): efficiency of using the free block pool was improved.

* tchdb.c (tchdboptimizeimpl): the behaviour in no lock mode was modified.

- Release: 1.4.40

2009-11-11  Mikio Hirabayashi  <hirarin@gmail.com>

* tcutil.h (TCALIGNOF, tcgeneric_t): new macros.

* tcutil.h (TCALIGNPAD): the alignment is now calculated by the generic union.

* myconf.h (_alignof, _issigned, _maxof): new macros.

- Release: 1.4.39

2009-11-09  Mikio Hirabayashi  <hirarin@gmail.com>

* tcutil.c (tcsysinfo): FreeBSD and Mac OS X are now supported.

* tcutil.c (tcmpoolclear): new function.

* tchdb.c (tchdbputproc): a potential bug of memory aligment violation was fixed.

* tcbdb.c (tcbdbputproc): a potential bug of memory aligment violation was fixed.

* tcfdb.c (tcfdbputproc): a potential bug of memory aligment violation was fixed.

- Release: 1.4.38

2009-10-27  Mikio Hirabayashi  <hirarin@gmail.com>

* tctdb.c (tctdbcacheclear, tctdbcacheclearimpl): new functions.

* tcadb.c (tcadbmisc): "getpart", "cacheclear", and "regex" functions were added.

- Release: 1.4.37

2009-10-26  Mikio Hirabayashi  <hirarin@gmail.com>

* tcutil.c (tcwwwformdecode2): a bug related to multiple cookie handling was fixed.

* tcadb.c (tcadbmisc): the "error" functions were added.

- Release: 1.4.36

2009-10-06  Mikio Hirabayashi  <hirarin@gmail.com>

* tchdb.c (tchdbseekwrite): a bug related to emulation of the UBC was fixed.

* tchdb.c (tchdbvanishimpl): potential memory leak was removed.

* tcfdb.c (tcfdbvanishimpl): potential memory leak was removed.

* tcadb.c (tcadbsetskelmulti, tcadbmulnew, tcadbmuldel): new functions.

* tcadb.c (tcadbmisc): "range" sub function for B+ tree was added.

* tcamgr.c (setskeltran): new function.

* tcamttest.c: new file.

- Release: 1.4.35

2009-09-11  Mikio Hirabayashi  <hirarin@gmail.com>

* myconf.h: a macro for environment without "nanl" was added.

* tctdbmetasearch (tctdbmetasearch): a bug related to the limit parameters was fixed.

- Release: 1.4.34

2009-08-31  Mikio Hirabayashi  <hirarin@gmail.com>

* tcutil.h, tchdb.h, tcbdb.h, tcfdb.h, tctdb.h, tcadb.h: including stdbool.h was wrapped.

* tcutil.c (tccmpdecimal): accuracy was improved and now real number is supported.

* tctdb.c (tctdbqrycondmatch): accuracy of decimal operators was improved.

- Release: 1.4.33

(obache)

2010-01-17 02:28:22 UTC MAIN commitmail json YAML

whoops, should use the curses bl3. no version bump, ride the import.

(dholland)

2010-01-17 02:17:18 UTC MAIN commitmail json YAML

2010-01-17 02:16:29 UTC MAIN commitmail json YAML

2010-01-17 02:14:51 UTC MAIN commitmail json YAML

The package bits for tn3270. This is a bit rough and probably not going to
build except on netbsd-5 and -current, but we can take that as it comes.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(dholland)

2010-01-17 02:11:57 UTC MAIN commitmail json YAML

Use our own map3270 file instead of hardwiring /usr/share/misc.

(dholland)

2010-01-17 02:11:15 UTC MAIN commitmail json YAML

2010-01-17 02:10:53 UTC MAIN commitmail json YAML

fix slipup in man page names

(dholland)

2010-01-17 02:10:38 UTC MAIN commitmail json YAML

Update json-glib to 0.10.0.

Overview of changes for 0.10.0
==============================
* Fix generation of doubles [Cornelius Hald]
* Add more units to the test suite
* Add JsonNode macros for quick type checking
* Guarantee insertion order when parsing and generating JSON Objects
* Serialize GParamSpecObject properties
* Add serialization and deserialization for GBoxed types
* Add API for serializing GObjects to, and deserializing from, JsonNode
* Build environment fixes
* Documentation fixes
* Generate correct introspection data
* Make JsonSerializable in complete control of deserialization [Tristan Van
  Berkom]

(obache)

2010-01-17 02:02:55 UTC MAIN commitmail json YAML

patch-ae is gone, remove hash too.

(dsainty)

2010-01-17 01:41:34 UTC MAIN commitmail json YAML

2010-01-17 01:33:33 UTC MAIN commitmail json YAML

2010-01-17 01:07:02 UTC MAIN commitmail json YAML

Updated devel/p5-Test-NoWarnings to 1.01

(sno)

2010-01-17 01:06:52 UTC MAIN commitmail json YAML

Updating devel/p5-Test-NoWarnings from 0.084nb1 to 1.01

pkgsrc changes:
  - Adding license definition

Upstream changes:
1.01 15 Jan 2010 - Adam Kennedy
- My release automation accidentally decided that Test::NoWarnings
  was a Perl licensed distribution. Added in the appropriate changes
  to make sure it is correctly built with the LGPL license.

1.00 11 Jan 2010 - Adam Kennedy
- Cleaned and updated the packaging of the module, the dependencies
  and the Makefile.PL contents, but otherwise remains unchanged (ADAMK)
- Now makes explicit the Perl 5.006 dependency that was previously
  an undocumented implicit dependency (ADAMK)

(sno)

2010-01-17 01:03:20 UTC MAIN commitmail json YAML

Updated devel/p5-Test-Aggregate to 0.36.3

(sno)

2010-01-17 01:03:10 UTC MAIN commitmail json YAML

Updating devel/p5-Test-Aggregate from 0.36.1 to 0.36.3

Upstream changes:
0.363  24/11/2009
        - Pass current test name to setup and teardown.

0.362  17/11/2009
        - Removed broken "check_plan" from Test::Aggregate.  It was always
          dodgy and really doesn't contribute much and the latest release
          broke with 'no_plan'.  We now warn if we see this.
        - Minimum Test::More is now 0.94.  This gives us more robust nested
          TAP.

(sno)

2010-01-17 01:00:23 UTC MAIN commitmail json YAML

Updated devel/p5-SVN-Simple to 0.28

(sno)

2010-01-17 01:00:13 UTC MAIN commitmail json YAML

Updating devel/p5-SVN-Simple from 0.27nb4 to 0.28

pkgsrc changes:
  - Adding missing pkgsrc meta data (HOMEPAGE, LICENSE, ...)

Upstream changes:
[Changes for 0.28 - Dec 8, 2009]
* Make tests pass for Subversion 1.6.x.

(sno)

2010-01-17 00:55:52 UTC MAIN commitmail json YAML

Updated devel/p5-Sub-Uplevel to 0.2200

(sno)

2010-01-17 00:55:42 UTC MAIN commitmail json YAML

Updating devel/p5-Sub-Uplevel from 0.2002 to 0.2200

Upstream changes:
0.22 Tue Nov 17 05:38:42 EST 2009
    - meta: added repository to metadata [Alexandr Ciornii]

0.21_01 Sat Nov 29 15:24:49 EST 2008
    - added: the ":aggressive" tag may be used to force reloading of
      Exporter, which often binds caller() prior to Sub::Uplevel's global
      override

(sno)

2010-01-17 00:51:18 UTC MAIN commitmail json YAML

Updated x11/p5-Wx to 0.96

(sno)

2010-01-17 00:51:06 UTC MAIN commitmail json YAML

Updating x11/p5-Wx from 0.95 to 0.96

Upstream changes:
0.96  Sat Jan  9 10:40:00 CET 2010
- Fixed Windows build with MSVC 6 buil.

(sno)

2010-01-17 00:38:40 UTC MAIN commitmail json YAML

Updated x11/p5-Alien-wxWidgets to 0.50

(sno)

2010-01-17 00:38:29 UTC MAIN commitmail json YAML

Updating x11/p5-Alien-wxWidgets from 0.48 to 0.50

Upstream changes:
0.50  Sun Jan 10 16:16:44 CET 2010
- When compiling on Windows with MSVC 9, make the generated
  wxWidgets DLL load correctly by adding a manifest to them
  (suggested by IKEGAMI).
- Add a missing file to the distribution.

(sno)

2010-01-17 00:36:20 UTC MAIN commitmail json YAML

Updated pkgtools/pkglint to 4.92

(jnemeth)

2010-01-17 00:31:37 UTC MAIN commitmail json YAML

Updated www/p5-HTTP-Body to 1.06

(sno)

2010-01-17 00:31:27 UTC MAIN commitmail json YAML

Updating www/p5-HTTP-Body from 1.05 to 1.06

pkgsrc changes:
  - Adding license definition
  - Adjusting dependencies
  - Adjusting module type

Upstream changes:
1.06    2010-01-09 19:21:00
        - Added $body->cleanup(1) flag to enable auto-deletion of temporary
          files during DESTROY. (Vany Serezhkin)
        - Fixed parsing of multipart bodies with boundaries that contain
          commas.
          (Tomas Doran, http://rt.cpan.org/Public/Bug/Display.html?id=41407)
        - Dropped YAML, we now use Perl as a serialization format in our
          tests. We call this PAML ;)

(sno)

2010-01-17 00:22:18 UTC MAIN commitmail json YAML

Updated textproc/p5-Text-FindIndent to 0.08

(sno)

2010-01-17 00:22:08 UTC MAIN commitmail json YAML

Updating textproc/p5-Text-FindIndent from 0.07 to 0.08

Upstream changes:
0.08
- Handle case where hash keys and values are indented by braces pos + 1
  (CHORNY)
- Check if indent level is same on next line and slightly increase probability of
  current indent type. Should be faster too. (CHORNY)
- Add option 'first_level_indent_only' to check only indent where previous line
  is empty. (CHORNY)

(sno)

2010-01-17 00:20:00 UTC MAIN commitmail json YAML

Updated textproc/p5-Text-CSV to 1.16

(sno)

2010-01-17 00:19:47 UTC MAIN commitmail json YAML

Updating textproc/p5-Text-CSV from 1.15 to 1.16

Upstream changes:
1.16  Tue Dec  8 19:02:58 2009
- updated the compatibility for Text::CSV_XS version 0.70
    * Added quote_space attribute
    * Forbad \r and \n in sep_char, quote_char, and escape_char

(sno)

2010-01-17 00:17:18 UTC MAIN commitmail json YAML

Updated textproc/p5-Text-CSV_XS to 0.70

(sno)

2010-01-17 00:17:06 UTC MAIN commitmail json YAML

Updating textproc/p5-Text-CSV_XS from 0.69 to 0.70

Upstream changes:
2009-12-02 0.70 - H.Merijn Brand  <h.m.brand@xs4all.nl>
    * Add quote_space attribute
    * Forbid \r and \n in sep_char, quote_char, and escape_char

(sno)

2010-01-17 00:14:22 UTC MAIN commitmail json YAML

Updated textproc/p5-YAML to 0.71

(sno)

2010-01-17 00:14:11 UTC MAIN commitmail json YAML

Updating textproc/p5-YAML from 0.70 to 0.71

pkgsrc changes:
  - Adding module type

Upstream changes:
version: 0.71
date:    Sun Jan 3 12:25:00 AEST 2010
changes:
- Set file encoding to UTF-8 in LoadFile/DumpFile (RT#25434) by Olivier Mengue
- We shouldn't have to care about 5.8.0. Since it's causing CPAN Testers
  failures, bump the minimum Perl to 5.8.1

(sno)

2010-01-17 00:08:47 UTC MAIN commitmail json YAML

Updated textproc/p5-Regexp-Common to 2010010201

(sno)

2010-01-17 00:08:35 UTC MAIN commitmail json YAML

Updating textproc/p5-Regexp-Common from 2.122nb1 to 2010010201

pkgsrc changes:
  - Adding license definition

Upstream changes:
Version 2010010201 Sat Jan  2 17:45:53 CET 2010
+ Playing the CPANTS game
+ Adjustments for 5.005.
+ Add $VERSION to all submodules (RT #53250)

Version 2009123001 Wed Dec 30 03:58:27 2009 +0100
+ Added Changes file, removed them from README.
+ Remove CVS traces.
+ Modernize Makefile.PL
+ POD tests
+ Work around a Darwin 9.0 on 5.8.8 issue. (RT #43786)
+ Fix POD issues. (RT #34886) (RT #48974)
+ Fail faster on some URI subpatterns (RT #52309)
+ Added many people to the Acknowledgements section.

(sno)

2010-01-17 00:02:42 UTC MAIN commitmail json YAML

Updated textproc/p5-PPI-HTML to 1.08

(sno)

2010-01-17 00:02:31 UTC MAIN commitmail json YAML

Updating textproc/p5-PPI-HTML from 1.07nb1 to 1.08

pkgsrc changes:
  - Adding license definition
  - Adjusting module type

Upstream changes:
1.08 Mon 16 Nov 2009
- Correct spelling of "PPI::Statement::Compond" so that while, for, etc. work.
- Add support for given/when/default.

(sno)

2010-01-16 23:57:30 UTC MAIN commitmail json YAML

Updated textproc/p5-podlators to 2.3.0

(sno)

2010-01-16 23:57:19 UTC MAIN commitmail json YAML

Updating textproc/p5-podlators from 2.2.1 to 2.3.0

pkgsrc changes:
  - Adjusting dependencies according to META.yml
  - Adding license definition (perl license)

Upstream changes:
2009-12-28  Russ Allbery  <rra@stanford.edu>
* VERSION: podlators 2.3.0 released.

* Do not turn off IN_NAME for any formatting code.
  Suppress formatting if in the NAME section to not confuse lexgrog.
* Test formatting codes in the NAME section.
* Allow anchor text for URLs as well. Fix the check of the anchor
          text to not think no text was provided when the text was "0".
* Test anchor text of "0" and anchor text with URLs.
* Require Pod::Simple 3.06 or later for proper handling of L<>
          tags with anchor text.
* Remove logic to skip an S<> test for Pod::Simple versions earlier
          than 3.06.
* Support anchor text for L<> links of type URL by rendering the
          anchor text and then the URL in angle brackets.
* Test rendering of L<> URL links with anchor text.
* When formatting item tags, use the width of the tag without
          formatting codes. This does not change the output of Pod::Text
          but provides a hook for correct formatting in subclasses.
* New function strip_format.
* Test proper formatting of item tags which have formatting codes
          applied.
* New test of Pod::Text::Overstrike.
* Use Test::More for testing. Remove duplicate addition of
          ../blib/lib to the library search path.
* Update to the current version of this test from C TAP Harness
          1.1, converting it to use Test::More.

2009-06-15  Russ Allbery  <rra@stanford.edu>
* Unlink temporary files in a loop to be sure that all versions
          are deleted on VMS.
          Thanks, John E. Malmberg.

2009-03-29  Russ Allbery  <rra@stanford.edu>
* Escape backslashes in the quoted text of .IX macros generated
          from X<> formatting code.
* Add test case for X<\n>.

2009-03-05  Russ Allbery  <rra@stanford.edu>
* Clarify that no markup should be used in the NAME section of a
          manual page.

2009-02-28  Russ Allbery  <rra@stanford.edu>
* Avoid POSIX::strftime because POSIX requires Fcntl, which is
  an XS module, and hence can't build in miniperl.  This allows
          ExtUtils::MakeMaker to build as a normal module in Perl core.
          Thanks, Michael G Schwern.
* Test that Pod::Man's devise_date method matches the output of
          strftime.
* Don't exit IN_NAME mode because of a C<> block.
          Thanks, Niko Tyni.
* Return an ASCII quoted string if in the NAME section to avoid
          confusing lexgrog.
          Thanks, Niko Tyni.
* Test C<> in the NAME section.

2009-01-17  Russ Allbery  <rra@stanford.edu>
* VERSION: podlators 2.2.2 released.
* New file testing Pod::Man options for changing the .TH line of the
          generated man page.
* Correctly handle indentation of verbatim paragraphs that contain
          lines with only whitespace.  Thanks, Renee Baecker.
* Test for this fix.

(sno)

2010-01-16 23:43:06 UTC MAIN commitmail json YAML

Updated textproc/p5-Pod-Simple to 3.13

(sno)

2010-01-16 23:42:52 UTC MAIN commitmail json YAML

Updating textproc/p5-Pod-Simple from 3.11 to 3.13

Upstream changes:
2009-12-17 Release 3.13 - David E. Wheeler <david@justatheory.org>
Removed deleted test file from MANIFEST.

2009-12-17 Release 3.12 - David E. Wheeler <david@justatheory.org>
Removed "All rights reserved" from all files.

Added acknowledgements to man.he.net and search.cpan.org for
permission to link man pages and Perl module links to their sites
in the output of Pod::Simple::HTML and Pod::Simple::XHTML.

Add "html_h_level" option to Pod::Simple::XHTML and ::HTML to allow
a =head1 to become an <h2> and so on. RJBS.

Add batch_mode_page_object_init() method to Pod::Simple::XHTML.
This allows it to be used by Pod::Simple::HTMLBatch.

Fixed a regression in Pod::Simple::XHTML where '=begin html' blocks
were incorrectly escaped rather than simply passed through unmolested.
RJBS.

Removed the undocumented "fullstop_space_harden" attribute, which
apparently was only used by Pod::Text a very long time ago.

(sno)

2010-01-16 23:42:32 UTC MAIN commitmail json YAML

Bump version simply because it hasn't been bumped for some time and many
changes have been made in the meantime.  These way people will know that
there are updates that don't give bogus warnings.

(jnemeth)

2010-01-16 23:37:50 UTC MAIN commitmail json YAML

2010-01-16 23:33:25 UTC MAIN commitmail json YAML

Update MASTER_SITES and HOMEPAGE.

(snj)

2010-01-16 23:23:15 UTC MAIN commitmail json YAML

2010-01-16 23:23:10 UTC MAIN commitmail json YAML

Added editors/p5-Acme-Padre-PlayCode version 0.13

(sno)

2010-01-16 23:23:02 UTC MAIN commitmail json YAML

Importing editors/p5-Acme-Padre-PlayCode v0.13

This is a simple Padre plugin to run Acme::PlayCode on either selected
source code (if there is any selection) or the entire document.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(sno)

2010-01-16 23:21:38 UTC MAIN commitmail json YAML

Removing editors/p5-Padre-Plugin-PlayCode/ (must be imported into
editors/p5-Acme-Padre-PlayCode).
Thanks to Klaus Heinz for reporting.

(sno)

2010-01-16 23:20:00 UTC MAIN commitmail json YAML

Removed editors/p5-Padre-Plugin-PlayCode

(sno)

2010-01-16 22:54:05 UTC MAIN commitmail json YAML

Updated www/p5-FCGI to 0.68

(sno)

2010-01-16 22:53:54 UTC MAIN commitmail json YAML

Updating www/p5-FCGI from 0.67nb3 to 0.68

Upstream changes:
Version 0.68 --    31 Dec 2009  <mst@shadowcat.co.uk> Matt S Trout
    o No changes since the previous development release.

Version 0.67_01 --  20 Dec 2009  <mst@shadowcat.co.uk> Matt S Trout
    o Add FILENO method which returns a defined but invalid value to
      placate things such as IPC::Run which call fileno to check if a
      filehandle is open.
      Closes bugs:
      http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=544540
      http://rt.cpan.org/Public/Bug/Display.html?id=50972
      Removes need for upstream patch in OpenBSD <bobtfish@bobtfish.net>
    o Call the fcgi lib's attach/detach <robs@fastcgi.com>

(sno)

2010-01-16 22:49:57 UTC MAIN commitmail json YAML

Updated www/p5-HTML-Mason to 1.44

(sno)

2010-01-16 22:49:47 UTC MAIN commitmail json YAML

Updating www/p5-HTML-Mason from 1.42nb1 to 1.44

pkgsrc changes:
  - Adjusting dependencies according to META.yml

Upstream changes:
1.44 Jan 4, 2010

    [ ENHANCEMENTS ]

    - Use Log::Any to log various events, such as the start and end of each
  request and each component call.

    - Add $m->log, allowing easy logging to a component-specific namespace.

    - Fix use of CHI when no data directory is specified.

1.43 Dec 25, 2009

    [ BUG FIXES ]

    - If a component was located in a patch with spaces, the feature which
  referred to errors by their source file line number was broken. This could
  cause test failures if the package was downloaded into a path with spaces by
  CPAN. Reported by Shawn Moore. RT #53072.

    - HTML::Entities is no longer an optional dependency. This fixes some issues
  with packaged versions of Mason. Reported by Jens Rehsack. RT #48890.

    - $m->flush_buffer is now ignored when inside $m->scomp or $m->content. Patch
  by Frederic Briere, with extra tests from Ruslan Zakirov. RT #38924.

(sno)

2010-01-16 22:42:01 UTC MAIN commitmail json YAML

Added devel/p5-Log-Any version 0.10

(sno)

2010-01-16 22:39:24 UTC MAIN commitmail json YAML

Added devel/p5-Log-Any version 0.10

(sno)

2010-01-16 22:39:16 UTC MAIN commitmail json YAML

Importing devel/p5-Log-Any v0.10 as dependency of scheduled update of
www/p5-HTML-Mason.

Log::Any allows CPAN modules to safely and efficiently log messages, while
letting the application choose (or decline to choose) a logging mechanism
such as Log::Dispatch or Log::Log4perl.

Log::Any has a very tiny footprint and no dependencies beyond Perl 5.6,
which makes it appropriate for even small CPAN modules to use. It defaults
to 'null' logging activity, so a module can safely log without worrying
about whether the application has chosen (or will ever choose) a logging
mechanism.

The application, in turn, may choose one or more logging mechanisms via
Log::Any::Adapter.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(sno)

2010-01-16 22:29:09 UTC MAIN commitmail json YAML

Updated security/p5-Crypt-Rijndael to 1.08

(sno)

2010-01-16 22:28:59 UTC MAIN commitmail json YAML

Updating security/p5-Crypt-Rijndael from 1.07nb1 to 1.08

pkgsrc changes:
  - Adjusting license definition

Upstream changes:
1.08 - Wed Dec  9 18:20:22 2009
* Promoting development release to full release.
* This release mainly clarifies the licensing.

1.07_02 - Tue Nov  4 02:21:27 2008
* RT #40511: Give a better warning when you try to use tainted
data as an initialization vector. If anyone wants to use
tainted data, they can patch the code to accept it.

1.07_01 - Tue Oct 14 08:59:58 2008
* Clarify that these files are under the Lesser GNU Public License
(also known as the Library GNU Public License).

(sno)

2010-01-16 22:13:29 UTC MAIN commitmail json YAML

Set LICENSE. According to the file README "re2c is in the public
domain".

(heinz)

2010-01-16 21:59:31 UTC MAIN commitmail json YAML

Updated devel/p5-B-Utils to 0.11

(sno)

2010-01-16 21:59:20 UTC MAIN commitmail json YAML

Updating devel/p5-B-Utils from 0.08 to 0.11

Upstream changes:
0.11 Tue Jan 12 2010
  - Repackaged using environment variables COPYFILE_DISABLE=1 and COPYFILE_EXTENDED_ATTRIBUTES_DISABLE=1
  - Silenced PROTOTYPES warning on compilation
  - Update manifest

0.10 Sun Dec 20 2009
  - Fixed B::OP::siblings
  - Updated docs

0.09 Sun Dec 06 21:36:00 PDT 2009
  - Add ExtUtils::CBuilder to prequisite list to hopefully quench any
    bad builds attempted on perl-5.

(sno)

2010-01-16 21:52:13 UTC MAIN commitmail json YAML

Updated www/p5-Catalyst-Manual to 5.8003

(sno)

2010-01-16 21:52:03 UTC MAIN commitmail json YAML

Updating www/p5-Catalyst-Manual from 5.8001 to 5.8003

pkgsrc changes:
  - Adjusting module type - use "Module::Install::Bundled" directly

Upstream changes:
5.8003 28 Dec 2009
    - Variety of typo fixes
    - Fix incorrectness re :Global and :Local
    - Update DevelopmentProcess.pod

5.8002 15 Nov 2009
    - Update tutorial to match latest prepacked versions in Debian 5
    - Add FormHandler branch (with thanks to gshank!)
    - Misc cleanup/freshing up of tutorial.
    - Fix indenting issue (with thanks to Kiffin Gish)
    - Integrate tome fix branch (with thanks to tome!)
    - Add a "negative" test to confirm that test02 does not have an admin create link
    - Integrate sqlite3 clarification and link by wolfman2000 from tutorial_role_updates branch
    - Fix Pod typos in ::Internals (RT#51488)
    - Fix Pod typos in the Cookbook (RT#51466)
    - Fix a Test::Pod failure and make Debian happier.
    - Typo fixes from garu
    - Misc minor and/or typo fixes

(sno)

2010-01-16 21:47:47 UTC MAIN commitmail json YAML

Add SUBDIR for recent Padre plugin imports

(sno)

2010-01-16 21:45:11 UTC MAIN commitmail json YAML

Added editors/p5-Padre-Plugin-SpellCheck version 1.1.2

(sno)

2010-01-16 21:45:03 UTC MAIN commitmail json YAML

Importing editors/p5-Padre-Plugin-SpellCheck v1.1.2

This plugins allows one to checking her text spelling within Padre using
F7 (standard spelling shortcut accross text processors). One can change the
dictionary language used in the preferences window
(menu Plugins / SpellCheck / Preferences).

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(sno)

2010-01-16 21:44:20 UTC MAIN commitmail json YAML

Added editors/p5-Padre-Plugin-SVN version 0.04

(sno)

2010-01-16 21:44:13 UTC MAIN commitmail json YAML

Importing editors/p5-Padre-Plugin-SVN v0.04

Padre::Plugin::SVN provides a simple SVN interface for Padre.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(sno)

2010-01-16 21:43:23 UTC MAIN commitmail json YAML

Added editors/p5-Padre-Plugin-HG version 0.14

(sno)

2010-01-16 21:43:15 UTC MAIN commitmail json YAML

Importing editors/p5-Padre-Plugin-HG v0.14

Padre::Plugin::HG provides a mecurial interface for Padre.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(sno)

2010-01-16 21:42:32 UTC MAIN commitmail json YAML

Added editors/p5-Padre-Plugin-Git version 0.01

(sno)

2010-01-16 21:42:24 UTC MAIN commitmail json YAML

Importing editors/p5-Padre-Plugin-Git v0.01

Padre::Plugin::Git provides a simple Git interface for Padre.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(sno)

2010-01-16 21:41:34 UTC MAIN commitmail json YAML

Added editors/p5-Padre-Plugin-Encrypt version 0.06

(sno)

2010-01-16 21:41:26 UTC MAIN commitmail json YAML

Importing editors/p5-Padre-Plugin-Encrypt v0.06

Padre::Plugin::Encrypt provides file encryption/decryption in Padre.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(sno)

2010-01-16 21:40:34 UTC MAIN commitmail json YAML

Added editors/p5-Padre-Plugin-Ecliptic version 0.19

(sno)

2010-01-16 21:40:26 UTC MAIN commitmail json YAML

Importing editors/p5-Padre-Plugin-Ecliptic v0.19

This plugin provides Eclipse like "killer features" into Padre, like
* Quick Assist
* Quick Outline Access
* Quick Module Access

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(sno)

2010-01-16 21:38:14 UTC MAIN commitmail json YAML

Added editors/p5-Padre-Plugin-Debugger version 0.3

(sno)

2010-01-16 21:38:06 UTC MAIN commitmail json YAML

Importing editors/p5-Padre-Plugin-Debugger v0.3

Padre::Plugin::Debugger allows to debug perl code from within Padre.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(sno)

2010-01-16 21:37:07 UTC MAIN commitmail json YAML

Added editors/p5-Padre-Plugin-DataWalker version 0.02

(sno)

2010-01-16 21:36:17 UTC MAIN commitmail json YAML

Importing editors/p5-Padre-Plugin-DataWalker v0.02

This plugin uses the Wx::Perl::DataWalker module to provide facilities for
interactively browsing Perl data structures.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(sno)

2010-01-16 21:35:11 UTC MAIN commitmail json YAML

Added editors/p5-Padre-Plugin-Catalyst version 0.07

(sno)

2010-01-16 21:34:51 UTC MAIN commitmail json YAML

Importing editors/p5-Padre-Plugin-Catalyst v0.07

This package provides a Padre plugin to manage Catalyst development
environment and some handy tools to speed up Catalyst development.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(sno)

2010-01-16 21:33:54 UTC MAIN commitmail json YAML

Added editors/p5-Padre-Plugin-Autoformat version 1.1.2

(sno)

2010-01-16 21:33:42 UTC MAIN commitmail json YAML

Importing editors/p5-Padre-Plugin-Autoformat v1.1.2

Padre::Plugin::Autoformat allows to reformat text within Padre using
Text::Autoformat underneath.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(sno)

2010-01-16 21:32:45 UTC MAIN commitmail json YAML

Move SUBDIR addition for recent Padre and Padre plugin imports from textproc/Makefile to editors/Makefile

(sno)

2010-01-16 21:25:30 UTC MAIN commitmail json YAML

Updated emulators/sdlmame to 0.136

(wiz)

2010-01-16 21:25:19 UTC MAIN commitmail json YAML

Update to 0.136:

Changes from 0.136
==================
1) Up to date with baseline 0.136 (RB)
2) More typecasting so compiling as C++ can succeed (couriersud)
3) Cleaned up #ifdefs, added more -verbose output, improved SDL
  1.3 support (couriersud)
4) Cleaned up Windows support (couriersud)
5) Fixed possible weirdness enumerating controller buttons (Skito)

(wiz)

2010-01-16 20:33:32 UTC pkgsrc-2009Q4 commitmail json YAML

2010-01-16 20:32:14 UTC pkgsrc-2009Q4 commitmail json YAML

Pullup ticket 2959 - requested by tron
build fix for Solaris

Revisions pulled up:
- pkgsrc/security/opencdk/Makefile 1.32

  -------------------------------------------------------------------------
  Module Name:    pkgsrc
  Committed By:  tron
  Date:          Sat Jan 16 11:23:04 UTC 2010

  Modified Files:
          pkgsrc/security/opencdk: Makefile

  Log Message:
  Fix build under Solaris.

  To generate a diff of this commit:
  cvs rdiff -u -r1.31 -r1.32 pkgsrc/security/opencdk/Makefile

(spz)

2010-01-16 19:27:19 UTC MAIN commitmail json YAML

2010-01-16 19:12:08 UTC MAIN commitmail json YAML

Add autoconf to tools, use automake instead of automake14.

(asau)

2010-01-16 18:42:14 UTC MAIN commitmail json YAML

Adding SUBDIR for recent Padre and Padre plugin imports

(sno)

2010-01-16 18:39:04 UTC MAIN commitmail json YAML

Added editors/p5-Acme-Padre-PlayCode version 0.12

(sno)

2010-01-16 18:38:40 UTC MAIN commitmail json YAML

Importing editors/p5-Acme-Padre-PlayCode v0.12

This is a simple Padre plugin to run Acme::PlayCode on either selected
source code (if there is any selection) or the entire document.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(sno)

2010-01-16 18:37:26 UTC MAIN commitmail json YAML

Added editors/p5-Padre-Plugin-Kate version 0.02

(sno)

2010-01-16 18:37:16 UTC MAIN commitmail json YAML

Importing editors/p5-Padre-Plugin-Kate v0.02

This plugin provides an interface to the Syntax::Highligh::Engine::Kate
which implements syntax highlighting rules taken from the Kate editor.

Currently the plugin only implements Perl 5 and PHP highlighting.

Once this plug-in is installed the user can switch the highlighting of
all Perl 5 or PHP files to use this highlighter via the Preferences menu
of Padre.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(sno)

2010-01-16 18:36:23 UTC MAIN commitmail json YAML

Added editors/p5-Padre-Plugin-Nopaste version 0.2.1

(sno)