summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Collapse)AuthorAgeFilesLines
* Remove if_var.h stuff added by me.brian1998-01-114-68/+32
|
* MASTER_SITE subdir changed to pub/archie/mpd.steve1998-01-111-2/+2
| | | | | PR: 5290 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
* Upgrade, 4.36 -> 4.41.max1998-01-092-5/+5
|
* samba updated to 1.9.18.itojun1998-01-0927-195/+1248
| | | | Submitted by: hosokawa
* Update MASTER_SITES.obrien1998-01-071-2/+5
| | | | Pointed out by: Max
* Update mirror site. Things have moved to socks5 subdirectory.imp1998-01-051-2/+2
|
* rtptools, a set of tools for recording/playing/monitoring RTPv2 streamsfenner1998-01-056-0/+123
|
* Upgrade to 1.6.8. Includes more sane deletion processing.obrien1998-01-033-7/+10
| | | | | Changes include rsyncd_trees lives in /var/db rather than /etc. Also rsyncd is installed in PREFIX/libexec, not PREFIX/bin.
* Add macipgw and ncftp3.asami1997-12-271-1/+3
|
* Upgrade to v1.0r3imp1997-12-242-11/+21
| | | | | Change maintainer to me initial openbsd support
* No need to use += on first appearance of variables.alex1997-12-241-2/+2
|
* Upgrade to 2.4a7n. The encryption has been removed from this version sofenner1997-12-193-26/+21
| | | | | 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.
* Upgrade to 2.5.1.vanilla1997-12-162-4/+4
|
* Upgrade to 4.1.3fenner1997-12-153-6/+9
|
* Upgrade, 4.34 -> 4.36 as well as portlint.max1997-12-152-6/+6
|
* No need to define NO_PATCH -- the patch target won't do anything ifasami1997-12-091-3/+1
| | | | there is no patch. ;)
* Upgrade to beta 1 patch level 0.jseger1997-12-0918-42/+30
|
* macipgw - MacIP gateway to provide IP-access for AppleTalk-only networksstb1997-12-045-0/+30
|
* Upgrade to December 2, 1997 snapshot and change all CFLAGS = 's tojseger1997-12-0416-24/+68
| | | | CFLAGS += 's.
* Upgrade repository copy of isc-dhcp to a pre-2.0 snapshot.jseger1997-12-0125-118/+163
|
* Activate net/isc-dhcp2jseger1997-12-011-1/+2
|
* Make this build under 3.0.jseger1997-11-291-0/+12
|
* 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
|
OpenPOWER on IntegriCloud