summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
2000-06-02Add conflict with "mkisofs" package.tron1-1/+3
2000-06-02Add explicit dependence on "libgtop" package.tron1-1/+2
2000-06-01Update mc to 4.5.50. Changes are mainly bugfixes.rh3-6/+11
2000-06-01Update gmc to 4.5.50. Changes are bugfixes and lots of new icons.rh3-7/+36
2000-06-01Disable mkisofs, it is now part of the cdrecord package.fvdl1-2/+1
2000-06-01Also install mkisofs.fvdl2-2/+7
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh2-4/+4
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
2000-05-31Update "gtop" package to version 1.0.9. Changes since version 1.0.5:tron3-7/+30
- gtop.desktop: Added Swedish translation. - gtop.desktop: Added Galician entry. - gtop.desktop : Added the Turkish translation to the gtop.desktop file. - gnome-gtop.png: Improved. Added first version of the GTop Documentation from Telsa Gwynne. - procview.c: Use "Kill nicely (SIGTERM)" and "Kill now (SIGKILL)" in the right-click menu. - procview.c (DEFAULT_PROCVIEW_FIELD_MASK): New constant. After a suggestion from Alexander Kirillov we only show "Pid", "User", "Pri", "Size", "Resident", "Stat", "CPU", "MEM", "Time" and "Command" as the default since this is less confusing to newbies (and it also helps us keeping the default window size small). (procfields_properties_load): Don't crash here when some bad guy sets "gtop/procview/procview_field_mask=0". Fixes #2420. - procview.c (get_command_line): New static function. Try to get the `command' field from glibtop_get_proc_args () if possible since glibtop_get_proc_state () sometimes truncates this field. GTop will not correctly show the full name of executables with long names. - global.c: In the preferences dialog, use "Update times" instead of "Update times (notebook pages)". - summary.c (gtop_summary_destroy): Renamed to `summary_destroy_cb' and made it static. (gtop_summary_new): Call `summary_destroy_cb' on the "destroy" signal. (gtop_statusbar_destroy): Renamed to `statusbar_destroy_cb' and made it static. (gtop_statusbar_new): Call `statusbar_destroy_cb' on the "destroy" signal. - mdi.c (app_destroy_cb): Don't call `gtop_statusbar_destroy' here. - process-details.c (process_args_update): Make this work with LibGTop 1.1.4. - gnome-gtop.png: An icon, an icon! - memusage.c: added popup-menu to allow show menu/toolbar - fsusage.c: added popup-menu to allow show menu/toolbar - procview.c: added items to popup-menu to allow show menu/toolbar - main.c (gtop_show_mtbar): added "show menu/toolbar" menucheckbuttons to allow some sort of fullscreen mode
2000-05-31Use "${HOMEPAGE}" in master site list.tron1-2/+2
2000-05-31Update gcombust to 0.1.33. Changes are: a Russian translation, 10 speedrh3-5/+6
option, more prefs options, hu language update, and an sv language fix
2000-05-23Update to 1.9a01. Changes:hubertf4-12/+13
Cdda2wav: - integrated the files, Heiko forgot to provide for release 1.8.1 Mkisofs: - Now mkhybrid code is completely integrated into mkisofs. There is only one binary. To help users of mkhybrid, make install creates a hard link from mkhybroid to mkisofs. - man page cleaned up. Patch submitted by OGATA <ogata@isp.qix.org> in mail to tech-pkg.
2000-05-23add missing file.dmcmahill1-1/+2
2000-05-22Fix for platforms that have $MACHINE != $MACHINE_ARCH, like macppc.hubertf3-3/+17
Patches sent in by SUNAGAWA Keiki <kei_sun@ba2.so-net.ne.jp> in PR 10168.
2000-05-22Fix building on machines where ${MACHINE} != ${MACHINE_ARCH}, like macppc.hubertf3-3/+17
Patches sent in by SUNAGAWA Keiki <kei_sun@ba2.so-net.ne.jp> in PR 10168.
2000-05-12Add pstree.mjl1-1/+2
2000-05-12pstree, show processes in a tree (does not need /proc fs)mjl5-0/+29
2000-05-12Unbreak runtime linkage.kleink2-4/+4
2000-05-11rpath stuff for ELF.dmcmahill2-0/+14
addresses PR port-pmax/10099 reported by Nino Margetic <nino@well.ox.ac.uk>
2000-05-11Only define the .BEGIN target if we're on NetBSDagc1-1/+5
2000-05-09Revert previous change - use one set of sources, for maintenance reasons,agc4-35/+5
across -current pkgsrc and the 1.4 branch.
2000-05-07Update gcombust to 0.1.32. Changes include a compability fix for therh2-4/+4
latest mkisofs, smaller bugfixes, ja, fr and ko language updates.
2000-05-05Bump to 20000505. Changes:hubertf4-5/+39
* Add note on how to update distfile, mostly taken from pkg_install pkg. * Move 1.4 patches from src/usr.sbin/user/user.c to pkgsrc (I didn't want to add it to doc/HACKS :)
2000-04-26Define rdmsr() etc. only for __NetBSD_Version__ < 104240000.hubertf2-1/+22
At least right now, they're clashing with the definitions in cpufunc.h (as the comment in the file even said :-)
2000-04-26Pull in some prototypes & headers to make this actually compilehubertf2-6/+27
2000-04-26Add a HOMEPAGE, and add two definitions to make this package compileagc1-2/+4
on Solaris.
2000-04-19Update roller to 1.3:kim2-4/+4
- Set a threshold for reporting mail rejection (a single unknown address is insignificant, as is mostly any other single rejection). - Added daemons: deliver (cyrus), rdist, websterd. - Handle more messages: ftpd, inetd, listserv, sendmail, snmpd, sshd.
2000-04-14The release got rereleased...kim1-2/+2
2000-04-14Update to roller-1.2:kim2-4/+4
- handle more daemons and new versions in proc-messages - summarize rejected mail in proc-messages - handle URL language codes better in proc-httpd-access - do not report missing "favicon.ico" in proc-httpd-errors - ignore XTHREAD and high load average in proc-news
2000-04-13use <sys/swap.h> on NetBSD 1.4 and later.mrg1-1/+2
2000-04-13use <sys/swap.h> on NetBSD 1.4 and later.mrg1-0/+17
2000-04-12fix path for qt1dmcmahill3-15/+20
2000-04-12fix path for qt1dmcmahill1-3/+3
2000-04-06update to the release version lsof-4.49 (we have been using a beta);wiz2-20/+19
no functional change as far as I can tell.
2000-04-02Update gcombust to 0.1.31. Changes include: a few more config options,rh2-4/+4
12 speed option, ja and hu update, various bugfixes.
2000-03-31remove the ONLY_FOR_ARCH. It seems to work on other than NetBSD/sparc.dmcmahill1-3/+1
2000-03-30Fix English grammer and spellingjlam1-8/+8
2000-03-29Update to compile with the latest usb.haugustss2-4/+4
2000-03-27Adapt to new handling of "${CONFIGURE}".tron2-4/+4
2000-03-25add and enable mksunbootcddmcmahill1-1/+2
2000-03-25Initial import of the mksunbootcd program to the packages collection.dmcmahill5-0/+39
mksunbootcd came from distrib/utils/mksunbootcd. This package is provided so it may be easily installed as we don't ship mksunbootcd executibles The mksunbootcd program combines filesystem partitions for Sun Microsys- tems, Inc. computers into an image suitable for writing to a compact disc, that will allow the disc to be booted on the sun3, sun3x, sun4, sun4c, sun4m and sun4u platforms. This hardware is supported by the NetBSD sparc, sparc64 and sun3 ports. The architecture arguments above must be the bootable filesystem images for the named architecture. filesystem is typically an iso9660 filesystem, see mount_cd9660(8) for details, but can be any type as long as the first 512 bytes of the image are not used. This image is modified, and the additional partitions added after this partition, in order. If any architecture image is miss- ing, that partition is not used. If a disc with sun4 and sun4m support only was to be created, a dummy image would need to be in place for sun4c.
2000-03-23Update to roller-1.1kim2-4/+4
- proc-messages updated to handle more recent NetBSD versions - proc-news updated to ignore XTHREAD, if reported as unknown
2000-03-21Add and enable memconfagc1-1/+2
2000-03-21Import memconf, a physical memory information utility for Solaris, intoagc5-0/+35
the packages collection. memconf reports the size of each SIMM/DIMM memory module installed in a system. It also reports the system type and any empty memory sockets. In verbose mode, it also reports: banner name, model, and CPU/system frequencies address range and bank numbers for each module
2000-03-19Regenjlam1-2/+2
2000-03-19Fix my sloppiness...this should fix 1.4.x compiles.jlam1-6/+6
2000-03-17Updated psmisc to version 19. Changes from version 17:jlam8-144/+97
- supports /proc/cmdline on NetBSD - killall: new option -g to kill process group instead of process - pidof: new option -g to show PGID instead of PID (by Florian La Roche) - pstree: new option -H to highlight process specified by PID
2000-03-16chmod -> ${CHMOD}wiz1-2/+2
2000-03-16RCS tag addedwiz3-0/+3
2000-03-15Fix:hubertf3-9/+9
- patch-aa was fuzzy - patch-ac used <sys/endian.h> instead of <machine/endian.h> (which is also present on 1.4.x systems)
2000-03-15Use <machine/endian.h>. In contrast to <sys/endian.h>, it is also presenthubertf2-1/+15
on 1.4.x machines. Noted by an unknown hero who's name I forgot. Sorry!