summaryrefslogtreecommitdiffstats
path: root/sysutils
Commit message (Collapse)AuthorAgeFilesLines
* Update star port from version 1.0 to 1.1andreas1997-06-183-7/+7
|
* Activate LPRng.tg1997-06-181-1/+2
|
* Long threatened import of LPRng port.tg1997-06-186-0/+148
| | | | | PR: 3185 Submitted by: Kenneth J. Monville <desmo@bandwidth.org>
* Properly edit ${PREFIX}/info/dir.max1997-06-162-5/+10
|
* Patch up screen.texinfo and added @direntry.max1997-06-161-0/+12
| | | | | I really couldn't appropriate category for this file, so I didn't define it and, thus, now this file goes under misc category.
* Remove install-info related commands from doc/Makefile.in.max1997-06-161-13/+26
| | | | | Use --no-split flag when regenerating screen.info Remove old info files before regeneration.
* Fix install-info keywordache1997-06-111-0/+19
| | | | PR: 3821
* add skillobrien1997-06-051-1/+2
| | | | PR: ports/3783
* `skill' is a program which sends signals to processes givenobrien1997-06-056-0/+82
| | | | | | | | | any combination of user names, ttys, commands, and pids. `snice' is a program which changes the priority of processes (given the same). PR: ports/3783 Submitted by: Joao Carlos Mendes Luis <jonny@mailhost.coppe.ufrj.br> (w/minor hacks by me)
* Seems like cvs is not happy about "$Id $". So take away the space.asami1997-06-031-1/+1
|
* New port, most:max1997-06-035-0/+42
| | | | | | A pager (like less) which has support for windows and binary files PR: 3732 Submitted by: Richard Hwang <rhwang@bigpanda.com>
* Version change: 1.2 -> 1.3jmz1997-06-022-4/+4
|
* Upgrade to version 4.09. This one works for -CURRENT.obrien1997-06-022-9/+4
| | | | | | | | | | | Note from Vic: There is a June 1 change to /usr/src/sys/sys/proc.h that lengthens the proc structure. If you have updated your kernel sources, but haven't built and installed a new kernel yet, then lsof report the open files belonging to exactly one process, usually its own child process. So, you'll either need to check out the previous copy of proc.h. Or install that new kernel.
* Fix a couple of master_site paths.fenner1997-05-281-3/+3
| | | | Found by: distfile checker
* Mark port as broken for -current.obrien1997-05-261-3/+8
|
* Upgrade to 4.08obrien1997-05-253-6/+17
| | | | | | from 00DIST: Added CD9660 (aka ISO) file system support to FreeBSD While at it, added file descriptor system support to FreeBSD
* The previous commit was an upgrade to 1.2.asami1997-05-201-1/+1
|
* Add lessechoache1997-05-201-0/+1
|
* version++;jmz1997-05-193-8/+7
|
* important fix for sparse file handling from the author of starandreas1997-05-192-1/+6
| | | | | | | PR: approved by: Satoshi Submitted by: Obtained from:
* Upgrade to 332ache1997-05-192-4/+4
| | | | (Peter says TAGGED)
* No need to use "+=" to define MAKE_ENV.asami1997-05-071-6/+3
| | | | | Also, replace the four lines starting with .if !defined(NOMANCOMPRESS)... with a single line MAN1=star.1. I think that's much easier. :)
* Remove "x11" from categories, this is just an application that uses X.asami1997-05-071-4/+4
| | | | Move WRKSRC down to the right place.
* Remove empty line.asami1997-05-071-1/+0
|
* Fix a gross bug in the El Torito stuff, causing a coredump during exit().joerg1997-05-052-0/+42
|
* Add cd-write.jmz1997-05-041-1/+2
|
* As the name suggest, cd-write is a CD burner.jmz1997-05-045-0/+38
|
* enabled new port starandreas1997-05-031-1/+2
|
* New port "star"andreas1997-05-035-0/+50
| | | | | | | | | | | | | | | | Main advantages over other tar implementations: fifo - keeps the tape streaming. pattern matcher - for a convenient user interface sophisticated diff - user tailorable interface for comparing tar archives against file trees no namelen limitation - Pathnames up to 1024 Bytes may be archived. deals with all 3 times - stores/restores all 3 times of a file does not clobber files - more recent copies on disk will not be clobbered from tape automatic byte swap - star automatically detects swapped archives automatic format detect - automatically detects archive formats: Old tar, gnu tar, ansi tar, star. fully ansi compatible - Star is fully ANSI/Posix 1003.1 compatible.
* Use new MASTER_SITE_LOCAL variable from bsd.port.mk.asami1997-04-303-6/+6
|
* After being able to reproduce and fix the coredumps i've got with thisjoerg1997-04-286-20/+74
| | | | | | | version, now finally upgrade to mkisofs 1.10. PR: ports/3143 Submitted by: partially by Brian Handy <handy@lambic.space.lockheed.com>
* Upgrade to 4.05. (sorry Philippe Charnier, Vic Abell updated the distobrien1997-04-282-4/+4
| | | | | | before I could commit an upgrade) Submitted by: Philippe Charnier <charnier@xp11.frmug.org> (4.04 notice)
* Author applied our 4.4BSD patches and released a new version.obrien1997-04-243-31/+3
| | | | Submitted by: John DiMarco <jdd@cs.toronto.edu>
* Need to use htons() on the port number before calling getservicebyname().obrien1997-04-241-2/+13
| | | | | | (thanks Christopher!) Submitted by: Christopher Masto <chris@chris.netmonger.net>
* Two more dist sites. (thanks Josh!)obrien1997-04-241-2/+4
| | | | Submitted by: Josh Gilliam <soil@quick.net>
* share tcplist with the worldobrien1997-04-241-1/+2
|
* Tcplist makes a list of tcp connections to and from the local machine,obrien1997-04-247-0/+114
| | | | | | | displaying the user name associated with the local end, and making use of Ident services if available to determine the "user" at the other end. Tcplist uses LSOF to do its low level work on 4.4BSD machines.
* Add virtual category 'tk41'.wosch1997-04-201-2/+2
|
* Upgrade to 4.03.obrien1997-04-152-4/+4
|
* Add second categorie `net'wosch1997-04-131-2/+2
|
* Add missing slash to ${MASTER_SITES}fenner1997-04-011-2/+2
| | | | Found by: distfiles checker
* The "Backup" directory is now named "backup".fenner1997-04-011-2/+2
| | | | Found by: distfile checker
* Upgrade to 2.4. (no new features... just supports more systems).obrien1997-03-272-4/+3
| | | | Notified by: John DiMarco <jdd@cs.toronto.edu>
* More style police. :)asami1997-03-252-6/+6
| | | | | | | (1) NOMANCOMPRESS is set by user, not porter. To indicate that MAN? variables are referring to already compressed manpages, use MANCOMPRESSED. (2) Remove second address from MAINTAINER line, I don't want anything to break.
* Style police.obrien1997-03-252-6/+10
| | | | | * moved some vars around * added Id
* Upgrade to 4.02.obrien1997-03-243-4/+10
| | | | | | Now includes useful scripts in the package. Closes PR: ports/3065
* Added sysutils/idledjfitz1997-03-231-1/+2
|
* Import of idled, a daemon for logging off idle users.jfitz1997-03-2314-0/+368
| | | | | Reviewed by: James FitzGibbon <jfitz@FreeBSD.ORG> Submitted by: Andrew <andrew@mopsy.hobart.tased.edu.au>
* Oops, missed one change.asami1997-03-182-4/+4
|
* Back out the un-cleanup introduced by the previous commit. Check thisasami1997-03-154-28/+10
| | | | | file against two revisions ago to see what was the "real" intention of the previous commit.
OpenPOWER on IntegriCloud