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

2024-05-26 22:20:52 UTC Now

2010-03-19 12:50:25 UTC MAIN commitmail json YAML

Updated pkgtools/pkg_install to 20100319

(wiz)

2010-03-19 12:49:54 UTC MAIN commitmail json YAML

2010-03-19 11:27:24 UTC MAIN commitmail json YAML

Updated devel/devhelp to 2.28.1nb2

(obache)

2010-03-19 11:27:08 UTC MAIN commitmail json YAML

Updated databases/guile-pg to 0.39

(gdt)

2010-03-19 11:27:07 UTC MAIN commitmail json YAML

* set LICENSE=gnu-gpl-v2
* move PKG_DESTDIR_SUPPORT to standard position.
* chatch up path to reality in PKG_CONFIG_OVERRIDE, fixes rpath in .pc file.
Bump PKGREVISION.

(obache)

2010-03-19 11:26:58 UTC MAIN commitmail json YAML

Update to 0.39.  Resolves type errors vs newer pgsql.
(approval to update during freeze by agc@)

- 0.39 | 2010-01-11

  - Dropped (database postgres) procs
    - pg-lo-get-connection
    - pg-get-client-data
    - pg-set-client-data!

These were pre-announced in Guile-PG 0.38 (2009-06-22) NEWS.

  - Proc `(database postgres) pg-parameter-status' no longer takes keyword

This was pre-announced in Guile-PG 0.38 (2009-06-22) NEWS.

  - Maintenance uses autoconf 2.65, automake 1.11, libtool 2.2.6b

- 0.38 | 2009-06-22

  - Support for PostgreSQL 7.3 and earlier dropped

Sorry, this was not pre-announced.  Note that the subsequent
version, i.e. PostgreSQL 7.4, was released 2003-11-17, over five
years ago.

  - Dropped (database postgres) proc: pg-get-connection

This was pre-announced in 0.37 (2008-05-24) NEWS.

  - External rep no longer includes "serial number"
    - Connection
    - Result

These were pre-announced in 0.37 (2008-05-24) NEWS.

  - Planned retirement
    - pg-lo-get-connection
    - pg-get-client-data
    - pg-set-client-data!

These (database postgres) procs provide or rely on associations
that can better be expressed using normal Scheme facilities such
as object properties, hash tables, etc, and thus are deemed a
redundant maintenance burden; they WILL BE REMOVED by 2009-12-31.

  - Proc `(database postgres) pg-parameter-status' takes symbol `parm'

These are equivalent:
(pg-parameter-status CONN #:session_authorization)
(pg-parameter-status CONN  'session_authorization)

Note, however, that support for keyword `parm' is a misfeature,
and WILL BE REMOVED by 2009-12-31.

  - Proc `(database postgres-qcons) sql-quote' more standards compliant

Previously, this did single-quote escaping by inserting a
backslash character prior to every single-quote.  The result is
acceptable by PostgreSQL, but is not standards compliant.  Now,
it does the escaping by doubling each single-quote, which is
standards compliant and less prone to trigger warnings from the
more recent PostgreSQL versions (8.2 and later).

bef: (sql-quote "a'b") => "'a\\'b'"
now: (sql-quote "a'b") => "'a''b'"

  - Changes to `pgtable-manager' (and thus `pgtable-worker')

    - Support for DEFAULT

You can now use the keyword #:DEFAULT to specify DEFAULT as the
value to insert into a table, or to update a column.  Indeed, for
column values, any keyword now expands to its name (sans `#:').

    - #:insert-values no longer filters "serial"

Previously, columns with "serial" type were filtered, so that it
was possible to #:insert-values specifying only values for the
other columns.  Now, such usage raises a "column count mismatch"
error; you must explicitly use #:DEFAULT.  For example, given a
table with column types "text", "serial", "text":

bef: (W #:insert-values "foo" "bar") => ok
now: (W #:insert-values "foo" "bar") => error
    (W #:insert-values "foo" #:DEFAULT "bar") => ok

Although technically speaking the new behavior is incompatible,
the previous behavior was never documented (secret misfeature),
so the impact on your code is likely to be zero (no worries).

  - Connection object xrep omits "port" if "host" is a socket dir

When the connection is Unix-domain (i.e., the "host" is a string
that begins with slash that names a directory), the concept of
"port" makes no sense.

  - Manual table-of-contents moved forward

It used to be (strangely but perhaps following some outdated
convention) at the end of the document.

  - New (database postgres) procs

    - pg-mblen

While we wait for Guile to go multibyte (and stay there), this
is a small building-block that eases "mostly ignorant" string
processing.

    - pg-server-version

This returns an integer representation of the server version of
a connection, or `#f' if the connection is closed.

  - New (database postgres-resx) proc: object<-result

This is useful for `SELECT EXPR;' where the result tuple
consists of one row and one column.

  - Maintenance uses autoconf 2.63, automake 1.11, libtool 2.2.6

(gdt)

2010-03-18 22:46:01 UTC MAIN commitmail json YAML

imake should only ever use gmake if ${X11_TYPE}==native.  Pointed out by joerg@
Fixes PR 42274

OK wiz@

(sbd)

2010-03-18 22:42:43 UTC MAIN commitmail json YAML

Updated x11/xorg-cf-files to 1.0.2nb11

(sbd)

2010-03-18 22:42:23 UTC MAIN commitmail json YAML

Revert last commit, will use a change to pkgsrc/mk/platform/Linux.mk to
fix PR 42274.

Bump PKGREVISION.

OK wiz@

(sbd)

2010-03-18 22:37:38 UTC MAIN commitmail json YAML

Fix distinfo for SqueakV39.sources.gz.  The one on ftp.squeak.org
supposedly hasn't changed in the last ~4 years.

(bad)

2010-03-18 17:22:45 UTC MAIN commitmail json YAML

Updated math/ruby-rb-gsl to 1.10.3nb1

(wiz)

2010-03-18 17:22:36 UTC MAIN commitmail json YAML

Remove two constants that are not defined by gsl any longer (since 1.13).
Fixes build, but bump PKGREVISION anyway since there were some packages
with this version that did build.

Set LICENSE.

(wiz)

2010-03-18 16:09:00 UTC MAIN commitmail json YAML

Set DIST_SUBDIR for tex-anonchap because of distfile changes.

No functional change.

(minskim)

2010-03-18 15:57:55 UTC MAIN commitmail json YAML

Set DIST_SUBDIR for tex-texlive-common-doc because of distfile changes.

No functional change.

(minskim)

2010-03-18 14:38:13 UTC MAIN commitmail json YAML

Add trial check MySQL version between acceptable and current installed.

(taca)

2010-03-18 12:47:56 UTC MAIN commitmail json YAML

Make sure abs_srcdir is patched for the DESTDIR case too. Bump revision.

(joerg)

2010-03-18 10:56:18 UTC MAIN commitmail json YAML

Update documentation since vulnerable packages are not moved
to the vulnerable/ directory any longer.

(wiz)

2010-03-18 10:49:32 UTC MAIN commitmail json YAML

Refer to pkg_admin in AUDIT_PACKAGES_FLAGS description. Remove
DOWNLOAD_VULNERABILITY_LIST_FLAGS description, the variable is not used
except in the old bulk build code, which has its own config file.

(wiz)

2010-03-18 10:18:20 UTC MAIN commitmail json YAML

Tell users to use "pkg_admin audit" instead of audit-packages.

(wiz)

2010-03-18 10:05:48 UTC MAIN commitmail json YAML

Remove DragonFly workaround that's no longer necessary.
>From Johannes Hofmann in PR 42926.

(wiz)

2010-03-18 09:20:08 UTC MAIN commitmail json YAML

2010-03-18 09:19:40 UTC MAIN commitmail json YAML

2010-03-18 09:06:01 UTC MAIN commitmail json YAML

the handling of vulnerable binary packages has been moved from notification
by filesystem location to notification by pkg_add; document

(spz)

2010-03-18 08:58:28 UTC MAIN commitmail json YAML

don't upload to a 'vulnerable' subdir any more

(spz)

2010-03-18 08:05:51 UTC MAIN commitmail json YAML

2010-03-18 08:02:33 UTC MAIN commitmail json YAML

2010-03-18 06:26:47 UTC MAIN commitmail json YAML

Updated mail/dovecot to 1.2.11.

(ghen)

2010-03-18 06:26:20 UTC MAIN commitmail json YAML

Update to Dovecot 1.2.11.

mbox users really should upgrade, because by sending a message with a huge
header you could basically cause a DoS (this problem exists only with v1.2.x,
not with v1.0 or v1.1).

- mbox: Message header reading was unnecessarily slow. Fetching a huge header
  could have resulted in Dovecot eating a lot of CPU.  Also searching messages
  was much slower than necessary.
- mbox, dbox, cydir: Mail root directory was created with 0770 permissions,
  instead of 0700.
- maildir: Reading uidlist could have ended up in an infinite loop.
- IMAP IDLE: v1.2.7+ caused extra load by checking changes every 0.5 seconds
  after a change had occurred in mailbox

(ghen)

2010-03-18 06:11:47 UTC MAIN commitmail json YAML

2010-03-18 06:11:24 UTC MAIN commitmail json YAML

Updated vim to 7.2.402

  1554  7.2.395  in help CTRL=] on g?g? escapes the ?, causing it to fail
  1554  7.2.396  get E38 errors
  1722  7.2.397  redundant check for w_lines_valid
  4127  7.2.398  when moving windows the cursor ends up in the wrong line
  1784  7.2.399  (extra, after 7.2.388) cannot compile on MingW
12865  7.2.400  (after 7.2.387) Ruby problems with init and empty string
  1982  7.2.401  wildmode list doesn't highlight directory names with a space
  2649  7.2.402  error 705 when re-using funcref variable

(martti)

2010-03-17 22:43:09 UTC MAIN commitmail json YAML

Updated x11/gtk2 to 2.18.9

(wiz)

2010-03-17 22:43:00 UTC MAIN commitmail json YAML

Update to 2.18.9:

Overview of Changes from GTK+ 2.18.8 to 2.18.9
==============================================

* Avoid a crash when doing DND on X servers without the shape extension
* Avoid an assertion when finalizing entries

Ok agc@

(wiz)

2010-03-17 21:54:59 UTC MAIN commitmail json YAML

Fix an obvious bug that prevents compiling on systems with /proc/meminfo.
Patch is already in upstream sources.

(dmcmahill)

2010-03-17 21:47:11 UTC MAIN commitmail json YAML

Detect if the fortran compiler/libs have etime as an intrinsic or not instead
of hard coding it.  This package builds with both f2c and gfortran now.

(dmcmahill)

2010-03-17 19:51:50 UTC MAIN commitmail json YAML

Doesn't support Python 2.4.

(joerg)

2010-03-17 19:26:54 UTC MAIN commitmail json YAML

Add platform list based on configure.ac.

(joerg)

2010-03-17 17:45:44 UTC MAIN commitmail json YAML

2010-03-17 16:23:57 UTC MAIN commitmail json YAML

Not MAKE_JOBS_SAFE.

(joerg)

2010-03-17 16:14:03 UTC MAIN commitmail json YAML

Updated www/py-uwsgi to 0.9.4.3

(joerg)

2010-03-17 16:13:45 UTC MAIN commitmail json YAML

uwsgi 0.9.4.3: Fix sendfile for 64bit Linux.
Updated as the old distfile disappeared.

(joerg)

2010-03-17 16:06:47 UTC MAIN commitmail json YAML

Fix dependency location.

(joerg)

2010-03-17 15:58:55 UTC MAIN commitmail json YAML

Fix filename cases in tex-lm-doc's PLIST.

Noted by Robert Elz in PR 42987.

(minskim)

2010-03-17 15:44:00 UTC MAIN commitmail json YAML

USE_NCURSES=# -> USE_NCURSES=chgat

(joerg)

2010-03-17 15:34:15 UTC MAIN commitmail json YAML

Doesn't support NetBSD/amd64.

(joerg)

2010-03-17 15:32:18 UTC MAIN commitmail json YAML

2010-03-17 15:18:18 UTC MAIN commitmail json YAML

USE_NCURSES=# -> USE_NCURSES=yes

(joerg)

2010-03-17 15:16:55 UTC MAIN commitmail json YAML

2010-03-17 15:12:23 UTC MAIN commitmail json YAML

Not MAKE_JOBS_SAFE.

(joerg)

2010-03-17 14:22:12 UTC MAIN commitmail json YAML

USE_NCURSES=# -> USE_NCURSES=yes

(joerg)

2010-03-17 14:17:49 UTC MAIN commitmail json YAML

USE_NCURSES=# -> USE_NCURSES=yes

(joerg)

2010-03-17 14:17:38 UTC MAIN commitmail json YAML

USE_NCURSES=# -> USE_NCURSES=yes

(joerg)

2010-03-17 14:17:02 UTC MAIN commitmail json YAML

2010-03-17 14:02:14 UTC MAIN commitmail json YAML

match-mb: make BSD/x86 targets use the same XPTCall code as Linux.
patch-ab: NetBSD always has >4GB off_t, so use it.

(tnn)

2010-03-17 11:06:51 UTC MAIN commitmail json YAML

Note update of lang/parrot to version 2.2.0.

(he)

2010-03-17 11:06:11 UTC MAIN commitmail json YAML

Update from version 2.1.1 to 2.2.0.

Pkgsrc changes:
o Adapt patches to upstream changes.

Upstream changes:

- Core changes
  + Most internal allocations now use the GC
  + RNG non-randomness fixes
  + Elimination of much dead code
- API changes
  + PMCs can now be initialized from an int
  + Many legacy ops are removed
- Platforms
  + Sun cc and Intel icc support have been restored
  + Compiler invocation no longer goes through a Perl script
- Tools
  + NCI thunks are now generated by self-hosted PIR code

(he)

2010-03-17 10:59:45 UTC MAIN commitmail json YAML

Fix support of g95 as the fortran on NetBSD.

patches approved by Joerg.  Bump libtool-base PKGREVISION.

(markd)

2010-03-17 09:59:33 UTC MAIN commitmail json YAML

Updated x11/xorg-cf-files to 1.0.2nb10

(sbd)

2010-03-17 09:53:08 UTC MAIN commitmail json YAML

With platforms that set IMAKE_MAKE?=${GMAKE} x11/xorg-cf-files needs to be
built with gmake.  From PR pkg/42274

Bump PKGREVISION.

(sbd)

2010-03-17 08:19:38 UTC MAIN commitmail json YAML

Also need to overwrite config.sub, at least on Haiku OS.

(obache)

2010-03-17 06:48:58 UTC MAIN commitmail json YAML

2010-03-17 00:25:13 UTC MAIN commitmail json YAML

note the start of the freeze for the pkgsrc-2010Q1 branch.

(agc)

2010-03-17 00:01:39 UTC MAIN commitmail json YAML

Updated databases/p5-Palm to 1.12.0

(sno)

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

Updating databases/p5-Palm from 1.3.0 to 1.12.0

pkgsrc changes:
- Add license definition

Upstream changes:
1.12 - Tue Feb 23 16:44:10 2010
Promote to a full release from the latest development cycle.

1.011 - 2009-08-17 Tim Adye <T.J.Adye@rl.ac.uk>
* Palm/Datebook.pm: add support for the newer-format Palm Calendar
databases.

1.11_01 - Sat Jan  2 12:16:38 2010
Tim Adye <T.J.Adye@rl.ac.uk>: Palm/Datebook.pm: add support
for time zone entries.

1.009 - 2007-07-30 brian d foy <bdfoy@cpan.org>
* cleaned up the pod coverage test.
* add License and Author stuff to the distro

1.006 - 2007-01-15 brian d foy <bdfoy@cpan.org>
* chromatic sent me some changes living in another distro
(p5-Palm-1.004_000). It catches up 1.003_000 for all of the
changes since November 2002 listed in this file.

1.005 - 2007-01-13 brian d foy <bdfoy@cpan.org>
* Cleansed the dist to make it installable by CPAN tools.
It just needs a version without a _ in it.
(http://rt.cpan.org/Ticket/Display.html?id=12837)

(sno)

2010-03-16 23:54:59 UTC MAIN commitmail json YAML

Updated devel/p5-Getopt-Euclid to 0.2.1

(sno)

2010-03-16 23:54:36 UTC MAIN commitmail json YAML

Updating devel/p5-Getopt-Euclid from 0.2.0 to 0.2.1

pkgsrc changes:
- Add license definition
- Adjust dependencies

Upstream changes:
0.2.1  Sun May 31 12:57:07 2009
    - Removed BEGIN blocks and simply brought the defined variables to the top
      of the module (thanks Todd)
    - Update POD to make sure people don't "use Getopt::Euclid ();"
    - Removed debugger break point (thanks Diab)
    - Removed no bugs claim in POD

(sno)

2010-03-16 23:47:04 UTC MAIN commitmail json YAML

Updated devel/p5-IO-Prompt to 0.99.7

(sno)

2010-03-16 23:46:40 UTC MAIN commitmail json YAML

Updating devel/p5-IO-Prompt from 0.99.4 to 0.99.7

pkgsrc changes:
- Add license definition

Upstream changes:
0.997  Sat Jan 30 07:17:07 2010
    - Removed another spurious warning for undefined inputs

0.996  Sun Jan 10 20:20:24 2010
    - Added dependency check and FAQ entry for /dev/tty (thanks Miller)
    - Removed spurious warning for undefined inputs
    - Changed versioning system

(sno)

2010-03-16 23:41:34 UTC MAIN commitmail json YAML

Updated devel/p5-Smart-Comments to 1.0.4

(sno)

2010-03-16 23:41:10 UTC MAIN commitmail json YAML

Updating devel/p5-Smart-Comments from 1.0.3 to 1.0.4

pkgsrc changes:
- Add license definition
- Add module type

Upstream changes:
1.0.4
    - List of changes reversed
    - Require perl 5.8
    - Better requirements
    - Better META.yml
    - Add small hack for 64 bit

(sno)

2010-03-16 23:34:13 UTC MAIN commitmail json YAML

Removing net/p5-Net-Rendezvous (superseded by net/p5-Net-Bonjour)

(sno)

2010-03-16 23:32:41 UTC MAIN commitmail json YAML

Added net/p5-Net-Bonjour version 0.96
Removed net/p5-Net-Rendezvous

(sno)

2010-03-16 23:31:33 UTC MAIN commitmail json YAML

Removed net/p5-Net-Rendezvous

(sno)

2010-03-16 23:29:20 UTC MAIN commitmail json YAML

Added net/p5-Net-Bonjour version 0.96

(sno)

2010-03-16 23:28:39 UTC MAIN commitmail json YAML

Importing net/p5-Net-Bonjour version 0.96 as replacement of
net/p5-Net-Rendezvous (supersedes).

Net::Bonjour is a set of modules that allow one to discover local services
via multicast DNS (mDNS) or enterprise services via traditional DNS. This
method of service discovery has been branded as Bonjour by Apple Computer.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(sno)

2010-03-16 23:11:25 UTC MAIN commitmail json YAML

Updated textproc/p5-Text-DHCPLeases to 0.9

(sno)

2010-03-16 23:10:44 UTC MAIN commitmail json YAML

Updating textproc/p5-Text-DHCPLeases from 0.8 to 0.9

pkgsrc changes:
- Add license definition

Upstream changes:
0.9  2009/08/10
        - Added License text in all files
        - Removed requirement for version.pm

(sno)

2010-03-16 23:08:27 UTC MAIN commitmail json YAML

+ gallery
+ gallery2

(pettai)

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

Added www/gallery version 1.5.10

(pettai)

2010-03-16 23:05:31 UTC MAIN commitmail json YAML

Gallery 1 is a web-based photo album suitable for small to medium-sized
photo collections. Unlike Gallery 2, Gallery 1 does not need a database
backend. It provides users with the ability to create and maintain their
own albums via an intuitive web interface. Photo management includes
automatic thumbnail creation, image resizing, rotation, ordering,
captioning, searching and more.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(pettai)

2010-03-16 23:05:25 UTC MAIN commitmail json YAML

Updated devel/p5-ShipIt to 0.53

(sno)

2010-03-16 23:05:01 UTC MAIN commitmail json YAML

Updating devel/p5-ShipIt from 0.52 to 0.53

pkgsrc changes:
- Add license definition

Upstream changes:
0.53 (2009-12-15)
* Mercurial support
* Module::Build support

(sno)

2010-03-16 23:03:22 UTC MAIN commitmail json YAML

Added www/gallery2 version 2.2.6

(pettai)

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

Gallery2 is a web-based photo album with multiple user support.  It
provides users with the ability to create and maintain their own albums
via an intuitive web interface. Photo management includes automatic
thumbnail creation, image resizing, rotation, ordering, captioning,
searching and more. Albums can have read, write and caption permissions
per individual authenticated user for an additional level of privacy.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(pettai)

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

Updated devel/p5-Lexical-Persistence to 1.02

(sno)

2010-03-16 22:59:37 UTC MAIN commitmail json YAML

Updating devel/p5-Lexical-Persistence from 1.01 to 1.02

Upstream changes:
================================
2010-03-08 02:11:05 -0500 v1_020
================================

  commit 80b29a80ddfb87de00fda2d1f968662fb346096c
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:  Mon Mar 8 02:11:05 2010 -0500

    Prepare for git repository and distribution toolchain.

  commit 5e7c550711e13addbefb19637771455e3985fc40
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:  Mon Mar 8 01:52:25 2010 -0500

    Rearrange files for git repository.

(sno)

2010-03-16 22:56:13 UTC MAIN commitmail json YAML

Updated misc/p5-Locale-Maketext-Lexicon to 0.79

(sno)

2010-03-16 22:55:47 UTC MAIN commitmail json YAML

Updating misc/p5-Locale-Maketext-Lexicon from 0.77 to 0.79

pkgsrc changes:
- Add license definition

Upstream changes:
[Changes for 0.79 - 2010-03-02]
* Locale::Maketext::Lexicon::Tie
    - Removed a deprecated use of "defined %" for Perl 5.11+

[Changes for 0.78 - 2010-02-23]
* Locale::Maketext::Lexicon
    - Removed a deprecated use of "defined %" for Perl 5.11+

(sno)

2010-03-16 22:48:31 UTC MAIN commitmail json YAML

Note initial addition of p5-Filesys-Notify-Simple version 0.05 as
devel/p5-Filesys-Notify-Simple into The NetBSD Packages Collection.

The Perl 5 module Filesys::Notify::Simple is a simple but unified
interface to get notifications of changes to a given filesystem
path. It utilizes inotify2 on Linux and fsevents on OS X if they're
installed, with a fallback to the full directory scan if they're
not available.

(seb)

2010-03-16 22:47:12 UTC MAIN commitmail json YAML

Add & enable p5-Filesys-Notify-Simple

(seb)

2010-03-16 22:46:28 UTC MAIN commitmail json YAML

Initial import of p5-Filesys-Notify-Simple version 0.05 in the
NetBSD Packages Collection.

The Perl 5 module Filesys::Notify::Simple is a simple but unified
interface to get notifications of changes to a given filesystem
path. It utilizes inotify2 on Linux and fsevents on OS X if they're
installed, with a fallback to the full directory scan if they're
not available.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(seb)

2010-03-16 22:42:23 UTC MAIN commitmail json YAML

Updated math/p5-Spreadsheet-Read to 0.39

(sno)

2010-03-16 22:41:56 UTC MAIN commitmail json YAML

Updating math/p5-Spreadsheet-Read from 0.38 to 0.39

pkgsrc changes:
- Adjust dependencies

Upstream changes:
0.39 Tue 16 Mar 2010
    - Doc fix (RT#54507, Patrick Cronin)
    - Upped Copyright notices to 2010
    - Drop YAML version to 1.0

(sno)

2010-03-16 22:35:38 UTC MAIN commitmail json YAML

2010-03-16 22:34:03 UTC MAIN commitmail json YAML

Added textproc/py-4Suite version 1.0.2

(pettai)

2010-03-16 22:31:04 UTC MAIN commitmail json YAML

4Suite allows users to take advantage of standard XML technologies rapidly
and to develop and integrate Web-based applications. It also puts practical
technologies for knowledge management projects in the hands of developers.
It is implemented in Python with C extensions.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(pettai)

2010-03-16 22:30:27 UTC MAIN commitmail json YAML

Updated textproc/p5-Text-BibTeX to 0.42

(sno)

2010-03-16 22:30:02 UTC MAIN commitmail json YAML

Updating textproc/p5-Text-BibTeX from 0.41 to 0.42

Upstream changes:
Release 0.42 - 16 March, 2010
-----------------------------
* names with more than two commas are left untouched if protected by
  braces.
* can now deal with names with hyphens and generate the correct BibTeX
  compatible abbreviations.
* can generate initials for protected name parts, like BibTeX can.
* can deal with generating initials for names which contains Unicode
  characters.
* fixed compilation on machines needing alloca.h
* added new README file with more up-to-date information.

(sno)

2010-03-16 22:21:34 UTC MAIN commitmail json YAML

Updated devel/p5-AnyEvent to 5.251

(sno)

2010-03-16 22:21:11 UTC MAIN commitmail json YAML

Updating devel/p5-AnyEvent from 5.200 to 5.251

Upstream changes since 5.2 (upstream module version for 5.200):
5.251 Sat Mar 13 00:58:21 CET 2010
- make test failed if it was run before make install, and
          older versions of perl make our live very difficult, so
          write constants.pl during Makefile.PL time.

5.25  Sat Mar 13 00:23:14 CET 2010
- fix a race condition in AnyEvent::Handle that would cause
          a "bio_read: unsupported method" error (in _another_
          ssl connection) after user code threw an exception.
        - added AnyEvent::Handle->destroyed method.
- speed up AnyEvent::Socket::format_address and ::format_ipv6.
        - the AnyEvent::Util::fh_nonblocking function worked only
          by lucky accident on win32.
        - smaller and faster AnyEvent::Util::fh_nonblocking.
        - when the (required!) Time::HiRes module is missing, AnyEvent
          did not fall back to built-in time properly.
        - do not load Fcntl at runtime, saving memory and loading time.
        - precompile a number of constants and use them instead of runtime
          detection and eval.
        - free detection code after detection and similar memory optimisations.
        - Perl backend timer interval best effort drift has been improved
          (ame algorithm as EV).
        - update unicode idna mapping table.

5.24  Tue Jan  5 11:39:43 CET 2010
- cygwin never reports errors from failed connects. 1.5 just gives
          you continous readyness and EAGAIN, 1.7 is even more broken and
          just hangs. work around both issues in a cygwin-specific hack.
- improve idle watcher documentation slightly.

5.23  Sun Dec 20 23:48:00 CET 2009
- support IDNs in resolve_sockaddr, and therefore in tcp_connect.
        - implement punycode_encode/decode, idn_nameprep,
          idn_to_ascii and idn_to_unicode operations in AnyEvent::Util.
- provide $AE::VERSION.
        - removed traces of "no strict 'refs'".

5.22  Sat Dec  5 03:51:13 CET 2009
- downgrade-or-fail in AnyEvent::Handle::push_write, to
          diagnose encoding failures earlier and more succinctly.
          (this works around bugs in perl, throwing away encoding info
          when passing scalar data to extensions).
        - add more examples to AnyEvent::Socket manpage.
        - upgrade internal warning set to the same as common::sense 2.03.
        - use pack "n/a*" for pre-5.8.9 perl compatibility in AnyEvent::DNS
          (John Beppu).
        - AnyEvent::Socket::inet_aton now properly supports ipv6, as documented.
        - add google public dns servers to fallback server set and make sure
          we load-balance properly between the three sets. also add all
          fallback dns servers, not just a random one, to each dns config.

5.21  Thu Nov 19 02:48:47 CET 2009
- fix a problem where socket constants were called with parameters
          (spotted by David Friedland).
        - fork_call never use'd POSIX (reported by Daisuke Maki).
        - improve perl 5.6 compatibility further (but it still won't work
          unless you rip out everything but the core).
        - prefer Net::DNS::Resolver over ipconfig, if installed, on win32.
          uses 10MB of RAM, but doesn't open a console window. *sigh*.

5.202 Wed Oct 14 22:35:44 CEST 2009
- AnyEvent::DNS would unexpectedly clobber $_ under windows
          (analysed by Matthias Waldorf).
        - AnyEvent::Handle::run_cmd can now pass the PID of the
          newly-created process, which is much less useful than it might
          sound (based on patch by Yann Kerherve).

5.201 Tue Sep 29 12:09:25 CEST 2009
- AnyEvent:Handle::on_starttls/on_stoptls methods were broken
          (reported by Torsten Foertsch).
        - common::sense 2.0 could cause tcp_server to throw an exception
          (analysed by elmex).

(sno)

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

Updated devel/p5-EV to 3.9

(sno)

2010-03-16 22:16:09 UTC MAIN commitmail json YAML

Updating devel/p5-EV from 3.8nb1 to 3.9

Upstream changes:
3.9  Thu Dec 31 07:59:59 CET 2009
- disable t/07* under automatic testing.
        - increase t/09* timeouts as netbsd has *horribly* broken
          select/kevent that *usually* sleep >>0.6s instead of 0.3.
        - add constants EV::FLAG_NOSIGFD, EV::FLAG_NOINOTIFY and
          EV::BACKEND_ALL.
        - (libev) signalfd is no longer used by default.
- (libev) backport inotify code to C89.
        - (libev) inotify file descriptors could leak into child processes.
        - (libev) ev_stat watchers could keep an errornous extra ref on the loop.
        - (libev) take advantage of inotify_init1, if available.
        - (libev) the signal handling pipe wasn't always initialised under windows.
        - changed minimum glibc requirement from glibc 2.9 to 2.7, for signalfd.
        - (libev) only replace ev_stat.prev when we detect an actual difference.

(sno)

2010-03-16 22:11:17 UTC MAIN commitmail json YAML

Updated time/p5-DateTime to 0.5500

(sno)

2010-03-16 22:10:56 UTC MAIN commitmail json YAML

Updating time/p5-DateTime from 0.5400 to 0.5500

pkgsrc changes:
- Adjust build/test dependencies

Upstream changes:
0.55  2010-03-16
- Get all tests passing on 5.6.2. Thanks to Zefram for help spotting the
  problems.
- Moved code to my hg repo at http://hg.urth.org/hg/DateTime.pm.

(sno)

2010-03-16 22:06:14 UTC MAIN commitmail json YAML

Updated textproc/p5-XML-NamespaceSupport to 1.11

(sno)

2010-03-16 22:05:49 UTC MAIN commitmail json YAML

Updating textproc/p5-XML-NamespaceSupport from 1.10 to 1.11

pkgsrc changes:
- Changing module type to use bundled Module::Install

Upstream changes:
1.11  tues20100316 15:17
- re-generate the META.yml and remove the stale one from git

(sno)

2010-03-16 21:59:37 UTC MAIN commitmail json YAML

Updated textproc/p5-Text-CSV_XS to 0.72

(sno)

2010-03-16 21:59:03 UTC MAIN commitmail json YAML

Updating textproc/p5-Text-CSV_XS from 0.71 to 0.72

Upstream changes:
2010-03-16 0.72 - H.Merijn Brand  <h.m.brand@xs4all.nl>
    * Introduce quote_null attribute (RT#55200)
    * examples/csv-check can be used for Text::CSV_PP
    * examples/csv-check more options for sep_, escape_ and quote_char
    * examples/csv2xls more options for sep_, escape_ and quote_char
    * examples/csv2xls added auto_diag and verbosity
    * Dropped YAML spec to 1.0

(sno)

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

Updated devel/p5-Path-Dispatcher to 0.15

(sno)

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

Updating devel/p5-Path-Dispatcher from 0.14 to 0.15

Upstream changes:
0.15 Tue Mar 16 09:40:40 2009
        ** Factored Path-Dispatcher-Declarative into its own distribution
        ** Be sure to update your dependency information!

        * Implement ->complete for Rule::Dispatch
        * Add Path::Dispatcher::Rule::Alternation
        * Implement case insensitivity fory Rule::Eq
        * Add Path::Dispatcher::Rule::Sequence - like Rule::Tokens but
            better!
        * Add Path::Dispatcher::Rule::Enum
        * Path autoboxing has been factored out into a private method for
            more overridability
        * A few documentation improvements as usual :)

(sno)

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

Updated devel/p5-Data-Peek to 0.31

(sno)

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

Updating devel/p5-Data-Peek from 0.30 to 0.31

Upstream changes:
2010-03-16 0.31 - H.Merijn Brand  <h.m.brand@xs4all.nl>
    * Dropped YAML spec to 1.0

(sno)

2010-03-16 21:35:20 UTC MAIN commitmail json YAML

Updated databases/p5-ORLite to 1.42

(sno)

2010-03-16 21:34:44 UTC MAIN commitmail json YAML

Update databases/p5-ORLite from 1.41 to 1.42

Upstream changes:
1.42 Tue 16 Mar 2010
- Signficantly expanded documentation on the per-table class
  and the methods created for it (Breno G. de Oliveira)

(sno)

2010-03-16 21:31:34 UTC MAIN commitmail json YAML

Removed cross/i386-mingw32

(asau)

2010-03-16 21:29:48 UTC MAIN commitmail json YAML

2010-03-16 21:24:46 UTC MAIN commitmail json YAML

note addition of itpp-4.0.7

(agc)

2010-03-16 21:23:48 UTC MAIN commitmail json YAML

add and enable itpp

(agc)

2010-03-16 21:22:14 UTC MAIN commitmail json YAML

initial import of itpp-4.0.7 into the packages collection

C++ library of mathematical, signal processing and communication
routines

Its main use is in simulation of communication systems and for
performing research in the area of communications.  The kernel of the
library consists of generic vector and matrix classes, and a set of
accompanying routines.  Such a kernel makes IT++ similar to MATLAB or
GNU Octave.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(agc)

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

Updated devel/p5-SVN-Notify to 2.80

(sno)

2010-03-16 21:16:36 UTC MAIN commitmail json YAML

Updating devel/p5-SVN-Notify from 2.79 to 2.80

pkgsrc changes:
- Add recommended dependencies

Upstream changes:
2.80  2010-01-16T04:40:00
      - Fixed the regular expression for detecting JIRA keys. Thanks to David
        Ferguson for the report (RT#51620).
      - Fixed test failure on Perl 5.11.2.
      - Switched to improved URL links with link text in the documentation.

(sno)

2010-03-16 21:10:22 UTC MAIN commitmail json YAML

Added textproc/p5-Text-Trac version 0.15

(sno)

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

Added textproc/p5-Text-Trac version 0.15

(sno)

2010-03-16 21:08:22 UTC MAIN commitmail json YAML

Updating textproc/p5-Text-Trac version 0.15 as dependency for scheduled
update of devel/p5-SVN-Notify

Text::Trac parses text with Trac WikiFormatting and convert it to html
format.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(sno)

2010-03-16 20:02:26 UTC MAIN commitmail json YAML

2010-03-16 19:36:32 UTC MAIN commitmail json YAML

Removed databases/mysql51-embedded successor databases/mysql51-server

(wiz)

2010-03-16 19:35:58 UTC MAIN commitmail json YAML

2010-03-16 19:33:47 UTC MAIN commitmail json YAML

Updated x11/gtk-sharp to 2.12.10

(wiz)

2010-03-16 19:33:37 UTC MAIN commitmail json YAML

Update to 2.12.10:

2010-03-08  Mike Kestner  <mkestner@novell.com>

* configure.in.in: revert the -platform flag usage on windows until
we can figure out why it breaks Gtk# on mono.

2010-03-01  Mike Kestner  <mkestner@novell.com>

* msi/gtk-sharp-2.0.wxs.in: use the netfx runtime version checks.
Check for version 2.0 or greater.
* msi/Makefile.am: ref the netfx extension.

2010-02-26  Mike Kestner  <mkestner@novell.com>

* configure.in.in: backport the mono-2 configure fallback.

2010-02-26  Mike Gorse  <mgorse@novell.com>

* atk/Object.custom, atk/glue/object.c: Bind GetAttributes.

2010-01-11  Mike Kestner  <mkestner@novell.com>

* configure.in.in: checks for wix and add platform switch to win32
builds to ensure 32BIT+ and PE32 are set. [Fixes #473566]
* gtk-sharp-2.0.wxs.in: moved to msi dir and enhanced. see below.
* license.rtf: moved to msi dir
* Makefile.am: add new dir, move installer target to msi Makefile.
* msi/*: new installer building framework.  conditionally builds on wix
availability.  downloads official binary bundles to build an unmanaged
module. adds the .mo files to support translation [Fixes #513017]
updated gtk+ version to 2.16.6.  still depends on win32-installers build
for mono-posix and mono-cairo modules.

2009-11-30  Mike Kestner  <mkestner@novell.com>

* generator/Method.cs: support win32_utf8_variant attribute on methods.
* glib/*.cs: support win32 utf8 variant methods.
* gtk/*.custom: support win32 utf8 variant methods.
* gtk/Gtk.metadata: mark some win32_utf8_variant methods.
  [Fixes #550961] Adapted from a patch by Tor Lillqvist.

2009-11-23  Christian Hoff  <christian_hoff@gmx.net>

* generator/Signal.cs: Return a GInterfaceAdapter in the signalargs's
accessor properties instead of trying to return the implementor as stored in
the arguments array.

2009-11-20  Gabriel Burt  <gabriel.burt@gmail.com>

* bootstrap-2.12: Bump GTK_SHARP_VERSION to 2.12.10

2009-11-20  Gabriel Burt  <gabriel.burt@gmail.com>

Make TextBufferSerializeFunc return byte []

* gtk/Makefile.am:
* gtk/textbuffer-serializefunc.patch:
* gtk/GtkSharp.TextBufferSerializeFuncNative.cs:
* gtk/TextBufferSerializeFunc.cs: Copy of generated bindings, fixed to
be usable. [Fixes #555495]

* gtk/TextBuffer.custom: Add binding of RegisterSerializeFormat since no
longer generated.

* gtk/Gtk.metadata: Remove GtkTextBufferSerializeFunc and
RegisterSerializeFormat so bindings not generated.

2009-11-10  Gabriel Burt  <gabriel.burt@gmail.com>

* atk/atk-table.patch:
* atk/ColumnDeletedHandler.cs:
* atk/Table.cs:
* atk/TableAdapter.cs:
* atk/ColumnInsertedHandler.cs:
* atk/Atk.metadata:
* atk/RowDeletedHandler.cs:
* atk/RowInsertedHandler.cs: We have to implement AtkTable's
GetSelectedRows/Columns methods manually, and the only way to do that is
to not generate those classes.  So these files are the generated files
with the necessary modifications (see atk-table.patch).  This fixes
support for custom widgets to add AtkTable a11y (BNC #512477)

* atk/NoOpObject.custom: Manually implement Atk.Table iface

* atk/Makefile.am: Add new files to build

2009-10-30  Mike Kestner  <mkestner@novell.com>

* glib/GType.cs: avoid another exception on bogus assm.Locations.
  [Fixes #546045]

2009-10-23  Christian Hoff  <christian_hoff@gmx.net>

* gtk/CellRenderer.custom: Pass the GdkRectangle parameters of CellRenderer.Render
by reference. Patch by Diego Petten嘆.

2009-09-22  Brad Taylor  <brad@getcoded.net>

* glib/Idle.cs:
* glib/Timeout.cs: Don't try to remove the handler from the managed
hashtable twice, add a comment explaining the need for the else branch.

2009-09-22  Brad Taylor  <brad@getcoded.net>

* glib/Idle.cs:
* glib/Timeout.cs: Make sure to remove the unmanaged reference to the
delegate when we're disposed or finalized.  In particular, this fixes a
problem where GLib.Object's PerformQueuedUnrefs was being called after
both the object and the handler had been GC'ed, resulting in a
segfault.

2009-09-16  Mike Kestner  <mkestner@novell.com>

* gtk/Gtk.metadata: hide StatusIcon.GetGeometry for custom impl.
* gtk/StatusIcon.custom: custom GetGeometry implementation to avoid
marshaling exceptions on win32.  [Fixes #518169]

2009-09-11  Christian Hoff  <christian_hoff@gmx.net>

* gtk/Application.cs: Port the theming-relevant part of the
SWF.Application.DoEvents code to avoid loading the assembly
at runtime on the Windows platform.

2009-08-23  Christian Hoff  <christian_hoff@gmx.net>

* gdk/Gdk.metadata: Mark PixbufFormat.Extensions and
PixbufFormat.MimeTypes as null-terminated arrays. [Fixes #533472]

2009-08-12  Christian Hoff  <christian_hoff@gmx.net>

* configure.in.in: Detect GDK backend.
* */*.dll.config.in: Link against the libs of the correct GDK backend
instead of using x11 on Linux/win32 on Windows.
Patch by Christian Hergert. [Fixes 527840]

2009-08-05  Christian Hoff  <christian_hoff@gmx.net>

* sample/CustomcellRenderer.cs: Use GObject property registration
instead of a CellDataFunc.

2009-08-05  Christian Hoff  <christian_hoff@gmx.net>

* glib/glue/object.c: Use -G_MINFLOAT and -G_MINDOUBLE since
these constants return the minumum positive values for this type.

2009-07-30  Mike Kestner  <mkestner@novell.com>

* generator/InterfaceGen.cs: remove var keyword usage to fix build
on .net 2.0. Fix a few mixed line endings as well.

2009-07-27  Mike Gorse  <mgorse@novell.com>

* atk/Atk.metadata: Remove owned for Relation.GetTarget.

2009-07-21  Christian Hoff  <christian_hoff@gmx.net>

* glib/GInterfaceAdapter.cs: Fix a leak related to GCHandles not being freed.
Patch from Mike Kestner with a minor tweak by me. [Fixes #523306]

2009-07-13  Gabriel Burt  <gabriel.burt@gmail.com>

* generator/GenBase.cs: Add AppendCustom override that you can pass the
type name in, used to include .custom for Name + Adapter and Name +
Implementor .custom files for interface gen.

* generator/InterfaceGen.cs: Use the new AppendCustom override for the
Name + Adapter.custom file, and add support for including custom file for
the Name + Implementor interface; necessary to manually implement an
interface method.

2009-07-10  Christian Hoff  <christian_hoff@gmx.net>

* pango/Pango.metadata: Mark "ink_rect" and "logical_rect" parameters of Get*Extends
methods as "out".  [Fixes #510105]

2009-06-08  Christian Hoff  <christian_hoff@gmx.net>

* atk/ObjectFactory.custom: Reimplement ObjectFactory virtual
methods. Patch provided by Mike Kestner and Gabriel Burt.

2009-05-31  Mike Kestner  <mkestner@novell.com>

* gtk-sharp-2.0.wxs.in: move the RemoveExistingVersions action
after InstallFinalize to avoid a problem where the GAC assemblies
disappear.  [Fixes #508580]

(wiz)

2010-03-16 19:29:02 UTC MAIN commitmail json YAML

Updated audio/amarok to 2.3.0

(wiz)

2010-03-16 19:28:50 UTC MAIN commitmail json YAML

Update to 2.3.0, switch to mysql51-server for providing the embedded
mysql server.

Changes:

Team Amarok is proud to announce Amarok 2.3.0. It contains many
improvements and bugfixes over Amarok 2.2.2 as well as many new
features. Areas such as podcast support and saved playlists have
seen huge improvements, as has the support for USB mass storage
devices (including generic MP3 players).

With large parts of Amarok 2 becoming quite mature, it was also
time to start looking forward again. Therefore, this release also
contains a number of new features of a slightly more experimental
nature. These include a new main toolbar and a rewritten and much
simpler file browser. These parts are brand new and based on user
feedback, and they will change and improve over the next few
releases. The old slim toolbar is still available should you prefer
that, but we encourage you to try out the new toolbar and tell us
what you think. The file browser's look and feel now aligns more
closely with the rest of Amarok with improvements such as breadcrumb
navigation, and it is now focused on being a way to find and play
music instead of being a multi-purpose file manager.

The context menu of tracks in your playlist now offers a "show in
media sources" option, making it easier to find the same track
again in the collection browser for editing, moving or deleting
the file.

Podcasts have received a configuration dialog allowing you to change
the update interval as well as the location to store new downloaded
episodes. Podcasts and saved playlists are now also grouped by
source, and a merged view is available just like in your local
collection - perfect for those that don't care where their music
is coming from but simply want to listen to it. Now, when a new
source of playlists or podcasts becomes available, Amarok will
switch off merged view and show a collapsible list of your new
listening sources.

The Wikipedia applet now looks better and links have been fixed.
Internal links to other pages on Wikipedia will display in the
applet, and external links open a browser window.

In short, Team Amarok has been focusing hard on furthering our
long-term goal: making Amarok the best tool for immersing yourself
in music, no matter where it comes from.

(wiz)

2010-03-16 19:25:36 UTC MAIN commitmail json YAML

Note mysql51-* PKGREVISION bump.

(wiz)

2010-03-16 19:24:54 UTC MAIN commitmail json YAML

Enable PIC compilation, needed for working mysql-embedded support
(and perhaps also on Solaris).

Bump PKGREVISION.

Ok taca@

(wiz)

2010-03-16 19:14:56 UTC MAIN commitmail json YAML

Updated devel/p5-lib-abs to 0.91

(sno)

2010-03-16 19:14:46 UTC MAIN commitmail json YAML

Updating devel/p5-lib-abs from 0.90 to 0.91

pkgsrc changes:
- Add module type to ensure auto_install in Makefile.PL is properly
  handled

Upstream changes:
0.91    2010-02-27
        Fix broken test due to behavior of lib under 5.10.1
        Fix broken test (warn) when hit some file as directory

(sno)

2010-03-16 19:10:53 UTC MAIN commitmail json YAML

Updated devel/p5-Async-Interrupt to 1.03

(sno)

2010-03-16 19:10:43 UTC MAIN commitmail json YAML

Updating devel/p5-Async-Interrupt from 1.02 to 1.03

pkgsrc changes:
- Add USE_LANGUAGES to mark it's an XS based module requiring a C Compiler

Upstream changes:
1.03  Tue Nov 24 14:31:10 CET 2009
- port to loser platform.

(sno)

2010-03-16 18:49:15 UTC MAIN commitmail json YAML

Updated devel/p5-Config-IniFiles to 2.57

(sno)

2010-03-16 18:49:05 UTC MAIN commitmail json YAML

Updating devel/p5-Config-IniFiles from 2.56 to 2.57

Upstream changes:
Version 2.57:  ( Mon Mar  1 15:49:54 IST 2010 )
------------------------------------------------
* Fixed failure to read the ini file contents from a filehandle made out of a
  scalar
    - https://rt.cpan.org/Ticket/Display.html?id=45997
    - Applied a patch by Nicolas Mendoza - thanks!

(sno)

2010-03-16 18:46:44 UTC MAIN commitmail json YAML

Updated devel/p5-Object-InsideOut to 3.64

(sno)

2010-03-16 18:46:32 UTC MAIN commitmail json YAML

Updating devel/p5-Object-InsideOut from 3.63 to 3.64

Upstream changes:
3.64 Mon Mar  8 17:59:51 2010
- Added tests related to shared object destruction

(sno)

2010-03-16 18:43:43 UTC MAIN commitmail json YAML

Updated net/p5-IP-Country to 2.27

(sno)

2010-03-16 18:43:32 UTC MAIN commitmail json YAML

Updating net/p5-IP-Country from 2.25nb3 to 2.27

pkgsrc changes:
- Adjust dependency path

Upstream changes:
IP-Country-2.27, 2009.07.25
---------------------------
Added dependency for Geography::Countries (thx Otto Hirr)
Database update (thx Aaron K Dancygier for reminder)

IP-Country-2.26, 2009.01.01
---------------------------
Database update
  Thanks to Brad Fetter for the reminder

(sno)

2010-03-16 18:40:46 UTC MAIN commitmail json YAML

Updated geography/p5-Geography-Countries to 2009041301

(sno)

2010-03-16 18:40:36 UTC MAIN commitmail json YAML

Updating geography/p5-Geography-Countries from 1.4nb3 to 2009041301

pkgsrc changes:
- Add license definition

Upstream changes:
Version 2009040901
- Force DATA encoding to be iso-8859-1 (davidhull/RT #38005)
----
Version 2009040801
- Moved to git and github.
- Modernized distro.

(sno)

2010-03-16 18:31:51 UTC MAIN commitmail json YAML

Updated net/p5-IO-Socket-Multicast to 1.11

(sno)

2010-03-16 18:31:41 UTC MAIN commitmail json YAML

Updating net/p5-IO-Socket-Multicast from 1.07 to 1.11

Upstream changes:
1.11 - Wed Nov  4 13:48:18 EST 2009
More test adjustments /re Win32 (BRAMBLE)

1.09
Refactored tests to prevent false negatives on Win32 (ADAMK)

1.08 Mon Nov  2 11:23:33 EST 2009
Test fixes and spelling corrections (BRAMBLE)

(sno)

2010-03-16 18:29:06 UTC MAIN commitmail json YAML

Updated net/p5-Net-Twitter to 3.11012

(sno)

2010-03-16 18:28:56 UTC MAIN commitmail json YAML

Updating net/p5-Net-Twitter from 3.11008 to 3.11012

Upstream changes:
3.11012 2010-03-13
    - fixed: added fallback since Test::More 0.95_01 does not
      stringify in "is" (tokuhirom)

3.11011 2010-03-11
    - fixed documentation to include lookup_users

3.11010 2010-03-11
    - Added lookup_users API method

3.11009 2010-03-10
    - Added RetryOnError trait
      (see perldoc Net::Twitter::Role::RetryOnError)
    - Import Sclar::Util::blessed in the POD Synopsis to make it clear
      callers need to do so (RT#55283)
    - Use newly documented "preferred" oauth endpoints:
      http://api.twitter.com/oauth/*
    - Added SimulateCursors trait for Identi.ca compatibility

(sno)

2010-03-16 18:23:23 UTC MAIN commitmail json YAML

Updated net/p5-Net-OAuth to 0.22

(sno)

2010-03-16 18:23:14 UTC MAIN commitmail json YAML

Updating net/p5-Net-OAuth from 0.20 to 0.22

pkgsrc changes:
- fix typo in dependencies

Upstream changes:
0.21  Wed, 10 Mar 2010 22:20:49 UTC
  * Added xAuth support with xAuthAccessTokenRequest (thanks Masayoshi
    Sekimura and Simon Wistow)
  * Added performance patch to decrease stat() system calls when requiring
    modules (thanks Brad Whitaker)

0.22  Thu, 11 Mar 2010 00:21:26 UTC
  * Renamed xAuthAccessTokenRequest to XauthAccessTokenRequest for
    CamelCaseConsistency
  * Added a couple tests for XauthAccessTokenRequest

(sno)

2010-03-16 17:31:49 UTC MAIN commitmail json YAML

Updated databases/p5-DBD-CSV to 0.28

(sno)

2010-03-16 17:31:39 UTC MAIN commitmail json YAML

Updating databases/p5-DBD-CSV from 0.25nb1 to 0.28

pkgsrc changes:
- Adjust dependencies

Upstream changes:
2010-03-16  0.28  H.Merijn Brand
    * Remove t/00_minimumversion.t from distribution
    * Dropped YAML spec to 1.0
    * Sync up with SQL::Statement 1.25
      NOTE: Internals of both modules changed. They will change again for
            SQL::Statement 2.0

2010-02-17  0.27  H.Merijn Brand
    * Upped copyright to 2010
    * Doc-fix typo in link (Detlef Pilzecker)
    * Doc-fix small typo's

2009-11-10  0.26  H.Merijn Brand
    * Adjustments for windows (RT#50544)
    * Mark all non-\w chars illegal in field and table names
    * Fix field types after execute (RT#51090, vgdoqd)
    * Fix for NULL joins. Requires SQL::Statement 1.23 (RT#43010, JBAZIK)

(sno)

2010-03-16 17:30:20 UTC MAIN commitmail json YAML

Updated databases/p5-SQL-Statement to 1.25

(sno)

2010-03-16 17:30:08 UTC MAIN commitmail json YAML

Updating databases/p5-SQL-Statement from 1.22 to 1.25

pkgsrc changes:
- Adjust dependencies (mark fullfilled by perl CORE)

Upstream changes:
Version 1.25, release March 15th, 2010
----------------------------------------------
[Bug fixes]
* Keep org_table_names with schema information to allow derived
  table classes to handle as it seems reasonable there
* Separate columns with "\0" in multi-column aggregation to be able to
  difference between ('1','1foo') and ('11','foo')

[Misc]
* More resources added to META.yml

Version 1.24, release March 15th, 2010
----------------------------------------------
[Misc]
* Ignore *.rej in MANIFEST.SKIP (fixes RT #52081 reported by
  Lars Thegler)

[Bug fixes]
* Add missing import of _INSTANCE in SQL::Statement::Function::NumericEval
  fixes RT #52356 - reported by Detlef Pilzecker)
* Fix wrongly discarded DISTINCT clause (RT#53186)

[Improvements]
* Fix parsing errors of plain numbers (RT#16931)
* Fix parsing errors of nested calculation / functions (RT#16931, RT#52356)
* Rewrite result calculation of aggregation functions (simplify code,
  speed up)
* Upgrade Makefile.PL (patch from Alexandr Ciornii) to handle different
  EU::MM versions and abilities properly
* Update documentation to show how 'column_defs' and SQL::Statement::Term
  instances shall be used
* Introduce SQL::Dialect::Role providing ini-style data access to
  SQL::Dialects (patch from Michael Schwern)

[Things that may break your code]
* SQL::Parser now didn't deliver a struct containing 'column_names',
  'computed_columns' and 'set_functions' - it's combined into one member
  'column_defs'.
* Minimum required perl version is now 5.8 - upcoming next version of DBI
  requires perl 5.8, too - and I could simplify some code that's why

Version 1.23, release November 20th, 2009
----------------------------------------------

[Misc]
* Applied patch from Marc Espie which fixes several orthographic
  errors in SQL::Statement::Syntax documentation.
* Added a fixed version of test reported via RT #34121

[Bug fixes]
* Fix an issue in UPDATE command which 'shift's the values from
  the list of parameters which causes there're no more parameters
  left after first row get's updated (Fixes RT #50788)
* Fix aggregate function handling of new code since 1.21_01
* Correct handling of DISTINCT in aggregate functions

[Improvements]
* Add support for tables/columns starting with '_' for CSV and AnyData,
  which is usually forbidden by ANSI SQL
* Add support for inserting multiple lines with one statement
  (fixes RT #31730)
* Handle ANSI 'IS NULL' and CVS/AnyData 'IS NULL' different

[Things that may break your code]
* row_value now expects up to two arguments

(sno)

2010-03-16 17:16:55 UTC MAIN commitmail json YAML

Updated time/p5-DateTime-Format-Natural to 0.85

(sno)

2010-03-16 17:16:45 UTC MAIN commitmail json YAML

Updating time/p5-DateTime-Format-Natural from 0.84 to 0.85

pkgsrc changes:
- Adjust HOMEPAGE to CPAN "Permalink"
- Adjust dependencies according to module's META.yml

Upstream changes:
0.85  2010-03-13  <schubiger@cpan.org>
- Merged development version to stable.

0.84_03  2010-03-11  <schubiger@cpan.org>
- Resolve short aliases only if preceded by a digit.
- Don't capture the date separator for matching with the format.

0.84_02  2010-03-09  <schubiger@cpan.org>
- Guess the format of dates with a dot or hyphen as separator.
- Check for separator mismatch when not in lax mode.

0.84_01  2010-02-24  <schubiger@cpan.org>
- Use the format parameter case-insensitively and test it.
- Don't bless into a reference within the metadata base constructor.
- Add some missing commas to the grammar description.

(sno)

2010-03-16 17:14:32 UTC MAIN commitmail json YAML

Updated archivers/bsdtar to 2.8.3

(joerg)

2010-03-16 17:14:08 UTC MAIN commitmail json YAML

Updated archivers/libarchive to 2.8.3

(joerg)

2010-03-16 17:13:47 UTC MAIN commitmail json YAML

2010-03-16 17:12:55 UTC MAIN commitmail json YAML

2010-03-16 17:11:05 UTC MAIN commitmail json YAML

Updated time/p5-DateTime-Format-Flexible to 0.15

(sno)

2010-03-16 17:10:55 UTC MAIN commitmail json YAML

Updating time/p5-DateTime-Format-Flexible from 0.14 to 0.15

pkgsrc changes:
- Update HOMEPAGE to CPAN "Permalink"

Upstream changes:
0.15 Mon Mar 10 2010
  - fix tests for DateTime string overloading problem
    (thanks Andreas Koenig and Michael Schwern)

(sno)

2010-03-16 17:07:52 UTC MAIN commitmail json YAML

2010-03-16 17:04:58 UTC MAIN commitmail json YAML

Updated time/p5-DateTime-Format-Builder to 0.8000

(sno)

2010-03-16 17:04:48 UTC MAIN commitmail json YAML

Updating time/p5-DateTime-Format-Builder from 0.7901nb1 to 0.8000

pkgsrc changes:
- Adjust license definition

Upstream changes:
0.80    2010-03-14
- Remove the 00sig.t test, which seemed to cause random failures based on CPAN
  testers reports.
- Lots of cleanup in test code.
- Future releases will all increment by 0.01 (0.81, 0.82, etc).
- No code changes.

(sno)

2010-03-16 17:01:22 UTC MAIN commitmail json YAML

Updated time/p5-DateTime to 0.5400

(sno)

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

Update time/p5-DateTime from 0.5300 to 0.5400

pkgsrc changes:
- Adjust license definition
- Adjust dependencies

Upstream changes:
0.54  2010-03-14
- Bumped the DateTime::TimeZone prereq to 1.09 to force people to use a modern
  version. Previously the minimum version was 0.59, and there have been a lot
  of bug fixes since then.

- String overloading now extends to string comparison, so a DateTime object
  can be compared to any string. In other words

  if ( $dt eq $string ) { ... }

  will simply stringify $dt and then do a normal string-is-equals
  check. Previously, this would blow up unless both operands were a DateTime
  object.

  Note that future versions of Test::More (0.95_01+) will no longer stringify
  arguments to is(), which means that older versions of DateTime may cause new
  test failures when you upgrade Test::More. It is highly recommended that you
  upgrade DateTime before upgrading to Test::More 0.95_01+.

  Patch by Michael Schwern. RT #55453.

- Allow passing end_of_month setting to $duration->inverse(). Requested by
  John Siracusa. RT #53985.

(sno)

2010-03-16 16:46:53 UTC MAIN commitmail json YAML

Updated audio/cmus to 2.3.1

(ahoka)

2010-03-16 16:46:22 UTC MAIN commitmail json YAML

2010-03-16 16:30:38 UTC MAIN commitmail json YAML

note firefox, Transmission updates

(tnn)

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

Transmission-1.92:
All Platforms
* Fix possible data corruption issue caused by data sent by bad peers during
  endgame
* Fix potential buffer overflow when adding maliciously-crafted magnet links
* Fix announces to IPv6 trackers
* Fix DNS problems on some platforms, including Debian
* Fix issues with the incomplete directory functionality
* Fix port forwarding error on some routers by updating libnatpmp and miniupnp
GTK+
* Fix directory selection error in GTK+ 2.19
* Small GUI improvements: HIG correctness, remove deprecated GTK+ calls, etc.
Daemon
* Fix 1.91 build error on Mac and FreeBSD
* Standardize the daemon's watchdir feature to behave like the other clients'
Web Client
* Statistics dialog
* Fix error in "trash data & remove from list" that didn't trash all data
* Fix display of ratios and time
* Update to jQuery 1.4.2

(tnn)

2010-03-16 16:14:15 UTC MAIN commitmail json YAML

avoid local version suffix going backwards

(tnn)

2010-03-16 16:12:45 UTC MAIN commitmail json YAML

2010-03-16 16:11:59 UTC MAIN commitmail json YAML

php5-dom has moved to php-dom.

(taca)

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

php5-soap has moved to php-soap.

(taca)

2010-03-16 16:09:32 UTC MAIN commitmail json YAML

misc/php-mbstring moved to converters/php-mbstring.

(taca)

2010-03-16 16:09:04 UTC MAIN commitmail json YAML

fix build breakage

(tnn)

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

misc/php-calendar has moved to time/php-calendar.

(taca)

2010-03-16 16:06:11 UTC MAIN commitmail json YAML

php5-mysqli has moved to php-mysqli.

(taca)

2010-03-16 16:04:22 UTC MAIN commitmail json YAML

fix build breakage

(tnn)

2010-03-16 16:03:22 UTC MAIN commitmail json YAML

Update description in comments.

(taca)

2010-03-16 16:02:21 UTC MAIN commitmail json YAML

2010-03-16 15:58:54 UTC MAIN commitmail json YAML

2010-03-16 15:57:47 UTC MAIN commitmail json YAML

Note addtion of php53 packages.

lang/php53 5.3.2
misc/php-intl 5.3.2
textproc/php-enchant 5.3.2
meta-pkgs/php53-extensions 5.3.2

And update of meta-pkgs/php5-extensions.

(taca)

2010-03-16 15:57:03 UTC MAIN commitmail json YAML

Update to firefox-3.6.2.
.2 is not formally released yet, but is release tagged in the scm and I
want to get this update in before we freeze the tree.

"Firefox 3.6 is built on Mozilla's Gecko 1.9.2 web rendering platform,
which has been under development since early 2009 and contains many
improvements for web developers, add-on developers, and users."

- Improved JavaScript performance, overall browser responsiveness,
  and startup time.
- The ability for web developers to indicate that scripts should run
  asynchronously to speed up page load times.
- Continued support for downloadable web fonts using the new WOFF font format.
- Support for new CSS attributes such as gradients, background sizing,
  and pointer events.
- Support for new DOM and HTML5 specifications including the Drag & Drop API
  and the File API, which allow for more interactive web pages.

(tnn)

2010-03-16 15:55:08 UTC MAIN commitmail json YAML

Add and enable php53-extensions.

(taca)

2010-03-16 15:54:08 UTC MAIN commitmail json YAML

Importing php53-extensions package, meta pacakge for php53.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2010-03-16 15:52:25 UTC MAIN commitmail json YAML

Update php5-extensions package to 5.2.13.

* Change package version scheme.
* Add php5-pspell and php5-sysvmsg.

(taca)

2010-03-16 15:43:32 UTC MAIN commitmail json YAML

Add and enable php-enchant.

(taca)

2010-03-16 15:42:44 UTC MAIN commitmail json YAML

Importing textproc/php-enchant 5.3.2 which part of PHP 5.3.2 and successor
of php-pspell.


PHP is a programming language designed to be embedded into web pages.
This module provides support for enchant support.

Enchant is a binder for libenchant. Libenchant provides a common
API for many spell libraries:

- aspell/pspell (intended to replace ispell)
- hspell (hebrew)
- ispell
- myspell/hunspell (OpenOffice project, mozilla)
- uspell (primarily Yiddish, Hebrew, and Eastern European languages)

A plugin system allows to add custom spell support,
see http://www.abisource.com/enchant/.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2010-03-16 15:40:21 UTC MAIN commitmail json YAML

Add and enable php-intl.

(taca)

2010-03-16 15:39:10 UTC MAIN commitmail json YAML

Importing misc/php-intl package 5.3.2 which contained in PHP 5.3.2.


PHP is a programming language designed to be embedded into web pages.
This module provides support for internationalization.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2010-03-16 15:36:39 UTC MAIN commitmail json YAML

Use PKG_PHP_MAJOR_VERS instead of PKG_PHP_VERSION now
since the name of extension only contain major version.

(taca)

2010-03-16 15:34:01 UTC MAIN commitmail json YAML

Explicitly setenv TZ=UTC when installing with pear since pear of PHP 5.3.2
check system's timezone and produce useless warnings.

(taca)

2010-03-16 15:32:47 UTC MAIN commitmail json YAML

Add and enable php53.

(taca)

2010-03-16 15:31:58 UTC MAIN commitmail json YAML

Importing PHP 5.3.2 as lang/php53.

This package and lang/php5 aren't installed at the same time.
Setting PHP_VERSION_DEFAULT as "5" or "53" to select PHP 5.2.x or 5.3.x.


PHP is an HTML-embedded scripting language. It is modular, with
some object-oriented features. Much of its syntax is borrowed from
C, Java and Perl with a couple of unique PHP-specific features
thrown in.  The language is designed to allow web developers to
write dynamically generated pages quickly.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2010-03-16 15:25:36 UTC MAIN commitmail json YAML

Prepair for importing PHP 5.3.2.

* Add "53" as PHP 5.3.x for several PHP_VERSION_* and its frends.
* Add PKG_PHP_MAJOR_VERS which currently only takes "5".
* Add "php53" to PHP_PKG_PREFIX.
* Add checking installed PHP's version against required version.

(taca)

2010-03-16 15:22:10 UTC MAIN commitmail json YAML

Remove entry for php5-dom and php5-xsl.

(taca)

2010-03-16 15:21:32 UTC MAIN commitmail json YAML

Remove an entry for php5-soap.

(taca)

2010-03-16 15:20:37 UTC MAIN commitmail json YAML

Remove entry for php-calendar and php-mbstring.

(taca)