summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-07-30Update to 2.1.2:wiz3-20/+6
2.1.2 - July 12th, 2007 : ========================= * Added an option to update modification time of the parent directory when changing tag values of a file (useful for Amarok for example), * Added autoscroll in log view, * Added new Swedish documentation (thanks to Anders Strömer), * Fixed a problem to display the title in the Cddb window with translation languages (bug introduced in version 2.1.1), * Fixed the loose of focus after saving files : now the same control keep again the focus, * Fixed a mistake in the configure script (thanks to Thomas Klausner), * Swedish translation updated (thanks to Anders Strömer), * Brazilian Portuguese translation updated (thanks to doutor.zero), * Polish translation updated (thanks to Michał Smoczyk), * German translation updated (thanks to Götz Waschk), * French translation updated. VS: ----------------------------------------------------------------------
2007-07-30Update to 2.31:wiz2-7/+8
- Uses DatLib v2.21. - Empty attributes are now ignored (e.g. sha1="") - Removed cloneof, romof and sampleof fixes from datutil -i - DatUtil -i, -I and -p now default the output format to CMPro (in addition to -g, -G and -r which already behave like that) - Added support for the isbios="yes" of MAME v0.117u2 onwards.
2007-07-30Update to 2.21:wiz2-7/+7
- Empty attributes are now ignored (e.g. sha1="") - Removed cloneof, romof and sampleof fixes from datutil -i - DatUtil -i, -I and -p now default the output format to CMPro (in addition to -g, -G and -r which already behave like that) - Added support for the isbios="yes" of MAME v0.117u2 onwards.
2007-07-30Add INSTALL/DEINSTALL scripts for managing the symlinks to the plugins.jlam2-0/+17
2007-07-30Convert to emulator framework. Bump the PKGREVISIONs of thejlam6-31/+34
firefox-bin-acroread* packages due to differences in how the installed symlinks are managed.
2007-07-30Convert to use the emulator framework. Noted by <wiz>.jlam1-5/+10
XXX Doesn't work on x86_64 properly yet.
2007-07-30malloc.h -> stdlib.h. Changes installed file, bump revision.joerg3-3/+18
2007-07-30Add definition for DIRNAME to the INSTALL scripts, which is needed whenjlam4-6/+8
creating the /emul/linux symlink on a system where /emul doesn't exist. Problem noted by <wiz> in private email. Bump the PKGREVISIONs of suse100_base and suse91_base (and also the corresponding suse32 packages by implication).
2007-07-30Updated wm/openbox to 3.4.3nb1tnn1-1/+2
2007-07-30Compute OS_VERSION on AIX directly using make substitution instead ofjoerg1-2/+2
forking a shell and sed.
2007-07-30Use variable substitution instead of calling external cut tojoerg1-3/+3
compute LOWER_OPSYS_VERSUFFIX.
2007-07-30Add back support for using the Linux/x86_64 version of the Sun JRE 1.5jlam1-2/+2
on x86_64 platforms. This got lost in translation when I moved this package to the new emulator framework. Noted by <wiz> in private email.
2007-07-30Attempt to fix two problems seen with the installation of translation files:tnn3-2/+19
- Don't be explicit about using a shell interpreter for install_sh. - use $(mkinstalldirs) as the "mkdir -p" replacement. - Bump PKGREVISION
2007-07-30s/_LINUX_MODULES/_EMUL_MODULES/gjlam2-4/+4
_LINUX_MODULES was an old, internal name I used in my development of the emulator framework that I had renamed to _EMUL_MODULES everywhere, or so I had thought. This should fix the problem where the dependencies on suse_* weren't being converted into dependencies on suse32_* on x86_64 platforms when building a "linux-i386" package.
2007-07-30Fix more paths to Perl scripts. Fix path to bash. Depend on it.joerg1-3/+7
Bump revision. XXX not sure if this really needs bash
2007-07-30Remove a now unused extern declaration.joerg1-2/+1
2007-07-30malloc.h --> stdlib.hjoerg7-21/+56
2007-07-30Support DESTDIR installation.joerg1-1/+3
2007-07-30Fix path to Perl. Bump revision.joerg1-1/+4
2007-07-30malloc.h -> stdlib.hjoerg2-1/+48
2007-07-30Readd the DragonFly libtool.m4 patches.joerg2-105/+58
2007-07-30It turns out that users of po4a also need COLUMNS=76 set in the environmenthe1-1/+3
in order to prevent a bulk build from stopping due to attempted tty i/o.
2007-07-30Use stdlib.h instead of malloc.h.joerg2-5/+7
2007-07-30Updated pkg-install to 20070730.joerg1-1/+2
2007-07-30Remove first obstactle in pkg_add for switching to libarchive:joerg5-125/+35
MASTER/SLAVE mode is gone now. Bump version to 20070730.
2007-07-30Use stdlib.h instead of malloc.h.joerg2-1/+18
2007-07-30G_INTMAX16 doesn't exist. Assume for now that it means 0x7fff.joerg2-4/+4
No cookie for lkundrak.
2007-07-30Don't build a list for a single item, but change the pkg_performjoerg3-31/+15
interface to hand it down directly.
2007-07-30Push pkg_perform prototype into the individual packages.joerg5-8/+13
2007-07-30Fix build on DragonFly. SCTP is detected, but some struct is missing,joerg3-2/+22
so disable it for now.
2007-07-30Updated mail/tmda to 1.1.11nb2schmonz1-1/+2
2007-07-30Install TMDA/Queue, missed in a package upgrade. Fixes tmda-pending.schmonz2-5/+19
Bump PKGREVISION.
2007-07-30Updated textproc/libxml++2 to 2.18.1.obache2-3/+3
2007-07-30Update libxml++2 to 2.18.1.obache3-262/+285
Patch provided by Makoto Fujiwara by PR 36704. Changes: 2.18.1: 2.18.0: * Slight win32 build improvement, possibly. (Artur Wegele) * Slight improvement to examples. (Murray Cumming) 2.17.2: * Node: Adedd get_next_sibling() and get_previous_sibling(). Bug #351867. (Nate Nielsen) 2.17.1: * Node: Added get_parent() Bug #351876 (Patch by Nate Nielsen) * TextReader: Added TextReader(const char* data) constructor, for parsing memory buffers. Bug #351215 (Patch by Nate Nielsen) * Element::set_attribute(): Really return the new attribute. Bug #361950 (Patch by Nate Nielsen) * Build: Added MS Visual Studio 2005 project files. (Cedric Gustin)
2007-07-30Assume that the +ROOT_ACTIONS script is always executed from thejlam4-8/+8
current working directory. This should fix problems installing the suse*_base and suse*_vmware packages as a privileged user. When this package is installed as a privileged user, the +ROOT_ACTIONS script is executed from ${WRKDIR}/.pkginstall before the package metadata directory exists.
2007-07-29Add net/nfdump's options descriptionsseb1-0/+2
2007-07-29Note initial addition of nfdump version 1.5.2 as net/nfdump into The NetBSDseb1-1/+2
Packages Collection. The nfdump tools collect and process netflow data on the command line. Nfdump tools: nfcapd - netflow collector daemon nfdump - netflow dump nfprofile - netflow profiler nfreplay - netflow replay nfclean.pl - cleanup old data - installed as example ft2nfdump - read flow-tools format - optional tool sfcapd - sflow collector daemon - optional tool
2007-07-29Add & enable nfdumpseb1-1/+2
2007-07-29Add buildlink3 file.seb1-0/+21
2007-07-29Initial import of nfdump version 1.5.2 into The NetBSD Packages Collection.seb10-0/+155
The nfdump tools collect and process netflow data on the command line. Nfdump tools: nfcapd - netflow collector daemon nfdump - netflow dump nfprofile - netflow profiler nfreplay - netflow replay nfclean.pl - cleanup old data - installed as example ft2nfdump - read flow-tools format - optional tool sfcapd - sflow collector daemon - optional tool
2007-07-29+ REPLACE_KSHrillig1-1/+2
2007-07-29Allow the code to resolve the make path to deal with a strictlyjoerg1-1/+4
local path. E.g. running make as ./make now works.
2007-07-29Specify PKG_DBDIR to pkg_admin and pkg_info via their -K argumentseb1-3/+3
instead of environment. This allows mk/flavor/pkg/resolve-dependencies to execute '${PKG_ADMIN}': you can encounter this problem on platforms in need of pkgtools/pkg_install because their native pkg_* tools are older than PKGTOOLS_REQD, id est NetBSD 2.x and earlier. Ok'ed joerg@.
2007-07-29Updated libarchive to 2.2.5.joerg1-1/+2
2007-07-29Belated bump revision as libarchive was changed.joerg1-1/+2
2007-07-29Update libarchive to 2.2.5. Biggest changes are:joerg7-311/+28
- massive performance improvements, up to 40% for bsdtar compared to 1.x - support for external (de)compressors, ar-chives and many other goodies.
2007-07-29Add --mk-fragment option to bootstrap. This allows including a fragmentjoerg2-3/+19
after the automatic options and makes it simpler to rebuild the bootstrap automatically from pbulk.
2007-07-29Fix path to Perl. Bump revision.joerg1-1/+4
2007-07-29Fix path to Perl. Bump revision.joerg1-1/+4
2007-07-29Support DESTDIR installation.joerg1-1/+3