Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-04-18 | Import of the multi-router traffic grapher. | James FitzGibbon | |
1997-04-13 | Change brian@awfulhak.demon.co.uk to brian@awfulhak.org | Brian Somers | |
1997-04-04 | Finish the update to wide-dhcp so that it compiles with the | Brian Somers | |
new interface stuff and if_var.h Closes pr3161 Submitted by: MIHIRA Yoshiro <sanpei@yy.cs.keio.ac.jp> Obtained from: pr3161 | |||
1997-04-04 | Update wide-dhcp so that it compiles with the new | Brian Somers | |
interface stuff (and if_var.h). Closes pr3161 Submitted by: MIHIRA Yoshiro <sanpei@yy.cs.keio.ac.jp> Obtained from: pr3161 | |||
1997-03-30 | Add install-man to INSTALL_TARGET rather than deal with it in post-install | David E. O'Brien | |
target. | |||
1997-03-30 | COMMENT should be one line and as short as possible and still be able | David E. O'Brien | |
to convey information. Need to package compressed manpages | |||
1997-03-30 | Style fixes: | David E. O'Brien | |
* CATEGORIES doens't have ``+'' anymore * manpages should be listed in MAN8 so they get compressed * use ${MKDIR} so parrent dirs get created if nessicary * blank likes around MAINTAINER * PKGNAME isn't needed when PKGNAME is same as DISTNAME | |||
1997-03-30 | Import arpwatch version 2.0.1a1, a tool for monitoring | Brian Somers | |
a network interface and maintaining a table of MAC addresses against IP numbers and host names. | |||
1997-03-21 | Add .../bin/scotty | Poul-Henning Kamp | |
1997-03-10 | Fix this so it will package. Also, instead of making "PLIST" from | Satoshi Asami | |
"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. | |||
1997-03-10 | Fix this so it will package. Also, instead of making "PLIST" from | Satoshi Asami | |
"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. | |||
1997-03-07 | Remember to change the Required line :) | Gary Palmer | |
1997-03-07 | Try to bring this port up to date. Upgrade to 3.1.3, and untangle the | Gary Palmer | |
patches a bit (author incorporated a fair number of them, and made even more cross-platfrm portability improvements). I'll deal with any packaging changes tomorrow. | |||
1997-03-06 | Improve the IP-discover application. | Poul-Henning Kamp | |
Fix INADDR_LOOPBACK starvation. Don't react to pings that come back from another address than what we pinged. | |||
1997-03-04 | Boldly venture into the realm of ports, abduct an old friend of mine | Poul-Henning Kamp | |
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. | |||
1997-03-03 | Interface load graphs now inherit SNMP properties from object. | Poul-Henning Kamp | |
1997-03-03 | A better attempt to correct the host/net byteorder problems. | Poul-Henning Kamp | |
1997-03-01 | ntohl() missing on result from gethostbyname() | Poul-Henning Kamp | |
1997-01-19 | (1) This is a classic example of a "trivial fix" blowing up on one's face | Satoshi Asami | |
unless you test it, Brian. :) (Directory path prefix was wrong.) (2) Also, this patch modifies the same file as patch-af, so I combined those two (see handbook). | |||
1997-01-18 | If a client suggests an IP that is different from the server-config | Brian Somers | |
IP for that hardware-address, return a NAK rather than being silent. Reviewed by: None (trivial fix, discussed briefly with author & cc'd to hackers) Submitted by: Brian Somers <brian@awfulhak.demon.co.uk> Obtained from: Brian Somers <brian@awfulhak.demon.co.uk> | |||
1996-12-28 | Ignore checksum of tzfile.h. Closes PR ports/2306. | Satoshi Asami | |
Submitted by: sanpei@yy.cs.keio.ac.jp | |||
1996-12-08 | No `.' is needed at the end of the reason string for NO_CDROM, NO_PACKAGE, | Masafumi Max NAKANE | |
RESTRICTED or BROKEN. Pointed-out by: asami | |||
1996-12-07 | Now, string describing reason for defining these variables must be set | Masafumi Max NAKANE | |
when you define NO_CDROM, NO_PACKAGE or RESTRICTED instead of just ``yes''. | |||
1996-12-03 | {CP} -> ${CP}. | Satoshi Asami | |
1996-12-03 | Well, I know it doesn't make much sense to have something like "{RM}" | Satoshi Asami | |
in there, but our make still isn't smart enough to figure out that it means "${RM}", David. :) | |||
1996-12-01 | General Makefile cleanup | David E. O'Brien | |
Add MAINATERS mkdir -p ==> ${MKDIR} cp ==> ${CP} install ==> ${INSTALL}/${INSTALL_*} etc... | |||
1996-12-01 | Cleaned up post-install target. | David E. O'Brien | |
1996-11-22 | Dang, what am I thinking?!? It's NO_PACKAGE, not NO_PACKAGES dummy. | Satoshi Asami | |
Maybe I should go to sleep. | |||
1996-11-22 | Make this NO_PACKAGE, it asks too many questions. | Satoshi Asami | |
1996-11-18 | Use MAN? macros. CATEGORIES+= -> CATEGORIES. | Satoshi Asami | |
1996-10-10 | make package now works. | Eric L. Hernes | |
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 | |||
1996-10-05 | Removed the version number. | Masafumi Max NAKANE | |
Changed to make it better looking when doing make print-index. | |||
1996-09-17 | upgrade to 2.1.3 | Eric L. Hernes | |
1996-08-18 | Make this work on -current post this change: | Satoshi Asami | |
* davidg 96/06/12 19:54:21 * * Modified: sys/net if_ethersubr.c * sys/netinet if_ether.c * Log: * Keep ether_type in network order for BPF to be consistent with other * systems. Submitted by: MIHIRA Yoshiro <sanpei@yy.cs.keio.ac.jp> | |||
1996-07-10 | Make the depended library names match the directories. | Satoshi Asami | |
1996-07-09 | It's net, not networking (which makes me wonder where I copied this from) | Gary Palmer | |
1996-07-06 | The SNMP package from University of California at Davis | Gary Palmer | |
Ok'ed by: asami | |||
1996-07-06 | Make this thing work with Microsoft network. | Satoshi Asami | |
Submitted by: MIHIRA Yoshiro <sanpei@yy.cs.keio.ac.jp> | |||
1996-06-07 | Upgrade to 2.0.2 | Gary Palmer | |
1996-05-30 | Remove all the unnecessary junk from MAKE_ENV, it is now set by +=. | Satoshi Asami | |
1996-05-20 | Don't forget the -c flag to install and -f flag to gzip so that "make | Satoshi Asami | |
reinstall" works. | |||
1996-05-20 | Add OSTYPE=`uname` to MAKE_ENV so straight sh/csh users can build this one. | Satoshi Asami | |
Reported by: sanpei@yy.cs.keio.ac.jp | |||
1996-05-04 | Re-import wide-dhcp to a more suitable location. Also change the port | Satoshi Asami | |
to one that works. Submitted by: Yoshiro MIHIRA <sanpei@yy.cs.keio.ac.jp> | |||
1995-11-27 | Change "networking" to "net". | Satoshi Asami | |
1995-09-15 | Don't need the --with-tcl-include=... stuff, these should all be in | Satoshi Asami | |
/usr/local because *_DEPENDS handles them. Reviewed by: Gennady Sorokopud <gena@NetVision.net.il> | |||
1995-05-16 | Fix multi-line comments. Thanks, Jordan! | Satoshi Asami | |
Pointed-out by: jkh | |||
1995-04-24 | (1) Use PATCHFILES. | Satoshi Asami | |
(2) Call scripts/untrue for all the Makefile.in's from pre-configure. | |||
1995-04-18 | Whom: "gena" -> "Gennady Sorokopud <gena@netvision.net.il>" | Satoshi Asami | |
1995-04-15 | Update of net Makefiles! Am I done? :) | Satoshi Asami | |
1995-04-01 | Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in | Jordan K. Hubbard | |
multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. |