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 (6m)  pkgsrc-2024Q1 (9d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (168d) 

2024-05-26 19:12:40 UTC Now

2009-12-15 13:36:59 UTC MAIN commitmail json YAML

Merge last changes.

(wiz)

2009-12-15 13:36:34 UTC MAIN commitmail json YAML

Updated www/p5-URI to 1.51

(wiz)

2009-12-15 13:36:16 UTC MAIN commitmail json YAML

Update to 1.51, set LICENSE.

2009-11-23  Gisle Aas <gisle@ActiveState.com>

  Release 1.51

  Fixup a test that was broken on Windows

2009-11-21  Gisle Aas <gisle@ActiveState.com>

  Release 1.50

  The main news in this release is the initial attempt at providing
  support to IRIs.  URI objects now support the 'as_iri' and 'ihost'
  methods.

  Gisle Aas (28):
      Added more tests for setting IPv6 addresses using the host method
      Document how the host methods deal with IPv6 addresses
      A "test case" to start IDNA prototype from
      Escape IDNA hostnames
      Introduce the as_unicode method
      Make as_unicode undo punycode for server URLs
      An IRI class might be helpful (RFC 3987)
      Must punycode each part of the domain name separately
      Include initial private Punycode module
      Get URI::_punycode working
      punycode of plain ascii should not edit with "-"
      Some more tests from RFC 3492
      Add private URI::_idna module based on encodings/idna.py
      Start using URI::_idna for encoding of URIs
      Avoid various use of undef warnings
      Fix test affected by IDNA
      Keep reference to IDNA::Punycode in the URI::_punycode docs
      Ensure upgraded strings as input
      Update manifest with the new idna/punycode files
      Rename as_unicde to as_iri
      draft-duerst-iri-bis-07: The proposed RFC 3987 update
      Load Encode when its used
      Rename host_unicode as ihost
      Add basic iri test
      Hack to make as_iri turn A-labels into U-labels
      Make as_iri leave escapes not forming valid UTF-8 sequences
      Merge branch 'iri'
      Don't include RFCs in the cpan tarball

  Michael G. Schwern (3):
      Fix != overloading to match ==
      Note that mailto does not contain a host() and this is not a bug.
      Strip brackets off IPv6 hosts [RT#34309]

(wiz)

2009-12-15 13:34:54 UTC MAIN commitmail json YAML

Updated lang/erlang to 13.2.3nb2

(asau)

2009-12-15 13:34:43 UTC MAIN commitmail json YAML

Update to 1.20:

1.20 -- Sat Dec 12 06:38:14 CST 2009

  * Typo => s/timezome/timezone/ [yanick]
  * RT#52387 Fix %s formating to use timelocal when no timezone is given
  * RT#51664 fix str2time('16 Oct 09') to not give a negative result

(wiz)

2009-12-15 13:34:06 UTC MAIN commitmail json YAML

Updated textproc/p5-Pod-Simple to 3.11

(wiz)

2009-12-15 13:33:55 UTC MAIN commitmail json YAML

Update to 3.11:

2009-12-09  David E. Wheeler <david@justatheory.org>
* Release 3.11

Restored code to HTMLBatch that allows the TOC (index) to be created
in batch jobs (RT #52324 from Martin J. Evans).

Added resources to META.yml, including bug tracker, license, and
repository.

Turned man page links into links to man.he.net in Pod::Simple::HTML
and Pod::Simple::XHTML output. Subclass and override
resolve_man_page_link() to use a different URL.

Added the resolve_pod_page_link() and resolve_man_page_link() methods
to Pod::Simple::XHTML to make it easier for subclasses to change the
URLs created for POD and man page links.

Fixed the output of entities in L<> tags by Pod::Simple::XHTML.

Fixed the output of POD links from Pod::Simple::XHTML so that the
section part (/foo) is turned into a proper fragment identfier (#foo)
in the resulting search.cpan.org link.

Pod::Simple::Text now outputs URLs for links created in the
L<text|URL> format. For example, L<Perl|http://perl.org> is now
output as "Perl <http://perl.org>" rather than just as "Perl".

Updated perlpod.pod and perlpodspec.pod to sync up with Perl core
(and to be released in Perl 5.12). Changes include:
* Removing the prohibition against L<text|href>
* Deprecation of L<section> and L<"section">
* Legalization of "=begin formatname parameter"

A couple of bug fixes in Pod::Simple::HTML from Graham Barr.

Added the do_section() method to Pod::Simple::HTML. Graham Barr.

Word-smithed the "DESCRIPTION" a bit and wrote the README.

Synced up all module version numbers to 3.11 except for
Pod::Simple::HTMLLegacy, which is at 5.01 and should not have its
version number lowered.

2009-11-12  David E. Wheeler <david@justatheory.org>
* Release 3.11

Converted test files that had DOS endings to have Unix endings
(RT #50922 from Steve Hay).

Skip tests on VMS where the lack of filename case preservation can
wreak havoc (RT #51184 from Craig A. Berry).

Fix nested definition list format in the XHTML output
(RT #51187 from Lars Dɪᴇᴄᴋᴏᴡ).

Added some files missing from the MANIFEST (and therefore the
distribution) in the last two releases.

(wiz)

2009-12-15 13:33:47 UTC MAIN commitmail json YAML

jinterface version should be 1.5.2,
discovered while updating documentation package.

(asau)

2009-12-15 13:33:09 UTC MAIN commitmail json YAML

Updated devel/p5-Params-Validate to 0.94

(wiz)

2009-12-15 13:32:57 UTC MAIN commitmail json YAML

Update to 0.94:

0.94 2009-12-01

- Removed the Makefile.PL entirely. If it was used then the XS code was never
  built, because I'm using the Module::Build XS layout. Reported by jawnsy on
  IRC.

0.93 2009-11-30

- If the pure Perl version of validate() received a hash reference it would
  alter that reference directly. Reported by Paul Eckhardt. RT #51155.

- Author-only tests now only run if $ENV{AUTHOR_TESTING} is true. RT #49890.

(wiz)

2009-12-15 13:32:10 UTC MAIN commitmail json YAML

Follow Erlang/OTP update to R13B03.
While here, simplify PLIST generation.

(asau)

2009-12-15 13:31:23 UTC MAIN commitmail json YAML

Updated devel/p5-PAR-Dist to 0.47

(wiz)

2009-12-15 13:31:11 UTC MAIN commitmail json YAML

Update to 0.47:

By: smueller on 2009/11/29
    * POD fixes (Frank Wiegand)
    * This is 0.47.

(wiz)

2009-12-15 13:30:54 UTC MAIN commitmail json YAML

Update ejabberd to 2.1.0.

Very brief list of additions:
  * Erlang/OTP R13 support
  * HTTP-Bind (BOSH) optimization and clean-up
  * LDAPS support
  * MUC rooms can require a CAPTCHA to join the room
  * PubSub: major improvements. Update to XEP version 1.12
  * PEP and Caps: many improvements
  * Run commands with ejabberdctl or other frontends (XML-RPC, HTTP)
  * STUN server
  * XEPs like: XMPP Ping, Roster Versioning, Import/Export Format

See full release note:

  http://www.process-one.net/en/ejabberd/release_notes/release_note_ejabberd_2.1.0

(fhajny)

2009-12-15 13:28:25 UTC MAIN commitmail json YAML

Updated security/p5-Module-Signature to 0.61

(wiz)

2009-12-15 13:28:13 UTC MAIN commitmail json YAML

Update to 0.61, set LICENSE to public-domain (see below).

[Changes for 0.61]

* Added "=encoding utf8" to POD to fix author name display.
  No functional changes.

[Changes for 0.60]

* LICENSING CHANGE: This compilation and all individual files in it
  are now under the nullary CC0 1.0 Universal terms:

  To the extent possible under law, 唐鳳 has waived all copyright and
  related or neighboring rights to Module-Signature.

* Updated Module::Install to 0.91, prompted by Florian Ragwitz.

(wiz)

2009-12-15 13:26:42 UTC MAIN commitmail json YAML

Updated devel/p5-Module-ScanDeps to 0.96

(wiz)

2009-12-15 13:26:29 UTC MAIN commitmail json YAML

Update to 0.96:

[Changes for 0.96 - 2009-11-13]
* perl 5.6.1 compatibility (Alexandr Ciornii)
* Test for "use module version;" (Alexandr Ciornii)

(wiz)

2009-12-15 13:22:23 UTC MAIN commitmail json YAML

Updated net/p5-IO-Socket-INET6 to 2.57

(wiz)

2009-12-15 13:22:12 UTC MAIN commitmail json YAML

Update to 2.57, set LICENSE.

2009-11-23 Shlomi Fish <shlomif@iglu.org.il>
* Applied a modified version of a patch by Matthew Horsfall
<wolfsage@gmail.com> in order to add t/blocking.t and deal with the
blocking sockets properly.
* New Release IO-Scoket-INET6-2.57

(wiz)

2009-12-15 13:18:55 UTC MAIN commitmail json YAML

Updated security/p5-GnuPG-Interface to 0.42

(wiz)

2009-12-15 13:18:44 UTC MAIN commitmail json YAML

Update to 0.42, set LICENSE (still depend on gpg1 for now).

0.42 Wed Sep 30 23:20:58 JST 2009

* Support for GPG2

0.41_01 Fri Sep 25 02:56:33 JST 2009

* Beginnings of support for GPG2

0.40_04 Tue Apr 21 19:50:12 JST 2009

    * Use Any::Moose instead of Moose for Mouse celerity (Sartak)

0.40_1 Sat Nov 15 12:35:59 EST 2008
* [rt.cpan.org #40963] Replace Class::MethodMaker with Moose  (Chris Prather)

(wiz)

2009-12-15 13:12:46 UTC MAIN commitmail json YAML

Updated textproc/p5-Encode to 2.39

(wiz)

2009-12-15 13:12:35 UTC MAIN commitmail json YAML

Update to 2.39:

# $Id: Changes,v 2.39 2009/11/26 09:23:59 dankogai Exp dankogai $
! Encode.xs t/fallback.t
  $utf8 = decode('utf8', $malformed, sub{ ... }) # now works!
  http://rt.cpan.org/Ticket/Display.html?id=51204
! t/CJKT.t t/guess.t t/perlio.t
  $ENV{'PERL_CORE'} tricks removed since they are no longer necessary.
  Message-Id: <20091116161513.GA25556@bestpractical.com>

(wiz)

2009-12-15 13:11:18 UTC MAIN commitmail json YAML

Overhaul mail/cue pacakge.

* Add patches to fix build problem with OpenSSL 1.0.0 beta and later.
* Generase "-DUSE_SSL" instead of "-DSSL".  Similar changes are CANNA
  and ZLIB.  (In the case of ZLIB, it could be change to use HAVE_ZLIB_H.)
* Split Makefile to use hacks.mk and options.mk.
* And miscellaneous pkglint clean up.

There should be no functional change and fix PR pkg/42452.

(taca)

2009-12-15 13:07:52 UTC MAIN commitmail json YAML

2009-12-15 13:00:03 UTC MAIN commitmail json YAML

Updated time/p5-DateTime-TimeZone to 1.05

(wiz)

2009-12-15 12:59:51 UTC MAIN commitmail json YAML

Update to 1.05:

1.05    2009-11-09

- This release is based on version 2009s of the Olson database. It includes
  changes for Antarctica and Fiji.

(wiz)

2009-12-15 12:51:35 UTC MAIN commitmail json YAML

Updated time/p5-DateTime-Format-W3CDTF to 0.05

(wiz)

2009-12-15 12:51:24 UTC MAIN commitmail json YAML

Update to 0.05:

0.05  2009-11-01

- Fixed a long-standing bug where a time zone other than UTC that had an
  offset of 0 caused the format_datetime method to return the string "0". RT
  #22802.

(wiz)

2009-12-15 12:43:04 UTC MAIN commitmail json YAML

Updated lua-expat to 1.1.0.

Changes in 1.1.0:
  * Adapted to work on both Lua 5.0 and Lua 5.1
  * Updated to use Expat 2.0.0

Changes in 1.0.2:
  * Minor bugfix, lom correct module name is lxp.lom

Changes in 1.0.1:
  * Minor changes for compatibility with Expat version 1.95.8

pkgsrc changes:
  * Changed installation scheme to use the lang/lua/module.mk framework

(fhajny)

2009-12-15 12:42:16 UTC MAIN commitmail json YAML

Updated wm/openbox to 3.4.8

(wiz)

2009-12-15 12:42:04 UTC MAIN commitmail json YAML

Update to 3.4.8:

3.4.8:
  * Updated translations: Slovak.
  * Allow windows to change their decorations at any time (Fix for
    Google Chrome).
  * Make openbox-session to respect the $XDG_CONFIG_HOME environment variable.
  * Fixed bug #4344 where borders were given to windows that should not have
    them.
  * Merge the SessionLogout and Exit actions.  They now test if connected to a
    session manager and ask it to exit if so, or simply kill Openbox if not.
  * Further tweaks to the _NET_ACTIVE_WINDOW message handling.  Use the same
    logic for focus-stealing as is used when mapping a new window.
  * Don't go out of our way any more to prevent focus from moving while the
    keyboard is grabbed.
  * Fix openbox-gnome-session when using gnome-session > 2.22.

(wiz)

2009-12-15 12:38:56 UTC MAIN commitmail json YAML

Updated lang/chicken to 4.3.0

(asau)

2009-12-15 12:38:05 UTC MAIN commitmail json YAML

Update Chicken to 4.3.0.
Patch provided by Peter Bex.

Changes in 4.3.0:

- removed tracing facility and apply-hook (see the "trace" egg
  for a replacement for tracing and breakpoints)
- chicken-install(1): renamed `-host-extension' option to `-host'
- added support for a make(1) configuration file ("config.make")
- `chicken-install' now allows specifiying a proxy for retrieving
  extensions over HTTP (thanks to Nicolas Pelletier)
- fixed bug in `cond-expand' that incorrectly renamed feature-identifiers
  if the form was the product of a syntax expansion (reported by Thomas
  Bushnell)
- import-libraries are only generated by the compiler if they don't exist
  yet and if the content has actually changed (this simplifies makefile-
  rules in some cases)
- it is now possible to pass a config-file to `make(1)' instead of specifying
  all build-options as variables on the command-line (see README)
- removed compiler options for "benchmark-mode" and replaced them with a
  new optimization level (5) (note that `-O5' does not imply fixnum mode
  anymore)
- `hen.el' and `scheme-complete.el' are not bundled with the core system
  anymore - `hen.el' is currently not maintained, and `scheme-complete.el'
  has its own release cycle; both files are available, see
  http://chicken.wiki.br/emacs
- removed meaningless benchmark suite and cleaned up
- added optional argument to `grep' that allows applying a function
  to each matched item (contributed by Tony Sidaway)
- added extension-property `import-only', which makes it possible to
  create extensions that have no runtime part
- the argument to `seconds->string', `seconds->utc-time' and
  `seconds->local-time' is now optional and defaults to the value
  of `(current-seconds)' (suggested by Mario Goulart)
- removed read-syntax for `syntax' form
- fixed bug in `get-condition-property'
- fixed bug in windows version of `process-execute'
- TCP timeouts throw exception of kind `timeout' to allow
  distinguishing between timeouts and other errors
- removed some internal functions that manipulate environments
- fixed bugs in `standard-extension' (`setup-api' module) and added keyword
  arguments for building static extensions and adding custom properties
- when cross-compiling, `chicken-install(1)' doesn't pass `-setup-mode'
  (the host tools should not attempt to load target binaries)
- `installation-prefix' in the `setup-api' module was not always correctly
  set
- the `-force' option in `chicken-install(1)' overrides the CHICKEN version
  check
- disabled e-mail feature in `chicken-bug(1)', since it doesn't work
  anyway, in the moment
- fixed bug in `reexport' that made it impossible to reexport core library
  definitions
- fix in optimizer that sometimes caused C functions for inlined
  procedures to be emitted multiple times (Thanks to Joerg Wittenberger)
- documented `define-compiler-syntax' and `let-compiler-syntax'
- printer for hash-tables shows current number of stores items
- when upgrading during installation of a dependency `chicken-install'
  shows the version to upgrade to (Thanks to Christian Kellermann)
- Updated scheme-complete (Thanks to Alex Shinn)
- fix for pathnames with whitespace in 'runtests.sh' on Windows
- fix for 'normalize-pathname' with absolute pathname argument
- added 'decompose-directory' to unit files
- fix for 'local-timezone-abbreviation' - wasn't using the current time
  so tz-name constant
- deprecated 'make-pathname' separator argument

(asau)

2009-12-15 12:36:50 UTC MAIN commitmail json YAML

2009-12-15 12:36:08 UTC MAIN commitmail json YAML

Updated math/mpfr to 2.4.2

(wiz)

2009-12-15 12:35:57 UTC MAIN commitmail json YAML

Update to 2.4.2:

Changes from version 2.4.1 to version 2.4.2:
- Security fix in formatted output functions (buffer overflow).
- Formatted output functions: 6 is now the default value for
  empty precision field with %Rf.
- Better portability of configure script.
- Detection of intmax_t and uintmax_t types.
- Improved documentation: mpfr_get_z_exp, mpfr_strtofr, mpfr_get_str and
  formatted output functions.
- Improved message in case of assertion failure.
- Test coverage: 97.0% lines of code.
- Updated tcmp_ld test to really test the long double.
- Some documentation files are installed in $docdir.
- Removed mpfr_init_cache (unused and undocumented function).
- Fixed the way $CC / $CFLAGS are got from gmp.h (__GMP_CC / __GMP_CFLAGS).
- Bug fixes.
- Also note that GCC 4.4.0 (only this obsolete version) does not build
  MPFR 2.4.2 correctly; this is detected by "make check" (failures in
  tget_z and tpow_all).

(wiz)

2009-12-15 12:32:08 UTC MAIN commitmail json YAML

Updated misc/kchmviewer to 5.0

(wiz)

2009-12-15 12:31:50 UTC MAIN commitmail json YAML

Update to 5.0:

Qt 4.5 is now required. The navigation tab is now a dock window,
which can be moved or left floating. The index parser was fixed.
Default toolbars now use large icons and text labels, and are
configurable through the settings. A new version check was added.
It checks once a week and can be disabled in the settings. An
OpenSuSE 11.2 RPM was provided.

(wiz)

2009-12-15 12:24:59 UTC MAIN commitmail json YAML

2009-12-15 12:24:47 UTC MAIN commitmail json YAML

Update to 1.5:

Release 1.5 (2009-12-03)
========================
- setsockopt(SO_KEEPALIVE) on TCP display connections
- Add DRI2 support
- Fix check dependency
- Cygwin build fix: Add -no-undefined to libtool flags

(wiz)

2009-12-15 12:24:36 UTC MAIN commitmail json YAML

Updated x11/py-xcbgen to 1.6

(wiz)

2009-12-15 12:24:21 UTC MAIN commitmail json YAML

Updated x11/xcb-proto to 1.6

(wiz)

2009-12-15 12:24:02 UTC MAIN commitmail json YAML

Update to 1.6:

Release 1.6 (2009-12-02)
=======================
* Add DRI2 protocol, based off of dri2proto.h and the server code. (v2)
* xf86dri.xml seems to have been wrong forever. Fixes bug #16894.
* shape: add missing padding bytes to GetRectangles
* Add XML description for the Generic Event extension.
* Add XML description for the XFree86VidMode extension.
* Fix typo in xf86vidmode.xml
* Fix length calculation for xfixes/FetchRegion reply
* Add pre-defined atoms to Atom enum

(wiz)

2009-12-15 12:09:20 UTC MAIN commitmail json YAML

2009-12-15 12:07:57 UTC MAIN commitmail json YAML

Update to Erlang/OTP R13B03.

SunOS, Java and ODBC support by Filip Hajny
and some tests by Matthias Kretschmer.

Changes in R13B03
-----------------

There are mostly error corrections, but also some new functionality.
Some highlights in the R13B03 release are:
- Native Implemented Functions (NIFs) still experimental but very useful.
- The documentation is built in a new way using xsltproc and Apache FOP.
  The layout is changed both in HTML and PDF versions. This is the first
  step, more changes and improvements will come in the following releases.

Changes between R13A and R13B02 are unknown.

Changes in R13A
---------------

1.1 Erlang Language and Run-time System

Multi-core and SMP performance improvements

There SMP performance is significantly improved:
- multiple, scheduler specific run queues;
- further optimized message passing;
- CPU-bound scheduler threads.

Unicode support as described in EEP10

New BIF's: atom_to_binary/2, binary_to_atom/2, binary_to_existing_atom/2.

Independent Erlang clusters on the same host

1.2 New Applications

Reltool, release management tool.
WxErlang

1.3 New features in Existing Applications

Common_test
- SSH and SFTP support
- test case groups

Dialyzer
- opaque type declarations;
- UTF segments handling

SSL
- pure Erlang implementation (except crypto routines)

STDLIB
- scanner has been augmented to return white-space, comments
and exact location of tokens.

(asau)

2009-12-15 11:45:54 UTC MAIN commitmail json YAML

Conflicts with "mpich" and "mpich2" packages.
Noticed by Helge Muehlmeier.

(asau)

2009-12-15 11:08:52 UTC MAIN commitmail json YAML

Updated audio/libsndfile to 1.0.21

(wiz)

2009-12-15 11:08:38 UTC MAIN commitmail json YAML

Update to 1.0.21:

Version 1.0.21 (2009-12-13)
  * Add a couple of new binary programs to programs/ dir.
  * Remove sndfile-jackplay (now in sndfile-tools package).
  * Add windows only function sf_wchar_open().
  * Bunch of minor bug fixes.

(The last entry sums up at least the DOS patches we had in pkgsrc.)

(wiz)

2009-12-15 11:00:26 UTC MAIN commitmail json YAML

Updated www/libproxy to 0.3.0

(wiz)

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

Update to 0.3.0. Set LICENSE. Since python .py file is not installed
even when python is enabled, comment out python dependency.

New in version 0.3.0
====================
* WARNING!!! Slight API change!!! see docs
  for px_proxy_factory_get_proxies()
* Credentials support (see API change above)
* A complete rewrite of the module manager
* file:// as valid PAC URLs
* Sample Mono application
* Automake 1.11 shaved output
* gnome backend rewrite (now w/o thread issues)
* Test suite base functionality exists
* Many solaris build fixes
* Seamonkey support as JS pacrunner
* Bugfixes
* Compiles for MS Windows using Mingw

(wiz)

2009-12-15 10:55:03 UTC MAIN commitmail json YAML

Updated net/ntp4 to 4.2.4p8

(tnn)

2009-12-15 10:53:21 UTC MAIN commitmail json YAML

Update to ntp-4.2.4p8. Security fix for CVE-2009-3563 DoS vulnerability.

(tnn)

2009-12-15 10:45:45 UTC MAIN commitmail json YAML

Updated net/libnice to 0.0.10

(wiz)

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

Update to 0.0.10:

libnice 0.0.10 (2009-11-04)
===========================

Fix some memory leaks with the gstreamer elements
Fix username/foundation for google TURN candidates
Fix the sending of hundreds of connectivity checks at once the stream is connected
Fix BSD support
Fix reprocessing of already processed early incoming checks when in dribble-mode
Fix a rare crash with failing relay candidates allocations
Add a stun_agent_set_software API
Add a nice_agent_set_software API

(wiz)

2009-12-15 10:43:21 UTC MAIN commitmail json YAML

Updated graphics/libkexiv2 to 0.1.9

(wiz)

2009-12-15 10:43:03 UTC MAIN commitmail json YAML

Update to 0.1.9, set LICENSE.

0.1.9
------------------------------------------------------------------------
- Fix bug about to record an empty Exif or Iptc metadata container.

(wiz)

2009-12-15 10:40:24 UTC MAIN commitmail json YAML

Updated security/libgcrypt to 1.4.5

(wiz)

2009-12-15 10:40:11 UTC MAIN commitmail json YAML

Update to 1.4.5:

Noteworthy changes in version 1.4.5 (2009-12-11)
------------------------------------------------

* Fixed minor memory leak in DSA key generation.

* No more switching to FIPS mode if /proc/version is not readable.

* Fixed a sigill during Padlock detection on old CPUs.

* Fixed a hang on some W2000 machines.

* Boosted SHA-512 performance by 30% on ia32 boxes and gcc 4.3;
  SHA-256 went up by 25%.

(wiz)

2009-12-15 10:37:22 UTC MAIN commitmail json YAML

Updated sysutils/hal-info to 20091130

(wiz)

2009-12-15 10:37:03 UTC MAIN commitmail json YAML

Update to 20091130. More patterns, I guess.

(wiz)

2009-12-15 10:30:53 UTC MAIN commitmail json YAML

Updated print/poppler-data to 0.4.0

(wiz)

2009-12-15 10:30:40 UTC MAIN commitmail json YAML

2009-12-15 10:29:36 UTC MAIN commitmail json YAML

Add patch for CVE-2009-3994: buffer overflow in DICOM reader
Bump rev.

(tnn)

2009-12-15 08:29:35 UTC MAIN commitmail json YAML

    Update to 4.22.9.  Note that 4.22.8 contains a security fix.

    * 2009-12-14  CenterIM 4.22.9 released
      This release fixes the issues with connection to the MSN
      protocol.

    * 2009-08-09 CenterIM 4.22.8 released
      This release fixes the issues with connection to the Yahoo
      messenger protocol as well as a Security bug in the gadugadu
      library CVE-2008-4776.

    * 2009-06-24 Yahoo! protocol change
      CenterIM has updated support for new version and YIM should
      work again - try latest mobshot

    * 2009-02-22 Centerim 4.22.7 has been released
      This release fixes the AIM regression from 4.22.6. Also
      introduces Atom feed support and much more. See the Changelog
      for more details.

    * 2008-10-26 Centerim 4.22.6 has been released

(jnemeth)

2009-12-15 07:23:00 UTC MAIN commitmail json YAML

LICENSE=modified-bsd.

(obache)

2009-12-15 06:35:30 UTC MAIN commitmail json YAML

2009-12-15 04:27:33 UTC MAIN commitmail json YAML

pcmanfm-0.5.2 [pkg/42451].

(obache)

2009-12-15 00:07:37 UTC MAIN commitmail json YAML

Note upgrade of netpgp to version 20091210

(agc)

2009-12-15 00:06:15 UTC MAIN commitmail json YAML

Update netpgp to version 20091210.

Apart from infrastructure changes, there are the following functional ones:

+ Update to version 1.99.14/20091210

+ provide a new netpgp_match_list_keys(3) function to perform a
regular-expression based search of all the keys in the keyring.  If no
pattern is specified to match, then all keys are returned.

+ provide a new netpgp_set_homedir(3) function, and use it to set the
home directory from the library, rather than individually in all the
programs which use the library

+ provide a new netpgp_incvar(3) function which will add a constant
increment (which may be negative) to the value of an internal
variable.  This is primarily used for the verbosity level within the
library, and is again a movement of the function into the library from
the individual programs which use the library

+ move to the specification of an ssh key file by internal variable,
rather than the directory holding an ssh key file

+ autoconf infrastructure changes

+ take a hammer to the _GNU_SOURCE definitions problems

+ don't rely on strnlen(3) being present everywhere

+ add rudimentary support for ssh keys

+ add a netpgp library function - netpgp_get_key(3) - to print a
specific key

+ add functionality to call this function in netpgpkeys(1)

+ add test for netpgp_get_key

+ add a verbose switch to the tst script

+ add netpgp functions to expose the memory signing and verification
functions - netpgp_sign_memory(3) and netpgp_verify_memory(3)

+ coalesced signing and verification ops file functions

(agc)

2009-12-14 23:53:43 UTC MAIN commitmail json YAML

Also create .libs directory for the faked libpurple.la, otherwise
libtool 2.2 will bail out during relink.

(joerg)

2009-12-14 23:42:11 UTC MAIN commitmail json YAML

Needs --x-includes/--x-libraries for modular Xorg.

(joerg)

2009-12-14 23:37:52 UTC MAIN commitmail json YAML

2009-12-14 23:36:05 UTC MAIN commitmail json YAML

ABI incompatible change in 3.2.0, although perhaps only due to shlib
version matching release version.

(gdt)

2009-12-14 23:33:01 UTC MAIN commitmail json YAML

LICENSE for the Amanda packages is basically the same as modified-bsd.

(heinz)

2009-12-14 23:31:06 UTC MAIN commitmail json YAML

Update to 3.2.0:

Changes in 3.2.0

- Add Single-sided buffer operation
- JTS-1.10 sync ...
  - Drastically improved Buffer speed (20x for a case in testsuite)
  - Improved EdgeList duplicate edge finding
  - Added algorithm::distance package
  - Added algorithm::Angle class
  - Added algorithm::BoundaryNodeRule class
  - IsSimpleOp can now return non-simple location coordinate
  - DistanceOp can now check for 'within distance' predicate
    (earlier exit)
  - MultiPolygon::getBoundary always return MultiLineString, also
    when the result is the EMPTY geometry.
- Various bug and leak fixes, optimizations
- Replace MarkupSTL with tinyXML

(gdt)

2009-12-14 23:14:00 UTC MAIN commitmail json YAML

2009-12-14 23:13:29 UTC MAIN commitmail json YAML

2009-12-14 22:12:49 UTC MAIN commitmail json YAML

2009-12-14 21:25:14 UTC MAIN commitmail json YAML

Don't depend on ccache and distcc to avoid a cycle in the "pkg_info
-N" dependency graph.

(gdt)

2009-12-14 20:53:43 UTC MAIN commitmail json YAML

2009-12-14 19:50:41 UTC MAIN commitmail json YAML

Patch away broken check for FreeTDS to allow databases/php-mssql to work.

(joerg)

2009-12-14 18:32:08 UTC MAIN commitmail json YAML

Override LIBLTDL explicitly to unbreak build with libtool 2.2.
Fix PLIST. Bump revision.

(joerg)

2009-12-14 12:24:46 UTC MAIN commitmail json YAML

Fix fetch: adjust MASTER_SITES to CPAN's  src/5.0/ directory.

(seb)

2009-12-14 11:47:44 UTC MAIN commitmail json YAML

remove unused XINE_LIB_VER definition

(drochner)

2009-12-14 08:02:10 UTC MAIN commitmail json YAML

Note addition of security/seccure version 0.4

(agc)

2009-12-14 08:01:06 UTC MAIN commitmail json YAML

Add and enable seccure

(agc)

2009-12-14 08:00:05 UTC MAIN commitmail json YAML

Initial import of seccure-0.4 into the Packages Collection.

The seccure toolset implements a selection of asymmetric
algorithms based on elliptic curve cryptography (ECC).  In
particular it offers public key encryption / decryption,
signature generation / verification and key establishment.

ECC schemes offer a much better key size to security ratio
than classical systems (RSA, DSA).  Keys are short enough to
make direct specification of keys on the command line possible
(sometimes this is more convenient than the management of
PGP-like key rings).  seccure builds on this feature and
therefore is the tool of choice whenever lightweight
asymmetric cryptography -- independent of key servers,
revocation certificates, the Web of Trust or even
configuration files -- is required.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(agc)

2009-12-14 06:37:08 UTC MAIN commitmail json YAML

Updated lang/perl5 to 5.10.1

(seb)

2009-12-14 06:36:57 UTC MAIN commitmail json YAML

Update perl from version 5.10.0nb6 to version 5.10.1.

Pkgsrc changes:
- Adjust some patches
- Remove patches integrated upstream

Upstream changes:
"5.10.1 is a maintenance release for perl 5.10, incorporating various
minor bugfixes and optimisations."

Nonetheless some incompatibles changes are noteworthy and are related
to:
- flip-flop and defined-or operators behavior in switch statement
- type-based dispatch and overloading of the smart match operator
- 'use feature :5.10*' semantics
- Perl development switched to git
- internal structure of the ext/ perl source directory changed
- removal of the modules Test::Harness::Straps, ExtUtils::MakeMaker::bytes
and ExtUtils::MakeMaker::vmsish
- the Module::CoreList module no longer contains the %:patchlevel hash
- a bugfix related to the handling of the /m modifier and qr resulted
in a change of behaviour between 5.8.x and 5.10.0 (this was missing from
perl 5.10.0 perldelta).

For a complete list of changes see included perl5101delta(1) or
http://perldoc.perl.org/perl5101delta.html

(seb)

2009-12-14 01:39:58 UTC MAIN commitmail json YAML

System Tools Backends Version 2.6.1, 2009-04-15
-----------------------------------------------

Changes since last release
==========================

- Added infrastructure for translations (David Planella)
- Fixed some compiler warnings (Carlos Garnacho)

Translations
============
- fr (Claude Paroz)
- it (Luca Ferreti)
- es (Jorge Gonzalez)
- pt_BR (Leonardo Ferreira Fontenelle)
- ca (David Planella)
- el (Fotis Samis, Simos Xenitellis)
- hu (Kelemen G叩bor)
- sl (studko)
- zh_CN (Ray Wang)
- da (Kenneth Nielsen)
- he (Marik Krapivner)
- plus a bunch from rossetta...

(obache)

2009-12-14 00:50:59 UTC MAIN commitmail json YAML

Added x11/tint2 version 0.7.1.

(snj)

2009-12-14 00:49:30 UTC MAIN commitmail json YAML

2009-12-14 00:47:23 UTC MAIN commitmail json YAML

Add tint2 to pkgsrc.  From Fernando Tarl叩 Cardoso Lemosin PR pkg/42446,
modified a bit by me.

Tint2 is a simple panel/taskbar intentionally made for openbox3, but which
should also work with other window managers.

The goal is to keep a clean and non-intrusive look with code that is
lightweight and in compliance with freedesktop specifications.

Tint2 taskbar features:

    * color/transparency on font, icon, border and background
    * customize mouse event
    * drag and drop task between desktop and switch desktop

Tint2 panel features:

    * clock with font, color and transparency
    * multi-monitor: panel position adjust to monitor, taskbar by monitor

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(snj)

2009-12-13 23:48:15 UTC MAIN commitmail json YAML

Software needs at least gcc 3.4 to compile and link.

(heinz)

2009-12-13 23:27:37 UTC MAIN commitmail json YAML

Updated lang/polyml to 5.3

(asau)

2009-12-13 23:26:26 UTC MAIN commitmail json YAML

Update to Poly/ML Version 5.3

Major New Features

  - Addition of IDE interface support.
  - Changes to pretty-printing and equality. These are now inherited
    across module boundaries. Addition of PolyML.addPrettyPrinter
    to install a new-style pretty printer.
  - Reworked implementation of signatures reducing the memory
    requirements when a named signature is used in multiple places.
  - Improvements to printing of types and error messages.

Minor Additions and Changes

  - Support for out-of-tree builds
  - Added finalisation for foreign-function interface (CInterface)
  - Removed remaining support for ML90
  - Added PolyML.sourceLocation pseudo-function that returns the current
    source location, PolyML.raiseWithLocation that raises an exception
    with an explicit location and PolyML.exceptionLocation that returns
    the location where an exception was raised.
  - Added PolyML.Compiler.reportUnreferencedIds switch to enable reporting
    of unreferenced identifiers.
  - Added breakEx and clearEx to debugger functions.
    These enter the debugger when the code raises a given exception.
  - Improvement to resonsiveness to pipes especially in Windows.
  - Added X86-64 version of Word32 structure. 64-bit machines
    do not require 32-bit values to be "boxed".

Bug Fixes

  - Now builds on Mac OS X 10.6 (Snow Leopard)
  - Fix multi-threading on Sparc but now only supports v9 processors.
  - Fix timing-related crash when Poly/ML exits
  - Fix string argument to OS.SysErr exception
  - Fix to OS.FileSys.mkDir in Windows
  - Fix to pow(~1, n) where n is even
  - Various fixes to conform more closely to the standard.

(asau)

2009-12-13 19:43:51 UTC MAIN commitmail json YAML

2009-12-13 19:39:32 UTC MAIN commitmail json YAML

Fix MASTERSITES for current location.

(markd)

2009-12-13 18:39:25 UTC MAIN commitmail json YAML

Updated parallel/mpi-ch to 1.2.1

(asau)

2009-12-13 18:38:11 UTC MAIN commitmail json YAML

Update to MPICH2 1.2.1.

===============================================================================
                              Changes in 1.2.1
===============================================================================

# OVERALL: Improved support for fine-grained multithreading.

# OVERALL: Improved integration with Valgrind for debugging builds of MPICH2.

# PM/PMI: Initial support for hwloc process-core binding library in
  Hydra.

# PM/PMI: Updates to the PMI-2 code to match the PMI-2 API and
  wire-protocol draft.

# Several other minor bug fixes, memory leak fixes, and code cleanup.
  A full list of changes is available using:

    svn log -r5425:HEAD https://svn.mcs.anl.gov/repos/mpi/mpich2/tags/release/mpich2-1.2.1

    ... or at the following link:

    https://trac.mcs.anl.gov/projects/mpich2/log/mpich2/tags/release/mpich2-1.2.1?action=follow_copy&rev=HEAD&stop_rev=5425&mode=follow_copy

===============================================================================
                              Changes in 1.2
===============================================================================

# OVERALL: Support for MPI-2.2

# OVERALL: Several fixes to Nemesis/MX.

# WINDOWS: Performance improvements to Nemesis/windows.

# PM/PMI: Scalability and performance improvements to Hydra using
  PMI-1.1 process-mapping features.

# PM/PMI: Support for process-binding for hyperthreading enabled
  systems in Hydra.

# PM/PMI: Initial support for PBS as a resource management kernel in
  Hydra.

# PM/PMI: PMI2 client code is now officially included in the release.

# TEST SUITE: Support to run the MPICH2 test suite through valgrind.

# Several other minor bug fixes, memory leak fixes, and code cleanup.
  A full list of changes is available using:

    svn log -r5025:HEAD https://svn.mcs.anl.gov/repos/mpi/mpich2/tags/release/mpich2-1.2

    ... or at the following link:

    https://trac.mcs.anl.gov/projects/mpich2/log/mpich2/tags/release/mpich2-1.2?action=follow_copy&rev=HEAD&stop_rev=5025&mode=follow_copy

===============================================================================
                              Changes in 1.1.1p1
===============================================================================

- OVERALL: Fixed an invalid read in the dataloop code for zero count types.

- OVERALL: Fixed several bugs in ch3:nemesis:mx (tickets #744,#760;
  also change r5126).

- BUILD SYSTEM: Several fixes for functionality broken in 1.1.1 release,
  including MPICH2LIB_xFLAGS and extra libraries living in $LIBS instead of
  $LDFLAGS.  Also, '-lpthread' should no longer be duplicated in link lines.

- BUILD SYSTEM: MPICH2 shared libraries are now compatible with glibc versioned
  symbols on Linux, such as those present in the MX shared libraries.

- BUILD SYSTEM: Minor tweaks to improve compilation under the nvcc CUDA
  compiler.

- PM/PMI: Fix mpd incompatibility with python2.3 introduced in mpich2-1.1.1.

- PM/PMI: Several fixes to hydra, including memory leak fixes and process
  binding issues.

- TEST SUITE: Correct invalid arguments in the coll2 and coll3 tests.

- Several other minor bug fixes, memory leak fixes, and code cleanup.  A full
  list of changes is available using:

    svn log -r5032:HEAD https://svn.mcs.anl.gov/repos/mpi/mpich2/tags/release/mpich2-1.1.1p1

    ... or at the following link:

    https://trac.mcs.anl.gov/projects/mpich2/log/mpich2/tags/release/mpich2-1.1.1p1?action=follow_copy&rev=HEAD&stop_rev=5032&mode=follow_copy

===============================================================================
                              Changes in 1.1.1
===============================================================================

# OVERALL: Improved support for Boost MPI.

# PM/PMI: Significantly improved time taken by MPI_Init with Nemesis and MPD on
  large numbers of processes.

# PM/PMI: Improved support for hybrid MPI-UPC program launching with
  Hydra.

# PM/PMI: Improved support for process-core binding with Hydra.

# PM/PMI: Preliminary support for PMI-2. Currently supported only
  with Hydra.

# Many other bug fixes, memory leak fixes and code cleanup. A full
  list of changes is available using:

  svn log -r4655:HEAD https://svn.mcs.anl.gov/repos/mpi/mpich2/tags/release/mpich2-1.1.1

  ... or at the following link:

  https://trac.mcs.anl.gov/projects/mpich2/log/mpich2/tags/release/mpich2-1.1.1?action=follow_copy&rev=HEAD&stop_rev=4655&mode=follow_copy

===============================================================================
                              Changes in 1.1
===============================================================================

- OVERALL: Added MPI 2.1 support.

- OVERALL: Nemesis is now the default configuration channel with a
  completely new TCP communication module.

- OVERALL: Windows support for nemesis.

- OVERALL: Added a new Myrinet MX network module for nemesis.

- OVERALL: Initial support for shared-memory aware collective
  communication operations.  Currently MPI_Bcast, MPI_Reduce, MPI_Allreduce,
  and MPI_Scan.

- OVERALL: Improved handling of MPI Attributes.

- OVERALL: Support for BlueGene/P through the DCMF library (thanks to
  IBM for the patch).

- OVERALL: Experimental support for fine-grained multithreading

- OVERALL: Added dynamic processes support for Nemesis.

- OVERALL: Added automatic as well as statically runtime configurable
  receive timeout variation for MPD (thanks to OSU for the patch).

- OVERALL: Improved performance for MPI_Allgatherv, MPI_Gatherv, and MPI_Alltoall.

- PM/PMI: Initial support for the new Hydra process management
  framework (current support is for ssh, rsh, fork and a preliminary
  version of slurm).

- ROMIO: Added support for MPI_Type_create_resized and
  MPI_Type_create_indexed_block datatypes in ROMIO.

- ROMIO: Optimized Lustre ADIO driver (thanks to Weikuan Yu for
  initial work and Sun for further improvements).

- Many other bug fixes, memory leak fixes and code cleanup. A full
  list of changes is available using:

  svn log -r813:HEAD https://svn.mcs.anl.gov/repos/mpi/mpich2/tags/release/mpich2-1.1

  ... or at the following link:

  https://trac.mcs.anl.gov/projects/mpich2/log/mpich2/tags/release/mpich2-1.1?action=follow_copy&rev=HEAD&stop_rev=813&mode=follow_copy

(asau)

2009-12-13 17:57:25 UTC MAIN commitmail json YAML

Support staged installation.

(asau)

2009-12-13 17:42:36 UTC MAIN commitmail json YAML

2009-12-13 17:29:19 UTC MAIN commitmail json YAML

Fix accidental tabs->spaces conversion

(abs)

2009-12-13 16:11:52 UTC MAIN commitmail json YAML

+ biew-6.1.0, etm-420, graphviz-2.26.0, hal-0.5.14, ktorrent3-3.3.1,
  libtorrent-0.12.6, mono-2.4.3, mono-xsp-2.4.3, ntp4-4.2.6,
  p5-Encode-2.39, p5-Pod-Simple-3.11, p5-TimeDate-1.20, p5-XML-RSS-1.47,
  p5-YAML-Tiny-1.41, p5-ack-1.92, poppler-data-0.4.0, x264-devel-20091212.

(wiz)

2009-12-13 16:03:53 UTC MAIN commitmail json YAML

Support PKG_DESTDIR_SUPPORT=user-destdir
>From Aleksey Cheusov, slighted adjusted by me

(abs)

2009-12-13 13:30:17 UTC MAIN commitmail json YAML

+ Sigil-0.1.6 [needs qt-4.6], asterisk16-1.6.1.11, bochs-2.4.2
  [pkg/42443], calibre-0.6.27, cherokee-0.99.33, eric3-4.3.10 [now
  called eric4], libgcrypt-1.4.5, libsigsegv-2.8, libsndfile-1.0.21,
  libssh-0.4.0, mono-tools-2.4.3, mp3diags-1.0.01, nss-3.12.5.4.8.2,
  openldap-client-2.4.20, p5-Date-Manip-6.05, scmgit-base-1.6.5.6,
  scmgit-docs-1.6.5.6, totem-pl-parser-2.28.2, xlogo-1.0.2, xmp-3.0.0,
  xterm-253.

(wiz)

2009-12-13 13:26:17 UTC MAIN commitmail json YAML

Add buildlink3.mk file for R. (hi adam!).

(wiz)

2009-12-13 13:19:43 UTC MAIN commitmail json YAML

Remove unused file.

(wiz)

2009-12-13 13:17:56 UTC MAIN commitmail json YAML

regen for new patch-ab.

(wiz)

2009-12-13 13:16:06 UTC MAIN commitmail json YAML

Updated graphics/libotf to 0.9.10

(obache)

2009-12-13 13:11:55 UTC MAIN commitmail json YAML

Update libotf to 0.9.10.
While here, set LICENSE=gnu-lgpl-v2.1.

* Changes in libotf 0.9.10

** This release is mainly for bug fixes.

(obache)

2009-12-13 12:58:36 UTC MAIN commitmail json YAML

2009-12-13 12:46:06 UTC MAIN commitmail json YAML

update homepage and master_sites

(zafer)

2009-12-13 12:30:45 UTC MAIN commitmail json YAML

update master_sites

(zafer)

2009-12-13 12:27:17 UTC MAIN commitmail json YAML

update master_sites

(zafer)

2009-12-13 12:26:44 UTC MAIN commitmail json YAML

Update rcairo to 1.8.1.

Release 1.8.1 (2009-12-13)
===========================================================

Features
--------
  * Support cairo 1.8.8.
  * Improve auto .pc detection.

(obache)

2009-12-13 09:34:33 UTC MAIN commitmail json YAML

buildlink avahi and fam conditionally as PKG_BUILD_OPTION.

(obache)

2009-12-13 08:56:19 UTC MAIN commitmail json YAML

2009-12-13 08:55:57 UTC MAIN commitmail json YAML

2009-12-13 08:42:26 UTC MAIN commitmail json YAML

2009-12-13 08:35:22 UTC MAIN commitmail json YAML

No need to use pkgsrc bsd_install, awk, sed and xargs for SUA 6.0 on bootstrap.
XXX: If someone confirmed SUA 5.2 also so, please adjust "3.* | 5.*)" to "3.*)".

(obache)

2009-12-13 08:30:01 UTC MAIN commitmail json YAML

Update tool paths and arguments for SUA 6.0

XXX: If someone have SUA 5.2 and confirmed that it have same tools for SUA 6.0,
XXX: please replace Interix-[0-5].*-* with Interix-[0-3].*-*.

(obache)

2009-12-13 08:19:45 UTC MAIN commitmail json YAML

Interix>=5.2 have libc.so.5.2, but no higer revision exists.
So gave up to detect OS_VERSION with shlib version if libc.so.5.2 exists.

(obache)

2009-12-13 08:13:07 UTC MAIN commitmail json YAML

treat interix>3 same as interix3.

(obache)

2009-12-13 07:49:55 UTC MAIN commitmail json YAML

2009-12-13 02:01:27 UTC MAIN commitmail json YAML

It does support staged installation.

(asau)

2009-12-13 01:49:18 UTC MAIN commitmail json YAML

Regenerate after DIST_SUBDIR change.

(asau)

2009-12-13 01:46:32 UTC MAIN commitmail json YAML

2009-12-13 01:42:21 UTC MAIN commitmail json YAML

- hdf-4.2r2

(asau)

2009-12-13 01:35:54 UTC MAIN commitmail json YAML

Updated benchmarks/skampi to 5.0.4.355

(asau)

2009-12-13 01:34:45 UTC MAIN commitmail json YAML

Update to SKaMPI 5.0.4 rev. 355.
Changes are unknown.
Don't depend on gnuplot, it is not required for functioning.

(asau)

2009-12-12 23:43:32 UTC MAIN commitmail json YAML

Describe "openmpi-vampirtrace" option.

(asau)

2009-12-12 23:36:44 UTC MAIN commitmail json YAML

Added parallel/openmpi version 1.4

(asau)

2009-12-12 23:32:11 UTC MAIN commitmail json YAML

2009-12-12 23:30:01 UTC MAIN commitmail json YAML

2009-12-12 23:20:53 UTC MAIN commitmail json YAML

2009-12-12 22:52:58 UTC MAIN commitmail json YAML

2009-12-12 22:29:01 UTC MAIN commitmail json YAML

Support staged installation.

(asau)

2009-12-12 22:24:21 UTC MAIN commitmail json YAML

Support staged installation.

(asau)

2009-12-12 22:18:00 UTC MAIN commitmail json YAML

2009-12-12 22:14:34 UTC MAIN commitmail json YAML

2009-12-12 22:10:21 UTC MAIN commitmail json YAML

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

2009-12-12 21:36:55 UTC MAIN commitmail json YAML

2009-12-12 21:12:43 UTC MAIN commitmail json YAML

2009-12-12 20:56:54 UTC MAIN commitmail json YAML

Home page moved.
Support staged installation.

(asau)

2009-12-12 20:49:21 UTC MAIN commitmail json YAML

2009-12-12 20:39:57 UTC MAIN commitmail json YAML

2009-12-12 20:22:01 UTC MAIN commitmail json YAML

2009-12-12 20:11:24 UTC MAIN commitmail json YAML

2009-12-12 19:43:41 UTC MAIN commitmail json YAML

2009-12-12 19:39:24 UTC MAIN commitmail json YAML

Recent cdrecord's insist that the atapi cd drive be referenced as 31,0,0.
Fix k3b to actually do that (rather than 15,0,0).

(markd)

2009-12-12 19:34:46 UTC MAIN commitmail json YAML

Support staged installation.

(asau)

2009-12-12 19:19:00 UTC MAIN commitmail json YAML

Support staged installation.

(asau)

2009-12-12 18:12:24 UTC MAIN commitmail json YAML

Updated mbone/common-mml to 1.2.16nb4.

(snj)

2009-12-12 18:11:07 UTC MAIN commitmail json YAML

This package needs gtk-doc to successfully build its HTML docs.  Adding a
build dependency on gtk-doc isn't enough to make everything happy, because
the gtk-doc package unhelpfully disables sgml support by default (in the
name of avoiding a "heavy" jade dependency).  In order to get a package
that is consistent regardless of which additional packages are installed,
let's just not install the HTML docs at all.

(snj)

2009-12-12 18:03:31 UTC MAIN commitmail json YAML

Support staged installation.

(asau)

2009-12-12 18:00:19 UTC MAIN commitmail json YAML

2009-12-12 14:02:21 UTC MAIN commitmail json YAML

2009-12-12 13:58:58 UTC MAIN commitmail json YAML

add xylib-0.4, a library for reading powder diffraction data
(needed by "fityk")

Status:

Vendor Tag: TNP
Release Tags: pkgsrc-base

(drochner)

2009-12-12 12:27:33 UTC MAIN commitmail json YAML

MAKE_JOBS_SAFE=no

(asau)

2009-12-12 06:22:24 UTC MAIN commitmail json YAML

Updated inputmethod/scim-anthy to 1.2.7nb1

(obache)

2009-12-12 06:22:08 UTC MAIN commitmail json YAML

Add dependency on kasumi, honor changes to 0.7.0 entry in NEWS.

Bump PKGREVISION.

(obache)

2009-12-12 05:25:00 UTC MAIN commitmail json YAML

+ kasumi-2.5

(obache)

2009-12-12 05:02:19 UTC MAIN commitmail json YAML

some improvement
* Remove BUILD_DEPENDS on bison, it already in USE_TOOLS.
* Remove USE_BZIP2, not buildlink with bzip2, no effect.
* Remove custom do-* target, *_DIRS is sufficient to do so and use it instead.
* Remove MAKE_FLAGS="c c++", it was not used, and it result in missing "gcov"
  after above modification.
* then, add user-destdir support, inspired by PR 42438.

(obache)

2009-12-11 21:56:29 UTC MAIN commitmail json YAML

+fityk,muparser

(drochner)

2009-12-11 21:47:42 UTC MAIN commitmail json YAML

update to 4.2.2
many fixes and enhancements, notably SVG export (which needs pstoedit
and uniconvertor at runtime to work)

(drochner)

2009-12-11 21:42:12 UTC MAIN commitmail json YAML

2009-12-11 21:40:30 UTC MAIN commitmail json YAML

2009-12-11 21:37:31 UTC MAIN commitmail json YAML

update to 1.1.7
changes: misc bugfixes and improvements, too much to list here, see
the CHANGES file for details

(drochner)

2009-12-11 20:55:50 UTC MAIN commitmail json YAML

Updated mail/dovecot to 1.2.8, removed mail/dovecot-sieve.

(ghen)

2009-12-11 20:53:59 UTC MAIN commitmail json YAML

- dovecot-sieve

(ghen)

2009-12-11 20:53:29 UTC MAIN commitmail json YAML

Remove dovecot-sieve package (old CMU Sieve implementation), replaced by the
new Dovecot Sieve plugin packaged as an option to the main dovecot package.

(ghen)

2009-12-11 20:52:22 UTC MAIN commitmail json YAML

Update to Dovecot 1.2.8, imported from pkgsrc-wip and based on work of Edgar
Fuß <ef@math.uni-bonn.de>.

The package now contains Stephan Bosch' new Dovecot Sieve plugin as a pkgsrc
option (instead of the old CMU Sieve plugin that was a separate package), as
well as the ManageSieve extension.  The dovecot-sieve package will be removed.

Upgrading from Dovecot 1.1.x may require changes to your configuration file,
see this webpage for more information: http://wiki.dovecot.org/Upgrading/1.2

Major changes since Dovecot 1.1:

* When creating files or directories to mailboxes, Dovecot now uses
  the mailbox directory's permissions and GID for them. Previous
  versions simply used 0600 mode always. For backwards compatibility
  dovecot-shared file's permissions still override these with Maildir.
* SQL dictionary (quota) configuration file is different than in v1.1.
  See doc/dovecot-dict-sql-example.conf for the new format.
* deliver -m: Mailbox name is now assumed to be in UTF-8 format,
  not modified-UTF7. Stephan Bosch's new Sieve implementation also
  assumes UTF-8 format in fileinto parameters.

+ Full support for shared mailboxes and IMAP ACL extension.
  The code is mainly from Sascha Wilde and Bernhard Herzog.
+ IMAP: Added support for extensions: CONDSTORE, QRESYNC, ESEARCH,
  ESORT, SEARCHRES, WITHIN, ID and CONTEXT=SEARCH.
+ SEARCH supports INTHREAD search key, but the rest of the INTHREAD
  draft isn't implemented yet so it's not advertised in capability.
+ THREAD REFS algorithm where threads are sorted by their latest
  message instead of the thread root message. There is also no base
  subject merging.
+ IMAP: Implemented imap-response-codes draft.
+ Thread indexes for optimizing IMAP THREAD command and INTHREAD
  search key.
+ Added userdb checkpassword (by Sascha Wilde)
+ Virtual mailboxes: http://wiki.dovecot.org/Plugins/Virtual
+ Autocreate plugin: http://wiki.dovecot.org/Plugins/Autocreate
+ Listescape plugin: http://wiki.dovecot.org/Plugins/Listescape

(ghen)

2009-12-11 20:44:38 UTC MAIN commitmail json YAML

2009-12-11 20:25:23 UTC MAIN commitmail json YAML

2009-12-11 20:13:49 UTC MAIN commitmail json YAML

2009-12-11 19:53:57 UTC MAIN commitmail json YAML

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

Note addition of pam_ssh_agent_auth version 0.9.1

(agc)

2009-12-11 19:49:50 UTC MAIN commitmail json YAML

Add and enable pam_ssh_agent_auth

(agc)

2009-12-11 19:49:42 UTC MAIN commitmail json YAML

Removed math/R-Matrix

(adam)

2009-12-11 19:48:33 UTC MAIN commitmail json YAML

Removed R-Matrix

(adam)

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

- LICENSE is gnu-gpl-v2
- Added DESTDIR support. All permission settings were kept as before.
- TEMPDIR is now changeable in the Makefile (see patch-ab).

(heinz)

2009-12-11 19:48:12 UTC MAIN commitmail json YAML

Initial import of pam_ssh_agent_auth version 0.9.1 into the packages
collection - kudos to Jan Schaumann for pointing it out.

PAM module which permits authentication for arbitrary services
via ssh-agent.  Written with sudo in mind, but like any auth
PAM module, can be used for for many purposes.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(agc)

2009-12-11 19:48:08 UTC MAIN commitmail json YAML

R-Matrix is now a part of R distribution

(adam)

2009-12-11 19:46:27 UTC MAIN commitmail json YAML

Added R-randomForest, R-e1071, R-classInt

(adam)

2009-12-11 19:45:46 UTC MAIN commitmail json YAML

Wrong path in Makefile

(adam)

2009-12-11 19:44:58 UTC MAIN commitmail json YAML

Updated math/R to 2.10.0 with modules

(adam)

2009-12-11 19:43:07 UTC MAIN commitmail json YAML

Update to the latest version of the module along with R update

(adam)

2009-12-11 19:42:18 UTC MAIN commitmail json YAML

Update to the latest version of the module along with R update

(adam)

2009-12-11 19:38:42 UTC MAIN commitmail json YAML

Update to the latest version of the module along with R update

(adam)

2009-12-11 19:37:54 UTC MAIN commitmail json YAML

Update to the latest version of the module along with R update

(adam)

2009-12-11 19:36:55 UTC MAIN commitmail json YAML

Update to the latest version of the module along with R update

(adam)

2009-12-11 19:36:03 UTC MAIN commitmail json YAML

Update to the latest version of the module along with R update

(adam)

2009-12-11 19:35:02 UTC MAIN commitmail json YAML

Update to the latest version of the module along with R update

(adam)

2009-12-11 19:33:58 UTC MAIN commitmail json YAML

Update to the latest version of the module along with R update

(adam)

2009-12-11 19:32:55 UTC MAIN commitmail json YAML

Update to the latest version of the module along with R update

(adam)

2009-12-11 19:32:09 UTC MAIN commitmail json YAML

Update to the latest version of the module along with R update

(adam)