summaryrefslogtreecommitdiff
path: root/sysutils (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update star port from version 1.0 to 1.1Andreas Klemm1997-06-183-7/+7
| | | | Notes: svn path=/head/; revision=7000
* Activate LPRng.Thomas Gellekum1997-06-181-1/+2
| | | | Notes: svn path=/head/; revision=6990
* Long threatened import of LPRng port.Thomas Gellekum1997-06-186-0/+148
| | | | | | | | PR: 3185 Submitted by: Kenneth J. Monville <desmo@bandwidth.org> Notes: svn path=/head/; revision=6989
* Properly edit ${PREFIX}/info/dir.Masafumi Max NAKANE1997-06-162-5/+10
| | | | Notes: svn path=/head/; revision=6954
* Patch up screen.texinfo and added @direntry.Masafumi Max NAKANE1997-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. Notes: svn path=/head/; revision=6953
* Remove install-info related commands from doc/Makefile.in.Masafumi Max NAKANE1997-06-161-13/+26
| | | | | | | | Use --no-split flag when regenerating screen.info Remove old info files before regeneration. Notes: svn path=/head/; revision=6952
* Fix install-info keywordAndrey A. Chernov1997-06-111-0/+19
| | | | | | | PR: 3821 Notes: svn path=/head/; revision=6855
* add skillDavid E. O'Brien1997-06-051-1/+2
| | | | | | | PR: ports/3783 Notes: svn path=/head/; revision=6776
* `skill' is a program which sends signals to processes givenDavid E. O'Brien1997-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) Notes: svn path=/head/; revision=6775
* Seems like cvs is not happy about "$Id $". So take away the space.Satoshi Asami1997-06-031-1/+1
| | | | Notes: svn path=/head/; revision=6706
* New port, most:Masafumi Max NAKANE1997-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> Notes: svn path=/head/; revision=6703
* Version change: 1.2 -> 1.3Jean-Marc Zucconi1997-06-022-4/+4
| | | | Notes: svn path=/head/; revision=6676
* Upgrade to version 4.09. This one works for -CURRENT.David E. O'Brien1997-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. Notes: svn path=/head/; revision=6670
* Fix a couple of master_site paths.Bill Fenner1997-05-281-3/+3
| | | | | | | Found by: distfile checker Notes: svn path=/head/; revision=6600
* Mark port as broken for -current.David E. O'Brien1997-05-261-3/+8
| | | | Notes: svn path=/head/; revision=6570
* Upgrade to 4.08David E. O'Brien1997-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 Notes: svn path=/head/; revision=6548
* The previous commit was an upgrade to 1.2.Satoshi Asami1997-05-201-1/+1
| | | | Notes: svn path=/head/; revision=6496
* Add lessechoAndrey A. Chernov1997-05-201-0/+1
| | | | Notes: svn path=/head/; revision=6495
* version++;Jean-Marc Zucconi1997-05-193-8/+7
| | | | Notes: svn path=/head/; revision=6493
* important fix for sparse file handling from the author of starAndreas Klemm1997-05-192-1/+6
| | | | | | | | | | PR: approved by: Satoshi Submitted by: Obtained from: Notes: svn path=/head/; revision=6490
* Upgrade to 332Andrey A. Chernov1997-05-192-4/+4
| | | | | | | (Peter says TAGGED) Notes: svn path=/head/; revision=6489
* No need to use "+=" to define MAKE_ENV.Satoshi 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. :) Notes: svn path=/head/; revision=6424
* Remove "x11" from categories, this is just an application that uses X.Satoshi Asami1997-05-071-4/+4
| | | | | | | Move WRKSRC down to the right place. Notes: svn path=/head/; revision=6423
* Remove empty line.Satoshi Asami1997-05-071-1/+0
| | | | Notes: svn path=/head/; revision=6422
* Fix a gross bug in the El Torito stuff, causing a coredump during exit().Joerg Wunsch1997-05-052-0/+42
| | | | Notes: svn path=/head/; revision=6414
* Add cd-write.Jean-Marc Zucconi1997-05-041-1/+2
| | | | Notes: svn path=/head/; revision=6400
* As the name suggest, cd-write is a CD burner.Jean-Marc Zucconi1997-05-045-0/+38
| | | | Notes: svn path=/head/; revision=6399
* enabled new port starAndreas Klemm1997-05-031-1/+2
| | | | Notes: svn path=/head/; revision=6388
* New port "star"Andreas Klemm1997-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. Notes: svn path=/head/; revision=6387
* Use new MASTER_SITE_LOCAL variable from bsd.port.mk.Satoshi Asami1997-04-303-6/+6
| | | | Notes: svn path=/head/; revision=6369
* After being able to reproduce and fix the coredumps i've got with thisJoerg Wunsch1997-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> Notes: svn path=/head/; revision=6351
* Upgrade to 4.05. (sorry Philippe Charnier, Vic Abell updated the distDavid E. O'Brien1997-04-282-4/+4
| | | | | | | | | before I could commit an upgrade) Submitted by: Philippe Charnier <charnier@xp11.frmug.org> (4.04 notice) Notes: svn path=/head/; revision=6345
* Author applied our 4.4BSD patches and released a new version.David E. O'Brien1997-04-243-31/+3
| | | | | | | Submitted by: John DiMarco <jdd@cs.toronto.edu> Notes: svn path=/head/; revision=6291
* Need to use htons() on the port number before calling getservicebyname().David E. O'Brien1997-04-241-2/+13
| | | | | | | | | (thanks Christopher!) Submitted by: Christopher Masto <chris@chris.netmonger.net> Notes: svn path=/head/; revision=6289
* Two more dist sites. (thanks Josh!)David E. O'Brien1997-04-241-2/+4
| | | | | | | Submitted by: Josh Gilliam <soil@quick.net> Notes: svn path=/head/; revision=6287
* share tcplist with the worldDavid E. O'Brien1997-04-241-1/+2
| | | | Notes: svn path=/head/; revision=6285
* Tcplist makes a list of tcp connections to and from the local machine,David E. O'Brien1997-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. Notes: svn path=/head/; revision=6284
* Add virtual category 'tk41'.Wolfram Schneider1997-04-201-2/+2
| | | | Notes: svn path=/head/; revision=6248
* Upgrade to 4.03.David E. O'Brien1997-04-152-4/+4
| | | | Notes: svn path=/head/; revision=6209
* Add second categorie `net'Wolfram Schneider1997-04-131-2/+2
| | | | Notes: svn path=/head/; revision=6203
* Add missing slash to ${MASTER_SITES}Bill Fenner1997-04-011-2/+2
| | | | | | | Found by: distfiles checker Notes: svn path=/head/; revision=6097
* The "Backup" directory is now named "backup".Bill Fenner1997-04-011-2/+2
| | | | | | | Found by: distfile checker Notes: svn path=/head/; revision=6096
* Upgrade to 2.4. (no new features... just supports more systems).David E. O'Brien1997-03-272-4/+3
| | | | | | | Notified by: John DiMarco <jdd@cs.toronto.edu> Notes: svn path=/head/; revision=6028
* More style police. :)Satoshi 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. Notes: svn path=/head/; revision=6003
* Style police.David E. O'Brien1997-03-252-6/+10
| | | | | | | | * moved some vars around * added Id Notes: svn path=/head/; revision=6000
* Upgrade to 4.02.David E. O'Brien1997-03-243-4/+10
| | | | | | | | | Now includes useful scripts in the package. Closes PR: ports/3065 Notes: svn path=/head/; revision=5989
* Added sysutils/idledJames FitzGibbon1997-03-231-1/+2
| | | | Notes: svn path=/head/; revision=5987
* Import of idled, a daemon for logging off idle users.James FitzGibbon1997-03-2314-0/+368
| | | | | | | | Reviewed by: James FitzGibbon <jfitz@FreeBSD.ORG> Submitted by: Andrew <andrew@mopsy.hobart.tased.edu.au> Notes: svn path=/head/; revision=5986
* Oops, missed one change.Satoshi Asami1997-03-182-4/+4
| | | | Notes: svn path=/head/; revision=5973
* Back out the un-cleanup introduced by the previous commit. Check thisSatoshi Asami1997-03-154-28/+10
| | | | | | | | file against two revisions ago to see what was the "real" intention of the previous commit. Notes: svn path=/head/; revision=5967