Commit Graph

853 Commits

Author SHA1 Message Date
Steve Price
f46eaf8ec6 MASTER_SITE subdir changed to pub/archie/mpd.
PR:		5290
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
1998-01-11 18:02:33 +00:00
Masafumi Max NAKANE
bec8f4d32e Upgrade, 4.36 -> 4.41. 1998-01-09 21:47:33 +00:00
Jun-ichiro itojun Hagino
d166368e76 samba updated to 1.9.18.
Submitted by:	hosokawa
1998-01-09 04:46:01 +00:00
David E. O'Brien
2e0134082d Update MASTER_SITES.
Pointed out by:	Max
1998-01-07 11:11:48 +00:00
Warner Losh
6977807cbf Update mirror site. Things have moved to socks5 subdirectory. 1998-01-05 19:00:50 +00:00
Bill Fenner
55c7d9c2c8 rtptools, a set of tools for recording/playing/monitoring RTPv2 streams 1998-01-05 19:00:31 +00:00
David E. O'Brien
853d238a03 Upgrade to 1.6.8. Includes more sane deletion processing.
Changes include rsyncd_trees lives in /var/db rather than /etc.  Also rsyncd
  is installed in PREFIX/libexec, not PREFIX/bin.
1998-01-03 10:14:32 +00:00
Satoshi Asami
4d5aaea8ae Add macipgw and ncftp3. 1997-12-27 04:10:19 +00:00
Warner Losh
c8f9434dbe Upgrade to v1.0r3
Change maintainer to me
initial openbsd support
1997-12-24 18:42:25 +00:00
Alexander Langer
dab61dff14 No need to use += on first appearance of variables. 1997-12-24 01:21:47 +00:00
Bill Fenner
61c8e9cd6e Upgrade to 2.4a7n. The encryption has been removed from this version so
it's no longer RESTRICTED.  Also de-obfuscate the port a little by removing
 the magic done by scripts/configure and moving it to the Makefile.
1997-12-19 00:52:20 +00:00
Vanilla I. Shu
c025effb1f Upgrade to 2.5.1. 1997-12-16 19:42:26 +00:00
Bill Fenner
3d665fa9cc Upgrade to 4.1.3 1997-12-15 22:37:37 +00:00
Masafumi Max NAKANE
916b1b453a Upgrade, 4.34 -> 4.36 as well as portlint. 1997-12-15 20:43:41 +00:00
Satoshi Asami
9b537b322f No need to define NO_PATCH -- the patch target won't do anything if
there is no patch. ;)
1997-12-09 05:20:18 +00:00
Justin M. Seger
37971bf2c5 Upgrade to beta 1 patch level 0. 1997-12-09 03:40:38 +00:00
Stefan Bethke
fc29fb65d1 macipgw - MacIP gateway to provide IP-access for AppleTalk-only networks 1997-12-04 20:13:00 +00:00
Justin M. Seger
93885b3cc3 Upgrade to December 2, 1997 snapshot and change all CFLAGS = 's to
CFLAGS += 's.
1997-12-04 00:47:24 +00:00
Justin M. Seger
52a00e1640 Upgrade repository copy of isc-dhcp to a pre-2.0 snapshot. 1997-12-01 23:49:12 +00:00
Justin M. Seger
545964b4ca Activate net/isc-dhcp2 1997-12-01 23:19:38 +00:00
Justin M. Seger
ade9d70b2a Make this build under 3.0. 1997-11-29 23:53:28 +00:00
Justin M. Seger
4683975fbc Activate bind8 1997-11-26 00:25:15 +00:00
Justin M. Seger
5166a6056f Import of bind 8.1.1 port.
PR:		ports/4118
1997-11-26 00:24:20 +00:00
Justin M. Seger
4728423507 Upgrade ports/net/tinyfugue to version 4.0 alpha 3. 1997-11-23 17:56:22 +00:00
Satoshi Asami
06edab4007 Unmark this port broken, operator error (old header file).
Reported by:	fenner@parc.xerox.com, jhay@mikom.csir.co.za
1997-11-23 16:59:12 +00:00
Andrey A. Chernov
2476da69b2 Upgrade to 1.0602 1997-11-22 17:48:37 +00:00
Jun-ichiro itojun Hagino
51aa457183 tcl/tk dependency and pathnames repaired.
Reviewed by:	satoshi, kjc
1997-11-22 11:57:46 +00:00
Satoshi Asami
0c4c115d81 Mark this port broken, it does not build. If it builds for -current,
please add some sysctl -n kern.osreldate magic, Justin.
NFIGURE_ARGS=	--with-defaults --with-sys-contact=nobody@no.where
.else
IS_INTERACTIVE= yes
.endif
MAN1=		snmpget.1 snmpset.1 snmpwalk.1 snmpbulkwalk.1 \
		snmpgetnext.1 snmptest.1 snmpnetstat.1 snmptranslate.1 \
		snmptrap.1 snmpstatus.1
MAN3=		snmp_api.3 mib_api.3
MAN5=		variables.5 snmpd.conf.5
MAN8=		snmptrapd.8 snmpd.8

BIN=		snmpbulkwalk snmpget snmpgetnext snmpnetstat \
		snmpset snmpstatus snmptest snmptranslate \
		snmptrap snmptrapd snmpwalk
SBIN=		snmpd

post-install:
	( cd ${PREFIX}/bin; strip ${BIN} )
	( cd ${PREFIX}/sbin; strip ${SBIN} )
	@${MKDIR} ${PREFIX}/share/examples/ucd-snmp
	@for F in ${WRKSRC}/etc/* ; do \
		${INSTALL_DATA} $$F ${PREFIX}/share/examples/ucd-snmp ; done
	@if [ ! -f ${PREFIX}/etc/rc.d/snmpd.sh ]; then \
		echo "Creating ${PREFIX}/etc/rc.d/snmpd.sh startup file."; \
		echo "#!/bin/sh" > ${PREFIX}/etc/rc.d/snmpd.sh; \
		echo "[ -x /usr/local/sbin/snmpd ] && /usr/local/sbin/snmpd && echo -n ' snmpd'" >> ${PREFIX}/etc/rc.d/snmpd.sh; \
		chmod 751 ${PREFIX}/etc/rc.d/snmpd.sh; \
	 fi

.include <bsd.port.mk>
1997-11-22 01:27:13 +00:00
Satoshi Asami
d2358a93fb Mark the ports that were broken in one way or another by the recent tcl
change "BROKEN".
1997-11-22 01:11:36 +00:00
Satoshi Asami
2949ca251a Mark this port broken, tk.h is not found. 1997-11-21 17:50:07 +00:00
Jun-ichiro itojun Hagino
6e8dcfc290 enable ports/net/ttt.
Tele Traffic Tapper, a network traffic monitoring tool

Reviewed by:	kjc@csl.sony.co.jp
1997-11-20 13:47:40 +00:00
Jun-ichiro itojun Hagino
3b7a883347 new port: ports/net/ttt
Tele Traffic Tapper, a network traffic monitoring tool

Reviewed by:	kjc@csl.sony.co.jp
1997-11-20 13:44:30 +00:00
Thomas Gellekum
eb8e8bf64b Activate lftp. 1997-11-17 13:20:20 +00:00
John Polstra
5957d46043 Activate cvsup-bin. 1997-11-17 00:48:49 +00:00
John Polstra
3e921fd612 New port of the CVSup binary release.
Submitted by:	Sheldon Hearn <axl@iafrica.com>
1997-11-17 00:45:15 +00:00
David E. O'Brien
c4882abee0 Must create empty /var/db/dhcpd.leases file at install.
Read config file from PREFIX/etc rather than /etc.
1997-11-14 14:19:06 +00:00
David E. O'Brien
6fca32a5dd Remove docs dir on pkg_deletion.
PR:		ports/5037
Submitted by:	Sheldon Hearn <axl@iafrica.com>
1997-11-14 09:15:18 +00:00
Andreas Klemm
452d725b2d Enable kirc 1997-11-11 15:15:30 +00:00
James FitzGibbon
32c2c6cc8c Upgrade to v0.12 1997-11-10 14:46:20 +00:00
Satoshi Asami
a25fca9d4c Doesn't make any difference functionality-wise, but define DISTNAME
instead of PKGNAME.  DISTNAME is mentioned to be a "mandatory"
variable in a few places.
1997-11-10 11:33:04 +00:00
Dima Ruban
30e2155a0c Added llnlxdir and llnlxftp 1997-11-10 05:09:15 +00:00
David E. O'Brien
b5374f687d Share clog and tcpshow with the world. 1997-11-05 11:47:36 +00:00
David E. O'Brien
304ff1dbd4 clog is a program that logs all connections on your subnet. It uses the
pcap(3) packet capture library to log any SYN packets to a logfile.  The
output format is designed to be very easily parsed by various text
processing tools.
1997-11-05 11:39:42 +00:00
David E. O'Brien
6d99515f48 tcpshow reads a tcpdump(1) savefile and provides a reasonably complete
decode of Ethernet, IP, ICMP, UDP and TCP headers.  Boolean expressions
may also be specified for packet selection.

tcpshow's output is simular to Sun Solaris's snoop(1M) command for
network packet capture and inspection.
1997-11-05 11:38:43 +00:00
Satoshi Asami
ab4c4c3135 (1) Move the following ports out of x11/:
kdegames   -> games/
    kdenetwork -> net/
    kdesupport -> converters/
    kdeutils   -> misc/

    (Repository copy already done, dependency path and category name fixups
     is being done in this commit.)

(2) Add a virtual category "kde" and add all six (incl. x11/kde{base,lib})
    ports.

(3) Make package names follow the convention.

(4) Change "BUILD_DEPENDS=${X11R6}/bin/moc:..." to "...=moc:...".
    There is no need to specify the full pathname if the target is an
    executable in the standard path.  (Actually, as the same port is
    specified in LIB_DEPENDS, I think we can completely do away with
    this line but since Stefan added this explicitly, I assume there
    is a reason for it and left it alone.)

Approved by:	se (all but 4)
1997-11-05 04:20:23 +00:00
Satoshi Asami
dc8e48e6b0 Portlint. 1997-11-04 04:47:13 +00:00
Stefan Eßer
b16c1065a7 Add build dependency on libgdbm.a 1997-11-03 22:21:11 +00:00
Stefan Eßer
96fd8b0e87 This port provides the KDE Mail and News user agents, which are not yet
fully functional, different from most of the other KDE stuff, but look
very promising, already.
1997-11-03 00:39:00 +00:00
Justin M. Seger
583dc4d5b8 Activate net/nettest 1997-10-30 11:23:28 +00:00
Justin M. Seger
e1bcde3528 Import of net/nettest 09/11/92 release.
The nettest and nettestd commands invoke client and server
programs that are used for timing data throughput of vari-
ous  methods  of  interprocess communication.

PR:		ports/4817
Submitted by:	proot@iaces.com
1997-10-30 11:21:26 +00:00
Masafumi Max NAKANE
77806be064 The maintainer submitted files for the Japanese version of samba.
Although it won't cause any problem as long as English and Japanese
are used for file names, it will be some problem if other languages
are used.  So fix that problem.
1997-10-28 16:05:27 +00:00
Brian Somers
e695b59d85 Un-break mpd for 3.0-current 1997-10-25 15:55:01 +00:00
Masafumi Max NAKANE
f089fc2e59 Activate samba-des. 1997-10-23 15:18:55 +00:00
Masafumi Max NAKANE
c660a5469f Remove ``ja-'' from the front of the PKGNAME. 1997-10-23 15:03:20 +00:00
Masafumi Max NAKANE
87ee8da890 Remove japanese from the CATEGORIES. 1997-10-23 14:38:55 +00:00
Masafumi Max NAKANE
456e09aa8c Upgrade, 1.9.15P8 -> 1.9.17P4.
Closes part 1/2 of
This modification includes:
* Install docs to share/doc/samba.
* Install sample config files.

Also, please note that the maintainer is now hosokawa@jp.freebsd.org.
PR:	4830
Submitted by:	hosokawa@jp.freebsd.org
1997-10-23 14:13:33 +00:00
Gary Palmer
9238ff00c8 Remove myself from maintainer 1997-10-23 02:08:08 +00:00
Bill Fenner
0529163026 Don't use the libs.tcl from the distribution; let it get dynamically
generated instead.  Fixes tcl library mismatch warning.
1997-10-15 20:35:20 +00:00
Masafumi Max NAKANE
e268f7bfd0 Upgrade, 4.3.3 -> 4.3.4. 1997-10-15 07:32:18 +00:00
Andreas Klemm
6ed76b477d tkined.sh.in was missing the "$*", which led to the misbehaviour,
that tkined couldn't be called with an argument : tkined filename1
Reviewed by:	agreed by phk
1997-10-14 15:37:50 +00:00
Andreas Klemm
b33951690b updated PKGNAME from bb-1.04h to bb-1.04
removed not needed #NO_CDROM= entry
install forgotten bbnet and sendmsg script/prg
updated PLIST
added bb.sh script to FILESDIR
install bb.sh script from FILESDIR to ${PREFIX}/etc/rc.d
add dirrm statements in PLIST
remove bb symlink in www/data after the last dir. has been removed
added $Id$ in configure script
add post-install script, that inserts the correct local-path (PREFIX)
1997-10-13 20:19:25 +00:00
Thomas Gellekum
b96df75f0c Fix Justin M Seger's e-mail address. 1997-10-13 09:14:53 +00:00
David E. O'Brien
fd6c0ef516 Change my email address to @FreeBSD 1997-10-10 06:53:48 +00:00
Andreas Klemm
725e0adfca cosmetic changes, changed MAINTAINER address to andreas@FreeBSD.ORG 1997-10-09 21:04:47 +00:00
David E. O'Brien
d37f32479c Use CFLAGS from /etc/make.conf (then add to that).
Requested by:	Satoshi
1997-10-08 10:22:00 +00:00
Jun-ichiro itojun Hagino
375db3c84d enable ports/net/choparp.
Description: small and simplified proxy arp daemon.
1997-10-07 14:46:03 +00:00
Jun-ichiro itojun Hagino
8759a0825e to allow arbitrary ${PREFIX}. sorry! 1997-10-07 14:44:04 +00:00
Jun-ichiro itojun Hagino
1b5f72d092 choparp port.
small and simplified proxy arp daemon.
Submitted by:	itojun@itojun.org
1997-10-07 14:39:43 +00:00
David E. O'Brien
d215ceda20 Turn on netpipes. 1997-10-07 04:33:17 +00:00
David E. O'Brien
21040de0e2 Netpipes is a collection of utilities which attempts to provide the
functionality of pipes over a network.

PR:		ports/4056
Submitted by:	Daniel O'Connor doconnor@ist.flinders.edu.au
1997-10-07 04:32:33 +00:00
David E. O'Brien
f8d69eaffa Change the cache file to /var/db/dhcp_cache
Suggested by:	Joao Carlos Mendes Luis <jonny@coppe.ufrj.br>
1997-10-06 22:00:14 +00:00
David E. O'Brien
fc65324067 Move the client cache file from /etc to /var/tmp (which survies a reboot).
I'm don't really care where under /var it lives, but I do want it out of /etc.
1997-10-06 05:08:14 +00:00
David E. O'Brien
9009b1a51c Upgrade to 1.6.3. 1997-10-06 03:46:52 +00:00
Andreas Klemm
3a3e535685 cosmetic changes using portlint, a really nice tool ;-) 1997-10-04 14:53:11 +00:00
Peter Wemm
5952d52cc6 Update gated 3.5.5 -> 3.5.7. Mainly some bugfixes. 1997-10-04 00:56:12 +00:00
John Polstra
a0f31c0cfc Update from release 15.1 to release 15.2. 1997-09-28 21:33:44 +00:00
Peter Wemm
0f7de020d6 Also install the notes for the daemon mode extention. 1997-09-28 05:29:00 +00:00
Peter Wemm
ce54382510 Patches for using rsync as a client/server system without using
rsh or ssh for transport.

Obtained from:  Warren Toomey <wkt@cs.adfa.oz.au>
1997-09-28 04:49:43 +00:00
Paul Traina
e38110a2e9 Update to Samba 1.9.17p2 -
- fixes root compromise security problem
	- WINS service and browsing across subnets now works too!
1997-09-27 01:58:20 +00:00
Masafumi Max NAKANE
bee1216656 Use ISO639 language code instead of ISO3166 country code for PKGNAME.
(IE, kr-* -> ko-*.)
1997-09-22 16:22:24 +00:00
Masafumi Max NAKANE
bf9657f129 Upgrade, 4.2.1 -> 4.3.3
Requested by:	Yukinori Maeda <yuki@zephyr.elcom.nitech.ac.jp>
1997-09-22 00:47:23 +00:00
Adam David
87d7864b83 fix this so it installs 1997-09-17 05:39:33 +00:00
Adam David
956289319b first round of fixing this 1997-09-17 05:31:59 +00:00
Masafumi Max NAKANE
12da0f1363 - Fix problem with configuration file name in the startup script.
- Add an optional patch to change the prompt.  (Execute make with
  TAC_CHANGE_PROMPT=YES to activate.)
PR:		4105
Submitted by:	the port maintainer
1997-09-17 04:51:47 +00:00
Bill Fenner
5ed1934321 Move files from ${FILESDIR} to ${WRKSRC} in post-extract: target
instead of scripts/configure.

Suggested by:	Da Portsmeister
1997-09-13 16:58:21 +00:00
Bill Fenner
04b4e17828 Don't copy Makefile.freebsd twice. 1997-09-12 16:39:31 +00:00
Satoshi Asami
15a77c2b61 Make this port really work. I have no idea how it worked for anybody,
as "Makefile.freebsd" was not copied from ${FILESDIR} to ${WRKSRC}.

While I'm here, change the file in our repository rather than trying
to patch it.
1997-09-12 01:43:05 +00:00
Bill Fenner
c6ac4c3700 Make port work with tcl/tk 8.0 1997-09-11 03:55:02 +00:00
Masafumi Max NAKANE
d1b5cdea9c Restore the old ``Date created:'' line in the comment section.
As it's stated in the handbook, this line is to show when the original
(very first version) of the Makefile was written.
1997-09-11 00:12:17 +00:00
Julian Elischer
cb6beb5adf PR:4507
Reviewed by:	archie cobbs
Submitted by:	andy@icc.surw.chel.su
upgrade to newer mpd
1997-09-10 18:55:36 +00:00
David E. O'Brien
9b7655b968 Upgrade to released version 1.0.2
With permission of:	ambrisko@ambrisko.roble.com
1997-08-28 06:49:07 +00:00
Chris Timmons
4f40641fc2 Update to use ports tcl 8.0 / tk 8.0:
patch-af is new to adjust configure in order to find the tcl/tk config
  files.

Also adjust patch-aa which didn't completely reflect the previous upgrade
to scotty-2.1.6 (version numbers off-by-one.)
1997-08-27 23:05:04 +00:00
Chris Timmons
b73f9d2aa7 Update to use ports tcl 8.0 / tk 8.0. 1997-08-27 23:01:53 +00:00
Mark Murray
59a19f9bb3 Fix this.
1) eBones/Kerberos now works with 2.2-stable
2) PREFIX is honoured
3) oddball directories are removed by pkg_delete
1997-08-26 12:17:57 +00:00
Masafumi Max NAKANE
be186eba6c Upgrade, 4.1.2 -> 4.2.1. 1997-08-23 14:55:47 +00:00
Wolfram Schneider
987fb1c012 update MASTER_SITES 1997-08-19 21:17:13 +00:00
Bill Fenner
0d060af567 Re-sort SUBDIRS 1997-08-19 07:10:14 +00:00
Stefan Bethke
88df090d14 Temporary fix for PR ports/4251: don't compress man pages, so that '.so'
works for the aliases to megatron.1, nbp.1, and pap.1.
Correct solution hopefully rns.
1997-08-18 19:04:10 +00:00
Gary Palmer
7a4d5b3bed Remove xgopher ... it seems to be slowly vanishing from master sites 1997-08-16 03:11:52 +00:00
David E. O'Brien
3bd0f8ad1f Remove "NO_PACKAGE". "RESTRICTED" is suffient for our purose.
Reviewed by:	Doug Ambrisko <ambrisko@ambrisko.com>
1997-08-15 08:32:52 +00:00
Thomas Gellekum
4e7772f4e8 Make trafshow compile again on -current.
PR:		4211
Submitted by:	Igor Vinokurov <igor@zynaps.ru>
1997-08-13 12:21:09 +00:00
Adam David
ba461dc3e2 distfile moved
Submitted by: Bill Fenner's distfile checker
1997-08-10 23:35:06 +00:00
Bill Fenner
4bcbe11de3 Change ftp.relcom.ru and ftp.kiae.su to ftp.kiarchive.ru
Submitted by:	ache (Andrey A. Chernov)
1997-08-10 22:31:36 +00:00
Gary Palmer
1323801cf4 Update PLIST (there were no changes really, just they insist on using
the version number in directory names *sigh*)

Reminded by:	The Portmeister
1997-08-05 07:00:19 +00:00
Gary Palmer
70601ac7bf While I'm here, update to 2.1.6. No major changes, seems primarily to
be for support of TCL 8. patch-ac is now part of the dist.
1997-08-05 01:26:44 +00:00
Gary Palmer
f46ab58a88 Correct comment in header 1997-08-05 01:10:59 +00:00
David E. O'Brien
53902f1276 Make binary suid, not the directory. 1997-08-04 20:47:58 +00:00
David E. O'Brien
f9a29c15c7 Update to version 2.0.2 released.
Permission from:	brian@awfulhak.org
1997-08-01 05:34:04 +00:00
Adam David
aba2bed28a missed from previous commit 1997-07-31 02:13:41 +00:00
Adam David
4523447429 1.1p3 --> 1.1p4
master site moved
1997-07-31 02:13:02 +00:00
Thomas Gellekum
855f40f897 Activate ircii-epic. 1997-07-29 09:23:58 +00:00
Satoshi Asami
8035f3c357 Add netatalk. 1997-07-29 07:09:35 +00:00
Garrett Wollman
35d02eb78d I hope Torsten doesn't mind me stepping on his toes a bit here...
Fix one serious bug in the RADIUS server's Kerberos interface, one
minor nit in the build, and add one feature:

- Properly validate the Kerberos ticket we obtained against an actual
  service so we know it wasn't forged.

- Make sure the test programs are built knowing where the database is.

- If the make variable KRB_INSTANCE is defined, it names the instance of
  each user to be used in validating their Kerberos password.  (If this
  instance doesn't exist, the validation will fail.)  This can be used
  for both access control and to keep separate one's login password from
  the less secure RADIUS mechanism (since exposure of the instance does
  not expose the null instance).
1997-07-28 15:29:29 +00:00
Stefan Bethke
8b4d4b0b18 netatalk - File and Print Server for AppleTalk
Reviewed by:	Julian Elischer <julian@whistle.com>
1997-07-27 22:23:11 +00:00
Masafumi Max NAKANE
e61ac414ac files/* -> ${FILESDIR}/*. 1997-07-21 19:28:46 +00:00
Bill Fenner
57dfdb3ebb Fix path on MASTER_SITE
Found by:	distfile checker
1997-07-21 00:14:06 +00:00
Bill Fenner
820ae6c439 Point MASTER_SITES to a server that actually exists; nic.sura.net was
presumably decommissioned when BBN Planet bought SURANet.
1997-07-21 00:04:13 +00:00
Bill Fenner
2ec9a0998a Upgrade to tcptrace 4.0.2 1997-07-19 19:43:53 +00:00
Wolfram Schneider
dbe8f47279 Fix CATEGORIES variable. 1997-07-19 11:08:50 +00:00
Masafumi Max NAKANE
5e5eddfc60 ldconfig -> ${LDCONFIG}. 1997-07-17 15:13:02 +00:00
John Polstra
f08936d579 Direct cvsupd's stdout and stderr into "/var/tmp/cvsupd.out" for
better crash diagnosis.  May it never get tested, ha ha ha.

Eliminate the lite2 and smp releases of the src-sys collection.

Add the new mail-archive collection.

Run cvsup with the "-1" flag to disable automatic retries.  Let cron
take care of that.

State in DESCR that version 15.1 or later of CVSup is required.
1997-07-16 20:59:55 +00:00
Thomas Gellekum
1f5ba5cf78 Activate rumba. 1997-07-15 14:10:34 +00:00
Thomas Gellekum
49b25e50cd Import rumba port. rumba mounts exported volumes from Windows.
PR:		4073
Submitted by:	Dmitrij Tejblum <tejblum@arc.hq.cti.ru>
1997-07-15 14:09:19 +00:00
Masafumi Max NAKANE
75c141cc7d /bin/sh -> ${SH} 1997-07-13 18:49:31 +00:00
John Polstra
56951bab3c Distfile (cough cough) changed on master site. :-} 1997-07-11 06:09:41 +00:00
John Polstra
61362f0f8d Update for new release of CVSup (15.0 -> 15.1). Also update for new
shared library version numbers in modula-3-lib port.
1997-07-11 05:20:34 +00:00
Paul Traina
40a7055cb5 Set maintainer to ports@freebsd.org 1997-07-10 15:50:55 +00:00
Satoshi Asami
0090e4fc68 Category "sysutils" is spelled with an "s".
Slipped off the keyboard of: obrien
1997-07-10 03:03:57 +00:00
Satoshi Asami
a9dbe69acf Change shlib version number to follow tcp_wrapper port upgrade. Add
newline at end of file.
1997-07-08 06:39:57 +00:00
David E. O'Brien
684562e3f3 Remove bogus MASTER_SITE.
Noticed by:	Bill Fenner <fenner@FreeBSD.ORG>
1997-07-07 21:05:57 +00:00
James FitzGibbon
e4c1129f91 Upgrade to v0.11 1997-07-07 13:04:42 +00:00
James FitzGibbon
394521c108 Upgrade to 2.4.1 1997-07-05 03:19:18 +00:00
Gary Palmer
f1ba5c4d8a Add newline to end of file
Pointed-Out-By:	Dave Duchscher <Dave.Duchscher@net.tamu.edu>
1997-07-05 02:42:48 +00:00
Bill Fenner
6e7adb7599 Upgrade to ucd-snmp 3.2, and make it work on -current. 1997-07-03 04:59:05 +00:00
Wolfram Schneider
a30b178959 Activate rshell. 1997-07-02 15:12:22 +00:00
James FitzGibbon
1dbc6ad7ab Make this one stop asking questions.
Locked-in-a-room,bound,gagged,and-beaten-up-by: Satoshi
1997-07-02 13:06:58 +00:00
Satoshi Asami
688da587cc Mark this broken for -current. (Even Peter can't get it to work.) 1997-07-02 09:39:17 +00:00
Satoshi Asami
df48821cbe Replace one empty line with "#". 1997-07-02 07:14:03 +00:00
Brian Somers
dfd0f0b5ab Oops, specify the path to the arpwatch binary. 1997-07-01 17:02:27 +00:00
Adam David
a8bc3bc76d 1.1p2 --> 1.1p3 1997-07-01 02:37:51 +00:00
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
David E. O'Brien
029654db76 Only broken for -CURRENT. 1997-06-29 11:04:23 +00:00
David E. O'Brien
92e7032c85 Minor style tweak 1997-06-29 09:51:15 +00:00
David E. O'Brien
3e54ff43ee Add OpenBSD/NetBSD to the #define's 1997-06-29 09:19:34 +00:00
James FitzGibbon
55a113fdff Fix broken Makefile/PLIST for Net::Telnet module 1997-06-27 18:38:16 +00:00
James FitzGibbon
b675e2accf Upgrade to v0.22 1997-06-27 02:28:29 +00:00
James FitzGibbon
490d559466 Upgrade to v1.0505 1997-06-27 02:28:05 +00:00
James FitzGibbon
5f3011fff2 Upgrade to 970424 release, fix missing files
Pointed-out-by: Bill Fenner's script
1997-06-27 02:26:44 +00:00
James FitzGibbon
a04adfbbe0 Activate in devel: p5-Errno, p5-Filter, p5-Proc-Simple, p5-Sort-Versions, p5-Term-ReadKey, p5-TraceFuncs
Activate in net: p5-SNMP
Activate in misc: p5-Locale-Codes
Activate in www: p5-WWW-Search
Activate in graphics: p5-GD
1997-06-27 02:00:33 +00:00
James FitzGibbon
2841c2f4fe Import of a perl5 interface to UCD's SNMP library 1997-06-27 01:53:14 +00:00