Commit Graph

744 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