Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add virtual category 'tk41'. | wosch | 1997-04-20 | 1 | -2/+2 |
| | |||||
* | Add .../bin/scotty | phk | 1997-03-21 | 2 | -1/+10 |
| | |||||
* | Fix this so it will package. Also, instead of making "PLIST" from | asami | 1997-03-10 | 1 | -0/+393 |
| | | | | | | "PLIST.in", make "PLIST.tmp" from "PLIST". The difference is that we can now do a grep on PLIST on the entire ports tree to find what the scotty port installed. | ||||
* | Fix this so it will package. Also, instead of making "PLIST" from | asami | 1997-03-10 | 1 | -5/+6 |
| | | | | | | "PLIST.in", make "PLIST.tmp" from "PLIST". The difference is that we can now do a grep on PLIST on the entire ports tree to find what the scotty port installed. | ||||
* | Improve the IP-discover application. | phk | 1997-03-06 | 3 | -82/+42 |
| | | | | | | Fix INADDR_LOOPBACK starvation. Don't react to pings that come back from another address than what we pinged. | ||||
* | Boldly venture into the realm of ports, abduct an old friend of mine | phk | 1997-03-04 | 4 | -28/+73 |
| | | | | | | | and patch it up a bit. Yes indeed, phk is back in the tcl+snmp arena. Update to 2.1.5, add the ability to probe several communities with the IP-discover function. | ||||
* | Interface load graphs now inherit SNMP properties from object. | phk | 1997-03-03 | 1 | -0/+15 |
| | |||||
* | A better attempt to correct the host/net byteorder problems. | phk | 1997-03-03 | 1 | -16/+20 |
| | |||||
* | ntohl() missing on result from gethostbyname() | phk | 1997-03-01 | 1 | -0/+20 |
| | |||||
* | Well, I know it doesn't make much sense to have something like "{RM}" | asami | 1996-12-03 | 1 | -3/+3 |
| | | | | | in there, but our make still isn't smart enough to figure out that it means "${RM}", David. :) | ||||
* | General Makefile cleanup | obrien | 1996-12-01 | 1 | -4/+6 |
| | | | | | | | | Add MAINATERS mkdir -p ==> ${MKDIR} cp ==> ${CP} install ==> ${INSTALL}/${INSTALL_*} etc... | ||||
* | Use MAN? macros. CATEGORIES+= -> CATEGORIES. | asami | 1996-11-18 | 1 | -27/+7 |
| | |||||
* | make package now works. | erich | 1996-10-10 | 2 | -167/+13 |
| | | | | | | | some files are installed in .../$(uname -m)-$(uname)-$(uname -r)/..., so we've got to use the `construct a PLIST' trick. Pointed out by: Satoshi | ||||
* | Removed the version number. | max | 1996-10-05 | 1 | -1/+1 |
| | | | | Changed to make it better looking when doing make print-index. | ||||
* | upgrade to 2.1.3 | erich | 1996-09-17 | 3 | -71/+55 |
| | |||||
* | Make the depended library names match the directories. | asami | 1996-07-10 | 1 | -4/+4 |
| | |||||
* | Upgrade to 2.0.2 | gpalmer | 1996-06-07 | 5 | -24/+238 |
| | |||||
* | Change "networking" to "net". | asami | 1995-11-27 | 1 | -2/+2 |
| | |||||
* | Don't need the --with-tcl-include=... stuff, these should all be in | asami | 1995-09-15 | 1 | -2/+2 |
| | | | | | | /usr/local because *_DEPENDS handles them. Reviewed by: Gennady Sorokopud <gena@NetVision.net.il> | ||||
* | Fix multi-line comments. Thanks, Jordan! | asami | 1995-05-16 | 1 | -2/+1 |
| | | | | Pointed-out by: jkh | ||||
* | (1) Use PATCHFILES. | asami | 1995-04-24 | 1 | -17/+7 |
| | | | | (2) Call scripts/untrue for all the Makefile.in's from pre-configure. | ||||
* | Whom: "gena" -> "Gennady Sorokopud <gena@netvision.net.il>" | asami | 1995-04-18 | 1 | -2/+2 |
| | |||||
* | Update of net Makefiles! Am I done? :) | asami | 1995-04-15 | 1 | -5/+8 |
| | |||||
* | Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in | jkh | 1995-04-01 | 1 | -1/+2 |
| | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. | ||||
* | Back out my change to convert DEPENDS->LIB_DEPENDS. There is a good | jkh | 1995-02-21 | 1 | -4/+2 |
| | | | | reason for it being the way it was. | ||||
* | Scotty port. | jkh | 1995-02-21 | 5 | -0/+102 |
Submitted by: Gennady Sorokopud <gena@netvision.net.il> |