summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
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.
2005-09-24There is some problem with compiling grub when using pkgsrc ncurses.jlam1-3/+3
Grub will actually build using plain, old BSD curses, so no need to actually pull in ncurses (unless curses is missing on your system). This makes sysutils/grub build on NetBSD-3.0_BETA with PREFER_PKGSRC=yes. Bump the PKGREVISION to 2.
2005-09-24Instead of trying to workaround the possible conflict between grub'sjlam4-34/+19
internal term.h and ncurses' term.h, just rename grub's to grubterm.h and avoid the potential problems altogether.
2005-09-22Fix PLIST. Bump PKGREVISION.minskim2-3/+4
2005-09-22Fix PLIST. Bump PKGREVISION.minskim2-4/+9
2005-09-18Update rdiff-backup from 0.12.7 to 1.0.1adrianp3-8/+16
Lots of changes/bugfixes including: rdiff-backup now writes its PID to current_mirror marker Security fixes with --restrict-read-only, --restrict-update-only and --restrict OSX fixes For a full list of changes see: http://www.nongnu.org/rdiff-backup/CHANGELOG-stable
2005-09-16Add patch from Jed Davis on port-xen:bouyer3-3/+63
| xfrd reads from the network socket using | fread() on an _IONBF'ed stream; under NetBSD, this results in a | sequence of one-character reads. This behavior, as far as I can tell, | goes back all the way to V7 Unix; i.e., it's older than me. | | So I've modified libxutil, which has its own IO indirection layer, to | switch to read(2) in the "unbuffered" case" bump PKGREVISION
2005-09-16Removed etcupdate from pkgsrc as it is included in NetBSD 1.6 and later.martti6-896/+1
2005-09-15Add back what was patch-ac (from kristerw) as patch-ab since it's notatatat2-1/+18
a patch to lsof that the author would be interested in taking back as it only addresses the use of pkgsrc on Darwin: Do not ask the user about the path to the darwin XNU kernel header files in the case they are not found -- report an error instead (since going interactive breaks bulk building...) We are in a "freeze" at the moment, but this ought to fix the build of a leaf package under Darwin.
2005-09-14Updated xfce4-systemload-plugin to 0.3.6nb1martti3-2/+46
Fix sparc64 problems (pkg/31017)
2005-09-14Make sure to update contents of distinfo to lsof 4.76.taca1-4/+4
2005-09-13lsof 4.75 is gone; use 4.76christos3-21/+3
2005-09-13Update to 20050909:wiz2-6/+6
. patch from havard@: split file/exec statistics . patch from martin@ fixing PR xsrc/31163 (problems on ffb device)
2005-09-13Update rsnapshot to 1.2.1. Changes since 1.1.6abs3-60/+6
Note that config file format has changed, but rsnapshot will detect an old config and refuse to run until config is updated. VERSION 1.2.1 (Apr 09 15:10 2005) ------------------------------------------------------------------------------ - Fixed security bug when neither cmd_cp or link_dest are enabled VERSION 1.2.0 (Jan 31 21:43 2005) ------------------------------------------------------------------------------ - Turned off buffering ($|=1) - Changed default lockfile to /var/run/rsnapshot.pid, for FHS compliance - Clarified man page licensing (GPL) - Fixed is_real_local_abs_path() to handle dangling symlinks - Changed utils/backup_smb_share.sh to re-order the smbtar arguments - Added "-uroot" to utils/backup_mysql.sh example file - Changed regex in is_blank() subroutine - Changed rsync include/exclude mode to relative - Peter Palfrader <weasel@debian.org> enhanced error reporting to include command line options - Bharat Mediratta <bharat@menalto.com> improved the exclusion rules to avoid backing up the snapshot root. The old way was also kept for users who can't or don't want to upgrade their destination paths in their backup points. - Bharat Mediratta <bharat@menalto.com> added a "+" feature to the per-backup point args to allow additive include/exclude rules. - Added safe_rename() subroutine to work around a semi-obscure timestamp bug in certain Linux kernels - Clarified error message about local/relative paths in config file parsing - Added check for leading/trailing spaces in remote (ssh) paths - Added du(1) and crontab(1) to man page references - Added config.guess and config.sub for automake - Changed default destination paths for backup points in example config file for compatibility with --relative rsync flag - Added formatting fix to show one slash only when invoking backup_script with link_dest option enabled - Broke backwards compatibility for the benefit of fixing several outstanding issues. The default value for rsync_long_args is now different. - Changed add_lockfile() verbose message to "echo $$ > /path/to/lockfile.pid" which is actually what the code is doing - Added check to make sure backup_scripts can't share destination path with backup points - Added check to make sure different backup_script destinations don't overlap and don't clobber backup point destinations - Added "cmd_du" parameter to allow specifying the path to "du" - Nicolas Kaiser <nikai@nikai.net> provided various typo fixes in the program and man page - Fixed "missing rsync/configtest ok" bug - Added config_version parameter, which is now required - All autoconf files were updated with the ones from Debian sarge - Added upgrade-config-file feature for "make upgrade" target and manual use - Added upgrade feature to RPM spec file - Added check-config-version feature for use with shell scripts, etc. - Changed version_only argument to version-only, for consistency with new options - Conditionalized configure script to only advise the user to copy the rsnapshot.conf.default file to rsnapshot.conf if it's a new installation - Added rollback feature to restore interval.0 snapshots when using link_dest - Added second option for du, to compare subdirectories or files - Added "du_args" to pass arguments to du - Relaxed cmd line option validation, but only when du is the command - Now only show command invocation for logger on verbose level 4 - Added rsync cleanup after native_cp_al() to preserve special files - Removed warning messages from native_cp_al() about special files - Modified error printing so full run string is displayed once at the top of a list of error messages - Fixed bug in old method of preventing the snapshot root from being backed up, which occurred when snapshot root was more than one level down from a backup point - Added commented out du_args to rsnapshot.conf.default.in - Added descriptive error if "du" fails
2005-09-10Sync xenio.h with kernel, and apply patch from Jed Davis on port-xen:bouyer4-4/+40
| libxc change #1 is to have xfrd's forked child munmap each 4MB batch | of foreign RAM after it's done writing it, rather than unmapping only | the last one and letting the process's exit clean up the rest. This | really does look like a simple mistake, and strictly speaking it's not | that big a deal -- but on NetBSD, the foreign mappings count against | the process's locked memory rlimit as if it were the dom0's own RAM. | | libxc change #2... I don't really understand the problem; it has | something to do with live migration and the domU releasing | pseudo-physical pages after they were sent but before it's suspended. | Except that, for non-live mode, I think it's reporting all the holes | in the pseudo-physical range, even though those pages haven't been | sent. In any case, the result is that the restoring xfrd fails to | decrease_reservation the pages away. And I distinctly recall this | working at least once under Linux with Xen 2, but I have little idea | what NetBSD might be doing differently. Bump PKGREVISION. This, along with a up to date -current kernel, make xm (save|restore) work properly for a linux domU.
2005-09-09Fix uninitialized warningsmartin3-1/+29
2005-09-08Upate __NetBSD_Version__ statvfs check from 200060000 to 299000900abs2-4/+4
2005-09-08Update gkrellm to version 2.2.7.cube13-60/+217
pkgsrc changes: - use REQD_DIRS where appropriate - add a patch to allow gkrellm to read everything off sysctl() and thus don't install it setgid kem on NetBSD 3.99.1+ - use options framework to choose between OpenSSL and gnutls - minor nits gkrellm changes: 2.2.7 - Tue May 24, 2005 ------------------------ * gkrellmd can send a network interface connect time to be displayed on client timer button panels by configuring a net-timer in gkrellmd.conf. * Don't add virtual disk (/dev/mdX) stats to composite disk. * Bugfixes: o server/main.c inet6 compile error on machines with old libc. o Philipp Hartmann patch: add gnutls multithread initialization to mail.c o While mixing draw_decal_text and decal_scroll_text calls on transparent panels the text layer pixmap was not cleanup up properly. * Translation updates 2.2.6 - Fri May 13, 2005 ------------------------ * Stanislav Likavcan patch: add monitoring of ibm acpi sensors to linux.c. * UI improvement in fs.c and mail.c config button sensitivities and labels. * Bugfixes: o Test for not force creating user mailbox did not consider a configured mail fetch. o gkrellmd server mail check was missing the gkrellmd_need_serve() call and server/mail.c mailbox code needed syncing with src/mail.c. o gkrellmd glib 1.2 g_file_test compatibility was broken. o gkrellmd debug-level option was missing. o Darwin Makefile: add HAVE_GETADDRINFO=1 o Don Bostrom patch: when remote mail checking, handle select() EINTR. o Charles Bailey patches: 1) darwin.c and Makefile tweaks for building on OS X 10.3.8. 2) darwin.c prevent left bit sign extension when shifting memory monitor data. o Don't read disabled sensors in the sensors thread. * Translation updates
2005-09-07Make this work on big endian NetBSD machines.martin5-9/+176
(Patches already forwarded to the maintainers)
2005-09-06Fix NetBSD statvfs check to be >= 299000900 not >= 200040000abs11-30/+30
No pkgrevision bumps needed.
2005-09-05Revision bump, after fixing security/gnutls/buildlink3.mkadam1-2/+3
2005-09-03update sysutils/rconfig to 0.43: Add a -I to allow pushing one host'sabs2-6/+6
configuration to another
2005-08-30Port gamin to NetBSD by rewriting the routines that rely on socketjlam8-16/+584
credentials to understand NetBSD's sockcred. Bump the PKGREVISION to 1.
2005-08-28Change version check to figure out whether NetBSD supports the statvfs(2)tron4-8/+10
systen call. We now assumes that it only exists in NetBSD 2.99.x and newer. This will avoid build problems under the upcoming NetBSD 2.1 release. Mark this package as unusable for NetBSD-2.0[D-H]-* (a few very old NetBSD-current versions which have statvfs(2) but a version number smaller than 2.99.x).
2005-08-25Update patch to also make sure DragonFly uses statfs.reed2-5/+5
This fixes build on DragonFly. Patch from Joerg Sonnenberger. Approved by maintainer, jmmv.
2005-08-24Introduce DJB_MAKE_TARGETS boolean, on by default, off in theschmonz2-7/+9
following packages because they don't use "it" and "setup check" as BUILD_TARGET and INSTALL_TARGET, respectively: devel/bglibs mail/mailfront mail/qmail-qfilter sysutils/memtester sysutils/qlogtools Since there's only one consumer of BGWARE_INSTALLER, and future bgware will use bg-installer from bglibs, move the do-install routine directly into qlogtools.
2005-08-23The real user name in PKG_USERS does not need to be escaped with doublerillig3-6/+6
backslashes anymore. A single backslash is enough. Changed the definition in all affected packages. For those that are not caught, an additional check is placed into bsd.pkginstall.mk.
2005-08-21Apply patches to recognize boot options passed to NetBSD kernels.jmmv5-2/+232
Bump PKGREVISION to 1. From Piotr Meyer in PR pkg/30834. As GRUB 0.x is in maintenance-only status now, I assume there is no chance to get them incorporated mainstream. We'll keep them here though, as they seem useful (could have really helped me in some situations when needing to boot single user).
2005-08-21define strsep=strpbrk on Solaris.grant1-1/+3
fixes part of PR pkg/30584.
2005-08-21Update to 2.10.2:jmmv3-7/+8
This is a stable release to coincide with the release of GNOME 2.10.2. Changes since the last stable release * Remove the temporary disc image on error * Only allow directories, regular files and symlinks in ISOs * Verify file exists before showing contextual menu items Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Rhys Jones (cy) * Frank Arnold (de) * Priit Laes (et) * Christophe Merlet (RedFox) (fr) * Gabor Kelemen (hu)
2005-08-21Update to 2.10.2:jmmv3-8/+12
Fixes: * Make user .desktop files correctly override system ones (Mark) * Remove <LegacyDir> from settings menu (Mark) * Fix memory leaks on re-load (Mark) * Fix issue with duplicate sub-menus (Mark) * Add support for building against uninstalled gnome-menus (Brian Cameron) Translations updated: bg, et, gl, he, rw, vi, xh, zh_TW.
2005-08-21Update to 2.10.2:jmmv3-7/+8
* glibtop_get_mountlist() : Added tmpfs to ignore list. * Re-install open.h to please GTop (libgtop perl wrapper). * Linux: * Fixed compilation on mips. * Added pagein/pageout for 2.6.
2005-08-19Merge CONF_FILES/SUPPORT_FILES and CONF_FILES_PERMS/SUPPORT_FILES_PERMSjlam4-12/+12
as the INSTALL and DEINSTALL scripts no longer distinguish between the two types of files. Drop SUPPORT_FILES{,_PERMS} and modify the packages in pkgsrc accordingly.
2005-08-19Add a patch from Jed Davis posted to port-xen which allows xend to bebouyer3-2/+21
gracefully restarted. See http://mail-index.netbsd.org/port-xen/2005/08/17/0003.html for details. Bump PKGREVISION.
2005-08-19Whitespace.schmonz1-2/+1
2005-08-13Update to 0.13.1xtraeme3-21/+22
Changes: * Looks like we'll have to mount the mfs_var tarball before mounting the vnd(4) var_db_pkg compressed image. * Remove all dirs/files from /usr and /var/db/pkg, saves some space.
2005-08-11Update to 0.13.0xtraeme5-55/+142
Changes: * New option added: VND_COMPRESSION. To enable vnd(4) compression on /usr and /var/db/pkg (at the moment). * Fixed a problem with -k and USE_GNU_GRUB=yes, building a kernel with -k overwrites the "menu.lst" file. * Only copy /etc/X11/XF86Config to $ISODIR when there is not a previous file, fixes PR pkg/30889. * Renamed the rc.d script mfs_rcd to livecd, because it's not only mfs anymore. Finally we can have kde-3.4.2 with NetBSD in a live CD-ROM: 416M netbsd-3.99.7_kde-3.4.2.iso Enjoy.
2005-08-10Don't cause the gamin libraries to be linked against -lintl (and possiblyjlam1-1/+6
-liconv) as they're not used in the libraries.
2005-08-10Use fam.buildlink3.mk instead of using fam/buildlink3.mk directly.jlam2-4/+4
2005-08-10Add and enable sysutils/gamin.jlam1-1/+2
2005-08-10Import gamin-0.1.5 as sysutils/gamin.jlam9-0/+190
Gamin is a file and directory monitoring system defined to be a subset of the FAM (File Alteration Monitor) system. The main goals of the project are: 1. Minimize the security model of FAM -- the daemon runs under the user account. 2. Simplify the code base, dropping some of the most exotic features of FAM. 3. Provide an API and ABI compatible replacement for FAM. 4. Try to fix some other issues like resource consumption.
2005-08-10Add a conflict on the forthcoming gamin package.jlam1-1/+3
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam20-52/+40
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-08-07Convert to use djbware.mk.schmonz2-17/+16
2005-08-06Fix compiler warning.tron2-8/+10