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 (15m)  pkgsrc-2024Q1 (6d)  pkgsrc-2023Q4 (52d)  pkgsrc-2023Q2 (85d)  pkgsrc-2023Q3 (164d) 

2024-05-23 14:52:19 UTC Now

2010-08-15 08:49:15 UTC MAIN commitmail json YAML

Updated devel/p5-local-lib to 1.6.7

(seb)

2010-08-15 08:49:05 UTC MAIN commitmail json YAML

Update from version 1.6.5 to version 1.6.7 (upstream version
1.006007).

Upstream changes:
1.006007 2010-08-12
        - Fixing stuff so that search.cpan.org displays right
        - Documented one method in all languages

1.006006 2010-08-12
        - Added portuguese translation
        - Several minor fixes in the documentation
        - Changed methods look in documentation

(seb)

2010-08-15 07:36:09 UTC MAIN commitmail json YAML

Updated misc/libquantum to 1.0.0

(obache)

2010-08-15 07:35:56 UTC MAIN commitmail json YAML

Update libquantum to 1.0.0.

libquantum 1.0.0:
- Fixed quantum_gate1 to work properly with sorted regs
- Fixed several bugs in quantum_rk4a

libquantum 0.9.1:
- Added fourth-order Runge-Kutta time evolution
- Fixed error in quantum_measure() that caused some register values
  never being measured
- Improved error handling
- Updated license and FSF contact data
- Added arbitrary two-qubit gate
- New function two print entire time evolution operator
- Fixed Makefile syntax

(obache)

2010-08-15 07:09:44 UTC MAIN commitmail json YAML

Updated graphics/djview4 to 4.5

(obache)

2010-08-15 07:09:27 UTC MAIN commitmail json YAML

Update djview4 to 4.5.
Based on PR#43712 from Ryo ONODERA.

NEW IN VERSION 4.3
------------------
- Undo/Redo
- New translations (german,czech)
- Fixed double free bug in plugin mode.

NEW IN VERSION 4.4
--------------------
- Full session management under X11.
- Added advanced feature check box.
- Added advanced command to copy urls, outline, etc.
- New translation (russian)
- History in the find dialog.
- Option to display hidden text in status bar.
- Option to display the first page alone in side-by-side mode.
- Option to display side-by-side in right-to-left mode.
- Drag'n drop files into the viewer.
- Support for Lizardtech's plugin option -showposition.

NEW IN VERSION 4.5
--------------------
- Fixed priority of annotation options.
- Fixed plugin for recent versions of gcc.
- Added showposition in advanced option copyUrl.
- New advanced mode to display hidden text.
- Lens display annotations and hidden text.
- Nsdejavu can use the XEmbed protocol when available.
- Plugin is scriptable from JavaScript.

(obache)

2010-08-15 03:34:37 UTC MAIN commitmail json YAML

Update patch comments to note that the changes have been applied upstream.

(dholland)

2010-08-15 02:45:14 UTC MAIN commitmail json YAML

Updated net/youtube-dl to 20100804

(obache)

2010-08-15 02:44:59 UTC MAIN commitmail json YAML

Update youtube-dl to 20100804.
Requested by PR#43761 from Kamel Derouiche.

* Update user-agent string
* Fix metacafe.com code not working due to gdaKey again (fixes issue #185)
* Merge Gavin van Lelyveld's patch for --playlist-start option
* Put back -b option as a placeholder with a warning message
* Consider the file downloaded if the size differs in less than 100 bytes
  (fixes issue #175)
* Reorganize request code to make it a bit more robust
* Properly detect YouTube error messages to print them on screen (fixes issue
  #172)

(obache)

2010-08-15 02:32:08 UTC MAIN commitmail json YAML

Updated devel/cproto to 4.7i

(obache)

2010-08-15 02:31:54 UTC MAIN commitmail json YAML

Update cproto to 4.7i.
Based on PR#43763 by Kamel Derouiche, additionaly, some clean up.

2010/07/14 (4.7i)
- escape dashes used in manpage, to work with groff (patch by Kenneth
  Pronovici)
- add RPM and Debian build scripts, for testing.
- add configure checks for ctags and lint program.
- fix strict compiler warnings, e.g., using const.
- support DESTDIR variable in makefile.
- drop mkdirs.sh, use "mkdir -p"
- several improvements to configure macros
  - quoted ifelse() params
  - distinguish Darwin 9 from previous releases
  - ignore stderr in check for gcc version, to work with c89 wrapper.
- use consistent date and formatting in the CHANGES file, for processing
  contributor's information using a script.
- update config.guess, config.sub

2009/09/3 (4.7h)
- updated configure macros CF_ADD_CFLAGS CF_GCC_ATTRIBUTES CF_GCC_WARNINGS
  CF_XOPEN_SOURCE
- update config.guess, config.sub

2008/11/19 (4.7g)
- modify cpp command to redirect stderr to /dev/null if -q option is given,
  for consistency with the non-cpp mode (report by Nicolas Limare).
  https://bugs.launchpad.net/ubuntu/+source/cproto/+bug/275248
- add configure --disable-leaks option.
- use configure macro CF_XOPEN_SOURCE macro to make mkstemp() prototyped on
  Linux.
- remove isascii() usage.
- code cleanup, to remove K&R relics.
- update config.guess, config.sub

(obache)

2010-08-14 19:12:58 UTC MAIN commitmail json YAML

Fix compilation on MacOS X 10.6, from upstream via Lothar Braun in PR 43756.

(wiz)

2010-08-14 14:33:00 UTC MAIN commitmail json YAML

Note update of zinna and bindings to 0.06.

(obache)

2010-08-14 14:30:40 UTC MAIN commitmail json YAML

2010-08-14 12:39:16 UTC MAIN commitmail json YAML

Updated devel/py-xdg to 0.19

(obache)

2010-08-14 12:39:01 UTC MAIN commitmail json YAML

Update py-xdg to 0.19.
Based on PR#43747 by Kamel Derouiche.

Version 0.19
    * IniFile.py: add support for trusted desktop files (thanks to karl mikaelsson)
    * DesktopEntry.py: Support spec version 1.0, Debian bug #563660
    * MimeType.py: Fix parsing of in memory data, Debian bug #563718
    * DesktopEntry.py: Fix constructor, Debian bug #551297, #562951, #562952

Version 0.18

    * DesktopEntry.py: Add getMimeTypes() method, correctly returning strings
    * DesktopEntry.py: Deprecated getMimeType() returning list of regex
    * Menu.py: Add support for XDG_MENU_PREFIX
    * Mime.py: Add get_type_by_contents()

(obache)

2010-08-14 12:15:44 UTC MAIN commitmail json YAML

Fixes build failure with gmake-3.82.
Patch provided by Ryo ONODERA with PR#43755.

(obache)

2010-08-14 11:33:41 UTC MAIN commitmail json YAML

2010-08-14 11:30:53 UTC MAIN commitmail json YAML

- clutter-gtk

(obache)

2010-08-14 11:29:12 UTC MAIN commitmail json YAML

Updated graphics/clutter-gtk to 0.10.6

(obache)

2010-08-14 11:28:59 UTC MAIN commitmail json YAML

Update clutter-gtk to 0.10.6.

Clutter-GTK 0.10.6      12/08/2010
==================================

  >> Fix event handling with Clutter 1.3.*

(obache)

2010-08-14 06:32:35 UTC MAIN commitmail json YAML

2010-08-14 05:53:46 UTC MAIN commitmail json YAML

+ apache-ant-1.8.1 [pkg/43752], cfitsio-3250, cherokee-1.0.8,
  clamav-0.96.2, clutter-gtk-0.10.6, curl-7.21.1, etm-649,
  evolution-2.30.3, evolution-data-server-2.30.3,
  evolution-exchange-2.30.3, evolution-mapi-0.30.3 [GNOME 2.30],
  gdm-2.30.5 [GNOME 2.30], gtkhtml324-3.30.3, libX11-1.3.5,
  libXvMC-1.0.6, libstree-0.4.3 [pkg/43748], libxcb-1.7, lighttpd-1.4.27,
  opera-10.61, py-xdg-0.19 [pkg/43747], vala-0.9.5 [pkg/43749],
  wesnoth-1.8.4, zile-2.3.19.

(wiz)

2010-08-14 02:58:05 UTC MAIN commitmail json YAML

Updated security/ruby-oauth to 0.4.2

(obache)

2010-08-14 02:55:24 UTC MAIN commitmail json YAML

Update ruby-oauth to 0.4.2.

== 0.4.2 2010-08-13

* Fixed compatibility with Ruby 1.9.2 (ecavazos)
* Fixed the em-http request proxy (Joshua Hull)
* Fix for oauth proxy string manipulation (Jakub Suder)
* Added Bundler (rc) Gemfile for easier dev/testing

(obache)

2010-08-13 19:16:38 UTC MAIN commitmail json YAML

Note evilwm-1.0.1 update.

(sketch)

2010-08-13 19:15:53 UTC MAIN commitmail json YAML

Update to evilwm-1.0.1

*** Changes between 1.0.0 and 1.0.1:

Wed Mar 11 15:41:02 GMT 2009  Ciaran Anscomb <evilwm@6809.org.uk>
  * XFlush() shouldn't be required in interruptibleXNextEvent()

Thu Nov 20 11:17:07 GMT 2008  Larry Doolittle <>
  * Fix interaction with X and signal handler
  Larry Doolittle encountered a problem with the signal handler's
  interaction with later versions of X.org and submitted this patch.  It
  adds an interruptible version of XNextEvent() borrowed from the Blender
  source code (copyright Mark J. Kilgard) that allows a more graceful
  exit from the main event loop rather than getting the signal handler to
  do it.

(sketch)

2010-08-13 18:57:38 UTC MAIN commitmail json YAML

Don't allow a prefix or other directory ending in /. Adresses PR 43754.

(joerg)

2010-08-13 14:26:22 UTC MAIN commitmail json YAML

Note update of databases/mysql51-server package 5o 5.1.49nb1.

(taca)

2010-08-13 14:25:35 UTC MAIN commitmail json YAML

Fix some my_time_t (long) v.s. time_t problem introduced MySQL 5.1.49.
This problem results mysqld to exit on start up.

5.1/i386 5.1/amd64 5.99.38/i386 5.99.38/amd64
my_time_t int32_t int64_t int32_t int64_t
time_t int32_t int32_t int64_t int64_t

I confirmed to mysqld running on these four case except 5.99.38/i386.

Bump PKG_REVISION.

(taca)

2010-08-13 11:58:43 UTC MAIN commitmail json YAML

Updated net/ruby-twitter-stream to 0.1.8

(obache)

2010-08-13 11:58:29 UTC MAIN commitmail json YAML

Update ruby-twitter-stream to 0.1.8.

For Twitter OAuth + Streaming: fixed escaping, inconsistent handling of params
between get, post oauth and non

(obache)

2010-08-12 18:12:53 UTC MAIN commitmail json YAML

remove socat from list. done.

(zafer)

2010-08-12 17:56:22 UTC MAIN commitmail json YAML

note update of net/socat to 1.7.1.3

(zafer)

2010-08-12 17:54:14 UTC MAIN commitmail json YAML

Update socat to 1.7.1.3

Changelog:

security:
fixed a stack overflow vulnerability that occurred when command
line arguments (whole addresses, host names, file names) were longer
than 512 bytes.
Note that this could only be exploited when an attacker was able to
inject data into socat's command line.
Full credits to Felix Grobert, Google Security Team, for finding and
reporting this issue

(zafer)

2010-08-12 15:28:46 UTC MAIN commitmail json YAML

Fix build failure and make mplayer work properly on NetBSD/arm:
- workaround name conflict with system header <arm/bswap.h> in libavutils
  by subst.mk replacement
- explicitly disable armv5te, armv6, and armv6t2 options that are enabled
  by autodetect code in configure but cause illegal instruction errors
  on StrongARM and XScale machines

Tested on NetBSD/hpcarm (WS011SH) and NetBSD/shark (Funai's DNARD) 5.99.38.

(tsutsui)

2010-08-12 12:54:09 UTC MAIN commitmail json YAML

+ uim-1.6.0

(obache)

2010-08-12 12:32:09 UTC MAIN commitmail json YAML

Updated lang/scala to 2.8.0

(asau)

2010-08-12 12:31:47 UTC MAIN commitmail json YAML

Update to Scala 2.8.0

Changes in Version 2.8.0 (14-Jul-2010)

Scala 2.8.0 is a significantly innovative release, which
contains a large amount of fixes and introduces many new
features:

  * Redesigned collection library
  * New array implementation, manifests for polymorphic arrays
  * Type specialization
  * Named and default arguments
  * Package objects
  * Beefed up Scala Swing libraries, better documentation
  * Revamped REPL
  * Implicits changes
  * Improved equality
  * Packrat parser combinators
  * Improved XML library
  * Type constructor inference
  * Improved Annotations
  * Enhanced actors
  * Support for continuations

Internal improvements

  * New presentation compiler
  * New build manager
  * Speed improvements

Additional tools

  * Scaladoc 2
  * Sbaz 2
  * Scalap
  * Scala IDE for Eclipse

(asau)

2010-08-12 12:22:45 UTC MAIN commitmail json YAML

2010-08-12 12:15:30 UTC MAIN commitmail json YAML

Updated print/gutenprint-lib to 5.2.6

(gdt)

2010-08-12 12:15:08 UTC MAIN commitmail json YAML

Update to 5.2.6:

  adds some Canon PIXMA printers
  adds some Epson printers
  adds some PCL laser printers
  changes definitions for some printers (ink choices)
  bugs fixes
  Finnish translation

pkgsrc changes: Adjust comments.  Add PRINT_PLIST_AWK pattern.

(gdt)

2010-08-12 10:23:01 UTC MAIN commitmail json YAML

Updated lang/tinyscheme to 1.39

(asau)

2010-08-12 10:22:41 UTC MAIN commitmail json YAML

Update to TinyScheme 1.39

Changes:

Version 1.39
    Drew Yao fixed buffer overflow problems in mk_sharp_const.
Version 1.38
    Interim release until the rewrite, mostly incorporating modifications from
    Kevin Cozens. Small addition for Cygwin in the makefile, and modifications
    by Andrew Guenther for Apple platforms.
Version 1.37
    Joe Buehler submitted reserve_cells.
Version 1.36
    Joe Buehler fixed a patch in the allocator.
    Alexander Shendi moved the comment handling in the scanner, which
    fixed an obscure bug for which Mike E had provided a patch as well.
    Kevin Cozens has submitted some fixes and modifications which have not
    been incorporated yet in their entirety.

(asau)

2010-08-12 09:28:32 UTC MAIN commitmail json YAML

Updated lang/ksi to 3.9.0

(asau)

2010-08-12 09:27:54 UTC MAIN commitmail json YAML

Update to KSi 3.9.0

3.9.0
=====

* Prerelease of the 4.0.0 that will be R6RS compliant.

* The doc directory temporary removed from distrib.
  The old docs obsolete and new is not ready.

* Simple R6RS-like library manager implemented.
  "load" function removed (use "import" syntax instead).

* the ksi module system removed in a favour of new R6RS library system.

* `psyntax.ss' that implemented 'syntax-case' in older revisions of the ksi, was removed.
  As a result, only core syntax evaluated by ksi.
  And ksi core is not a R6RS core :-(

* '(gensym)' generate (almost) unique symbol names.
  As a part of generated symbol name used a 'session_id' that is initialized at startup.
  So, each ksi invocation has its own 'session_id'.
  This can help (in a future) to hardly optimize the scheme code evaluation
  Now the 'session_id' is initialized with random bits converted to readable string.

* the "do" syntax, "delay" syntax and "force" function was removed from the ksi core.

* the 'struct Ksi_Environ' and companions was rewriten almost completly.
  Now the environment has the name, the export list
  and the hashtab that maps the symbol to the value
  A value can be a plain value (the symbol is a variable) or a syntax value.
  If a symbol is bound to a syntax value, it can not be defined, assigned or
  used in any other case except in a intented syntax form
  As a special case, if a symbol is bound to a syntax value and the value is a procedure,
  the procedure is applyed to the form before evaluating it.
  (Look at 'ksi_defsyntax()' and 'ksi_compile()' for details).
  This mechanics is intended for low-level macros (as "define-macro!")
  and derived forms such as 'cond', 'case', etc.
  The normal sanitary macro system planned ;-).

* All packed-in-the-pointer objects was removed.
  Such objects as 'ksi_nil', 'ksi_false' and so on,
  are implemented as a pointers to a memory location
  that allocated when initializing the ksi library.
  Do not be suprized the error if you use its before calling `ksi_init()'.

* The 'struct Ksi_Char' (added) is internal representation of a character now.
(first step to unicode).

* the GMP library used for exact arithmetics now.
  As a result, the ksi supports the exact rational numbers now.

* The short integers was removed.  Bignums are the only exact numbers now.
  And predefined constans 'ksi_zero', 'ksi_one', etc was removed too.
  (Use 'ksi_long2num()' in C code)

* A flonum has real and imag part always, and so, a flonum is a complex number now.
  But 'real?' returns #t if imaginary part is zero
  and 'number->string' do not print "+0.0i" if imaginary part is zero.
  (This is not what R6RS requires but alas, it is the ksi)

* balanced comments are writen within "#| |#" construct now
  (not with "#! !#" as in the previous revisions of the ksi).
  The sequence "#!<identifier>" used for the reader directives now.
  In addition, to support the scheme scripts, the sequence "#! " (note whitespace)
  and "#!/" in the very begin of a file supposed as a one-line comment.

* Reader now case-sensitive by default, as required R6RS.
Use the "#!fold-case" directive to switch the reader to the case-insensitive mode,
and "#!no-fold-case" to switch to the case-sensitive mode back.

* By default, the reader parses postfix keyword notation, such as "key:".
"#!keyword-prefix" switches the reader to prefix mode, such as ":key",
and "#!keyword-postfix" switches the reader back to postfix mode.

* By default, the reader do not parses the old ksi keyword notation, such as "#:key".
Use the "#!keyword-sharp" directive to switch the old mode on,
and "#!no-keyword-sharp" to switch off.

* "#!r6rs" directive switches the reader to the R6RS mode,
  and "#!ksi" directive switches the reader to the default mode back.

In the r6rs mode:
  -- the keywords are not parsed at all;
  -- any sequence that starts with digit, '+', '-', '.', tried to be parsed as a number
      and, if cannot, exception raised.
      Otherwice the sequence is parsed as a symbol.

In the ksi mode:
  --  the keywords are parsed;
  --  any sequence, that starts with digit, or '+', '-', '.' folowed by digit,
      tried to be parsed as a number and, if cannot, exception raised.
      Otherwice the sequence is parsed as a symbol.

So, the sequence like '+x' is parsed as symbol in the ksi mode, but raise exception in the r6rs mode.

Note that in the previous revisions of the ksi, any sequence,
that cannot be parsed as a number, was considered as a symbol (never exception raised).

3.5.1
=====

* bugfixes

* (Windows) ksi dll name has version info now.

3.5.0
=====

* code refactoring

(asau)

2010-08-12 07:50:29 UTC MAIN commitmail json YAML

add and enable p5-Net-SMTP-TLS

(jnemeth)

2010-08-12 05:08:42 UTC MAIN commitmail json YAML

2010-08-12 04:02:28 UTC MAIN commitmail json YAML

2010-08-12 02:09:37 UTC MAIN commitmail json YAML

Updated mail/milter-manager to 1.6.0

(obache)

2010-08-12 02:09:22 UTC MAIN commitmail json YAML

Update milter-manager to 1.6.0.

== [release-1-6-0] 1.6.0: 2010-08-11

The first release of stable 1.6.x series.

=== milter manager

==== Improvements

  * Added parsers for Postfix cidr_table(5) and regexp_table(5):
    PostfixCIDRTable, PostfixRegexpTable

== [release-1-5-3] 1.5.3: 2010-08-03

The last release of 1.5.x series. (plan)

=== Document

==== Improvements

  * Added a description for
    ((<SocketAddress#to_ip_address|configuration#to-ip-address>)).

=== milter manager

==== Improvements

  * Ensured to reply for negotiation on negotiation failure.
  * Reduced the default timeout for reporting timeout error
    to MTA. The previous default timeout is the same as MTA
    default. With the value, we can't have a time to report
    timeout error to MTA.
  * command launcher: Supported syslog.
  * Added an applicable condition:
    * ((<Trust|"doc/configuration.rd.ja#trust">))
  * Supported Solaris. [Patched by SATOH Fumiyasu]

=== milter manager admin

==== Improvements

  * Supported Rails 2.3.8.

=== milter-test-server

==== Improvements

  * Added ((<--color|milter-test-server#--color>)) option.
  * Added ((<--threads|milter-test-server#--threads>)) option.

=== milter-core

==== Improvements

  * Chanaged default log level to output error and critical message.

=== Ruby milter

==== Improvements

  * Added --user, --gorup, --unix-socket-group,
    --unix-socket-mode, --syslog, --library-version options.
  * Added milter-test-client implemented by Ruby as a sample.
  * Added milter-regexp.rb as a sample.

=== Thanks

  * SATOH Fumiyasu

== [release-1-5-2] 1.5.2: 2010-05-29

A bug fix release of 1.5.1.

We recommend development version users who use a milter that uses
NO_REPLY_* or milter-greylist 4.3.x upgrade to this version.

=== Document

==== Improvements

  * Created ((<available milters|available-milters>)) list.
  * Updated recommended milter-greylist configuration.

=== milter manager

==== Improvements

  * Supported S25R ((<whitelist customize
    |"doc/configuration.rd#s25r.add_whitelist">)) and
    ((<blacklist
    customize|"doc/configuration.rd#s25r.add_blacklist">)).

=== milter-manager-log-analyzer

==== Improvements

  * Supported milter-greylist 4.3.x.

=== milter-toolkit

==== Improvements

  * Used inet_pton()/inet_pton() instead of
    inet_aton()/inet_ntoa(). [Suggested by SATOH Fumiyasu]

=== Thanks

  * SATOH Fumiyasu
  * ROSSO

== [release-1-5-1] 1.5.1: 2010-04-20

A bug fix release of 1.5.0.

It includes a memory leak fix derived from Ruby/GLib2
because bundled Ruby/GLib2 is updated. If bundled Ruby/GLib2
is used, upgrade is recommended.

=== Document

==== Improvements

  * Added install document for development release on Ubuntu
    Karmic Koara.
  * Added a description that installs Rack
    explicitly. [Reported by Tsuchiya]

==== Fixes

  * FreeBSD: Fixed package name [Reported by Tsuchiya]

=== libmilter-core

==== Improvements

  * Supported syslog level change by MILTER_LOG_SYSLOG_LEVEL
    environment variable.
  * Added memory profiler.

=== milter manager

==== Improvements

  * Supported Solaris. [Reported and patched by SATOH Fumiyasu]
  * Bundled Ruby/GLib2 0.19.4.

=== milter-test-client

==== Improvements

  * Added
    ((<--report-memory-profile|milter-test-client#--report-memory-profile>)) option.

=== Thanks

  * Tsuchiya
  * SATOH Fumiyasu

== [release-1-5-0] 1.5.0: 2010-03-29

A development release.

=== Document

==== Improvements

  * For Debian GNU/Linux・Ubuntu:
    * Removed needless group change description [Suggested by ZnZ]
  * For CentOS:
    * Used Yum instead of RPM directly.
  * For FreeBSD:
    * Upgraded target version: 7.2-RELEASE -> 8.0-RELEASE
    * Changed to use CPPFLAGS instead of CFLAGS for configure.

==== Bug fixes

  * For FreeBSD:
    * Fixed pw command options.

=== milter manager

==== Improvements

  * init script for Debian GNU/Linux:
    * Supported 'status'. [Suggested by ZnZ]
    * Delayed parameter checks until they are needed.
      [Suggested by ZnZ]
    * Removed needless dependencies. [Suggested by ZnZ]

  * [#2921072] Showed loaded configuration file path on
    verbose mode. [Suggested by Antuan Avdioukhine]
  * [#2921072] Showed file and line that are changed the
    configuration item. [Suggested by Antuan Avdioukhine]
  * [#2921078] Supported no child milter work.
    [Suggested by Antuan Avdioukhine]

  * Added configuration items:
    * ((<remove_milter|"doc/configuration.rd#remove_milter">))
    * ((<manager.connection_check_interval|"doc/configuration.rd#manager.connection_check_interval">))
    * ((<manager.define_connection_checker|"doc/configuration.rd#manager.define_connection_checker">))
    * ((<manager.use_netstat_connection_checker|"doc/configuration.rd#manager.use_netstat_connection_checker">))
    * ((<manager.report_memory_statistics|"doc/configuration.rd#manager.report_memory_statistics">))
    * ((<manager.maintained|"doc/configuration.rd#manager.maintained">))
    * ((<stress.threshold_n_connections|"doc/configuration.rd#stress.threshold_n_connections">))
    * ((<stress.threshold_n_connections=|"doc/configuration.rd#stress.threshold_n_connections=">))
    * ((<remote_network.add_local_address|"doc/configuration.rd#remote_network.add_local_address">))

  * Added new applicable conditions
    * ((<No Stress|"doc/configuration.rd#no-stress">))
    * ((<Stress Notify|"doc/configuration.rd#stress-notify">))

  * Bundled Ruby/GLib 0.19.3. (For FreeBSD)
  * Changed to use /usr/sbin/service or /sbin/service if it
    is available.

  * Supported OpenDKIM detection on CentOS.

  * Supported Syslog facility change:
    MILTER_LOG_SYSLOG_FACILITY environment variable is used.

  * ((<manager.max_file_descriptors|"doc/configuration.rd.ja#manager.max_file_descriptors">)):
    Changed both of soft and hard limit not only soft limit.

  * Supported ((<Munin|URL:http://munin-monitoring.org/>)).

  * Speed up and effective memory usage.

==== Bug fixes

  * FreeBSD: Fixed OpenDKIM detection when any profiles
    aren't used in /etc/rc.conf. [Reported by Tsuchiya]
  * Fixed a bug that applicable condition is ignored by
    Ruby's GC.

==== Experimental

  * Introduced policy framework to specify condition and
    milter all together.

=== milter-toolkit

  * Supported milter development by Ruby bindings: ((<Ruby integration|ruby>))
    * Specify --enable-ruby-milter option in configure.

=== milter-manager-log-analyzer

  * Speed up (almost 2 times faster)
  * Supported visualization about number connections that is
    disconnection from SMTP clients.

=== milter-performance-check

  * New options
    * ((<--n-concurrent-connections|"doc/milter-performance-check#--n-concurrent-connections">)):
      Specifies maximum number of concurrency connections.

=== milter-test-client

  * New options:
    * ((<--no-report-request|"doc/milter-test-client#--no-report-request">)):
      Doesn't dump requests from MTA.
    * ((<--user|"doc/milter-test-client#--user">)):
      Specifies effective user.
    * ((<--group|"doc/milter-test-client#--group">)):
      Specifies effective group.
    * ((<--socket-group|"doc/milter-test-client#--socket-group">)):
      Specifies UNIX domain socket's group.

=== Package

==== CentOS

  * Split to some packages.

=== Test

  * Supported ((<Cutter|URL:http://cutter.sourceforge.net/>)) 1.1.0

=== Thanks

  * ZnZ
  * Tsuchiya
  * Antuan Avdioukhine

(obache)

2010-08-12 00:50:15 UTC MAIN commitmail json YAML

Note moved php-* packages in Mar. 2010 (hi! taca).

(obache)

2010-08-11 23:19:51 UTC MAIN commitmail json YAML

- Note update of databases/mysql51-client and databases/mysql51-server
  to 5.1.49.
- Add missing update of www/contao29-example to 2.9.1.

(taca)

2010-08-11 23:18:04 UTC MAIN commitmail json YAML

Update mysql51-client and mysql51-server to 5.1.49.

Please refer http://dev.mysql.com/doc/refman/5.1/en/news-5-1-49.html
for full changes.

* InnoDB Plugin has been upgraded to version 1.0.10. This version is
  considered of General Availability (GA) quality.

  In this release, the InnoDB Plugin is included in source and binary
  distributions, except RHEL3, RHEL4, SuSE 9 (x86, x86_64, ia64), and
  generic Linux RPM packages. It also does not work for FreeBSD 6 and
  HP-UX or for Linux on generic ia64.

Bugs fixed:

* Security Fix: After changing the values of the innodb_file_format or
  innodb_file_per_table configuration parameters, DDL statements could
  cause a server crash. (Bug#55039)

* Security Fix: Joins involving a table with with a unique SET column
  could cause a server crash. (Bug#54575)

* Security Fix: Incorrect handling of NULL arguments could lead to a
  crash for IN() or CASE operations when NULL arguments were either
  passed explicitly as arguments (for IN()) or implicitly generated by
  the WITH ROLLUP modifier (for IN() and CASE). (Bug#54477)

* Security Fix: A malformed argument to the BINLOG statement could
  result in Valgrind warnings or a server crash. (Bug#54393)

* Security Fix: Use of TEMPORARY InnoDB tables with nullable columns
  could cause a server crash. (Bug#54044)

* Security Fix: The server could crash if there were alternate reads
  from two indexes on a table using the HANDLER interface. (Bug#54007)

* Security Fix: Using EXPLAIN with queries of the form SELECT
  ... UNION ... ORDER BY (SELECT ... WHERE ...) could cause a server
  crash. (Bug#52711)

* Security Fix: LOAD DATA INFILE did not check for SQL errors and sent
  an OK packet even when errors were already reported. Also, an assert
  related to client-server protocol checking in debug servers
  sometimes was raised when it should not have been. (Bug#52512)

(taca)

2010-08-11 21:57:16 UTC MAIN commitmail json YAML

Note update of www/drupal6 package to 6.18.

(taca)

2010-08-11 21:56:28 UTC MAIN commitmail json YAML

Update drupal6 package to 6.18.

Drupal 6.18, 2010-08-11
----------------------
- Fixed security issues (OpenID authentication bypass, File download access
  bypass, Comment unpublishing bypass, Actions cross site scripting),
  see SA-CORE-2010-002.

(taca)

2010-08-11 20:33:50 UTC MAIN commitmail json YAML

Updated math/muparser to 132

(asau)

2010-08-11 20:33:20 UTC MAIN commitmail json YAML

Update to muParser 1.32

Changes in muParser 1.32
------------------------

  Changes:
  * "example3" renamed to "example2"
  * Project/Makefiles files are now provided for:
          - msvc2003
          - msvc2005
          - msvc2008
          - watcom  (makefile)
          - mingw    (makefile)
          - bcc      (makefile)
  * Project files for borland cpp builder were removed

  New features:
  * Added function returning muparsers version number
  * Added function for resetting the locale

  Bugfixes:
  * Changes example1 in order to fix issues with irritating memory leak reports.
    Added conditional code for memory leak detection with MSVC in example1.
    (see: http://www.codeproject.com/KB/recipes/FastMathParser.aspx?msg=3286367#xx3286367xx)
  * Fixed some warnings for gcc

Changes in muParser 1.31cp
--------------------------

  Changes:
  * Archive structure changed
  * C# wrapper added
  * Fixed issued that prevented compiling with VS2010 Beta2

(asau)

2010-08-11 20:07:05 UTC MAIN commitmail json YAML

2010-08-11 20:06:25 UTC MAIN commitmail json YAML

Update to Newmat11
Contributed by Kamel Derouiche via PR pkg/43741

Changes in this version:

It works with Borland Builder version 6, 8;
Microsoft Visual C++ 6,7,8; Open Watcom 1.7a;
Gnu version 3, 4 and Intel for Windows & Linux compilers 9, 10.

Options and work-arounds for older compilers are being removed.

You can enter values from an integer array with statements like

  Matrix A(3,2); int a[] = { 11,12,21,22,31,33 };  A << a;

There is a new matrix type SquareMatrix. You can use this where
you know a matrix is square. The only place where the information
that a matrix is used is in the Kronecker product KP(A,B).
If A is band and B is any square matrix type (i.e. type SquareMatrix
or band, triangular, symmetric or diagonal) the result is band.
If B is type Matrix then the result is of type Matrix.
Apart from this it may be worth using the SquareMatrix type to
improve readability of a program and to make sure that a matrix
that is intended to be square really is square.

There is a new routine for carrying out cross products of
ColumnVectors or RowVectors of length 3 and new routines for
updating a triangular matrix derived from a Cholesky decomposition.

Interfacing with old C functions involving one and two
dimensional arrays is simplified.

Additional QR functions, extend_orthogonal function.

Lower-case versions of functions.

You can use the manipulators scientific and fixed in the matrix
output expressions.

(asau)

2010-08-11 19:11:55 UTC MAIN commitmail json YAML

Fix build failure on NetBSD/arm as configure suggests:
>> You specified a pre-ARMv6 or Thumb-1 CPU in your CFLAGS.
>> If you really want to run on such a CPU, configure with --disable-asm.

(tsutsui)

2010-08-11 17:05:13 UTC MAIN commitmail json YAML

Note that qemu-0.13.x will include e1000 fix in patch-ee.

(tsutsui)

2010-08-11 13:36:48 UTC MAIN commitmail json YAML

update to 0.6.7, from Kamel Derouiche per PR pkg/43731
changes:
-implement visual factorint()
-implement symarray(): numpy array of sympy symbols
-misc fixes and improvements

(drochner)

2010-08-11 13:29:19 UTC MAIN commitmail json YAML

sync with base pkg
qt4: run "moc" at build time to make sure the generated files
match the installed qt version

(drochner)

2010-08-11 13:28:09 UTC MAIN commitmail json YAML

update to 0.8.0
changes:
-Beautified the qt4 pinentry
-Minor enhancements

Thanks to Sverre Froyen for testing the qt4 version and finding
a patch which makes the dialog stay on top.

(drochner)

2010-08-11 13:13:24 UTC MAIN commitmail json YAML

+ gutenprint-5.2.6, hdf-4.2.5, muparser-132 [pkg/43743], newmat-11
  [pkg/43741], units-88 [pkg/43742].

(wiz)

2010-08-11 13:11:57 UTC MAIN commitmail json YAML

2010-08-11 12:59:36 UTC MAIN commitmail json YAML

2010-08-11 12:45:31 UTC MAIN commitmail json YAML

Updated inputmethod/ibus-skk to 0.0.10nb1

(obache)

2010-08-11 12:44:58 UTC MAIN commitmail json YAML

Fxies python path.

Bump PKGREVISION.

(obache)

2010-08-11 12:32:00 UTC MAIN commitmail json YAML

2010-08-11 12:21:57 UTC MAIN commitmail json YAML

2010-08-11 11:41:46 UTC MAIN commitmail json YAML

Mention muparser addition.

(wiz)

2010-08-10 22:11:11 UTC MAIN commitmail json YAML

+ glproto-1.4.12, hdf5-1.9.74, kbproto-1.0.5, kde4-4.5.0,
  libesmtp-1.0.6, libgee-0.5.2 [pkg/43729], libquantum-1.1.0
  [pkg/43728], mapm-4.9.5 [pkg/43736], mathomatic-15.1.6 [pkg/43740],
  py-ephem-3.7.3.4 [pkg/43737], py-sympy-0.6.7 [pkg/43731],
  renderproto-0.11.1, videoproto-2.3.1, xextproto-7.1.2,
  xf86-input-vmmouse-12.6.10, xf86-video-ast-0.91.10,
  xf86-video-i128-1.3.4, xf86-video-mga-1.4.13, xf86-video-vmware-11.0.2,
  xproto-7.0.18.
- eric4-4.4.7, py-fpconst-0.7.2 [pkg/42556].

(wiz)

2010-08-10 20:28:07 UTC MAIN commitmail json YAML

Bump chat/irssi-icb

(sketch)

2010-08-10 20:26:36 UTC MAIN commitmail json YAML

2010-08-10 18:04:30 UTC MAIN commitmail json YAML

update to 0.15, from Kamel Derouiche per PR pkg/43730
many fixes and improvements, too much to list here

(drochner)

2010-08-10 18:01:21 UTC MAIN commitmail json YAML

2010-08-10 17:59:00 UTC MAIN commitmail json YAML

add py-gmpy-1.12, a Python wrapper for math/gmp, from Kamel Derouiche
per pkgsrc-wip

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(drochner)

2010-08-10 17:33:34 UTC MAIN commitmail json YAML

2010-08-10 17:07:56 UTC MAIN commitmail json YAML

update to 4.4.7
It is a maintenance release fixing some bugs.

(drochner)

2010-08-10 17:03:39 UTC MAIN commitmail json YAML

add py-coverage-3.3.1, a module that measures code coverage, from
Kamel Derouiche per pkgsrc-wip

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(drochner)

2010-08-10 16:01:56 UTC MAIN commitmail json YAML

Note update of www/geeklog 1.7.0.

(taca)

2010-08-10 16:00:42 UTC MAIN commitmail json YAML

Update geeklog package to 1.7.0.

Quote from release announce:

This release adds support for PostgreSQL (in addition to MySQL and MS
SQL), developed by Stan Palatnik during the Google Summer of Code
2009. It also adds a re-authentication option in case the CSRF token
expires, thus preventing loss of data. For other improvements, please
see the list of changes. Of course, it also addresses the latest
security issue.

We would also like to thank all those students again who applied for
the Google Summer of Code 2010 and submitted patches for Geeklog. Some
of them already made it into 1.7.0, the rest is scheduled for
inclusion into Geeklog 1.7.1. We will also be looking into adding more
of our successful GSoC projects from 2009 into that release.

(taca)

2010-08-10 15:47:09 UTC MAIN commitmail json YAML

Note update of www/typo3 package to 4.4.2.

(taca)

2010-08-10 15:46:30 UTC MAIN commitmail json YAML

Update TYPO3 to 4.4.2.

2010-08-06  Benjamin Mack  <benni@typo3.org>

* Release of TYPO3 4.4.2

2010-08-05  Stanislas Rolland  <typo3@sjbr.ca>

* Fixed bug #15355: htmlArea RTE: Using the advanded frontend editing,
  the editor is not loaded in the text tab

2010-08-05  Steffen Kamper  <steffen@typo3.org>

* Fixed bug #12646: Click on icon does not open/close sections

2010-08-05  Steffen Gebert  <steffen@steffen-gebert.de>

* Fixed bug #14773: Styling issue when selecting position of new
  created page

2010-08-05  Oliver Hader  <oliver@typo3.org>

* Fixed bug #15343: dbClientCompress crashes with pconnect
* Fixed bug #15280: felogin redirect doesn't work anymore after
  update to latest releases (4.2x - 4.4.x) (thanks to Helmut Hummel)
* Fixed bug #15282: It is impossible to set links to files any more
  with the link wizard
* Fixed bug #15336: sys_actions shows wrong error if an "Record List"
  action is not propertly configured (thanks to Stefan Galinski)

2010-08-03  Susanne Moog  <typo3@susanne-moog.de>

* Fixed bug #15313: Link to deprecation logfile doesn't work in
  installations inside a subdirectory (thanks to Stefan Galinski)

2010-08-03  Oliver Hader  <oliver@typo3.org>

* Fixed bug #15265: InstallTool-login not possible after Update to
  4.4.1 due to session_start() in extensions (thanks to Ernesto
  Baschny and Helmut Hummel)

2010-08-02  Oliver Hader  <oliver@typo3.org>

* Fixed bug #15289: Element-Browser page tree has HSC'ed <span> elements

2010-08-01  Oliver Hader  <oliver@typo3.org>

* Fixed bug #15321: Unused variable $warningItems in tx_install
  (thanks to Markus Klein)

2010-08-01  Susanne Moog  <typo3@susanne-moog.de>

* Fixed bug #15292: Fatal error in DB browser because of wrong sprite
  API usage (thanks to Alexandre Gravel-Raymond)

2010-07-30  Steffen Kamper  <steffen@typo3.org>

* Follow-up to bug #15188: Remove default greyed out effect for CEs
  (Thanks to Steffen Gebert)
* Fixed bug #15295: Page treeFilter not re-applied after branch
  toggling (Thanks to Felix Kopp)

2010-07-29  Dmitry Dulepov  <dmitry@typo3.org>

* Fixed bug #13427: t3lib_div::cleanOutputBuffers() might loop forever
  (thanks to Stephan Seitz and Steffen Gebert)

(taca)

2010-08-10 15:45:09 UTC MAIN commitmail json YAML

Note update of www/contao29-translations package to 20100809.

(taca)

2010-08-10 15:43:55 UTC MAIN commitmail json YAML

Update contao29-translations pacakge to 20100809.

Guarani, Hungarian, Italian, Dutch, Russian and Swedish language files
are updated to support Contao 2.9.1.

(taca)

2010-08-10 15:38:34 UTC MAIN commitmail json YAML

Note update of www/contao29 package to 2.9.1.

(taca)

2010-08-10 15:37:33 UTC MAIN commitmail json YAML

Update contao29 package to 2.9.1.

Contao 2.9.1 is available
August 9th, 2010 11:24 by Leo Feyer

Contao version 2.9.1 is available.

The maintenance release includes an important front end cache fix,
a front end preview link fix and various accessibility fixes.
It also fixes an XSS vulnerability in one of the framework functions,
so an update is highly recommended.

(taca)

2010-08-10 13:40:20 UTC MAIN commitmail json YAML

Updated lang/pcc-current to 0.9.9.20100810

(asau)

2010-08-10 13:39:56 UTC MAIN commitmail json YAML

Update to snapshot as of 2010-08-10, changes are unknown.

(asau)

2010-08-10 12:35:35 UTC MAIN commitmail json YAML

update to 0.7.2 which gives it a MASTER_SITE and a distfile again,
I don't know of other changes
from Kamel Derouiche per PR pkg/43735

(drochner)

2010-08-10 10:33:40 UTC MAIN commitmail json YAML

Updated lang/racket-textual to 5.0.1

(asau)

2010-08-10 10:33:22 UTC MAIN commitmail json YAML

Updated lang/racket to 5.0.1

(asau)

2010-08-10 10:32:46 UTC MAIN commitmail json YAML

Update to Racket 5.0.1

Continuation barriers now block only downward continuation jumps
and allow escapes through full continuations
Changed internal-definition handling to allow expressions mixed
with definitions
Added support for subprocesses as new process groups
Added support for best-effort termination of subprocess by a
custodian
Added flreal-part, flimag-part, make-flrectangular, and unsafe
variants
Added fl->eact-integer, fl->fx, and unsafe-fl->fx
Added #:async-apply option to _fun
Added chaperone-evt
Added identifier-prune-to-source-module
Changed apply binding to enable lower-level optimizations
Upgraded to libffi 3.0.9+

(asau)

2010-08-10 10:16:45 UTC MAIN commitmail json YAML

give "configure" a hint where to find zlib, hopefully helps PR pkg/43724
by RUMI Szabolcs

(drochner)

2010-08-10 08:50:14 UTC MAIN commitmail json YAML

Note update of the "py-mysqldb" package to version 1.2.3.

(tron)

2010-08-10 08:49:41 UTC MAIN commitmail json YAML

Update "py-mysql" package to version 1.2.3. A list of the changes since
release candidate 1 is not available unfortunately.

(tron)

2010-08-10 08:26:20 UTC MAIN commitmail json YAML

2010-08-10 07:50:13 UTC MAIN commitmail json YAML

Updated lang/yap to 6.0.6

(asau)

2010-08-10 07:49:57 UTC MAIN commitmail json YAML

Update to Yap 6.0.6

Highlights:

- configure system rewritten and simplified
- better emulation of SWI, especially of C-interface, allows:
  o port of SWI  packages: sgml and plunit work better, clib, RDF,
    zlib and http seem to be working well, semweb compiles
  o better integration with C: it is now possible to call YAP from JPL
    reliably (all tests in the demos/java directory succeed in Linux)
  o it is now possible to create a stream with SWI routines and use
    YAP IO (parser, writer) on it
  o pyswip: YAP now includes a version of the pyswip package for
    experimentation: all the demos seem to be work (YAP must be compiled
    as a dynamic library)
- compilation in Sun and NetBSD
- YAP can now handle very, very large terms in compiled clauses.
- several new builtins
- improve thread implementation, especially locking in IO routines and indexing
    o fix C thread interface
- fix odbc support in MYDDAS
- fix overflow in ==
- fix bad call to subsumes/2
- new version of trie library, developed by Theo and Ricardo

(asau)

2010-08-10 06:21:00 UTC MAIN commitmail json YAML

Fix build failure "#error Unknown endianism of architecture"
on NetBSD/arm (and other minor MACHINE_ARCHs).

(tsutsui)

2010-08-10 05:42:34 UTC MAIN commitmail json YAML

Fix build failure on NetBSD/arm.

patch-ah (new):
Fix wrong placed #else clause against #if defined(__linux__) in cpu-arm.c.

patch-ba:
Check NetBSD's native atomic_ops in configure even in arm case.
configure checks $host_cpu first, not $host_os on checks for
native atomic operations.
(In upstream it seems fixed to see $host_os first but
  it might still have problem around NetBSD version checks)

(tsutsui)

2010-08-09 23:12:40 UTC MAIN commitmail json YAML

Note initial addition of p5-Dir-Self version 0.10 as devel/p5-Dir-Self
into The NetBSD Packages Collection.

Perl has two pseudo-constants describing the current location in
your source code, __FILE__ and __LINE__. The Perl 5 module Dir::Self
adds __DIR__, which expands to the directory your source file is
in, as an absolute pathname.

(seb)

2010-08-09 23:12:16 UTC MAIN commitmail json YAML

Add & enable p5-Dir-Self

(seb)

2010-08-09 23:11:58 UTC MAIN commitmail json YAML

Initial import of p5-Dir-Self version 0.10 in the NetBSD Packages
Collection.

Perl has two pseudo-constants describing the current location in
your source code, __FILE__ and __LINE__. The Perl 5 module Dir::Self
adds __DIR__, which expands to the directory your source file is
in, as an absolute pathname.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(seb)

2010-08-09 21:19:10 UTC MAIN commitmail json YAML

Use common style comment and cleanup whitespace/TAB nits in pkgsrc patch.

(tsutsui)

2010-08-09 21:05:07 UTC MAIN commitmail json YAML

+ cherokee-1.0.7, mathomatic-15.1.6, sudo-1.7.4p2, thunderbird-3.1.2.

(wiz)

2010-08-09 20:56:32 UTC MAIN commitmail json YAML

2010-08-09 20:35:25 UTC MAIN commitmail json YAML

Remove nbd from UE_ARCHS.  It's not UE but a tool,
and handled in PLIST.nbd and PLIST_VARS lines.

(tsutsui)

2010-08-09 20:28:32 UTC MAIN commitmail json YAML

Remove obsolete workaround for PR/41007.
The audio.h confusion has been handled by SUBST_*.qaudio lines.

(tsutsui)

2010-08-09 19:37:45 UTC MAIN commitmail json YAML

-clean up the last patch - remove unneeded code (submitted upstream)
-add a "sync" option to the "dr" command which sets the next written
value to the last read one, seems useful to me to do least invasive
tests in a running system
-flush stdout on progress reports of the svf player (fixed differently
in the development branch upstream)
bump PKGREVISION

(drochner)

2010-08-09 19:31:02 UTC MAIN commitmail json YAML

Note update of emacs-snapshot.

(minskim)

2010-08-09 19:30:39 UTC MAIN commitmail json YAML

Update emacs-snapshot to 24.0.50.20100808.

Major changes:
- calc/calc.el: Use `face' property to italicize headers.
- calc/calccomp.el (math-comp-highlight-string): Use
  `calc-highlight-selections-with-faces' to determine how to highlight
  sub-formulas.
- progmodes/sql.el (sql-mode-sqlite-font-lock-keywords): Added
  SQLite 3 keywords, functions and datatypes.
- net/tramp.el (tramp-handle-start-file-process ): Set connection
  property "vec".
- vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.

(minskim)

2010-08-09 16:46:53 UTC MAIN commitmail json YAML

list recent updates

(drochner)

2010-08-09 14:25:04 UTC MAIN commitmail json YAML

Note stopper for x11vnc-0.9.11.

(obache)

2010-08-09 13:34:12 UTC MAIN commitmail json YAML

2010-08-09 13:21:07 UTC MAIN commitmail json YAML

Fix build failure on NetBSD/arm.

patch-ad:
src/tools/qglobal.h mentionss about Q_NO_PACKED_REFERENCE:
---
/* ARM gcc pads structs to 32 bits, even when they contain a single
  char, or short.  We tell gcc to pack QChars to 16 bits, to avoid
  QString bloat. However, gcc 3.4 doesn't allow us to create references to
  members of a packed struct. (Pointers are OK, because then you
  supposedly know what you are doing.) */
#  if (defined(__arm__) || defined(__ARMEL__)) && !defined(QT_MOC_CPP)
#    define Q_PACKED __attribute__ ((packed))
#    if __GNUC__ == 3 && __GNUC_MINOR__ >= 4
#      define Q_NO_PACKED_REFERENCE
---
but it seems we also have to define it on gcc4.

patch-ch:
Furthermore, it looks gcc4 also rejects implicit pointer casts, so
add an explicit cast where the above Q_NO_PACKED_REFERENCE is referred.

(tsutsui)

2010-08-09 12:25:59 UTC MAIN commitmail json YAML

update to 2.30.3
changes:
-bugfixes
-translation updates

(drochner)

2010-08-09 12:21:48 UTC MAIN commitmail json YAML

bl3 zlib, should fix PR pkg/43724 by Szabolcs Rumi
also fix libtoolization of module build (the modules didn't work before)
bump PKGREVISION

(drochner)

2010-08-09 11:49:11 UTC MAIN commitmail json YAML

- remove obsolete SUBST_foo lines
- use less wildcard for SUBST_FILES.qaudio so that
  we won't miss valid "Nothing changed" warnings

(tsutsui)

2010-08-09 11:46:39 UTC MAIN commitmail json YAML

2010-08-09 11:38:54 UTC MAIN commitmail json YAML

+ calibre-0.7.11, etm-647, gcc-4.5.1, glib2-2.24.2, jabberd2-2.2.11,
  mednafen-0.8.13.2, sdlmame-0.139, sdlmess-0.139, tellico-2.3,
  vile-9.8, wine-devel-1.3.0, x11vnc-0.9.11.

(wiz)

2010-08-09 11:33:53 UTC MAIN commitmail json YAML

update to 1.3.2
changes:
-Add keyboard merging, bulk change merging, auto-merge with ancestor mode
-Updates to VC support, including lots of git fixes
-UI cleanups
-bug fixes
-Translation updates

(drochner)

2010-08-09 11:25:16 UTC MAIN commitmail json YAML

2010-08-09 11:09:24 UTC MAIN commitmail json YAML

2010-08-09 11:05:55 UTC MAIN commitmail json YAML

2010-08-09 10:49:28 UTC MAIN commitmail json YAML

NetBSD has these functions in libc since 5.0 at least, librfuncs
installs an empty library here. Allow to filter it out, to avoid
the overhead.

(drochner)

2010-08-09 10:43:25 UTC MAIN commitmail json YAML

update to 2.30.2
changes:
-Add Genre extension to XSPF playlists
-Add support for Last.fm's new XSPF extensions
-bugfixes

(drochner)

2010-08-09 10:25:37 UTC MAIN commitmail json YAML

update to 0.1.6
changes:
-Implement IDLE_LOGFILE to divert output to a file
-Implement Debug interface

pkgsrc change: add some support to run selftest

(drochner)

2010-08-09 10:22:24 UTC MAIN commitmail json YAML

2010-08-09 10:19:13 UTC MAIN commitmail json YAML

2010-08-09 10:11:57 UTC MAIN commitmail json YAML

2010-08-09 10:07:10 UTC MAIN commitmail json YAML

2010-08-09 09:53:30 UTC MAIN commitmail json YAML

split libnice into two pkgs, to get dependencies sorted and stop
abuse of the options framework
being here, update to 0.0.13
changes:
- Add support for IPv6
- Fix crc32 function conflict with libz.so
- Various bug fixing and code cleaning
- Validate the remote candidate address before adding it

(drochner)

2010-08-09 01:43:14 UTC MAIN commitmail json YAML

tegaki-wagomu-0.3.tar.gz exists in other directory for previous releases.

(taca)

2010-08-08 21:10:37 UTC MAIN commitmail json YAML

Fix build with gmake-3.82: no code allowed outside of targets.

(wiz)

2010-08-08 21:07:24 UTC MAIN commitmail json YAML

2010-08-08 16:07:59 UTC MAIN commitmail json YAML

Updated graphics/freetype2 to 2.4.2

(tnn)

2010-08-08 16:06:02 UTC MAIN commitmail json YAML

Update to freetype2-2.4.2:

CHANGES BETWEEN 2.4.1 and 2.4.2
  I. IMPORTANT BUG FIXES
    - A stack overflow in CFF Type2 CharStrings interpreter is fixed.
    - Handling Type 42 font deallocation was broken; additionally, the
      library is now more robust against malformed Type 42 fonts.
  II. MISCELLANEOUS
    - Two new functions,  `FT_Reference_Library' (in FT_MODULE_H)  and
      `FT_Reference_Face'  (in  FT_FREETYPE_H),  have  been  added  to
      simplify life-cycle management.  A counter gets initialized to 1
      at the  time an  FT_Library (or  FT_Face) structure  is created.
      The  two  new  functions  increment  the  respective  counter.
      `FT_Done_Library' and `FT_Done_Face' then only destroy a library
      or face if the counter is 1, otherwise they simply decrement the
      counter.

(tnn)

2010-08-08 13:25:20 UTC MAIN commitmail json YAML

Remove some completed updates:
- amsn-0.98.3, cfengine2-2.2.10, claws-mail-3.7.3, gthumb-2.10.12,
  gvfs-1.6.2, gxemul-0.6.0 [pkg/43296], nelma-3.2, openssl-0.9.8o,
  pear-Net_Sieve-1.3.0 [pkg/43555], ruby-dnsruby-1.47 [pkg/43423],
  ruby-mocha-0.9.8, scons-1.3.0 [pkg/43418], scons-devel-1.3.0d20100523
  [pkg/43419], softhsm-1.1.4.

(wiz)

2010-08-08 13:22:10 UTC MAIN commitmail json YAML

+ ImageMagick-6.6.3.4, abcmidi-20100729, akonadi-1.4.0, autoconf-2.67,
  bison-2.4.3, diffpdf-1.1.4, djview4-4.5 [pkg/43712], djvulibre-lib-3.5.22
  [pkg/43711], gbrainy-1.50, hunspell-de-20100727, ilmbase-1.0.2,
  ispell-german-20100727, libgpg-error-1.9, libnice-0.0.13,
  libwnck-2.30.3, nautilus-sendto-2.28.5, ocaml-3.12.0, openexr-1.7.0,
  p5-Lingua-EN-Inflect-1.892, p5-PerlMagick-6.6.3.4,
  p5-Text-Markdown-1.000031, p5-YAML-Syck-1.12, qemu-0.12.5,
  scmgit-base-1.7.2.1, scmgit-docs-1.7.2.1, totem-pl-parser-2.30.2,
  vsftpd-2.3.0, weechat-0.3.3, x264-devel-20100807, xset-1.2.0,
  yasm-1.1.0.

(wiz)

2010-08-08 12:05:38 UTC MAIN commitmail json YAML

Updated databases/sqlite3 to 3.7.0.1

(adam)

2010-08-08 12:04:37 UTC MAIN commitmail json YAML

Changes 3.7.0.1:
* Fix a potential database corruption problem that can result if the same
  database file is alternately written by version 3.7.0 and 3.6.23.1.
* Fix a possible performance regression caused by the introduction of automatic
  indexing.

(adam)

2010-08-08 11:10:01 UTC MAIN commitmail json YAML

2010-08-08 11:00:03 UTC MAIN commitmail json YAML

2010-08-08 01:11:03 UTC MAIN commitmail json YAML

+ scim-python scim-tegaki ibus-tegaki

(obache)

2010-08-08 01:09:50 UTC MAIN commitmail json YAML

Added inputmethod/scim-tegaki version 0.1

(obache)

2010-08-08 01:09:36 UTC MAIN commitmail json YAML

Import scim-tegaki-0.1 as inputmethod/scim-tegaki.

Tegaki project integration in SCIM.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2010-08-08 01:05:26 UTC MAIN commitmail json YAML

Added inputmethod/scim-python version 0.1.13rc1nb1

(obache)

2010-08-08 01:05:04 UTC MAIN commitmail json YAML

2010-08-08 00:46:45 UTC MAIN commitmail json YAML

2010-08-08 00:42:56 UTC MAIN commitmail json YAML

Added inputmethod/ibus-tegaki version 0.3.1

(obache)

2010-08-08 00:42:23 UTC MAIN commitmail json YAML

2010-08-07 18:58:01 UTC MAIN commitmail json YAML

Updated textproc/mdoclint to 1.8

(wiz)

2010-08-07 18:57:52 UTC MAIN commitmail json YAML

Update to 1.8: Recognize xen and x86 as architectures.

(wiz)

2010-08-07 16:08:07 UTC MAIN commitmail json YAML

Updated fonts/vlgothic-ttf to 20100416

(wiz)

2010-08-07 16:07:56 UTC MAIN commitmail json YAML

Update to 20100416, provided by Ryo Onodera in PR 43709.

Changelog:
* In VL-PGothic and VL-Gothic, characters derived from M+ font C1
and M1 are updated (2010-04-15 CVS HEAD).
* The width of 0x309b and 0x309c is changed from zero to kanji-width.

(wiz)

2010-08-07 14:27:46 UTC MAIN commitmail json YAML

Updated devel/coccinelle to 0.2.3

(jym)

2010-08-07 14:23:23 UTC MAIN commitmail json YAML

Update to 0.2.3.
- new URLs for HOMEPAGE and MASTER_SITES
- smaller DESCR (avoids pkglint's complaints)
- remove patch-a{a,b,c} (paths seem to be fixed inside configure/make scripts).

Changelog:

* 0.2.3
** Language:
- <= constraints relating an expression metavariable to one or more
  inherited expression metavariables that it should be a subexpression of
- the -inplace and -outplace options have been renamed -in_place and
  -out_place.  -in_place no longer makes a backup.  A backup can be
  requested using the option -backup_suffix, eg -backup_suffix .bk
- identifiers can be constrained to be different from an inherited
  identifier metavariable, or from a set containing both concrete
  identifiers and inherited identifier metavariables.
- support for ocaml scripting
- ast available in ocaml scripts

** Features:
- drop inconsistent paths check when only one node was matched
- allow #define id with no definition
- attempt to add newlines in the generated code when function calls in the
  smpl cause passing column 80
- allow - in front of statement level nests, if everything inside the nest
  is also -
- 'configure' looks for some system libraries: menhirLib, sexplib, pycaml.
  Not available libraries are replaced by a copy provided with the sources.
- added static for a function goes just before what is specified in the
  semantic patch, not before any comments etc.
- Add a new option, -ignore_unknown_options, to ease the integration
  of Coccinelle as a checker in a toolchain.
- error in python code causes immediate abort of spatch
- use the same algorithm for collecting grep tokens as for collecting
  glimpse tokens
- Add scripts/spatch.bash_completion for automatic completion of common
  options under the bash shell.
- Print rule name when a script rule crashes
- Allow the declaration of an expression list or parameter list
  metavariable to specify the number of expressions or parameters,
  respectively.

** Bugfix:
- drop inconsistent paths check when only one node was matched
- better take into account virtual rules when selecting glimpse tokens
- print diff when only a comment is added
- the type of the C code !x should be int regardless of the type of x
- allow python code at the beginning of an included file
- better adjustment of whitespace when deleting adjacent lines.  Thanks to
  Wolfram Sang for pointing out the problem.
- allow metavariables to be inherited from included files
- allow ? on goto
- more graceful failure on finding a strange character in a macro parameter
  list
- support Parameter metavariables
- add space after the last comma in an added portion of an argument list
- SmPL nameless struct should only match a nameless struct, not a nameless
  union.  Thanks to Peter Tummeltshammer for pointing out the problem.
- adjustments to storage don't modify inline as well
- matching and transformation allowed on inline
- allow removed field between two ... in structure initialization
- allow removing an entire structure initialization
- manage labels within do while 0 macros
- added space after : in printing a conditional expression.  Thanks to Josh
  Triplett for noticing the problem.
- dropped trailing whitespace when code at the end of a line is deleted.
  Thanks to Josh Triplett for noticing the problem.
- Fixed environment management when script rule uses cache.  Thanks to
  Bissyande for finding the problem.
- when false matches if with no else
- ensure { ... } with whencode checks to the end of the function.  Thanks to
  Rene Rydhof Hansen for finding the problem.

* 0.2.2
** Language:
- Added ToTestExpression to iso language, see standard.iso for an
  explanation
- Added depends on to initialize and finalize script code

** Features:
- Update Emacs mode (cocci.el) to support 'virtual' rules and fix other
  keywords sush as 'depends on', 'using', 'disable'
- better treatment of != 0 in isos, communtativity for ==/!= for all
  constants
- allow adding // comments and blank lines (even after cocci + code)
- Add support for multiple -I options

** Bugfix:
- correct interaction between virtual rules and included .cocci files
- improvement in treatment of ! in isos, to avoid duplicating + code
- improvement in treatment of metavars as isos, to avoid duplicating + code
  between toplevel and variable instantiation
- test expression of smpl conditional, etc no longer assumed to have type
  int
- correct + line numbers in the patch produced when using *
- iso constant metavariable matches an identifier whose name is all capital
  letters, eg NULL
- allow / at the end of the name of a directory (-dir) or patch prefix
  (-patch)
- dropped space in + code after the binding of a type metavariable that is
  a pointer type
- better handling of . or .. in -dir name
- allow keywords and metavariable names in identifier constraints (not sure
  keywords is very useful, though)
- no lubtype on arguments of && and || in SmPL
- allow unknown as type for array indices in SmPL
- support matching of static annotation on functions that are both static
  and inline
- support ENOTDIR error in Common.lfile_exists, to allow for the case where
  an include file is in a subdirectory that exists but is an ordinary file,
  not a directory.
- better management of unbound position variables that appear in
  constraints
- cause python parser to skip over // comments, hoping that // is not
  meaningful inside python
- require + on every line of a multiline comment
- correct calculation of line numbers when there is script code
- always annotate arguments of && || and ! as test expressions in C code.

* 0.2.1
** Language:
- Add virtual identifiers
- Add coccilib.report and coccilib.trac Python modules
- coccilib.org and coccilib.report are imported by default but not loaded
  in the current scope.

** Features:
- Parse_error_msg now more helpful.  New option -verbose_parsing for even
  more information.
- Improve Python import handling. They are imported once during script
  initialization.

** Bugfix:
- correct treatment of depends on with || for virtual rules

* 0.2.0
** Language:

** Features:
- Remove duplicated code in disjunctions
- Better error message when grep finds nothing relevant.  Thanks to Joe
  Perches for the suggestion.
- added -keep_comments option for the unparsing of the transformed code
- Option "-version" now also gives information about built-in
  Python binding support.
- slightly faster environment manipulation in pathological cases
- hack added to accept well-formed #define after function header

** Bugfix:
- Proper consideration of #define macro arguments in checking for the use
  of metavariables and in computing the line numbers of complex terms
- Better parsing of included .cocci files
- Put included .cocci files in the right order
- Bind position variables only once for #include
- Fix bug in include_match that caused everything to halt when all matches
  were discarded
- Merge unlikely/likely iso rules under a iso rule named unlikely
- Some fixes to coccicheck rules, thanks to Andrew Lunn
- Support groups in regular expression, thanks to Michael Stefaniuc

* 0.1.11

** Language:
- Meta-identifier/function and constant could be filtered from SmPL by
  regular expressions using the "~=" and "!~=" operators followed by
  an OCaml regular expression (see man Str) in double quote.
- Virtual rules, which can be referenced in depends, and set and unset
  using the command-line options -D
- ++ for multiple additions

** Features:
- coccicheck: a framework to check a series of SmPL files on a project
  see scripts/coccicheck for more information

** Bugfix:
- bind position variables to the correct starting position in the case of a
  complex statement such as an if or while.  Thanks to Derek Jones for
  pointing out the problem.
- checking for non mentioned case lines in switch should be unchecked.
- space should be printed after sizeof when there are no parentheses around
  the argument.  Thanks to Daniel Walker for pointing out the problem.
- avoid introducing sharing in propagating ! over () in treatment of isos
- save_excursion has to handle and rethrow exceptions
- eliminate unnecessary consideration of CVS strings.  Thanks to David
  Young for pointing out the problem.
- completely new treatment of statement metavariables
- better type checking for macro definitions
- drop regression testing in -parse_c

* 0.1.10

** Language:
- declarations allowed in switch, suggested by Derek M. Jones

** Features:
- use interval timer for timeouts.  Thanks to Derek M. Jones for the
  implementation.
- more flexible env.sh, thanks to Derek Jones.
- faster Python invocation
- simplify unparsing in the sgrep case

** Bugfix:
- for glimpse there is no point to create a pattern containing a numeric
  constant because glimpse doesn't index them
- add spaces after commas in function calls and function headers
- made python integration more like the ubuntu version
  http://patches.ubuntu.com/by-release/extracted/debian/c/coccinelle/0.1.5dbs-2/01-system-pycaml
  this fixes some memory management problems with None, True, and False
- correct labels associated with a switch in the CFG so that a statement
  metavariable can match a switch.  Thanks to Derek Jones for pointing out
  the problem.
- keep switch pattern within switch body.  Thanks to Derek Jones for
  pointing out the problem.
- Allow expanded tokens to be stored in metavariables, as long as they are
  not removed.  But this does currently allow them in + code, which will
  produce the expansion.  Thanks to Ali-Erdem Ozcan for pointing out the
  problem.
- improved adjustment of spacing when code removed at the beginning of a line

* 0.1.9

** Language:
- allow fresh identifiers to be declared using ## such that the value mixes
  both strings and previously declared metavariables

** Features:
- better handling of expanded code containing ##. Now compute the
  result.
- more precise warning message for the "'\' outside define".
  Thanks to Nicholas Mc Guire for pointing out the problem.
- more precise warning message related to ifdefization.
  Thanks to Derek Jones for pointing out the problem.
- we don't create any more certain files in /tmp (they may be a cause
  of security problems).
  Thanks to Eugeniy Meshcheryakov for pointing out the problem.
- More optimization for the case of just deleting a complete function.
  Allows this to happen without tracing through all the control-flow
  paths.  Thanks to Francois Bissyande for pointing out the problem.
- prevent code from being added to the beginning or end of a disjunction
- more information about why a script is not applied when using -debug option
- added -no_safe_expressions option
- added -no_loops option.  Ignores back edges derived from looping
  constructs.  This is unsafe, but perhaps useful for bug finding, as it can
  be more efficient.
- for semantic matches, allow "minus" on same code with multiple
  environments
- better error message for mismatch of parenthesis in column 0 with normal
  parenthesis.  Thanks to Derek Jones for pointing out the problem.
- allow disjunctions on function return types.  Thanks to Pierre Habouzit
  for pointing this out.

** Bugfix:
- keep disjunction in the proper order for structure initialization fields
- variables declared in different places should not seem to match each
  other
- drop complaints about label metavariables not being used
- drop test information from the type of an expression when the expression
  is bound to a metavariable
- nests should not extend beyond the before and after code, even if the
  before and after code matches the nest code
- nests should extend into conditionals that end in error exit
- take into account metavariables on "else".  Thanks to Derek Jones for
  pointing out the problem.
- print single quotes on generated character constants
- better typedef handling in the initialisation/affectation builtin
  isomorphism, cf -test init_affect_typedef
- support disjunction of types on variable declaration
- allow @ within strings in script code.  ignore // comment lines in script
  code.
- don't drop + code placed after the transformed code
- drop spaces produced by removing code before semicolons
- adjusted spacing within generated code
- less verbose -sp.  Thanks to Derek Jones for pointing out the problem.
- accept multiple type names in a SmPL typedef declaration.

(jym)

2010-08-07 13:05:42 UTC MAIN commitmail json YAML

Add and enable Tegaki packages.

(obache)

2010-08-07 13:03:39 UTC MAIN commitmail json YAML

Note addition of Tegaki packages.

(obache)

2010-08-07 13:02:19 UTC MAIN commitmail json YAML

Import tegaki-zinnia-traditional-chinese-light-0.3 as inputmethod/tegaki-zinnia-traditional-chinese-light.

Tegaki project handwriting models for Zinna engine, Traditional Chinese (light).
Smaller and faster but less accurate.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2010-08-07 13:01:54 UTC MAIN commitmail json YAML

Import tegaki-zinnia-traditional-chinese-0.3 as inputmethod/tegaki-zinnia-traditional-chinese.

Tegaki project handwriting models for Zinna engine, Traditional Chinese (all).

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2010-08-07 13:00:04 UTC MAIN commitmail json YAML

Import tegaki-zinnia-simplified-chinese-light-0.3 as inputmethod/tegaki-zinnia-simplified-chinese-light.

Tegaki project handwriting models for Zinna engine, Simplified Chinese (light).
Smaller and faster but less accurate.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2010-08-07 12:59:32 UTC MAIN commitmail json YAML

Import tegaki-zinnia-simplified-chinese-0.3 as inputmethod/tegaki-zinnia-simplified-chinese.

Tegaki project handwriting models for Zinna engine, Simplified Chinese (all).

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2010-08-07 12:59:01 UTC MAIN commitmail json YAML

Import tegaki-zinnia-japanese-kyoiku-0.3 as inputmethod/tegaki-zinnia-japanese-kyoiku.

Tegaki project handwriting models for Zinna engine, Japanese (kyoiku).
Primary school level kanji only.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2010-08-07 12:58:36 UTC MAIN commitmail json YAML

Import tegaki-zinnia-japanese-joyo-0.3 as inputmethod/tegaki-zinnia-japanese-joyo.

Tegaki project handwriting models for Zinna engine, Japanese (joyo).
Commonly used kanji only.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2010-08-07 12:58:08 UTC MAIN commitmail json YAML

Import tegaki-zinnia-japanese-light-0.3 as inputmethod/tegaki-zinnia-japanese-light.

Tegaki project handwriting models for Zinna engine, Japanese (light).
Smaller and faster but less accurate.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2010-08-07 12:57:38 UTC MAIN commitmail json YAML

Import tegaki-zinnia-japanese-0.3 as inputmethod/tegaki-zinnia-japanese.

Tegaki project handwriting models for Zinna engine, Japanese (all).

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2010-08-07 12:57:11 UTC MAIN commitmail json YAML

Import tegaki-wagomu-simplified-chinese-0.3 as inputmethod/tegaki-wagomu-simplified-chinese.

Tegaki project handwriting models for Wagomu engine, Chinese-Simplified (all).

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2010-08-07 12:56:30 UTC MAIN commitmail json YAML

Import tegaki-wagomu-japanese-kyoiku-0.3 as inputmethod/tegaki-wagomu-japanese-kyoiku.

Tegaki project handwriting models for Wagomu engine, Japanese (kyoiku).
Primary school level kanji only.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2010-08-07 12:56:00 UTC MAIN commitmail json YAML

Import tegaki-wagomu-japanese-joyo-0.3 as inputmethod/tegaki-wagomu-japanese-joyo.

Tegaki project handwriting models for Wagomu engine, Japanese (joyo).
Commonly used kanji only.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2010-08-07 12:55:20 UTC MAIN commitmail json YAML

Import tegaki-wagomu-japanese-0.3 as inputmethod/tegaki-wagomu-japanese.

Tegaki project handwriting models for Wagomu engine, Japanese (all).

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2010-08-07 12:54:45 UTC MAIN commitmail json YAML

2010-08-07 12:53:49 UTC MAIN commitmail json YAML

Import tegaki-train-0.3.1 as inputmethod/tegaki-train.

Train Tegaki with your own handwriting.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2010-08-07 12:53:14 UTC MAIN commitmail json YAML

Import tegaki-tools-0.3.1 as inputmethod/tegaki-tools.

A set of command-line tools for Tegaki.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2010-08-07 12:52:21 UTC MAIN commitmail json YAML

2010-08-07 12:51:30 UTC MAIN commitmail json YAML

Import tegaki-pygtk-0.3.1nb1 as inputmethod/tegaki-pygtk.

Base user interface library for the Tegaki project.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2010-08-07 12:49:26 UTC MAIN commitmail json YAML

Import tegaki-python-0.3.1 as inputmethod/tegaki-python.

Base Python library for the Tegaki project.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2010-08-07 06:44:56 UTC MAIN commitmail json YAML

Updated textproc/py-html2text to 2.38

(wiz)

2010-08-07 06:44:43 UTC MAIN commitmail json YAML

Update to 2.38:
package properly (tx Michael Jenny, Vincent Fretin)

(wiz)

2010-08-07 06:43:27 UTC MAIN commitmail json YAML

Add commented out test dependency on p5-Test-Inter as information.

(wiz)

2010-08-07 06:43:13 UTC MAIN commitmail json YAML

Remove unneeded lines.

(wiz)

2010-08-07 06:42:28 UTC MAIN commitmail json YAML

Added devel/p5-Test-Inter version 1.01

(wiz)

2010-08-07 06:42:15 UTC MAIN commitmail json YAML

+ p5-Test-Inter.

(wiz)

2010-08-07 06:41:40 UTC MAIN commitmail json YAML

Initial import of p5-Test-Inter-1.01:

This is another framework for writing test scripts. It is loosely
inspired by Test::More, and has most of it's functionality, but it
is not a drop-in replacement.

Test::More (and other existing test frameworks) suffer from two weaknesses:

  None offer the ability to access specific tests in a reasonably
  interactive fashion

  None offer the ability to write the tests in whatever format
  would make the tests the most readable

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20100807

(wiz)

2010-08-07 06:41:15 UTC MAIN commitmail json YAML

Updated devel/p5-Date-Manip to 6.11

(wiz)

2010-08-07 06:41:04 UTC MAIN commitmail json YAML

Update to 6.11:

Version 6.10  2010-04-29
  Fixed a bug where Date_ConvTZ not working correctly with timezones specified
      by offset.  Chris Butler
  Fixed a documentation bug in Date::Manip::TZ where "stdonly" was listed as the
      default value for $dstflag, but in actuality, "std" is the default.
  Changed Date::Manip::TZ::zone so "dst" is sometimes the default $dstflag.
      Based on the bug report by Chris Butler.
  OpenUNIX puts a colon at the start of some timezones. It's removed.  Jean Hassler
  Fixed a bug where business mode calculations involving minutes was not handled
      correctly.  Damien Moore
  *** Combined 5.xx and 6.xx releases into one distribution so cpan/cpanp will
      work correctly.
  Newest zoneinfo data (tzdata 2010i)
  Fixed a bug where business mode calculations failed in some cases.  RT 56638
  Converted tests to Test::Inter

Version 6.11  2010-04-30
  Fixed a problem in Build.PL that had an incorrect module requirement.

(wiz)

2010-08-07 06:33:18 UTC MAIN commitmail json YAML

2010-08-07 06:31:28 UTC MAIN commitmail json YAML

Updated devel/gmake to 3.82

(wiz)

2010-08-07 06:31:16 UTC MAIN commitmail json YAML

Update to 3.82:

Version 3.82

A complete list of bugs fixed in this version is available here:

http://sv.gnu.org/bugs/index.php?group=make&report_id=111&fix_release_id=104&set=custom

* Compiling GNU make now requires a conforming ISO C 1989 compiler and
  standard runtime library.

* WARNING: Future backward-incompatibility!
  Wildcards are not documented as returning sorted values, but up to and
  including this release the results have been sorted and some makefiles are
  apparently depending on that.  In the next release of GNU make, for
  performance reasons, we may remove that sorting.  If your makefiles
  require sorted results from wildcard expansions, use the $(sort ...)
  function to request it explicitly.

* WARNING: Backward-incompatibility!
  The POSIX standard for make was changed in the 2008 version in a
  fundamentally incompatible way: make is required to invoke the shell as if
  the '-e' flag were provided.  Because this would break many makefiles that
  have been written to conform to the original text of the standard, the
  default behavior of GNU make remains to invoke the shell with simply '-c'.
  However, any makefile specifying the .POSIX special target will follow the
  new POSIX standard and pass '-e' to the shell.  See also .SHELLFLAGS
  below.

* WARNING: Backward-incompatibility!
  The '$?' variable now contains all prerequisites that caused the target to
  be considered out of date, even if they do not exist (previously only
  existing targets were provided in $?).

* WARNING: Backward-incompatibility!
  As a result of parser enhancements, three backward-compatibility issues
  exist: first, a prerequisite containing an "=" cannot be escaped with a
  backslash any longer.  You must create a variable containing an "=" and
  use that variable in the prerequisite.  Second, variable names can no
  longer contain whitespace, unless you put the whitespace in a variable and
  use the variable.  Third, in previous versions of make it was sometimes
  not flagged as an error for explicit and pattern targets to appear in the
  same rule.  Now this is always reported as an error.

* WARNING: Backward-incompatibility!
  The pattern-specific variables and pattern rules are now applied in the
  shortest stem first order instead of the definition order (variables
  and rules with the same stem length are still applied in the definition
  order). This produces the usually-desired behavior where more specific
  patterns are preferred. To detect this feature search for 'shortest-stem'
  in the .FEATURES special variable.

* WARNING: Backward-incompatibility!
  The library search behavior has changed to be compatible with the standard
  linker behavior. Prior to this version for prerequisites specified using
  the -lfoo syntax make first searched for libfoo.so in the current
  directory, vpath directories, and system directories. If that didn't yield
  a match, make then searched for libfoo.a in these directories. Starting
  with this version make searches first for libfoo.so and then for libfoo.a
  in each of these directories in order.

* New command line option: --eval=STRING causes STRING to be evaluated as
  makefile syntax (akin to using the $(eval ...) function).  The evaluation
  is performed after all default rules and variables are defined, but before
  any makefiles are read.

* New special variable: .RECIPEPREFIX allows you to reset the recipe
  introduction character from the default (TAB) to something else.  The
  first character of this variable value is the new recipe introduction
  character.  If the variable is set to the empty string, TAB is used again.
  It can be set and reset at will; recipes will use the value active when
  they were first parsed.  To detect this feature check the value of
  $(.RECIPEPREFIX).

* New special variable: .SHELLFLAGS allows you to change the options passed
  to the shell when it invokes recipes.  By default the value will be "-c"
  (or "-ec" if .POSIX is set).

* New special target: .ONESHELL instructs make to invoke a single instance
  of the shell and provide it with the entire recipe, regardless of how many
  lines it contains.  As a special feature to allow more straightforward
  conversion of makefiles to use .ONESHELL, any recipe line control
  characters ('@', '+', or '-') will be removed from the second and
  subsequent recipe lines.  This happens _only_ if the SHELL value is deemed
  to be a standard POSIX-style shell.  If not, then no interior line control
  characters are removed (as they may be part of the scripting language used
  with the alternate SHELL).

* New variable modifier 'private': prefixing a variable assignment with the
  modifier 'private' suppresses inheritance of that variable by
  prerequisites.  This is most useful for target- and pattern-specific
  variables.

* New make directive: 'undefine' allows you to undefine a variable so that
  it appears as if it was never set. Both $(flavor) and $(origin) functions
  will return 'undefined' for such a variable. To detect this feature search
  for 'undefine' in the .FEATURES special variable.

* The parser for variable assignments has been enhanced to allow multiple
  modifiers ('export', 'override', 'private') on the same line as variables,
  including define/endef variables, and in any order.  Also, it is possible
  to create variables and targets named as these modifiers.

* The 'define' make directive now allows a variable assignment operator
  after the variable name, to allow for simple, conditional, or appending
  multi-line variable assignment.

(wiz)

2010-08-07 06:26:53 UTC MAIN commitmail json YAML

Updated devel/pcre to 8.10

(wiz)

2010-08-07 06:26:43 UTC MAIN commitmail json YAML

Update to 8.10:

Release 8.10 25-Jun-2010
------------------------

There are two major additions: support for (*MARK) and friends, and the option
PCRE_UCP, which changes the behaviour of \b, \d, \s, and \w (and their
opposites) so that they make use of Unicode properties. There are also a number
of lesser new features, and several bugs have been fixed. A new option,
--line-buffered, has been added to pcregrep, for use when it is connected to
pipes.

(wiz)

2010-08-07 06:24:14 UTC MAIN commitmail json YAML

Updated devel/mercurial to 1.6.2

(wiz)

2010-08-07 06:24:05 UTC MAIN commitmail json YAML

Update to 1.6.2:

1.6.2 (2010-08-02)

This release addresses a regression in the color extension.

    * color: pass write/write_err to win32print correctly (issue2312)
    * convert/progress: use plural and avoid retrieving
    * color: call correct superclass method in write_err

1.6.1 (2010-08-01)

This is a scheduled monthly minor bugfix release.

    * alias: ensure checksignature() is applied directly to the command (issue2286)
    * bash/zsh completion: use HGPLAIN when invoking hg (issue2297)
    * bookmarks: don't allow name to contain whitespaces only
    * bookmarks: ensure current bookmark is updated when specified with -r .
    * bundle: lookup revisions after addbranchrevs
    * color/progress: subclass ui instead of using wrapfunction (issue2096)
    * commit: only warn when reopening the workdir's branch
    * dispatch: give better error message when cwd doesn't exist (issue2293)
    * doc: make sure we use our own code for generating man pages
    * filelog: cmp: don't read data if hashes are identical (issue2273)
    * filelog: test behaviour for data starting with "\1\n"
    * hg.clone: fix branch value when passing a repo object (issue2267)
    * hgweb.wsgi: add a URL to the corresponding wiki documentation
    * hgwebdir: allow pure relative globs in paths
    * hgwebdir: use template paths configured in the hgrc (issue2281)
    * init: create target directory recursively
    * inotify: check all components of filenames against hgignore (issue884)
    * keyword: move collecting of [keyword] patterns to reposetup (issue2303)
    * log: fix missing diff output for hg log -p in subdirectory
    * log: follow filenames through renames (issue647)
    * mail: ensure that Python2.4 to 2.7 use the same header format
    *

      mercurial.spec: rename docutils to python-docutils in BuildRequires
    * mq: clarify the fact that qimport is trying to read a file
    * mq: cleanup status if applied mq is stripped (issue1881)
    * mq: fixed ENOENT when qrename to new/directory.patch
    * mq: reset self.added after the mq transaction instead of inside qimport
    * qpush --move: move the right patch even with comment lines
    * rebase: re-add patches to mq repo after rebase
    * revert: rename original to .orig instead of copying (issue2282)
    * revset: fix ancestor subset handling (issue2298)
    * runrst: try to be more helpful if docutils is not installed
    * tag: do not allow tag names to consist solely of whitespace (issue2307)
    * transplant: crash if repo.commit() finds nothing to commit

(wiz)

2010-08-07 05:19:55 UTC MAIN commitmail json YAML

2010-08-07 05:19:20 UTC MAIN commitmail json YAML

Added inputmethod/ibus-el version 0.1.1

(obache)

2010-08-07 05:19:05 UTC MAIN commitmail json YAML

Import ibus-el-0.1.1 as inputmethod/ibus-el.

ibus.el is a IBus client for GNU Emacs.  This program allows users on-the-spot
style input with IBus.  The input statuses are individually kept for each
buffer, and prefix-keys such as C-x and C-c can be used even if IBus is active.
So you can input various languages fast and comfortably by using it.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)