summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Collapse)AuthorAgeFilesLines
* Activate bind8jseger1997-11-261-1/+2
|
* Import of bind 8.1.1 port.jseger1997-11-2612-0/+258
| | | | PR: ports/4118
* Upgrade ports/net/tinyfugue to version 4.0 alpha 3.jseger1997-11-235-66/+65
|
* Unmark this port broken, operator error (old header file).asami1997-11-233-6/+3
| | | | Reported by: fenner@parc.xerox.com, jhay@mikom.csir.co.za
* Upgrade to 1.0602ache1997-11-224-231/+430
|
* tcl/tk dependency and pathnames repaired.itojun1997-11-221-4/+5
| | | | Reviewed by: satoshi, kjc
* Mark this port broken, it does not build. If it builds for -current,asami1997-11-223-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* Mark the ports that were broken in one way or another by the recent tclasami1997-11-222-4/+8
| | | | change "BROKEN".
* Mark this port broken, tk.h is not found.asami1997-11-211-1/+3
|
* enable ports/net/ttt.itojun1997-11-201-1/+2
| | | | | | Tele Traffic Tapper, a network traffic monitoring tool Reviewed by: kjc@csl.sony.co.jp
* new port: ports/net/tttitojun1997-11-205-0/+56
| | | | | | Tele Traffic Tapper, a network traffic monitoring tool Reviewed by: kjc@csl.sony.co.jp
* Activate lftp.tg1997-11-171-1/+2
|
* Activate cvsup-bin.jdp1997-11-171-1/+2
|
* New port of the CVSup binary release.jdp1997-11-175-0/+59
| | | | Submitted by: Sheldon Hearn <axl@iafrica.com>
* Must create empty /var/db/dhcpd.leases file at install.obrien1997-11-1413-93/+85
| | | | Read config file from PREFIX/etc rather than /etc.
* Remove docs dir on pkg_deletion.obrien1997-11-141-0/+1
| | | | | PR: ports/5037 Submitted by: Sheldon Hearn <axl@iafrica.com>
* Enable kircandreas1997-11-111-1/+2
|
* Upgrade to v0.12jfitz1997-11-102-5/+5
|
* Doesn't make any difference functionality-wise, but define DISTNAMEasami1997-11-101-2/+2
| | | | | instead of PKGNAME. DISTNAME is mentioned to be a "mandatory" variable in a few places.
* Added llnlxdir and llnlxftpdima1997-11-101-1/+3
|
* Share clog and tcpshow with the world.obrien1997-11-051-1/+3
|
* clog is a program that logs all connections on your subnet. It uses theobrien1997-11-055-0/+40
| | | | | | 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.
* tcpshow reads a tcpdump(1) savefile and provides a reasonably completeobrien1997-11-055-0/+47
| | | | | | | | 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.
* (1) Move the following ports out of x11/:asami1997-11-055-21/+26
| | | | | | | | | | | | | | | | | | | | | | | | 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)
* Portlint.asami1997-11-041-4/+6
|
* Add build dependency on libgdbm.ase1997-11-034-8/+12
|
* This port provides the KDE Mail and News user agents, which are not yetse1997-11-0321-0/+577
| | | | | fully functional, different from most of the other KDE stuff, but look very promising, already.
* Activate net/nettestjseger1997-10-301-1/+2
|
* Import of net/nettest 09/11/92 release.jseger1997-10-308-0/+217
| | | | | | | | | 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
* The maintainer submitted files for the Japanese version of samba.max1997-10-283-3/+3
| | | | | | 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.
* Un-break mpd for 3.0-currentbrian1997-10-251-4/+1
|
* Activate samba-des.max1997-10-231-1/+2
|
* Remove ``ja-'' from the front of the PKGNAME.max1997-10-233-6/+6
|
* Remove japanese from the CATEGORIES.max1997-10-233-6/+6
|
* Upgrade, 1.9.15P8 -> 1.9.17P4.max1997-10-2315-96/+342
| | | | | | | | | | | 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
* Remove myself from maintainergpalmer1997-10-233-6/+6
|
* Don't use the libs.tcl from the distribution; let it get dynamicallyfenner1997-10-151-1/+6
| | | | generated instead. Fixes tcl library mismatch warning.
* Upgrade, 4.3.3 -> 4.3.4.max1997-10-153-5/+7
|
* tkined.sh.in was missing the "$*", which led to the misbehaviour,andreas1997-10-142-2/+2
| | | | | that tkined couldn't be called with an argument : tkined filename1 Reviewed by: agreed by phk
* updated PKGNAME from bb-1.04h to bb-1.04andreas1997-10-135-6/+39
| | | | | | | | | | | | 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)
* Fix Justin M Seger's e-mail address.tg1997-10-138-16/+16
|
* Change my email address to @FreeBSDobrien1997-10-102-4/+4
|
* cosmetic changes, changed MAINTAINER address to andreas@FreeBSD.ORGandreas1997-10-091-2/+2
|
* Use CFLAGS from /etc/make.conf (then add to that).obrien1997-10-081-1/+1
| | | | Requested by: Satoshi
* enable ports/net/choparp.itojun1997-10-071-1/+2
| | | | Description: small and simplified proxy arp daemon.
* to allow arbitrary ${PREFIX}. sorry!itojun1997-10-071-3/+3
|
* choparp port.itojun1997-10-077-0/+121
| | | | | small and simplified proxy arp daemon. Submitted by: itojun@itojun.org
* Turn on netpipes.obrien1997-10-071-1/+2
|
* Netpipes is a collection of utilities which attempts to provide theobrien1997-10-076-0/+76
| | | | | | | functionality of pipes over a network. PR: ports/4056 Submitted by: Daniel O'Connor doconnor@ist.flinders.edu.au
* Change the cache file to /var/db/dhcp_cacheobrien1997-10-062-2/+3
| | | | Suggested by: Joao Carlos Mendes Luis <jonny@coppe.ufrj.br>
OpenPOWER on IntegriCloud