pkgsrcv2.git
13 years agoadd "bash" to USE_TOOLS, needed because we have CONFIG_SHELL=bash,
drochner [Tue, 1 Jun 2010 13:26:31 +0000 (13:26 +0000)]
add "bash" to USE_TOOLS, needed because we have CONFIG_SHELL=bash,
add a commant why the latter is done
noticed by Greg Oster

13 years agoUpdated x11/xkeyboard-config to 1.9.
ghen [Tue, 1 Jun 2010 13:15:07 +0000 (13:15 +0000)]
Updated x11/xkeyboard-config to 1.9.

13 years agoUpdate xkeyboard-config to 1.9 (two years worth of updates/fixes/...).
ghen [Tue, 1 Jun 2010 13:14:25 +0000 (13:14 +0000)]
Update xkeyboard-config to 1.9 (two years worth of updates/fixes/...).

Pkgsrc patches (bashisms) have been included upstream.

13 years ago+libgnome-keyring
drochner [Tue, 1 Jun 2010 11:01:27 +0000 (11:01 +0000)]
+libgnome-keyring

13 years agoUpdated devel/SDL_gfx to 2.0.21
adam [Tue, 1 Jun 2010 11:01:09 +0000 (11:01 +0000)]
Updated devel/SDL_gfx to 2.0.21

13 years agoChanges 2.0.21:
adam [Tue, 1 Jun 2010 10:59:55 +0000 (10:59 +0000)]
Changes 2.0.21:
* Add VC9 project files, source code formatting, fix compiler
  warnings, move VC8 project files, remove leftover autoconf/m4 files
* Move static transfer lookup array from .h to .c
  (patch contributed by Zbigniew Holdys)
* Add support for VC++ compiler/MASM assembly with active USE_MMX
  (contributed by Markus Hossner)
* Added Haiku build support in configure.in
  (contributed by Scott McCreary)
* Added helper function that multiplies the alpha channel in
  a 32bit surface (contributed by Zbigniew Holdys)
* Disable MMX for 64bit platforms due to lack of support for
  pusha/popa (contributed by Olivier Boudeville)
* Update all library functions for doxygen markup. Add doxygen
  configuration file.
* Added font rotation support and updated TestFonts sample
* Fixed rotate90 for 0 degree case
  (contributed by Chris Allport)
* Updated TestRotozoom with rotate90 case and message display
* Added support for SDL 1.3
* Added doxygen generated documentation.

13 years agoMerge from vendor branch TNF:
drochner [Tue, 1 Jun 2010 10:56:27 +0000 (10:56 +0000)]
Merge from vendor branch TNF:
add libgnome-keyring-2.30.1, a library which was split from gnome-keyring
in gnome-2.30

13 years agoadd libgnome-keyring-2.30.1, a library which was split from gnome-keyring
drochner [Tue, 1 Jun 2010 10:56:27 +0000 (10:56 +0000)]
add libgnome-keyring-2.30.1, a library which was split from gnome-keyring
in gnome-2.30

13 years ago+eggdbus
drochner [Tue, 1 Jun 2010 10:52:49 +0000 (10:52 +0000)]
+eggdbus

13 years agoadd eggdbus-0.6, a DBus binding library needed for gnome-2.30
drochner [Tue, 1 Jun 2010 10:51:04 +0000 (10:51 +0000)]
add eggdbus-0.6, a DBus binding library needed for gnome-2.30

13 years agoMerge from vendor branch TNF:
drochner [Tue, 1 Jun 2010 10:51:04 +0000 (10:51 +0000)]
Merge from vendor branch TNF:
add eggdbus-0.6, a DBus binding library needed for gnome-2.30

13 years agoNote update of netpgp to 20100601/3.99.4
agc [Tue, 1 Jun 2010 06:15:56 +0000 (06:15 +0000)]
Note update of netpgp to 20100601/3.99.4

13 years agoUpdate netpgp to version 3.99.4/20100601
agc [Tue, 1 Jun 2010 06:15:00 +0000 (06:15 +0000)]
Update netpgp to version 3.99.4/20100601

+ avoid possible free() of new value passed to netpgp_setvar(),
  with thanks to Anon Ymous.
+ netpgpkeys(1):  print keys to stdout, not stderr - reported by Anon
  Ymous.
+ fix DSA signatures and verification
+ simplify and shorten the internals of packet processing by getting rid of
  the intermediate pseudo-abstraction layer, which detracted from understanding
  and had no benefit whatsoever. Rename some enums and some definitions.
+ add some checking to new key generation, and don't try to read in
  the keys after writing them - reported by Tyler Retzlaff
+ netpgpverify - avoid the separate codebase, and just use libnetpgp(3)

13 years agoUpdated textproc/py-enchant to 1.6.2
obache [Tue, 1 Jun 2010 05:28:36 +0000 (05:28 +0000)]
Updated textproc/py-enchant to 1.6.2

13 years agoUpdate py-enchant to 1.6.2.
obache [Tue, 1 Jun 2010 05:28:11 +0000 (05:28 +0000)]
Update py-enchant to 1.6.2.
Based on PR#43384 by Wen Heping.

    * Migrated from SWIG to ctypes since 1.5.0:
        * Add dependency on devel/py-ctypes for python2.4
        * Fix paths for libenchant to exactly load suitable one.
        * No need c compiler and buildlink with textproc/enchant.

Changes:
1.6.2:

    * Upgraded bundled enchant to v1.6.0.
    * Fixed bug in printf() utility function; all input args are now converted
      to strings before printing.

1.6.1:

    * Fixed loading of enchant DLL on win32 without pkg_resources installed.
    * Fixed HTMLChunker to handle unescaped < and > characters that are
      clearly not part of a tag.

1.6.0:

    * Upgraded to enchant v1.5.0:
        * new Broker methods get_param() and set_param() allow
          runtime customisation of provider data
    * Added the concept of 'chunkers' to enchant.tokenize.get_tokenizer().
      These serve split split the text into large chunks of checkable tokens.
        * implemented a simple HTMLChunker class
    * Moved error classes into 'enchant.errors' for easier importing
    * Moved testcases into separate files so they're not loaded by default
    * Allowed SpellChecker to use default language if none is specified
    * Improved compatibility with Python 3

1.5.3:

    * Fixed termination conditions in English tokenization loop.
    * Improved unicode detection in English tokenizer.
    * Made enchant spellcheck all of its docstrings as part of the
      unittest suite.

1.5.2:

    * Modify utils.get_resource_filename and utils.win32_data_files for
      compatibility with py2exe (which was broken in the move to ctypes).
      Thanks to Stephen George for the fix.

1.5.1:

    * SpellChecker.add_to_personal renamed to SpellChecker.add and fixed
      to use the corresponding Dict method.

1.5.0:

    * Migrated from SWIG to ctypes:
        * now runs under PyPy!
        * also opens possibilities for Jython, IronPython, ...
    * Compatibility updates for Python 3.0, mostly around unicode strings
    * Dropped compatibility with Python 2.2

13 years agoFix build on MacOS; noted by Edgar Fuss in PR 41539, fix is obvious.
dholland [Mon, 31 May 2010 23:53:36 +0000 (23:53 +0000)]
Fix build on MacOS; noted by Edgar Fuss in PR 41539, fix is obvious.

13 years agoFix build on Solaris; patch from the KDE-Solaris project via Joern
dholland [Mon, 31 May 2010 23:20:46 +0000 (23:20 +0000)]
Fix build on Solaris; patch from the KDE-Solaris project via Joern
Clausen in PR 37720.

13 years agoRequires gtar, per PR 42939.
dholland [Mon, 31 May 2010 23:11:57 +0000 (23:11 +0000)]
Requires gtar, per PR 42939.

13 years agoFix x11-links entry.
wiz [Mon, 31 May 2010 21:21:50 +0000 (21:21 +0000)]
Fix x11-links entry.

13 years agoReset PKGREVISION after update (oops). Should be quick enough...
wiz [Mon, 31 May 2010 21:21:28 +0000 (21:21 +0000)]
Reset PKGREVISION after update (oops). Should be quick enough...

13 years agoUpdated pkgtools/x11-links to 0.49nb1
wiz [Mon, 31 May 2010 21:20:20 +0000 (21:20 +0000)]
Updated pkgtools/x11-links to 0.49nb1

13 years agoApply patch from Bernd Ernesti in PR 43392, updating the package
wiz [Mon, 31 May 2010 21:20:02 +0000 (21:20 +0000)]
Apply patch from Bernd Ernesti in PR 43392, updating the package
for recent changes in NetBSD-current's xsrc.

Bump version.

13 years agoMention security/py-paramiko update to 1.7.6.
gls [Mon, 31 May 2010 20:38:26 +0000 (20:38 +0000)]
Mention security/py-paramiko update to 1.7.6.

13 years agoRemove patch-aa
gls [Mon, 31 May 2010 20:34:58 +0000 (20:34 +0000)]
Remove patch-aa

13 years agoUpdate security/py-paramiko to 1.7.6.
gls [Mon, 31 May 2010 20:30:31 +0000 (20:30 +0000)]
Update security/py-paramiko to 1.7.6.
pkgsrc changes:
- patches/patch-aa no longer required
- Added LICENSE

Changelog:
ARC4 & CTR support, IP6 support, and various bug fixes (incl. an important
Windows random number generation fix)

13 years agoUpdated devel/fossil to 201005211.62104
wiz [Mon, 31 May 2010 20:21:19 +0000 (20:21 +0000)]
Updated devel/fossil to 201005211.62104

13 years agoUpdate to 20100521:
wiz [Mon, 31 May 2010 20:21:06 +0000 (20:21 +0000)]
Update to 20100521:
Switch to 2-clause BSD license and bug fixes.

13 years agosqwebmail is at 5.4.1 (noted in PR 43391)
dholland [Mon, 31 May 2010 19:39:45 +0000 (19:39 +0000)]
sqwebmail is at 5.4.1 (noted in PR 43391)

13 years ago+ akonadi-1.3.80, calibre-0.6.55, dwm-5.8.1, ekiga-3.2.7,
wiz [Mon, 31 May 2010 19:10:40 +0000 (19:10 +0000)]
+ akonadi-1.3.80, calibre-0.6.55, dwm-5.8.1, ekiga-3.2.7,
  gnumeric110-1.10.5, goffice0.8-0.8.5, koffice-2.2.0, ktorrent-4.0,
  mono-addins-0.5, p5-IO-Socket-INET6-2.63, pkg-config-0.25,
  puzzles-8966, x264-devel-20100529, xz-4.999.9124.

13 years agoUpdated x11/gtk2 to 2.20.1
drochner [Mon, 31 May 2010 18:53:15 +0000 (18:53 +0000)]
Updated x11/gtk2 to 2.20.1

13 years agoRestore comment. It makes me wonder why we still need it, since the
wiz [Mon, 31 May 2010 18:32:41 +0000 (18:32 +0000)]
Restore comment. It makes me wonder why we still need it, since the
referenced URL talks about gtk2-2.18.

13 years agoRestore comment.
wiz [Mon, 31 May 2010 18:30:06 +0000 (18:30 +0000)]
Restore comment.

13 years agoupdate to 1.28.0
drochner [Mon, 31 May 2010 17:57:37 +0000 (17:57 +0000)]
update to 1.28.0
this switches to the gnome-2.30 branch

13 years agoupdate to 2.20.1
drochner [Mon, 31 May 2010 17:34:33 +0000 (17:34 +0000)]
update to 2.20.1
this switches to the gnome-2.30 branch

13 years agoupdate to 1.30.0
drochner [Mon, 31 May 2010 17:31:30 +0000 (17:31 +0000)]
update to 1.30.0
this switches to the gnome-2.30 branch

13 years agoupdate to 2.24.1
drochner [Mon, 31 May 2010 17:30:36 +0000 (17:30 +0000)]
update to 2.24.1
this switches to the gnome-2.30 branch

13 years agoUpdate security/lasso to 2.2.91
manu [Mon, 31 May 2010 16:48:28 +0000 (16:48 +0000)]
Update security/lasso to 2.2.91
Update www/ap2-auth-mellon to 0.2.7

13 years agoUpdate to 0.2.7. From the NEWS file:
manu [Mon, 31 May 2010 16:46:30 +0000 (16:46 +0000)]
Update to 0.2.7. From the NEWS file:
Version 0.2.7
---------------------------------------------------------------------------

* Optionaly ave the remote IdP entityId in the environment

* Shibboleth 2 interoperability

Version 0.2.6
---------------------------------------------------------------------------

* Fix XSS/DOS vulnerability in repost handler.

13 years agoUpdate to lasso 2.2.91. From the NEWS file:
manu [Mon, 31 May 2010 16:44:28 +0000 (16:44 +0000)]
Update to lasso 2.2.91. From the NEWS file:

2.2.91 - January 26th 2010
--------------------------

A new Perl binding, fix for backward compatibility with old versions of glib,
LassoLogout API is more robust since it does not need anymore for all SP logout
to finish to work, new macro lasso_list_add_new_xml_node, add support for
WS-Security UsernameToken (equivalent of poor man HTTP Digest Authentication),
make public internal APIs: lasso_session_add_assertion,
lasso_session_get_assertion and lasso_session_remove_assertion.

2.2.90 - January 18th 2010
--------------------------

Lots of internal changes and some external one too.

There is a new api to force, forbid or let Lasso sign messages, it is called
lasso_profile_set_signature_hint.

Big overhaul of the ID-WSF 1 and 2 codes, and of the SAML 2.0 profiles. Now all
SAML 2.0 profile use common internal functions from the lasso_saml20_profile_
namespace to handle bindings (SOAP,Redirect,POST,Artifact,PAOS). New internal
API to load SSL keys from many more formats from the public API.

In ID-WSF 2.0, Data Service Template has been simplified, we no more try to
apply queries, it is the responsability of the using code to handle them.

In bindings land, the file bindings/utils.py has been stuffed with utility
function to manipulate 'type' tuple, with are now used to transfer argument and
type description, their schema is (name, C-type, { dictionary of options } ),
they are now used everywhere in the different bindings. We support output
argument in PHP5, Python and Java, i.e. pointer of pointer arguments with are
written to in order to return multiple values. For language where the binding
convert error codes to exceptions (all of them now), the ouput value is
returned as the normal return value of the method, so only one output argument
is handled for now.

We now use GObject-introspection annotations in the documentation to transfer
to the binding generator the necessary metadata about the API (content of
lists, hashtables, wheter pointer are caller/callee owned, can be NULL or if
argument have a default value). The file bindings/override.xml is now
deprecated.

In documentation land, the main reference documentation was reorganizaed and
more symbols have been added to it. Many more functions are documented.

There is now tools to control the evolution of the ABI/API of Lasso.

13 years agoFix for PR pkg/43380
pettai [Mon, 31 May 2010 10:08:22 +0000 (10:08 +0000)]
Fix for PR pkg/43380

13 years agoUpdate distinfo for patch-aa removedness.
dsainty [Mon, 31 May 2010 02:07:41 +0000 (02:07 +0000)]
Update distinfo for patch-aa removedness.

13 years agoCope with gtk2 api change.
gdt [Sun, 30 May 2010 20:43:35 +0000 (20:43 +0000)]
Cope with gtk2 api change.

From Gábor Gergely on pkgsrc-users.

13 years agoUpdated devel/p5-version to 0.8200
seb [Sun, 30 May 2010 19:57:23 +0000 (19:57 +0000)]
Updated devel/p5-version to 0.8200

13 years agoUpdate p5-version from version 0.8000 (upstream version 0.80) to
seb [Sun, 30 May 2010 19:57:13 +0000 (19:57 +0000)]
Update p5-version from version 0.8000 (upstream version 0.80) to
version 0.8200 (upstream version 0.82).

Upstream changes:

Major Changes in 0.82 - 2010-04-13
=====================================
Still more changes to sync with Perl 5.12.0-as-released.  Rewritten POD
thanks to many hands, but mostly David Golden.  Vastly improved Regex
definitions from Zephram.

Major Changes in 0.81 - 2010-02-01
=====================================
Merge in changes from bleadperl that will be part of Perl 5.12.0.
Completely rewrite pure Perl code to operate exactly like the XS code,
through the creation of a character-array class called charstar.  Now
the pure Perl code and XS code can be more easily be synchronized.

13 years agoadd a patch from upstream which fixes an incompatibility with
drochner [Sun, 30 May 2010 19:34:46 +0000 (19:34 +0000)]
add a patch from upstream which fixes an incompatibility with
glib2-2.24.x, bump PKGREVISION

13 years agoUpdated chat/bitlbee to 1.2.7
tonio [Sun, 30 May 2010 14:52:53 +0000 (14:52 +0000)]
Updated chat/bitlbee to 1.2.7

13 years agoUpdate chat/bitlbee to 1.2.7
tonio [Sun, 30 May 2010 14:52:18 +0000 (14:52 +0000)]
Update chat/bitlbee to 1.2.7

Fix PR pkg/43329

- Version 1.2.7 (released 2010-05-15) hilights:
    * Resolved MSN Messenger login issues.
    * Twitter module now uses OAuth, so it'll still work after June.
    * Various other fixes and small feature additions.
- Version 1.2.6a (released 2010-04-19) hilights:
    * (1.2.6a because the original 1.2.6 release had one unfortunate bug in the
      Twitter module.)
    * Twitter support! (Implemented by Geert Mulders.)
    * Fixed issues with MSN friendly names getting lost by allowing to store
      them locally (see the local_display_name MSN setting.), and worked around
      problems when talking to offline MSN contacts (see the
      switchboard_keepalives MSN setting).
      The usual bug fixes and small feature enhancements.
- Version 1.2.5 (released 2010-03-17) hilights:
    * Full support for non-away status messages.
    * Ability to generate nicknames from the contact's full name, making
      Facebook's XMPP server work much better with BitlBee.
    * Lots of misc. bug fixes and small feature enhancements.

13 years agoAdd X11/extensions/shapeconst.h
martin [Sun, 30 May 2010 12:55:17 +0000 (12:55 +0000)]
Add X11/extensions/shapeconst.h

13 years agoNot MAKE_JOBS_SAFE
joerg [Sun, 30 May 2010 12:29:12 +0000 (12:29 +0000)]
Not MAKE_JOBS_SAFE

13 years agoFix PLIST. Bump revision.
joerg [Sun, 30 May 2010 11:51:19 +0000 (11:51 +0000)]
Fix PLIST. Bump revision.

13 years agoFix package to work with the libao-1.0 changes
joerg [Sun, 30 May 2010 11:25:44 +0000 (11:25 +0000)]
Fix package to work with the libao-1.0 changes

13 years ago+ dante-1.2.1, dwm-5.8, fotoxx-10.4, gbrainy-1.42, gnome-icon-theme-2.30.3
wiz [Sun, 30 May 2010 08:56:23 +0000 (08:56 +0000)]
+ dante-1.2.1, dwm-5.8, fotoxx-10.4, gbrainy-1.42, gnome-icon-theme-2.30.3
  [GNOME 2.30], gnome-packagekit-2.30.2 [GNOME 2.30],
  gnome-system-tools-2.30.2 [GNOME 2.30], gtksourceview-2.10.3,
  gvfs-1.6.2, hanzim-3.2, librep-0.90.6, openafs-1.4.12.1, pfstat-2.5,
  phylip-3.69 [pkg/43388], puzzles-8965, py-enchant-1.6.2 [pkg/43384],
  rep-gtk-0.90.3, sympa-6.0.2, vttest-20100528, wdiff-0.6.2,
  xmlsec1-1.2.16, xorg-util-macros-1.8.0, zile-2.3.17.

13 years agoMark as make-jobs-safe again; a comment said the problem was reported
wiz [Sun, 30 May 2010 08:24:48 +0000 (08:24 +0000)]
Mark as make-jobs-safe again; a comment said the problem was reported
upstream and supposedly fixed in 2.0.6 (pkgsrc is at 2.0.14 now).

Multiple builds with 16 jobs showed no problem.

13 years agoFix building on DragonflyBSD as described in PR#43368
adam [Sat, 29 May 2010 17:10:31 +0000 (17:10 +0000)]
Fix building on DragonflyBSD as described in PR#43368

13 years agoAdd destdir support.
dillo [Sat, 29 May 2010 16:28:17 +0000 (16:28 +0000)]
Add destdir support.

13 years agoNote update of time/ruby-tzinfo package to 0.3.22.
taca [Sat, 29 May 2010 15:05:25 +0000 (15:05 +0000)]
Note update of time/ruby-tzinfo package to 0.3.22.

13 years agoAdd LICENSE.
taca [Sat, 29 May 2010 15:04:53 +0000 (15:04 +0000)]
Add LICENSE.

13 years agoUpdate ruby-tzinfo pakage from 0.3.20 to 0.3.22.
taca [Sat, 29 May 2010 15:03:53 +0000 (15:03 +0000)]
Update ruby-tzinfo pakage from 0.3.20 to 0.3.22.

== Version 0.3.22 (tzdata v2010j) - 29-May-2010

* Corrected file permissions issue with 0.3.21 release.

== Version 0.3.21 (tzdata v2010j) - 28-May-2010

* Updated to tzdata version 2010j
  (http://article.gmane.org/gmane.comp.time.tz/3225).
* Change invalid timezone check to exclude characters not used in timezone
  identifiers and avoid 'character class has duplicated range' warnings with
  Ruby 1.9.2.
* Ruby 1.9.2 has deprecated "require 'rational'", but older versions of
  Ruby need rational to be required. Require rational only when the Rational
  module has not already been loaded.
* Remove circular requires (now a warning in Ruby 1.9.2). Instead of using
  requires in each file for dependencies, tzinfo.rb now requires all tzinfo
  files. If you were previously requiring files within the tzinfo directory
  (e.g. require 'tzinfo/timezone'), then you will now have to
  require 'tzinfo' instead.

13 years agoAdd destdir support.
dillo [Sat, 29 May 2010 14:31:23 +0000 (14:31 +0000)]
Add destdir support.

13 years agodon't install the icon pixmap, this is also done in the frontend
drochner [Sat, 29 May 2010 13:54:33 +0000 (13:54 +0000)]
don't install the icon pixmap, this is also done in the frontend
(and makes more sense there)
bump PKGREVISION

13 years agopkg/42927 is superseded by 43384.
obache [Sat, 29 May 2010 11:51:43 +0000 (11:51 +0000)]
pkg/42927 is superseded by 43384.

13 years agoNeed pcap to build RADIUS sniffer, so need to buildlink with net/libpcap.
obache [Sat, 29 May 2010 11:47:37 +0000 (11:47 +0000)]
Need pcap to build RADIUS sniffer, so need to buildlink with net/libpcap.
Noticed by Daniel Vergien via PR#43382.

13 years ago+ omake
obache [Sat, 29 May 2010 10:44:25 +0000 (10:44 +0000)]
+ omake

13 years agoAdded devel/omake version 0.9.8.5
obache [Sat, 29 May 2010 10:43:34 +0000 (10:43 +0000)]
Added devel/omake version 0.9.8.5

13 years agoImport omake-0.9.8.5 as devel/omake.
obache [Sat, 29 May 2010 10:43:14 +0000 (10:43 +0000)]
Import omake-0.9.8.5 as devel/omake.
Based on PR#43374 by YAMAMOTO Takeshi, some improvements.

OMake is a build system, similar to GNU make, but with many additional
features, including:
- Support for large projects spanning multiple directories;
- Support for commands that produce several targets at once;
- Fast, accurate, automated dependency analysis using MD5 digests;
- Portability: omake provides a consistent interface on Win32
  and on Unix systems including Linux, OSX, and Cygwin;
- Builtin functions that provide the most common features of
  programs like grep, sed, and awk;
- Active filesystem monitoring, where the build automatically
  restarts whenever you modify a source file.

13 years agoMerge from vendor branch TNF:
obache [Sat, 29 May 2010 10:43:14 +0000 (10:43 +0000)]
Merge from vendor branch TNF:
Import omake-0.9.8.5 as devel/omake.
Based on PR#43374 by YAMAMOTO Takeshi, some improvements.

OMake is a build system, similar to GNU make, but with many additional
features, including:
- Support for large projects spanning multiple directories;
- Support for commands that produce several targets at once;
- Fast, accurate, automated dependency analysis using MD5 digests;
- Portability: omake provides a consistent interface on Win32
  and on Unix systems including Linux, OSX, and Cygwin;
- Builtin functions that provide the most common features of
  programs like grep, sed, and awk;
- Active filesystem monitoring, where the build automatically
  restarts whenever you modify a source file.

13 years agoMark as broken, doesn't deal with libtool 2.x
joerg [Sat, 29 May 2010 08:57:50 +0000 (08:57 +0000)]
Mark as broken, doesn't deal with libtool 2.x

13 years agoProperly link libradius.
joerg [Sat, 29 May 2010 08:51:11 +0000 (08:51 +0000)]
Properly link libradius.

13 years agoSadly, not MAKE_JOBS_SAFE.
joerg [Sat, 29 May 2010 08:04:17 +0000 (08:04 +0000)]
Sadly, not MAKE_JOBS_SAFE.

13 years ago+ py-xmlsec
obache [Sat, 29 May 2010 06:21:29 +0000 (06:21 +0000)]
+ py-xmlsec

13 years agoAdded security/py-xmlsec version 0.3.0
obache [Sat, 29 May 2010 06:20:35 +0000 (06:20 +0000)]
Added security/py-xmlsec version 0.3.0

13 years agoImport py-xmlsec-0.3.0 as security/py-xmlsec.
obache [Sat, 29 May 2010 06:20:06 +0000 (06:20 +0000)]
Import py-xmlsec-0.3.0 as security/py-xmlsec.
Based on PR#42948 by Patrick McPhee.

PyXMLSec is a set of Python bindings for XML Security Library (XMLSec).

13 years agoMerge from vendor branch TNF:
obache [Sat, 29 May 2010 06:20:06 +0000 (06:20 +0000)]
Merge from vendor branch TNF:
Import py-xmlsec-0.3.0 as security/py-xmlsec.
Based on PR#42948 by Patrick McPhee.

PyXMLSec is a set of Python bindings for XML Security Library (XMLSec).

13 years agoAdd buildlink with libxml2 and libxslt.
obache [Sat, 29 May 2010 05:53:04 +0000 (05:53 +0000)]
Add buildlink with libxml2 and libxslt.
shlib linked with those library and pkg-config also notice requirement.

13 years agoUpdated math/py-Scientific to 2.8
obache [Sat, 29 May 2010 03:19:17 +0000 (03:19 +0000)]
Updated math/py-Scientific to 2.8

13 years agoUpdate py-Scientific to 2.8.
obache [Sat, 29 May 2010 03:18:54 +0000 (03:18 +0000)]
Update py-Scientific to 2.8.
Based on PR#43282 by Wen Heping.

2.7.9 --> 2.7.10
----------------

Bug fixes:

- Removed all occurrences of "as" as a variable name for compatibility
  with Python 2.6.

- Installation without the netCDF module did not work.

Improvements:

- Vector.dyadicProduct() was replaced by a more efficient implementation.

- Scientific.IO.PDB: Atom objects now have a parent attribute whose
  value is the containing group.

2.7.8 --> 2.7.9
---------------

License change: ScientificPython is now distributed under the
CeCILL-C license, which is an adaptation of the LGPL to French
law. The previously used CeCILL license, similar to the GPL, was
considered too restrictive.

Bug fixes:

- MPI interfaces did not work correctly with NumPy and/or Python 2.5.

Improvements:

- Compilation script for mpipython works around a Python configuration
  bug under MacOS X.
- Docstrings have been cleaned up.

2.7.7 --> 2.7.8
---------------

Bug fixes:

- Due to a typo in Scientific.IO.PDBSpaceGroups, some space group
  names were not found in the space group table.

Improvements:

- Vector objects can now be multiplied with NumPy scalar objects
  (which is what you get when extracting numbers from NumPy
  arrays). Due to the way NumPy scalars handle multiplication, the
  result used to be an array rather than a Vector, which caused
  various applications to crash.

- The build procedure under Windows has been improved. It can
  generate a binary installer that includes the netCDF DLL,
  making ScientificPython independent of a netCDF installation.

2.7.6 --> 2.7.7
---------------

Bug fixes:

- Installation on Windows didn't work because the Unix maths libraries
  don't exist there.

Improvements:

- InterpolatingFunction and TensorField objects can represent
  periodic functions/fields.

- DistributedComputing: the watchdog period of slave processes is now
  a user-definable parameter.

- PDBSpaceGroups was simplified, making it shorter and faster to load.

- Scientific.N contains the array type object in the variable array_type.
  This makes it possible to write Pyrex modules using arrays in such a
  way that they always use the numeric module for which ScientificPython
  was compiled.

2.7.5 --> 2.7.6
---------------

Bug fixes:

- NumPy compatibility fixes.

- Pyro 3.6 compatibility fix in DistributedComputing.MasterSlave

2.7.4 --> 2.7.5
---------------

New features:

- Scaling, inversion, and shear transformations added to
  Geometry.Transformations

Improvements:

- PDB parser handles CRYST1, SCALEn and MTRIXn records
- Better identification of the Numerics package that is being used

Bug fixes:

- Scientific_affinitypropagation.c compiles with NumPy

2.7.3 --> 2.7.4
---------------

New features:

- New module Clustering.AffinityPropagation.
- New class BSP.ParRootSequence.

Bug fixes:

- Replaced float equality test in Functions.InterpolatingFunction
- Removed exception for order > 1 in Derivatives.DerivVar.__init__
- Fixed reading of non-string attributes from netCDF files.

Improvements:

- New methods getBinIndices and getBinCount in Statistics.Histogram.Histogram
- Physics.PhysicalQuantities: unit definitions added to doc string

2.7.2 --> 2.7.3
---------------

Improvements:

- Added multi-module setup for master-slave computations.
- More information available through task_manager.
- task_manager can start slave processes.

2.7.1 --> 2.7.2
---------------

Bug fixes:

- Scientific_netcdf would not compile with NumPy under Python 2.4
  because NumPy also defined Py_ssize_t.

2.7 --> 2.7.1
-------------

Improvements:

- NumPy compatibility. Scientific_netcdf was revised by hand.
  The Python code was run through numpy.oldnumeric.alter_code1 to
  identify the critical sections, which were then all handled in
  some way. It is possible that there are still incompatibilities
  of the kind that numpy.oldnumeric.alter_code1 cannot detect

2.5.12hg --> 2.7
----------------

New features:

- Subpackage Scientific.DistributedComputing for easy parallelization
  of independent tasks.

2.5.11 --> 2.5.12hg
-------------------

Bug fixes:

- VRML2 output would crash for scenes containing Line objects
- Pyrex implmentation of vector objects could crash instead of raising
  an exception in divide operations.
- Pyrex implmentation of vector objects would raise exceptions incorrectly
  under Python 2.5

Improvements:

- builds Macintosh packages with documentation and examples

2.5.10 --> 2.5.11
-----------------

Bug fixes:

- Pyrex implementation of vector objects raised exceptions in comparisons
- Pyrex implementation of vector objects did not accept negative indices
- Some object deletions during conversion to epydoc had to be reversed

Improvements:

- Two test suites

2.5.9 --> 2.5.10
----------------

Bug fixes:

- Fixed netCDF error handling

Improvements:

- Support for NumPy (not very well tested yet)
- Scientific.NumberDict more efficient

2.5.8 --> 2.5.9
---------------

Improvements:

- Scientifc.IO.NetCDF supports the new 64-bit data structures in Python 2.5
  (not yet tested on a 64-bit machine)
- Docstrings modified for use with Epydoc.

2.5.7 --> 2.5.8
---------------

Bug fixes:

- Syntax error in Scientific.IO.PDB
- Attribute deletion in netCDF file and variable objects caused a crash.

2.5.6 --> 2.5.7
----------------

Bug fixes:

- Tensor-vector multiplication was incorrect with the Pyrex implementation
  of vector objects.

2.5.5 --> 2.5.6
----------------

Bug fixes:

- Scientific.BSP.ParClass did not pass on __call__ and __getitem__
  to local class
- Scientific.BSP.ParClass: Class wrappers did not always return the right
  global object.

2.5.4 --> 2.5.5
----------------

Bug fixes:

- Scientific.IO.NetCDF.NetCDFVariable.assignValue() had incomplete error
  reporting. Some errors would not raise exceptions as required.

2.5.3 --> 2.5.4
----------------

Improvements:

- A "test" method on MPI request objects permits to check if data
  is available (thanks to Jakob Schiotz for this addition).

Bug fixes:

- The new Pyrex vector objects could not be pickled.

2.5.1 --> 2.5.3
----------------

Improvements:

- The class Scientific.Geometry.Vector has been reimplemented in Pyrex,
  yielding much faster vector operations. There is, however, the restriction
  that the vector elements must be of type "float". For the rare applications
  where this condition is not fulfilled (such as
  Scientific.Functions.Derivatives.DerivVector), the Python implementation
  remains accessible as Scientific.Geometry.VectorModule.Vector.

2.4.9 --> 2.5.1
----------------

Improvements:

- Vector and Tensor objects permit comparison with other types
  of objects (which always return False)
- Numarray can be used instead of Numeric as far as possible
  (see README for details)

2.4.7 --> 2.4.9:
----------------

Bug fixes:

- Integer array attributes caused a TypeError with recent versions of
  Numeric (that don't do silent casts from Long to Int any more).

Additions:

- Method "threeAngles" in Geometry.Transformation.Rotation.

2.4.6 --> 2.4.7:
----------------

Bug fixes:

- Scientific.BSP: alltrue() and anytrue() sometimes returned wrong results.

Additions:

- Scientific.Visualization.VMD can now correctly launch VMD under Windows

13 years agoRemoved math/orpie
tnn [Fri, 28 May 2010 17:04:44 +0000 (17:04 +0000)]
Removed math/orpie

13 years agomath/orpie was broken by an ocaml update three years ago and nobody stepped
tnn [Fri, 28 May 2010 17:03:53 +0000 (17:03 +0000)]
math/orpie was broken by an ocaml update three years ago and nobody stepped
up to fix it, so let's remove it for now.

13 years agoUse only one instance of graphics.cmxa
joerg [Fri, 28 May 2010 16:45:12 +0000 (16:45 +0000)]
Use only one instance of graphics.cmxa

13 years agoFix build
joerg [Fri, 28 May 2010 16:18:23 +0000 (16:18 +0000)]
Fix build

13 years agoPatch pdo-mysql to not append empty -I arguments.
joerg [Fri, 28 May 2010 15:31:04 +0000 (15:31 +0000)]
Patch pdo-mysql to not append empty -I arguments.

13 years agoTri-license it, adding the 2-clause BSD-license.
wiz [Fri, 28 May 2010 14:56:14 +0000 (14:56 +0000)]
Tri-license it, adding the 2-clause BSD-license.
OK dillo.

13 years agoMAKE_JOBS_SAFE=no
joerg [Fri, 28 May 2010 14:49:22 +0000 (14:49 +0000)]
MAKE_JOBS_SAFE=no

13 years agoNot MAKE_JOBS_SAFE.
joerg [Fri, 28 May 2010 14:05:39 +0000 (14:05 +0000)]
Not MAKE_JOBS_SAFE.

13 years agoIn the VAX asm code: hide all local labels and make calculated jumps PIC,
martin [Fri, 28 May 2010 13:50:26 +0000 (13:50 +0000)]
In the VAX asm code: hide all local labels and make calculated jumps PIC,
so the shared library now works as well. Thanks to Matt Thomas for vax
asm help.

13 years agoUpdated emulators/simh to V3.8-1
tsutsui [Fri, 28 May 2010 13:25:57 +0000 (13:25 +0000)]
Updated emulators/simh to V3.8-1

13 years agoUpdate simh to V3.8-1. Reviewd by obache@ in PR pkg/43363 filed by me.
tsutsui [Fri, 28 May 2010 13:21:26 +0000 (13:21 +0000)]
Update simh to V3.8-1. Reviewd by obache@ in PR pkg/43363 filed by me.

---
Change Log For V3.8-1

SCP and libraries:

 * Fixed bug in DETACH ALL if called at simulator exit (from Dave Bryan)
 * Fixed bug in DO command handling of null arguments (from Dave Bryan)
 * Fixed bug in DO handling of \\ (literal backslash) (from Dave Bryan)
 * Fixed warnings in help printouts

HP2100 (all changes from Dave Bryan)

 * Corrected DMS violation register set conditions
 * JSB to 0/1 with W5 out and fence = 0 erroneously causes MP abort
 * Fixed DJP, SJP, and UJP jump target validation
 * BACI: Fixed STC,C losing interrupt request on BREAK
 * MPX: Implemented 12792C eight-channel terminal multiplexer
 * MT: Fixed missing flag after CLR command
 * PIF: Implemented 12620A/12936A Privileged Interrupt Fences

IBM 1401:

 * Fixed bug in ZA and ZS (from Bob Abeles)
 * Fixed tape indicator implementation (from Bob Abeles)
 * Added missing magtape modifier A (from Van Snyder)
 * Added -n (no rewind) option to BOOT (from Van Snyder)
 * Fixed bug to mask input to 6b on read (from Bob Abeles)

PDP11:

 * Moved all Unibus/Qbus support routines to common I/O library
 * Fxed bug in ASHP left overflow calc
 * Fixed bug in DIVx

VAX:

 * Fxed bug in ASHP left overflow calc
 * Fixed bug in DIVx
 * Resync time of day clock on any clock reset
---

Also some pkgsrc fixes, including Linux build:
 * add MAKE_FLAGS in pkgsrc Makefile to define USE_NETWORK in dist makefile
 * reorganize patch-aa for makefile to reduce diffs:
  * use gmake (USE_TOOLS+=gmake in Makefile)
  * check OSTYPE properly (so that it also builds on Linux)
  * use "else <conditional-directive>" for OSTYPE checks
  * revert previous gcc -> ${CC} change since -std=c99 seems mandatory
 * update patch-ac for upstream cosmetics (for "set telnet" using raw mode)
 * remove patch-ad for inline definitions since upstream has disabled it
 * remove INSTALL_DATA_DIR as suggested by pkglint

Tested on NetBSD/i386 -current and CentOS 5.4 i386.

13 years agoUpdate to mksh-39c on suggestion from Thorsten Glaser.
is [Fri, 28 May 2010 12:26:49 +0000 (12:26 +0000)]
Update to mksh-39c on suggestion from Thorsten Glaser.

13 years agoexactly disable to build with java, or result in PLIST mismatch.
obache [Fri, 28 May 2010 12:15:42 +0000 (12:15 +0000)]
exactly disable to build with java, or result in PLIST mismatch.

13 years agoDrop dependency on nbitools.
obache [Fri, 28 May 2010 11:06:34 +0000 (11:06 +0000)]
Drop dependency on nbitools.
nbitools is not enough to maintain for recent platforms and no good support for
user-destdir (now, canna-lib and canna-canuum is user-destdir ready)

no objection in tech-pkg-ja@ about three months.

13 years agoUpdated p5-Curses-UI-POE, p5-POE-Component-SNMP and p5-URI-Escape-XS.
martti [Fri, 28 May 2010 10:08:21 +0000 (10:08 +0000)]
Updated p5-Curses-UI-POE, p5-POE-Component-SNMP and p5-URI-Escape-XS.

13 years agoUpdated www/p5-URI-Escape-XS to 0.07
martti [Fri, 28 May 2010 10:07:46 +0000 (10:07 +0000)]
Updated www/p5-URI-Escape-XS to 0.07

Addressed:
#57168: memory leak in uri_escape ?
http://rt.cpan.org/Public/Bug/Display.html?id=57168

13 years agoUpdated net/p5-POE-Component-SNMP
martti [Fri, 28 May 2010 10:07:42 +0000 (10:07 +0000)]
Updated net/p5-POE-Component-SNMP

1.1002 Fri Dec  4 18:33:23 PST 2009
- Updated for Net::SNMP v6.0.0

- looking more closely at my fail reports, they have another
  problem: Net::SNMP uses a v-string, and it doesn't compare
  properly in the test suite.  Tweaked Makefile.PL.

- Applied cleanup patches from gcola aka acferen__yahoo.com to
  eliminate some harmless but annoying warnings.

- Turns out that using POE::Kernel->method as a global access
  to the kernel is unsupported.  Since I'm already importing
  POE::Kernel, I have $poe_kernel in my namespace already, so
  use that instead.

1.1003
- Cleanups

1.1004 Mon Dec  7 13:17:15 PST 2009
- more cleanups

1.1005 Mon Dec  7 13:30:08 PST 2009
- Apparently my 'eval { use Sub::Identify }' is causing
  hiccups with smoke testing.  Rewritten to 'eval { require Sub::Identify }'

1.1006 Sun Jan 10 20:17:10 PST 2010
- well I'm now blushing because I finally found a bug that was
  reported to me but I was previously unable to reproduce.
  The author of Net::SNMP has released v6.0.0, which doesn't
  compare very well to a "regular" number like 5.0.  This
  broke my 4.x support.  So I have removed it.

13 years agoUpdated devel/p5-Curses-UI-POE to 0.03500
martti [Fri, 28 May 2010 10:07:38 +0000 (10:07 +0000)]
Updated devel/p5-Curses-UI-POE to 0.03500

* Bug fixes

13 years agofvwm
martti [Fri, 28 May 2010 09:33:41 +0000 (09:33 +0000)]
fvwm

13 years agoUpdated wm/fvwm-devel to 2.5.30
martti [Fri, 28 May 2010 09:33:12 +0000 (09:33 +0000)]
Updated wm/fvwm-devel to 2.5.30

* Support libpng 1.4.0's slightly newer API.
* Don't lazy match AnyContext when printing out bindings and the contexts
  they apply to with "PrintInfo Bindings".

13 years agoUpdated inputmethod/scim-tomoe to 0.6.0nb1
obache [Fri, 28 May 2010 09:31:48 +0000 (09:31 +0000)]
Updated inputmethod/scim-tomoe to 0.6.0nb1

13 years agoAdd patch-ab to build with gucharmap-2.
obache [Fri, 28 May 2010 09:31:35 +0000 (09:31 +0000)]
Add patch-ab to build with gucharmap-2.
taken from gentoo scim-tomoe-0.6.0-gucharmap2.patch.

Bump PKGREVISION.

13 years agoneed msgfmt.
obache [Fri, 28 May 2010 08:34:29 +0000 (08:34 +0000)]
need msgfmt.

13 years agoUpdated databases/ruby-ldap to 0.9.11
obache [Fri, 28 May 2010 08:25:32 +0000 (08:25 +0000)]
Updated databases/ruby-ldap to 0.9.11