aboutsummaryrefslogtreecommitdiff
path: root/net/scotty
Commit message (Collapse)AuthorAgeFilesLines
* Add .../bin/scottyPoul-Henning Kamp1997-03-212-1/+10
| | | | Notes: svn path=/head/; revision=5979
* Fix this so it will package. Also, instead of making "PLIST" fromSatoshi Asami1997-03-101-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. Notes: svn path=/head/; revision=5928
* Fix this so it will package. Also, instead of making "PLIST" fromSatoshi Asami1997-03-101-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. Notes: svn path=/head/; revision=5927
* Improve the IP-discover application.Poul-Henning Kamp1997-03-063-82/+42
| | | | | | | | | Fix INADDR_LOOPBACK starvation. Don't react to pings that come back from another address than what we pinged. Notes: svn path=/head/; revision=5897
* Boldly venture into the realm of ports, abduct an old friend of minePoul-Henning Kamp1997-03-044-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. Notes: svn path=/head/; revision=5843
* Interface load graphs now inherit SNMP properties from object.Poul-Henning Kamp1997-03-031-0/+15
| | | | Notes: svn path=/head/; revision=5817
* A better attempt to correct the host/net byteorder problems.Poul-Henning Kamp1997-03-031-16/+20
| | | | Notes: svn path=/head/; revision=5810
* ntohl() missing on result from gethostbyname()Poul-Henning Kamp1997-03-011-0/+20
| | | | Notes: svn path=/head/; revision=5780
* Well, I know it doesn't make much sense to have something like "{RM}"Satoshi Asami1996-12-031-3/+3
| | | | | | | | in there, but our make still isn't smart enough to figure out that it means "${RM}", David. :) Notes: svn path=/head/; revision=4749
* General Makefile cleanupDavid E. O'Brien1996-12-011-4/+6
| | | | | | | | | | | Add MAINATERS mkdir -p ==> ${MKDIR} cp ==> ${CP} install ==> ${INSTALL}/${INSTALL_*} etc... Notes: svn path=/head/; revision=4738
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-27/+7
| | | | Notes: svn path=/head/; revision=4575
* make package now works.Eric L. Hernes1996-10-102-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 Notes: svn path=/head/; revision=3954
* Removed the version number.Masafumi Max NAKANE1996-10-051-1/+1
| | | | | | | Changed to make it better looking when doing make print-index. Notes: svn path=/head/; revision=3919
* upgrade to 2.1.3Eric L. Hernes1996-09-173-71/+55
| | | | Notes: svn path=/head/; revision=3796
* Make the depended library names match the directories.Satoshi Asami1996-07-101-4/+4
| | | | Notes: svn path=/head/; revision=3335
* Upgrade to 2.0.2Gary Palmer1996-06-075-24/+238
| | | | Notes: svn path=/head/; revision=3176
* Change "networking" to "net".Satoshi Asami1995-11-271-2/+2
| | | | Notes: svn path=/head/; revision=2485
* Don't need the --with-tcl-include=... stuff, these should all be inSatoshi Asami1995-09-151-2/+2
| | | | | | | | | /usr/local because *_DEPENDS handles them. Reviewed by: Gennady Sorokopud <gena@NetVision.net.il> Notes: svn path=/head/; revision=2156
* Fix multi-line comments. Thanks, Jordan!Satoshi Asami1995-05-161-2/+1
| | | | | | | Pointed-out by: jkh Notes: svn path=/head/; revision=1762
* (1) Use PATCHFILES.Satoshi Asami1995-04-241-17/+7
| | | | | | | (2) Call scripts/untrue for all the Makefile.in's from pre-configure. Notes: svn path=/head/; revision=1512
* Whom: "gena" -> "Gennady Sorokopud <gena@netvision.net.il>"Satoshi Asami1995-04-181-2/+2
| | | | Notes: svn path=/head/; revision=1447
* Update of net Makefiles! Am I done? :)Satoshi Asami1995-04-151-5/+8
| | | | Notes: svn path=/head/; revision=1363
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard1995-04-011-1/+2
| | | | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. Notes: svn path=/head/; revision=1267
* Back out my change to convert DEPENDS->LIB_DEPENDS. There is a goodJordan K. Hubbard1995-02-211-4/+2
| | | | | | | reason for it being the way it was. Notes: svn path=/head/; revision=1013
* Scotty port.Jordan K. Hubbard1995-02-215-0/+102
Submitted by: Gennady Sorokopud <gena@netvision.net.il> Notes: svn path=/head/; revision=1011