Commit graph

172 commits

Author SHA1 Message Date
Brian Somers
1f4132c7d8 Patch and add arp2ethers & ethercodes.dat installation.
Suggested by:	neil.long@materials.oxford.ac.uk (Neil J Long)

Add etc/rc.d/arpwatch.sh
Don't mention arp.dat as an "installed" file - we may want
this after pkg_delete.
1997-07-01 02:05:06 +00:00
James FitzGibbon
2841c2f4fe Import of a perl5 interface to UCD's SNMP library 1997-06-27 01:53:14 +00:00
James FitzGibbon
8fd36313da Install libsnmp.a into ${PREFIX}/lib
Install SNMP headers into ${PREFIX}/include/snmp
Compile libsnmp.a with "-DPIC -fpic" to allow dynamic linking without RRS
Text Relocation errors.
PR:	ports/3880
1997-06-26 23:28:01 +00:00
James FitzGibbon
dc280dec71 Upgrade to v2.3 1997-06-16 18:01:26 +00:00
James FitzGibbon
0464679f90 Add perl5.004 to BUILD_DEPENDS
Submitted by:	Bill Fenner <fenner@parc.xerox.com>
1997-06-13 18:01:07 +00:00
Masafumi Max NAKANE
fdf92566aa Let the port's Makefile compress the man pages.
Install docs and sample files into ${PREFIX}/share/{doc,examples}/dhcp
respectively.
Submitted-by:	sanpei@yy.cs.keio.ac.jp
1997-05-30 18:52:45 +00:00
Masafumi Max NAKANE
86dd11dadc Part 6/6 of the update:
Install intro.dhcp.jis file into ${PREFIX}/share/dhcp dirctory.
PR:		3717
Submitted-by:	sanpei@yy.cs.keio.ac.jp
1997-05-30 18:39:24 +00:00
Masafumi Max NAKANE
b880ad35b0 Part 5/6 of the update:
Remove dhcpdb.bind file if changed dhcpdb.pool file.

	      If dhcpdb.pool file is changed and dhcpdb.bind file is
	    not matched to new pool file, dhcp server(dhcps) can not
	    run with some errors like this.

 *   dhcps in free(): warning: modified (chunk-) pointer.
 *   dhcps[25591]: hash_ins() with client identifier failed in read_bind_db()

	      I fixed start-up script to remove dhcpdb.bind file
	    when dhcpdb.pool file is newer than dhcpdb.bind.


    Install intro.dhcp.jis file into ${PREFIX}/share/dhcp dirctory.
PR:		3717
Submitted-by:	sanpei@yy.cs.keio.ac.jp
1997-05-30 18:38:11 +00:00
Masafumi Max NAKANE
3d0c04fa57 Part 4/6 of update:
Unlink /etc/resolv.conf before recreate new one.
	      If /etc/resolv.conf is symbolic link file, dhcpc with -r
	    option overwrite symfile.
	      Then unlink it berfore recreate.
PR:		3717
Submitted-by:	sanpei@yy.cs.keio.ac.jp
1997-05-30 18:35:33 +00:00
Masafumi Max NAKANE
b11193b1c9 Part 3/6 of update:
Append description into pkg/DESCR file.
	    o CHECK_SUM error problem under 2.1.x FreeBSD box.
	    o dhcps need dhcpdb.relay file without using dhcpdb.relay.
PR:		3717
Submitted-by:	sanpei@yy.cs.keio.ac.jp
1997-05-30 18:33:26 +00:00
Masafumi Max NAKANE
3875504aa9 Part 2/6 of update:
Append description of dhcpc.interface.pid file to man page.
PR:		3717
Submitted-by:	sanpei@yy.cs.keio.ac.jp
1997-05-30 18:31:22 +00:00
Masafumi Max NAKANE
2edc1e9884 Part 1/6 of update:
Fix manpage files about path of dhcpdb.bind file.
	    The dhcpdb.bind file is in /var/db/ under FreeBSD, not
	  in /etc.
PR:		3717
Submitted-by:	sanpei@yy.cs.keio.ac.jp
1997-05-30 18:28:53 +00:00
Bill Fenner
e3371ee385 Update to 2.0.2a1
Found by:	distfile checker
1997-05-28 22:52:28 +00:00
Satoshi Asami
82c3aa5fda Version 3.0 is denoted by 300000 now. 1997-05-18 03:12:39 +00:00
Bill Fenner
65901f8d98 Make the port not IS_INTERACTIVE if PACKAGE_BUILDING 1997-05-17 17:24:59 +00:00
James FitzGibbon
8b99119c97 Fix slipup in CATEGORIES 1997-05-05 10:48:08 +00:00
James FitzGibbon
8db7e65794 Import of RAToolSet, a policy analysis tool suite for the Internet Routing Registry.
Requested-by: Poul-Henning Kamp <phk@dk.tfs.com>
1997-05-05 10:46:20 +00:00
James FitzGibbon
9bec78b485 Upgrade to v2.2 1997-04-25 13:54:01 +00:00
Satoshi Asami
3a5534f4b1 Not that it matters much, but delete empty line between BUILD_DEPENDS
and RUN_DEPENDS.
1997-04-21 01:17:14 +00:00
Wolfram Schneider
1760fd6654 Add virtual category 'tk41'. 1997-04-20 13:20:00 +00:00
James FitzGibbon
fad2f5ffa3 Import of the multi-router traffic grapher. 1997-04-18 12:08:17 +00:00
Brian Somers
e5d8e95e17 Change brian@awfulhak.demon.co.uk to brian@awfulhak.org 1997-04-13 16:01:26 +00:00
Brian Somers
38b745529b Finish the update to wide-dhcp so that it compiles with the
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 02:37:13 +00:00
Brian Somers
b98a2e6435 Update wide-dhcp so that it compiles with the 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 02:20:28 +00:00
David E. O'Brien
9338234e80 Add install-man to INSTALL_TARGET rather than deal with it in post-install
target.
1997-03-30 18:26:41 +00:00
David E. O'Brien
cf76a5ac8a COMMENT should be one line and as short as possible and still be able
to convey information.
Need to package compressed manpages
1997-03-30 18:12:59 +00:00
David E. O'Brien
146319ce61 Style fixes:
*  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 18:11:58 +00:00
Brian Somers
4155dab552 Import arpwatch version 2.0.1a1, a tool for monitoring
a network interface and maintaining a table of MAC
addresses against IP numbers and host names.
1997-03-30 17:19:56 +00:00
Poul-Henning Kamp
b9d8eba3f7 Add .../bin/scotty 1997-03-21 07:37:18 +00:00
Satoshi Asami
b2a26a9848 Fix this so it will package. Also, instead of making "PLIST" from
"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 10:54:21 +00:00
Satoshi Asami
c021677ca3 Fix this so it will package. Also, instead of making "PLIST" from
"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 10:49:00 +00:00
Gary Palmer
abcbcf3adc Remember to change the Required line :) 1997-03-07 11:36:04 +00:00
Gary Palmer
76bd4dfdd7 Try to bring this port up to date. Upgrade to 3.1.3, and untangle the
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-07 11:33:51 +00:00
Poul-Henning Kamp
e158218aab Improve the IP-discover application.
Fix INADDR_LOOPBACK starvation.
Don't react to pings that come back from another address than what we
pinged.
1997-03-06 16:38:07 +00:00
Poul-Henning Kamp
3d4709fbb2 Boldly venture into the realm of ports, abduct an old friend of mine
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-04 22:34:40 +00:00
Poul-Henning Kamp
62c9cb2ef0 Interface load graphs now inherit SNMP properties from object. 1997-03-03 14:29:03 +00:00
Poul-Henning Kamp
f74907ef6c A better attempt to correct the host/net byteorder problems. 1997-03-03 11:46:46 +00:00
Poul-Henning Kamp
7d15b64d19 ntohl() missing on result from gethostbyname() 1997-03-01 20:05:41 +00:00
Satoshi Asami
ab0b8fd515 (1) This is a classic example of a "trivial fix" blowing up on one's face
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-19 00:55:10 +00:00
Brian Somers
75ac3d590f If a client suggests an IP that is different from the server-config
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>
1997-01-18 01:26:27 +00:00
Satoshi Asami
d2e8909386 Ignore checksum of tzfile.h. Closes PR ports/2306.
Submitted by:	sanpei@yy.cs.keio.ac.jp
1996-12-28 23:39:32 +00:00
Masafumi Max NAKANE
86913ca557 No `.' is needed at the end of the reason string for NO_CDROM, NO_PACKAGE,
RESTRICTED or BROKEN.
Pointed-out by:	asami
1996-12-08 01:45:16 +00:00
Masafumi Max NAKANE
3e17de1c73 Now, string describing reason for defining these variables must be set
when you define NO_CDROM, NO_PACKAGE or RESTRICTED instead of just ``yes''.
1996-12-07 11:26:58 +00:00
Satoshi Asami
70f194a8b5 {CP} -> ${CP}. 1996-12-03 03:34:37 +00:00
Satoshi Asami
c1e98eb76f Well, I know it doesn't make much sense to have something like "{RM}"
in there, but our make still isn't smart enough to figure out that
it means "${RM}", David. :)
1996-12-03 03:27:44 +00:00
David E. O'Brien
49f337d203 General Makefile cleanup
Add MAINATERS
   mkdir -p ==> ${MKDIR}
   cp ==> ${CP}
   install ==> ${INSTALL}/${INSTALL_*}
   etc...
1996-12-01 01:23:27 +00:00
David E. O'Brien
6d580f890e Cleaned up post-install target. 1996-12-01 01:20:15 +00:00
Satoshi Asami
3c01626a9d Dang, what am I thinking?!? It's NO_PACKAGE, not NO_PACKAGES dummy.
Maybe I should go to sleep.
1996-11-22 11:48:53 +00:00
Satoshi Asami
3919ad374a Make this NO_PACKAGE, it asks too many questions. 1996-11-22 11:45:46 +00:00
Satoshi Asami
300c45cf2e Use MAN? macros. CATEGORIES+= -> CATEGORIES. 1996-11-18 11:44:27 +00:00
Eric L. Hernes
585cf7dd5e make package now works.
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-10 14:54:38 +00:00
Masafumi Max NAKANE
93bd6be393 Removed the version number.
Changed to make it better looking when doing make print-index.
1996-10-05 23:30:17 +00:00
Eric L. Hernes
a9a5e5b053 upgrade to 2.1.3 1996-09-17 12:50:36 +00:00
Satoshi Asami
07f65db017 Make this work on -current post this change:
* 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-08-18 23:50:59 +00:00
Satoshi Asami
6346c39d56 Make the depended library names match the directories. 1996-07-10 02:55:48 +00:00
Gary Palmer
a8ec3d04fc It's net, not networking (which makes me wonder where I copied this from) 1996-07-09 19:00:08 +00:00
Gary Palmer
d3cb3cb927 The SNMP package from University of California at Davis
Ok'ed by:	 asami
1996-07-06 08:14:49 +00:00
Satoshi Asami
a72ba80bd0 Make this thing work with Microsoft network.
Submitted by:	MIHIRA Yoshiro <sanpei@yy.cs.keio.ac.jp>
1996-07-06 03:24:22 +00:00
Gary Palmer
3cc1caac92 Upgrade to 2.0.2 1996-06-07 06:30:31 +00:00
Satoshi Asami
467b3b64c6 Remove all the unnecessary junk from MAKE_ENV, it is now set by +=. 1996-05-30 08:54:17 +00:00
Satoshi Asami
92c17b5329 Don't forget the -c flag to install and -f flag to gzip so that "make
reinstall" works.
1996-05-20 08:08:00 +00:00
Satoshi Asami
ea0204bd1f Add OSTYPE=uname to MAKE_ENV so straight sh/csh users can build this one.
Reported by:	sanpei@yy.cs.keio.ac.jp
1996-05-20 08:06:55 +00:00
Satoshi Asami
6370b94892 Re-import wide-dhcp to a more suitable location. Also change the port
to one that works.

Submitted by:	Yoshiro MIHIRA <sanpei@yy.cs.keio.ac.jp>
1996-05-04 02:43:35 +00:00
Satoshi Asami
510bcaa2de Change "networking" to "net". 1995-11-27 04:06:03 +00:00
Satoshi Asami
a8da8f2c0d Don't need the --with-tcl-include=... stuff, these should all be in
/usr/local because *_DEPENDS handles them.

Reviewed by:	Gennady Sorokopud <gena@NetVision.net.il>
1995-09-15 10:41:29 +00:00
Satoshi Asami
8d0b3696d3 Fix multi-line comments. Thanks, Jordan!
Pointed-out by:	jkh
1995-05-16 09:00:13 +00:00
Satoshi Asami
10c005c34b (1) Use PATCHFILES.
(2) Call scripts/untrue for all the Makefile.in's from pre-configure.
1995-04-24 08:26:50 +00:00
Satoshi Asami
651c001ded Whom: "gena" -> "Gennady Sorokopud <gena@netvision.net.il>" 1995-04-18 05:42:21 +00:00
Satoshi Asami
5f46dae90f Update of net Makefiles! Am I done? :) 1995-04-15 05:42:12 +00:00
Jordan K. Hubbard
ac3066bf75 Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
1995-04-01 12:51:41 +00:00
Jordan K. Hubbard
e73b9eb195 Back out my change to convert DEPENDS->LIB_DEPENDS. There is a good
reason for it being the way it was.
1995-02-21 17:22:00 +00:00
Jordan K. Hubbard
b0a4922be9 Scotty port.
Submitted by:	Gennady Sorokopud <gena@netvision.net.il>
1995-02-21 17:07:49 +00:00