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 (2h)  pkgsrc-2024Q1 (20d)  pkgsrc-2023Q4 (67d)  pkgsrc-2023Q2 (99d)  pkgsrc-2023Q3 (178d) 

2024-06-06 17:01:42 UTC Now

2008-02-15 20:34:35 UTC MAIN commitmail json YAML

2008-02-15 16:46:30 UTC MAIN commitmail json YAML

Updated devel/bzr to 1.2

(gdt)

2008-02-15 16:46:20 UTC MAIN commitmail json YAML

Update to 1.2 from Nick Goffee.

bzr 1.2 2008-02-15 (BUGFIXES and INTERNALS omitted)
------------------

bzr 1.2rc1 2008-02-13
---------------------

  NOTES WHEN UPGRADING:

    * Fetching via the smart protocol may need to reconnect once during a fetch
      if the remote server is running Bazaar 1.1 or earlier, because the client
      attempts to use more efficient requests that confuse older servers.  You
      may be required to re-enter a password or passphrase when this happens.
      This won't happen if the server is upgraded to Bazaar 1.2.
      (Andrew Bennetts)

  CHANGES:

    * Fetching via bzr+ssh will no longer fill ghosts by default (this is
      consistent with pack-0.92 fetching over SFTP). (Robert Collins)

    * Formatting of ``bzr plugins`` output is changed to be more human-
      friendly. Full path of plugins locations will be shown only with
      ``--verbose`` command-line option. (Alexander Belchenko)

    * ``merge`` now prefers to use the submit branch, but will fall back to
      parent branch.  For many users, this has no effect.  But some users who
      pull and merge on the same branch will notice a change.  This change
      makes it easier to work on a branch on two different machines, pulling
      between the machines, while merging from the upstream.
      ``merge --remember`` can now be used to set the submit_branch.
      (Aaron Bentley)

  FEATURES:

    * ``merge --preview`` produces a diff of the changes merge would make,
      but does not actually perform the merge.  (Aaron Bentley)

    * New smart method ``Repository.get_parent_map`` for getting revision
      parent data. This returns additional parent information topologically
      adjacent to the requested data to reduce round trip latency impacts.
      (Robert Collins)

    * New smart method, ``Repository.stream_revisions_chunked``, for fetching
      revision data that streams revision data via a chunked encoding.  This
      avoids buffering large amounts of revision data on the server and on the
      client, and sends less data to the server to request the revisions.
      (Andrew Bennetts, Robert Collins, #178353)

    * The launchpad plugin now handles lp urls of the form
      ``lp://staging/``, ``lp://demo/``, ``lp://dev/`` to use the appropriate
      launchpad instance to do the resolution of the branch identities.
      This is primarily of use to Launchpad developers, but can also
      be used by other users who want to try out Launchpad as
      a branch location without messing up their public Launchpad
      account.  Branches that are pushed to the staging environment
      have an expected lifetime of one day. (Tim Penhey)

  IMPROVEMENTS:

    * Creating a new branch no longer tries to read the entire revision-history
      unnecessarily over smart server operations. (Robert Collins)

    * Fetching between different repository formats with compatible models now
      takes advantage of the smart method to stream revisions.  (Andrew Bennetts)

    * The ``--coverage`` option is now global, rather specific to ``bzr
      selftest``.  (Andrew Bennetts)

    * The ``register-branch`` command will now use the public url of the branch
      containing the current directory, if one has been set and no explicit
      branch is provided.  (Robert Collins)

    * Tweak the ``reannotate`` code path to optimize the 2-parent case.
      Speeds up ``bzr annotate`` with a pack repository by approx 3:2.
      (John Arbash Meinel)

  API BREAKS:

    * Classes implementing Merge types like Merge3Merger must now accept (and
      honour) a do_merge flag in their constructor.  (Aaron Bentley)

    * ``Repository.add_inventory`` and ``add_revision`` now require the caller
      to previously take a write lock (and start a write group.)
      (Martin Pool)

  TESTING:

    * selftest now accepts --load-list <file> to load a test id list. This
      speeds up running the test suite on a limited set of tests.
      (Vincent Ladeuil)

(gdt)

2008-02-15 16:24:07 UTC MAIN commitmail json YAML

Updated sysutils/amanda-common to 2.5.2p1 [gdt 2008-02-15]
Updated sysutils/amanda-client to 2.5.2p1 [gdt 2008-02-15]
Updated sysutils/amanda-server to 2.5.2p1 [gdt 2008-02-15]
Updated sysutils/amanda-plot to 2.5.2p1 [gdt 2008-02-15]
Updated sysutils/amanda to 2.5.2p1 [gdt 2008-02-15]

(gdt)

2008-02-15 16:23:09 UTC MAIN commitmail json YAML

Update to 2.5.2p1, provided by Nick Goffee of BBN.

[bugfixes and minor improvements omitted; see NEWS]

Changes in release 2.5.2

  * krb5 auth is working
  * Works with IPv6 address
  * Amanda configuration file changes
        o amanda.conf changes
              + debugging is enabled in the config file
                see all debug_* config option
              + tapetype 'readblocksize', if maxtapeblocksize is set too
                larger for your hardware
  * Amanda command changes
        o amadmin: new 'holding list' and 'holding delete' subcommand.

Changes in release 2.5.1p3

  * Works with tar-1.16 and exit status of 1.

Changes in release 2.5.1p2

  * amoverview is working
  * dumptype starttime is working

  * Amanda command changes
        o amtape accept the -o arguments
        o amgetconf --list to list all tapetype, dumptype, holdingdisk
          or interface
        o amgetconf can return a value of a specific tapetype, dumptype,
          holdingdisk or interface

Changes in release 2.5.1p1

  * Remove contrib/sst.

Changes in release 2.5.1

  * Defects found by Coverity scan and Klocwork K7 analysis tools fixed.
  * Works with GNU tar 1.15.91 - work with new gtar state file format.
  * Open SSL encryption support
  * Two new authentication methods: bsdtcp, bsdudp.
  * Unlimited number of DLEs on a client with bsdtcp, rsh and ssh
    authentication methods.
  * Recovery process amrecover uses Secure API. amoldrecover command
    (same syntax and functionality as amrecover command) is provided for
    compatibility with old Amanda releases. amoldrecover command uses old
    amidxtaped/amindexd protocol.
  * Amanda debug files are separated into client/server/amandad and
    are also classified based on Amanda configuration name.

  * Amanda command changes
        o amfetchdump -o is replaced by -O.
        o amcheck -w option does all tests including the tape writable test.
          Use amcheck -t -w to do only the tape writable test.
        o -o command option to override Amanda configuration. See amanda man
          page for details.
        o amgetconf command doesn't write the BUGGY message when a entry
          is not found in the configuration file.

  * Amanda configuration file changes
        o amanda.conf changes
              + amrecover_do_fsf in amanda.conf defaults to yes
              + amrecover_check_label in amanda.conf defaults to yes
              + usetimestamps in amanda.conf to support multiple
                backup runs in a calendar day.
              + holdingdisk in amanda.conf supports new values:
                NEVER, AUTO, REQUIRED.
              + amandad_path, client_username and ssh_keys in
                amanda.conf for ssh/rsh authentication.
        o New amanda client configuration file - amanda-client.conf.
          Different client configuration file can be used for each Amanda
          configuration.
              + gnutar_list-dir and amandates can be specified in
                Amanda client configuration file - amanda-client.conf
        o .amandahosts format changes to allow use of secure API for recovery.
        o Amanda service entries in xinetd configuration has changed.

Changes in release 2.5.0p1

* Add the 'amtape update' command.

Changes in release 2.5.0

* Communication security/authentication: Kerberos 4/5, OpenSSH
* Data security: Symmetric/Assymetric encrytion algorithms (aesutil
  and gpg encryption),  Encryption can be done on server or client,
  Custom encryption utilities can be used.
* Compression: Ability to add custom compression tools. This is a
  really useful feature especially since it can specified for a DLE.  You
  can use different compression algorithm for images, binaries, ascii files
  and so on.
* Dump images spanning multiple media volumes - Dump images are no
  longer restricted to a single media volume (tape or vtape).  Data restoration
  can be done using amrecover and amfetchdump commands.
* Auto tape labelling - This optional feature is good for disk backups.

Change in release 2.4.5

* new displayunit global option to select the unit use to display number
  k=kilo, m=mega, g=giga, t=tera.
* new amoverview -skipmissed option.

Change in release 2.4.5b1

* holding disk disk use timestamped directory.
* autoflush flush today's dump.
* new bumppercent global option, this should improve bumping criteria,
  the bumpsize is set to a fixed value which can be adequate for small
  and large disk.
* bumpsize, bumppercent, bumpdays and bumpmult can be in a dumptype.
* calcsize support include and exclude like gnutar.
* new 'estimate' dumptype option to select estimate type:
    CLIENT: estimate by the dumping program.
    CALCSIZE: estimate by the calcsize program, a lot faster but less acurate.
    SERVER: estimate based on statistic from previous run, take second but
            can be wrong on the estimate size.

(gdt)

2008-02-15 15:57:14 UTC MAIN commitmail json YAML

don't install a config file directly into etc/
Reported by wiz@

(kefren)

2008-02-15 15:48:46 UTC MAIN commitmail json YAML

MAKE_JOBS_SAFE= no

(gdt)

2008-02-15 15:48:18 UTC MAIN commitmail json YAML

Note update of the "magicfilter" package to version 1.2nb6.

(tron)

2008-02-15 15:47:56 UTC MAIN commitmail json YAML

Set temporary directory before invoking Ghostscript to avoid random
failures when attempting to print Postscript files. Bump package
revision because of this fix.

Based on a patch contributed by Paul Goyette in PR pkg/38037.

(tron)

2008-02-15 13:33:33 UTC MAIN commitmail json YAML

Updated graphics/vnc2swf to 0.5.0nb2

(obache)

2008-02-15 13:33:20 UTC MAIN commitmail json YAML

Depend on x11/xwininfo if not exists xwininfo (maybe X11TYPE==modular).

Bump PKGREVISION.

(obache)

2008-02-15 13:25:53 UTC MAIN commitmail json YAML

Not to use extended regular expressions for SUBST.
Should fix build problem on sed!=nbsed.

(obache)

2008-02-15 12:56:43 UTC MAIN commitmail json YAML

mod-ssl for apache-1.3.41 out.

(obache)

2008-02-15 12:29:58 UTC MAIN commitmail json YAML

RealPlayerGold was updated.

(obache)

2008-02-15 12:26:13 UTC MAIN commitmail json YAML

Updated multimedia/RealPlayerGold to 10.0.9.809.20070726

(obache)

2008-02-15 12:25:59 UTC MAIN commitmail json YAML

Update RealPlayerGold to 10.0.9.809.20070726.
Patch provided by Brian de Alwis in PR 37371.

What's New in 10.0.9.809

    Security bugs fixes.
    Fixed crashes in the embedded player
    while playing songs from some music
    web sites.

(obache)

2008-02-15 07:40:39 UTC MAIN commitmail json YAML

Merge two commented out TEST_TARGET lines, one with a typo,
one without.

(wiz)

2008-02-15 07:37:11 UTC MAIN commitmail json YAML

filesystem -> file system; properly case NetBSD; fix a typo.

(wiz)

2008-02-15 06:36:25 UTC MAIN commitmail json YAML

2008-02-15 06:36:11 UTC MAIN commitmail json YAML

Updated editors/vim-share to 7.1.252

* Set "Modified by ${MAINTAINER}" to meet the license requirements
* Changes since 7.1.248

  2144  7.1.249  after "U" the cursor can be past end of line
  1684  7.1.250  error for ":setglobal fenc=anything" when 'modifiable' is off
  3134  7.1.251  accessing freed memory when spell checking enabled
  1399  7.1.252  (after 7.1.243) test 39 fails when locale uses utf-8 encoding

(martti)

2008-02-14 21:56:55 UTC MAIN commitmail json YAML

This conflicts with tightvncviewer. And bump revision.
(The other conflict in tightvncviewer was already there.)

(Also while here fixes some indenting.)

(reed)

2008-02-14 21:42:21 UTC MAIN commitmail json YAML

2008-02-14 21:05:59 UTC MAIN commitmail json YAML

mail/imapsync -> 1.241

(tv)

2008-02-14 21:05:15 UTC MAIN commitmail json YAML

2008-02-14 20:01:44 UTC MAIN commitmail json YAML

Unbreak build of a lot of the "pange" package under Mac OS X Leopard.
Checking whether "X11_TYPE" is "xorg" is obsolete and *not* equivalent
to checking whether we are not using modular X.org.

(tron)

2008-02-14 19:14:54 UTC MAIN commitmail json YAML

Move my code to two-clause license.

(tnn)

2008-02-14 19:13:23 UTC MAIN commitmail json YAML

added update textproc/p5-Pod-Coverage

(rhaen)

2008-02-14 19:11:40 UTC MAIN commitmail json YAML

- updated package to 0.19
- changed maintainer
- added USE_DESTDIR support
ChangeLog:
0.19    Thursday 13th September, 2007
        Don't use _CvGV to determine if a sub was imported, there's a handy
        flag - GVf_IMPORTED_CV.  Fixes 5.9.5 and future perls
        (solution by Nicholas Clark)

(rhaen)

2008-02-14 18:06:52 UTC MAIN commitmail json YAML

Updated databases/kmysqladmin to 0.7.2

(adam)

2008-02-14 18:05:24 UTC MAIN commitmail json YAML

Changes 0.7.2:
- When administrate users on mysql servers >= 4.0 the max_updates/queries/
  connections settings will reflected.
- fixes for building with gcc 4
- fixes for mysql lib > 4.1
- Integrated a compact layout where the non-modal windows are part of main
  window
- Setting up a new more compact table browser widget

(adam)

2008-02-14 12:26:56 UTC MAIN commitmail json YAML

put the vfs .ini files into PKG_SYSCONFDIR so that customized files
are not lost on updates, ride on yesterday's PKGREVISION bump

(drochner)

2008-02-14 11:09:59 UTC MAIN commitmail json YAML

2008-02-14 11:08:27 UTC MAIN commitmail json YAML

2008-02-14 11:00:13 UTC MAIN commitmail json YAML

2008-02-14 10:55:50 UTC MAIN commitmail json YAML

Forgot to add my packages geography/cm2gpx and geography/cmconvert to the list

(rhaen)

2008-02-14 10:52:16 UTC MAIN commitmail json YAML

- updated devel/p5-Log-Dispatch

(rhaen)

2008-02-14 10:50:49 UTC MAIN commitmail json YAML

- updated package to 2.21
Changelog:
2.21 Feb 6, 2008

- Added log_and_die() and log_and_croak() methods. Patch by Yuval
  Kogman.

(rhaen)

2008-02-14 08:44:57 UTC MAIN commitmail json YAML

RAA does not have recent archives.

(obache)

2008-02-14 07:13:59 UTC MAIN commitmail json YAML

Add missing checksum for patch-aa.

(bjs)

2008-02-14 06:20:09 UTC MAIN commitmail json YAML

+ Updated devel/libmm to 1.4.2nb1 [bjs 2008-02-14]

(bjs)

2008-02-14 06:19:38 UTC MAIN commitmail json YAML

Fix sanity check for MM_permission() in mm_global.c (from OSSP CVS).

Bump rev.

(bjs)

2008-02-14 00:27:19 UTC MAIN commitmail json YAML

Improved the wording of the explanation for empty PLISTs. Related to
PR 38022.

(rillig)

2008-02-13 23:09:24 UTC MAIN commitmail json YAML

Don't use the bundled GNU Make on Mac OS X version older than Leopard.
Some packages (e.g. "openjade") require GNU Make 3.81 which is not
included in older versions of Mac OS X.

(tron)

2008-02-13 22:18:21 UTC MAIN commitmail json YAML

+isc-dhc{p4,lient4,pd4,relay4}

(adrianp)

2008-02-13 22:09:23 UTC MAIN commitmail json YAML

+isc-dhc{p4,lient4,pd4,relay4}

(adrianp)

2008-02-13 22:06:55 UTC MAIN commitmail json YAML

ISC's Dynamic Host Configuration Protocol Distribution provides a
freely redistributable reference implementation of all aspects of
DHCP, through a suite of DHCP tools:

* A DHCP server
* A DHCP client
* A DHCP relay agent

These tools all use a modular API which is designed to be sufficiently
general that it can easily be made to work on POSIX-compliant
operating systems and also non-POSIX systems like Windows NT and
MacOS.

The DHCP server, client and relay agent are provided both as
reference implementations of the protocol and as working, fully-featured
sample implementations. Both the client and the server provide
functionality that, while not strictly required by the protocol,
is very useful in practice. The DHCP server also makes allowances
for non-compliant clients which one might still like to support.

This package contains the Relay component.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(adrianp)

2008-02-13 22:06:15 UTC MAIN commitmail json YAML

ISC's Dynamic Host Configuration Protocol Distribution provides a
freely redistributable reference implementation of all aspects of
DHCP, through a suite of DHCP tools:

* A DHCP server
* A DHCP client
* A DHCP relay agent

These tools all use a modular API which is designed to be sufficiently
general that it can easily be made to work on POSIX-compliant
operating systems and also non-POSIX systems like Windows NT and
MacOS.

The DHCP server, client and relay agent are provided both as
reference implementations of the protocol and as working, fully-featured
sample implementations. Both the client and the server provide
functionality that, while not strictly required by the protocol,
is very useful in practice. The DHCP server also makes allowances
for non-compliant clients which one might still like to support.

This package contains the Server component.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(adrianp)

2008-02-13 22:05:21 UTC MAIN commitmail json YAML

ISC's Dynamic Host Configuration Protocol Distribution provides a
freely redistributable reference implementation of all aspects of
DHCP, through a suite of DHCP tools:

* A DHCP server
* A DHCP client
* A DHCP relay agent

These tools all use a modular API which is designed to be sufficiently
general that it can easily be made to work on POSIX-compliant
operating systems and also non-POSIX systems like Windows NT and
MacOS.

The DHCP server, client and relay agent are provided both as
reference implementations of the protocol and as working, fully-featured
sample implementations. Both the client and the server provide
functionality that, while not strictly required by the protocol,
is very useful in practice. The DHCP server also makes allowances
for non-compliant clients which one might still like to support.

This package contains the Client component.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(adrianp)

2008-02-13 22:03:58 UTC MAIN commitmail json YAML

ISC's Dynamic Host Configuration Protocol Distribution provides a
freely redistributable reference implementation of all aspects of
DHCP, through a suite of DHCP tools:

* A DHCP server
* A DHCP client
* A DHCP relay agent

These tools all use a modular API which is designed to be sufficiently
general that it can easily be made to work on POSIX-compliant
operating systems and also non-POSIX systems like Windows NT and
MacOS.

The DHCP server, client and relay agent are provided both as
reference implementations of the protocol and as working, fully-featured
sample implementations. Both the client and the server provide
functionality that, while not strictly required by the protocol,
is very useful in practice. The DHCP server also makes allowances
for non-compliant clients which one might still like to support.

This package contains the Base component.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(adrianp)

2008-02-13 21:04:10 UTC MAIN commitmail json YAML

Add horisontal rulers.

(tnn)

2008-02-13 20:14:49 UTC MAIN commitmail json YAML

Add to explanation for empty PLIST: not needed for meta packages.

(reed)

2008-02-13 20:10:20 UTC MAIN commitmail json YAML

Add an option "x11" to enable or disable X11 (GTK+) support. The default
is to enable X11 support. If the option is off only the "tshark" program
is built.

Based on a patch submitted by Jean-Edouard Babin in private e-mail.

(tron)

2008-02-13 20:04:04 UTC MAIN commitmail json YAML

update to 0.12.1
changes:
-Made chunks without id attributes work
-Don't use the title as a label for qandadiv, et al
-build system fixes
-translation updates

(drochner)

2008-02-13 20:00:24 UTC MAIN commitmail json YAML

add gtksourceview-sharp

(kefren)

2008-02-13 19:59:26 UTC MAIN commitmail json YAML

add mono-addins
add monodevelop

(kefren)

2008-02-13 19:58:49 UTC MAIN commitmail json YAML

2008-02-13 19:58:20 UTC MAIN commitmail json YAML

add monodoc SUBDIR

(kefren)

2008-02-13 19:46:37 UTC MAIN commitmail json YAML

Updated lang/mono to 1.2.6 [kefren 2008-02-13]
Updated graphics/libgdiplus to 1.2.6 [kefren 2008-02-13]
Added x11/gtksourceview-sharp version 2.0-0.10 [kefren 2008-02-13]
Added lang/monodoc version 1.2.6 [kefren 2008-02-13]
Added devel/mono-addins version 0.3 [kefren 2008-02-13]
Added devel/monodevelop version 0.18.1 [kefren 2008-02-13]
Added www/mono-xsp version 1.2.6 [kefren 2008-02-13]

(kefren)

2008-02-13 19:45:41 UTC MAIN commitmail json YAML

update to 2.12.8
changes:
-ui improvements for file chooser
-bugfixes
-translation updates

pkgsrc change: don't build in the "test" and "perf" subdirs,
to save build time

(drochner)

2008-02-13 19:40:13 UTC MAIN commitmail json YAML

include openssl bl3

(tnn)

2008-02-13 19:39:27 UTC MAIN commitmail json YAML

Depend on xauth. Bump revision.

(joerg)

2008-02-13 19:39:26 UTC MAIN commitmail json YAML

update to 2.18.4
changes:
-code cleanup
-Support searching and cut'n'paste of text in PDF files
output by libgnomeprint
-Fix problem in the postcript backend that caused images
to be printed as black squares

(drochner)

2008-02-13 19:36:48 UTC MAIN commitmail json YAML

update to 2.14.12
changes:
-Fix off by one in all method name lengths. Fixes interoperability
with other ORBs
-Fix the build with glib 2.15

pkgsrc fix: don't touch _res (resolver state) on NetBSD, it is
not thread safe

(drochner)

2008-02-13 19:33:26 UTC MAIN commitmail json YAML

update to 0.8.10
changes: small compatibility improvements

(drochner)

2008-02-13 19:30:00 UTC MAIN commitmail json YAML

update to 2.14.6
changes:
-update bundled PCRE to 7.6, which fixes a buffer overflow
-translation updates

pkgsrc note: since we use pkgsrc pcre, this update is a rather
cosmetical one

(drochner)

2008-02-13 19:20:39 UTC MAIN commitmail json YAML

update to 7.6
changes:
The main reason for having this release so soon after 7.5 is because it
fixes a potential buffer overflow problem in pcre_compile() when run in
UTF-8 mode. In addition, the CMake configuration files have been brought
up to date.

(drochner)

2008-02-13 18:33:39 UTC MAIN commitmail json YAML

Fix a recently introduced logic error. PR pkg/37998 from Stuart Shelton.

(tnn)

2008-02-13 15:05:02 UTC MAIN commitmail json YAML

2008-02-13 15:02:20 UTC MAIN commitmail json YAML

Added a new check for binaries, so that they are installed according to
the INSTALL_UNSTRIPPED variable. By default, this check is disabled, so
that it does not cause any breakage.

NB: The file(1) command needs the explicit locale to prevent translated
messages. This file is copied from check-interpreter.mk.

(rillig)

2008-02-13 15:00:51 UTC MAIN commitmail json YAML

2008-02-13 14:56:28 UTC MAIN commitmail json YAML

Add XSP, a standalone web server written in C# that can be used
to run ASP.NET applications with minimal effort.

(kefren)

2008-02-13 14:51:06 UTC MAIN commitmail json YAML

Add MonoDevelop, a free GNOME IDE primarily designed for C# and other
.NET languages.

(kefren)

2008-02-13 14:48:42 UTC MAIN commitmail json YAML

Updated graphics/ruby-RMagick to 2.2.2

(obache)

2008-02-13 14:48:25 UTC MAIN commitmail json YAML

Update Rmagick to 2.2.2.

Changes:
RMagick 2.2.2
    o Fixed bug #18016, check for InitializeMagick in libMagickCore
      (bug report from Dan Gilbert)

(obache)

2008-02-13 14:46:50 UTC MAIN commitmail json YAML

Add Mono.Addins, a framework for creating extensible applications, and for
creating libraries which extend those applications

(kefren)

2008-02-13 14:43:00 UTC MAIN commitmail json YAML

Define MASTER_SITE simply.  Don't add "contrib" automatically.
No package using "contrib" sub directory now and it is redundant.
If such a package exists on a platform, should use MOZ_DIR individually instead.

This change also fixes fetch problem of www/firefox-bin when MASTER_SITE_MOZILLA
is not defined in /etc/mk.conf.

(obache)

2008-02-13 14:41:30 UTC MAIN commitmail json YAML

Add monodoc 1.2.6, a set of libraries and applications for viewing and
editing Mono class library documentation. Monodoc is part of the Mono
Documentation Project.

(kefren)

2008-02-13 14:32:34 UTC MAIN commitmail json YAML

2008-02-13 14:26:24 UTC MAIN commitmail json YAML

2008-02-13 14:16:43 UTC MAIN commitmail json YAML

2008-02-13 14:03:25 UTC MAIN commitmail json YAML

Updated graphics/p5-Image-ExifTool to 7.15

(gdt)

2008-02-13 14:03:15 UTC MAIN commitmail json YAML

Update to 7.15.

Feb. 5, 2008 - Version 7.15 (production release)

  - API Changes:
      - Also allow File::RandomAccess reference as argument to ImageInfo()
  - Added -T option (equivalent to -t -S -q -f)
  [many small fixes and improvements omitted; see Changes file.]

(gdt)

2008-02-13 12:46:42 UTC MAIN commitmail json YAML

2008-02-13 12:46:26 UTC MAIN commitmail json YAML

Updated to 7.1.248 as it was release just after my 7.1.247 upgrade.

  3691  7.1.248  can't set the '" mark; can't know if setpos() was successful

(martti)

2008-02-13 12:07:40 UTC MAIN commitmail json YAML

openvpn, vim and mrtg

(martti)

2008-02-13 12:07:24 UTC MAIN commitmail json YAML

Updated net/openvpn to 2.1rc7

* Added a few extra files that exist in the svn repo but were
  not being copied into the tarball by make dist.

* Fixup null interface on close, don't use ip addr flush (Alon Bar-Lev).

* Fixed options checking bug introduced in rc5 where legitimate configuration
  files might elicit the error: "Options error: Parameter pkcs11_private_mode
  can only be specified in TLS-mode, i.e. where --tls-server or --tls-client
  is also specified."

* Added "forget-passwords" command to the management interface
  (Alon Bar-Lev).

* Added --management-signal option to signal SIGUSR1 when the
  management interface disconnects (Alon Bar-Lev).

* Modified command line and config file parser to allow
  quoted strings using single quotes ('') (Alon Bar-Lev).

* Use pkcs11-helper as external library, can be downloaded from
  https://www.opensc-project.org/pkcs11-helper (Alon Bar-Lev).

* Fixed interim memory growth issue in TCP connect loop where
  "TCP: connect to %s failed, will try again in %d seconds: %s"
  is output.

* Fixed bug in epoll driver in event.c, where the lack of a
  handler for EPOLLHUP could cause 99% CPU usage.

* Defined ALLOW_NON_CBC_CIPHERS for people who don't
  want to use a CBC cipher for OpenVPN's data channel.

* Added PLUGIN_LIBDIR preprocessor string to prepend a default
  plugin directory to the dlopen search list when the user
  specifies the basename of the plugin only (Marius Tomaschewski).

* Rewrote extract_x509_field and modified COMMON_NAME_CHAR_CLASS
  to allow forward slash characters ("/") in the X509 common name
  (Pavel Shramov).

* Allow OpenVPN to run completely unprivileged under Linux
  by allowing openvpn --mktun to be used with --user and --group
  to set the UID/GID of the tun device node.  Also added --iproute
  option to allow an alternative command to be executed in place
  of the default iproute2 command (Alon Bar-Lev).

* Fixed --disable-iproute2 in ./configure to actually disable
  iproute2 usage (Alon Bar-Lev).

* Added --management-forget-disconnect option -- forget
  passwords when management session disconnects (Alon Bar-Lev).

(martti)

2008-02-13 12:06:30 UTC MAIN commitmail json YAML

Updated editors/vim-share to 7.1.247

  2052  7.1.230  memory leak when executing SourceCmd autocommands
  8648  7.1.231  when shifting lines the change is acted upon multiple times
  2002  7.1.232  (after 7.1.207 and 7.1.211) compiler warnings with MSVC
  3249  7.1.233  crash with Insert mode completion for a user defined command
  6865  7.1.234  display problems when diff'ing three files
  5925  7.1.235  pattern matching is slow when using a lot of simple patterns
28992  7.1.236  hang when using complicated pattern and 'hlsearch' or ":match"
  1704  7.1.237  compiler warning on an Alpha processor in Motif code
  1801  7.1.238  searchpair() may fail when using 'c' or 'r' flag
  1639  7.1.239  (after 7.1.233) compiler warning for sprintf() argument
  5157  7.1.240  "gUe" may stop before the end of the word
  3093  7.1.241  focus change events not always ignored
  2262  7.1.242  "cib" doesn't work properly on "(x)"
  4475  7.1.243  (after 7.1.240) "U" doesn't work on all text in Visual mode
  1847  7.1.244  GUI may have part of the command line cut off
  2767  7.1.245  pressing CTRL-\ three times causes Vim to quit
  2739  7.1.246  configure hangs when the man pager is something strange
  6028  7.1.247  Netbeans: backspacing in Insert mode may skip a character

(martti)

2008-02-13 12:05:26 UTC MAIN commitmail json YAML

Updated net/mrtg to 2.16.0

* Makesure mrtg repopulates its cache only once even in fork mode
* Added support for RRDtool based Holt-Winters aberrant behaviour detection.
  Threshold based alerts have been enhanced to be able to fire based on the
  FAILURES RRA. Note that Holt-Winters aberrant behaviour detection can only
  be enabled on newly created RRAs.
* when thresholds were UNboraken, the threshprogok did not run necessarily
* MIB parser rewritten for better compatibility
* allow RouterUptime to contain an explicit OID for queriing the uptime.
* support for nortel passport 8600 in cfgmaker
* Added Documentation for GeTNEXT prefix
* Added New Prefix for Counterd SNMP Walk -> CnTWaLK (see docs)
* Upgrade to SNMP Session 1.10
* Updates for  Net_SNMP_util.pm  and  SNMP_util.pm
* Fix if_is_ciscovlan condition in cfgmaker
* Updated port syntax in documentation (based on trac entry)

(martti)

2008-02-13 11:49:44 UTC MAIN commitmail json YAML

Add DESTDIR support.

(obache)

2008-02-13 11:09:01 UTC MAIN commitmail json YAML

adapt mremap call so erlang builds on NetBSD-current (fixes PR 37131)
patch from Daniel Horecki on #pkgsrc

(tnn)

2008-02-13 10:20:57 UTC MAIN commitmail json YAML

Fixed the annoying message that mc "Cannot change into directory" when
its name has underscores in it. It only works with bash>=2.05, but that
should be no problem for pkgsrc.

(rillig)

2008-02-13 09:28:41 UTC MAIN commitmail json YAML

Pass the proper flags for stripping binaries to packages using BSD Make.

(rillig)

2008-02-13 09:13:31 UTC MAIN commitmail json YAML

Oops, fixed a typo.

(rillig)

2008-02-13 09:12:15 UTC MAIN commitmail json YAML

Documented the interface to packages. Renamed the targets to emphasize
that they are private to the current file.

(rillig)

2008-02-13 09:11:01 UTC MAIN commitmail json YAML

Whenever a tool from TOOLS_FAIL is executed, print a useful error
message. This is much better than failing silently.

(rillig)

2008-02-13 09:01:20 UTC MAIN commitmail json YAML

Added keywords for "bmake help".

(rillig)

2008-02-13 09:00:52 UTC MAIN commitmail json YAML

Added a keyword for "bmake help".

(rillig)

2008-02-13 08:33:08 UTC MAIN commitmail json YAML

Adjusted the documentation to the source code.

(rillig)

2008-02-13 06:31:16 UTC MAIN commitmail json YAML

This package is DESTDIR ready.

(obache)

2008-02-13 02:49:20 UTC MAIN commitmail json YAML

Updated converters/p5-JSON to 2.06

(obache)

2008-02-13 02:49:06 UTC MAIN commitmail json YAML

Update p5-JSON to 2.06.
This version is DESTDIR ready.

2.06  Fri Feb  8 16:21:59 2008
[JSON::PP] 2.06
- enhanced the XS compatibility for pretty-printing
    and the indent handling was broken!

2.05  Tue Feb  5 13:57:19 2008
[JSON::PP] 2.05
- enhanced some XS compatibilities for de/encode.
- now decode_error can dump high (>127) chars.
- enhanced the XS combatilbity of the decoding error.
- fixed the utf8 checker while decoding (is_valid_utf8).
- implemented utf8::downgrade in JSON::PP56.
- enhanced utf8::encode in JSON::PP56.
- made utf8::downgrade return a true in JSON::PP5005.

2.04  Sat Jan  5 16:10:01 2008
[JSON]
- fixed a document typo pointed by kawasaki@annocpan
- make DATA handle closed for error mssages in support_by_pp mode.
- switched JSON::Backend::XS::Supportable wrapper de/encode
            to changing symbolic tables for croak messages and speed.
- fixed support_by_pp setting

[JSON::PP] 2.04
- enhanced the error message compatiblity to XS.

(obache)

2008-02-13 00:55:55 UTC MAIN commitmail json YAML

2008-02-12 23:25:53 UTC MAIN commitmail json YAML

+ R-2.6.2, abcm2ps-5.8.0, acroread-8.1.2, aria2-0.12.1, auctex-11.85,
  claws-mail-3.3.0, dar-2.3.7, devhelp-0.19, dictem-0.82, doxygen-1.5.5,
  easytag-current-2.1.5, eric3-4.1.0 [now called eric4],
  gcalctool-5.21.91, geany-0.13, getmail-4.7.8, glib2-2.14.6,
  gmime-2.2.17, gnome-build-0.2.2, goffice-0.6.1, hylafax-5.2.2,
  lftp-3.6.3, libglademm-2.6.6, libgnomeuimm-2.20.2, mathomatic-12.8.6,
  mpg123-1.2.0, neon-0.28.0, openafs-1.5.31, plptools-0.20,
  prelude-manager-0.9.11, remind-3.1.4, rpm-5.0.2, sane-backends-1.0.19,
  sane-frontends-1.0.19, skipstone-1.0.0, skype-2.0.0.43,
  smalltalk-3.0.1, snd-9.7, socat-1.6.0.1, spamdyke-3.1.6, tcl-8.5.1,
  tk-8.5.1, webmin-1.400, worker-2.16.2, wxRemind-65,
  xf86-video-intel-2.2.0.90, xine-1.1.10.1, xlog-1.7, xterm-232,
  zile-2.2.54, zsh-4.3.5.

(wiz)

2008-02-12 23:25:07 UTC MAIN commitmail json YAML

Fix version number in old entry.

(wiz)

2008-02-12 23:15:04 UTC MAIN commitmail json YAML

Removed security/msf version 2.6

(adrianp)

2008-02-12 23:13:58 UTC MAIN commitmail json YAML

2008-02-12 23:13:36 UTC MAIN commitmail json YAML

Remove msf v2.x for a number of reasons:
* v3.x is now out
* Any patches to update files for where interpreters are get overwritten
  the next time you update the msf files from metasploit.org.  This renders
  the PLIST useless.

(adrianp)

2008-02-12 22:34:26 UTC MAIN commitmail json YAML

Improved description (from my old package).

(reed)

2008-02-12 20:26:10 UTC MAIN commitmail json YAML

mention recent updates

(drochner)

2008-02-12 16:53:31 UTC MAIN commitmail json YAML

Needs -lm on Solaris.

(rillig)

2008-02-12 15:03:40 UTC MAIN commitmail json YAML

Updated pkgtools/pkg_tarup to 1.7.1

(rillig)

2008-02-12 15:03:29 UTC MAIN commitmail json YAML

Updated pkg_tarup to 1.7.1.

Changes since 1.7:
- bail out if the ROOT_USER doesn't exist.
- Made the package Makefile a little shorter.

(rillig)

2008-02-12 14:56:41 UTC MAIN commitmail json YAML

2008-02-12 14:49:01 UTC MAIN commitmail json YAML

This package is DESTDIR ready.

(obache)

2008-02-12 14:33:13 UTC MAIN commitmail json YAML

This package is DESTDIR ready.

(obache)

2008-02-12 14:32:50 UTC MAIN commitmail json YAML

Note Makefile using this common Makefile.

(obache)

2008-02-12 14:23:26 UTC MAIN commitmail json YAML

Updated mail/clamav to 0.92.1

(martti)

2008-02-12 14:18:39 UTC MAIN commitmail json YAML

2008-02-12 14:17:16 UTC MAIN commitmail json YAML

2008-02-12 13:56:48 UTC MAIN commitmail json YAML

2008-02-12 13:44:06 UTC MAIN commitmail json YAML

Sync hash headers of libncompat with NetBSD.

(joerg)

2008-02-12 13:43:24 UTC MAIN commitmail json YAML

libnbcompat-20080212:
Add digest length defines for md5, rmd160 and sha1. Use
__BEGIN_DECLS/__END_DECLS. Drop _KERNEL conditionals.

(joerg)

2008-02-12 12:20:44 UTC MAIN commitmail json YAML

Needs iceauth at runtime. Bump revision. Fixes PR 38007.

(joerg)

2008-02-12 11:25:36 UTC MAIN commitmail json YAML

Not MAKE_JOBS_SAFE.

(tnn)

2008-02-12 08:03:49 UTC MAIN commitmail json YAML

Needs ${VARBASE}/games. While here, fixed pkglint warnings.

(rillig)

2008-02-12 08:01:26 UTC MAIN commitmail json YAML

Fixed pkglint warnings about hidden commands. Added a missing mkdir.

(rillig)

2008-02-12 07:59:04 UTC MAIN commitmail json YAML

Needs ${VARBASE}/games.

(rillig)

2008-02-12 07:39:09 UTC MAIN commitmail json YAML

INSTALLATION_DIRS_FROM_PLIST is deprecated. Use AUTO_MKDIRS instead.

(rillig)

2008-02-12 07:17:26 UTC MAIN commitmail json YAML

Needs ${VARBASE}/games precreated.

(rillig)

2008-02-12 07:16:40 UTC MAIN commitmail json YAML

Removed outdated comment.

(rillig)

2008-02-12 03:01:03 UTC MAIN commitmail json YAML

2008-02-12 02:42:05 UTC MAIN commitmail json YAML

+ Added devel/libarena version 20080211 [bjs 2008-02-12]

(bjs)

2008-02-12 02:40:37 UTC MAIN commitmail json YAML



Import libarena, a BSD-licensed memory allocator abstraction API.
Also included are four allocators which also serve as examples
as to how to use the interface.  AFAIK, it's sort of like vmem(9)
in userland (not that I know much about vmem, for the manpage
is quite terse, heh).

I imported this not as a dependency, but because I thought it
looked interesting, especially with regard to what's outlined
in the last paragraph.  I may use it in porting some linux audio
software at some point, though that's still a ways off ...

A short blurb:


Libarena is a custom memory allocator interface and implementation. Four
allocators are provided: flat LIFO arena allocator, object pool allocator
and two malloc(3) wrappers: one which returns the pointers unadulterated
and one which obeys the requested, arbitrary alignment. These can be used
directly, or through their exported prototype interfaces.

Libarena is meant to provide a baseline interface so allocator's can be
stacked, and to provide a simple and well defined interface for libraries
and applications without becoming mired in features or capabilities. It is
not meant to restrict or confine what custom allocators can actually
accomplish. For instance, the included pool and arena allocators include a
suite of string utilities which aren't available in the generic exportable
interface. Note that these string utilities are built upon a generic
interface (see util.h) which can take the prototypical allocation context,
so they are also available to any 3rd party compatible allocators.

Surprisingly few malloc(3) library "replacements" or plug-in interfaces
support a context pointer argument. They're useless for many or most of
the tasks where the ability to specify an alternate malloc(3) could
actually be useful, e.g. poor man's RAII. For network daemons especially
this feature is useful; all allocations for a particular session can be
freed simply by closing the lowest-level allocator object.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(bjs)

2008-02-11 23:32:31 UTC MAIN commitmail json YAML

Updated
devel/p5-OLE-Storage_Lite to 0.15
converters/convmv to 1.12

(heinz)

2008-02-11 23:31:55 UTC MAIN commitmail json YAML

Removed GeoIP-1.4.2, convmv-1.12.

(heinz)

2008-02-11 23:28:46 UTC MAIN commitmail json YAML

Updated to version 1.12.

Pkgsrc changes:
  - The packages supports installation to DESTDIR.
  - No more requirement for coreutils/findutils and patch-ab.
  - Switched to predefined REPLACE_SH instead of using subst.mk directly.
  - Cosmetic changes for MAKEFLAGS.
  - The shell script mk/check/check-portability.sh gets confused by some of
    the file names in the test archive: skip them.
  - Extracting files from testsuite.tar often fails on Darwin (with HFS?)
    so we skip this part.
  - Extract test archive with pax, it is available on every pkgsrc system.
  - Submitted patch-aa to author of convmv long ago.

Changes since version 1.10:
===========================
1.12
- now work with Perl 5.10 using an eval block
- GPL v2 and v3 now

1.11
- test suite compares sorted results of find to fix false alarms on some systems
- test suite now uses tar instead of cp for copying.
- fix a y/n mixup
- at startup we check if Perl::Encode is not too broken (bugs 37757 and 49830
  for now). Recent Perl releases are terribly broken. If this won't improve,
  I'll have to rewrite convmv in a language with more stable core functionality
  :-|. If you are distributor of convmv, please run make test before packaging
  to make sure you don't ship convmv with a broken Perl release.

(heinz)

2008-02-11 23:06:01 UTC MAIN commitmail json YAML

Make this build on Mac OS X (tested: 10.4.11/intel).  Bump ro revision 2.

(hubertf)

2008-02-11 22:50:23 UTC MAIN commitmail json YAML

2008-02-11 22:48:17 UTC MAIN commitmail json YAML

New package.

Based on package from pkgsrc-wip, but updated. I changed
the maintainer because I didn't hear back about my changes.

>From description:

Simple screen locker for X.

It blanks the screen and hides the pointer.  To unlock, type in
your password and press Enter.  The Escape key resets input and it
beeps on wrong password.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(reed)

2008-02-11 20:19:35 UTC MAIN commitmail json YAML

+ Updated devel/stgit to 20080128nb1 [bjs 2008-02-11]

(bjs)

2008-02-11 20:18:56 UTC MAIN commitmail json YAML

2008-02-11 19:55:51 UTC MAIN commitmail json YAML

2008-02-11 19:54:55 UTC MAIN commitmail json YAML

2008-02-11 18:54:57 UTC MAIN commitmail json YAML

+ Updated fonts/t1lib to 5.1.2 [bjs 2008-02-11]

(bjs)

2008-02-11 18:54:28 UTC MAIN commitmail json YAML

update to t1lib-5.1.2 has been done

(bjs)

2008-02-11 18:53:39 UTC MAIN commitmail json YAML

Update to version 5.1.2.  Patches removed above are no longer needed,
as they appear to have been incorporated upstream.  Additionally, the
following changes apply:

December 2006: t1lib-5.1.1:
---------------------------
- DESTDIR support was missing and has been addded in install-target i
  for type1afm.
- A bug fix in Anti-Aliasing subsampling code, which could make t1lib crash
  under certain conditions.
- Small number of further fixes, in particular with respect to the build
  mechanism.

December 2007: t1lib-5.1.2:
---------------------------
- Small number of fixes reported by users. The fixes pertain to a
  vulnerability issue, memory access issues.
- More decent handling if Encoding and / or FontBBox specification are
  missing (which is invalid with respect to the specification,
  but recoverable).

(bjs)

2008-02-11 16:49:10 UTC MAIN commitmail json YAML

+sqlite3-3.5.6

(tnn)

2008-02-11 15:51:45 UTC MAIN commitmail json YAML

Updated pkgtools/bootstrap-mk-files to 20080211

(tnn)

2008-02-11 15:17:52 UTC MAIN commitmail json YAML

Bump date for SunOS change.

(tnn)

2008-02-11 15:12:39 UTC MAIN commitmail json YAML

${CC} -E is a better default choice for CPP than "cpp".
Prevents many packages from failing with "c preprocessor fails sanity check."

(tnn)

2008-02-11 15:03:18 UTC MAIN commitmail json YAML

Bump revision for PLIST fix, suggested by Greg Toxel.

(tnn)

2008-02-11 13:58:41 UTC MAIN commitmail json YAML

add
# used by audio/xine-arts/Makefile
# used by audio/xine-esound/Makefile
per pkglint

(gdt)

2008-02-11 13:29:10 UTC MAIN commitmail json YAML

Add missing translation to PLIST

(tnn)

2008-02-11 13:12:14 UTC MAIN commitmail json YAML

+ t1lib-5.1.2

(obache)

2008-02-11 13:05:40 UTC MAIN commitmail json YAML

+ Updated sysutils/cdrtools to 2.01.01.37nb1 [bjs 2008-02-11]

(bjs)

2008-02-11 13:05:14 UTC MAIN commitmail json YAML

The code to support real-time scheduling on NetBSD in the package
Makefile did not work; add something which does (it's a far better
check, too).

Bump rev.

(bjs)

2008-02-11 10:12:24 UTC MAIN commitmail json YAML

also patch CVE-2007-6697 (buffer overflow in gif parser), from upstream
CVS, bump PKGREVISION

(drochner)

2008-02-11 02:22:32 UTC MAIN commitmail json YAML

2008-02-11 02:21:02 UTC MAIN commitmail json YAML

Added devel/libthai version 0.1.9

(obache)

2008-02-11 02:20:44 UTC MAIN commitmail json YAML

Import libthai version 0.1.9.

LibThai is a set of Thai language support routines aimed to ease developers'
tasks to incorporate Thai language support in their applications. It includes
important Thai-specific functions e.g. word breaking, input and output methods
as well as basic.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2008-02-11 02:13:44 UTC MAIN commitmail json YAML

Add libdatrie.

(obache)

2008-02-11 02:12:29 UTC MAIN commitmail json YAML

Added devel/libdatrie version 0.1.3

(obache)

2008-02-11 02:11:24 UTC MAIN commitmail json YAML

Import libdatrie version 0.1.3.

datrie is an implementation of double-array structure for representing trie, as
proposed by Junichi Aoe.

Trie is a kind of digital search tree, an efficient indexing method with O(1)
time complexity for searching. Comparably as efficient as hashing, trie also
provides flexibility on incremental matching and key spelling manipulation.
This makes it ideal for lexical analyzers, as well as spelling dictionaries.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2008-02-11 00:56:42 UTC MAIN commitmail json YAML

include opt and stubs on intel darwin leopard

(dbj)

2008-02-10 19:00:27 UTC MAIN commitmail json YAML

Patch up some rather ... odd use of $HOME:
Instead of setting prefix=$(HOME) and HOME=${PREFIX},
just set prefix=$(PREFIX) directly.

(tnn)

2008-02-10 13:14:42 UTC MAIN commitmail json YAML

Add migemo{,-elisp}

(obache)

2008-02-10 13:13:13 UTC MAIN commitmail json YAML

Added migemo{-elisp} version 0.40.

(obache)

2008-02-10 13:10:27 UTC MAIN commitmail json YAML

Import migemo-elisp version 0.40.
Based on package provided by Yamashiro Jun in PR 37615.

elisp for migemo(with GNU/Emacs or XEmacs)

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2008-02-10 13:08:51 UTC MAIN commitmail json YAML

2008-02-10 11:44:48 UTC MAIN commitmail json YAML

Enable check-fakehome.mk.

(tnn)

2008-02-10 11:43:20 UTC MAIN commitmail json YAML

Enable fake home directory support. Also add a wrkref check because an
embedded path to the HOME directory can be a security problem if, say,
the package looks in the HOME directory of an unprivileged user for
configuration files.

Note that this has the potential to cause some short-term fallout.

(tnn)

2008-02-10 10:30:58 UTC MAIN commitmail json YAML

Made the code easier to read.

(rillig)

2008-02-10 10:12:13 UTC MAIN commitmail json YAML

Removed duplicated documentation.

(rillig)

2008-02-09 23:52:00 UTC MAIN commitmail json YAML

Add missing INSTALLATION_DIRS

(tnn)

2008-02-09 23:50:43 UTC MAIN commitmail json YAML

2008-02-09 23:49:27 UTC MAIN commitmail json YAML

2008-02-09 23:42:59 UTC MAIN commitmail json YAML

2008-02-09 22:40:10 UTC MAIN commitmail json YAML

Updated math/p5-Math-Pari to 2.010709

(adrianp)

2008-02-09 22:39:50 UTC MAIN commitmail json YAML

Update to 2.010709
Accomodate Darwin $AS which tries to read from STDIN.
On darwin, diagnoze arch via uname -p.  (SIGBUS during build)
Update find_machine_architecture() to 2.3.0 logic (so disable sparcv7)
Make getHeap() use PerlIO, and consistently use bytes for output.

(adrianp)

2008-02-09 20:45:28 UTC MAIN commitmail json YAML

2008-02-09 20:44:14 UTC MAIN commitmail json YAML

2008-02-09 20:43:23 UTC MAIN commitmail json YAML

add and enable clawsker, sort

(jnemeth)

2008-02-09 20:40:21 UTC MAIN commitmail json YAML

2008-02-09 16:36:44 UTC MAIN commitmail json YAML

- updated to 1.20
- DESTDIR support
- maintainer change
- oked by joerg, rillig
ChangeLog:
Expect v1.20
============
+ added early return to send and send_slow if filehandle was closed
+ added test for send_slow
! fixed bug in expect() param handling (exact pattern "0" was ignored)
! fixed bug in _make_readable()
+ now included example ssh.pl in MANIFEST so it gets packaged :-(

Expect v1.19
============
! fixed non-localized usage of $_
+ added new example ssh.pl

Expect v1.18
============
! added another pipe to synchronize spawning. Closing the slave in the
  parent can lead to a hang if the child already wrote something into
  it...
! fixed REs in test to deal with shell prompts

Expect v1.17
============
! fixed param check for expect() to allow expect(undef) et al

Expect v1.16
============
! fixed hangup with pipe sync upon spawn by adding close-on-exec to pipe handle
! fixed log_file(undef) when logging to CODE ref
! fixed $? mangling in DESTROY by saving & restoring status
! fixed hangup in send_slow
! fixed ugly solaris hack by disabling it for raw ptys
+ added param check for expect()

(rhaen)

2008-02-09 16:34:43 UTC MAIN commitmail json YAML

- updated to 1.07
- DESTDIR support
- maintainer change
- oked by joerg, rillig
2006-07-18  Roland Giersig  <rgiersig@cpan.org>
        * v1.07
        * Tty.xs: added some more letter to BSD allocation

2006-07-15  Roland Giersig  <rgiersig@cpan.org>
        * v1.06
        * Tty.pm: pre-allocate buffer for ioctl

2006-06-06  Roland Giersig  <rgiersig@cpan.org>
        * v1.05
        * Tty.xs: added includes <sys/pty.h>  and <sys/ptyio.h>

2006-05-28  Roland Giersig  <rgiersig@cpan.org>
        * v1.04
        * Tty.xs: added handling for z/OS (uses /dev/ptyp0000)
        * Makefile.PL: added <sys/pty.h> (for HPUX)

2006-04-25  Roland Giersig  <rgiersig@cpan.org>
        * v1.03
        * Tty.c: changed newCONSTSUB to use newSV(0) instead of
          PL_sv_undef, now undef'd constants work
        * Makefile.PL: made ccflags handling meta-char safe, added
          ldflags; enhanced error msg
        * Makefile.PL: added <sys/ptyio.h>

(rhaen)

2008-02-09 15:39:01 UTC MAIN commitmail json YAML

Updated mail/dbmail to 2.2.9

(obache)

2008-02-09 15:38:45 UTC MAIN commitmail json YAML

Update dbmail to 2.2.9.

THis is a bugfix maintenance release.

Bugs fixed since 2.2.8:
  * 0000668: [Command-Line programs (dbmail-users, dbmail-util)] dbmail-export
    segmentation fault and mbox compatibility (paul)
  * 0000663: [Authentication layer] Authldap module reloads when it try to
    recconect
  * 0000662: [Authentication layer] Ability to bypass authentication on Active
    Directory
  * 0000660: [IMAP daemon] imapd provides better inetd compatability (paul)

(obache)

2008-02-09 14:53:15 UTC MAIN commitmail json YAML

Update pcc to 0.9.9.

Sorry no change log.

On January 27, ragge bumped the version with commit message:
"Pcc now supports all C99 language constructs (I hope), so wrap to 0.9.9."

This also includes the new manpages. (These are a work in progress --
please send me your improvements.)

For pkgsrc:
- changed download sites
- changed homepage
- INSTALLATION_DIRS not needed.

(reed)

2008-02-09 14:08:05 UTC MAIN commitmail json YAML

Always use the newly built pkg_create -- this makes updates easier.

(joerg)

2008-02-09 13:58:46 UTC MAIN commitmail json YAML

A nasty side effect of using TOOLS_SED here is that perl will try to
outsmart us and call the tool by name in some parts of the build.
eg just "nbsed" instead of "/usr/pkg/bin/nbsed". This can only have
worked before as long as ${PREFIX}/bin was in the user's path.
Fix this by TOOLS_ALIASES.sed+=${TOOLS_SED:T} so that an "nbsed"
is available in the PATH.

(tnn)

2008-02-09 13:11:07 UTC MAIN commitmail json YAML

Try to fix failure of detecting X Window System.

(taca)

2008-02-09 13:09:22 UTC MAIN commitmail json YAML

2008-02-09 07:28:21 UTC MAIN commitmail json YAML

Updated databases/unixodbc; databases/iodbc

(adam)

2008-02-09 07:26:57 UTC MAIN commitmail json YAML

Changes 3.52.6:
* Added support for GTK+ 2.x
* Fixed long mutex lock on connect
* Fixed problems with SQLBrowseConnect
* Fixed missing functions in export list
* Fixed core dump when checking for driver odbc version
* Fixed allocation error in SQLDescribeCol
* Fixed rpm specification for RedHat
* Fixed porting problems on FreeBSD, OpenBSD and OSF
* Use SQLFetchScroll in iodbctest

(adam)

2008-02-09 07:06:33 UTC MAIN commitmail json YAML

Changes 2.2.12:
* Add missing SQLSetStmtOptionA and SQLSetStmtOptionW
* The config string being passed into ConfigDsn was wrong, removed
  semicolon, and added terminating double null
* Add help help to isql
* Couple of changes to make the build on OSX work better
* Alter odbctest FullConnect to use SQLDriverConnect
* Replace a missed flag for true 64 bit operation
* Add ODBC3<->ODBC2 type mapping in SQLSetParam
* Add missing SQLSetStmtOptionW.c
* Tidy up the search for GUI lib code in SQLManageDatasource
* Backport a couple of changes from the Debian build into the
  cursor lib
* Add extra config settings to the MaxDB/SapDB setup lib
* Fix possible exit from SQLConnect without having closed
  in the driver
* Fix configure problem on Tru64
* Fix a build issue on Sinix
* Allow calling metadata functions via the cursor lib
* Alter args to SQLParamOptions
* Fix bug preventing attribute length from being returned from
  SQLDrivers
* Fix broken iusql
* more...

(adam)

2008-02-09 06:32:34 UTC MAIN commitmail json YAML

Note update of rails and its dependencies.

(minskim)

2008-02-09 06:31:59 UTC MAIN commitmail json YAML

2008-02-09 06:29:42 UTC MAIN commitmail json YAML

Add ruby-activesupport.

(minskim)

2008-02-09 06:27:48 UTC MAIN commitmail json YAML

Import ruby-activeresource.

Active Resource (ARes) connects business objects and Representational
State Transfer (REST) web services.  It implements object-relational
mapping for REST webservices to provide transparent proxying
capabilities between a client (ActiveResource) and a RESTful service.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2008-02-09 06:24:57 UTC MAIN commitmail json YAML