summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
2005-10-16Use INSTALL_DATA_DIR instead of MKDIR.wiz1-2/+2
2005-10-16Updated to version 1.4.heinz3-28/+7
Pkgsrc changes: - Removed patch-aa (in Long.pm) and the pre-configure target because our workaround for the problem on Solaris ("hostname --fqdn" changing the name of the machine) is no longer necessary. - Added SVR4_PKGNAME. Relevant changes since version 1.0: ========================== New version to fix major Solaris problem Thanks to patch from Piotr Klaban and many others for reporting the problem.
2005-10-14Update to 1.36.3nb1, provided by Geert Hendrickx in PR 31570.wiz7-10/+223
This contains the update to 1.36.3 and an additional security fix, thus the nb1. Changes since 1.36.0: Changes to 1.36.3 released 23Apr05: 22Apr05 - Correct return type of ftello to avoid overflow -- thanks to Peter Eriksson. 13Apr05 - Fix seg fault if Name directive missing in Job resource. 12Apr05 - Add new LaTeX doc to 1.36.2 branch. - Fix SuSE autostart routines to use /etc/init.d instead of /etc/rc.d/init.d. - Increase index size on File table Name and Path table Path to improve performance. - Second fix for not zeroing SD pointers on restarted job. - Turn off old style Include/Excludes. 01Apr05 - Use fseeko and ftello so that attributes can exceed 4GB - Flush console output after every line. - Turn off Multiple Connections in catalog resource, which causes corruped databases. It is silently ignored. - Drop support for old style Include/Exclude. There is a perl script that will convert them. - Inhibit trying to reset attributes on a Win32 drive. 18Mar05 1.36.2-store.patch - This patch fails a job if no Storage resource is specified and the job attempts to call the SD. 18Mar05 1.36.2-reschedule.patch - This patch should fix a Segfault bug when a job is rescheduled. The storage pointers were being released when they should not have been. 17Mar05 1.36.2-restore-speed.patch - This patch will fix a subtle bug that was introduced in 1.36.2 which causes Bacula to be very slow restoring a few files. This is because it reads completely to the end of the Volume rather than stopping when all the files on the Volume are loaded. The introduction of the bug was caused by a patch that fixed Bacula truncating tapes after a restore. Note that all source files will be rebuilt during the make. 16Mar05 1.36.2-console.patch - This patch causes the output directed to a file to be flushed after every line. This is a bit overkill, IMO, but a user complained about it. 15Mar05 1.36.2-netbsd.patch - This patch corrects a compile problem because of no statfs() on NetBSD. The patch was submitted by kardel with bug 258. 09Mar05 1.36.2-win32-drive.patch - This patch will prevent the Win32 FD from printing an error message when it attempts to restore the permissions for a drive (which Win32 doesn't permit). The error is harmless in any case. 04Mar05 1.36.2-level.patch - This patch should fix a problem with th %l editing in the client (FD) where it edited nothing. With this fix, it should edit "since". 04Mar05 1.36.2-pool.patch - This patch corrects a problem preventing multiple simultaneous jobs from different pools. Changes to 1.36.2 released 28Feb05: 27Feb05 - Fix pointer to stack variable in Verify jobs. - Change reference to DEV_BSIZE to B_DEV_BSIZE to avoid colision with some OSes. - Release storage[i] in job.c if allocated when starting/restarting a job. Avoids orpahanned buffers. 24Feb05 - Add awk check to configure.in - Bring over a few files from 1.37. 18Feb05 - Fix some lower case character problems in sql_cmds.c reported by Debian. - Fix seg fault if debug level 900 set in SD. - Truncate Win32 child return code to 8 bits. 15Feb05 - Fix deadlock in multiple simultaneous jobs. - Fix tape "truncation"/"number of files" after restore bug. - Merge a few minor things from the 1.37 stream. 14Feb05 - Add a number of new features from 1.37, and apply fixes for all known bugs. See ReleaseNotes for details. - Apply Tim's patch for ACLs. Version 1.36.1 released 26Nov04: 24Nov04 - Take Dan's fix to the fix_postgresql_tables (thanks Dan) - Increase Maximum Concurrent Jobs to 20 in SD and FD! - Fix improper handling of autochanger Volumes that are not marked InChanger. 22Nov04 - Update authentication failure message to indicate possible problem with Maximum Concurrent Jobs. Add to doc too. - Commit PostgreSQL BIGINT fix -- apparently some people didn't get it. - Do not use a slot unless it is InChanger in the autochanger code, otherwise autochanger gets upset not finding the Volume. 21Nov04 - Make authentication timeout compile time configurable. The value is set in src/baconfig.h - Fix removing items from watchdog queue, which apparently screwed up if there was more than one item. - Rework mediaformat part of manual to separate out old tape format for easier reading. - Add a lot of debug code to the authentication code. - Add seconds to the start/end times printed in the job report. 19Nov04 - Fix mutex deadlock in dequeue of messages. - Add debug code to FD authorization. 18Nov04 - Increase authentication timeouts to 10 minutes. 15Nov04 - Fix cancel bug in FD on /lib/tls with zero pid in pthread_kill. - Add date/time to all messages. - Make Qmsg use time message was queued rather than time printed. - Indent job output two spaces. 13Nov04 - Fix web page links for new manual. - Grant postgresql permission to cdimages. - Correct crash after "list nextvol" "list media" bug 160 12Nov04 - Fix scripts/Makefile.in missing ;\ -- thanks Martin - A bit of work on btape to keep if from going into infinite loops when things do not work well, and to print a bit better info. 11Nov04 - JobDefs Storage resource completely overrode anything specified in Job resource -- bug 159 -- fixed. - Fix syntax of renaming postgresql per Dan. - Add working_directory to be /tmp for wx_console. 10Nov04 - Allow both a JobId and a filename or list of files to be specified on a restore command line. - Save old mtx-changer before installing new one: bug 156 - Fix errors in CDROM file pointed out by Scott. 09Nov04 - Fix exepath when Bacula executed without path. - Move test for socket libraries for Solaris in configure.in before tcp wrapper tests so that linking works. - Add "make copy-static-fd" to makefile in CDROM file to copy existing static fd to CDROM rather than building it. 08Nov04 - More doc updates - Fix ps command for OpenBSD - Rework the creation of indexes for SQL -- fall back to the old code, but document what can be added. 06Nov04 - Add new Daemon message handler in default DIR conf. 05Nov04 - Fix Seg Fault with -D100 in bpipe.c. - Fix Seg Fault in run specifying a JobId. - Make mail from daemon with a Messages Resource use the MailCommand with editing rather than the default sendmail. - Replace Jmsg in dispatch_message() with Qmsg. - Make edit_job_codes handle NULL jcr. 04Nov04 - Add M_ALERT class and put tape alerts into it. - Fix Verify count vs found by not double counting files that are split across files/Volumes. 30Oct04 - Fix count returned from write_bsr_file() to handle multiple volumes. This fixes most cases of the Verify VolumeToCatalog. - Cleanup a bit the make clean for the rescue cdrom and remove unneeded files from the CVS. 28Oct04 - Fixed acquiring a tape so that it does not block all acquires when operator intervention is needed. - Platform build script updates from Scott - Doc updates - Add patch to force Linux LD_ASSUME_KERNEL to avoid using the new /lib/tls. This is done in the startup scripts. - Modify mtx-changer so that it checks for ONLINE while waiting. - Modify make_postgresql_tables.in so that EndBlock is stored as a bigint. Prevents job failures when a disk volume is larger than 2GB. 24Oct04 - Add grep ONLINE to wait_for_drive() in mtx-changer.in - More doc. - Rebuild Scott's new configure
2005-10-13Add and enable xenkernel20agc1-1/+2
2005-10-13This needs msgfmt and plurals support. Patch provided by Leonard Schmidtjmmv1-1/+4
in PR pkg/31582.
2005-10-13Initial import of a package to retrieve the Xen kernel itself easily.agc5-0/+51
Xen is a virtual machine monitor for x86 hardware (runs only on i686-class CPUs), which supports running multiple guests operating systems on a single machine. Guest OSes (also called "domains") require a modified kernel which supports Xen hypercalls in replacement to access to the physical hardware. At boot, the xen kernel is loaded (via grub) along with the guest kernel for the first domain (called domain0). domain0 has privileges to access the physical hardware (PCI and ISA devices), administrate other domains and provide virtual devices (disks and network) to other domains. This package contains the Xen kernel itself.
2005-10-13Regenerated to match the current patches.rillig1-4/+4
2005-10-13Fix plist, checksum for patch-bf was wrongtonio1-2/+2
2005-10-12Update to 2.12.1:jmmv4-36/+26
Major changes in 2.12.1 are: * Pass all selected files to menu extensions, not only one per mimetype * Use much fewer file monitors * Fix text size on startup with non-standard default zoom size * Some fixes to trash handling and unmount * Fix some desktop icon positioning details * Copy thumbnails when copying files * Autofill connect to server dialog when possible * Always show deep counts in properties page * Fix leaks and crashes * Correctly escape filenames for display in progress dialog Major changes in 2.12.0 are: * Fix icon layout in text-beside-icons mode in some cases * Fix template creation on volumes other than the same as /tmp * Expand file uris correctly on desktop when passing to scripts * Workaround crash on audio preview in burn: * Fix handling of global show hidden files preference * Fix crash caused by earlier memleak fix * Don't redraw windows/desktop on focus in/out Major changes in 2.11.92 are: * Enable emblem dropping to the list view * Disallow deleting special locations from the location button popup * Don't show "Open Folder" as application option in context menus * Disallow custom icons for the trash * Cleanups & Leak fixed Major changes in 2.11.91 are: * Don't allow renaming of the desktop folder * Make moves within burn:// possible * Fixes to property browser drag and drop code * Add Explorer-style keybindings * Add timestamps to metafiles * Make ESC switch back to the pathbar * Use saner check for mime mismatching * Make progress dialog minimizable * UI fixes Major changes in 2.11.90 are: * Handle dnd more efficently * Use file-manager icon for browser windows * Use hover underline and cursor for single click mode * Make labels selectable in the sidebar * Improve sound preview process handling * UI fixes to path- and sidebar Major changes in 2.11.4 are: * Allow dnd of text on view to create a new file * show hostname in progress dialogs * use pathbar in location toolbar * busy curson when loading folder in browser mode too Major changes in 2.11.3 are: * Turn the list view into a tree * No dnd drop rect on the desktop * Use gtk bookmars as bookmark source * Add bookmarks to spatial mode * New places sidebar * better sort order for filenames with numbers in them (needs glib 2.7.x) * Better handling of font sizes wrt zoom in icon view * Fix leaks Major changes in 2.11.2 are: * Fix sort order for size/count/time * ctrl+scrollwheel changes zoom, ctrl-= zooms in * better handling of cut and paste in notes text view * Add smb domain field in connect to server dialog * nicer handling of drops from mozilla * no properties menu item for desktop context menu * shift-f2 renames with the whole name initially selected * sort by emblem only looks at user-set emblems * scroll to icon when selected and partially visible Major changes in 2.11.1 are: * Use authentication in external connect to server app * UI polish * Allow DnD of location button icon. * Context menus on location button and location label in browser * Fix memory leaks * Fix crashes * Speed up delete in list view * Fix rename in list view breaking when there was a file change * Removed "new terminal" from desktop context menu If you want this, install the nautilus-open-terminal extension, its much better than this feature ever was. * Don't thumbnail files constantly if they're changing * Fixed a loop that could happen on remote locations when removing a directory. * Add properties of the current folder menu item to background context menu * Use --no-desktop in default folder handler to avoid taking over the desktop if you don't run gnome.
2005-10-12Update to 2.12.0:jmmv4-13/+16
============== Version 2.12.0 ============== Fixes * Fix FAM crasher in gmenu-simple-editor (Ed Catmur) Translators * Rhys Jones (cy) * Vincent Untz (fr) * Ignacio Casal Quinteiro (gl) * Norayr Chilingaryan (hy) * Žygimantas Beručka (lt) * Duarte Loreto (pt) * Leonid Kanter (ru) * Elian Myftiu (sq) * Данило Шеган (sr) * Onur Can Cakmak (tr) * Clytie Siddall (vi) =============== Version 2.11.92 =============== Fixes * Fix memory corruption crasher handling notifies (Mark) * Fix python syntax warning (Mark) * Fix build when FAM isn't found (Elijah Newren) * Fix crasher when a <AppDir> references a subdir of another <AppDir> (Mark) * Fix duplicate entries after updating (Mark) * Fix infinite loop (Frederic Crozat) * Make <LegacyDir> with prefix work again (Chris Lahey, Mark) Translators * Rostislav "zbrox" Raykov (bg) * Jordi Mallach (ca) * Hendrik Brandt (de) * Nikos Charonitakis (el) * Roozbeh Pournader (fa) * ahmad riza h nst (id) * Takeshi AIHANA (ja) * Young-Ho Cha (ko) * GNOME PL Team (pl) * Sebastian Ivan (ro) * Maxim Dziumanenko (uk) * Clytie Siddall (vi) =============== Version 2.11.91 =============== Fixes * Install .desktop file for editor (Dennis Cranston, Mark) * Fix the window icon in the editor (Jaap A. Haitsma, Mark) * Allow running editor in different prefix from python (Mark) Translators * Miloslav Trmac (cs) * Hendrik Brandt (de) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Priit Laes (et) * Ilkka Tuohela (fi) * Ankit Patel (gu) * Reuven Gonen (he) * Gabor Kelemen (hu) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Tino Meinen (nl) * Kjartan Maraas (no) * Afonso Celso Medina (pt_BR) * Marcel Telka (sk) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * Funda Wang (zh_CN) * Woodman Tuen (zh_TW) =============== Version 2.11.90 =============== Fixes * Fix issue with handling of filename encodings (Mark) * Only try to include ".directory" for <LegacyDir> if it exists (Mark) * Re-name the Edutainment sub-menu to Education (Mark) * Fix spec compliance issue with <Merge> tag handling (Mark) * Remove some unused code (Mark) * Plug some leaks (Mark) Menu Editor * HIGify menu editor (Dennis Cranston) * Make "Desktop" menu appear correctly (Mark) Misc * Allow building against uninstalled library (Brian Cameron) Translators * Ales Nyakhaychyk (be) * Rostislav "zbrox" Raykov (bg) * Miloslav Trmac (cs) * Martin Willemoes Hansen (da) * Hendrik Brandt (de) * Nikos Charonitakis (el) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Priit Laes (et) * Iñaki Larrañaga (eu) * Ilkka Tuohela (fi) * Ignacio Casal Quinteiro (gl) * Ankit Patel (gu) * Yuval Tanny (he) * Swapnil Hajare (mr) * Terance Edward Sola (nb) * Ganesh Ghimire (ne) * Tino Meinen (nl) * Terance Edward Sola (no) * Marcel Telka (sk) * Elian Myftiu (sq) * Данило Шеган (sr) * Theppitak Karoonboonyanan (th) * Onur Can Cakmak (tr) * Clytie Siddall (vi) * Funda Wang (zh_CN) * Woodman Tuen (zh_TW) ================ Version 2.11.1.1 ================ Fixes * Fix crasher bug in libgnome-menu triggered by editor (Mark) * Make the editor create $XDG_CONFIG_HOME/menus if it doesn't exist (Mark) ============== Version 2.11.1 ============== Features * Simple menu editor (Mark) * Python bindings (Mark) * Support for <Layout> and <DefaultLayout> (Mark, Frederic Crozat) * Use FAM directly for monitoring rather than gnome-vfs (Mark) * Add API for retaining empty sub-menus and excluded items in the GMenuTree (Mark, Christian Neumair) * Add gmenu_tree_directory_get_menu_id() API (Mark) * Add gmenu_tree_directory_get_tree() and gmenu_tree_get_menu_file() API (Mark) * Namespace the API - i.e. MenuTree -> GMenuTree (Mark) Fixes * Plug major memory leak when the menu is reloaded (Mark) * Fix "recursive <MergeFile> inclusion" crash (Mark) * Fix problem where you could end up with identical items in the same menu (Mark) * Fix issue where you could end up with more than one menu with the same name (Mark) * Update for changes to <Move> behaviour in spec (Mark) * Fix off-by-one errors shown up in valgrind (Mark) * Remove <LegacyDir>s from default menu (Mark) Translators * Vladimir "Kaladan" Petkov (bg) * Miloslav Trmac (cs) * Hendrik Brandt (de) * Adam Weinberger (en_CA) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Priit Laes (et) * Iñaki Larrañaga (eu) * Takeshi AIHANA (ja) * Steve Murphy (rw) * Canonical Ltd (xh)
2005-10-12Update to 2.12.0. Thanks go to the FreeBSD GNOME developers for all thejmmv14-14/+493
patches I borrowed from them (patch-b*). September 4, 2005: Overview of changes from 2.11.92 to 2.12.0 ============================================================= * Updated translations. August 22, 2005: Overview of changes from 2.11.91 to 2.11.92 ============================================================ * Linux: - fixed for 2.6 without /sys - glibtop_get_cpu() : Do not add irq, softirq and iowait to idle. August 9, 2005: Overview of changes from 2.11.90 to 2.11.91 =========================================================== * All: - cleaned some headers. - removed static examples. * Linux: - fixed some issues with 2.6 without /sys July 24, 2005: Overview of changes from 2.11.2 to 2.11.90 ========================================================= * Linux: - fixed glibtop_uptime .flags. July &3, 2005: Overview of changes from 2.11.1 to 2.11.2 ======================================================== * Linux: - little improvements for 2.6. July 3, 2005: Overview of changes from 2.11.0 to 2.11.1 ======================================================= * Linux: - glibtop_get_swap : added page(in|out) for linux 2.6. June 8, 2005: Overview of changes from 2.10.x to 2.11.0 ======================================================= * Replaced a lot of macros by functions * Got rid of dozens of useless files. * libgtop 2.11.x are and will stay API and ABI compatible with 2.10.x, i swear.
2005-10-12+ 855resolution (hi christos)xtraeme1-1/+2
2005-10-12Fix installation part. Separate Makefile patch.christos4-22/+37
2005-10-12New package to set the 855 resolution. I can finally get 1280x768 on mychristos5-0/+183
VGN-T250P.
2005-10-11Somehow the last commit only got Makefile. Commit missing bits:jschauma5-11/+22
Make this build and install under IRIX. To do this, we patch one file to get the proper include (not quite what's suggested in PR pkg/31273, but based on it), add the proper library to link against and simply ignore the fact that we don't have nroff (and thus don't install pre-formatted manual pages).
2005-10-11Make this build and install under IRIX. To do this, we patchjschauma1-1/+8
one file to get the proper include (not quite what's suggested in PR pkg/31273, but based on it), add the proper library to link against and simply ignore the fact that we don't have nroff (and thus don't install pre-formatted manual pages).
2005-10-10Add support for DragonFly. While we have sys/statvfs.h, we don't havejoerg3-9/+22
all the fields used by fam. It's easier to use the statfs interface for now. Don't explicitly link against libstdc++, it is the job of the C++ compiler to do that.
2005-10-10Add support for DragonFly.joerg7-13/+103
2005-10-10s/netbsd.org/NetBSD.org/hira1-2/+2
2005-10-10Add catalog-mysql option, from Geert Hendrickx on tech-pkg.wiz2-3/+8
2005-10-09Apply patch from Leonard Schmidt to fix build on 2.x and maybe inxtraeme1-1/+2
other platforms as well, this needs USE_MSGFMT_PLURALS.
2005-10-08Update to 0.13.2:xtraeme2-5/+5
* Update for NetBSD -current: the CD-ROM ISO9660 bootloader is installed as 'bootxx_cd9660'.
2005-10-08Bump revision due to a new dependency on a default libao plugin.jmmv1-2/+2
Addresses PR pkg/30920 by Chuck Cranor.
2005-10-07update to 2.12.1.1drochner13-114/+57
too many fixes and feature additions to list here, see the NEWS file in the distribution
2005-10-07Don't declare errno, ANSI C does this already.joerg2-1/+15
2005-10-07Use PKG_OPTIONS_REQUIRED_GROUPS for making sure only one optionwiz1-11/+5
from a group is selected, instead of handling it manually. From Geert Hendrickx on tech-pkg.
2005-10-07Rename Makefile.options to options.mk (standardized name).wiz2-3/+3
2005-10-07Changes 0.4:adam4-47/+24
* Support for PowerNow
2005-10-04Add to CONFIGURE_ARGS if GNU_PROGRAM_PREFIX is defined.reed1-2/+3
(Maybe that didn't matter.) Also set CONFIGURE_HAS_MANDIR=NO because this configure script is too old. (I have a patch to commit too for honoring PKGMANDIR.)
2005-10-04Fix build problem under NetBSD-current.tron2-7/+20
2005-10-04Fix brokeness in the include "Makefile" which continues the buildtron2-5/+32
even if compilation fails.
2005-10-03Install the sniffer firmware files correctly.skrll2-4/+5
PKGREVISION++
2005-10-03Changes 2.12.0:adam2-7/+7
* Updated NEWS and increased version.
2005-10-01Add and enable fs-kitagc1-1/+2
2005-10-01Initial import of fs-kit-0.4 into the Packages Collection.agc5-0/+67
Welcome to the File System Construction Kit! This is a software package that accompanies the book, Practical File System Design, which Dominic Giampaolo wrote and is published by Morgan Kaufmann (ISBN 1558604979). This package is a very simple framework in which you can experiment with a working (but simple) file system implementation. The framework is designed so that you can go in and modify one part of it, such as how the used and free disk blocks are managed, and not have to touch the rest of the file system. And because the package creates its file system inside of a normal file on your hard disk, you don't have to have a spare disk or require special (root) privileges to run the program. The goal is that this package should provide a convenient test bed for trying out new file system ideas without having to go through the pain and difficulty of creating a real kernel based file system. The API is generic enough however that after an you debug your implementation within this framework it could be moved to a real kernel based file system for the BeOS or a Unix like operating system. This package has a "no commercial use" licence.
2005-10-01vif devices on NetBSD are called "xvif" not "vif", now it worksxtraeme1-3/+3
perfectly.
2005-10-01* Add modified scripts for NetBSD (block-file and vif-bridge) fromxtraeme3-6/+131
Ceri Storey via port-xen@, previous scripts were only useful for Linux. * Install the scripts with INSTALL_SCRIPT not INSTALL_DATA. Bump PKGREVISION.
2005-09-29Update to 0.9.1b:wiz2-14/+12
v 0.9.1b 2004/02/06 * fixed bug introduced 2004/02/05 which caused true default options, such as INCDEPTH, to be destroyed when new options blocks are defined v 0.9b 2004/02/05 * fixed bug that caused some duplicate definitions of directives to add to previous definitions, rather than replace them bug id 631657 * fixed OPTION->INDEX to report an error if an invalid INDEX value is specified * directives can now be specified with no data. Combined with the above fix for duplicate directives, this has the effect that any directive can now be unset, even when originally specified in the OPTIONS block bug id 631660 * fixed bug that would result in syslogd being signalled on every execution of sarah bug id 891554 * fixed output in verbose mode that would cause sarah to try to print file type as well as permissions when doing a chmod on rotated files 2002/05/10 * fixed bug introduced on 2002/05/06 that causes sarah to die in mid-rotation if DATE indexing is used. * complete rewrite of log rotation logic -- old bug would cause logs to always rotate when SIZELOGIC is OR, DATE is defined, and SIZE is not defined 2002/05/06 * changed the way day-of-week matching is done to fix support for OSes that don't comply with XPG4, such as Solaris pre-8.0 2002/02/28 * SIZE directive takes magnitude attribute (deprecated SIZEMOD) v 0.8b 2002/02/13 * SARAH now released under the GNU GPL. Added and changed licensing information in the necessary places. Use pkgsrc config file handling framework.
2005-09-29License file is named apple-admin-license.jschauma1-2/+2
2005-09-29Update HOMEPAGE.wiz1-2/+2
2005-09-28Set AWK properly for NetBSD. Noticed by mrg@.seb3-6/+16
Bump PKGREVISION.
2005-09-28Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,rillig12-26/+26
NO_BUILD, USE_LIBTOOL.
2005-09-28Removed trailing white-space.rillig2-5/+5
2005-09-28Removed trailing white-space.rillig1-2/+2
2005-09-27Relinquish maintainershipmjl2-4/+4
2005-09-27Fix compilation problems on NetBSD 1.6.2martti2-28/+42
2005-09-26Even if the program name is "mesure", the verb is still "measure".wiz1-5/+6
2005-09-26Enable sysutils/mesure.xtraeme1-1/+2
2005-09-26Initial import of mesure-0.5, created by pancake.xtraeme4-0/+35
This tool is to be used to mesure different kinds of streams, the idea is to create a good source to get concepts and resources for other tools that mesure system usage. You can mesure how KB/s grows a file received by FTP or NetCat for example. How fast processes eat memory, stream usage (pipe like), etc.
2005-09-26Fix another uninitialized return value. This one was negating the assurancefredb3-7/+15
that the length could be omitted from the last track of an AUDIO CD. The length fixer-upper would quit consistently on certain (innocent) TOC files, which lead to an error about zero-length tracks. Bump PKGREVISION.