summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
2011-05-28heirloom-logname utilitycheusov3-0/+17
2011-05-28heirloom-ls utility (MINIX + Caldera)cheusov3-0/+29
2011-05-28heirloom-mesg utilitycheusov3-0/+17
2011-05-28heirloom-mkdir utilitycheusov3-0/+20
2011-05-28heirloom-mkfifo utilitycheusov3-0/+17
2011-05-28heirloom-mknod utilitycheusov3-0/+19
2011-05-28heirloom-nice utilitycheusov3-0/+17
2011-05-28heirloom-nohup utilitycheusov3-0/+20
2011-05-28heirloom-pathchk utilitycheusov3-0/+17
2011-05-27heirloom-pgrep utilitycheusov3-0/+23
2011-05-27heirloom-priocntl utilitycheusov3-0/+21
2011-05-27heirloom-ps utilitycheusov3-0/+25
2011-05-27heirloom-psrinfocheusov3-0/+19
2011-05-27heirloom-pwd utilitycheusov3-0/+17
2011-05-27hritloom-renice utilitycheusov3-0/+18
2011-05-27heirloom-rm utilitycheusov3-0/+22
2011-05-27heirloom-rmdir utilitycheusov3-0/+20
2011-05-27heirloom-setpgrp utilitycheusov3-0/+19
2011-05-27heirloom-sort utility (Caldera)cheusov3-0/+21
2011-05-27heirloom-split utilitycheusov3-0/+17
2011-05-27heirloom-stty utilitycheusov3-0/+22
2011-05-27heirloom-sync utilitycheusov3-0/+19
2011-05-27heirloom-tapecntl utilitycheusov3-0/+23
2011-05-27heirloom-tee utilitycheusov3-0/+17
2011-05-27heirloom-touch utilitycheusov3-0/+22
2011-05-27heirloom-tsort utility (Caldera)cheusov3-0/+18
2011-05-27heirloom-tty utilitycheusov3-0/+17
2011-05-27heirloom-uname utilitycheusov3-0/+19
2011-05-27heirloom-users utilitycheusov3-0/+20
2011-05-27heirloom-who utilitycheusov3-0/+22
2011-05-27heirloom-whoami utilitycheusov3-0/+18
2011-05-27heirloom-whodo utilitycheusov3-0/+25
2011-05-27heirloom-xargs utilitycheusov3-0/+17
2011-05-27heirloom-yes utilitycheusov3-0/+17
2011-05-27The Heirloom Project provides traditional implementations of standardcheusov16-0/+475
Unix utilities. In many cases, they have been derived from original Unix material released as Open Source by Caldera and Sun.
2011-05-22Fix makefile provided by patch-ai to work properly with make -j.dholland2-7/+7
2011-05-22Fix assorted build problems. Should close PR 42081. While here, add atdholland43-105/+592
least minimal comments to all patches and tidy up some (but by no means all) pkglint. I have no idea if this works. It spews warnings about "packed", which lead me to suspect it may not run correctly, but I don't have the facilities to test it. It does, however, now build ok on LP64 and if someone can test it may be reasonable to remove the restriction on that.
2011-05-20Add a patch which fixes 2 problems:bouyer6-6/+196
- use the correct way to get the size of a disk device or partition (from haad@NetBSD.org) - if given a block device, use the character device instead (the block device is already in use by the backend driver). With this I could succeffully boot a HVMPV FreeBSD kernel using a phy: virtual disk.
2011-05-18update to 1.2.8.11drochner2-7/+6
changes: -Support for backward/forward mouse buttons -bugfixes
2011-05-18reset PKGREV for base pkg updatedrochner2-6/+2
2011-05-16+ bup.wiz1-1/+2
2011-05-16Initial import of bup-0.24b.wiz6-0/+291
bup is a program that backs things up. bup has a few advantages over other backup software: It uses a rolling checksum algorithm (similar to rsync) to split large files into chunks. The most useful result of this is you can backup huge virtual machine (VM) disk images, databases, and XML files incrementally, even though they're typically all in one huge file, and not use tons of disk space for multiple versions. It uses the packfile format from git (the open source version control system), so you can access the stored data even if you don't like bup's user interface. Unlike git, it writes packfiles directly (instead of having a separate garbage collection / repacking stage) so it's fast even with gratuitously huge amounts of data. bup's improved index formats also allow you to track far more filenames than git (millions) and keep track of far more objects (hundreds or thousands of gigabytes). Data is "automagically" shared between incremental backups without having to know which backup is based on which other one - even if the backups are made from two different computers that don't even know about each other. You just tell bup to back stuff up, and it saves only the minimum amount of data needed. You can back up directly to a remote bup server, without needing tons of temporary disk space on the computer being backed up. And if your backup is interrupted halfway through, the next run will pick up where you left off. And it's easy to set up a bup server: just install bup on any machine where you have ssh access. Bup can use "par2" redundancy to recover corrupted backups even if your disk has undetected bad sectors. Even when a backup is incremental, you don't have to worry about restoring the full backup, then each of the incrementals in turn; an incremental backup acts as if it's a full backup, it just takes less disk space. You can mount your bup repository as a FUSE filesystem and access the content that way, and even export it over Samba.
2011-05-16Remove sysutils/p5-Ocsinventory-Agent as a version is already present asabs4-43/+1
net/ocsinventory-agent
2011-05-15Update sysutils/capistrano to latest version, 2.6.0gls2-6/+6
Upstream changes: ## 2.6.0 / May 3 2011 A rather large release, feature-version bump because of the new multiple-gateways feature as implemented by Ryan Duryea (way to go!) Please also note from this release that if you use Git submodules, the Git-version requirement for the new implementation is now >= 1.5.6, from previously un-documented. (1.5.6 is new-enough that I think this is acceptable) * Upgrade Net::SSH-gateway dependency to 1.1 (fixes a thread-deadlocking bug on MRI 1.9) * Respect "dry-run" on transfer methods (Florian Frank) * Add support for multiple gateways: (Ryan Duryea) set :gateway, { 'gate1.example.com' => 'server1.example.com', [ 'gate2.example.com', 'gate3.example.com' ] => [ 'server5.example.com', 'server6.example.com' ] } * Properly support nested Git submodules, moves Git requirement to >= 1.5.6 [if you rely upon submodules] (Ken Miller) * Fetch tags into the remote cache, allows deploying a tag when using Git, with the remote_cache strategy (Florian Frank) * Various fixes to path handling bugs in the copt strategy. (Philippe Rathé)
2011-05-15Finish move of tarsnap from security to sysutils.wiz1-1/+2
2011-05-15Follow Greg's advice and reimport in a better place, i.e. movewiz4-0/+45
tarsnap from security to sysutils.
2011-05-15Fix build on SunOS.hans2-6/+24
2011-05-14+p5-Ocsinventory-Agentabs1-1/+2
2011-05-14Added sysutils/p5-Ocsinventory-Agent version 1.1.2abs3-0/+41
ocsinventory-agent creates inventory data. This agent is the successor of the former linux_agent which was released with OCS 1.01 and prior. It also replaces the Solaris/AIX/BSD unofficial agents. The detailed list of supported Operating System is available in the OCS Inventory Wiki.
2011-05-13+ amttermobache1-1/+2