Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | De-pkg-comment. | knu | 2003-02-21 | 2 | -1/+1 |
| | |||||
* | Fix PORTCOMMENTs that were killing INDEX builds. | adamw | 2002-11-07 | 2 | -2/+1 |
| | | | | | 105 pointy hats to: me Approved by: pat | ||||
* | Use PORTCOMMENT in the Makefile, and whack the pkg-comment. | adamw | 2002-11-07 | 2 | -1/+2 |
| | | | | Approved by: pat | ||||
* | fix byteorder -- tcplist -n returns the IP address in network order | obrien | 2002-02-12 | 2 | -1/+13 |
| | | | | | | | instead of host order. PR: 34873 Submitted by: Edwin Groothuis <edwin@mavetju.org> | ||||
* | Add $FreeBSD$, which help me in problem reports. | obrien | 2000-11-22 | 1 | -0/+1 |
| | |||||
* | lsof is in ${LOCALBASE}/sbin, not in root's default search path, so | asami | 2000-11-14 | 1 | -1/+1 |
| | | | | | | spell it out. Submitted by: bento | ||||
* | Corrrect whitespace introduced during PORTNAME conversion and portlint | mharo | 2000-04-22 | 1 | -1/+1 |
| | |||||
* | Update with the new PORTNAME/PORTVERSION variable | cpiazza | 2000-04-10 | 1 | -2/+2 |
| | |||||
* | Restore useless version required comments. | obrien | 2000-03-22 | 1 | -0/+1 |
| | |||||
* | shrink comment to <70 chars (portlint) | mharo | 2000-03-21 | 1 | -1/+1 |
| | |||||
* | Remove the "version required" line. | obrien | 2000-03-20 | 1 | -1/+0 |
| | |||||
* | Style nits in the ports I maintain. | obrien | 2000-02-13 | 1 | -2/+2 |
| | |||||
* | portlint | obrien | 1999-09-06 | 1 | -1/+1 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-31 | 1 | -1/+1 |
| | |||||
* | Fix tcplist for the version of lsof in the ports tree. It wasn't parsing | sheldonh | 1999-06-28 | 1 | -0/+11 |
| | | | | | | | lsof's output correctly. PR: 9191 Submitted by: Andrew Stevenson <andrew@ugh.net.au> | ||||
* | #4/4 enforcing Caps, no period | hoek | 1999-06-27 | 1 | -1/+1 |
| | | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de | ||||
* | These manpages removed by Tim Vanderhoek. | hoek | 1998-08-20 | 1 | -1/+0 |
| | |||||
* | Don't document the -s commandline option twice in the manpage. | steve | 1998-01-12 | 1 | -0/+11 |
| | | | | | PR: 4919 Submitted by: Mikhail A. Sokolov <mishania@demos.net> | ||||
* | Distfile is no longer gziped. | obrien | 1997-09-04 | 2 | -4/+4 |
| | | | | Submitted by: Bill Fenner <fenner@parc.xerox.com> | ||||
* | Distfile moved on MASTER_SITE. The two mirrors don't actually have the | fenner | 1997-07-21 | 1 | -4/+2 |
| | | | | | | | file (one has an empty directory, the other has been reorganized and doesn't mirror this site any more) so I removed them both. Found by: distfile checker | ||||
* | Author applied our 4.4BSD patches and released a new version. | obrien | 1997-04-25 | 3 | -31/+3 |
| | | | | Submitted by: John DiMarco <jdd@cs.toronto.edu> | ||||
* | Need to use htons() on the port number before calling getservicebyname(). | obrien | 1997-04-25 | 1 | -2/+13 |
| | | | | | | (thanks Christopher!) Submitted by: Christopher Masto <chris@chris.netmonger.net> | ||||
* | Two more dist sites. (thanks Josh!) | obrien | 1997-04-25 | 1 | -2/+4 |
| | | | | Submitted by: Josh Gilliam <soil@quick.net> | ||||
* | Tcplist makes a list of tcp connections to and from the local machine, | obrien | 1997-04-24 | 7 | -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. |