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 (28m)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (154d) 

2024-05-12 20:21:54 UTC Now

2008-04-07 16:20:23 UTC MAIN commitmail json YAML

Fix DESTDIR installation.

(joerg)

2008-04-07 16:19:16 UTC MAIN commitmail json YAML

Use symbolic link instead of hard link and fix DESTDIR support at the
same time.

(joerg)

2008-04-07 16:18:02 UTC MAIN commitmail json YAML

Fix DESTDIR installation.

(joerg)

2008-04-07 16:17:53 UTC MAIN commitmail json YAML

The updates for moc and pixman are done.

(bjs)

2008-04-07 16:16:37 UTC MAIN commitmail json YAML

+ Updated audio/moc to 2.4.3 [bjs 2008-04-07]
Added audio/moc-devel version 2.5.0.3 [bjs 2008-04-07]

(bjs)

2008-04-07 16:15:25 UTC MAIN commitmail json YAML

Update to moc-2.4.3.  While here, add a check for sched_get_priority_max
in librt and remove ffmpeg patch, which is no longer needed.

Also, I've changed options.mk so that selecting 'samplerate' implies
'sndfile', as the former is dependent on the latter.

(bjs)

2008-04-07 16:11:17 UTC MAIN commitmail json YAML

Add moc-devel to audio/Makefile.

(bjs)

2008-04-07 16:10:37 UTC MAIN commitmail json YAML


Add a moc-devel package for version 2.5.0alpha3.  This package uses
a getline() function taken from nbftp--bothering with gnulib was too
annoying.  It works for me on NetBSD-current, but please let me
know if there are any problems.

I've also extended the check for sched_get_priority_max(3)--both here
and in audio/moc--to look in librt prior to giving up.  This allows
moc to run with realtime priority on NetBSD-current; unfortunately,
presently this requires root perms.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(bjs)

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

+ Updated audio/libsndfile to 1.0.17nb3 [bjs 2008-04-07]

(bjs)

2008-04-07 15:36:19 UTC MAIN commitmail json YAML

Add a 'sun' option and update patch-ac to support native audio output
on NetBSD, OpenBSD, and Solaris.  This option takes precedence (by default)
over OSS in the NetBSD/OpenBSD case.

Bump rev.

(bjs)

2008-04-07 15:17:22 UTC MAIN commitmail json YAML

+ Updated lang/tcl to 8.4.18 [bjs 2008-04-07]
Updated x11/tk to 8.4.18 [bjs 2008-04-07]

(bjs)

2008-04-07 15:16:40 UTC MAIN commitmail json YAML

Update to version 8.4.18.  Distilled list of non-Windows changes:

* generic/tclInterp.c (Tcl_GetAlias): fix for [Bug 1882373]

* generic/regguts.h, generic/regc_color.c, generic/regc_nfa.c:
Fixes for problems created when processing regular expressions that
generate very large automata. An enormous number of thanks to Will
Drewry <wad@google.com>, Tavis Ormandy <taviso@google.com>, and Tom
Lane <tgl@sss.pgh.pa.us> from the Postgresql crowd for their help in
tracking these problems down. [Bug 1810264]

* unix/tclUnixCompat.c (TclpGetHostByName): Really applied
the change noted on 2007-11-13 by dkf below.

* generic/tclIOUtil.c (TclGetOpenMode): Only set the O_APPEND flag
* tests/ioUtil.test (ioUtil-4.1): on a channel for the 'a'
mode and not for 'a+'. [Bug 1773127] (backport from HEAD)

* generic/tclCmdIL.c (Tcl_LsearchObjCmd): Prevent shimmering crash
when -exact and -integer/-real are mixed. [Bug 1844789]

* generic/tclThread.c: Back-port locking changes from Tcl8.5
in Tcl_Mutex/ConditionFinlize. Now we properly master-lock
the finalization of sync primitives.

* generic/regc_nfa.c: Fixed infinite loop in the regexp compiler
* generic/regcomp.c: [Bug 1810038].  Corrected looping logic in
* tests/regexp.test: fixempties() to avoid wasting time walking a
list of dead states [Bug 1832612].  Convert optst() from expensive
no-op to a cheap no-op.  Improve newline usage in debug output.

* unix/tclUnixCompat.c (TclpGetHostByName): The six-argument form of
getaddressbyname_r() uses the fifth argument to indicate whether the
lookup succeeded or not on at least one platform. [Bug 1618235]

* generic/regc_lex.c (lexescape): Ensure that backreference numbers
can't overflow a signed int in a way that breaks things. [Bug 1810264]

* generic/tclParse.c (Tcl_ParseBraces): fix for possible read
after the end of buffer, [Bug 1813528] (Joe Mistachkin).

* generic/tclObj.c (Tcl_FindCommandFromObj): fix finding a deleted
command; cannot trigger this from Tcl itself, but crash reported
on xotcl. This check is new to 8.4 but exists in 8.5, so this is a
backport or something. Thanks Gustaf Neumann.

* generic/tcl.h (Tcl_DecrRefCount): Update change from 2006-05-29
to make macro more warning-robust in unbraced if code.

(bjs)

2008-04-07 15:14:10 UTC MAIN commitmail json YAML

Update to version 8.4.18.  Way too many changes to list here--please
see ChangeLog.  Insofar as I can tell, all of the changes are bug fixes
(and some backports from HEAD for Darwin).

(bjs)

2008-04-07 15:06:14 UTC MAIN commitmail json YAML

+ Updated devel/scmgit to 1.5.4.5 [bjs 2008-04-07]

(bjs)

2008-04-07 15:05:31 UTC MAIN commitmail json YAML

Update to v1.5.4.5.

GIT v1.5.4.5 Release Notes
==========================

Fixes since v1.5.4.4
--------------------

* "git fetch there" when the URL information came from the Cogito style
  branches/there file did not update refs/heads/there (regression in
  1.5.4).

* Bogus refspec configuration such as "remote.there.fetch = =" were not
  detected as errors (regressionin 1.5.4).

* You couldn't specify a custom editor whose path contains a whitespace
  via GIT_EDITOR (and core.editor).

* The subdirectory filter to "git filter-branch" mishandled a history
  where the subdirectory becomes empty and then later becomes non-empty.

* "git shortlog" gave an empty line if the original commit message was
  malformed (e.g. a botched import from foreign SCM).  Now it finds the
  first non-empty line and uses it for better information.

* When the user fails to give a revision parameter to "git svn", an error
  from the Perl interpreter was issued because the script lacked proper
  error checking.

* After "git rebase" stopped due to conflicts, if the user played with
  "git reset" and friends, "git rebase --abort" failed to go back to the
  correct commit.

* Additional work trees prepared with git-new-workdir (in contrib/) did
  not share git-svn metadata directory .git/svn with the original.

* "git-merge-recursive" did not mark addition of the same path with
  different filemodes correctly as a conflict.

* "gitweb" gave malformed URL when pathinfo stype paths are in use.

* "-n" stands for "--no-tags" again for "git fetch".

* "git format-patch" did not detect the need to add 8-bit MIME header
  when the user used format.header configuration.

* "rev~" revision specifier used to mean "rev", which was inconsistent
  with how "rev^" worked.  Now "rev~" is the same as "rev~1" (hence it
  also is the same as "rev^1"), and "rev~0" is the same as "rev^0"
  (i.e. it has to be a commit).

* "git quiltimport" did not grok empty lines, lines in "file -pNNN"
  format to specify the prefix levels and lines with trailing comments.

* "git rebase -m" triggered pre-commit verification, which made
  "rebase --continue" impossible.

As usual, it also comes with many documentation fixes and clarifications.

(bjs)

2008-04-07 15:03:40 UTC MAIN commitmail json YAML

+ Updated x11/pixman to 0.10.0 [bjs 2008-04-07]

(bjs)

2008-04-07 15:02:05 UTC MAIN commitmail json YAML

Update to pixman 0.10 plus some tiny patches from GIT.

Notable improvements:

* Support for new YUV formats
* MMX acceleration now works with MS Visual C++
* Many performance improvements and bug fixes

(bjs)

2008-04-07 14:40:11 UTC MAIN commitmail json YAML

2008-04-07 14:39:14 UTC MAIN commitmail json YAML

Update to 9.27, this closes PR pkg/38369:

Security
* Fixed an issue where newsfeed prompts could cause Opera to execute
  arbitrary code, as reported by Michal Zalewski. See our advisory.
  http://www.opera.com/support/search/view/881/
* Solved an issue where resized canvas patterns could cause Opera to
  execute arbitrary code, as reported by Michal Zalewski. See our
  advisory. http://www.opera.com/support/search/view/882/
* Improved keyboard handling of password inputs, as reported by Trystan S.

Miscellaneous
* Fixed a BitTorrent transfer stability issue.
* Resolved stablity issues with the Acid 3 test.
* Additional stability fixes.

(xtraeme)

2008-04-07 13:47:57 UTC MAIN commitmail json YAML

Note addition of databases/p5-Class-DBI-Pg version 0.06.

(he)

2008-04-07 13:47:13 UTC MAIN commitmail json YAML

Add p5-Class-DBI-Pg.

(he)

2008-04-07 13:45:07 UTC MAIN commitmail json YAML

Import p5-Class-DBI-Pg version 0.06,
which automates the setup of Class::DBI for Postgres.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(he)

2008-04-07 13:31:15 UTC MAIN commitmail json YAML

Prefer package-destdir as default for update with USE_DESTDIR.

(joerg)

2008-04-07 13:25:32 UTC MAIN commitmail json YAML

Simplify logic and make pkgdbdir the default for
pkg_vulnerabilities_dir.

(joerg)

2008-04-07 13:23:22 UTC MAIN commitmail json YAML

Note addition of geography/p5-Geo-Distance version 0.11.

(he)

2008-04-07 13:22:35 UTC MAIN commitmail json YAML

Add p5-Geo-Distance.

(he)

2008-04-07 13:21:51 UTC MAIN commitmail json YAML

Import p5-Geo-Distance version 0.11, a perl library to Calculate
Distances and Closest Locations.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(he)

2008-04-07 13:18:25 UTC MAIN commitmail json YAML

Simplify logic as audit-packages and download-vulnerabilities always
comes from pkg_install now.

(joerg)

2008-04-07 13:16:26 UTC MAIN commitmail json YAML

Sync with reality: audit-packages does exist, the vulnerability file
itself might not.

(joerg)

2008-04-07 13:09:37 UTC MAIN commitmail json YAML

Note addition of textproc/p5-String-Random version 0.22.

(he)

2008-04-07 13:08:15 UTC MAIN commitmail json YAML

Add p5-String-Random.

(he)

2008-04-07 13:07:22 UTC MAIN commitmail json YAML

2008-04-07 13:07:14 UTC MAIN commitmail json YAML

2008-04-07 09:43:52 UTC MAIN commitmail json YAML

Add checksums for geolizer option

(martin)

2008-04-07 07:21:48 UTC MAIN commitmail json YAML

Updated www/awstats to 6.7

(adam)

2008-04-07 07:21:00 UTC MAIN commitmail json YAML

Changes 6.7:
New features/improvements:
- Full support for -day option. To build different report for each day
- Added virtualenamequot tag
- Added option NotPageList
- Addes .jobs and .mobi domains
Fixes:
- Minor bug in awstats_configure.pl
Other/Documentation:
- Updated some language files.
- Updated browsers database.

(adam)

2008-04-07 03:40:02 UTC MAIN commitmail json YAML

Note update of fonts/jisx0208fonts package to 200301316nb2.

(taca)

2008-04-07 03:38:58 UTC MAIN commitmail json YAML

Bump PKGREVISION reflecting update of fonts/ja-shinonome packages.

(taca)

2008-04-07 00:38:28 UTC MAIN commitmail json YAML

Remove file wrongly imported

(seb)

2008-04-07 00:36:27 UTC MAIN commitmail json YAML

Note initial addition of devel/ruby-mocha as version 0.5.6 into
the NetBSD Packages Collection.

(seb)

2008-04-07 00:34:57 UTC MAIN commitmail json YAML

Add & enable ruby-mocha

(seb)

2008-04-07 00:32:28 UTC MAIN commitmail json YAML

Initial import of ruby-mocha as version 0.5.6 into the NetBSD
Packages Collection.

Mocha is a Ruby library for mocking and stubbing using a syntax
like that of JMock, and SchMock. Most commonly Mocha is used in
conjunction with Test::Unit, but it can be used in other contexts.

One of its main advantages is that it allows you to mock and stub
methods on real (non-mock) classes and instances. You can for
example stub ActiveRecord instance methods like create, save,
destroy and even class methods like find to avoid hitting the
database in unit tests.

Mocha provides a unified, simple and readable syntax for both
traditional mocking and for mocking with real objects.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(seb)

2008-04-07 00:19:09 UTC MAIN commitmail json YAML

+ amanda-2.6.0, asc-2.1.0, clive-0.4.8, dwm-4.9, eric3-4.1.2 [now
  called eric4], hatari-1.0.0, heyu-2.2.0, hylafax-5.2.3, jhead-2.82,
  kid3-1.0, m4-1.4.11, mksh-33c, nagios-3.0.1, neon-0.28.2, nut-13.5,
  openssh-5.0p1, opera-9.27, phppgadmin-4.2, png-1.2.26, poedit-1.4.1,
  prelude-manager-0.9.12, py-bsddb3-4.6.3, py-ldap-2.3.4, raptor-1.4.17,
  tcl-8.5.2, tk-8.5.2, webmin-1.410, xine-lib-1.1.11.1, zile-2.2.57,
  zsh-4.3.6.

(wiz)

2008-04-06 23:42:07 UTC MAIN commitmail json YAML

Note initial addition of net/ruby-snmp version 1.0.2 into the NetBSD
Packages Collection.

This library implements SNMP (the Simple Network Management Protocol).
It is implemented in pure Ruby. You can run this library anywhere
that Ruby can run.

(seb)

2008-04-06 23:41:16 UTC MAIN commitmail json YAML

Add & enable ruby-snmp

(seb)

2008-04-06 23:38:40 UTC MAIN commitmail json YAML

Initial import of ruby-snmp as version 1.0.2 into the NetBSD
Packages Collection.

This library implements SNMP (the Simple Network Management Protocol).
It is implemented in pure Ruby. You can run this library anywhere
that Ruby can run.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(seb)

2008-04-06 23:13:26 UTC MAIN commitmail json YAML

Note some initial additions into the NetBSD Packages Collection:
devel/ruby-debug-base version 0.10.
devel/ruby-debug version 0.10.0
devel/ruby-debug-ide version 0.1.10

(seb)

2008-04-06 23:08:15 UTC MAIN commitmail json YAML

Add & enable ruby-debug, ruby-debug-base and ruby-debug-ide

(seb)

2008-04-06 23:04:42 UTC MAIN commitmail json YAML

Initial import of ruby-debug-ide as version 0.1.10 into the NetBSD
Packages Collection.

Ruby-debug-ide provides an interface which glues ruby-debug to IDEs
like Eclipse (RDT) and NetBeans.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(seb)

2008-04-06 23:03:58 UTC MAIN commitmail json YAML

Initial import of ruby-debug as version 0.10.0 into the NetBSD
Packages Collection.

Command line interface for the Ruby debugger ruby-debug.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(seb)

2008-04-06 23:03:23 UTC MAIN commitmail json YAML

Initial import of ruby-debug-base as version 0.10.0 into the NetBSD
Packages Collection.

Ruby-debug is a faster implementation of the standard Ruby debugger
debug.rb using a native extension with a new hook Ruby C API.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(seb)

2008-04-06 21:47:13 UTC MAIN commitmail json YAML

Updated net/smokeping to 2.3.5

(adrianp)

2008-04-06 21:47:00 UTC MAIN commitmail json YAML

Update to 2.3.5 (Ok'ed bouyer@)

* add some security notes to the master/slave documentation --niko
* allow SSH probe to config rsa1 key -- Walery Kokarev
* make ajax mode work on IE again -- tobi
* Integrated TCPPing Probe -- Norman Rasmussen
* made Smokeping.pm more portable by using %.1f in perl sprintf -- tobi
* make sure tsmoke sends mime conformant mails -- tobi

Too many changes to list completely.  See CHANGES for all the details:
http://oss.oetiker.ch/smokeping/pub/CHANGES

(adrianp)

2008-04-06 21:01:23 UTC MAIN commitmail json YAML

- kbibtex, update done.

(wiz)

2008-04-06 21:01:01 UTC MAIN commitmail json YAML

Updated print/kbibtex to 0.2.1

(wiz)

2008-04-06 20:59:34 UTC MAIN commitmail json YAML

Update to 0.2.1:

KBibTeX 0.2.1
* Translations to Russian and German
* Searching in arXiv and Google Scholar
* GUI to edit id suggestion templates
* User-defined fields in GUI
* Various bugfixes

KBibTeX 0.2
* Many usability improvements and bugfixes
* Embedding documents into exported PDFs possible (if supported by
  installed TeX system)
* More URLs to search documents included
* More online databases to search references added
* Keyword handling improved
* Suggesting entry ids added
* Merging .bib files possible
* Improved handling of crossref'ed entries
* Adding more functions to toolbar and shortcut system

(wiz)

2008-04-06 20:21:52 UTC MAIN commitmail json YAML

2008-04-06 20:21:18 UTC MAIN commitmail json YAML

2008-04-06 19:58:40 UTC MAIN commitmail json YAML

The package supports installation to DESTDIR.
A C compiler is required.

(heinz)

2008-04-06 19:45:20 UTC MAIN commitmail json YAML

Belatedly note update of arpwatch to 2.1a15

(jwise)

2008-04-06 18:56:22 UTC MAIN commitmail json YAML

+ glib2-2.16.2, gnome-screensaver-2.22.1, gnome-themes-extras-2.22.0,
  gst-plugins0.10-base-0.10.19, gstreamer0.10-0.10.19, inkscape-0.46,
  libgtop-2.22.1, libtool-2.2.2, xf86-video-amd-2.8.0 [now
  xf86-video-geode].

(wiz)

2008-04-06 17:47:27 UTC MAIN commitmail json YAML

Don't build pkg_io.c during bootstrap.

(joerg)

2008-04-06 17:10:05 UTC MAIN commitmail json YAML

Done:
p5-Class-Data-Inheritable-0.08
p5-Devel-StackTrace-1.16

(heinz)

2008-04-06 17:09:18 UTC MAIN commitmail json YAML

Updated
devel/p5-IPC-ShareLite to 0.13
devel/p5-Devel-StackTrace to 1.18
devel/p5-Class-Data-Inheritable to 0.08
devel/p5-Exception-Class to 1.24

(heinz)

2008-04-06 15:51:00 UTC MAIN commitmail json YAML

The package supports installation to DESTDIR.
A C compiler is required.

(heinz)

2008-04-06 15:46:54 UTC MAIN commitmail json YAML

The package supports installation to DESTDIR.
No C compiler required.

(heinz)

2008-04-06 15:34:22 UTC MAIN commitmail json YAML

The package supports installation to DESTDIR.
No C compiler required.

(heinz)

2008-04-06 15:32:11 UTC MAIN commitmail json YAML

The package supports installation to DESTDIR.
A C compiler is required.

(heinz)

2008-04-06 15:26:12 UTC MAIN commitmail json YAML

The package supports installation to DESTDIR.
A C compiler is required.

(heinz)

2008-04-06 15:22:07 UTC MAIN commitmail json YAML

The package supports installation to DESTDIR.
No C compiler required.
This is an UNAUTHORIZED RELEASE (according to search.cpan.org), so we
cannot use the author-independent URL for HOMEPAGE.

(heinz)

2008-04-06 15:11:28 UTC MAIN commitmail json YAML

Updated to version 1.24.

Pkgsrc changes:
  - The packages supports installation to DESTDIR.
  - No C compiler required.
  - Needs more modern version of p5-Devel-StackTrace.

Changes since version 1.23:
===========================
1.24 Mar 30, 2008
- Added a MaxArgLength class parameter to go along with the new
  max_arg_length constructor param for Devel::StackTrace
  objects. Patch by Ian Burrell.

(heinz)

2008-04-06 15:05:27 UTC MAIN commitmail json YAML

Updated to version 0.08.

Pkgsrc changes:
  - The package supports installation to DESTDIR.
  - A C compiler is not required.

Changes since version 0.06:
===========================
0.08  Sat Jan 26 00:34:11 NZDT 2008
    - Fix 'perltooc' typo in Docs

0.07  Sat Jan 26 00:34:11 NZDT 2008
    - Relicense as dual AL/GPL

(heinz)

2008-04-06 14:53:57 UTC MAIN commitmail json YAML

Updated to version 1.18.

Pkgsrc changes:
  - Used author-independent URL for HOMEPAGE.
  - The package supports installation to DESTDIR.
  - A C compiler is not required.

Changes since version 1.15:
===========================
1.18  Mar 31, 2008
- Fix a test failure on Win32. No changes to the non-test code.

1.17  Mar 30, 2008
- Added a max_arg_length parameter, which if set causes
  Devel::StackTrace to truncate long strings when printing out a
  frame. RT #33519. Patch by Ian Burrell.

1.16  Feb 2, 2008
- A test fix for bleadperl. The value of wantarray from caller() needs
  to be treated as a boolean, as opposed to expecting 0 (vs
  undef). RT #32583. Patch by Jerry Hedden.

(heinz)

2008-04-06 14:36:04 UTC MAIN commitmail json YAML

The package supports installation to DESTDIR.
A C compiler is not needed.

(heinz)

2008-04-06 14:23:55 UTC MAIN commitmail json YAML

Updated to version 0.13.

Pkgsrc changes:
  - Provided HOMEPAGE.
  - The package supports installation to DESTDIR.
  - A C compiler is needed.
  - The "Configure" script has been removed, so we do not have tell it to use
    defaults (part of patch-aa) or change its stdin in MAKE_PARAMS anymore.
  - sharelite.c has been renamed upstream, no more need to do this in pkgsrc,
    thus making patch-aa and patch-ab obsolete.

Changes since version 0.09:
===========================
0.13 2008-03-09
    - Fixed patching of double quoted strings in Makefile. Affects Win32
      and, probably, VMS.

0.12 2008-02-25
    - Use Devel::CheckLib to verify that we have a C compiler.

0.11 2008-02-25
    - Removed POD coverage test. Dynamic constants make it flaky.

0.10 2008-02-24
    - Use Perl's malloc wrappers
    - moved test into t/sharelite.t
    - made test use Test::More
    - removed Configure mechanism
    - assorted minor tidying

(heinz)

2008-04-06 13:24:00 UTC MAIN commitmail json YAML

The package supports installation to DESTDIR.

(heinz)

2008-04-06 13:21:16 UTC MAIN commitmail json YAML

- acroread8 (hi toshii)

(xtraeme)

2008-04-06 13:17:22 UTC MAIN commitmail json YAML

Added support for installation to DESTDIR.

(heinz)

2008-04-06 12:59:24 UTC MAIN commitmail json YAML

Updated mail/dkim-milter to 2.5.2

(adrianp)

2008-04-06 12:59:11 UTC MAIN commitmail json YAML

2.5.1          2008/03/20
Update for draft-kucherawy-sender-auth-header-14.
Add "subject" to "should_signhdrs" per RFC4871 section 5.5.
Fix bug #SF1911328: Restore proper behaviour of SignHeaders and
OmitHeaders, broken in the prior release's configuration
overhaul.  Problem reported by Jason Molzen.
Fix bug #SF1912332: Fix parameters passed to db->open().  Problem
reported by Tony Earnshaw.
Fix bug #SF1912569: Initialize mutexes before entering test mode.
Patch from Kaspar Brand.
LIBDKIM: More boundary checking fixes in dkim_canon_selecthdrs().
Problem noted by Warren Horvath.
LIBDKIM: Fix bug #SF1820084: Return DKIM_STAT_MULTIDNSREPLY
if a DNS query returns multiple records.

2.5.2          2008/03/28
Preserve the sender's domain name outside of mlfi_eoh() as it's
now needed in mlfi_eom().  Problem noted by Andy Fiddaman.
Fix bug #SF1921873: Pass "-K" command line switch into the new
configuration handling code.  Problem noted by Al Smith.
TOOLS: Fix flags portion of the TXT record output by dkim-genkey.
Problem noted by Michael Carland.
BUILD: Fix bug #SF1922422: Fix linker problems when POPAUTH is
defined.

(adrianp)

2008-04-06 12:37:57 UTC MAIN commitmail json YAML

Updated x11/gtkmm to 2.12.7

(adam)

2008-04-06 12:21:05 UTC MAIN commitmail json YAML

The package supports installation to DESTDIR.

(heinz)

2008-04-06 12:13:11 UTC MAIN commitmail json YAML

Changes 2.12.7:
* UIManager: add_ui_from_string():
  Fix a problem with use of non-ASCII text in UI markup.
* TreeModel::Path (TreePath):
  TreePath(In pbegin, In pend) constructor:
  Initialize gobject_ to avoid a crash.

Changes 2.12.6:
* Container: Avoid a useless warning about remove() with custom containers.
* Build: Fixed a warning from g++ 4.3.
* Documentation: Correct the debian/Ubuntu package name.

(adam)

2008-04-06 11:53:36 UTC MAIN commitmail json YAML

Geomyidae was imported as net/Geomyidae.

(obache)

2008-04-06 11:52:43 UTC MAIN commitmail json YAML

2008-04-06 11:50:57 UTC MAIN commitmail json YAML

Updated net/Geomyidae to 0.11

(obache)

2008-04-06 11:50:36 UTC MAIN commitmail json YAML

Import Geomyidae version 0.11.
Based on packaged by Jeff Woodall and provided in PR 38261.

Geomyidae is a daemon for serving the protocol specified in RFC
1436 (Gopher). Under 1000 lines of C by design, it is lightweight
yet supports dynamic content, automatic file/directory indexing,
logging and privilege separation.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2008-04-06 10:19:12 UTC MAIN commitmail json YAML

Remove some commented lines from the Makefile - no functional change

(adrianp)

2008-04-06 10:17:51 UTC MAIN commitmail json YAML

2008-04-06 10:17:10 UTC MAIN commitmail json YAML

Added www/drupal6 version 6.1

(adrianp)

2008-04-06 10:16:13 UTC MAIN commitmail json YAML

2008-04-06 10:15:27 UTC MAIN commitmail json YAML

Drupal 6.x branch:

Drupal is software that allows an individual or a community of users to easily
publish, manage and organize a great variety of content on a website. Tens of
thousands of people and organizations have used Drupal to set up scores of
different kinds of web sites, including

* community web portals and discussion sites
* corporate web sites/intranet portals
* personal web sites
* aficionado sites
* e-commerce applications
* resource directories

Drupal includes features to enable:

* content management systems
* blogs
* collaborative authoring environments
* forums
* newsletters
* picture galleries
* file uploads and download

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(adrianp)

2008-04-06 10:12:35 UTC MAIN commitmail json YAML

Add CONFLICTS for upcoming drupal 6 import

(adrianp)

2008-04-06 09:32:12 UTC MAIN commitmail json YAML

2008-04-06 08:15:36 UTC MAIN commitmail json YAML

Updated games/freeciv to 2.1.3

(adam)

2008-04-06 08:13:32 UTC MAIN commitmail json YAML

Changes 2.1.3:
* Prevent server crash during explore.
* Improve client robustness and error logging.
* More GTK2 client support for saving server settings, add buttons on dialogs.
* Updated sentence fragments, plurals, text, and translations; specifically
  Catalan, Czech, Estonian, Finnish, German, Lithuanian, Russian, Swedish,
  and Turkish.

(adam)

2008-04-06 07:49:55 UTC MAIN commitmail json YAML

Remove MASTER_SITES since now it use RubyGems' MASTER_SITES.

(taca)

2008-04-06 05:14:15 UTC MAIN commitmail json YAML

+ Updated devel/tig to 0.10.1 [bjs 2008-04-06]

(bjs)

2008-04-06 05:13:45 UTC MAIN commitmail json YAML

Update to tig-0.10.1.  I cannot find a changelog.  If you're interested,
see the git history by checking out the repository at the address
provided at the homepage.

(bjs)

2008-04-06 02:38:46 UTC MAIN commitmail json YAML

Note addition of acroread8-8.1.2.

(toshii)

2008-04-06 01:43:33 UTC MAIN commitmail json YAML

Import of Adobe Reader 8, based on the print/acroread7 pkgsrc.

Adobe Reader is part of the Adobe Acrobat family of software, which lets
you view, distribute, and print documents in Portable Document Format
(PDF)--regardless of the computer, operating system, fonts, or application
used to create the original file.  PDF files retain all the formatting,
fonts, and graphics of the original document, and virtually any
PostScript(TM) document can be converted into a PDF file.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(toshii)

2008-04-06 00:24:38 UTC MAIN commitmail json YAML

Updated databases/p5-Rose-DB to 0.741
Updated databases/p5-Rose-DB-Object to 0.768

(abs)

2008-04-06 00:22:16 UTC MAIN commitmail json YAML

update p5-Rose-DB-Object to 0.768

0.768 (02.25.2008) - John Siracusa <siracusa@gmail.com>

    * Changed mailing list and wiki URLs.
    * Fixed the "warn" overflow mode for character columns to carp
      instead of croaking.  (Reported by John Ingram)
    * Refined workaround for http://rt.cpan.org//Ticket/Display.html?id=33193
      to apply only to versions that exhibited this bug.
    * Added the forget_related() helper method to the "all" export tag.

0.767 (02.15.2008) - John Siracusa <siracusa@gmail.com>

    * Added the forget_related() helper method.
    * Enhanced and documented the long-dormant "hints" Manager parameter.
    * Added a work-around for a DBD::Pg 2.0.0 array/bind_col() bug:
      http://rt.cpan.org//Ticket/Display.html?id=33193
    * Improved the column method handling for array-reference values
      that may be fetched from array columns by DBD::Pg 2.0.0.
    * Fixed a bug in the test suite that caused some Postgres tests
      to fail if the "chkpass" column type was not installed.
      (Reported by Randal Schwartz)

0.7665 (02.08.2008) - John Siracusa <siracusa@gmail.com>

    * Fixed a bug that prevented the convention manager's auto_table_name()
      method from honoring the tables_are_singular() attribute value.
      (Reported by Ben Tilly)
    * The new, more correct behavior of Rose::DB 0.739's array column
      value parsing and formatting revealed a bug in QueryBuilder's
      handling of "(any|all)_in_array" conditions involving empty list
      arguments.  This is now fixed.

0.7664 (02.06.2008) - John Siracusa <siracusa@gmail.com>

    * Fixed a bug that caused boolean columns to be incorrectly marked as
      modified.  (Reported by Grzegorz Nosek)
    * Added sql_qualify_column_names_on_load() Metadata method to help
      support Postgres functions that can masquerade as columns if they're
      prefixed by the table name.  (Suggested by Grzegorz Nosek)

0.7663 (02.04.2008) - John Siracusa <siracusa@gmail.com>

    * Fixed a bug that caused delete_on_save method creation for foreign
      keys to fail in some circumstances.  (Reported by Justin Ellison)
    * Fixed a bug that prevented Perl code from being emitted for
      non-set columns with check_in attributes.  (Reported by Sam Tregar)
    * Pushed cache control methods down into Rose::DB::Object::Cached
      in preparation for more caching subclasses.
    * The clear_object_cache() method now correctly clears load timestamps
      as well.  (Patch by Justin Ellison)

0.7662 (01.30.2008) - John Siracusa <siracusa@gmail.com>

    * Fixed copy-and-paste-o in Rose::DB::Object::Cached code.

0.7661 (01.29.2008) - John Siracusa <siracusa@gmail.com>

    * Fixed method clash detection in Rose::DB::Object::Manager.
    * Streamlined caching implementation in Rose::DB::Object::Cached.

0.766 (12.13.2007) - John Siracusa <siracusa@gmail.com>

    * Added the unique_key_by_name() metadata method.
    * Added the ability to do unrestricted joins in some circumstances.
    * Added the remember_all() class method to Rose::DB::Object::Cached.
    * Added the undef_overrides_default column attribute.
    * The key_column() method in the ForeignKey class now works correctly.
      (Patch by Christopher Masto)
    * Further synced datetime and timestamp method-maker code.
    * Added a test suite exclusion for DBD::SQLite 1.14, which still suffers
      from this bug: http://rt.cpan.org/Public/Bug/Display.html?id=21472
    * Improved detection of fatal errors during class setup.
    * Added a "gotchas" section to the Loader documentation.
    * Fixed propagation of db objects in update and delete Manager methods.
    * Fixed a bug that caused some cached SQL to persist incorrectly after
      inheritance.  (Patch by Daniel Koch)
    * Fiddled with not_found() detection.  (Changes suggested by Philip Dye)
    * Made one-to-one relationships (attempt to) work even when uniqueness is
      not apparent in the metadata.
    * The Loader no longer chokes on SQLite columns that use the
      current_timestamp keyword.  (Reported by George Hartzell)
    * Setting undef integer attributes to zero is now correctly detected
      as a modification.

0.765 (07.21.2007) - John Siracusa <siracusa@gmail.com>

    * Added a value_type attribute to SET columns.
    * Added a normalize_get_objects_args() utility method to make
      custom Manager methods less cumbersome to implement.
    * Setting a BigInt column to undef no longer sets it to zero.
      (Reported by Jeffrey Horn)
    * Corrected error propagation in many-to-many "find" methods when bad
      arguments are passed.  (Reported by Michael Reece)
    * Added "use strict" the output of perl_manager_class().
    * Restored default use of table aliases in Manager queries.  The new
      table_aliases parameter can be used to alter the behavior.
    * Added support for literal sort_by parameters using scalar references.
    * Added is/is_not comparison operators to QueryBuilder.  (Suggested by
      Jonathan Vanasco)
    * Scalar references appearing in the select => ... list in Manager calls
      are now passed through unmodified.
    * Existing map records are now correctly checked for when adding items
      through a many-to-many relationship.  (Reported by Drew Taylor)
    * Using a nonexistent column name in a primary or unique key is now a
      fatal error.  (Reported by Philip Dye)
    * Multi-columns "select count(distinct ...)" queries now fall back to
      count(*) on a subselect in databases that do not support calling count
      on multi-argument distinct clauses.  (Reported by Derek Watson)
    * The auto-init system will now skip Postgres functional indexes when
      extracting unique keys.  (Reported by Jonathan Vanasco)
    * Fixed a bug that caused inner joins to be used inappropriately in
      certain cases with many-to-many relationships or when nested joins
      are disabled.
    * Fixed a bug that caused the auto-init system to fold multiple foreign
      keys that reference the same remote key into a single multi-column
      foreign key.  (Reported by Marlon Bailey)
    * Fixed a Manager bug that caused count queries to use incorrect
      table aliases when passed empty with_objects or require_objects
      array reference values.  (Reported by Denis Moskowitz)
    * Fixed a bug that prevented relationship and foreign key names from
      being resolved when used in nested query parameters.
    * Relationship count methods no longer die when the count is zero.
      (Reported by Derek Watson)
    * Setting enum fields to undef now works correctly.  (Reported by Ovid)
    * Columns with custom DBI bind attributes are now updated correctly.
      (Reported by Derek Watson)
    * Epoch columns with zero (0) default values now work correctly.
      (Reported by Peter Karman)
    * Setting boolean columns to null (undef) now works correctly.
      (Reported by Derek Watson)
    * Fixed a bug that caused literal query parameters with bind arguments
      to become corrupted after their first use.
    * Changed the way classes are registered in order to fix a Loader bug
      that caused cross-database foreign keys to be erroneously created
      when tables with the same names exists in two different databases.
      (Reported by Adrian Howard)
    * Deleting one-to-one related objects on save now works correctly.
      (Reported by Ovid)
    * The "find" method for many-to-many relationships now propagates custom
      Manager arguments correctly.  (Patch by Michael Reece)
    * The use_key parameter to load() now dies if an invalid key is passed.
      (Reported by Jonathan Vanasco)

(abs)

2008-04-06 00:21:12 UTC MAIN commitmail json YAML

Update p5-Rose-DB to 0.741:

0.741 (02.25.2008) - John Siracusa <siracusa@gmail.com>

    * Changed mailing list URLs.

0.740 (02.15.2008) - John Siracusa <siracusa@gmail.com>

    * Added support for Rose::DB::Object 0.767's new hints features.

0.739 (02.08.2008) - John Siracusa <siracusa@gmail.com>

    * Caching of db objects during mod_perl server start-up is now turned
      off by default, with new API to turn it back on and do the necessary
      pre-fork clean-up that this entails.  This change solved a segmentation
      fault problem triggered in DBD::Informix when database handles created
      in the parent were not properly disconnected prior to the first fork of
      the apache process.

0.738 (02.06.2008) - John Siracusa <siracusa@gmail.com>

    * The Informix INT8 column type is now detected and mapped to "bigint"
      on behalf of Rose::DB::Object.
    * Fixed a bug that prevented format_array() and parse_array() from
      correctly handling arrays containing undef or NULL, respectively.
      (Reported by Derek Watson)

0.737 (12.13.2007) - John Siracusa <siracusa@gmail.com>

    * Altered the behavior of connect() and disconnect() to account
      for the possibility that dbi_connect() may return a DBI $dbh
      that is already connected and has already been initialized.
    * Added optional (on by default) coercion of column type metadata
      from (big)int auto-increment to (big)serial for MySQL and SQLite.
    * Added support for the current_timestamp keyword to SQLite.
    * Added a dozen or so new MySQL connection attributes that must be
      inlined into the DSN rather than passed as connect() options.

0.736 (11.13.2007) - John Siracusa <siracusa@gmail.com>

    * Added new_or_cached() method and associated caching framework.
    * Added dbi_connect() method.  (Patch by Peter Karman)
    * Removed mistakenly checked in breakpoint.

0.735 (07.21.2007) - John Siracusa <siracusa@gmail.com>

    * Improved parsing of SET values.
    * Fixed the test suite's detection of the broken DBD::SQLite 1.13.

(abs)

2008-04-06 00:15:19 UTC MAIN commitmail json YAML

2008-04-06 00:14:28 UTC MAIN commitmail json YAML

upgrade to rc-1.7; rc-1.6 is gone from the original ftp site.

(christos)

2008-04-05 21:44:36 UTC MAIN commitmail json YAML

Updated editors/lyx15 to 1.5.4

(xtraeme)

2008-04-05 21:43:34 UTC MAIN commitmail json YAML

Update to 1.5.4:

This is a maintenance release. Besides the usual stability
improvements and fixes, this release comes with major improvements
in the handling of Chinese, Korean and Japanese (CJK) languages
and scripts, and introduces some minor new features (such as a
character count option).

(xtraeme)

2008-04-05 21:31:09 UTC MAIN commitmail json YAML

Note PKGREVISION bump for editors/emacs20.

(kristerw)

2008-04-05 21:29:14 UTC MAIN commitmail json YAML

2008-04-05 18:33:33 UTC MAIN commitmail json YAML

Add patch to stop seg fault when lucidasans-10 font is not available.
(Also sent patch to developer.)

(reed)

2008-04-05 17:26:50 UTC MAIN commitmail json YAML

Updated devel/opengrok to 0.6

(adrianp)

2008-04-05 17:26:37 UTC MAIN commitmail json YAML

OpenGrok 0.6.

This release contains a lot of bug-fixes and some new features. Please see http://src.opensolaris.org/source/history/opengrok/trunk/ for the full change history, and for the list of contributors. The following is just a summary.

New Features:
* Analyzer-support for Tcl/Tk
* Analyzer-support for SQL
* Support for TeamWare repositories

(adrianp)

2008-04-05 17:09:30 UTC MAIN commitmail json YAML

Updated games/scummvm to 0.11.1

(adam)

2008-04-05 17:08:41 UTC MAIN commitmail json YAML

Changes 0.11.1:
Ports:
  - Revived the PS2 port.
  - Revived the BeOS port.
SCUMM:
  - Improvements for Digital iMUSE subsystem. This fixes several glitches in
    The Curse of Monkey Island.
  - Fixes for cursors in HE games.
AGI:
  - Fix for zombies in King's Quest 4.
  - Fix for changing palettes in fanmade games using AGIPAL.
Lure:
  - Fixed some conversation crashes in the German version.
  - Fixed operation of the optional copy protection dialog in the German
    version.
  - Added saving of conversation flags as to whether a particular conversation
    option had been previously selected or not.
  - Fixed glitch that could cause transformation sparkle to happen a second
    time.
  - Fixed behavior of Goewin when you rejoin her after meeting the dragon.
SAGA:
  - Fix for rat maze bug in Inherit the Earth which made game not completable.
  - Fixes for Inherit the Earth and I Have no Mouth game startup on a number
    of platforms.
  - Reduced the number of simultaneous open files in I Have no Mouth, to allow
    it to run on platforms that can keep a limited amount of files open (e.g.
    on the PSP).
  - Fixed graphics glitch in Inherit the Earth with simultaneous speech.
  - Fixed palette glitch in Inherit the Earth when looking at the map while at
    the docks.

(adam)

2008-04-05 16:59:10 UTC MAIN commitmail json YAML

Remove old comment - this now does call audit-packages directly

(adrianp)

2008-04-05 16:44:07 UTC MAIN commitmail json YAML

Updated databases/postgresql82 to 8.2.7; postgresql32 to 8.3.1

(adam)

2008-04-05 16:40:08 UTC MAIN commitmail json YAML

Changes 8.2.7:
* Fix character string comparison for Windows locales that consider
  different character combinations as equal
* Repair potential deadlock between concurrent "VACUUM FULL"
  operations on different system catalogs
* Fix longstanding "LISTEN"/"NOTIFY" race condition
* Disallow "LISTEN" and "UNLISTEN" within a prepared transaction
* Disallow dropping a temporary table within a prepared transaction
* Fix rare crash when an error occurs during a query using a hash
  index
* Fix memory leaks in certain usages of set-returning functions
* Fix input of datetime values for February 29 in years BC
* Fix "unrecognized node type" error in some variants of "ALTER
  OWNER"
* Ensure pg_stat_activity.waiting flag is cleared when a lock wait is
  aborted
* Fix handling of process permissions on Windows Vista
* More...

(adam)

2008-04-05 16:39:27 UTC MAIN commitmail json YAML

Changes 8.3.1:
* Fix character string comparison for Windows locales that consider
  different character combinations as equal
* Repair corner-case bugs in "VACUUM FULL"
* Fix misbehavior of foreign key checks involving character or bit
  columns
* Avoid needless deadlock failures in no-op foreign-key checks
* Fix possible core dump when re-planning a prepared query
* Fix possible failure when re-planning a query that calls an
  SPI-using function
* Fix failure in row-wise comparisons involving columns of different
  datatypes
* Fix longstanding "LISTEN"/"NOTIFY" race condition
* Disallow "LISTEN" and "UNLISTEN" within a prepared transaction
* Disallow dropping a temporary table within a prepared transaction
* Fix rare crash when an error occurs during a query using a hash
  index
* Fix incorrect comparison of tsquery values
* Fix incorrect behavior of LIKE with non-ASCII characters in
  single-byte encodings
* Disable xmlvalidate

(adam)

2008-04-05 15:47:24 UTC MAIN commitmail json YAML

2008-04-05 15:46:00 UTC MAIN commitmail json YAML

Added net/msdl version 1.1.1

(obache)

2008-04-05 15:45:39 UTC MAIN commitmail json YAML

Import msdl version 1.1.1.

This program is to download multimedia streaming files.
Currently it supports following protocols.

* mmst      (Microsoft Media Server over TCP)
* mmsh      (MMS over HTTP)
* http      (Hyper Text Transfer Protocol)
* real-rtsp (Real Time Streaming Protocol / Real/helix)
* wms-rtsp  (Real Time Streaming Protocol / WMServer  )
* ftp      (File Transfer Protocol)

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2008-04-05 14:56:24 UTC MAIN commitmail json YAML

Updated fonts/ja-shinonome to 0.9.11

(obache)

2008-04-05 14:56:09 UTC MAIN commitmail json YAML

Update ja-shinonome to 0.9.11.
Based on patch provided by Yamashiro Jun in PR 38370.
While here, add DESTDIR support.

Changelog:
* Fix character shape bug.

(obache)

2008-04-05 14:13:34 UTC MAIN commitmail json YAML

Note update of hbench to 1.0nb6

(chris)

2008-04-05 14:09:18 UTC MAIN commitmail json YAML

Fiz mhz calculation for arm.  It seems gcc has become intelligent enough
to optimize away the loop used for timing.  Do something in the loop for
arm that can't be optimized away, and will also meet the 1,000
instructions in the loop requirement.

This allows mhz to calculate sensible Mhz on a StrongArm (228Mhz rather
than 56Mhz)

Other hardware probably also need fixing, as gcc probably applies the same
optimizations on them.

Also bump PKGREVISION.

(chris)

2008-04-05 13:10:31 UTC MAIN commitmail json YAML

Added x11/xsel version 1.2.0

(obache)

2008-04-05 13:09:32 UTC MAIN commitmail json YAML

2008-04-05 13:07:35 UTC MAIN commitmail json YAML

Import xsel version 1.2.0.
Requestd by PR 38314.

XSel is a command-line program for getting and setting the contents of the
X selection. Normally this is only accessible by manually highlighting
information and pasting it with the middle mouse button.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2008-04-05 12:54:54 UTC MAIN commitmail json YAML

Note update of the "libidn" package to version 1.6.

(tron)

2008-04-05 12:53:03 UTC MAIN commitmail json YAML

Update "libidn" package to version 1.6. Change since version 1.5:
- updates of generated files and gnulib components
- minor documentation fixes.

This update was originally done by Blair Sadewitz.

(tron)

2008-04-05 07:02:00 UTC pkgsrc-2008Q1 commitmail json YAML

Add the CHANGES-pkgsrc-2008Q1 file to note changes to the pkgsrc-2008Q1
branch.

(agc)

2008-04-05 06:58:53 UTC MAIN commitmail json YAML

Note when the freeze ended for the pkgscr-2008 branch.

(agc)

2008-04-05 04:46:02 UTC MAIN commitmail json YAML

2008-04-05 04:45:48 UTC MAIN commitmail json YAML

Updated textproc/dictem to 0.82

(obache)

2008-04-05 04:45:22 UTC MAIN commitmail json YAML

Update dictem to 0.82, per maintainer update request in PR 38339.

Notes:
  - FIX for emacs-22 (insert-string is replaced with insert)
  - Minor fixes in README

(obache)

2008-04-05 04:26:31 UTC MAIN commitmail json YAML

DESTDIR support and PLIST refresh, per request by maintainer in PR 38343.

(obache)

2008-04-05 02:51:26 UTC MAIN commitmail json YAML

Note my updates for today.

(tnn)

2008-04-05 02:51:14 UTC MAIN commitmail json YAML

2008-04-05 02:42:53 UTC MAIN commitmail json YAML

libfetch-2.4: FTP directory listenings.

(joerg)

2008-04-05 02:42:13 UTC MAIN commitmail json YAML

Add somewhat ugly, but working directory listening code for FTP.
Note that using glob patterns that match directories can result in
recursive expansion, e.g. with tnftpd.

(joerg)

2008-04-05 02:41:05 UTC MAIN commitmail json YAML

2008-04-05 02:27:53 UTC MAIN commitmail json YAML

Update to 2.4.1.

* Remove a workaround for older versions gstreamer that was causing crashes
  on some non-Linux systems such as HPUX
* Fix some cases of the conversation input entry area being 1 pixel high
* Fix for displaying channel & buddy names in conversation window when they
  have '&' in them
* Some memory leak fixes, especially in the Text Replacement plugin
* Rectangular but non-square buddy icons have rounded corners in the buddy list

(tnn)

2008-04-05 02:14:40 UTC MAIN commitmail json YAML

Update to 2.4.1.

    * Treat AIM Unicode messages as UTF-16 rather than UCS-2; this should have no functional effect, other than continued support on systems which have dropped UCS-2 conversions.
    * Add support for setting buddy icons on Gadu-Gadu (Tomasz Salacinski)
    * Fix a crash when clearing the buddy icon for an account on XMPP
    * Fix a crash during login for some ICQ accounts
    * Prefer more available resources on XMPP when priorities are equal
    * Fix incorrectly marking some Yahoo! contacts as blocked
    * Improved handling of UTF-8 group names on ICQ (beret)
    * Fix a crash when starting if you have a Zephyr account
    * Increase XMPP ping timeout to 120 seconds, to prevent poor network connections from timing out unnecessarily.
    * Don't crash on XMPP forms with empty default values.
    * Fix issues with CHAP authentication for SOCKS5 proxies.

(tnn)

2008-04-05 02:11:48 UTC MAIN commitmail json YAML

Update to 0.4.0.
* Core
  * Faster engine
  * Possibility of seam step > 1
  * More precision for rigidity value
* Interface
  * Autosize button for object deletion
  * Optionally scale (or LqRescale) back to
    the original size
  * Rescale order option

(tnn)

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

2008-04-05 02:00:39 UTC MAIN commitmail json YAML

Import liblqr-0.1.0.2 as graphics/liblqr.

This is the liquid rescale algorithm library from graphics/gimp-liquid-rescale.
For the 0.4.0 release it was split off as a standalone library.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(tnn)

2008-04-05 00:40:17 UTC MAIN commitmail json YAML

2008-04-05 00:35:50 UTC MAIN commitmail json YAML

2008-04-05 00:34:07 UTC MAIN commitmail json YAML

Fix DESTDIR installation.

(joerg)

2008-04-04 23:45:57 UTC MAIN commitmail json YAML

Fix DESTDIR installation.

(joerg)

2008-04-04 23:19:16 UTC MAIN commitmail json YAML

On second thought, don't filter out files with . Bump to 2.3.

(joerg)

2008-04-04 22:37:28 UTC MAIN commitmail json YAML

2008-04-04 21:55:51 UTC MAIN commitmail json YAML

Update to sawfish-1.3.3.
A couple of minor bugfixes relative to 1.3.2.

(tnn)

2008-04-04 21:45:33 UTC MAIN commitmail json YAML

Fix audit -t argument -- it should actually take the option.

(joerg)

2008-04-04 21:28:51 UTC MAIN commitmail json YAML

Change default DEPENDS_TARGET to package-install if USE_DESTDIR != no.
Discussed with jlam.

(joerg)

2008-04-04 21:26:59 UTC MAIN commitmail json YAML

2008-04-04 21:24:49 UTC MAIN commitmail json YAML

Update g95 to version 0.91 (current stable version).

OKed wennmach.

Changes are 2 years worth of development.

(markd)

2008-04-04 21:18:20 UTC MAIN commitmail json YAML

Update to Transmission-1.10.

All Platforms:
+ Stop torrents when downloading and the disk becomes full
+ Removing a torrent also removes it from the cache
+ Smaller memory footprint per-torrent and per-peer
+ Various backend bugfixes & improvements
GTK+
+ Window for selecting files & priorities when opening torrents
+ Display a system tray popup when a torrent finishes downloading
+ Watch folder for auto-adding torrents
+ Improved preferences dialog and message log window
+ Tracker tab in the Details window
+ Dozens of usability, Gnome HIG, and i18n improvements
+ Support KDE button ordering
+ Option to delete a torrent and its downloaded files
Daemon
+ Ability to force a "Verify Local Data" for a torrent

(tnn)

2008-04-04 21:10:45 UTC MAIN commitmail json YAML

also set KRB5_CONFIG in the case where using builtin but
/usr/bin/krb5-config exists.  Fixes build of imap-uw package with the
kerberos option on NetBSD-current and possibly other platforms.

(markd)

2008-04-04 21:10:24 UTC MAIN commitmail json YAML

Updated misc/screen to 4.0.3nb2

(tonnerre)

2008-04-04 21:09:16 UTC MAIN commitmail json YAML

Include curses header for screen configure script when testing tgetent
in order to prevent crash on 64-bit architectures. Otherwise the result
of termcap/terminfo detection is wrong, causing the infamous "bad format 'p'"
messages, or "OOPSOOPSOOPS" when SSHing from MacOS.
Fixes PR 33808
Approved-by: joerg

(tonnerre)

2008-04-04 20:46:59 UTC MAIN commitmail json YAML

2008-04-04 20:28:38 UTC MAIN commitmail json YAML

Updated x11/dmenu to 3.6.

(ghen)

2008-04-04 20:28:05 UTC MAIN commitmail json YAML

Update to dmenu 3.6.  Bugfixes/performance/functionality improvements.

(ghen)

2008-04-04 20:04:25 UTC MAIN commitmail json YAML

Fix a tiny formatting botch in the last entry I made.

(dsainty)

2008-04-04 19:42:15 UTC MAIN commitmail json YAML

Update arpwatch to version 2.1a15.  Changes are build-infrastructure-related
and updates to vendor tables.

While here, also install example scripts which come with arpwatch, showing
how to have arpwatch sample from an snmp-enabled router or switch (these
install into /usr/pkg/share/examples/arpwatch).

(jwise)

2008-04-04 19:13:49 UTC MAIN commitmail json YAML

Add crack-attack-sounds

(dsainty)

2008-04-04 19:12:27 UTC MAIN commitmail json YAML

Added games/crack-attack-sounds to 1.1.14

(dsainty)

2008-04-04 19:10:19 UTC MAIN commitmail json YAML

Sound and music files for Crack Attack!

Crack Attack! doesn't come with sound files, but can play sound files if
provided.  This package installs openSUSE's music and sound file set for this
game.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(dsainty)

2008-04-04 18:32:37 UTC MAIN commitmail json YAML

Do not reference the wiki, but the local setup document. It needs work,
but in combination with the existing sections covers the process.

(joerg)

2008-04-04 18:31:25 UTC MAIN commitmail json YAML

Add a note about sharing sandboxes between master and slave based on
discussion with Havard. Add a reference to the bulkbuild-restart script.

(joerg)

2008-04-04 18:24:47 UTC MAIN commitmail json YAML

Updated games/crack-attack to 1.1.14nb5

(dsainty)

2008-04-04 18:22:40 UTC MAIN commitmail json YAML

Enable sound.  Contrary to the --help, the default is to configure with sound
disabled.  The game doesn't come with sound files, so enabling the support
still leaves you with a silent game.  But this does allow you to add them if
you want - making the game even more addictive :)

Bump PKGREVISION

(dsainty)

2008-04-04 17:58:59 UTC MAIN commitmail json YAML

pbulk-0.29:
Add bulkbuild-restart script that checks if error/success files exist
and makes sense and continues the previous build if they do.

(joerg)

2008-04-04 16:58:07 UTC MAIN commitmail json YAML

- vlgothic-ttf-20080327 [pkg/38342]

(obache)

2008-04-04 16:57:18 UTC MAIN commitmail json YAML

Updated fonts/vlgothic-ttf to 20080327

(obache)

2008-04-04 16:57:03 UTC MAIN commitmail json YAML

Update vlgothic-ttf to 20080327.
Patch provided by Yamashiro Jun by PR 38342.

Changelog:
* Append new characters.

(obache)

2008-04-04 16:26:09 UTC MAIN commitmail json YAML

- bglibs-1.103, netqmail-1.06

(schmonz)

2008-04-04 16:23:47 UTC MAIN commitmail json YAML

Updated devel/bglibs to 1.103

(schmonz)

2008-04-04 16:23:27 UTC MAIN commitmail json YAML

Update to 1.103. From the changelog:

- Added two missing header files: fmt/misc.h and fmt/multi.h
- Added a ghash_set function (like ghash_add, but overwrites).
- Added a set of "signalfd" functions as a generic self-pipe setup.
- Added a random number generator based on SURF.

(schmonz)

2008-04-04 16:15:32 UTC MAIN commitmail json YAML

PLIST has been changed by switch to gems, need bump PKGREVISION.

(obache)

2008-04-04 16:02:39 UTC MAIN commitmail json YAML

Fix entries by appending userid and date of entry.

(jlam)

2008-04-04 15:58:22 UTC MAIN commitmail json YAML

Updated mail/sylpheed-devel to 2.5.0beta1

(xtraeme)

2008-04-04 15:57:23 UTC MAIN commitmail json YAML

Update to 2.5.0beta1:

* The vertical 3-paned view mode was added.
* The feature to save SSL peer certificate was added.
* The option 'Treat HTML only message as attachment' was added.
* The bug that caused busy loop when initial connection was
  immediately refused was fixed.
* The bug that the quote description dialog never appeared again
  after closing it with the close button was fixed.
* The new/unread status display on quick search filtered mode was fixed.
* The windres command will not be enabled on non-win32 platforms now.

(xtraeme)

2008-04-04 15:49:18 UTC MAIN commitmail json YAML

Detect and use native bzip2(1) tool.

(tnn)

2008-04-04 15:47:01 UTC MAIN commitmail json YAML

Also switch pkg_admin's fetch-vulnerabilities implementation to
libfetch.

(joerg)

2008-04-04 15:36:20 UTC MAIN commitmail json YAML

Remove the Ruby packages committed to pkgsrc post-branch (2008Q1).

(jlam)

2008-04-04 15:34:08 UTC MAIN commitmail json YAML

Note addition of new Ruby packages and package updates for Ruby packages.

(jlam)

2008-04-04 15:33:06 UTC MAIN commitmail json YAML

2008-04-04 15:31:39 UTC MAIN commitmail json YAML

2008-04-04 15:30:05 UTC MAIN commitmail json YAML

2008-04-04 15:30:02 UTC MAIN commitmail json YAML

2008-04-04 15:29:51 UTC MAIN commitmail json YAML

Supports DESTDIR.

(joerg)

2008-04-04 15:28:10 UTC MAIN commitmail json YAML

Initial import of ruby18-memcache-0.1.0 as devel/ruby-memcache.

The ruby-memcache package is a wrapper around memcache(3) and provides
exceptionally fast access to a memcached(8) cluster.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(jlam)

2008-04-04 15:27:26 UTC MAIN commitmail json YAML

2008-04-04 15:27:12 UTC MAIN commitmail json YAML

Initial import of webby-0.8.2 as www/webby.

Webby is a static website generator tool.  Rake tasks are used to
convert erb, textile, markdown, etc. formatted files into HTML suitable
for publication to a web server.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(jlam)

2008-04-04 15:27:05 UTC MAIN commitmail json YAML

Initial import of ruby18-thoth-flickr-0.1.0 as www/thoth-flickr.

This package contains a Flickr plugin for the Thoth blog engine.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(jlam)

2008-04-04 15:27:03 UTC MAIN commitmail json YAML

DESTDIR supported.

(joerg)

2008-04-04 15:26:58 UTC MAIN commitmail json YAML

Initial import of ruby18-thoth-delicious-0.1.0 as www/thoth-delicious.

This package contains a del.icio.us plugin for the Thoth blog engine.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(jlam)