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 (2d)  pkgsrc-2023Q4 (76d)  pkgsrc-2023Q2 (109d) 

2024-06-16 12:17:57 UTC Now

2008-12-29 10:16:34 UTC MAIN commitmail json YAML

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

2008-12-29 08:48:46 UTC MAIN commitmail json YAML

Fix quoting chars in popen variables expansion
(http://secunia.com/advisories/33227/)
patch from 2.0.4beta2.  Bump PKGREVISION.

(markd)

2008-12-28 21:57:34 UTC MAIN commitmail json YAML

Fix ${PYVERSSUFFIX} in PLIST

(markd)

2008-12-22 19:17:07 UTC MAIN commitmail json YAML

Save distfile in subdirectory to avoid conflict if someone had already
pulled down the unofficial tarball.

(markd)

2008-12-21 20:04:54 UTC MAIN commitmail json YAML

Official tarball now available so use it.

(markd)

2008-12-19 22:51:13 UTC MAIN commitmail json YAML

+akonadi-1.0.81

(markd)

2008-12-19 22:49:17 UTC MAIN commitmail json YAML

This mornings changes

(markd)

2008-12-19 22:39:47 UTC MAIN commitmail json YAML

2008-12-19 22:35:41 UTC MAIN commitmail json YAML

2008-12-19 22:16:03 UTC MAIN commitmail json YAML

Add py-numpy and py-scipy

(markd)

2008-12-19 22:14:28 UTC MAIN commitmail json YAML

Initial import of py-scipy 0.6.0

SciPy is an open source library of scientific tools for Python. SciPy
supplements the popular Numeric module, gathering a variety of high level
science and engineering modules together as a single package.

SciPy includes modules for graphics and plotting, optimization, integration,
special functions, signal and image processing, genetic algorithms, ODE
solvers, and others.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(markd)

2008-12-19 22:09:55 UTC MAIN commitmail json YAML

user-destdir support.

(markd)

2008-12-19 22:04:36 UTC MAIN commitmail json YAML

Initial import of py-numpy 1.1.0

NumPy is a general-purpose array-processing package designed to
efficiently manipulate large multi-dimensional arrays of arbitrary
records without sacrificing too much speed for small multi-dimensional
arrays.  NumPy is built on the Numeric code base and adds features
introduced by numarray as well as an extended C-API and the ability to
create arrays of arbitrary type.

There are also basic facilities for discrete fourier transform,
basic linear algebra and random number generation.

Pkgsrc issue: if the package build happens to find a fortran it prefers
over the one pkgsrc is using it will try to use it and the wrong thing
will happen.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(markd)

2008-12-19 21:48:56 UTC MAIN commitmail json YAML

2008-12-19 21:48:05 UTC MAIN commitmail json YAML

Initial import of libical 0.42

an implementation of iCalendar protocols and data formats.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(markd)

2008-12-19 21:38:31 UTC MAIN commitmail json YAML

Update akonadi to 1.0.81

1.0.81                            16-Dec-2008
---------------------------------------------
- Restore protocol backward compatibility with Akonadi 1.0.x servers.
- Build system fixes.
- Fix compiler warnings.
- Fall back to the default server path if the configured one points
  to a non-existing file.

1.0.80                            19-Nov-2008
---------------------------------------------
- Query agent status information asynchronously and answer all queries from
  cached values, reduces the risk of an agents blocking the Akonadi server.
- Increase mysql limits to more realistical values.
- Don't mark all new items as recent.
- Changes so it can store the size of an item.
- Better error detection.
- Prevent translated month names in the protocol.
- Some build fixes.
- Handle multiline output correctly.
- Terminate the control process when the server process failed to start.
- Add the ability to debug or valgrind a resource right from the
  beginning, similar to the way this can be done with KIO slaves.
- Fix fetching of linked items in arbitrary collections.
- Add notification support for item references in virtual collections.
- Add LINK/UNLINK commands to edit references to items in virtual collections.
- Add a way to notify agents that their configuration has been changed remotely.
- Make sure that all modification times are stored in UTC time zone.
- Unquoted date time with a lenght of 26 characters was not parsed properly.
- Add serverside timestamp support for items.

(markd)

2008-12-19 21:34:37 UTC MAIN commitmail json YAML

Update to soprano 2.1.1

adds a README file pointing to the Sesame2 sources as requested by linux
distributors.

(markd)

2008-12-19 21:30:24 UTC MAIN commitmail json YAML

Update to automoc4 0.9.87

Required for KDE 4.2.  Changes unknown.

(markd)

2008-12-19 21:16:02 UTC MAIN commitmail json YAML

Fix path searched for xkb directory to more likely find the version
pkgsrc is using rather that some other one that might just exist.

(markd)

2008-12-19 21:10:39 UTC MAIN commitmail json YAML

Update mailman to 2.1.11

  New Features

    - Added a new cron/cull_bad_shunt script to cull and optionally
      archive old entries from the bad and shunt queues. This is controlled
      by new Defaults.py/mm_cfg.py settings BAD_SHUNT_STALE_AFTER (default
      7 days) and BAD_SHUNT_ARCHIVE_DIRECTORY (default None) which determine
      how long to keep bad and shunt queue entries and optionally, where to
      archive removed entries.

    - Prepended list name to bounce log unrecognized bounce messages.

    - Added a new Defaults.py|mm_cfg.py setting ACCEPTABLE_LISTNAME_CHARACTERS
      with default value '[-+_.=a-z0-9]'.  This Python regular expression
      character class specifies the characters allowed in list names.  The
      motivation for this is the fact that previously, a list named, e.g.,
      xxx&yyy could be created and MTA aliases generated that would cause
      The MTA to execute yyy as a command.  There is a possible security issue
      here, but it is not believed to be exploitable in any meaningful way.

  Bug fixes and other patches

    - Changed the preservation of unparseable messages to be conditional on
      the Defaults.py/mm_cfg.py setting of QRUNNER_SAVE_BAD_MESSAGES and
      changed the queue directory in which messages are preserved from 'shunt'
      to 'bad'.

    - Fixed a bug introduced in 2.1.10 that caused some email subscribe
      requests to be shunted (1966837).

    - Fixed a problem with bin/update erroneously moving templates from
      templates/xx to lists/xx if a list has the same name as a language
      code.  Also fixed the absolute path to lists/ (1418670 ).

    - Changed Utils.ValidateEmail to not allow specials (particularly ':')
      in unquoted local parts (1956393).

    - Changed bin/update to remove .bak files erroneously left behind in
      qfiles/*/ by a 2.1.9 bug.

    - Added 's' to %(listname) in templates/ia/admlogin.html and
      templates/sl/help.txt (1682990).

    - Use newer template variable for site-owner address in
      templates/ko/newlist.txt and templates/ru/newlist.txt (1578766).

    - Corrections to Spanish translation submitted by Wikimedia Foundation
      (1433262) and Debian.

    - Corrections to German translation submitted by Ralf Doeblitz (916196).

    - Correction to French translation submitted by Maxime Carron (1588617).

    - Correction to Portuguese translation submitted by Gabriel P. Silva
      (1733057).

    - Add #! line to fblast.py test script (1578740).

    - Fixed unescaped '%' in templates/nl/newlist.txt (1719017).

    - Changed non-ascii characters in some templates/*/*.html files to HTML
      entities.

    - Fixed a problem in Decorate.py that could result in a multipart
      message with no part headers for the original body part (1991348).

    - Improved recognition of some bounce messages.

    - Rearranged calls to the list setBounceInfo() method in Bouncer.py
      to accommodate MemberAdaptors that store bounce info outside the
      list instance.

    - Fixed CookHeaders.py which in some cases with new style prefixing
      would insert an extra space between the prefix and the subject.

    - Changed OldStyleMemberships.py to remove the member from one_last_digest
      when changing from regular to digest delivery to avoid the possibility
      of a duplicate digest in some circumstances.

    - Patched Danish message catalog for proper use of HTML entities per
      Jonas Smedegaard (1999966).

    - Improved bounce loop detection and handling in BounceRunner.py.

    - Merged the Catalan i18n from the Mailman Catalan Translation Team.

    - German translation updated by Peer Heinlein.

    - Added check for gateway_to_news before holding for ModeratedNewsgroup.

    - At some point, cron/senddigests and bin/update were inadvertently
      'preconfigured'. This has been fixed.

    - Brazilian Portuguese translation updated by Diego Francisco
      de Gastal Morales.

    - Added 'listname' to the replacements for the archidxfoot.html template.

  Miscellaneous

    - Brad Knowles' mailman daily status report script updated to 0.0.18.

(markd)

2008-11-26 10:38:36 UTC MAIN commitmail json YAML

sge and kile updates

(markd)

2008-11-26 10:34:11 UTC MAIN commitmail json YAML

Update kile to 2.0.2

version 2.0.1 -> 2.0.2

Fixes:
- Insert \item[] in description environments for smart newline,
reported and fixed by Job Noorman
- Fix regression in 2.0.1 inside structure view related to opening files
- Fix regression in latexoutputfilter resulting in the wrong file being
  reported
- Fix regression in Kile 2.0.x, blend symbols so that they are usable with
  dark themes also
- Don't create 'save' and 'save-as' actions specifically for Kile as they will
  interfere with the corresponding actions from KatePart. Thanks to Mathias
  Soeken for reporting.
- Also parse class warnings and show them in the Logview, patch by Jeroen
  Leeuwestein
- Remove not sh-compliant code by requiring a Bash shell for system check
- Add a workaround for a bug contained in KatePart 3.x in the 'setEncoding'
  method, which enforces a reload on every change of the encoding (as a
  consequence the user sees a confusing document-modified dialog)
- Make find-in-files work again with anyting else than the "all files" filter
- Minor cwl fixes

Features:
- cwl file for siunitx (thanks to Dirk Sarpe) and allrunes packages

version 2.0 -> 2.0.1

Fixes:
- Do all section actions on the whole section
- Fix possible crash due to unchecked index bounds
- Some i18n fixes
- cwl files: fix wrong commands with \left and \right and make them more
  complete
- Typos in symbols
- Sync kile project on disk before archiving
- Add figure* to the structure view also
- Fix completion for multiple citations/references
- Fix crash at template handling, reported and fixed by Vincenzo Di Massa
- Rename some cwl files so that they not only differ by case
- Search also in $BIBINPUTS and $TEXINPUTS paths if opening files from the
  structure view
- Add missing package definitions to some symbols from the misc-text pane
- Allow spaces in the name of images in the includegraphics dialog
- Don't recompile forever if some file timestamps are in the future
- Fix the "autocompletion dies" bug

Features:
- Add \newlength as a variation of newcommand
- Add url.cwl, svninfo.cwl, svn-multi.cwl, yfonts.cwl, virginialake.cwl
- Allow ":" and "-" in citation keys, important for codecompletion

Syntax:
- Highlight & and @{} in tabular like environments
- Ignore Noweb blocks

version 2.0beta2 -> 2.0

Fixes:
- Added some new logic to really disable all debug output if --disable-debug
  is given to configure, should make kile faster

Features:
- New documentation kile-remote-control.txt
- Added new DVItoPDF config Modern which calls dvipdfmx instead of dvipdfm,
  set Modern as default

version 2.0beta1 -> 2.0beta2

Fixes:
- Polishing Quickdocumentdialog
- More agressive recompiling
- Cwl fixes
- Mathsymbol commands were biased with one, some symbol cleanups
- Don't make system check if the user has defined a master document
- Don't offer eqnarray in the latex menu (but we still support it for
  math environment completion etc.)
- Consider also files located in $TEXINPUTS and $BIBINPUTS paths for
  codecompletion.

Features:
- Call asymptote if needed on latex run

(markd)

2008-11-26 10:20:08 UTC MAIN commitmail json YAML

Update SGE to 6.1.5

patch-au compiles sge_arch.c with -ansi so that stringification hack works
on NetBSD and FreeBSD and probably others. Otherwise architecture names
like nbsd-i386 turn into nbsd-1 - From the FreeBSD port.

Bugs fixed in SGE 6.1u5 since release 6.1u4

wrong documentation for upgrade 6.0u2 and higher to 6.1u2 and higher
Multiple loadsensor instances are trying to access the same temp load
file on AIX51
Validation of the Filter List in Simple Query builder fails
qhost -l h=<hostname> does not work
Numbers in error mail too large
use of the same pathes for input/output stream must be dealt with
DRMAA Java language binding segfaults on Session.exit() with sol-x86
binaries on AMD64
sgeexecd startup script shouldn't suppress error messages from sge_execd
binary
Advanced Query with wild card character * does not produce correct results.
'Infinity' must be rejected when specified in 'complex_values' or RQS
limits for consumables
Invalid qconf -mrqs crashes qmaster with segmentation fault
RQS: Line wrap of host list introduces syntax error
Row Limit in ARCo Simple Query builder cannot be empty
loadsensor does not work on AIX51
qhost -xml has wrong namespace
QMON: The help for Resource Quotas is not available
qmon fills in fields incorrectly for restoring config for Submit Job
sgemaster -qmaster stop shutdowns also shadowd
incorrect depencency on xinetd in init scripts for linux
Latebindings for Advanced Queries does not work
Switching from Simple Query to Advanced Query removes the Latebingings
32-bit Linux binaries are having problems with file access in 64-bit NFS
environments
using of default_domain may prohibit execd installation
Commlib might crash if running out of memory
Configuration file check of automatic installation does not recognize remsh
loadcheck prints error message "kstat finds too many cpus"
Communication library thread locking problem results in qmaster crash
ARCo should not print exception stack trace in the console
TABLESPACE values should be written to dbwriter.conf
Incorrectly considering two host group names to be the same
Clients not disconnecting correctly
SGE util/arch script is broken for AIX 5.3 Operating System
error message given by qalter -q '' <jobid> suggests a memory access problem
bootstrap(5) man page sees itself als sge_conf(5)
qmaster reinstall overwriting an existing installation fails
qconf -ae|-Ae return 0 even if exechost exists already
qconf -dxxxx does not set exit status on error
qconf -as, -am, -ao, -Ae, -Acal, -Ackpt, -Ap when msg "already exist"
should return not 0 exit code
qconf -acal doesn't return error code 1 when failed
setting of QMaster port number leads to infinite loop
use of -l tmpdir=abc can crash schedd
load scaling display not working correctly
qstat -j does not print array task information
job hold due to -hold_jid is not indicated as STATE_SYSTEM_ON_HOLD by
drmaa_job_ps(3)
Segmentation fault of sge_schedd
A load sensor reporting values for other hosts does not work
reporting file is lacking information about global consumables, if
log_consumables=false
Wallclock_Time query should be more constrained
"./install_execd -winsvc -auto /path/to/auto.conf" command causes error
The default has to be local spool directory when install_execd is run for
a Windows host
qmaster runs out of memory on AIX
dbw install parameters are not verified
Incorrect slots_total from qstat -F -xml output
Wrong permissions if install_qmaster creates qmaster spool directory
Installation of execution daemon left user unclear which port was chosen.
Exception occurs during the exportation of a query result to pdf
memory leak in sge_execd with qsub -v SGE_* or qsub -V
ARCo should support SJWC 3.1

Bugs fixed in SGE 6.1u4 since release 6.1u3

on Windows installation fails when installing as root and SGE admin
user = none
accounting records for slave tasks of pe jobs should contain the correct
task submission time
check if config parameters qlogin_daemon and rlogin_daemon are pathes
parallel scheduling memory leak in sge_schedd
execd installation does not test absolute path for local spool dir
Sort on table column throws exception if explicit SORT specified in
SimpleQuery Sort on table column
Error.jsp contains unbalanced tagError.jsp contains unbalanced tag
arco_read should be able to create synonyms instead of arco_write
DBW should use batch inserts
prolog an epilog descriptions should include exit codes
It is possible to negative tickets / shares in qmon and from the command
line
ORDER BY clause ignored in Advanced Query
Queue Consumables query incorrect in ARCo predefined queries
CLI accepts the slot number of more than 10000000
ARCo online help contains invalid, unclear or outdated information
the installation of two rpc databases on the some host fails
DBWriter should not exit if there is a database connection error
Reporting 'View' dropdown menu and 'Save Result' functionality is confusing
DBW derived rules and reporting queries that count jobs need to be updated
incomplete error loging in case of classic spooling failures
Row Limit in Simple Query uses wrong syntax
NONE' as value is not rejected for queue_conf(5) shell and qsub(1) -S
Upgrade to 6.1u3 fails for PostgreSQL < 8.0, minor issues i
dbdefinition.xml for PSQL > 8.0
dbwriter should write checkpoint to database
dbwriter deletion rules delete tasks of pe_jobs
unclear 'exit_status' description in accounting(5) about Grid Engine
specific status
autoinstall configfile should be parsed and checked for valid input!
qstat -j output is broken for shell_path
the project field should be displayed in the qstat -j output
Wrong variable for calculating daily host values from hourly ones
Pending PE job qstat -j output displays addtional useless message when not
running because of RQs
automatic backup is broken!
Spelling mistakes in the qmon help menus
deletion rule for PostgreSQL incorrect for deletion of sge_share_log
qquota broken if quota definition contains "hosts" or "users" scope negation
Access_list(5) man page not precise enough with regards secondary/primary
group(s)
RQS debitation of running jobs is broken if enabled by -mattr
Set SGE_QMASTER_PORT in settings file if sge_qmaster is not found in
/etc/services file
Failed to deliver STOP signal for subordinated jobs
Missing array job task usage in the accounting file
qhost/qstat can't be interrupted with ctrl-c
typographical errors in messages from install_qmaster
Sort order and row limit cannot be specified together in ARCo Simple Query
builder
Qmaster segfaults with long host resource evaluation expression
Error message for unsupported platforms should be more verbose
qsub does not accept resource strings size larger than 256
Memory leak in drmaa_run_job()/drmaa_run_bulk_job()
ARCo reporting module installation script is broken on Red Hat Enterprise
Linux 4 Update 4
Job predecessor list missing from qstat -j output
In SJWC on Oracle dates appear truncated to just MM/DD/YYYY
configfile check in automatic installation is to strict
load sensor might block execd port
Uninstallation of remote execd if not interactive
Infotext spawned on remote machine with -wait or -ask does not display the
text
Uninstall does not remove the SGE_STARTUP_SCRIPT
qmaster crashes when SGE_ND=1, dl 2 and BDB server spooling
inst_sge -ux all -um fails
Usage string for some commands is incomplete
dbwriter installation can't finish on large amount of data
reprioritize disappears after sge_qmaster restart
qmaster failover should not change the state of any queue

(markd)

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

Add a few missing directories.

(markd)

2008-11-04 11:28:48 UTC MAIN commitmail json YAML

add qimageblitz, rasqal, redland, libclucene, soprano and strigi

(markd)

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

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

Import strigi 0.5.10

Strigi is a daemon which uses a very fast and efficient crawler that can index
data on your harddrive. Indexing operations are performed without hammering
your system, this makes Strigi the fastest and smallest desktop searching
program.  Strigi can index different file formats, including the contents of
the archive files.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(markd)

2008-11-04 11:04:56 UTC MAIN commitmail json YAML

Add libclucene and soprano

(markd)

2008-11-04 11:01:41 UTC MAIN commitmail json YAML

Import soprano 2.1

Soprano (formerly known as QRDF) is a library which provides a highly
usable object-oriented C++/Qt4 framework for RDF data. It uses
different RDF storage solutions as backends through a simple plugin
system. Soprano is targetted at desktop applications that need a RDF
data storage solution. It has been optimized for easy usage and
simplicity.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(markd)

2008-11-04 10:52:53 UTC MAIN commitmail json YAML

Import libclucene 0.9.21nb1 from pkgsrc-wip

CLucene is a high-performance, scalable, cross platform, full-featured,
open-source indexing and searching API. It is written in C++.

CLucene is a port of the very popular Java Lucene text search engine API.
Specifically, CLucene is the guts of a search engine, the hard stuff.
You write the easy stuff, the UI and the process of selecting and parsing your
data files to pump them into the search engine yourself.

CLucene aims to be a good alternative to Java Lucene when performance really
matters or if you want to stick to good old C++.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(markd)

2008-11-04 10:41:55 UTC MAIN commitmail json YAML

Add rasqal and redland

(markd)

2008-11-04 10:39:41 UTC MAIN commitmail json YAML

Import redland 1.0.7

Redland is a set of free software libraries that provide support for the
Resource Description Framework (RDF).
* Modular, object based libraries and APIs for manipulating the RDF graph,
  triples, URIs and Literals.
* Storage for graphs in memory and persistently with Sleepycat/Berkeley DB,
  MySQL 3-5, PostgreSQL, AKT Triplestore, SQLite, files or URIs.
* Support for multiple syntaxes for reading and writing RDF as RDF/XML,
  N-Triples and Turtle Terse RDF Triple Language, RSS and Atom syntaxes via
  the Raptor RDF Parser Toolkit.
* Querying with SPARQL and RDQL using the Rasqal RDF Query Library.
* Data aggregation and recording provenance support with Redland contexts.
* Language Bindings in Perl, PHP, Python and Ruby via the Redland Bindings
  package.
* Command line utility programs rdfproc (RDF), rapper (parsing) and roqet
  (query).
* Portable, fast and with no known memory leaks.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(markd)

2008-11-04 10:35:22 UTC MAIN commitmail json YAML

Import rasqal 0.9.15

Rasqal is a free software / Open Source C library that handles
Resource Description Framework (RDF) query syntaxes,
query construction and query execution returning result bindings.
The supported query languages are SPARQL and RDQL.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(markd)

2008-11-04 10:09:22 UTC MAIN commitmail json YAML

2008-11-04 10:07:38 UTC MAIN commitmail json YAML

2008-11-03 11:40:08 UTC MAIN commitmail json YAML

Add some kde4 related packages.

(markd)

2008-11-03 11:21:50 UTC MAIN commitmail json YAML

2008-11-03 11:19:56 UTC MAIN commitmail json YAML

Import akonadi 1.0.0

Akonadi is a new personal information management (PIM) framework for KDE 4
and is included in the 4.1 release. Akonadi will function as an extensible
data storage for all PIM applications. In KDE 3 all PIM applications had
different data storage and handling methods, which lead to several
implementations of essentially the same thing.  Besides data storage,
Akonadi has several other components including search, and a library
(cache) for easy access and notification of data changes.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(markd)

2008-11-03 11:01:32 UTC MAIN commitmail json YAML

2008-11-03 10:59:46 UTC MAIN commitmail json YAML

Import of phonon 4.2.0

Phonon is the Multimedia API for KDE and QT.

In Phonon there are three main concepts: MediaObjects, Paths and Outputs.
The MediaObjects control the playback/capture and provide the media data.
MediaObjects can be connected to Outputs using Path objects which also
allow the insertion of Effect objects between MediaObject and Output.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(markd)

2008-11-03 10:52:15 UTC MAIN commitmail json YAML

2008-11-03 10:50:38 UTC MAIN commitmail json YAML

Import of automoc4 0.9.84

automoc4 tool, used to build KDE4 and related packages.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(markd)

2008-11-03 10:31:46 UTC MAIN commitmail json YAML

kde4-dirs is now in misc.

(markd)

2008-11-03 10:30:20 UTC MAIN commitmail json YAML

Add kde4-dirs

(markd)

2008-11-03 10:29:27 UTC MAIN commitmail json YAML

2008-11-03 10:27:54 UTC MAIN commitmail json YAML

Import of kde4-dirs 1.0 from pkgsrc-wip.

kde4-dirs installs a set of shared directories used by many KDE4
applications.  It is useful to simplify PLIST handling in other packages.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(markd)

2008-11-03 10:08:15 UTC MAIN commitmail json YAML

Fix build with perl 5.10.

As perl 5.6 wont be seen in a pkgsrc context just replace the test for
5.6 with one for 5.10 rather than a more substantial change.

(markd)

2008-10-30 11:33:06 UTC MAIN commitmail json YAML

poppler-qt4 needs splash-output enabled or Page::renderToImage does
nothing.  Fixes problem with rendering pdf documents in Okular.
Identified by Sverre Froyen.

(markd)

2008-10-28 11:32:07 UTC MAIN commitmail json YAML

Fix build on NetBSD against glib2-2.18.2.  PR pkg/39801

(markd)

2008-10-22 10:37:43 UTC MAIN commitmail json YAML

2008-10-22 10:35:30 UTC MAIN commitmail json YAML

2008-10-15 09:37:58 UTC MAIN commitmail json YAML

Fix PLIST from last.

(markd)

2008-10-15 09:02:17 UTC MAIN commitmail json YAML

2008-10-15 08:59:52 UTC MAIN commitmail json YAML

Update kbarcode to 2.0.7

Version 2.0.7
    Fixed building on systems with Automake 1.10 or later
    Fixed text rendering on systems with Qt 3.3.8b
    Dropped support for Qt 3.3.2 and earlier
    Cleaned up Help menu

Version 2.0.6
    Dag Nygren contributed a patch which fixes printing from a CSV file
    Check if files passed for batchprinting from the commandline do exist
    Patch from Chris <chris@ac-drexler.de> fixing problems with SQLite
    Patch from V叩radi Zsolt Gyula to fix the long standing issue with
        disappearing objects

(markd)

2008-10-15 08:22:59 UTC MAIN commitmail json YAML

2008-10-15 08:21:23 UTC MAIN commitmail json YAML

Update krusader to 1.90.0

Basically, Krusader-1.90.0 = Krusader-1.80.0 + bugfixes +
Krusader Extensions sent in by our loyal users. Thanks!
+ Improvements:
- GCC 4.3 compatibility
- KDE 3.2 through KDE 3.5 compatibility
- bugfixes
+ Many Krusader Extensions:
- Keymaps, use keybindings of other commanders or customized keybindings!
- Colormaps, use colors of other commanders or customized colors!
- Useractions, create actions for your own needs!
- Javascript useractions, create actions with additional javascript power
  for your own needs!
+ Krusader Extensions highlights:
  + Color schemes: Total Commander, Dos Navigator, Midnight Commander, bash
  + Keymap: Midnight Commander
  + Useractions:
  - Search and Replace in file
  - Split large mp3 files
  - Copy as root
  - Archive foo to dir
  - lzma and tar.lzma archive support
  - tar.7z archive support
  - ar (.a, .deb,...) archive support
  - Unpack multiple zip archives
  - kgpg: encrypt, decrypt, sign, verify signature
  - .uue file support (uuencode and uudecode)
  + Javascript useractions:
  - Recode files using iconv or GNU recode
  - Mount as root
  - Select from file
  - Calculator

(markd)

2008-10-15 07:46:46 UTC MAIN commitmail json YAML

2008-10-15 07:44:57 UTC MAIN commitmail json YAML

Update k3b to 1.0.5

Changes in 1.0.5
* Fixed CD Copy device selection when starting from the KDE "run" dialog
* Fixed HAL mounting (thanks to Ken Milmore)
* Always wait for the drive to become ready before starting verification
  (this should fix some of the problems with failed verification where K3b
  claims that no medium is in the drive.)

Changes in 1.0.4
* K3b now silently allows the burning of files bigger than 4 GB if an
  appropriate version of genisoimage or mkisofs is installed ("silently"
  means that I did not introduce any new messages)
* I was not able to find the aweful "disabled DMA" bug but I introduced
  a little workaround which hopefully solves it for many of you (BTW: K3b
  from svn trunk does support  DVD burning with cdrecord.)
* Never use growisofs parameter -dvd-compat with DVD-RW media in
  restricted overwrite mode (some drivesdo not like that)
* Unmount medium before DVD formatting

(markd)

2008-10-14 22:41:44 UTC MAIN commitmail json YAML

2008-10-14 12:48:56 UTC MAIN commitmail json YAML

2008-10-14 12:47:12 UTC MAIN commitmail json YAML

Update nas to version 1.9.1.

This version adds some enhancements to aupanel, and reworks signal
handling in the voxware server to avoid races, hangs and other issues
seen with linux 2.6.21+ kernels. Other changes relating to the default
value of the 'MixerInit' option and the new location of the local unix
socket on Linux systems were also made.

Also include a patch from Aleksey Cheusov for a
"libpthread: Unlocking unlocked mutex" bug.

(markd)

2008-10-14 09:40:08 UTC MAIN commitmail json YAML

Add R-sp and R-circular

(markd)

2008-10-14 08:43:10 UTC MAIN commitmail json YAML

R packages done.

(markd)

2008-10-14 08:42:08 UTC MAIN commitmail json YAML

Yet more R package updates.

(markd)

2008-10-14 08:24:23 UTC MAIN commitmail json YAML

Update R-gstat to 0.9.51

many bug fixes

(markd)

2008-10-14 08:19:07 UTC MAIN commitmail json YAML

Update R-geoR to 0.9.26

Changes unknown

(markd)

2008-10-14 08:15:24 UTC MAIN commitmail json YAML

Initial import of R-sp version 0.9.26

A package that provides classes and methods for spatial data. The classes document
where the spatial location information resides, for 2D or 3D data. Utility functions
are provided, e.g. for plotting data as maps, spatial selection, as well as methods
for retrieving coordinates, for subsetting, print, summary, etc.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(markd)

2008-10-14 08:00:31 UTC MAIN commitmail json YAML

Update R-clim.pact to 2.2.15

Changes unknown

(markd)

2008-10-14 07:38:26 UTC MAIN commitmail json YAML

Update R-genetics to 1.3.4

genetics 1.3.4 - 2008-08-20
---------------------------

- Fix bug in makeGenotypes that caused it to ignore the 'sep' argument
  when determining which columns contain genotypes & add a corresponing
  regression test

genetics 1.3.3 - 2007-04-29
---------------------------

- Correct 'obsolete' use of '$'.  R no longer permits '$' to be used
  to extract named elements from vectors (just lists).

- Remove the power.casectl() function, which was based on invalid
  assumpations.  It has been marked depreciated.  Please use the
  functions in the Bioconductor package 'GeneticsDesign' instead.

genetics 1.3.2 - 2007-11-20
---------------------------

- Fix bug in handling of assignment of NA value(s) to elements of an
  existing genotype object.

- Fix warning messages from R CMD CHECK

- Correct documentation error by swapping definitions of kp and alpha
  arguments of power.casectl().

genetics 1.3.1
--------------

- fixes in genotypeOrder to ensure all genotype/haplotype combinations
  are used.

- genotypeOrder<- is now exported

genetics 1.3.0
--------------

- A note is now displayed on startup:

  The R-Genetics project has developed an set of enhanced genetics
  packages that will shortly replace 'genetics'. Please visit the
  project homepage at http://rgenetics.org for more information.

- binsearch() has been moved to the gtools package

- New function groupGenotype to create groups/levels based on genotype
  names

- Added some internal utility functions
  (.genotype2Haplotype, .genotype2Allele, and .matchGenotype)

- Genotype class gets additional slot genotypeOrder (and genotype()
  function gets additional argument with the same name) in order to enable
  predefined order of genotypes in other functions e.g. summary

- Added order, sort and %in% methods for genotype and haplotype classes.

- Fixed genotype() with allow.partial.missing=FALSE when 'alleles' argument
  is passed

- There is no more warning in genotype() if 'a1' or 'a2' have NA value(s)
  and 'alleles'' argument is specified, since NA is NA anyway

- Fixed documentation of power.casectrl()

- added gtools to Depends as needed by expectedGenotypes(); the latter now
  gives sorted genotypes according to order of given alleles

- print.HWE.test() wasn't displaying the observed vs expected genotype
  frequency table.  Fixed.

genetics 1.2.1
--------------

- Update Greg's email address

- Fixed a bug in function allele.number, as pointed out by Chris
  Wallace

(markd)

2008-10-14 07:31:26 UTC MAIN commitmail json YAML

Update R-gdata to 2.4.2

CHANGES IN 2.4.2 (2008-05-11)
-----------------------------

- Enhancements and bug fixes for read.xls() and xls2csv():

    - More informative log messages when verbose=TRUE

    - File paths containing spaces or other non-traditional characters
      are now properly handled

    - Better error messages, particularly when perl fails to generate
      an output .csv file.

    - The 'shortcut' character "~" (meaning user's home directory) is
      now properly handled in file paths.

    - XLS files created by OpenOffice are now properly handled.  Thanks to
      Robert Burns for pointing out the patch
      (http://rt.cpan.org/Public/Bug/Display.html?id=7206)

CHANGES IN 2.4.1 (2008-03-24)
-----------------------------

- Update perl libraries needed by xls2csv() and read.xls()
  to latest available versions on CRAN.

- Add read.xls() to exported function list

- Correct iris.xls example file.  It didn't contain the complete
  & properly formatted iris data set. Fixed.

- Fix typo in win32 example for read.xls()

CHANGES IN 2.4.0 (2008-01-30)
-----------------------------

- The keep() function now includes an 'all' argument to specify how
  objects with names starting with '.' are handled.

- keep() now shows an informative warning message when a requested
  object does not exist

- New vignette "Mapping Levels of a Factor" describing the use of
  mapLevels().

- New vignette "Working with Unknown Values" describing the use of
  isUnknown() and unknownToNA().

- Several enhancements to read.xls() (thanks to Gabor Grothendieck):

  - New function xls2csv(), which handles converting an xls file
    to a csv file and returns a connection to the
    temporary csv file

  - xls2csv() and read.xls() both allow a file or a url to be specified

  - read.xls() has a new 'pattern' argument which, if supplied,
    will ignore everything prior to the first line in th csv file
    that matches the pattern.  This is typically used if there
    are a variable number of comment lines prior to the header
    in which case one can specify one of the column
    headings as the pattern.  read.xls should
    be compatible with the old read.xls.

- Minor fixes to drop.levels(), is.what().

- Implementation of unit tests for most functions.

CHANGES IN 2.3.1 (2006-10-29)
-----------------------------

- Arguments as well as their position of reorder.factor have been changed
  to conform with reorder.factor method in stats package, due to collision
  bug. Argument 'make.ordered' is now 'order' and old argument 'order' is
  now 'new.order'! Therefore, you have to implicitly specify new.order i.e.

  reorder(trt, new.order=c("PLACEBO", "300 MG", "600 MG", "1200 MG"))

- trim() gains ... argument.

- Added "unknown" methods for matrices.

- Added c() method for factors based on mapLevels() functions.

- Added write.fwf, which writes file in *F*ixed *W*idth *F*ormat.

CHANGES FROM 2.1.X to 2.3.0 (2006-09-19)
---------------------------------------

- Added mapLevels(), which produces a map with information on levels and/or
  internal integer codes.  Contributed by Gregor Gorjanc.

- Extended dropLevels() to work on the factors contained in a data
  frame, as well as individual factors.

- Add unknown(), which changes given unknown value to NA and vice
  versa. Contributed by Gregor Gorjanc.

- Extended trim() to handle a variety of data types data.frames,
  lists, factors, etc.  Code changes contributed by Gregor Gorjanc.

- Added resample() command that acts like sample() except that it
  _always_ samples from the arguments provided, even if only a single
  argument is present.  This differs from sample() which behaves
  differently in this case.

- Updated my email address.

(markd)

2008-10-14 07:25:31 UTC MAIN commitmail json YAML

Update R-Rcmdr to 1.4.2

Changes unknown

(markd)

2008-10-14 07:16:50 UTC MAIN commitmail json YAML

Update R-wle to 0.9.3

Changes unknown

(markd)

2008-10-14 07:12:44 UTC MAIN commitmail json YAML

Initial import of R-circular version 0.3.8

Circular Statistics, from "Topics in circular Statistics".

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(markd)

2008-10-14 06:51:09 UTC MAIN commitmail json YAML

Update R-gtools to 2.5.0

gtools 2.5.0
------------

New features:

- Add checkRVersion() function to determin if a newer version of R is
  available.

- Deprecated assert() in favor of base::stopifnot

Bug fixes:

- Fix bug in binsearch() identified by 2.6.0 R CMD CHECK

Other changes:

- Improve text explanation of how defmacro() and strmacro() differ from
  function().

- Update definitions of odd() and even() to use modulus operator
  instead of division.

gtools 2.4.0
------------

- Add binsearch() function, previously in the genetics() package.

gtools 2.3.1
------------

- Add ask() function to prompt the user and collect a single response.

gtools 2.3.0
------------

- Update email address for Greg

- Add new 'smartbind' function, which combines data frames
  efficiently, even if they have different column names.

(markd)

2008-10-14 06:44:25 UTC MAIN commitmail json YAML

Update R-httpRequest to 0.0.6

Changes unknown

(markd)

2008-10-14 06:41:35 UTC MAIN commitmail json YAML

Update R-hwde to 0.5

Changes unknown

(markd)

2008-10-14 06:38:22 UTC MAIN commitmail json YAML

2008-10-14 06:01:48 UTC MAIN commitmail json YAML

Update R-mapproj to 1.1.7.2

Changes unknown

(markd)

2008-10-14 05:54:25 UTC MAIN commitmail json YAML

Update to R-maps 2.0.40

Changes unknown

(markd)

2008-10-14 05:47:36 UTC MAIN commitmail json YAML

Update R-mvtnorm to 0.9.2

Changes unknown.

(markd)

2008-10-14 05:42:14 UTC MAIN commitmail json YAML

2008-10-14 05:35:47 UTC MAIN commitmail json YAML

Update R-pixmap to 0.4.9

Changes in pixmap version 0.4-9

  o Fixed a minor glitch in write.pnm.

Changes in pixmap version 0.4-8

  o Fixed a bug that prevented plotting images with only 1 row (bug
    report by Robert Esswein).

Changes in pixmap version 0.4-7

  o Use LazyLoad instead of SaveImage.

Changes in pixmap version 0.4-6

  o Modified one of the regression tests for changes in R 2.4:
    terrain.colors() now return transparency information
    -> do not use it in example.

Changes in pixmap version 0.4-5

  o standardized license filed in DESCRIPTION file.

(markd)

2008-10-13 19:41:14 UTC MAIN commitmail json YAML

Few more R package updates.

(markd)

2008-10-13 19:28:48 UTC MAIN commitmail json YAML

Update R-statmod to 1.3.6

Changes unknown

(markd)

2008-10-13 19:27:42 UTC MAIN commitmail json YAML

Update R-shapefiles to 0.6

Changes unknown.

(markd)

2008-10-13 19:26:12 UTC MAIN commitmail json YAML

Update R-sgeostat to 1.0.21

minor bugfixes.

(markd)

2008-10-13 11:46:58 UTC MAIN commitmail json YAML

Various R package updates.

(markd)

2008-10-13 11:38:19 UTC MAIN commitmail json YAML

Update R-date to 1.2.26

2007-12-24  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>

* DESCRIPTION (Version): New version is 1.2-26.

* R/date.R (summary.date): Add ... so that na.rm can be used,
Suggested by Steven McKinney <smckinney@bccrc.ca>.

2007-07-12  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>

* DESCRIPTION (Version): New version is 1.2-25.
(License): Clarify.

2007-02-01  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>

* inst/CITATION: Get date/year and version from the package
metadata.

2006-12-19  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>

* DESCRIPTION (Version): New version is 1.2-23.

* R/date.R (as.character.date): Add missing ... argument.

2006-09-29  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>

* DESCRIPTION (Version): New version is 1.2-22.

* R/date.R: Fix invalid escapes.

2006-09-09  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>

* DESCRIPTION (Version): New version is 1.2-21.
(Depends): Added.

2006-08-05  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>

* DESCRIPTION (Version): New version is 1.2-20.

* man/as.date.Rd: Fix inconsistency spotted by Antony Unwin
<unwin@math.uni-augsburg.de>.

2006-06-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>

* DESCRIPTION (Version): New version is 1.2-19.

* inst/CITATION: New file.

(markd)

2008-10-13 11:35:13 UTC MAIN commitmail json YAML

2008-10-13 11:34:21 UTC MAIN commitmail json YAML

Update R-chron to 2.3.24

4 years of updates.

(markd)

2008-10-13 11:31:32 UTC MAIN commitmail json YAML

2008-10-13 11:30:50 UTC MAIN commitmail json YAML

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

Update R-RArcInfo to 0.4.7

Changes Unknown

(markd)

2008-10-13 11:27:50 UTC MAIN commitmail json YAML

Update R-R2HTML to 1.59

# 2008-05-23 - Version 1.59

- Corrected call of unexported function from
  Sweave.R (utils package) in RweaveHTMLWritedoc.

- Corrected explicit call of S3Method print from
  package xtable.

- Corrected explicit call of S3Method from package
  nnet.

- Corrected explicit call of isInitialized from
  nlme package.

- Corrected explicit call of volume from
  cluster package.

- Corrected explicit calls of imp.moments
  from boot package.

- Corrected explicit calls of splineOrder and
  splineKnots from splines package.

- Corrected explicit call of date.ddmmmyy from
  survival package.

- Fixed rpart HTML S3 method to include tree.depth
  function  defined internally, as rpart package is not
  exporting it anymore.

- Fixed .HTML.file warning of no visible bindings
  in almost every function of the package.

- Fixed bug in HTML.data.frame outputing invalid
  code (missing opening <tr>) when row.names was
  set to FALSE. As patch submited by Michael Irskens and
  also reported by Rik Schoemaker.

- Fixed bug in HTML.matrix, opening of <tbody>
  wasn't being carried. Pending the fixing of
  excess of </tr>'s.

- Fixed miscelaneous bugs in CSS files.

# 2006-09-28 - Version 1.58

- Fixed bug in HTMLcore.R (unintended \ interpolation)

- Fixed bug in HTMLfi() call inside HTML.summary.lm,
  which made R CMD check fail on Windows.

- Uniformization of capitalization of HTML tags
  (to lowercase), in conformity with the
  XHTML 1.0 standard.

- Updated HTML.data.frame to include row.names
  option, as contributed by Tobias Verbeke on
  2006-05-27.

# 2006-07-04 - Version 1.57

- Added the HTML2clip wrapper, suggested by Gabor
  Gronthendieck.

- Miscelaneous fixes to documentation (contributed
  by Tobias Verbeke)

- Cleaning up of man directory of spurious files as
  suggested by Kurt Honik

(markd)

2008-10-13 11:24:40 UTC MAIN commitmail json YAML

Update R-PHYLOGR to 1.0.6

Changes unknown

(markd)

2008-10-13 11:22:46 UTC MAIN commitmail json YAML

Update R-Matrix to 0.999375.15

lots of bug fixes and new functionality.

(markd)

2008-10-13 11:19:45 UTC MAIN commitmail json YAML

Update R-ISwR to 2.0.2

Changes unknown.

(markd)

2008-10-13 11:17:04 UTC MAIN commitmail json YAML

Update R-GRASS to 0.3.7

Changes unknown.

(markd)

2008-10-13 11:14:55 UTC MAIN commitmail json YAML

Update R-DAAG to 0.97

Changes unknown

(markd)

2008-10-13 11:12:52 UTC MAIN commitmail json YAML

Update R-CGIwithR to 0.72.

Changes unknown.

(markd)

2008-10-13 11:08:31 UTC MAIN commitmail json YAML

user-destdir support from Masao Uebayashi with minor changes from me.
also update R_HOMEPAGE_BASE

(markd)

2008-10-12 11:26:49 UTC MAIN commitmail json YAML

kbiff update.
also remove emacs-22.3 from TODO, as done.

(markd)

2008-10-12 11:23:13 UTC MAIN commitmail json YAML

Update kbiff to 3.9

10-05-08 - Kurt Granroth (3.9)
  o Converted KBiff into a full-fledged kdeinit module compatible
    with the latest KDE 3.5 (previous support was outdated)
  o Yet more tweaks to compile under the gcc 4.x running target
    without warnings
  o Cleaned up a bunch of Makefiles, configure files, and automake
    files along with an updated 'admin' directory
  o Got rid of the 'release-kbiff' "meta" version and date tags
  o Updated the .spec file to be more up to date

09-09-08 - Fr辿d辿ric Bri竪re
  o Replaced complicated date-time calculations with toTime_t()

03-30-08 - L辿o Terziman
  o Fix compilation of ASUS led code under gcc 4

03-21-08 - Martin Spirk
  o Added 'stopped' icon state

02-27-08 - Elve
  o Updated Dutch translation (nl.po)

01-21-08 - Kurt Granroth
  o Updated automake admin dir with latest code from KDE 3.8
  o Tweaked the code to compile on gcc 4.2 without warnings with -Wall
  o Status window tweaks to work better on multiple-monitors as well
    as in more positions (side, bottom, top, etc).
  o Removed some 2.x code.  Nobody uses KDE2 anymore so it's high
    time KBiff stops supporting it.
  o Fix display of icons with the icon selector

(markd)

2008-10-12 09:45:21 UTC MAIN commitmail json YAML

No longer patching any lisp files so don't need to recompile them.

(markd)

2008-10-11 21:00:53 UTC MAIN commitmail json YAML

Add an rc.d script.  Slightly modified from the one provided in
PR pkg/39701.  Bump PKGREVISION.

(markd)

2008-10-11 19:58:24 UTC MAIN commitmail json YAML

When removing a loop, remove both the beginning _and_ the end.
Bump PKGREVISION.  Noted by Cem Kayali in pkgsrc-users@

(markd)

2008-10-11 19:12:30 UTC MAIN commitmail json YAML

Make dependency on libXxf86vm explicit.  Fixes build on some Linux
systems.  Noted by David Sainty.

(markd)

2008-09-16 22:51:20 UTC MAIN commitmail json YAML

2008-09-13 11:09:58 UTC MAIN commitmail json YAML

Tell cmake not to muck with rpath's as it seems to interact badly with
pkgsrc.

(markd)

2008-09-13 11:06:08 UTC MAIN commitmail json YAML

2008-09-13 11:00:45 UTC MAIN commitmail json YAML

Note the type of cmake variables.

(markd)

2008-09-13 10:53:51 UTC MAIN commitmail json YAML

Substitute /usr/local with ${LOCALBASE} (not ${X11BASE})
Bump PKGREVISION.

(markd)

2008-09-04 12:14:45 UTC MAIN commitmail json YAML

2008-09-04 12:12:49 UTC MAIN commitmail json YAML

Update kmplayer to 0.10.0c

Changes since version 0.10.0b
- Use html page baseurl for resolving urls from the knpplayer backend
- Initialize thread support for knpplayer, makes knpplayer crashes go away
- Second part of set viewarea background to part's parent background
Changes since version 0.10.0a
- Fix some flash wanting full Url out of a relative Url before streaming data
- Hardcode flash mimetypes in pluginsinfo
- Fix kpart not reading the system global kmplayerrc
- Set viewarea background to part's parent background for the plugin
- Fix kxineplayer crash when sending the configurations
Changes since version 0.10.0
- Fix npp streams with javascript urls, that never reached the finish state
- Fix memory leak in SMIL image
- Get rid of nspr dependency
Changes since version 0.10.0-pre3
- Fix double scaling of video in a region
- Use XPLAIN again for npp's GtkPlug embedded in QXEmbed, makes reproducable
  mouse grab go away
Changes since version 0.10.0-pre2
- Fix unpausing with multi items from playlist
- Compile fix for gcc >= 4.2
- Cairo painting speedups, always round to screen pixel values
- Adjust for timer drifting in SMIL files
- SMIL additions, add AnimateMotion, more transition types, transOut support,
  region background image and 'showBackground' attribute among others
- Replace -vop with -vf for MPlayer
Changes since version 0.9.4a
- Allow per mimetype preferred player backend
- Add npp backend that plays xembed style browser plugins

(markd)

2008-09-03 21:46:08 UTC MAIN commitmail json YAML

2008-09-03 21:39:00 UTC MAIN commitmail json YAML

Add libspectre

(markd)

2008-09-03 21:36:46 UTC MAIN commitmail json YAML

Initial import of libspectre 0.2.1

libspectre is a small library for rendering Postscript documents. It
provides a convenient easy to use API for handling and rendering
Postscript documents.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(markd)

2008-09-03 21:31:12 UTC MAIN commitmail json YAML

2008-08-31 12:40:03 UTC MAIN commitmail json YAML

2008-08-31 12:37:27 UTC MAIN commitmail json YAML

Update to R 2.7.2

NEW FEATURES

    o  sprintf() returns elements of the result in UTF-8 when the
        format or any character input has a corresponding element
        declared as UTF-8.  Similarly for paste(), elements of the
        result are in UTF-8 when any input to that element is declared
        as UTF-8.

    o  axis() has new arguments 'col.ticks' and 'lwd.ticks' to allow
        the colour and line width of ticks to be set separately from
        that of the line (e.g. to set one or the other to transparent
        or zero width).

    o  legend() has a new argument 'box.col' to set the colour of the
        enclosing box.

    o  legend() gains a 'xpd' argument to make it easier to place a
        legend in the margins or outer margins.

    o  stripchart() now passes '...' to title() (as well as to
        plot.default() and axis()). (Wish of PR#12202)

    o  help.search() has new argument 'searchEngine' to go
        directly to the search form: this is needed by users of
        Firefox 3 to workaround a bug in interpreting the search
        results pages.

+ BUG FIXES

2.7.1 NEW FEATURES

    o  tools::texi2dvi() has a new argument 'texinputs' to allow the
        TeX and bibtex input paths to be specified (even on MiKTeX).

    o  dev.copy2pdf() gains an 'out.type' argument to allow it to be
        used with cairo_pdf() or quartz(type = "pdf").

    o  poly() has additional checks against user error (as in PR#11243).

    o  The Mac OS quartz() device draws contiguous lines much faster.

    o  A field containing just a sign is no longer regarded as numeric
        (it was on all platforms in 2.7.0, but not on most in earlier
        versions of R).  Similarly, '.' is now always non-numeric.

    o  CITATION files are now read in Latin-1: quite a few were
        failing if used in a multibyte locale such as UTF-8.

    o  The DESCRIPTION file of a package can specify an 'OS_type' field
        as either 'unix' or 'windows' to confine installation to that
        OS type.

    o  HoltWinters() now uses optimize() rather than optim for
        one-parameter problems which should be more reliable (PR#11469).

    o  axis() now respects the setting of par("xpd") when clipping.

    o  The 'factor' method of format() now preserves names, dims and
        dimnames in the same way as for character and numeric inputs.
        (PR#11512)

    o  read.DIF(*, transpose=TRUE) now allows to correctly read DIF files
        produced by some versions of Excel.

DEPRECATED & DEFUNCT

    o  The use of unserialize() on character strings is deprecated:
        that was a format used in R < 2.4.0.

    o  The use of embedded nuls in character strings is deprecated:
        They will no longer be allowed in R 2.8.0.

UTILITIES

    o  R CMD check checks for possible check directories in the
        sources -- in mid-2008 there were about 20 examples on CRAN.

    o  R CMD build tries harder to clean up the inst/doc directory
        from the remnants of earlier builds.

        It also removes any directories with extension .Rcheck, and
        files .DS_Store and ._* (created by tar on Mac OS X under some
        circumstances: it now sets environment variables to ask for
        such files not to be created by that tar.)

+ BUG FIXES

(markd)

2008-08-31 12:33:53 UTC MAIN commitmail json YAML

2008-08-27 12:42:55 UTC MAIN commitmail json YAML

2008-08-27 12:37:41 UTC MAIN commitmail json YAML

2008-08-27 12:30:08 UTC MAIN commitmail json YAML

Update to kdevelop 3.5.3 (KDE 3.5.10)

minor bugfixes

(markd)

2008-08-27 12:29:05 UTC MAIN commitmail json YAML

2008-08-27 12:27:00 UTC MAIN commitmail json YAML

Update to arts 1.5.10 (KDE 3.5.10)

minor bugfixes

(markd)

2008-08-27 12:25:46 UTC MAIN commitmail json YAML

Update to KDE 3.5.10

minor bugfixes

(markd)

2008-08-27 12:24:06 UTC MAIN commitmail json YAML

Update to KDE 3.5.10

minor bugfixes

(markd)

2008-08-27 12:23:15 UTC MAIN commitmail json YAML

Update to KDE 3.5.10

minor bugfixes

(markd)

2008-08-27 12:22:10 UTC MAIN commitmail json YAML

Update to KDE 3.5.10

minor bugfixes

(markd)

2008-08-27 12:21:23 UTC MAIN commitmail json YAML

2008-08-27 12:20:26 UTC MAIN commitmail json YAML

Update to KDE 3.5.10

minor bugfixes

(markd)

2008-08-27 12:19:29 UTC MAIN commitmail json YAML

Update to KDE 3.5.10

minor bugfixes

(markd)

2008-08-27 12:18:13 UTC MAIN commitmail json YAML

2008-08-27 12:16:42 UTC MAIN commitmail json YAML

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

2008-08-27 12:13:55 UTC MAIN commitmail json YAML

Update to KDE 3.5.10

minor bugfixes

(markd)

2008-08-27 12:12:55 UTC MAIN commitmail json YAML

Update to KDE 3.5.10

minor bugfixes

(markd)

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

2008-08-27 12:10:37 UTC MAIN commitmail json YAML

2008-08-27 12:09:09 UTC MAIN commitmail json YAML

2008-08-27 12:06:12 UTC MAIN commitmail json YAML

Update to KDE 3.5.10

minor bugfixes

(markd)

2008-08-27 12:05:02 UTC MAIN commitmail json YAML

2008-08-27 12:02:32 UTC MAIN commitmail json YAML

2008-08-27 11:59:13 UTC MAIN commitmail json YAML

2008-08-17 21:10:32 UTC MAIN commitmail json YAML

p5-GSSAPI update

(markd)

2008-08-17 21:09:12 UTC MAIN commitmail json YAML

Update p5-GSSAPI to 0.26

0.22    Mo Mai 29 21:15:17 CEST 2006
        - Bugfixs

0.23    Mi Aug  2 15:48:19 UTC 2006
        - Re-added support of MIT Kerberos 1.2.x

0.24    Wed, 21 Feb 2007 20:59:39 +0100
        - Changed tests as an answer to FAIL 413320

0.25    So 3. Feb 20:18:16 UTC 2008
        - Enhancement to use OpenSolaris/Solaris 10 native gss library

0.26    Fr 15. Feb 22:32:10 UTC 2008
        - modified Makefile.PL to trigger no FAIL testreports
          in case of missing prerequirements.

(markd)

2008-08-12 21:32:26 UTC MAIN commitmail json YAML

2008-08-12 21:32:04 UTC MAIN commitmail json YAML

Tell libtool that its linking fortran so the correct libraries get linked
in.

(markd)

2008-08-12 21:29:11 UTC MAIN commitmail json YAML

Tell libtool that its linking fortran so the correct libraries get
linked in.

(markd)

2008-07-24 12:59:57 UTC MAIN commitmail json YAML

2008-07-24 12:55:21 UTC MAIN commitmail json YAML

2008-06-23 21:33:08 UTC MAIN commitmail json YAML

2008-06-23 21:31:18 UTC MAIN commitmail json YAML

Add py-pytz.

(markd)

2008-06-23 21:30:12 UTC MAIN commitmail json YAML

Initial import py-pytz-2008b

pytz brings the Olson tz database into Python. This library allows accurate
and cross platform timezone calculations using Python 2.3 or higher. It also
solves the issue of ambiguous times at the end of daylight savings, which you
can read more about in the Python Library Reference (datetime.tzinfo).

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(markd)

2008-06-23 21:22:58 UTC MAIN commitmail json YAML

2008-06-23 21:09:43 UTC MAIN commitmail json YAML

patch from christos to stop tcsh seg faulting when given the line
  /bin/echo "`"
or similar.

(markd)

2008-06-23 20:54:44 UTC MAIN commitmail json YAML

Explicitly disable java support so that it doesn't try, and fail, to build
it if configure script happens to find a java installed.

(markd)

2008-06-10 10:23:24 UTC MAIN commitmail json YAML

2008-06-10 10:21:41 UTC MAIN commitmail json YAML

Update libtrace to 3.0.4

libtrace 3.0.4 (2008-01-02)
Deprecate wtf:/wag: format. These traces no longer exist.
Cleanup bpf: capture format
add LINUX_SLL header support to get_source_mac()
deprecate trace_get_link() and replace it with the newer
trace_get_packet_buffer()/trace_get_layer2()
Bug: Don't crash when destroying an output trace that failed to
initialise
Use Linux's in kernel BPF filter if available
Add support for Cisco HDLC over PoS
Allow BPF bytecode to be used to construct a filter
Code cleanups
Fix libtrace_ip's bitfields
Fix pcapfile output bug
Documentation cleanups
Discard RT packets when writing pcapfile: files
Add a new "stats" example program
Build system cleanups
Avoid using assert() to report errors
RT packet issues
Properly deal with the packet parsing/length cache when using the
event system
Add a new loss counter framework
Bug: Event framework not generating sleep events when reading traces
from disk
Be more strict about returning NULL from trace_get_payload_from_X()
functions

libtrace 3.0.3 (2007-09-05)
Code cleanups w.r.t warnings
tracesplit_dir now provides a warning of the number of packets that had
an unknown direction at the end of the trace
Fix a segfault in tracereport with rxerrors, non ip
Add support for decoding 802.2 LLC/SNAP and Ethernet II in 802.11 frames
Documentation fixes and clarifications
Fix bug with trace_get_payload_from_80211() and 3 vs 4 frame formats
Deal correctly with uri's with parse errors causing segfaults on cleanup
Minor tidyups to protocol decoders
Add more information to libtracepktdump
Correctly deal with PPP captures
Cache trace_get_capture_length() and trace_get_l3() which are both
heavily used internally
Build system cleanups
Add a GRE tracepktdump decoder
Add a preliminary PPPoE tracepktdump decoder
Add more information to tracereport
Fix bug in legacy decoder with wire lengths
Fix bug in trace_ether_ntoa
Add legacynzix: trace format
Don't assert() on bad packets (instead return BADPACKET) for erf traces
Add TRACE_OPTION_EVENT_REALTIME to allow the event framework to playback
traces in realtime
Rename TRACE_META_FREQ to TRACE_OPTION_META_FREQ to follow naming
convention
Correctly deal with errors when using trace_set_option
Deal better with signals when writing packets to files
Add support for dag 3.x
Improved dag 2.5+ support
dag2.5+ supports setting the snaplen from libtrace
Add support for setting direction on linux int: formats
Consider loopback packets outgoing, not incoming
Fix trace_get_source_mac() for wireless frames
Add support for interfaces_per_input to tracemerge
Fix tracereport direction report
Deprecated wag: and wtf formats

libtrace 3.0.2 (2007-04-27)
Fixed make install for libpacketdump
Add support for tsh: and rf+ tracefiles.
Update support for radiotap
Add a new tool traceflow(1)
More correctly deal with pcap LINKTYPE's vs DLT's
Major cleanups of tracereport
libpacketdump Decoder cleanups
trace_event() memory leak fixes
Fix segfaults with bad arguments in tracesplit(1)
Don't suffix a number if we are only generating one file
Support snapping packets
Minor bugs in libtrace error handling
Misc cleanups and bug fixes

libtrace 3.0.1 (2007-03-26)
Added missing manpages to release tarball
Update manpages
Fixed TCP option length calculation in libpacketdump
tracereport has had a massive tidy up
getopt support for disabling/enabling reports.
Documentation cleanups
Fix 0 byte gzwrite(3)'s were causing the compressed file checksum to fail
RT closing issues
Metadata available
tracedump renamed tracepktdump due to naming conflict in debian
Implement better PoS decoding in libtrace for erf, legacypos.
Build fixes for MacOS

(markd)

2008-06-10 10:11:21 UTC MAIN commitmail json YAML

Needs msgfmt - from Hasso Tepper in PR pkg/38919.
While here add PKG_DESTDIR_SUPPORT and remove the explicit X dependencies,
gets all it needs from kdelibs3 and kde3.mk.

(markd)

2008-06-09 07:50:59 UTC MAIN commitmail json YAML

Use ${PKGVERSION_NOREV} in $MASTER_SITES (aint no nb2 in the path).

(markd)

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

Add a buildlink3.mk.

(markd)

2008-06-04 09:30:07 UTC MAIN commitmail json YAML

Really wants flex.

(markd)

2008-06-04 08:54:40 UTC MAIN commitmail json YAML

Fix build on NetBSD-current (needs -lrt).

(markd)

2008-06-04 07:33:52 UTC MAIN commitmail json YAML

Explicitly disable arts support so that it doesn't find and try to use
it if its installed.

(markd)

2008-06-03 22:20:35 UTC MAIN commitmail json YAML

Fix build with gcc41 on dragonfly.
emacs21 part of PR pkg/38633 from Hasso Tepper.

(markd)

2008-06-03 22:17:00 UTC MAIN commitmail json YAML

2008-06-02 21:15:42 UTC MAIN commitmail json YAML

Fix build with gcc41 on dragonfly.
emacs part of PR pkg/38633 from Hasso Tepper.

(markd)

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

Fix for CVE-2008-2142, automatically loading and executing .flc files.

(markd)

2008-05-18 12:19:01 UTC MAIN commitmail json YAML

2008-05-17 02:28:17 UTC MAIN commitmail json YAML

2008-05-09 21:48:13 UTC MAIN commitmail json YAML

2008-05-09 21:45:23 UTC MAIN commitmail json YAML

Update raptor to version 1.4.17

The main changes to this release are:
Added two new JSON serializers: resource-centric 'json' (Talis RDF/JSON)
and triple-centric 'json-triples'.
Made I/O Stream class raptor_iostream support reading as well as writing
with new constructors and new methods.
Added a new public SAX2 API class raptor_sax2 exposing the existing
internal API which has been around since the first release of Raptor 8
years ago and runs on top of either expat or libxml2.
Added new public error handlers structure raptor_error_handlers containing
a set of (function, data pointers) pairs called raptor_handler_closure for
each error log level. Added raptor_log_level enum for the error log level.
Added an initialization function for the structure,
raptor_error_handlers_init().
Several other API changes, fixes and improvements were made.

1.4.16 changes:
Provide 100% support for the GRDDL W3C Recommendation of 2007-09-11.
The Turtle parser and serializer were updated to support @base for
specifying a base URI, following Turtle of 2007-09-11.
The Turtle and RDF/XML serializers had performance improvements for large
graphs.
Added a TRiG Parser based on Turtle with named graph support.
Several other API changes, fixes and improvements were made.

(markd)

2008-05-06 23:50:42 UTC MAIN commitmail json YAML

Disable support for the krita GraphicsMagick filter.  It trys to use
long deprecated GraphicsMagick features that have now been removed in the
latest GraphicsMagick.

(markd)

2008-05-06 23:47:06 UTC MAIN commitmail json YAML

Add an initially empty ${PKG_SYSCONFDIR}/ggz.modules.  Various other GGZ
aware packages will update it.

(markd)

2008-05-05 00:13:59 UTC MAIN commitmail json YAML

Sigh, and the bit I missed out in the last commit. (Touch a couple of
files so doesn't try to rebuild a bunch of stuff after the compile of
the lisp file)

(markd)

2008-05-04 12:09:33 UTC MAIN commitmail json YAML

Compile the file patched in the previous security update so that it is
actually used.  Bump PKGREVISION

(markd)

2008-04-27 04:14:32 UTC MAIN commitmail json YAML

2008-04-26 13:38:15 UTC MAIN commitmail json YAML

2008-04-26 02:42:33 UTC MAIN commitmail json YAML

2008-04-26 02:41:00 UTC MAIN commitmail json YAML

2008-04-26 02:39:27 UTC MAIN commitmail json YAML

Update to 2.7.0

SIGNIFICANT USER-VISIBLE CHANGES

    o  The default graphics device in non-interactive use is now
        pdf() rather than postscript().  [PDF viewers are now
        more widely available than PostScript viewers.]

        The default width and height for pdf() and bitmap() have been
        changed to 7 (inches) to match the screen devices.

    o  Most users of the X11() device will see a new device that has
        different fonts, anti-aliasing of lines and fonts and
        supports semi-transparent colours.

    o  Considerable efforts have been made to make the default output
        from graphics devices as similar as possible (and in
        particular close to that from postscript/pdf).  Many devices
        were misinterpreting 'pointsize' in some way, for example as
        being in device units (pixels) rather than in points.

    o  Packages which include graphics devices need to be re-installed
        for this version of R, with recently updated versions.

+ New features and bug fixes.

(markd)

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

Drop maintainership of old emacs version.

(markd)

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

btparse and p5-Text-BibTeX updates

(markd)

2008-04-24 21:20:46 UTC MAIN commitmail json YAML

Update to version 0.37

Release 0.37 - 21 Setember, 2006
--------------------------------
* added support for 'conference' key (alias for inproceedings)

Release 0.36 - 24 July, 2005
----------------------------
* fixed url where btparse should be downloaded from. (stupid bug)

Release 0.35 - 23 July, 2005
----------------------------
* changed from 0.33 to 0.35 to maintain relation with btparse.
* some tests now use Test::More (more tests will change soon)
* the way the module initializes changed. Now the module can be
  included to check its version.

(markd)

2008-04-24 21:17:51 UTC MAIN commitmail json YAML

Update to version 0.35

Changes:
  Adds a package-config configuration file and minor bugfix.

(markd)

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: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-03 04:08:22 UTC MAIN commitmail json YAML

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

Update cups to version 1.3.7

OKed by jlam.

Changes in 1.3.7

The new release includes three security fixes and several printing and
authentication fixes.

CVE-2008-0047: cgiCompileSearch buffer overflow
CVE-2008-1373: CUPS GIF image filter overflow
Updated the "make check" tests to do a more thorough automated test.
cups-driverd complained about missing directories
cupsaddsmb would leave the Samba username and password on disk if no
Windows drivers were installed
The Linux USB backend used 100% CPU when a printer was disconnected
The sample raster drivers did not properly handle SIGTERM
The scheduler sent notify_post() messages too often on Mac OS X.
Kerberos access to the web interface did not work
The scheduler did not support "AuthType Default" in IPP policies
The scheduler did not support the "HideImplicitMembers" directive as
documented
"make check" didn't return a non-zero exit code on error
The scheduler incorrectly logged AUTH_foo environment variables in
debug mode
The image filters inverted PBM files
cupsctl would crash if the scheduler was not running
The scheduler could crash when printing using a port monitor
The scheduler would crash if PAM was broken
The image filters did not work with some CMYK JPEG files produced by
Adobe applications
The Mac OS X USB backend did not work with printers that did not
report a make or model.
The job-sheets option was not encoded properly
The scheduler incorrectly complained about missing LSB PPD directories.

Changes in 1.3.6

The new release fixes some platform-specific build problems, web
interface issues, PDF and PostScript filter option handling, and a
number of minor bugs discovered during routine code audits.

(markd)

2008-04-01 22:50:24 UTC MAIN commitmail json YAML

Use <X11/Xmd.h> to define CARD32 et al so that local definition
doesn't clash if something else happens to pull in that include
file - as now happens with XI.h file in inputproto-1.4.3.
Should fix PR 38227.

(markd)

2008-03-29 21:55:19 UTC MAIN commitmail json YAML

REPLACE_PERL to fix interpreter path in a contrib script.

(markd)

2008-03-15 22:20:01 UTC MAIN commitmail json YAML

2008-03-15 22:16:41 UTC MAIN commitmail json YAML

Update to R 2.6.2.

Changes are basically bugfixes.

pkgsrc changes:
  Don't bother patching configure.ac - it was only part of the changes
being made to configure so don't pretend you could use it to regerate
configure.
  Use -fPIC rather than -fpic for NetBSD powerpc.  Should fix PR 38032.

(markd)

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

kde 3.5.9 update

(markd)

2008-02-20 10:36:09 UTC MAIN commitmail json YAML

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