aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Collapse)AuthorAgeFilesLines
...
* add two more codes to ICMP error 12 (Parameter Problem).jmb1999-11-163-12/+18
| | | | | | these two are detailed in RFC1700. Reviewed by: Garrett Wollman <wollman@khavrinen.lcs.mit.edu>
* Make the WRKSRC logic smarter.billf1999-11-151-2/+2
| | | | | | | | | freebsd -> FreeBSD I considered removing the current MASTER_SITE, it's definatly unfetchable from there (only our mirrors have the file, ftpsearch didn't come up with anything beyond FreeBSD mirrors) but I'll leave that up to the MAINTAINER.
* Upgrade to 0.3.9kris1999-11-152-4/+3
| | | | Submitted by: bento
* Upgrade to 8.2.2 patch 5jseger1999-11-156-20/+10
|
* All VAXen of the world celebrate! MOPd is here.obrien1999-11-151-0/+1
|
* The MOP Loader Daemon is for use netbooting older DEC machines.obrien1999-11-155-0/+42
| | | | MOP is functionally comparable to TFTP.
* Respect CFLAGSbillf1999-11-132-1/+12
| | | | Approved by: jseger (maintainer)
* Add a missing file.billf1999-11-132-0/+2
|
* Upgrade to bind-8.2.2.p3 + patch4. Fixes some security issues.jseger1999-11-126-14/+26
| | | | | Many people submitted patches for this one, and a combination of them were used.
* Add tac_plus4.asami1999-11-111-0/+1
| | | | Forgotten by: andreas ;)
* Activate elsacpiazza1999-11-111-0/+1
|
* Streaming Quicktime server for FreeBSD.cpiazza1999-11-115-0/+76
| | | | | | | | | | | | | | | Elsa is a standards-based Quicktime server based on the RTSP (RFC 2326) and RTP (RFC 1889) standards. This version is a beta which is currently free for non-commercial use. The server can serve media from QuickTime 4.0 "hinted" files which transparently support multiple media formats (e.g. QuickTime, AVI, MP3, WAV, AU, etc.). PR: 14172 Submitted by: Chris D. Faulhaber <jedgar@fxp.org>
* Port update after repository copyandreas1999-11-1010-150/+143
| | | | | | | | | | | Taken from tasic@planka.carrier.kiev.ua + some modifications by me (style, patch additions to compile cleanly, pkg/*) added convert utility to port/package to enable people to do migrations, if needed, see the docu for details. PR: 13716 Submitted by: tasic@planka.carrier.kiev.ua
* Upgrade to 0.81andreas1999-11-099-9/+6
|
* Change dependencies from static to shared openssl libraries,dirk1999-11-081-1/+1
| | | | because openssl also builds shared libraries, now.
* Update to version 0.9.10jim1999-11-054-6/+6
|
* Turn on pchar.obrien1999-11-041-0/+1
|
* A Van Jacobson's pathchar clone.obrien1999-11-045-0/+40
| | | | | pchar finds bandwidth, delay, average queue and loss rate of hops between source and destination.
* Upgrade to 0.4.3.mph1999-11-032-4/+4
| | | | Suggested by: Anthony Chavez <magus@magus.users.xmission.com>
* Update to version 0.9.9jim1999-11-034-6/+6
|
* Install a proper manpage and other misc documentation.obrien1999-11-024-2/+41
|
* Upgrade to 1.6.1, which fixes buffer overflows.billf1999-11-023-21/+20
| | | | | PR: ports/14654 Submitted by: Mike Tancsa <mike@sentex.net>
* Upgrade to 0.4.2. I don't do ICQ, and can't test it. Yell if itmph1999-11-024-27/+12
| | | | | | breaks. Suggested by: "R. Beasley" <rbeasley@uberhacker.org>
* Main master site moved.obrien1999-11-021-1/+1
|
* Activate the dhid and priss ports.steve1999-11-011-0/+2
|
* Inital import of dhid version 3.0.steve1999-11-017-0/+95
| | | | | | | A dhis client for updating dynamic DNS entries in dhisd DNS tables. PR: 13312 Submitted by: Oryx Gazella <oryx@ungulate.net>
* Initial import of priss version 1.0.steve1999-11-019-0/+121
| | | | | | | A program based on Apple's open source RTP/RTSP streaming Quicktime server. PR: 13743 Submitted by: Richard Kiss <richard@homemail.com>
* Activate the ddup port.steve1999-11-011-0/+1
|
* Initial import of ddup version 2.0.4.steve1999-11-015-0/+37
| | | | | | | A DynDNS client for FreeBSD. PR: 13861 Submitted by: Christopher J. Michaels <cjm2@altavista.net>
* Put LOCALSTATEDIR to our properly place : FreeBSD's /var/run.foxfair1999-11-012-0/+22
|
* move install message to pkg/MESSAGE and remove extra stripmharo1999-11-012-6/+2
|
* Cleaning ugly PLIST, let `make deinstall' really work.foxfair1999-11-0111-0/+88
|
* Upgrade to version 1.3.3.obrien1999-11-012-6/+4
| | | | | | | | | | | | * Bug fix: grep -v changed to grep -iv (compare domains caselessly). * Bug fix: nameservers now sorted in SOA serial number order, largest first. This way you can dlint the primary server immediately after making changes to it (previously had to wait for secondaries to do their update). * Optimization: if any nameserver does not return an SOA record in Test 1, it is removed from the list of nameservers and a warning is reported. This way dlint won't use broken nameservers during the rest of the run. * Sanity check domain names of nameservers themselves: any nameserver with in-addr.arpa. in its name generates a warning and is skipped.
* Upgrade to ethereal 0.7.7 from 0.7.5billf1999-10-294-6/+6
| | | | | | | | The skip of 0.7.6 was not due to my usual lazyness, we found it didn't work with bmake, and the authors actually _care_ about interplatform building (and most of them use FreeBSD as a development platform) so we worked out some problems with that and some autoconf "smarts" with SNMP.
* Typo. (-mytinfo -> -lmytinfo)billf1999-10-291-1/+1
| | | | Submitted by: Frank Volf <volf@oasis.IAEhv.nl>
* typo: iussues -> issuesmharo1999-10-281-1/+1
|
* Hack to make this compile and DTRT with ncurses.billf1999-10-282-2/+11
| | | | Submitted by: David Kirchner <dpk@nwserv.com>
* mod to support Netscape's roaming profiles.mharo1999-10-272-0/+40
| | | | | PR: 14508 Submitted by: Patrick Bihan-Faou patrick@mindstep.com
* Adopt ports I care about.obrien1999-10-261-0/+3
|
* update to iplog-2.0-1017mharo1999-10-262-3/+3
| | | | | PR: 14399 Submitted by: maintainer
* upgrade the port to 1.2.7mharo1999-10-2633-44/+44
| | | | | PR: 13874 Submitted by: lkoeller@cc.fh-lippe.de
* improves reliability on various systemsmharo1999-10-263-0/+67
| | | | | PR: 12949 Submitted by: Richard.Kiss@kalamalka.gizzywump.com
* This time lets cvs add the patch files...mharo1999-10-263-0/+248
| | | | | | | | | | | | | | | | | | Corrected DESCR regarding name of BPF in -CURRENT. Added #!/bin/sh to two shellscripts in the distribution. PR: 14520 Submitted by: maintainer adding the following functionality to trafd: -D run in foregroud -I don't distinguish ports/protocols (count only by IP) -S count only IP from this range(s) (all other IP accounted AS 255.255.255.255) -A aggregate IP-addresses in given network(s) PR: 14521 Submitted by: maintainer
* Corrected DESCR regarding name of BPF in -CURRENT.mharo1999-10-261-2/+5
| | | | | | | | | | | | | | | | | Added #!/bin/sh to two shellscripts in the distribution. PR: 14520 Submitted by: maintainer adding the following functionality to trafd: -D run in foregroud -I don't distinguish ports/protocols (count only by IP) -S count only IP from this range(s) (all other IP accounted AS 255.255.255.255) -A aggregate IP-addresses in given network(s) PR: 14521 Submitted by: maintainer
* Use the proper $$ which gives a single literal `$' in a Makefile ratherobrien1999-10-251-1/+1
| | | | | than `\$' which is proper for a shell script, which this isn't (even it if they are shell commands).
* Use our real binary's name in the syslog messages.obrien1999-10-251-1/+9
| | | | | On hosts that support it, use LOG_SECURITY rather than LOG_PRIVAUTH. (why this type of thing needs to be private, I don't understand)
* Portlint and general clean up (previously this port claimed to be a library).obrien1999-10-254-11/+6
|
* Update MASTER_SITEScpiazza1999-10-251-2/+1
| | | | | PR: 14494 Submitted by: maintainer
* Fix connecting with UDP if the loopback interface does not allowcpiazza1999-10-251-0/+30
| | | | | | | traffic PR: 14397 Submitted by: Patrick Bihan-Faou <patrick@mindstep.com>
* Remove josh@quick.net as MAINTAINER. Email to josh@quick.net hasfenner1999-10-221-2/+0
| | | | | | | | | been bouncing with: <josh@quick.net>: host mx.quick.net said: 550 <josh@quick.net>... User unknown for over 2 months.
* Typoandreas1999-10-212-3/+3
|
* Add a patch file that I forgot to include in my last commit. Also includesdan1999-10-202-2/+8
| | | | a small Makefile fix submitted by the author.
* Update pipsecd to 19991014dan1999-10-195-19/+51
|
* Install 5.3.2rvb1999-10-195-12/+13
|
* Bump gnome libraries' version numbers.asami1999-10-172-2/+2
| | | | Should have been done by: nakai
* Update to lastest version 3.0.2taoka1999-10-172-5/+6
|
* update to naim-0.9.5-recon4mharo1999-10-172-4/+4
|
* Add archie.eltaoka1999-10-161-0/+1
|
* A mock-interface to Archie for Emacstaoka1999-10-165-0/+49
|
* Add a patch for GNOMELOCALEDIR,vanilla1999-10-163-3/+3
| | | | and bump panel_applet's version to 2.
* Fix the setterm() on -stable.vanilla1999-10-161-20/+20
| | | | Found by: maintainer
* Re-add tac_plus.asami1999-10-151-0/+1
| | | | | Forgotten by: andreas Found by: bento
* Updated to version 0.9.8jim1999-10-154-6/+8
|
* oops. Saved the wrong file, now descr. is o.k. again.andreas1999-10-151-135/+4
|
* Style.andreas1999-10-151-4/+4
|
* Bring it back again.andreas1999-10-1510-0/+512
| | | | | | | | | | | Port was o.k. to get tacacs up and running using a Cisco router and I really missed it. - Added me as maintainer of the port - Moved sources to my homepage download area - Compressed sources using bzip2 - Removed some not needed variables in Makefile - Committed with new nd5 checksum
* Update to 0.75flathill1999-10-132-3/+3
| | | | | PR: ports/14298 Submitted by: sjr@home.com
* Remove some files that are built only if certain things (ie. Java) aresteve1999-10-132-8/+0
| | | | | | | present on the user's box at compile-time until I figure out how to disable (handle) them. Noticed by: asami (via the bento logs)
* Mark this BROKEN so I don't have to create a folder dedicated to peoplebillf1999-10-131-1/+3
| | | | | | | sending "mtr doesn't work" e-mails to me. I'm working on the problem and have even gotten people who send me real bug reports, imagine that.
* Use perl's in-place editing rather than large patches.obrien1999-10-122-55/+2
|
* With the upgrade from Kerberos V 1.0 -> 1.1, libcrypto wasnectar1999-10-123-0/+33
| | | | renamed to libk5crypto.
* Update to version 2.2.12.steve1999-10-118-1/+74
| | | | | PR: 14125 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Update to version 2.1.12.steve1999-10-111-20/+16
| | | | | PR: 14125 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Don't install an empty manpage.steve1999-10-111-1/+1
| | | | | PR: 13948 Submitted by: Mikhail Teterin <mi@kot.ne.mediaone.net>
* Add a few patches and move the distfiles to their own DIST_SUBDIR.steve1999-10-116-6/+30
| | | | | PR: 14232 Submitted by: maintainer
* Bump glib12 's share library version to 3,vanilla1999-10-104-6/+4
| | | | and portlint.
* Activate iplog in its new homedan1999-10-101-0/+1
|
* Welcoming iplog to its new home in netdan1999-10-105-0/+35
|
* Err, the last commit was actually a downgrade.cpiazza1999-10-088-10/+70
| | | | Actually upgrade to version 0.99g
* Update to version 0.10acpiazza1999-10-088-52/+36
|
* Update some "301 Moved Permanently" URL's.fenner1999-10-081-1/+1
|
* Activate gnome-vnccpiazza1999-10-071-0/+1
|
* Gnome-VNC is a GNOME viewer for Video Network Computing (VNC) servers.cpiazza1999-10-075-0/+28
| | | | | PR: 12692 Submitted by: Dominik Bettnacher <domi@saargate.de>
* Activate poptop portnsayer1999-10-061-0/+1
|
* Import of port for PoPToP -- a PPTP (vpn) servernsayer1999-10-0610-0/+107
|
* This broke somewhere along the way (-shared was slipping in whennectar1999-10-052-16/+28
| | | | building the binaries). Fix it.
* Fixed spelling with Mr. Stevens' name. May he RIP.dan1999-10-031-1/+1
|
* Activate libunpipcdan1999-10-031-0/+1
|
* libunp is the library used in W. Richard Steven's book "UNIX Networkdan1999-10-0310-0/+138
| | | | | | | | | | | | | | | | | Programming Volume 2, 2nd Edition". It contains the library and headers used in the examples as well as all programs from the text that compile on FreeBSD systems. For more information on the book, see http://www.phptr.com/ptrbooks/ptr_013490012X.html For more info on W. Richard Stevens, see http://www.kohala.com/~rstevens/ PR: ports/14058 Submitted by: James FitzGibbon <james@targetnet.com>
* Activate libunpdan1999-10-031-0/+1
|
* libunp is the library used in W. Richard Steven's book "UNIX Networkdan1999-10-0322-0/+344
| | | | | | | | | Programming Volume 1, 2nd Edition". It contains the library and headers used in the examples as well as all programs from the text that compile on FreeBSD systems. PR: ports/14057 Submitted by: James FitzGibbon <james@targetnet.com>
* Maintainer timeout -- move symlink source to share/doc/apache/manual/bb.asami1999-10-022-3/+7
| | | | Also create cgi-bin dir.
* Define HAVE_CONFIG_H in perl_shared so that RRDs.xs can importfenner1999-09-302-0/+24
| | | | MUST_DISABLE_FPMASK.
* xisp isn't xpm-free.asami1999-09-301-1/+2
| | | | Found by: obento
* Correct WWW:; Reformat and add a URL that was never added; GIF -> PNGbillf1999-09-301-4/+5
|
* Change default master site to cvsup-master.freebsd.org.jdp1999-09-301-1/+1
| | | | Submitted by: Josef Karthauser <joe@pavilion.net>
* Add WWW link.jdp1999-09-294-0/+8
| | | | Submitted by: Christian Weisgerber <naddy@unix-ag.uni-kl.de>
* Quiet `bind()' and `accept()' warnings.obrien1999-09-281-2/+20
| | | | | PR: 14013 Submitted by: Dominik Rothert <dr@domix.de>
* Buffer overflow fixes for version 0.99pl17. Original patches for pl15bp1999-09-273-0/+850
| | | | | was submitted by Przemyslaw Frasunek <venglin@FREEBSD.LUBLIN.PL> to securityfocus.com.
* Change the maintainer's email address, bp has a @FreeBSD.org account now.foxfair1999-09-271-2/+2
| | | | Pass the hat to bp.
* Update to version 4.2.5.steve1999-09-273-72/+102
| | | | | PR: 13126 Submitted by: maintainer
* Add xisptaoka1999-09-251-0/+1
|
* A user-friendly X interface to pppd/chattaoka1999-09-255-0/+58
| | | | | PR: 13217 Submitted by: Takeshi Morishima <morishim@cig.mot.com>
* Remove problems with pkg_delete and pkg_add for packages built withimp1999-09-251-1/+0
| | | | | | this port. PR: ports/12138
* Upgrade to 1.0 r10.imp1999-09-255-27/+70
| | | | | | | | Remove patches integrated since r9. 1/2 of patch-aa was integrated, the second half has been retained. Add new patch (patch-ak) from web site for s5fakehost files. Add new patch (patch-al) to fix long standing telnet failure to build (it is a kludge, so hasn't been submitted to the socks maintainers).
* Activate nstreamscpiazza1999-09-251-0/+1
|
* Import of nstreams.cpiazza1999-09-255-0/+39
| | | | | | | | | | nstreams analyzes the streams that occur on a network. It displays which streams are generated by users and can optionally generation ipfw rules that will match these streams, thus only allowing what is required for the users, and nothing more. PR: 13913 Submitted by: Daniel O'Connor <darius@dons.net.au>
* Upgrade from 0.7.3 to 0.7.5, 0.7.4 had some serious errors with BSDbillf1999-09-256-26/+6
| | | | allegedly, so I'm glad I'm lazy.
* Add a patch to fix a problem with very low write speeds withcpiazza1999-09-243-0/+36
| | | | | | | | | | | | | | | | | | | samba on freebsd. Following is description made by one of the Samba developers: "The problem is we switched to using recv() with the MSG_WAITALL flag instead of read(). This makes Samba faster on most systems. On FreeBSD it causes a massive slowdown and I don't know why. To fix it, change the definition of MSG_WAITALL to be zero in lib/util_sock.c and recompile 2.0.5a. I'm hoping someone from FreeBSD will get back to me with some explanation. Regards, Jeremy Allison, Samba Team." This problem where observed by almost all samba-2.0.5a users and typically it led to 10-20x decrease in write speed. PR: 13894 Submitted by: Maxim Sobolev <sobomax@altavista.net>
* I moved files around on freefall.obrien1999-09-221-1/+1
|
* These ports are building now, so take out BROKEN_ELF.asami1999-09-211-1/+0
|
* Don't depend on GNU share+unshare to extract the distfile. Sed trickeryobrien1999-09-212-7/+111
| | | | | | | is lighter weight. Increase the granularity of the statistics. Rounding to whole msec isn't accurate enough on a LAN.
* time(3) returns a time_t and not a long.steve1999-09-202-2/+30
|
* Fix the first arg to strscat so we can use stdarg macros and get thissteve1999-09-202-2/+45
| | | | to build on FreeBSD/Alpha.
* Make sure we can find zephyr_err.h so this port builds.steve1999-09-201-0/+11
|
* Judiciously s/int/ssize_t/ so this build on FreeBSD/Alpha.steve1999-09-202-0/+36
|
* Toss in an ugly hack to cope with the fact that va_list is a non-scalarsteve1999-09-201-0/+24
| | | | on FreeBSD/Alpha.
* Need to include sys/types.h for u_char and friends on FreeBSD/Alpha.steve1999-09-201-0/+10
|
* Make this port build with an empty /usr/local.steve1999-09-201-4/+24
|
* Judiciously s/int/ssize_t/ so this builds on FreeBSD/Alpha.steve1999-09-202-8/+44
|
* Update zebra to 0.79andreas1999-09-196-6/+6
| | | | | This software is still under developement Please read the README's or subscribe to the zebra mailing list
* Update master site.wosch1999-09-191-1/+1
|
* Fix the coredump of setupterm().vanilla1999-09-191-0/+26
|
* Update to version 0.20.steve1999-09-196-7/+39
| | | | | PR: 13347 Submitted by: maintainer
* Update to KDE-1.1.2se1999-09-1813-39/+567
|
* Enforce random pkg/COMMENT rules, including the one that states Emacshoek1999-09-181-1/+1
| | | | should be spelled corrcetly, although I rather liked "Emasc".
* The version number of libgif.so has changed to 5.steve1999-09-185-5/+5
|
* Resolve many 301 Moved Permanently URLs in DESCR.fenner1999-09-186-6/+6
|
* This port now respects ${LOCALBASE}.jmas1999-09-171-0/+1
|
* The "*.html~" files don't seem to exist, so delete them from PLIST.asami1999-09-111-6/+0
|
* Let the generated Makefiles install the perl modules.fenner1999-09-114-8/+18
| | | | | | (I'm not positive why there's a do-install: target at all, but since there are less than 5 minutes til the freeze I'm not going to investigate yet!)
* Move rrdtool examples from ${PREFIX}/share/rrdtool/examples tofenner1999-09-114-18/+22
| | | | | | ${PREFIX}/share/examples/rrdtool where they belong. Found by: looking for rrdtool examples in /usr/local/share/examples =)
* Update to version 3.3.3cpiazza1999-09-113-96/+114
| | | | | PR: 13664 Submitted by: maintainer
* Update to 0.41fenner1999-09-114-8/+10
| | | | | PR: ports/13681 Submitted by: Gianmarco Giovannelli <gmarco@giovannelli.it>
* Update to pipsecd-19990831jseger1999-09-102-8/+7
| | | | | Submitted by: Patrick Bihan-Faou <patrick@mindstep.com> PR: ports/13501
* Add depends on p5-MIME-Base64ache1999-09-101-0/+2
|
* Update to tcptrace 5.2.0fenner1999-09-103-7/+11
|
* Update to version 3.5.8fenner1999-09-094-18/+20
| | | | | PR: ports/11807 Submitted by: Yarema <yds@dppl.com>
* Upgrade to sdr 2.7fenner1999-09-095-43/+14
|
* Activate p5-SNMP-Util.fenner1999-09-091-0/+1
|
* A helper library for p5-SNMP, including walk functions.fenner1999-09-096-0/+60
|
* Update to 2.8.8fenner1999-09-092-3/+3
| | | | | PR: ports/13573 Submitted by: Ying-Chieh Liao <ijliao@Terry.Dorm10.NCTU.edu.tw>
* Update rrdtool to 1.0.7fenner1999-09-094-16/+12
|
* * portlint.sada1999-09-093-3/+4
| | | | | | * Unmatched bracket (patch-aa) . Submitted by: OGATA Hiroshi <ogata@isp.qix.org>
* Upgrade to 5.9.4.max1999-09-082-4/+4
|
* Delete port: tac_plusfenner1999-09-0711-416/+0
| | | | | PR: ports/13301 Submitted by: Igor Vinokurov <igor@rtsnet.ru>
* mkdir ${PREFIX}/lib/perl5/site_perl/${PERL_VER} before trying to putfenner1999-09-072-0/+2
| | | | | | stuff there. Found by: http://bento.freebsd.org/errorlogs/3-full/rrdtool-1.0.0.log
* Take over maintance.obrien1999-09-071-1/+1
| | | | Ok'ed by: Hideyuki Suzuki <hideyuki@sat.t.u-tokyo.ac.jp>
* Upgrade to version 1.4.0p6.obrien1999-09-072-3/+3
|
* portlintobrien1999-09-062-3/+2
|
* portlintobrien1999-09-061-3/+3
|
* Fix to work after the ucd-snmp library bump.billf1999-09-052-3/+30
| | | | | Submitted by: <jack@germanium.xtalwind.net> PR: ports/13540
* o Bump SHLIB_VERSION to 4 and make this port build it that way.billf1999-09-0512-15/+87
| | | | | | | | | | | | | o Look for perl in the right place (patch-ah) o Add a typedef that ucd-snmp wants (patch-ag) o Install headers files with the right permissions Submitted by: <jack@germanium.xtalwind.net> PR: ports/13539 ---------------------------------------------------------------------- o Remove extraneous HAS_CONFIGURE introduced by nectar in rev1.19 o Use the PATCH_* framework and grab 012.patch from the authors.
* portlintobrien1999-09-052-3/+2
|
* Portlintifyfenner1999-09-051-3/+4
| | | | | PR: ports/13447 Submitted by: Oleg V. Volkov <rover@lglobus.ru>
* change use of DISTFILES and portlintobrien1999-09-051-1/+1
|
* synchronisation != synchronizationobrien1999-09-032-2/+2
|
* Upgrade to 0.7.3billf1999-09-024-6/+6
|
* $Id $ -> $FreeBSD$ (note space, which is probably why Peter missed it)asami1999-08-311-1/+1
|
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-3160-69/+69
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* Add tn3270markm1999-08-311-0/+1
|
* This is FreeBSD's tn3270, yanked from src/usr.bin, and lightly hackedmarkm1999-08-316-0/+53
| | | | | | | with the addition of relevant parts of src/usr.bin/telnet/* Once the dateline hase crossed the repository, the original will be led outside, given a perfunctory trial, and shot.
* $Id$ -> $FreeBSD$peter1999-08-30222-222/+222
|
* Remove preceeding pkgname from some of the comments having one.hoek1999-08-303-3/+3
|
* Caps, no period.hoek1999-08-302-2/+2
|
* Make this port interoperable on the FreeBSD/Alpha. From Andrew Gallatin:steve1999-08-291-0/+182
| | | | | | | | | | | Due to the size difference between a struct timeval on FreeBSD/Alpha (2 longs for a total of 128 bits) and a struct timeval nearly everywhere else in the known universe (2 ints, for a total of 64-bits, even on DEC OSF/1), and the way zephyr uses timevals, it needs a bit of help. Submitted by: Adrew Gallatin <gallatin@cs.duke.edu> Obtained from: NetBSD
* expr -> ${EXPR}mharo1999-08-285-16/+16
| | | | | | mv -> ${MV} rm -> ${RM} tr -> ${TR}
* Activate icqnix.jim1999-08-281-1/+2
|
* Import of icqnix.jim1999-08-285-0/+103
| | | | | | | | ICQnix is an ICQ client for X that is designed to look and feel as much like the Mirabilis ICQ client as possible. PR: 13428 Submitted by: Yin-Jieh Chen <yinjieh@Crazyman.Dorm13.NCTU.edu.tw>
* sed -> ${SED}mharo1999-08-282-4/+4
|
* ln -> ${LN}mharo1999-08-286-20/+20
|
* Activate gtkyahoo.jim1999-08-281-1/+2
|
* Import of gtkyahoo.jim1999-08-285-0/+39
| | | | | | | gtkyahoo is a GTK-based Yahoo! Messenger client. PR: 13244 Submitted by: Dannyman <dannyman@dannyland.org>
* hotname -> hostnamemharo1999-08-281-2/+2
|
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffmharo1999-08-2812-68/+70
| | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
* Upgrade SNMP to 4.0.1, which is a last minute bugfix.billf1999-08-288-13/+15
| | | | | | | Upgrade p5-SNMP to 1.8.1 and mark it broken as it is incompatible with the ucd-snmp changes. If this is a huge problem, then a repo copy of ucd-snmp can be made and we can have the hassle of keeping two copies in our tree.
* Update to version 4.0cpiazza1999-08-279-105/+120
| | | | Submitted by: billf
* Forced commit, the PR was actuallycpiazza1999-08-271-1/+1
| | | | PR: 13262
* Activate tcpflowcpiazza1999-08-271-1/+2
|
* Import of tcpflow.cpiazza1999-08-276-0/+197
| | | | | | | | | | Tcpflow is a tool for capturing data transmitted as part of TCP connections (flows), and stores it in a way that is convenient for protocol analysis or debugging. tcpflow reconstructs the actual data streams and stores each flow in a seperate file for later analysis. PR: 13362 Submitted by: Jose M. Alcaide <jose@we.lc.ehu.es>
* Change Id->FreeBSD.obrien1999-08-254-4/+4
|
* MASTERSITE moved files aroundmharo1999-08-251-2/+2
|
* grep -> ${GREP}mharo1999-08-235-10/+10
| | | | | true -> ${TRUE} false -> ${FALSE}
* awk -> ${AWK}mharo1999-08-234-14/+14
| | | | | | | | basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR}
* chmod -> ${CHMOD}mharo1999-08-2332-95/+95
| | | | chown -> ${CHOWN}
* Add rrdtool, and re-sort SUBDIR entries.fenner1999-08-221-4/+5
|
* Round Robin Database Tool - store time-series data with averaging or otherfenner1999-08-2210-0/+190
| | | | | | | (lossy) historical compression, and create graphs. PR: ports/12717 Submitted by: Dmitry S. Sivachenko <dima@Chg.RU>
* Upgrade to zebra 0.77andreas1999-08-196-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From: Kunihiro Ishiguro <kunihiro@zebra.org> Date: Sun, 15 Aug 1999 23:47:59 +0900 This beta includes brand new ripd. Almost codes of ripd is rewritten. ripd's dynamic `network' command configuration is improved. `timers basic' command's semantics is changed to conforms to RFC2453. ripngd is also updated as same as ripd. IPv6 kernel route handling bug is fixed. SIGUSR1 reopen logging file. ospfd's bug of originating network LSA is fixed. Redistribute routes handling is much improved. Now `no redistribute' works as expected. BGP-4+ withdraw bug is fixed. IPv6 router advertisement codes are added but not yet usable. * Changes in zebra-0.77 * Changes in lib ** SIGUSR1 reopen logging file. ** route-map is extended to support multi-protocol routing information. ** When compiling under GNU libc 2.1 environment don't use inet6-apps. * Changes in zebra ** Basic IPv6 router advertisement codes added. It is not yet usable. ** Fix IPv6 route addition/deletion bug is fixed. ** `show ip route A.B.C.D' works * Changes in bgpd ** When invalid unfeasible routes length comes, bgpd send notify then continue to process the packet. Now bgpd stop parsing invalid packet then return to main loop. ** BGP-4+ withdrawn routes parse bug is fixed. ** When BGP-4+ information passed to non shared network's peer, trim link-local next-hop information. ** `no redistribute ROUTE_TYPE' withdraw installed routes from BGP routing information. ** `show ipv6 route IPV6ADDR' command added. ** BGP start timer has jitter. ** Holdtimer configuration bug is fixed. Now configuration does not show unconfigured hold time value. * Changes in ripngd ** Now update timer (default 30 seconds) has +/- 50% jitter value. ** Add timers basic command. ** `network' configuration is dynamically reflected. ** `timers basic <update> <timeout> <garbage>' added. * Changes in ripd ** Reconstruct almost codes. ** `network' configuration is dynamically reflected. ** RIP timers now conforms to RFC2453. So user can configure update, timeout, garbage timer. ** `timers basic <update> <timeout> <garbage>' works. * Changes in ospfd ** Bug of originating network LSA is fixed. ** `no router ospf' core dump bug is fixed. * Changes in ospf6d ** Redistribute route works.
* Add pipsecdasami1999-08-181-1/+2
|
* Import pipsecd, a tool for making IPsec tunnels.mph1999-08-179-0/+134
| | | | | PR: 13178 Submitted by: Patrick Bihan-Faou <patrick@mindstep.com>
* Remove this patch again. It seems that stubhost works now.phk1999-08-171-13/+0
|
* Upgrade to 0.7.2, which fixes several large memory leaks.billf1999-08-124-6/+6
|
* Updated to version 0.9.7jim1999-08-126-14/+14
|
* Use PKGNAME. Before it would have been ldapsdk_12311998 and now it iscpiazza1999-08-111-4/+5
| | | | | | | | | -1998.12.31. PR: 13055 Submitted by: Neil Blakey-Milner <nbm@rucus.ru.ac.za> Change three instances of 'mkdir -p' to ${MKDIR}
* Changes in 0.75, 0.76 is a bugfix release ...andreas1999-08-116-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BGP-4+ route handling is much improved. ripngd perform route aggregation with aggregate-address command. When zebra starts up, delete all installed routes which installed by zebra. ospfd DR election problem fixed. `terminal length 0' bug is fixed. BGP route-map now properly handles permit/deny and match/no match mixture. This fix is done by Rick Payne <rickp@rossfell.co.uk>. -- Kunihiro Ishiguro -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- * Changes in zebra-0.75 * Changes in lib ** `termnal length 0' bug is fixed. * Changes in zebra ** When zebra starts up, sweep all zebra installed routes. If -k or --keep_kernel option is specified to zebra dameon. This function is not performed. * Changes in ripngd ** Aggreagte address command supported. In router ripngd, `aggregate-address IPV6PREFIX' works. * Changes in bgpd ** Input route-map's bug which cause segmentation violation is fixed. ** route-map method improved. ** BGP-4+ nexthop detection improved. ** BGP-4+ route re-selection bug is fixed. ** BGP-4+ iBGP route's nexthop calculation works. ** After connection Established `show ip bgp neighbor' display BGP TCP connection's source and destination address. ** In case of BGP-4+ `show ip bgp neighbor' display BGP-4+ global and local nexthop which used for originated route. This address will be used when `next-hop-self'. * Changes in ospfd ** Fix bug of DR election. ** Set IP precedence field with IPTOS_PREC_INTERNET_CONTROL. ** Schedule NeighborChange event if NSM status change. ** Never include a neighbor in Hello packet, when the neighbor goes down.
* Use proper type in call to res_mkquery()obrien1999-08-101-0/+11
| | | | Submitted by: gcc -Wall and the letters R,T,F, and M
* Use empty MASTER_SITES= to indicate that there's nothing for thefenner1999-08-092-4/+4
| | | | distfile survey to check.
* Upgrade to bind 8.2.1jseger1999-08-094-20/+14
| | | | | Submitted by: ust@cert.siemens.de PR: ports/12875
* Remove two files that aren't installed anymore.billf1999-08-083-6/+0
| | | | Noticed By: bento's logs.
* Update to 0.9.6cpiazza1999-08-076-40/+44
| | | | | PR: 13011 Submitted by: maintainer
* Upgrade to 0.7.1, they actually released 0.7.1 before I could evenbillf1999-08-064-8/+6
| | | | | upgrade our tree to 0.7.0! It's good, however, because this version fixes some significant bugs.
* Update patch checksum.obrien1999-08-061-1/+1
|
* Fix build and run problems in conjunction with OpenSSL.dirk1999-08-0515-198/+211
| | | | | | | Natively SSLtelnet works with SSLeay, only. PR: ports/12973 Submitted by: Issei Suzuki <issei@jp.FreeBSD.ORG> (maintainer)
* Update to version 0.72cpiazza1999-08-042-5/+5
| | | | | PR: 12945 Submitted by: maintainer
* Upgrade to 5.9.3.max1999-08-032-5/+5
|
* Re-enforce caps, no period. An "exceptions" file has been createdhoek1999-08-035-5/+5
| | | | containing the ports editors/vim5, sysutils/star, and one other.
* IglooFTP beroftpd cftp curl downloader ftpfind ftpmirror ftpsearchasami1999-08-021-31/+1
| | | | | | | | ftptool gftp greed gtm jmirror lftp llnlxdir llnlxftp mirror moxftp ncftp ncftp2 ncftp3 omi pavuk proftpd spegla wget wu-ftpd wxftp yafc yale-tftpd have been moved to new category "ftp".
* Fix up some grammarcpiazza1999-08-021-2/+2
|
* Activate tundcpiazza1999-08-021-1/+2
|
* Import of tund.cpiazza1999-08-025-0/+29
| | | | | | | | | TUND allows to organize IP over IP tunnel (IP packets are incapsulated into UDP one). It works together with FreeBSD ipfw(8). Can be used for tunneling private networks behind NATD. PR: 12718 Submitted by: Sergey Kosyakov <ks@itp.ac.ru>
* upgrade to 1.03ache1999-08-022-4/+4
|
* Update gated 3.5.10 -> 3.5.11peter1999-08-012-5/+5
|
* Update to the latest official version instead of the beta.steve1999-08-014-8/+8
| | | | | PR: 12908 Submitted by: maintainer
* Update to version 0.99072807.steve1999-08-015-21/+28
| | | | | PR: 12872 Submitted by: maintainer
* Do a little better job of finding the moc binary.steve1999-08-011-0/+11
| | | | | PR: 12639 Submitted by: maintainer
* Update to version 1.5.steve1999-08-014-101/+27
| | | | | PR: 12848 Submitted by: maintainer
* Update to the latest release and fix a couple of bugs.steve1999-08-015-21/+29
| | | | | PR: 12711 Submitted by: maintainer
* Upgrade to 0.74andreas1999-07-316-9/+9
| | | | | | | | | | | | | | | OSPFd core dump during startup should be fixed. BTW it's still not a complete OSPF implementation as the author says on the mailing list: "This is the first beta relase which includes (partly) workable ospfd. Now ospfd works as inter area OSPF router. When it works properly route goes into the kernel. Please note it does not support intra area route, AS external route, multiple area, aging of LSA, etc... Please use ospfd only in test environment. BGP serious bug is fixed. ripngd is almost rewritten to conform to RFC2080. ospf6d's LSA data structure is improved. And also many bugs are fixed."
* PR: 12870foxfair1999-07-302-2/+3
| | | | | | | Submitted by: Leo Kim <leo@florida.sarang.net> Reviewed by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw> Missing a locale perl module when install mrtg, add it back.
* PR: 12834foxfair1999-07-292-3/+3
| | | | | | | | | | Submitted by: Ying-Chieh Liao <ijliao@Terry.Dorm10.NCTU.edu.tw> Update mrtg to 2.8.6. The original maintainer, jfitz, has disappeared about more than a month. I can't contact him by email, and have no idea to reach him in the other way. So I take the update request from the submitter.
* Move category from net to devel.sada1999-07-271-2/+1
| | | | | | Cope with package-build time problem. Requested by: hoek
* Unbreak, ARCH was being passed through to the Makefilescpiazza1999-07-242-2/+38
| | | | | | resulting in cc -I... i386 -c ... etc being used. Noticed by: bento.freebsd.org
* Fix install error, ${INSTALL_MAN} ${MAN8} -> .. ${MAN8}.gz.cpiazza1999-07-241-2/+2
| | | | | I broke this a while ago and didn't notice it until now.
* Actually requires 2.0.5ahosokawa1999-07-243-6/+6
| | | | Submitted by: "Oleg V. Volkov" <rover@lglobus.ru>
* Upgraded to samba-2.0.5a.hosokawa1999-07-2312-24/+24
|
* Update from b16 to b18, which does contain a FreeBSD fix.billf1999-07-232-3/+3
|
* Clean up EGCS warnings.obrien1999-07-231-0/+106
| | | | Submitted by: Bill Fumerola <billf@jade.chc-chimes.com>
* Catch up with all of Citrix' recent changes:msmith1999-07-236-6/+38
| | | | | | | - back to a .Z tarball again - a few new files in the installed product PR: ports/12763 (reported breakage)
* Distfile coda-4.6.6.tgz is no longer stored at CMU.rvb1999-07-222-4/+6
| | | | Fetch it from freebsd repository.
* Make port depend on linux_base instead of linux_lib.marcel1999-07-212-4/+4
|
* You need egcs to build ksirc. Take it out for 3-stable PLIST for now.asami1999-07-214-8/+36
|
* Fix the same problem for OSPF as -ag does for RIP: non 127/8 addresses onphk1999-07-201-0/+13
| | | | a loopback interface are ok.
* remove typo, seems to be I'm a victim of the heat wave ;-)andreas1999-07-183-6/+6
|
* make zebra startup script executeable in final destination...andreas1999-07-183-3/+6
|
* - Improve startup scriptandreas1999-07-183-6/+6
| | | | | | - OSPF tested, zebra works well as designated (DR) and backup designated router (BDR) - Disable debugging to meet FreeBSD package policy (no debug)
* Make zebra port more user friendly be providing a nice start stop scriptandreas1999-07-186-3/+27
| | | | | | | | | | which is prefix-clean: - Install a zebra startup script ${PREFIX}/rc.d/zebra.sh - Can be used as start and stop script (expects "start" or - "stop" as argument). - If config file is present in ${PREFIX}/etc/zebra - Starts zebra, ripd, ospfd and bgpd - Stops (kills) ripd, ospfd, bgpd and at last zebra
* Update zebra to 0.73.andreas1999-07-189-12/+18
| | | | New beta, many bugfixes...
* Upgrade to version 0.6.3.obrien1999-07-154-10/+16
| | | | | Don't use offical master sites for now. Both webservers are down and one returns a message that they don't know for how long.
* Upgrade to version 0.3.6.obrien1999-07-152-3/+3
| | | | | | The previous state of this port had MD5 checksum problems, and upon fetching a new distfile found that version "0.3.5" of the distfile contained the directory "xwhois-0.3.6".
* After I pointed out to the `mtr' author that FreeBSD binaries are available,obrien1999-07-143-3/+12
| | | | he asked me why we were two versions behind... hummm.., not any more. :-)
* Add a "manpage" I found.obrien1999-07-133-5/+16
| | | | | Don't install doc files if NOPORTDOCS is defined. Properly put docs files in pathchar specific doc dir.
* Added --privatedir option to configure option.hosokawa1999-07-123-6/+6
| | | | Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
* PR: ports/8276hosokawa1999-07-123-0/+60
| | | | | Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de> Samba's WINS database was cleaned during reboot.
* Some portlints.sada1999-07-111-21/+21
| | | | | PR: ports/12201 Submitted by: Nick Hibma <nick.hibma@jrc.it>
* This port uses a DIST_SUBDIR. The IGNORE message doesn't.billf1999-07-102-4/+4
| | | | This is confusing (and makes the IGNORE message wrong.)
* Bring the changes from cvsup-bin in to support alpha and make othercpiazza1999-07-052-8/+10
| | | | architectures in the future easier to support.
* Fix to work on the alpha and make future architectures easilycpiazza1999-07-052-11/+16
| | | | supported.
* Make this port reinstall friendly and remove an extraneous blank line.steve1999-07-051-3/+2
|
* Installs i386 binaries, so mark this for i386 only.steve1999-07-051-1/+3
|
* Set IS_INTERACTIVE for this port.steve1999-07-051-1/+2
|