Commit graph

114052 commits

Author SHA1 Message Date
tonio
8c9a4cf6f0 Update mail/imapfilter to 1.3
Version 1.3 - 13 February 2007
------------------------------
- Perl Compatible Regular Expression (PCRE) support.
- Compile against Lua 5.1 by default.
- Bug fix; program fault in some cases and when namespace prefix was empty
- Bug fix; program fault on some platforms when running in verbose mode
2007-06-10 21:55:39 +00:00
minskim
26854ed874 Note PKGREVISION bump of ko-po-check. 2007-06-10 21:54:41 +00:00
minskim
1289dbb940 Set locale correctly on Darwin. Bump PKGREVISION. 2007-06-10 21:54:07 +00:00
tonio
2f4c4cca0a Updated security/caff to 0.4.10 2007-06-10 21:28:28 +00:00
tonio
d0e3a7ee00 Update security/caff to 0.4.10
signing-party (0.4.10-1) unstable; urgency=low
   * caff:
     + Fix syntax error in example config variables (Closes: #413020).
     + Fix perl warnings when calling pgp-fixkey with unknown keyid or
       with empty signature create date.
   * gpg-key2ps:
     + Add '-1' option to only display one column of slips, for extra
       wide keys (Closes: #399474).
   * keylookup:
     + Fix perl warnings caused by empty lines from gpg output.
   * Drop transitional and now obsolete keylookup package.
   * Remove no longer needed dependency on mailx.
2007-06-10 21:27:10 +00:00
tonio
53042c5209 Updated databases/lbdb to 0.35.1 2007-06-10 21:14:04 +00:00
tonio
73ca7f40bc Update databases/lbdb to 0.35.1
lbdb (0.35.1) unstable; urgency=low
  * New mail address of Brian Salter-Duke <b_duke@bigpond.net.au>.
  * Get rid of the SSL code from the previous version and add a comment to
    the man page instead how you can use SSL (and also different ports)
    using ldap[s]://foo[:port] URLs (Closes: #426316).
 -- Roland Rosenfeld <roland@debian.org>  Mon, 28 May 2007 11:03:22 +0200

lbdb (0.35) unstable; urgency=low
  * activate flavortest in emacen-install to avoid warnings and slow
    upgrades (Closes: #399775).
  * Avoid loosing the first entry from VCF file.  Thanks to
    Tino Keitel <tino.keitel+debbugs@tikei.de> for providing a patch
    (Closes: #405312).
  * Remove vcquery in distclean target (Closes: #405321).
  * Use defaults for $KEEP_DUPES and $SORT_OUTPUT in lbdbq
    (Closes: #422214).
  * Update mutt_ldap_query.pl from
    http://www.courville.org/mediawiki/index.php/Mutt_ldap_query which
    adds SSL support.
2007-06-10 21:12:51 +00:00
tonio
ec0641f44f Update mail/mutt-devel to 1.15.16 2007-06-10 20:03:54 +00:00
tonio
71c3641ce4 Update mail/mutt-devel to 1.15.16
This release is largely a bug-fix release, but it does contain a couple of
small new features (next-unread-mailbox, $message_cache_clean).

The "change_folder_next" patches are gone, since a similar feature was added,
and it is now possible to use
bind index , next-unread-mailbox
to use , to cycle mailboxes with new mail
2007-06-10 20:01:34 +00:00
minskim
46a4600d5a Add p5-Geo-IPfree. 2007-06-10 17:13:38 +00:00
minskim
08eab9cf32 Import p5-Geo-IPfree from pkgsrc-wip. Packaged by Adrian Portelli.
This module a simple file-based database.  This database simply contains IP
blocks as keys, and countries as values.  The data contains all public IP
addresses and should be more complete and accurate than reverse complete
COMPLETE and accurate than reverse DNS lookups.

This module can be used to automatically select the geographically closest
mirror, or to analyze your web server logs to determine the countries of
your visitors.
2007-06-10 17:11:06 +00:00
rillig
d79e7f84d3 At the moment, there aren't any package options. Reported by Ondrej Tuma
in PR 36467.
2007-06-10 16:03:45 +00:00
abs
03d73535ec Enable the following newly added packages:
databases/p5-Rose-DB
    databases/p5-Rose-DB-Object
    databases/p5-SQL-ReservedWords
    devel/p5-Clone-PP
    devel/p5-Data-OptList
    devel/p5-Rose-Object
    devel/p5-Sub-Exporter
    devel/p5-Sub-Install
    time/p5-DateTime-Format-MySQL
    time/p5-DateTime-Format-Pg
    time/p5-Rose-DateTime
    time/p5-Time-Clock
2007-06-10 13:53:03 +00:00
abs
8ba7d797da Added databases/p5-Rose-DB-Object version 0.764
Rose::DB::Object is a base class for objects that encapsulate a
single row in a database table. It provides the following functions:

 * Create a row in the database by saving a newly constructed object.
 * Initialize an object by loading a row from the database.
 * Update a row by saving a modified object back to the database.
 * Delete a row from the database.
 * Fetch an object referred to by a foreign key in the current object.
   (i.e., "one to one" and "many to one" relationships.)
 * Fetch multiple objects that refer to the current object, either directly
   through foreign keys or indirectly through a mapping table. (i.e., "one
   to many" and "many to many" relationships.)
 * Load an object along with "foreign objects" that are related through any
   of the supported relationship types.
2007-06-10 13:48:23 +00:00
abs
9f46725833 Added databases/p5-Rose-DB version 0.734
Rose::DB is a wrapper and abstraction layer for DBI-related
functionality. A Rose::DB object "has a" DBI object; it is not a
subclass of DBI.

Tip: Are you looking for an object-relational mapper (ORM)? If so,
please see the Rose::DB::Object module. Rose::DB::Object is an ORM
that uses this module to manage its database connections. Rose::DB
alone is simply a data source abstraction layer; it is not an ORM.
2007-06-10 13:47:21 +00:00
taca
22cc689545 Correct RUBY_DISTNAME with RUBY_PATCH_LEVEL set. 2007-06-10 13:47:03 +00:00
abs
e2d4932ed9 Added databases/p5-Rose-DB version 0.734
Rose::DB is a wrapper and abstraction layer for DBI-related
functionality. A Rose::DB object "has a" DBI object; it is not a
subclass of DBI.

Tip: Are you looking for an object-relational mapper (ORM)? If so,
please see the Rose::DB::Object module. Rose::DB::Object is an ORM
that uses this module to manage its database connections. Rose::DB
alone is simply a data source abstraction layer; it is not an ORM.
2007-06-10 13:46:37 +00:00
abs
87e08c853a Added devel/p5-Rose-Object version 0.84
Rose::Class is a generic base class for classes. It provides a
single class method (error), but may be expanded further in the
future.

A class that inherits from Rose::Class is not expected to allow
objects of that class to be instantiated, since the namespace for
class and object methods is shared. For example, it is common for
Rose::Object-derived classes to have error methods, but this would
conflict with the Rose::Class method of the same name.
2007-06-10 13:44:22 +00:00
abs
ea00c836ac Added time/p5-Rose-DateTime version 0.532
The Rose::DateTime::* modules provide a few convenience functions
and objects for use with DateTime dates.

Rose::DateTime::Util contains a simple date parser and a slightly
customized date formatter.

Rose::DateTime::Parser encapsulates a date parser with an associated
default time zone.

This module (Rose::DateTime) exists mostly to provide a version
number for CPAN. See the individual modules for some actual
documentation.
2007-06-10 13:42:34 +00:00
abs
2f7ee3a9d0 Added databases/p5-SQL-ReservedWords version 0.7
Reserved SQL words by standard and vendors, including:
 * ANSI/ISO
 * DB2
 * MySQL
 * ODBC
 * Oracle
 * PostgreSQL
 * SQL Server
 * SQLite
 * Sybase
2007-06-10 13:39:36 +00:00
taca
72bc32a01b Note update of devel/ruby-rd-mode package to 0.6.20. 2007-06-10 13:08:48 +00:00
taca
367313ea88 Update ruby-rd-mode pacakge to 0.6.20.
Nothing change but using rdtool-0.6.20's distribution file.
2007-06-10 13:07:47 +00:00
abs
85cc789102 Added devel/p5-Clone-PP version 1.02
This module provides a general-purpose clone function to make deep
copies of Perl data structures. It calls itself recursively to copy
nested hash, array, scalar and reference types, including tied
variables and objects.

The clone() function takes a scalar argument to copy. To duplicate
arrays or hashes, pass them in by reference:

The clone() function also accepts an optional second parameter that
can be used to limit the depth of the copy. If you pass a limit of
0, clone will return the same value you supplied; for a limit of
1, a shallow copy is constructed; for a limit of 2, two layers of
copying are done, and so on.
2007-06-10 11:43:35 +00:00
xtraeme
42bc177a1a Updated x11/fox to 1.6.27 2007-06-10 11:42:22 +00:00
abs
91d8f89b9b Added devel/p5-Clone-PP version 1.02
This module provides a general-purpose clone function to make deep
copies of Perl data structures. It calls itself recursively to copy
nested hash, array, scalar and reference types, including tied
variables and objects.

The clone() function takes a scalar argument to copy. To duplicate
arrays or hashes, pass them in by reference:

The clone() function also accepts an optional second parameter that
can be used to limit the depth of the copy. If you pass a limit of
0, clone will return the same value you supplied; for a limit of
1, a shallow copy is constructed; for a limit of 2, two layers of
copying are done, and so on.
2007-06-10 11:42:11 +00:00
abs
eb6a9130f6 Added devel/p5-Data-OptList version 0.101
parse and validate simple name/value option pairs. Example:

  use Data::OptList;

  my $options = Data::Optlist::mkopt([
    qw(key1 key2 key3 key4),
    key5 => { ... },
    key6 => [ ... ],
    key7 => sub { ... },
    key8 => { ... },
    key8 => [ ... ],
  ]);
2007-06-10 11:41:09 +00:00
xtraeme
c255132dc5 Update to 1.6.27:
* Decoration options interpreted under Windows-XP and UNIX as follows:
  DECOR_SHRINKABLE means window may be smaller, but not larger, than
  default size; DECOR_STRETCHABLE means window may be larger, but not
  smaller, than default size; and finally, DECOR_RESIZE means window may
  be both smaller or larger than default size.
* Fixed regression in glUseFXFont() when using Xft instead of XLFD.
* Fixed bug in FXVisual which caused drawing to FXBitmap to fail.
* Fixed bug FXWindow setDNDData() which affected MS-Windows clipboard operations.
* Fixed issue with bold-face text not drawing correctly in FXText if gap
  happens to be in the text-fragment being drawn.
* Fixed issue in multi-head API access under older Windows operating
  systems than Windows-XP.
* FXMDIChild resize animation speed changed a little bit.
* Some MacOS-X porting issues fixed.
2007-06-10 11:40:52 +00:00
abs
9646a2117c Added devel/p5-Sub-Exporter version 0.974
Sub::Exporter provides a sophisticated alternative to Exporter.pm.
It allows for renaming, currying/sub-generation, and other cool
stuff.
2007-06-10 11:39:31 +00:00
abs
3d3c1cddfc Added devel/p5-Sub-Install version 0.924
This module provides a simple routine for installing code into
packages without looking at typeglobs or thinking about warnings
or strictures.

It also doesn't muddy up UNIVERSAL.
2007-06-10 11:38:43 +00:00
abs
2587aeaa47 Added devel/p5-Sub-Install version 0.924
This module provides a simple routine for installing code into
packages without looking at typeglobs or thinking about warnings
or strictures.

It also doesn't muddy up UNIVERSAL.
2007-06-10 11:38:21 +00:00
abs
bebc3a641c Added time/p5-DateTime-Format-MySQL version 0.04
This module understands the formats used by MySQL for its DATE,
DATETIME, TIME, and TIMESTAMP data types. It can be used to parse
these formats in order to create DateTime objects, and it can take
a DateTime object and produce a string representing it in the MySQL
format.
2007-06-10 11:24:36 +00:00
abs
fdee941b9a Added time/p5-DateTime-Format-Pg version 0.16001
This module understands the formats used by PostgreSQL for its
DATE, TIME, TIMESTAMP, and INTERVAL data types. It can be used to
parse these formats in order to create DateTime or DateTime::Duration
objects, and it can take a DateTime or DateTime::Duration object
and produce a string representing it in a format accepted by
PostgreSQL.
2007-06-10 11:23:14 +00:00
abs
2a24a24379 Import p5-Time-Clock-0.11
A Time::Clock object is a twenty-four hour clock with nanosecond
precision and wrap-around. It is a clock only; it has absolutely
no concept of dates. Vagaries of date/time such as leap seconds
and daylight savings time are unsupported.

When a Time::Clock object hits 23:59:59.999999999 and at least one
more nanosecond is added, it will wrap around to 00:00:00.000000000.
This works in reverse when time is subtracted.

Time::Clock objects automatically stringify to a user-definable
format.
2007-06-10 11:20:58 +00:00
abs
35e8ed1108 Import p5-Time-Clock-0.11
A Time::Clock object is a twenty-four hour clock with nanosecond
precision and wrap-around. It is a clock only; it has absolutely
no concept of dates. Vagaries of date/time such as leap seconds
and daylight savings time are unsupported.

When a Time::Clock object hits 23:59:59.999999999 and at least one
more nanosecond is added, it will wrap around to 00:00:00.000000000.
This works in reverse when time is subtracted.

Time::Clock objects automatically stringify to a user-definable
format.
2007-06-10 11:18:16 +00:00
abs
a6da953899 - p5-DateTime-TimeZone p5-ExtUtils-ParseXS p5-Module-Install p5-Module-ScanDeps 2007-06-10 11:10:23 +00:00
obache
a293e00efd < o p5-BerkeleyDB-0.31
<       o p5-Business-ISBN-1.84
<       o p5-Business-ISBN-Data-1.13
<       o p5-MLDBM-Sync-0.30
<       o p5-Mac-Macbinary-0.06
<       o p5-Perl-Tidy-20070508
<       o p5-Pod-Simple-3.05
<       o p5-Spreadsheet-WriteExcel-2.18
<       o p5-version-0.71
done.
2007-06-10 09:48:55 +00:00
obache
f2f04a4a1c Updated math/p5-Spreadsheet-WriteExcel to 2.18. 2007-06-10 09:45:47 +00:00
obache
03bc5ee83e Updated textproc/p5-Pod-Simple to 3.05 2007-06-10 09:43:20 +00:00
obache
ae1ed492b0 Update p5-Pod-Simple to 3.05.
Patch provided by Mark E. Perkins in PR 36465.

2007-03-03   Allison Randal <allison@perl.org>
	* Release 3.05

	Standardized all test files on 8.3 naming scheme for Perl core.

	Applied test patches from Jerry Hedden for Perl core when
	Encode not installed.

	Applied test patch from Ken Williams for 5.005_04 compatibility.

	Applied a patch from Christopher Madsen to fix architecture
	directory searches on Gentoo.

	Fixed a failing search test on Debian-based distributions caused
	by Debian stripping Pod documentation out of core modules.
	(Three cheers to the CPAN testers and James Ponza for sending
	enough reports that I could work out the pattern.)
2007-06-10 09:43:02 +00:00
obache
0be555d0c4 Updated misc/p5-Mac-Macbinary to 0.06 2007-06-10 09:40:28 +00:00
obache
a355b54b18 Update p5-Mac-Macbinary to 0.06.
Patch provided by Mark E. Perkins in PR 36465.

0.06	- Fixed warning using IO::Scalar
	  (Thanks to Volker Moell)

0.05	* Fixed bug in extracting resource fork
	  (Thanks to Jorg Eschke <joerg@eschke.net>)
2007-06-10 09:38:56 +00:00
obache
f726353518 Updated misc/p5-Business-ISBN to 1.84 2007-06-10 09:36:57 +00:00
obache
12b46ab74b Update p5-Business-ISBN to 1.84.
Patch provided by Mark E. Perkins in PR 36465.

1.84 - Tue Jan  9 23:10:00 2007
	* updated copyright and license info
	* no code changes, so no need to upgrade
2007-06-10 09:36:31 +00:00
obache
707e69c746 Updated misc/p5-Business-ISBN-Data to 1.14 2007-06-10 09:32:07 +00:00
obache
6b1cfe4fa7 Update devel/p5-Test-Pod-Coverage to 1.14.
Patch provided by Mark E. Perkins in PR 36465.

1.14 - Fri May 18 11:27:36 2007
	* *Added 7000-8499 range from Greece (960) to fix RT #27107

1.13 - Tue Jan  9 23:12:56 2007
	* updated copyright and license info
	* no code changes, so no need to upgrade

1.12 - Tue Jan  9 23:11:33 2007
	* updated copyright and license info
	* no code changes, so no need to upgrade:
2007-06-10 09:30:22 +00:00
joerg
bc59823a5f Only include xf86-wsfb on NetBSD and OpenBSD. From Hasso Tepper via IRC. 2007-06-10 09:26:02 +00:00
obache
408dad9d7c Update p5-Spreadsheet-WriteExcel to 2.18.
Patch provided by Mark E. Perkins in PR 36465.

2.18 January 18 2007 - Minor

    ! Correct invalid user set_column() calls to prevent
      crashes after Excel patch KB918419 is applied.
      Thanks to Sharron McKenzie for debugging.

    ! Fixed bug when writing comments longer than 8219 bytes.
      Reported by jscaglione.

    ! Fixed bug when using copy() with merged formats.
      Reported by jscaglione.

    ! Fixed bug where $@ was clobbered during garbage collection.
      Reported by afoxson.
      http://rt.cpan.org/Public/Bug/Display.html?id=24218

    ! Removed all non-ascii characters from main docs to
      avoid problems with troff and man.
      Reported by Ken Williams.
      http://rt.cpan.org/Public/Bug/Display.html?id=20948

    + Added autoloading of OLE::Storage_Lite, when available,
      to create workbooks larger than 7MB. It is no longer
      required to explicitly use ::Big.

    + Added handling of Unicode sheet names in formulas
      as suggested by Zhur:
      http://rt.cpan.org/Public/Bug/Display.html?id=20059
2007-06-10 09:15:37 +00:00
obache
3af0f9f486 Updated math/p5-Spreadsheet-ParseExcel to 0.3200 2007-06-10 09:09:07 +00:00
obache
e8c14c2ccd Update p5-Spreadsheet-ParseExcel to 0.3200 a.k.a 0.32.
Based on patch provided by Mark E. Perkins in PR 36465.

0.32 2007.05.05
    - Remove the memory_leak test as well as it still fails.

0.31 2007.05.03
    - Require IO::Scalar always as OLE::Storage_Lite needs it but does not prereq it
    - disable some of the tests that don't yet work on 64 bit due to number precision
      in order to allow automatic installation

0.30 2007.03.31
    - add some more tests
    - add test to see memory leak using Proc::ProcessTable
    - Start using Scalar::Util qw(weaken) to (hopefully) avoid memory leak
    - It seems we did not check correctly if PERLIO is available in Makefile.PL
      now it is the same test we do in the code itself.
    - Flag1904 renamed to Flg1904 in documentation (Chad) RT #24293

0.29 2007.03.30
    - clean up basic.t to skip tests that need additional and missing module
    - No more need for IO::Scalar if PERLIO is available (H.Merijn Brand)

0.28 Wed Jan  7, 2007
    - Documentation update
    - Add t/parse.t
    - Add sample/parse.pl
    - fix some syntax errors in the sub-modules

0.27 Wed Jan  3, 2007
    - See changes in the 0.27_XX versions

0.27_03 Thu Nov 2, 2006
    - Officially receive maintainership (Gabor Szabo)
    - slight code cleanup
    - more sample test

0.27_02
    - Fixing another warning:
      Character in 'c' format wrapped in pack
      http://rt.cpan.org/Ticket/Display.html?id=18063
      (Grant Stevens)
    - More test, enable use of Devel::Cover

0.27_01  Mon Sep 11, 2006
    - Moving test.pl to t/ and using Test::More
    - Add tests running (some of the) sample files
    - Add 'use warnings', remove prototypes
    - Fix the warning in Spreadsheet::ParseExcel::FmtDefault
      Character in "C" format wrapped at .../Spreadsheet/ParseExcel/FmtDefault.pm line 68.
      http://rt.cpan.org/Public/Bug/Display.html?id=7376
      (Slaven ReziŽÄ?and others)
2007-06-10 09:08:49 +00:00
heinz
b732916fc6 The package supports installation to DESTDIR. 2007-06-10 09:03:19 +00:00