1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
Commit Graph

894 Commits

Author SHA1 Message Date
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
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
ccdb93701a Make all p5- ports use USE_PERL instead of explicitly stating the version number in each Makefile
In-Conjunction-With: Satoshi's patch to bsd.port.mk
(note: unlike the last change in perl5 versions, I have only upgraded p5-* ports, not other ports that rely upon perl5.)
1997-06-24 18:43:34 +00:00
David E. O'Brien
46ca41da26 just turning on icmpinfo 1997-06-24 08:10:25 +00:00
David E. O'Brien
5fc685cfae icmpinfo is a tool for looking at the icmp messages received on
the running host.
1997-06-24 08:09:18 +00:00
Masafumi Max NAKANE
354513905b Activate tac_plust. 1997-06-23 15:46:04 +00:00
Masafumi Max NAKANE
e632592b39 New port, tac_plus:
tac_plus provides Cisco systems routers and access servers
with authentication, authorisation and accounting services.

A configuration file controls the details of authentication,
authorisation and accounting.

PR:		2869
Submitted by:	Igor Vinokurov<igor@zynaps.ru>
Note: Although there is no terms and conditions on redistribution found,
the author says there is no restriction.  (This is stated in more
recent alpha version.)  The only concern is the U.S. Export restriction,
but Cisco has been granted with the right to export their software,
according to the author.  And also I haven't been able to find any
implementation that may violate the export control in the source code,
either.  So, I import this without any RESTRICTED or NO_CDROM defined.
1997-06-23 15:39:59 +00:00
Wolfram Schneider
70b4379ec2 Use variable MASTER_SITE_LOCAL. 1997-06-22 19:27:38 +00:00
Wolfram Schneider
7a879a4c74 rshell is front end for rsh(1) and rcp(1). 1997-06-22 19:16:26 +00:00
Brian Somers
cf32c84135 Remove natd - it's moving to the main tree. 1997-06-22 04:09:24 +00:00
Masafumi Max NAKANE
aa0b0684d3 Upgrade, 4.0.7 -> 4.1.2. 1997-06-20 20:34:50 +00:00
Garrett Wollman
3ef89b4b4f patch-aa (Makefile): optionally compile in Kerberos support if MAKE_EBONES
is set in make.conf.
patch-ac (several files): comment out bogus #include <mit-copyright.h> which
doesn't work in our version of Kerberos.
1997-06-17 20:47:15 +00:00
James FitzGibbon
f5862628ef Upgrade to v0.10 1997-06-17 02:49:41 +00:00
James FitzGibbon
dc280dec71 Upgrade to v2.3 1997-06-16 18:01:26 +00:00
Masafumi Max NAKANE
b69292b547 Upgrade, 3.5b1 -> 3.5b4.
Change the maintainer from mike@binghamton.edu to jseger@scds.com.
PR:		3876
Submitted by:	 "Justin M. Seger" <jseger@freebsd.scds.com>
1997-06-16 09:36:29 +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
Adam David
c21824edeb 1.1 --> 1.1p2 1997-06-13 03:14:08 +00:00
Masafumi Max NAKANE
e594c2caf8 Enable xipmsg. 1997-06-11 20:52:15 +00:00
Masafumi Max NAKANE
51078284ba New port, xipmsg:
A popup style message communication tool for X11

PR:		3823
Submitted by:	Toshihiro Kanda <candy@fct.kgc.co.jp>
1997-06-11 20:49:41 +00:00
Masafumi Max NAKANE
d2770b3ffd Remove myself from the maintainer.
(Well, I wouldn't mind doing update or whatever for the port, but I really
can't answer to questions regarding operation of the program itself.)
1997-06-10 16:28:36 +00:00
Satoshi Asami
4b117158e7 Added mpd. 1997-06-10 09:11:05 +00:00
Satoshi Asami
88717f97ae Multilink ppp daemon. Note this port is marked BROKEN for now; I can't
get it to compile on -current.  Will fix later.

PR:		3765
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
1997-06-10 09:10:03 +00:00
Bill Fenner
66866e84fb Fix path on ftp.funet.fi
Found by:	distfile checker
1997-06-09 04:58:17 +00:00
James FitzGibbon
122d16333a Activate ripetools 1997-06-08 16:17:49 +00:00
James FitzGibbon
da56f0101e A port of RIPE's whois client (ripewhois)
PR:	ports/3809
Submitted by:	Josef Karthauser <joe@pavilion.net>
1997-06-08 16:17:16 +00:00
James FitzGibbon
b43842bc73 Activate p5-Net-Whois 1997-06-07 04:12:11 +00:00
James FitzGibbon
c1decd9165 Import of a perl5 module to access the NIC's Whois server 1997-06-07 04:07:27 +00:00
James FitzGibbon
d3704252a2 Remove ${PREFIX}/lib/rwhois/dev/zero character device from install and PLIST.
This now packages correctly.
Pointed-out-by: asami@freebsd.org
1997-06-05 13:54:01 +00:00
Satoshi Asami
0094385ae6 ztelnet, a telnet hack with zmodem transfer, with korean patch
PR:		3347
Submitted by:	Choi Jun Ho <junker@moderato.snu.ac.kr>
1997-06-04 09:02:45 +00:00
Satoshi Asami
21291fbe43 Patch to fix build on -current. This port isn't broken anymore. Also,
add

Submitted by:	"Justin M. Seger" <jseger@freebsd.scds.com>

as maintainer.
1997-06-03 22:11:37 +00:00
Satoshi Asami
07d2d1313c Remove the last remnant of p5-IO dependency.
Found by:	make index
1997-06-03 11:35:24 +00:00
Satoshi Asami
b0a9cc700e Mark it BROKEN for 3.0. 1997-06-03 07:35:25 +00:00
Satoshi Asami
1fe4bf0a64 There is no ZEXTENSION defined anywhere. (Besides, you are not supposed
to add the ".gz" suffix to the MAN? variables.)
1997-06-03 06:47:59 +00:00
Satoshi Asami
e08982007a Variable reordization (LIB_DEPENDS before misc. variables). 1997-06-03 06:11:35 +00:00
David E. O'Brien
2168f8a167 Add MANTAINER.
Its a good idea to explicitly have a MAINTAINER, even if it's
"ports@FreeBSD.org".
1997-06-01 04:51:57 +00:00
Paul Traina
0b314a90ec Upgrade to b5.16 and remove se as maintainer per request of Fenner & se 1997-05-31 16:14:04 +00:00
James FitzGibbon
f077c7ddc8 Activate mail/cyrus
Activate devel/p5-Penguin
Activate devel/p5-Penguin-Easy
Activate net/rwhois
Activate textproc/pilot_makedoc
1997-05-30 20:13:39 +00:00
James FitzGibbon
16b58c70f3 Import of the InterNIC's referral whois server and client 1997-05-30 20:13:24 +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
Peter Wemm
6ef4ce131f Don't grep /etc/passwd and /etc/group for checking the existance of
users since it doesn't see yp/nis.  Use 'pw {user|group} show ...' and
check the return code, otherwise the script can try and add an already
existing user or group.
1997-05-29 03:21:14 +00:00
James FitzGibbon
a4b8015098 Remove p5-IO dependancy from ports that were using it. 1997-05-29 02:53:15 +00:00
James FitzGibbon
a90c1bb2dc Remove p5-IO; now included in perl5.004 1997-05-29 02:43:36 +00:00
Bill Fenner
e3371ee385 Update to 2.0.2a1
Found by:	distfile checker
1997-05-28 22:52:28 +00:00
James FitzGibbon
67f2b0e5df Upgrade all ports requiring perl5.003 to perl5.004
Remove p5-CGI.pm and p5-ExtUtils-Embed; they are now part of the perl5.004 distribution.
1997-05-24 13:17:16 +00:00
Bill Fenner
51969ec84c Make sdr build under 3.0 1997-05-22 05:13:53 +00:00
Satoshi Asami
88bbfe39d7 I believe 'lib/perl5/IO::Socket.pm' is a typo for 'lib/perl5/IO/Socket.pm'.
(Other than the file not existing, the extra colons were confusing the new
 'file:dir[:target]' dependency list.)
1997-05-20 03:31:02 +00:00
Satoshi Asami
82c3aa5fda Version 3.0 is denoted by 300000 now. 1997-05-18 03:12:39 +00:00
John Polstra
8ee2f98e9c Check to make sure that the "gnats" subdirectory is a true
subdirectory, and not a symbolic link.

Update the reported size of the CVS repository to reflect current
reality.
1997-05-18 02:27:19 +00:00
John Polstra
34c76f1dee Update for CVSup version 15.0 (previous was 14.1.1). 1997-05-18 00:32:12 +00:00
Bill Fenner
65901f8d98 Make the port not IS_INTERACTIVE if PACKAGE_BUILDING 1997-05-17 17:24:59 +00:00
Masafumi Max NAKANE
1c93d98a02 Enable traceroute. 1997-05-17 16:29:03 +00:00
Masafumi Max NAKANE
915850fa63 New port:
A version of 'traceroute' that shows the AS network number of each hop.

PR:		2778
Submitted by:	Chris Dabrowski < chris@vader.org>
1997-05-17 16:21:11 +00:00
John Polstra
7a4ac6b1f2 Fix the master site, which has moved from freefall to hub. Add the
German mirror site and the other US site as well.
1997-05-06 15:03:41 +00:00
James FitzGibbon
8b99119c97 Fix slipup in CATEGORIES 1997-05-05 10:48:08 +00:00