Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (1h)  pkgsrc-2024Q1 (9d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (168d) 

2024-05-26 17:16:15 UTC Now

2011-02-07 00:30:07 UTC MAIN commitmail json YAML

2011-02-07 00:21:12 UTC MAIN commitmail json YAML

2011-02-07 00:20:10 UTC MAIN commitmail json YAML

Import tex-tocloft-doc-2.3e as print/tex-tocloft-doc.

This is documentation for tex-tocloft.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-02-07 00:19:55 UTC MAIN commitmail json YAML

Import tex-tocloft-2.3e as print/tex-tocloft.

Provides control over the typography of the Table of Contents, List of
Figures and List of Tables, and the ability to create new `List of ...'.
The ToC \parskip can be changed.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-02-06 23:59:51 UTC MAIN commitmail json YAML

Set LICENSE. Include desktopdb.mk and bump PKGREVISION for it.

(wiz)

2011-02-06 23:59:37 UTC MAIN commitmail json YAML

2011-02-06 21:15:46 UTC MAIN commitmail json YAML

Really add py-xmpppy.

(schnoebe)

2011-02-06 21:06:33 UTC MAIN commitmail json YAML

Added py-xmpppy.

(schnoebe)

2011-02-06 21:06:22 UTC MAIN commitmail json YAML

Imported chat/py-xmpppy from local development.

(schnoebe)

2011-02-06 21:06:08 UTC MAIN commitmail json YAML

Imported py25-xmpppy from local development.


XMPPPY is an implementation of the XMPP (Jabber) protocols in
Python.

It is similar to JABBERPY, but as a currently maintained project.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(schnoebe)

2011-02-06 19:49:11 UTC MAIN commitmail json YAML

Added chat/gloox, databases/poco-data{,-sqlite,-odbc,-mysql}, devel/poco.

(schnoebe)

2011-02-06 19:46:49 UTC MAIN commitmail json YAML



Import gloox-1.0 into pkgsrc.

gloox is a rock-solid, full-featured Jabber/XMPP client library,
written in C++. It makes writing spec-compliant clients easy and
allows for hassle-free integration of Jabber/XMPP functionality
into existing applications.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(schnoebe)

2011-02-06 19:23:52 UTC MAIN commitmail json YAML

Bumped PKGREVSION to 1;
Changed MAINTAINER to my netbsd.org address (from eric@cirr.com)

Renamed existing patches to follow new convention
    patch-aa -> patch-Makefile
    patch-af -> patch-configure

Added patches to cure segfaults found since 2.2.11's release
    patch-router_router.c correct a segfault in the router
    patch-s2s_out.c Resolver doesn't return IPv4 Address if
resolve_aaaa (IPv6) is enabled
    patch-sm_sm.c fix segfault when debugging is turned on/up

(schnoebe)

2011-02-06 18:54:50 UTC MAIN commitmail json YAML

Bring in boost-license, 1.0.  Certified by OSI as an Open Source
license.

(schnoebe)

2011-02-06 18:44:24 UTC MAIN commitmail json YAML

3.1.4  (Bugfix and Stability release)
        Some urgent patches to 3.1.3.
        Class validation parse bug fixed.
        Global zone handling error for solaris fixed.
        Package architectures handled correctly (bug #456).
        Reading and writing of key name "root-.pub" eliminated (bug #442, #453).
        cf-serverd crash because of race condition on SERVER_KEYSEEN fixed.
        Lock purging to avoid remnant complexity explosion (bug #430).
        Some copyright notices added that got lost.

3.1.3  (Stability release)
        Major memory leaks in cf-monitord, cf-execd, cf-serverd fixed (bug #427).
        The daemons now show no growth even with very complex policies.
        cf-serverd crash due to race condition in DeleteScope() fixed (bug #406).
        Added 30 second timeout on recv() on Linux.
        package_noverify_returncode implemented (bug #256).
        A flexible mechanism for setting classes based on return codes of
        commands has been introduced. Allows for setting promise kept,
        repaired or failed based on any return codes. This is currently
        implemented for commands-promises, package-manager commands and
        transformer in files. In classes body, see attributes
        kept_returncodes, repaired_returncodes, failed_returncodes (bug
        #248, #329).
        New function ip2host - reverse DNS lookup (bug #146).

3.1.2  (Scalability/efficiency release)
        Big efficiency improvements by caching output from
        cf-promises. Can also be used for much more efficent policy
        deployment (only pull if changed).
        Caching state of ps command for greater efficiency. Reloaded for each bundle.
        Index class lookup improves efficiency of class evaluation for huge configurations.
        Fixed issue where certain promiser strings got corrupted.
        Minor memory access issues fixed.
        Iterator bug introduced in 3.1.0 fixed

3.1.1  (Bugfix release)
        Memory leaks in server tracked down and fixed.
        List expansion bug (one list items not executed) fixed.
        Security issue introduced by change of runcommand shell policy fixed.
        If users defined a runcommand for cf-runagent/cf-serverd communication,
possible to execute commands.
        cf-key -s command for showing key hash/IP address identity pairs

3.1.0
        Change in storage of public keys. Cfengine now hashes the public key and uses this
        as the keyname. Keys will be converted automatically.
        The old dynamic addresses lists are deprecated.
        Caching of dns and key information for greater server speed.
        Change in last-seen format reflects the public key usage.
        New package policy addupdate - installs package if not there and
        updates it otherwise.
        Support for package_changes => "bulk" in file repository as well.
        New special function readstringarrayidx, similar to readstringarray,
        but uses integer indeces. Very useful if first row elements are
        not good identifiers (e.g. contains spaces, non-unique, etc.).
        Change two log formats to use time() instead of date()
        - filechanges
        - total compliance
        Change from using md5 to sha256 as default digest for commercial version,
        community retains md5 for compat.
        Commands not returning 0 in commands-promises are flagged
        as repair_failed.
        Adjustable timeout on connect(). Defaults to 10 seconds, adjustable
        with default_timeout in agent control.
        Redesign of the knowledge map infrastructure.
        Now possible to use variables to call methods, e.g
        methods:
          "name $(list)" usebundle => $(list)("abc");
        See reference manual notes
        Changes to normal ordering to optimize execution.
        Increased stability by always initializing Attribute and Promise
        structures.
        When running cf-promises in dry-run mode (-n), the user does not need
        to put binaries in WORKDIR/bin. For example, non-privileged users can verify root
        policies.
        Source control revision added in version string if run in verbose mode
        (e.g. "cf-promises -vV"). This needs some refining, uses revision of a header now.
        New semantics in return values of list functions. Null values are now allowed
        and there is no iteration over empty lists. The value "cf_null" is reserved for
        use as a null iterator.

3.0.5p1
        Showing paths allowed/denied access to when cf-serverd is run in verbose mode.
        Bug in server fixed for dynamic addresses.
        File handle closure bugfix - too many open databases.
        Seg fault in mount files fix.
        Twin used in cf-execd without checking.
        Check_root set wrong directory permissions at source not destination.
        Error message degraded in body definition.
        Undefined body not warned as error.
        Various build enahncements.
        Package_list_update called only once per manager, and fixed crash.
        Version number bug in packages.

3.0.5
        Encryption problems fixed - client key buffer was uninitialized.
        Classes-promisers are now automatically canonified when class
        strings are defined, to simplifying the use of variables in classes.
        New scalars sys.cf_version and sys.nova_version that hold Cfengine version information.
        Attribute package_delete_convention added, to allow customizable
        package name in delete command during update.
        package_list_update_ifelapsed limit added.
        Private variable $(firstrepo) is available in package_name_convention
        and package_delete_convention in order to expand the full path to
        a package, which is required by some managers.
        Some of the threading code is rewritten and made more robust. This includes
        synchronizing access to the lastseen database from the server.
        Bad initialization of BSD flags fixed
        Multiple variable expansion issues in control fixed for server and agent
        Allow ignore_missing_bundles to affect methods: bundles too
        Run agent trust dialogue fixed
        Bug in CPU monitoring, increasing time scale caused linear decay
        of CPU measurement.
        Bug in Setuid log storage, fix.
        Hooks added for new Nova virtualization promises.
        Multithreading mutex failed to collide during cfservd leading to dropped authentication under heavy load.

3.0.4
        Class cancellation in promises to create better class feedback,
        allows emulation of switch/case semantics etc
        Value of SA measurement promises
        Special function getenv() which returns the contents of an
        environment variable (on all platforms).
        New function translatepath for generic Windows
        New function escape() to escape literals as regular expressions (like SQL)
        New function host2ip for caching IP address lookup
        New function regextract for setting variables with backreferences
        New variables for the components $(sys.cf_agent), $(sys.cf_know) etc
        pointing to the binaries.
        More robust integrated database implementation; closing all
        handles when receiving signals, self-healing on corruption.
        Package installation on localhost without a manager like yum completed,
        multiple repositories searched, and universal methods.
        Numerous bugfixes

3.0.3
        sha256 .. new hashes in openssl included in syntax tree.
        End of line autocropping in readfile (hopefully intelligent)
        hashmatch function incorrectly implemented -
        old debugging code left behind. Fix.
        sys.crontab variable
        Unknown user is now interpretated as "same user",
        so that we give cfengine a chance to fix
        Unregistered addresses no longer report "(Non registered IP)",
        but return as the address itself when doing reverse lookups.

(Sorry for the long commit message)

(pettai)

2011-02-06 17:35:05 UTC MAIN commitmail json YAML

2011-02-06 17:06:48 UTC MAIN commitmail json YAML

2011-02-06 17:06:17 UTC MAIN commitmail json YAML

2011-02-06 16:26:00 UTC MAIN commitmail json YAML

2011-02-06 16:25:27 UTC MAIN commitmail json YAML

2011-02-06 16:14:04 UTC MAIN commitmail json YAML

Incomplete fix for png-1.5 from Marko Sch端tz Schmuck, to avoid
duplicate work.

(wiz)

2011-02-06 16:13:13 UTC MAIN commitmail json YAML

2011-02-06 15:50:04 UTC MAIN commitmail json YAML

2011-02-06 15:44:24 UTC MAIN commitmail json YAML

2011-02-06 15:37:22 UTC MAIN commitmail json YAML

Small improvement to png patch. Non-interlaced pngs now work as inputs.
Interlaced not yet.

(wiz)

2011-02-06 15:27:52 UTC MAIN commitmail json YAML

Update to latest version distributed with source.
No relevant changes.

(wiz)

2011-02-06 14:44:08 UTC MAIN commitmail json YAML

2011-02-06 14:42:17 UTC MAIN commitmail json YAML

2011-02-06 14:22:30 UTC MAIN commitmail json YAML

add autoconf test for new SIOCGIFCONF interface that uses a
ifru_space member to store larger addresses and parse interface list
accordingly.

(mlelstv)

2011-02-06 13:04:04 UTC MAIN commitmail json YAML

Skip multibyte handling if neither mbsinit nor mbrtowc exists.
Patch taken from upstream bug #24687 and fixes PR#42925.

(obache)

2011-02-06 12:09:51 UTC MAIN commitmail json YAML

uintmax_t is defined in stdint.h on SUA, include it additionally.

(obache)

2011-02-06 11:31:19 UTC MAIN commitmail json YAML

Fixes build on SUA.
* header file location of libbind is differ than SFU.
* treat all Interxi as same, not only interix3.

(obache)

2011-02-06 11:05:09 UTC MAIN commitmail json YAML

Remove GutenMark

(ryoon)

2011-02-06 11:04:30 UTC MAIN commitmail json YAML

Updated textproc/GutenMark to 20090510

(ryoon)

2011-02-06 10:58:29 UTC MAIN commitmail json YAML

Update to 20090510 snapshot.

05/10/09.
  + There is no behavioral difference from the last snapshot.  If your
    present installation is working, there's no need to update it.
    However, Richard Downing (thanks Richard!) had pointed out that the
    Linux binaries I was providing were a 64-bit application and therefore
    wouldn't work on 32-bit machines.  The portability problems with the
    Linux binaries were actually a lot worse than that.  A temporary Linux
    installer was posted in March (without any source changes), so even if
    you have installed the Linux binaries they may have worked fine for
    you.  At any rate, I've now changed the build-procedure for when I
    snapshot the Linux binaries in order to make them much more portable.
    I believe they should work on any 32-bit or 64-bit 'x86 Linux
    distribution which is circa Fedora Core 4 or later.
  + Some additional hints for getting GUItenMark to work on Windows Vista
    have been added to the download page, courtesy of a reader known only
    as 'wendl' (thanks, wendl!).

02/16/09.  The Mac OS X version is now believed to be fully working on Mac
OS X 10.5 (PPC and Intel), 10.4 (PPC and Intel), and 10.3 (PPC, of
course!), though I only have a subset of these systems on which to test.

06/01/08.  Another pot-pourri:
  + The Mac OS X installer download should now work fully on Mac OS X 10.5
    (though tested only on Intel), meaning that GUItenMark works on that
    platform.  On Mac OS X prior to 10.5, only the command-line programs (
    GutenMark and GutenSplit) are expected to work.
  + Jason Pollock's instructions for compiling GutenMark and GutenSplit for
    iPhone are now included on the download page.
  + GUItenMark now provides a GUI front-end for GutenSplit (in addition to
    its continued support for GutenMark).
  + Fixed some portability issues in the Linux binary download.
    (Specifically, I found that even if the prerequisite wxWindows 2.8 was
    installed on the target machine, GUItenMark would still not work if the
    wxWidgets had been compiled with Unicode support, because the
    shared-library names would be different from what was expected.  This
    happened with Fedora 9, for example.  And there are other wxWidgets
    compilation flags that could cause the same problem.)  The fix was to
    compile the Linux version of the GUItenMark program so that it is
    statically linked to wxWidgets, thus removing the requirement that
    wxWidgets be installed on the target computer at all.  On the other
    hand, I now see that the Linux version of the program has lots of other
    requirements that you may or may not need to install.  Oh, well!
05/28/08.  GUItenMark now compiles and works for Mac OS X, but so far I'm
only able to build it for Mac OS X 10.5, so I haven't yet gone through the
hassle of adding it to the binary download for Mac OS X.  However, it is
quite easy to build following the instructions on the download page.  Also,
Jason Pollock <jason@pollock.ca> has sent some additional changes and
instructions for compiling for the iPhone, but I've not yet had a chance to
try them or incorporate them here.  Soon, I hope.

05/26/08.  A miscellaneous pot-pourri of changes:
  + I'm still working on Mac OS X support, because it has turned out to be
    harder than I thought.  (For some reason I'm not yet clear on,
    GUItenMark simply doesn't work on Mac OS X.)  Nevertheless, there is
    now a Mac OS X installation package on the download page, along with
    instructions for using it, and for compiling.  The installation package
    makes installing GutenMark and GutenSplit much easier on the Mac, even
    though the program the package purports to provide (GUItenMark) doesn't
    work yet.
  + By default, GUItenMark now defaults to using the desktop as the
    location to find input files and to create output files.  This seems
    much more logical and useful than the obscure directories it defaulted
    to previously.
  + Jason Pollock <jason@pollock.ca> (thanks, Jason!) has sent in
    greatly-reworked version of GutenSplit, with several options that give
    you some more flexibility in splitting on different levels of headers,
    and/or in omitting the table of contents.
  + Jason has also suggested some mods that allow cross-compiling GutenMark
    (from a Mac), so that it runs on an iPhone.  I have not personally
    tried this, and I'll trust Jason to let me know if the changes are to
    his satisfaction.
05/09/08.  Well, Mac OS X support is back (due to the addition of Mac OS X
support to the IMCROSS development system which I am using to create
Windows binaries), but untested, so I won't provide binaries just yet.
More on this later.

04/23/08.  Made the installer programs a little smaller, by removing the
Linux-only files from the Windows installer, and vice-versa.

04/22/08.  Reorganized how the installers are created, to avoid overwriting
some directories that are useful to me.  Also, the installer isn't built
automatically any longer (you have to do 'make snapshot').  But I don't
suppose either of those things is of interest to anyone but me.

04/21/08.  Big doings are transpiring!

+-------------------------------------------------------------------------+
|The GUItenMark graphical front-end program is now fully working on both  |
|Windows and Linux 'x86, and seems to work quite well.  Admittedly, I've  |
|tested only Windows XP, SuSE 10.0, and Fedora Core 5.                    |
|                                                                        |
|Linux and Win32 installer programs are now available.                    |
|                                                                        |
|The website has been completely revamped to replace all of the outmoded  |
|download, installation, and compilation instructions, and to provide the |
|necessary new instructions pertaining to GUI front-end and installer    |
|programs.                                                                |
|                                                                        |
|Direct support for Linux PPC, Mac OS X, FreeBSD, and NetBSD has now been |
|discontinued.  The software (or at least, GutenMark) can presumably still|
|be built for these platforms, but I simply don't have the time or        |
|resources that allow me to do it myself.  I doubt this will be much loss |
|to anybody, since it has been years since I've updated the binaries for  |
|those platforms anyhow.                                                  |
+-------------------------------------------------------------------------+

04/20/08.  The GutenMark program itself has had the groundwork for several
experimental improvements laid, but the changes haven't resulted yet in any
quality changes.  More importantly, there is now a GUI front-end for
GutenMark, cleverly called GUItenMark, for both Linux and Windows.  There
are a couple of improvements I'd like to make in this program, and a couple
of bug-fixes for the Windows version of the program, but it's basically
working and seems very useful.  At any rate, even I admit that it's
enormously easier to use than the GutenMark command-line program.  I don't
want to generally send it out into the world until I make the mentioned
changes, test it on more computers (so far I've only tried it on SuSE Linux
10.0 and Windows XP Home), have an installer program, and get the web-page
verbiage all fixed up.  However you, loyal reader, can try it out now:
1. Download GUItenMark-demo.zip.  This is the complete package, and
    there's nothing else to download unless you want the source code as
    well!  But it is 13.4 Mbytes.
2. For Windows, unzip this file in "C:\Program Files\", thus creating the
    directory "C:\Program Files\GutenMark".  For Linux, unzip it in your
    home directory, thus creating "~/GutenMark", and rename it to "~
    /.GutenMark".
3. Left-click on your desktop to create an icon for the application
    program:  either "C:\Program Files\GutenMark\binary\GUItenMark.exe"
    (Windows) or else "~/.GutenMark/binary/GUItenMark" (Linux).
4. Click the icon with your mouse.
5. Operation of the program should be pretty darned self-explanatory, and
    it had better be since I haven't written any instructions for it yet.
    If not, let me know.
02/02/08.  A lot of explanation has been added on the usage page about
LaTeX, and particularly about using LaTeX on Windows.  Note also that
essentially all of the pre-processed etexts have been recently corrected or
improved in some way.  (Such changes are normally described on their own
"What's New" page rather than being described on this software-change
page.)

03/20/04.  Fixed PR #114.  This seemingly hasn't caused anybody a problem,
but ....  In conjunction with this, the "prefatory" area is no longer in a
smaller font size, except for the message that GutenMark itself adds.

02/21/04.  Fixed PR #113, which caused HTML headers to be omitted in some
files created by GutenSplit.

01/21/04.  A new utility program called GutenSplit has been added; this
program splits the HTML files created by GutenMark into smaller HTML files,
adding a table of contents, and links between all of the small HTML files.
The Makefiles have also been modified so that the various "GutenUtilities"
(including GutenSplit) are automatically built when GutenMark is built;
previously, this was a separate, manual build.  Also, if a cross-compiler
version of MinGW is installed on Linux, then a Linux build tries to create
not only the Linux versions of the executables, but also Win32 versions as
well.

01/05/03.  LaTeX:  Fixed the incorrect mdash construct I've been using all
this time!  (I used "--" at first, and then later decided that "----"
looked better.  However, since neither of these is the correct LaTeX
construct, namely "---", there were problems with them being arbitrarily
broken across lines.  Therefore, I added an \mbox to correct this problem,
and then a \linebreak to correct problems with the \mbox, and then ....).

12/28/02.  LaTeX:  Supplied a workaround for an importing bug in LyX 1.2
(PR#110, spurious linefeeds inserted when importing a LaTeX
command-sequence of the form "\ \ ").

12/25/02.  LaTeX:  Messages about the text having been converted by
GutenMark, the software version, and what-not have been moved from the
"Prefatory Materials" to a copyright-area on the back-side of the
title-page.  Also, added a trick to fool LyX into correctly importing the
date change from 12/23.  Added the "--ron" command-line switch to group
together various settings that
I personally find useful.

12/23/02.  LaTeX:  Fixed PR#109 (hyphenation and linebreak problems with
mdashes).  Also, removed the date which had appeared on the title page.

12/16/02.  Fixed PR#108 (inability to compile in NetBSD).

11/24/02.  The source tarball has been corrected to contain the correct
html file for the regression test.  More slight improvements were made do
special.words.gz.  Added "Hon." to the list of honorifics.

11/22/02.  This version has lots of improvements that--in my view, at
least--make producing LaTeX much easier, along with a  few other
miscellaneous changes:  Corrected the email address displayed by the
software.  Added the word "The" to special.words.gz.  Fixed the bulk of the
problems (but probably not all) associated with too-long spaces following
honorifics and quotes in LaTeX.  Fixed smart single-quotes, so as not to be
fooled by words like 'em, 'til, etc.  Fixed smart single-quotes and smart
double-quotes to correctly treat cases like this:
    ... and so I says to him"--he paused briefly--"why don't you stop ...
Hopefully, fixed the missing quotes in LaTeX chapter names.  Mdashes in
LaTeX are now enclosed in LaTeX \mbox{}, to avoid breaking them across
lines; also, the --mdash-size switch has been added to allow longer (or
shorter) mdashes.  The LaTeX default is now \raggedbottom.  Now use LaTeX "
\ " everywhere that "~" had been used previously (allowing latex to much
more easily space shorter lines).

08/26/02.  Fixed PR#99, making the 20020809 ALL-CAPS turnoff a little more
reliable.

08/25/02.  A few LaTeX conveniences were added, mainly to eliminate manual
post-corrections:  For page headings, the cases of the right- and
left-headings are matched; i.e., if one of them is all-caps then the other
one is forced to be all-caps also.  Hard-spaces in chapter headings have
been eliminated.  When the chapter heading is something like "CHAPTER IV.
THE SEARCH FOR PEACE", the page heading now only shows "THE SEARCH FOR
PEACE" and eliminates "CHAPTER IV."  The "\sloppy" markup is now used in
place of "\emergencystretch".

08/11/02.  Some LaTeX formatting changes were made to work around bugs in
LyX 1.2.  Also, some LaTeX command sequences (like that for the ae
ligature) were broken and have now been fixed.  Others may still be broken,
for all I know.

08/10/02.  Fixed a segfault in the author-deduction code added two days
ago.

08/09/02.  Fixed PR #93 (incorrect treatment of constructs like _[text]_
and [_text_]).  Fixed PR #94 (mixing/matching of ALL-CAPS italicizing mode
with other italicizing modes).  [This is handled in two ways:  GutenMark
attempts to deduce which emphasis mode is used, but also the "--caps-ok"
switch has been added to simply turn off ALL-CAPS conversion.]

08/08/02.  LaTeX-related changes:  Output file now includes a table of
contents.  Command-line switches "--no-toc", "--author", and "--title"
added.

08/05/02.  Added "--latex-sections" command-line option.

08/04/02.  All LaTeX-related:  Various bugs I found yesterday (see buglist)
were fixed.  Also, the hard spaces in sentence breaks have been completely
eliminated now.  Chapter headings are now ragged-right in all
circumstances.

08/03/02.  Added a new page to the website, for etexts I've converted to
LaTeX and PDF.

08/03/02.  Added "Rev.", "Gen.", and "Messrs" to the list of honorifics.
All of the following are LaTeX-only changes:  Trailing spaces and periods
(but not ellipses) are now removed from chapter names as used for page
headings.  For example, if the chapter name was "CHAPTER III." (as opposed
to "CHAPTER III"), it will now continue to appear as "CHAPTER III." except
in the page heading where it is not "CHAPTER III".  An "emergencystretch"
factor is now added, to eliminate some run-ons into the right margin for
small page sizes.  The soft-hyphen mechanism after em-dashes has been
changed, because the old one didn't work.  Honorifics and other
abbreviations being treated as ends of sentences has been fixed.

07/25/02.  Addressed PR #85, in which abnormally long input lines can cause
corruption in the output file.

07/22/02.  Addressed PR #84, hopefully extending yesterday's fixes from
Windows 98 to the entire Win32 family.  Sadly -- or perhaps happily -- I
only have Windows 98 myself, and therefore can't properly test the fixes,
and did not know that that the previous fixes didn't work in Win2K.

07/21/02.  Fixed PR #83, in which the PATH environment variable didn't work
properly.  Fixed PR #80, in which the default configuration file needed --
unreasonably, I think -- to have the exact paths of the wordlists rather
than a more graceful means of finding the wordlists.

(ryoon)

2011-02-06 08:57:07 UTC MAIN commitmail json YAML

2011-02-06 08:39:59 UTC MAIN commitmail json YAML

On Interix, it is impossible to build with HAVE_IPV6 due to missing
neither getipnodebyname(3) nor gethostbyname2(3).

(obache)

2011-02-06 08:33:31 UTC MAIN commitmail json YAML

Added comms/spandsp version 0.0.6pre18

(jnemeth)

2011-02-06 08:32:06 UTC MAIN commitmail json YAML

SpanDSP is a library of DSP functions for telephony, in the 8000
sample per second world of E1s, T1s, and higher order PCM channels.
It contains low level functions, such as basic filters. It also
contains higher level functions, such as cadenced supervisory tone
detection, and a complete software FAX machine.  The software has
been designed to avoid intellectual property issues, using mature
techniques where all relevant patents have expired. See the file
DueDiligence for important information about these intellectual
property issues.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(jnemeth)

2011-02-06 08:30:17 UTC MAIN commitmail json YAML

Add a spandsp option which pulls in comms/spandsp and links against it
to enable res_fax_spandsp.so.  Don't bother with a PKGREVISION bump since
this doesn't change default builds and there is no need tobother people
that don't need the option.

(jnemeth)

2011-02-06 08:00:05 UTC MAIN commitmail json YAML

CFLAGS+=-D__STDC_CONSTANT_MACROS so that UINT64_C() is defined for C++
as it is used in ffmpeg's <libavutil/common.h>

(markd)

2011-02-06 07:14:21 UTC MAIN commitmail json YAML

correct the distinfo for patch-ae.

(schnoebe)

2011-02-06 06:12:22 UTC MAIN commitmail json YAML

botched the include for poco when removing the wip references.

(schnoebe)

2011-02-06 06:09:52 UTC MAIN commitmail json YAML

Add databases/poco-data{,-sqlite,-odbc,-mysql}.

(schnoebe)

2011-02-06 06:08:07 UTC MAIN commitmail json YAML

2011-02-06 06:02:52 UTC MAIN commitmail json YAML

2011-02-06 06:02:02 UTC MAIN commitmail json YAML

2011-02-06 06:01:16 UTC MAIN commitmail json YAML



Import the SQL database accessor class for Poco 1.4.0.

A child of ../../databases/poco-data.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(schnoebe)

2011-02-06 06:00:08 UTC MAIN commitmail json YAML

2011-02-06 05:56:56 UTC MAIN commitmail json YAML

2011-02-06 05:55:15 UTC MAIN commitmail json YAML



Import Poco 1.4.0

The POCO C++ Libraries (POCO stands for POrtable COmponents) are
open source C++ class libraries that simplify and accelerate the
development of network-centric, portable applications in C++. The
libraries integrate perfectly with the C++ Standard Library and
fill many of the functional gaps left open by it. Their modular
and efficient design and implementation makes the POCO C++ Libraries
extremely well suited for embedded development, an area where the
C++ programming language is becoming increasingly popular, due to
its suitability for both low-level (device I/O, interrupt handlers,
etc.) and high-level object-oriented development. Of course, the
POCO C++ Libraries are also ready for enterprise-level challenges.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(schnoebe)

2011-02-06 05:01:38 UTC MAIN commitmail json YAML

Note removal of xmame/xmess (successor mame/mess).

(wiz)

2011-02-06 05:00:58 UTC MAIN commitmail json YAML

2011-02-06 00:36:27 UTC MAIN commitmail json YAML

2011-02-06 00:34:56 UTC MAIN commitmail json YAML

Remove alee-ttf

(ryoon)

2011-02-06 00:33:54 UTC MAIN commitmail json YAML

Updated fonts/alee-ttf.ryoon to 12

(ryoon)

2011-02-06 00:33:06 UTC MAIN commitmail json YAML

Update to 12.

Chanagelog:
ttf-alee (12) unstable; urgency=low

  * Change to The Artistic license 1.0 or any later version.
  * Remove all font configurations except defoma-hints. Closes: #452228.

-- A Lee <alee@debian.org>  Wed, 08 Oct 2008 13:18:05 +0900

ttf-alee (11.5) unstable; urgency=low

  * Remove [HaN-mfs].ttf. Closes: #441903.

-- A Lee <alee@debian.org>  Thu, 13 Sep 2007 09:31:38 +0900

ttf-alee (11.4) unstable; urgency=low

  * Remove bitmap fonts, Guseul1212.bdf and Guseul1214.bdf.

-- A Lee <alee@debian.org>  Thu, 19 Apr 2007 09:30:57 +0900

ttf-alee (11.3) unstable; urgency=low

  * Update Guseul.ttf.

-- A Lee <alee@debian.org>  Sun, 8 Apr 2007 21:26:13 +0900

ttf-alee (11.2) unstable; urgency=low

  * Add medieval Hangul compatibility jamos to Bandal.ttf, Bangwool.ttf,
    Eunjin.ttf and EunjinNakseo.ttf.
  * Add two bitmap fonts. Guseul1212.bdf and Guseul1214.bdf.

-- A Lee <alee@debian.org>  Thu, 9 Nov 2006 09:33:57 +0900

(ryoon)

2011-02-05 20:33:43 UTC MAIN commitmail json YAML

2011-02-05 20:21:01 UTC MAIN commitmail json YAML

2011-02-05 19:37:13 UTC MAIN commitmail json YAML

2011-02-05 19:33:46 UTC MAIN commitmail json YAML

+ eog-plugins-2.30.2.

(wiz)

2011-02-05 19:21:05 UTC MAIN commitmail json YAML

Mention eog-plugins and eog-plugins-map packages from July.

(wiz)

2011-02-05 18:54:59 UTC MAIN commitmail json YAML

2011-02-05 18:54:40 UTC MAIN commitmail json YAML

2011-02-05 17:56:23 UTC MAIN commitmail json YAML

Remove wdiff

(ryoon)

2011-02-05 17:55:33 UTC MAIN commitmail json YAML

Updated textproc/wdiff to 0.6.5

(ryoon)

2011-02-05 17:54:14 UTC MAIN commitmail json YAML

2011-02-05 17:47:22 UTC MAIN commitmail json YAML

Update to 0.6.5.

Fix PR pkg/44519

Changelog:
* Version 0.6.5 - December 2010, by Martin von Gagern

  * Never initialize or deinitialize terminals, as we do no cursor movement
  * Deprecated --no-init-term (-K) command line option
  * Avoid relative path in man pages
  * Updated gnulib, might be particularly important for uClibc users

* Version 0.6.4 - November 2010, by Martin von Gagern

  * Updated Catalan translations
  * Updated gnulib

* Version 0.6.3 - June 2010, by Martin von Gagern

  * Updated Italian and Swedish translations
  * Updated gnulib

* Version 0.6.2 - May 2010, by Martin von Gagern

  * Fix shell syntax in configure script
  * Updated gnulib and gettext, the latter to 0.18
  * Updated Dutch translation
  * Fixed a number of portability issues reported by maint.mk syntax checks

* Version 0.6.1 - April 2010, by Martin von Gagern

  * Introduce --with-default-pager=PAGER configure switch.
  * Fix missing newline in info dir entry list.

* Version 0.6.0 - March 2010, by Martin von Gagern

  First official release in a long time. Everything since 0.5 was inofficial.
  * `wdiff -d' to read input from single unified diff, perhaps stdin.
  * Updated texinfo documentation taking experimental switch into account.
  * Experimental programs (mdiff & friends) and a configure switch
    --enable-experimental to control them.
  * Recent imports from gnulib, use of recent autotools.
  * Improved autodetection of termcap library like ncurses.
  * Reformatted translations, still a number of fuzzy translations.
  * Changed from CVS to bzr for source code version control.
  * Various bug fixes. See ChangeLog for a more exhaustive list.
  * Known bugs: this NEWS file here was outdated in the release tarball.

* Version 0.5.4 - June 2007, by Denver Gingerich

  Integrated following changes from 0.5g (Francois Pinard, November 1998):
  * Messages from programs may be output in many natural languages.
  * Short `man' pages get installed for `mdiff', `unidiff' and `wdiff'.
  * The original man page for `wdiff' gets withdrawn, for legalistic reasons.
  * New `unify' converts context diffs to unidiffs or vice-versa.
  * New `mdiff' finds identical line clusters in one or more files.
  * A new `-K' option inhibits termcap initialization and termination.

* Version 0.5.3 - June 2007, by Denver Gingerich

  No user-visible changes; see ChangeLog for details

(ryoon)

2011-02-05 16:02:15 UTC MAIN commitmail json YAML

+ file-5.05, gnumeric110-1.10.13, goffice0.8-0.8.13,
  modular-xorg-server-1.9.4, puzzles-9083, wdiff-0.6.5 [pkg/44519],
  wine-devel-1.3.13, xboard-4.5.0, xf86-video-ati-6.14.0.

(wiz)

2011-02-05 15:18:48 UTC MAIN commitmail json YAML

+ varnish-2.1.5 [pkg/44520]

(obache)

2011-02-05 14:36:25 UTC MAIN commitmail json YAML

audio/gogo is removed.

(ryoon)

2011-02-05 14:00:05 UTC MAIN commitmail json YAML

Remove spim-8.0 and twolame-0.3.13

(ryoon)

2011-02-05 13:58:30 UTC MAIN commitmail json YAML

Updated emulators/spim to 8.0 and audio/twolame to 0.3.13

(ryoon)

2011-02-05 13:38:15 UTC MAIN commitmail json YAML

Update to 8.0.

fix PR pkg/44465

Changelog:
2010-01-08    <Jim@LS-RED>

* Version 8.0 released

2010-01-05    <Jim@LS-RED>

* xspim/Imakefile, spim/Makefile Jaymie Strecker [JStrecker@wooster.edu]:
Change install path from /usr to /usr/local.
Removed -D option, which doesn't exists on MacOS.

* pervasive:
Change license to a BSD license, update copyright notices, and
eliminated references to my old email address.

2009-12-05    <Jim@LS1>

* CPU/spim-utils.c (initialize_run_stack) [珣エ檔菩椪 bupjae@hotmail.com]:
Simplify alignment of data on stack to ensure enough room is left
for environment and args at top of stack.

* PCSpim/PCSpimView.cpp:
Initialize stack with arguments when running program from run dialog.

* spim/spim.c (read_input) [Adam Wolfe Gordon
adam.wolfegordon@gmail.com}:
read_input filled buffer with last character of file not terminated by
newline.

* Documentation/spim.html [Dave Comer dmcomer@dmcmicro.com]:
Links to MIPS documentation were broken.

2009-09-22    <Jim@LS1>

* spim/spim.c (main) [Ohad Kammar ohad.kammar@ed.ac.uk]:
Did not return value from exit syscall.

2009-03-01  James larus  <larus@ubuntu-laptop>

* xspim/buttons.c [Karl Ljungkvist k.ljungkvist@gmail.com]:
Step command reinitialized the stack, which changed registers (argc, argv).

2009-03-01    <Jim@LS1>

* Documentation/spim.html:
Updated web page to remove reference to spim source in PCSpim source distribution.

* PCSpim/PCSpimView.{cpp, h}, SettingsDlg.cpp, BreakpointDlg.cpp, MainFrm.{cpp, h}:
Force redisplay of data segment in situations in which register
values may have changed, such as $sp. Some cleanup as well.

* PCSpim/PCSpimView.cpp:
Properly initialize the PC at the first invocation of the step operation.

* PCSpim/PCSpimView.cpp, spim/spim.c [Pierce, Bill [pierce@hood.edu]:
Initialize the stack when initializing the world, so the stack is
initialized when single stepping as well as running.

2009-02-13    <Jim@LS1>

* CPU/mem.c (bad_mem_write) [phong le phongle@nlsim.com]:
Major memory leak: instructions overwritten by self-modifying code
were not freed!

* spim/Configure, xspim/Configure [Carlos Pantelides carlos_pantelides@yahoo.com]:
Added test for 64 bit Linux systems.

2009-01-22    <Jim@LS1>

* spim/Makefile:
Fix install commands so exceptions.s is installed at /usr/lib/spim.
Rerelease of spim.tar.*

2009-01-14    <Jim@LS1>

* pcspim.zip:
Rerelease of pcspim to correct installer problem. Visual Studio
9.0 required new crt and mfc libraries.

2009-01-01    <Jim@LS1>

* Released version 7.4

2009-01-01  James larus  <larus@ubuntu-laptop>

* xspim/Imakefile, spim/Makefile:
Fix install directories for Linux.

2008-11-29    <Jim@LS1>

* xspim/buttons.c [karl.marklund@gmail.com]:
Command line arguments for assembly code not properly set.

2008-11-28    <Jim@LS1>

* PCSpim/PCSpimView.{cpp,h}:
Command line arguments not set properly on second and subsequent runs.

2008-11-01    <Jim@LS1>

* Version 7.4

* Tests/tt.core.s (madd_) Miguel Barテ」o [mjsb@di.uevora.pt]:
Added test for madd(2, -1) with (hi, lo) = (0, -1).

2008-05-18    <Jim@LS1>

* CPU/scanner.l [liblit@cs.wisc.edu]:
Fix for flex 2.5.33 was too specific for that version and failed
on later versions, which propagated the change recoganized by fix
of2005-02-05.

2007-05-20    <Jim@LS1>

* CPU/run.c (run_spim):
Fixed handling of borrow from subtract of low-order word in MSUB
and MSUBU

2007-05-03    <Jim@LS1>

* CPU/run.c Tim ODonnell [timodonnell@gmail.com]:
Fixed handling of overflow from add of low-order word in MADD and
MADDU.

2007-04-15    <Jim@LS1>

* Documentation/spim.html:
Updated MIPS documenation links to reflect new file
versions. Included link to Nokia 660 port.

2007-01-14    <Jim@LS1>

* CPU/inst.c (inst_decode) Cai Hongxu [caihongxu@gmail.com]:
Did not correctly decode SPECIAL2 instructions (e.g., madd).

2006-08-28    <Jim@LS1>

* spim/Makefile:
Explicitly include exception handler path for "make test" to
eliminate need to install it before running test.

(ryoon)

2011-02-05 13:32:45 UTC MAIN commitmail json YAML

Update to 0.3.13.

Changelog:
Version 0.3.13 (2010-01-21)
---------------------------

- Fixed documentation location (--docdir in configure)
  * thanks to Chris Mayo for patch
- Moved source code control to Github
- Improvements to build system
- Updated to autoconf 2.60, libtool 2.2, automake 1.10 and Doxygen 1.7.3
- Fix problem with 'extern inline' by changing them to 'static inline'
- Wrote perl script to test output of the frontend
- Changed all debugging messages, writing to stdout to write to stderr
- Removed calls to exit() from libtwolame.
- Added --non-copyright option (which is enabled by default)
- Fix for bad copy/paste of variable assignment.
- Manpage correction
- Changed fopen() options to wb to fix Windows

(ryoon)

2011-02-05 13:21:13 UTC MAIN commitmail json YAML

Kill Interix libc shlibname base OS_VERSION detection, broken for SUA.

It is based on ancient bsd.prefs.mk and not works as expected for SUA,
because all SUA (5.2, 6.0 and 6.1) have libc.so.5.2 (and also old version).
Moreover shlibname base OS version was introduced to speed up to avoid invoking
`uname', but in this script, `uname' always will be invoked.

(obache)

2011-02-05 10:13:25 UTC pkgsrc-2010Q4 commitmail json YAML

2011-02-05 10:12:04 UTC pkgsrc-2010Q4 commitmail json YAML

Pullup ticket 3340 - requested by tron
functionality fix

Revisions pulled up:
- pkgsrc/mail/dovecot2/Makefile 1.7
- pkgsrc/mail/dovecot2/distinfo 1.7

Files added:
pkgsrc/mail/dovecot2/patches/patch-ad

-------------------------------------------------------------------------
  Module Name:    pkgsrc
  Committed By:  tron
  Date:          Wed Feb  2 22:19:25 UTC 2011

  Modified Files:
          pkgsrc/mail/dovecot2: Makefile distinfo
  Added Files:
          pkgsrc/mail/dovecot2/patches: patch-ad

  Log Message:
  Add fix by Timo Sirainen from the Dovecot Mercury repository to fix
  a hang when trying to COPY to a non existent mailbox via IMAP.

  To generate a diff of this commit:
  cvs rdiff -u -r1.6 -r1.7 pkgsrc/mail/dovecot2/Makefile \
      pkgsrc/mail/dovecot2/distinfo
  cvs rdiff -u -r0 -r1.3 pkgsrc/mail/dovecot2/patches/patch-ad

(spz)

2011-02-05 09:34:05 UTC MAIN commitmail json YAML

2011-02-05 07:58:11 UTC MAIN commitmail json YAML

Updated graphics/inkscape to 0.48.1

(adam)

2011-02-05 07:57:15 UTC MAIN commitmail json YAML

2011-02-05 04:03:48 UTC MAIN commitmail json YAML

OpenBSD does not have lchmod.

(hiramatsu)

2011-02-04 23:35:29 UTC MAIN commitmail json YAML

2011-02-04 22:46:33 UTC MAIN commitmail json YAML

2011-02-04 22:40:38 UTC MAIN commitmail json YAML

2011-02-04 22:39:29 UTC MAIN commitmail json YAML

Import tex-eso-pic-doc-2.0c as print/tex-eso-pic-doc.

This is documentation for tex-eso-pic.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-02-04 22:39:15 UTC MAIN commitmail json YAML

Import tex-eso-pic-2.0c as print/tex-eso-pic.

Eso-pic is an extension of everyshi. Using everyshi's \EveryShipout
command, eso-pic adds one or more user commands to LaTeX's shipout
actions.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-02-04 22:19:05 UTC MAIN commitmail json YAML

2011-02-04 22:17:57 UTC MAIN commitmail json YAML

Import tex-pdfpages-doc-0.4l as print/tex-pdfpages-doc.

This is documentation for tex-pdfpages.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-02-04 22:17:40 UTC MAIN commitmail json YAML

Import tex-pdfpages-0.4l as print/tex-pdfpages.

This package simplifies the inclusion of external multi-page PDF
documents in LaTeX documents. Pages may be freely selected and similar
to psnup it is possible to put several logical pages onto each sheet of
paper. Furthermore a lot of hypertext features like hyperlinks and
article threads are provided. The package supports pdfTeX (pdflatex) and
VTeX. With VTeX it is even possible to use this package to insert
PostScript files, in addition to PDF files.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-02-04 22:15:18 UTC MAIN commitmail json YAML

2011-02-04 22:14:33 UTC MAIN commitmail json YAML

Import tex-palatino-2010 as fonts/tex-palatino.

This package provides the Palatino font family for TeX.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-02-04 21:08:22 UTC MAIN commitmail json YAML

2011-02-04 20:10:32 UTC MAIN commitmail json YAML

2011-02-04 19:56:27 UTC MAIN commitmail json YAML

2011-02-04 19:53:06 UTC MAIN commitmail json YAML

Changes 0.9.1:
* Parse correctly WP 2 for Mac documents without resource fork
* Improvements in parsing of pictures in WP1 parser
* Fix wrong sizes of some functions in WP1 and WP42 parsers
* Fix handling of character attributes

(adam)

2011-02-04 15:30:53 UTC MAIN commitmail json YAML

Update to dhcpcd-5.2.11
Change from dhcpcd-5.2.10 is support for 64-bit routing on NetBSD.

(roy)

2011-02-04 12:26:01 UTC MAIN commitmail json YAML

Remove the last hunk from patch-ab for configure.

It was added for DragonFly, but not required for recent DF release,
and break build on AIX-5.3, as PR#44446.

(obache)

2011-02-04 12:06:57 UTC MAIN commitmail json YAML

Updated chat/mu-conference to 0.8

(adam)

2011-02-04 12:05:45 UTC MAIN commitmail json YAML

Changes 0.8:
* Optimization: A bunch of patches by M. Doliner (see svn log for more details)
* Feature: Allow the service admin to see the occupants of every rooms
* Feature: Allow the service admin to enter a room with nicknames locked even
  if his nickname isn't the one needed
* Feature: option to disable room logging on the whole component
* Feature: option to save room log files in subdirectories according to date
* Feature: Patch by Smoku to hide empty rooms from disco/browse lists
* Bugfix: Two vulnerabilities in mysql module
* Bugfix: send code=110 when needed according to XEP-0045
* Bugfix: Fix crash when changing roles
* Bugfix: Fixed a bug when entering/leaving a room, it was considered as a nick
  change
* Bugfix: Corrected the errors sent by mu-conference
* Bugfix: Better error code when choosing a nick not conform with the room
  policy
* Bugfix: Fixed a segfault in the decline messages handler
* Bugfix: Avoid a segfault when asking unique room name with a too big user jid
* Bugfix: going in an infinite loop if the user invite the jid ""
* Bugfix: Changed error handling
  - Don't kick a user if the message error is not delivery-related,
    otherwise user could be kicked when refusing a file transfer for example
  - If the user is not kicked, don't discard the error, send it to the
    other user/chatroom
* Bugfix: Hide XEP-0203 delay nodes when sending back presences stanzas

(adam)

2011-02-04 11:40:25 UTC MAIN commitmail json YAML

Updated www/ap2-chroot to 0.5

(obache)

2011-02-04 11:40:12 UTC MAIN commitmail json YAML

Update ap2-chroot to 0.5.
While here
* Set LICENSE=gnu-gpl-v2
* Marked as CONFLICTS with apache>=2.2.10.
  It provides builtin ChrootDir directive, as PR#44458.

2005-01-09 Hobbit
* getenv()/setenv() instead of flaky getppid().
* fixed layout to make <IfModule> work as expected.
* documentation updates.
* released mod_chroot/0.4

2005-06-12 Hobbit
* fixed a problem with some CGIs (mod_cgid, mod_fcgid)
  being executed outside the chroot jail.
  Patch by <clement.hermann*free.fr>, thanks!
* updated documentation
* released mod_chroot/0.5

(obache)

2011-02-04 02:02:30 UTC MAIN commitmail json YAML

Updated converters/skf to 1.97.4

(obache)

2011-02-04 02:01:55 UTC MAIN commitmail json YAML

Update skf to 1.97.4.

  * fix encode wrap doesn't work on CR/LF environment.
  * fix early mime output feature isn't suppressed as expected.

(obache)

2011-02-03 22:26:06 UTC MAIN commitmail json YAML

Mention new mame+mess packages and sdlmame+sdlmess removal.

(wiz)

2011-02-03 22:24:46 UTC MAIN commitmail json YAML

2011-02-03 22:22:54 UTC MAIN commitmail json YAML

Initial import of mess-0.141:

MESS is a source-available project which documents the hardware
for a wide variety of (mostly vintage) computers, video game
consoles, and calculators through software emulation, as MAME does
for arcade games. As a nice side effect to this documentation, MESS
allows software and games for these hardware platforms to be run
on modern PCs.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20110203

(wiz)

2011-02-03 22:22:36 UTC MAIN commitmail json YAML

Initial import of mame-0.141:

MAME stands for Multiple Arcade Machine Emulator. When used in
conjunction with images of the original arcade game's ROM and disk
data, MAME attempts to reproduce that game as faithfully as possible
on a more modern general-purpose computer. MAME can currently
emulate several thousand different classic arcade video games from
the late 1970s through the modern era.

ROMs are needed to play the games. Some are freely available on the
MAME homepage.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20110203

(wiz)

2011-02-03 21:52:33 UTC MAIN commitmail json YAML

Fix building on Mac OS X. Fix building with Clang.

(adam)

2011-02-03 21:41:49 UTC MAIN commitmail json YAML

Fix graphics/libraw entry

(gls)

2011-02-03 21:38:31 UTC MAIN commitmail json YAML

Updated graphics/libraw to 0.12.4

(gls)

2011-02-03 21:38:08 UTC MAIN commitmail json YAML

Update graphics/libraw to 0.12.4

Upstream changes:

Imported dcraw 9.06/1.440:

* Added camera support for: Canon S95, Casio EX-Z1080, Panasonic GF2 and GH2,
Samsung NX100, Sony A-580
* Updated color data for: Canon G12, Nikon D3100, D7000 and P7000, Olympus E-5,
Pentax K-r and K-5, Samsung NX10 and WB2000

(gls)

2011-02-03 21:33:09 UTC MAIN commitmail json YAML

Turns out shelldap is under 3-clauses BSD license.

(imil)

2011-02-03 19:39:22 UTC MAIN commitmail json YAML

mention recent updates/additions

(drochner)

2011-02-03 19:28:49 UTC MAIN commitmail json YAML

update to 4.8.3
changes: enhanced support for working with QVariant objects and Python v3

(drochner)

2011-02-03 19:27:55 UTC MAIN commitmail json YAML

2011-02-03 19:27:04 UTC MAIN commitmail json YAML

update to 4.12.1
changes: small functional enhancements

(drochner)

2011-02-03 19:08:19 UTC MAIN commitmail json YAML

2011-02-03 19:04:02 UTC MAIN commitmail json YAML

2011-02-03 19:00:01 UTC MAIN commitmail json YAML

2011-02-03 18:57:15 UTC MAIN commitmail json YAML

2011-02-03 18:52:26 UTC MAIN commitmail json YAML

2011-02-03 18:50:56 UTC MAIN commitmail json YAML

2011-02-03 15:38:14 UTC MAIN commitmail json YAML

+ liberation-ttf-1.06.

(wiz)

2011-02-03 15:12:45 UTC MAIN commitmail json YAML

Add upstream bug report and remove unnecessary chunk.

(wiz)

2011-02-03 14:53:08 UTC MAIN commitmail json YAML

Re-add information for optional files that "make mdi" happily removed.
Problem pointed out by wizd(8).

(tron)

2011-02-03 14:47:23 UTC MAIN commitmail json YAML

Note update of skk 14.2.  pkg/44486 by Ryo ONODERA.

Random summary of changes:

14.2
- Support multiple dictionaries.
- Support "tooltip".
- Support UNICODE display.
- Support face colors.
- Support character input by code number.
- Improve JIX X 0213 support.

14.1
- Support CDB directly.
- Improve info.
- Improve dynamic completion.
- Display character code.
Various conversion improvements.

(uebayasi)

2011-02-03 14:42:53 UTC MAIN commitmail json YAML

Note update of GNU GLOBAL 5.9.3.

Big changes:

- Allows the symbolic links which point to directories, and treats
  the names of struct, union, enum and enum member as definitions.
  (5.7)

- Uses GPLv3 and LGPLv3 license. (5.6)

- Becomes GNU BOKINware. (5.5)

Details:

http://cvs.savannah.gnu.org/viewvc/global/global/NEWS?view=markup

Bunch of incompatible format changes.  DON'T FORGET TO RE-GENERATE TAGS!

(uebayasi)

2011-02-03 14:17:35 UTC MAIN commitmail json YAML

Updated benchmark/randread to 0.2.

(obache)

2011-02-03 14:15:28 UTC MAIN commitmail json YAML

Updated benchmarks/randread to 0.2

(obache)

2011-02-03 14:15:12 UTC MAIN commitmail json YAML

Update randread to 0.2.
Based on PR#44354 by Tony Young.
set LICENSE=public-domain, unit-test support by me.

Version 0.2  2002-09-11

    Added unit test framework.
    Read from a list of files, rather than just one, seeking evenly within
all of them based on the number of blocks in each.
    Allow reading several contiguous blocks for each seek, so we can do
sequential/random and sequential read testing.
    Print more and clearer information.
    Added disktest shell scripts.

(obache)

2011-02-03 14:12:00 UTC MAIN commitmail json YAML

Note update of the "mutt-devel" package to version 1.5.21nb1.

(tron)

2011-02-03 14:11:51 UTC MAIN commitmail json YAML

Add a patch from the "mutt" bug tracking system which works arround a bug
in Exchange 2010's IMAP server. Tested with Dovecot 2.0 and Exchange 2010.

(tron)

2011-02-03 13:41:51 UTC MAIN commitmail json YAML

Added devel/p5-Term-Shell version 0.02 and sysutils/shelldap version 0.2

(imil)

2011-02-03 13:37:02 UTC MAIN commitmail json YAML

add & enable shelldap

(imil)

2011-02-03 13:34:10 UTC MAIN commitmail json YAML

Initial import of shelldap, version 0.2, into the NetBSD Packages Collection.

A handy shell-like interface for browsing LDAP servers and editing their
content. It keeps command history, has sane autocompletes, credential caching,
site-wide and individual configs, and it's fun to say.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(imil)

2011-02-03 13:31:17 UTC MAIN commitmail json YAML

add & enable p5-Term-Shell

(imil)

2011-02-03 13:28:05 UTC MAIN commitmail json YAML

Initial import of p5-Term-Shell, version 0.02, into the NetBSD Packages
Collection.

Term::Shell makes it joyfully easy to write command-line interfaces in Perl.
All the boring details like command-line parsing and terminal handling are
done for you.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(imil)

2011-02-03 13:03:23 UTC MAIN commitmail json YAML

Updated misc/dialog to 1.1.20110118

(wiz)

2011-02-03 13:03:14 UTC MAIN commitmail json YAML

Update to 1.1.20110118:

2011/01/18
+ fix inconsistency in return-codes for textbox when help-button is
  used by making dlg_exit_buttoncode() a wrapper for
  dlg_ok_buttoncode().
+ modify pause widget to use dlg_ok_buttoncode(), so help-button works.
+ correct two infobox sample scripts, which did not pass extra
  command-line parameters due to quoting problems.
+ add a limit-check to the timebox widget (patch by Garrett Cooper).
+ modify --trace option to also trace the command-line parameters.
+ account for combining characters when wrapping text (Debian #570634).
+ correct handling of SIGWINCH in gauge widget (Debian #305705).
+ add gauge_color, to make guage's progress-bar distinct from
  title_color (request by Dominic Derdau).
+ update fi.po from
http://translationproject.org/latest/dialog/
  as well as resync line-numbers in the other po-files.
+ modify configure script and dialog program to build with NetBSD's
  wide-character curses functions, including workarounds for its
  incorrect WACS_xxx definitions.  Some of the UTF-8 examples work.
+ add back-tab for traversal of tailboxbg widgets, for symmetry with
  tab-traversal.
+ reduce flicker in tailboxbg by checking if the input file size has
  changed.
+ modify internals of callbacks to avoid blocking reads of their
  associated files by keyboard input.
+ add command-line option --no-mouse, to suppress use of mouse.
+ add configure option --enable-header-subdir to allow the header files
  to be installed into a subdirectory named for the package.
+ modify dlg_restore_vars() to retain the updated values of
  input_result and input_length, eliminating the need for a caller to
  provide their own user buffer (prompted by report by Thiago Bimbatti
  Felicio).
+ add a null-pointer check in show_result() for
  dialog_vars.input_result, and ensure it is set to null after freeing
  (prompted by report by Thiago Bimbatti Felicio).
+ change order of -I options in CPPFLAGS (report by Michel Feldheim)
+ modify pause-widget so that it no longer exits when an unrecognized
  key is pressed (patch by Creidieki M Crouch).
+ add --with-package option to configure script to allow renaming
  of the dialog program and library, to support the package scripts.
+ add Debian and RPM package scripts for test-builds.
+ several improvements to configure script:
  + quote params of ifelse()
  + change obsolete ${name-value} to standard ${name:-value}
  + use new macros CF_ADD_LIB/CF_ADD_LIBS to enforce consistency.
  + AM_GNU_GETTEXT, drop $MKINSTALLDIRS, use "mkdir -p" consistently.
  + CF_ADD_SUBDIR_PATH, workaround - if $prefix was not mkdir'd yet, no
    directories were added.
  + CF_BUNDLED_INTL, add --with-textdomain option, to use with lynx-dev
    package
  + CF_FIND_LINKAGE, simplify save/restore of $LIBS
  + CF_GCC_WARNINGS, fix for Mac OS X (compiler makes conftest.dSYM
    directory)
  + CF_HEADER_PATH, don't search for variations of everything in the
    current include-path
  + CF_WITH_CURSES_DIR, move the calls to CF_ADD_INCDIR and
    CF_ADD_LIBDIR for the curses-directory here, from
    CF_NCURSES_CPPFLAGS and CF_NCURSES_LDFLAGS, so it will work even
    with the default checking, e.g., no --with-ncurses, etc.
+ updated config.guess, config.sub

(wiz)

2011-02-03 13:01:23 UTC MAIN commitmail json YAML

+ cherokee-1.0.20, clutter-1.6.0, fotoxx-11.02, gnuchess-5.08,
  kdevelop-4.2, libgnome-2.32.1, libgnomecanvas-2.30.3, libgnomeui-2.24.5,
  libpciaccess-0.12.1, libraw-0.12.4, mcsim-5.4.0, mkvtoolnix-4.5.0,
  mplayer-1.0rc4, texmaker-2.2.1, vbetool-1.1, vlc-1.1.7,
  worker-2.17.10, xrdb-1.0.8, youtube-dl-20110130,

(wiz)

2011-02-03 12:57:54 UTC MAIN commitmail json YAML

Updated textproc/dict-{server,client} to 1.12.0.

(obache)

2011-02-03 12:55:51 UTC MAIN commitmail json YAML

Update dict-{server,client} to 1.12.0.
per maintainer update request PR#44363.

----------------------------------------------------------------------
Version 1.12, by Aleksey Cheusov, Sun,  9 Jan 2011 18:16:34 +0200

  New script dict_lookup for translating words and phrases from X
  selection. It makes sense to configure launching dict_lookup on a
  keyboard shortcut in the window manager.

  dictd: Fix for SHOW SERVER command (dict -I).  On systems where
  sizeof(int) != sizeof (long) values in "Uncompressed" column may
  contain random garbage.  This problem was seen on NetBSD/x86_64/5.1

  Fix for sf bug #3098788
  https://sf.net/tracker/?func=detail&aid=3098788&group_id=605&atid=100605
  Regresson tests for dictzip were added.

  Fix in Makefile: non standard option for lex(1) was removed
  (This may unbreak compilation on SunOS, HP-UX...).

  dictfmt:
  Internal buffer size was increased from 10240 to 102400 bytes.

  Fixes for Tru64.

  Other minor fixes and cleanups

(obache)

2011-02-03 12:41:00 UTC MAIN commitmail json YAML

Updated net/clive to 2.2.22

(wiz)

2011-02-03 12:40:52 UTC MAIN commitmail json YAML

Update to 2.2.22:

2.2.22  Sun Jan 16 2011    Toni Gundogdu
Changes:
        - Accept youtu.be URLs (#8)

2.2.21  Fri Jan 07 2011    Toni Gundogdu
Bugfixes:
        - Dailymotion.pm: Access blocked by "family filter" (#4)

2.2.20  Mon Dec 27 2010    Toni Gundogdu
Changes:
        - Accept non-HTTP (input) URLs [#3]
Bugfixes:
        - Vimeo.pm: Fix video ID parsing [#2]

(wiz)

2011-02-03 12:40:06 UTC MAIN commitmail json YAML

2011-02-03 12:39:58 UTC MAIN commitmail json YAML

Update to 4.1.3:

--- 4.1.3 2011/01/27

Update yaz.spec to operate on both SLES11 / Centos 5.5.

RPM: Release includes 'indexdata' name. Use indexdata in release name so
this package can be distinguished from other vendors.

yaz-config: Use exec_prefix, libdir, includedir .  Use these variables
as determined by configure

yaz-config: set YAZ_VERSION env. php_yaz relies on it.

GFS: Z_PresentStatus_partial_4 for missing record. If bend_fetch handler
returns no error and no record, the present request is considered
partial (only a subset of the records could be returned by backend), and
so it is appropriate to set Present Status to partial-4.

(wiz)

2011-02-03 12:36:46 UTC MAIN commitmail json YAML

Updated devel/mercurial to 1.7.5

(wiz)

2011-02-03 12:36:37 UTC MAIN commitmail json YAML

Update to 1.7.5:

1.7.5 (2011-02-01)

This is a quick bugfix release to include some fixes accidentally
dropped from 1.7.4.

  subrepo: fix update -C with svn subrepos when cwd != repo.root
  subrepo: make update -C clean the working directory for svn subrepos
  url: add --insecure option to bypass verification of ssl certificates
  win32mbcs: Fix typo in documentation

1.7.4 (2011-02-01)

This is a scheduled bugfix release that smooths out some of the
rough edged introduced with 1.7.3's HTTPS certificate verification.

  bookmarks: always write undo file
  bookmarks: respect rollbacks dryrun parameter
  hgrc.5: mention that web.cacerts are run through util.expandpath
  opener: force copy on 'a'ppend if nlinks() returns 0 (issue1922)
  subrepo: compare svn subrepo state to last committed revision
  subrepo: do not report known files inside repositories as unknown
  url: 'ssh known host'-like checking of fingerprints of HTTPS certificates (see CACertificates)
  url: check subjectAltName when verifying ssl certificate
  url: expand path for web.cacerts
  url: fix UnicodeDecodeError on certificate verification error
  win32: add cacert.pem file to Inno Setup installer
  win32: win32console.GetStdHandle() can return None

(wiz)

2011-02-03 12:21:02 UTC MAIN commitmail json YAML

Some clean up.
* No need automake to build.
* clean up subst patterns, not to break shell script.
* more 32bit and 64bit patterns
* pass down prefered environments to build.
* DL_LIBS came from dlopen.buildlinnk3.mk, need to buildlink.

(obache)

2011-02-03 11:30:54 UTC MAIN commitmail json YAML

Use SH instead of SHELL, from Francois Tigeot in PR 44503.

(wiz)

2011-02-03 10:02:38 UTC MAIN commitmail json YAML

Remove duplicate distinfo entries for patch-b[uv].

(wiz)

2011-02-03 09:21:09 UTC MAIN commitmail json YAML

Updated graphics/png to 1.5.1

(wiz)

2011-02-03 09:20:59 UTC MAIN commitmail json YAML

Update to 1.5.1:

Version 1.5.1beta10 [January 27, 2010]
  Fixed incorrect examples of callback prototypes in the manual, that were
    introduced in libpng-1.0.0.
  In addition the order of the png_get_uint macros with respect to the
    relevant function definitions has been reversed.  This helps the
    preprocessing of the symbol files be more robust.  Furthermore, the
    symbol file preprocessing now uses -DPNG_NO_USE_READ_MACROS even when
    the library may actually be built with PNG_USE_READ_MACROS; this stops
    the read macros interfering with the symbol file format.
  Made the manual, synopses, and function prototypes use the function
    argument names file_gamma, int_file_gamma, and srgb_intent consistently.

Version 1.5.1beta11 [January 28, 2011]
  Changed PNG_UNUSED from "param=param;" to "{if(param){}}".
  Corrected local variable type in new API png_process_data_skip()
    The type was self-evidently incorrect but only causes problems on 64 bit
    architectures.
  Added transform tests to pngvalid and simplified the arguments.

Version 1.5.1rc01 [January 29, 2011]
  No changes.

Version 1.5.1rc02 [January 31, 2011]
  Added a request in the manual that applications do not use "png_" or
    "PNG_" to begin any of their own symbols.
  Changed PNG_UNUSED to "(void)param;" and updated the commentary in pngpriv.h

Version 1.5.1 [February 3, 2011]
  No changes.

(wiz)

2011-02-03 08:04:37 UTC MAIN commitmail json YAML

2011-02-03 06:12:32 UTC MAIN commitmail json YAML

Update checksum of patch-cj.

(taca)

2011-02-02 23:35:52 UTC MAIN commitmail json YAML

2011-02-02 23:35:11 UTC MAIN commitmail json YAML

Add proper license for files by dillo and myself.
Ok dillo.

(wiz)

2011-02-02 23:34:48 UTC MAIN commitmail json YAML

2011-02-02 23:15:52 UTC MAIN commitmail json YAML

2011-02-02 22:27:00 UTC MAIN commitmail json YAML

Updated databases/apache-cassandra to 0.7.0

(tonnerre)

2011-02-02 22:26:45 UTC MAIN commitmail json YAML

Upgrade Apache Cassandra to version 0.7.0. It's 0.7.0-beta3 with a number
of bugfixes.

(tonnerre)

2011-02-02 22:21:14 UTC MAIN commitmail json YAML

Note update of the "dovecot2" package to version 2.0.9nb1.

(tron)

2011-02-02 22:19:25 UTC MAIN commitmail json YAML

Add fix by Timo Sirainen from the Dovecot Mercury repository to fix
a hang when trying to COPY to a non existent mailbox via IMAP.

(tron)

2011-02-02 21:44:13 UTC MAIN commitmail json YAML

2011-02-02 21:41:27 UTC MAIN commitmail json YAML

Added audio/mpdas version 0.3.0

(gls)

2011-02-02 21:39:55 UTC MAIN commitmail json YAML

Add & enable mpdas

(gls)

2011-02-02 21:35:36 UTC MAIN commitmail json YAML

Import audio/mpdas, version 0.3.0, into the NetBSD Packages Collection.

mpdas is an AudioScrobbler client for MPD written in C++. It uses libcurl and
libmpd.
It supports the latest AudioScrobbler protocol (2.0).
In case of a downtime or connectivity problems, mpdas will cache the played
songs to ~/.mpdascache.

Features:
- Sets now-playing status
- Scrobbling (obviously)
- Caching
- Config files
- User switching

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(gls)

2011-02-02 18:33:55 UTC MAIN commitmail json YAML

Note update of tex-tetex.

(minskim)

2011-02-02 18:33:12 UTC MAIN commitmail json YAML

2011-02-02 18:30:45 UTC MAIN commitmail json YAML

Note PKGREVISION bump of tex-pdftex.

(minskim)

2011-02-02 18:30:20 UTC MAIN commitmail json YAML

2011-02-02 18:28:14 UTC MAIN commitmail json YAML

Note update of tex-dvips.

(minskim)

2011-02-02 18:27:51 UTC MAIN commitmail json YAML

2011-02-02 18:24:57 UTC MAIN commitmail json YAML

Note PKGREVISION bump of tex-dvipdfm{,-doc}.

(minskim)

2011-02-02 18:24:47 UTC MAIN commitmail json YAML

Sync TEXLIVE_REV with tex-dvipdfm.

(minskim)

2011-02-02 18:23:36 UTC MAIN commitmail json YAML

2011-02-02 18:16:31 UTC MAIN commitmail json YAML

Note update of tex-pdftex-def.

(minskim)

2011-02-02 18:16:17 UTC MAIN commitmail json YAML

Update tex-pdftex-def to 0.05d.

Changes:
  * Patching trig.sty is improved by doing it earlier in some
    cases, e.g. if one of class `memoir', package `scrlfile' or
    package `filehook' is loaded.

(minskim)

2011-02-02 18:13:43 UTC MAIN commitmail json YAML

Note update of tex-koma-script.

(minskim)

2011-02-02 18:13:18 UTC MAIN commitmail json YAML

Update tex-koma-script to 3.08.

Changes:
      * scrtime.dtx: new languages swedish and danish (Benjamin Hell)
      * scrklco.dtx: output of fields address and location fixed at
        visualize.lco
      * scrkpar.dtx, doc/, doc/ngerman/, doc/ngerman/common-6.tex: new
        option parskip=never to avoid vertical stretching of paragraphs with
        \flushbottom
      * scrkbase.dtx: new: \FamilyStringKey
      * scrkbase.dtx: Allow empty elements at option list of \KOMAoptions
        and \FamilyOptions and value list of \KOMAoption and \FamilyOption.

(minskim)

2011-02-02 14:44:45 UTC MAIN commitmail json YAML

uses bash as CONFIG_SHELL, thus needs to be a build dependency

(drochner)

2011-02-02 14:12:14 UTC MAIN commitmail json YAML

ruby-gnome2-0.90.7 [some deprecated modules will be removed].

(obache)

2011-02-02 13:50:55 UTC MAIN commitmail json YAML

Remove gcal

(ryoon)

2011-02-02 13:49:34 UTC MAIN commitmail json YAML

Updated time/gcal to 3.6

(ryoon)

2011-02-02 13:48:06 UTC MAIN commitmail json YAML

Update to 3.6.
PR pkg/44477

Changelog:
Major changes in release 3.6

*  Work properly when the -1 timezone is specified
*  Use ISO 3166-2 region codes
*  Distribute .po files
*  Distribute BUGS LIMITATIONS doc/GREG-REFORM
*  Fix NLS support in gcal, gcal2txt, tcal, txt2gcal

Major changes in release 3.5.1

*  Update NEWS
*  --version reports the right version

Major changes in release 3.5

*  Change source license to GPLv3+
*  Do not include Henry Spencer V8 regex library
*  Change documentation license to FDL 1.3+
*  Use automake
*  Use the start of the week day specified by the locale
*  Typo fixed in data/dates/lotr: Sm8 = Smaug
*  Typo fixed in src/help.c and *.po: assigments -> assignments
*  Hyphens corrected in gcal.1
*  Date of Nikolaustag changed in data/dates/world
                Bug report and patch by Wolfram Kleff
*  Spell check in doc/en/texi/gcal.texi
    Patch by James Troup
*  Do not install files in $(HOME)
                Patch by Edward Betts
*  Add --from-code=iso-8859-1 to po/Makefile.in.in
          Patch by Sandro Tosi
*  Fix German translation
          Patch by Jens Seidel
*  Changes to src/{hd-data2.c,hd-data3.c,hd-defs.h,hd-data.c}
    -fixed Czech holidays; bug report and patch by Martin Mares
    -removed non ASCII char
    -All Saints Day on some states; patch by Marc-Jano Knopp
    -All Souls day is no holiday; patch by Thorsten Alteholz

Major changes in release 3.01.1

* typos fixed in data files
* typo fixed in src/help.c

(ryoon)

2011-02-02 13:21:46 UTC MAIN commitmail json YAML

Updated chat/pidgin to 2.7.9

(adam)

2011-02-02 13:18:48 UTC MAIN commitmail json YAML

Changes 2.7.9:
  John: Just a quick release for a security fix here.  Elliott has not
  yet had a chance to work on the MSN breakage that's been present in
  the last couple releases, but we hope he can do it before 2.7.10!

Changes 2.7.8:
  Elliott: OK, so I know a few things broke with the last release, and
  it's too bad we had to rush it for that silly certificate thing that
  the MSN people can't configure properly.  I've certainly done a lot of
  small fixes this time, but it's too bad we haven't been able to get the
  transfers with the official client fixed yet.  I promise it'll be in
  the next release (barring any quick security issues).

  John: So, it's been about a month since we last released.  Again, we've
  assembled a bugfix release for your enjoyment.  While a few commonly
  reported bugs remain, particularly in MSN, we're working on it for the
  next release.  In the meantime, Merry Christmas and enjoy!

Changes 2.7.7:
  John: Well, this time around, we should finally have the certificate
  issue really and fully fixed for all of you MSN users.  Also, we have
  a few AIM-related fixes in this release, most notably the fix for the
  new "SSL Handshake Failure" message some of you got after upgrading.
  That one was an oversight on our part.  Enjoy the fixes!

(adam)

2011-02-02 11:54:21 UTC MAIN commitmail json YAML

Remove cssc and msmtp.

(ryoon)

2011-02-02 11:43:36 UTC MAIN commitmail json YAML

Updated devel/cssc to 1.3.0

(ryoon)

2011-02-02 11:31:18 UTC MAIN commitmail json YAML

2011-02-02 11:29:07 UTC MAIN commitmail json YAML

Update to 1.3.0.
RP pkg/44475

Changelog:
New in CSSC-1.3.0, 2010-11-07

        * This release is identical to CSSC-1.3.0rc1 apart from the
          version number.

New in CSSC-1.3.0rc1, 2010-05-16

        * The CSSC manual is now published under version 1.3 of the
          GNU Free Documentation License.

* The code and build system have been modernised and some
          redundant files have been removed.  This may make it harder
          to build CSSC on very old systems.  However, it's now easier
          to maintain.  If CSSC no longer builds on a system that's
          important to you, please send mail to <bug-cssc@gnu.org>
          explaining your problem.

* CSSC now uses the GNU portability library, gnulib.

* CSSC now requires a C++ compiler with working exceptions and
          a working STL implementation.

* Adoption of some STL data structures has made some parts of
          CSSC faster, notably "val".

* CSSC now includes unit tests.  We also run the y2k tests for
          "make check".  If valgrind is installed, it will be used to
          for verification during tests.  You can turn this off by
          givig the --without-valgrind option to configure.

* The configure script now supports a new option
          "--enable-warnings" which enables many GCC warning options.

New in CSSC-1.2.0, 2009-04-11

* This stable release is almost identical to the 1.1.1 test
          release; there are no functional changes.

New in CSSC-1.1.1, 2008-01-18

* Updated the NEWS file to give estimated release dates
  and user-visible changes for ancient releases.

* The -l and -L options of "get" are now implemented.

* If you use "admin -dlX" to unlock release X, but all
  releases are locked, an explanatory error message is issued.
  Previously, the attempt was simply silently ignored.

* prs no longer has a -R option.

* When CSSC tools are passed the name of a directory on the
  command line, they operate on the SCCS files in that directory.
  As of this release, subdirectories are ignored (instead of
  generating an error when CSSC tries to open the directory as
  a file).

New in CSSC-1.1.0, 2007-12-17

* GNU CSSC is now distributed under version 3 of the GNU General
  Public License.  The documentation is distributed under
          version 1.2 of the GNU Free Documentation License.

* We now require the C++ compiler to support exceptions in
          order to compile successfully.  Previously, CSSC allowed
          compilation without exceptions, but this meant that graceful
  recovery from failures was not possible.

* Fixed a spurious failure when writing out the SCCS file when
          the Y flag is set in the SCCS file.

* "sccs unedit /tmp/SCCS/s.foo" will no longer cause the
  deletion of ./s.foo, if it exists.  Instead, ./foo will be
          deleted, as intended.

* Support for some older SCCS files as produced by Unix System III
  (some of these have leading spaces in the counts of inserted/
  deleted/unchanged lines in the delta table).

* Compilation fixes for Darwin

(ryoon)

2011-02-02 11:20:27 UTC MAIN commitmail json YAML

Updated mail/msmtp to 1.4.23

(ryoon)

2011-02-02 11:18:30 UTC MAIN commitmail json YAML

Update to 1.4.23.

Changelog:
Version 1.4.23:
- Fix SCRAM-SHA-1 authentication via libgsasl. Reported and analyzed by
  Steffen Lehmann for mpop.

Version 1.4.22:
- Update gnulib to 2010-12-23.
- Avoid different account selection behaviour in --pretend mode, and print more
  informational messages about account selection in --pretend and --debug mode.
  Suggested by Adam Spiers.
- Add a new passwordeval command and --passwordeval option, to set the password
  from the output of a command. Written by Martin Stenberg.
- A few documentation improvements, suggested by Andries E. Brouwer.

(ryoon)

2011-02-02 10:36:20 UTC MAIN commitmail json YAML

2011-02-02 10:25:52 UTC MAIN commitmail json YAML

2011-02-02 10:25:37 UTC MAIN commitmail json YAML

Document that patch file names should contain the path and file name.
E.g. for lib/bar/foo_bar.c the patch file name should be
patch-lib_bar_foo__bar.c
The previous convention is still mentioned.

While here, give more good hints about how to handle patches:
* always add comments
* when sent upstream, note bug reporting URL

(wiz)

2011-02-02 10:23:02 UTC MAIN commitmail json YAML

Update to 1.0.

Smarter pkgdiff, doesn't create chunks that are added automatically
by the pkgsrc infrastructure (configure:exit instead of regenerate,
Makefile: localedir).

mkpatches: patch file names now contain the path to the file and its name
per discussion on tech-pkg June 2010.
Also, the files are created directly in the patches/ directory; backups
are saved as patches/patch-foo.orig.

patchdiff: now compares patches/patch-foo with patches/patch-foo.orig;
if they only differ in non-essential parts, patchdiff reinstates the
original patch to keep commits less noisy.

(wiz)

2011-02-02 09:04:03 UTC MAIN commitmail json YAML

Updated databases/sqlite3 to 3.7.5

(adam)

2011-02-02 09:03:09 UTC MAIN commitmail json YAML

Changes 3.7.5:
* Added the sqlite3_vsnprintf() interface.
* Added the SQLITE_DBSTATUS_LOOKASIDE_HIT, SQLITE_DBSTATUS_LOOKASIDE_MISS_SIZE,
  and SQLITE_DBSTATUS_LOOKASIDE_MISS_FULL options for the sqlite3_db_status()
  interface.
* Added the SQLITE_OMIT_AUTORESET compile-time option.
* Added the SQLITE_DEFAULT_FOREIGN_KEYS compile-time option.
* Updates to sqlite3_stmt_readonly() so that its result is well-defined for all
  prepared statements and so that it works with VACUUM.
* Added the "-heap" option to the command-line shell
* Fix a bug involving frequent changes in and out of WAL mode and VACUUM that
  could (in theory) cause database corruption.
* Enhance the sqlite3_trace() mechanism so that nested SQL statements such as
  might be generated by virtual tables are shown but are shown in comments and
  without parameter expansion. This greatly improves tracing output when using
  the FTS3/4 and/or RTREE virtual tables.
* Change the xFileControl() methods on all built-in VFSes to return
  SQLITE_NOTFOUND instead of SQLITE_ERROR for an unrecognized operation code.
* The SQLite core invokes the SQLITE_FCNTL_SYNC_OMITTED file control to the VFS
  in place of a call to xSync if the database has PRAGMA synchronous set to OFF.

(adam)