Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libunp is the library used in W. Richard Steven's book "UNIX Network | dan | 1999-10-02 | 22 | -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. | asami | 1999-10-01 | 2 | -3/+7 |
| | | | | Also create cgi-bin dir. | ||||
* | Define HAVE_CONFIG_H in perl_shared so that RRDs.xs can import | fenner | 1999-09-30 | 2 | -0/+24 |
| | | | | MUST_DISABLE_FPMASK. | ||||
* | xisp isn't xpm-free. | asami | 1999-09-29 | 1 | -1/+2 |
| | | | | Found by: obento | ||||
* | Correct WWW:; Reformat and add a URL that was never added; GIF -> PNG | billf | 1999-09-29 | 1 | -4/+5 |
| | |||||
* | Change default master site to cvsup-master.freebsd.org. | jdp | 1999-09-29 | 1 | -1/+1 |
| | | | | Submitted by: Josef Karthauser <joe@pavilion.net> | ||||
* | Add WWW link. | jdp | 1999-09-29 | 4 | -0/+8 |
| | | | | Submitted by: Christian Weisgerber <naddy@unix-ag.uni-kl.de> | ||||
* | Quiet `bind()' and `accept()' warnings. | obrien | 1999-09-28 | 1 | -2/+20 |
| | | | | | PR: 14013 Submitted by: Dominik Rothert <dr@domix.de> | ||||
* | Buffer overflow fixes for version 0.99pl17. Original patches for pl15 | bp | 1999-09-27 | 3 | -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. | foxfair | 1999-09-27 | 1 | -2/+2 |
| | | | | Pass the hat to bp. | ||||
* | Update to version 4.2.5. | steve | 1999-09-27 | 3 | -72/+102 |
| | | | | | PR: 13126 Submitted by: maintainer | ||||
* | Add xisp | taoka | 1999-09-25 | 1 | -0/+1 |
| | |||||
* | A user-friendly X interface to pppd/chat | taoka | 1999-09-25 | 5 | -0/+58 |
| | | | | | PR: 13217 Submitted by: Takeshi Morishima <morishim@cig.mot.com> | ||||
* | Remove problems with pkg_delete and pkg_add for packages built with | imp | 1999-09-25 | 1 | -1/+0 |
| | | | | | | this port. PR: ports/12138 | ||||
* | Upgrade to 1.0 r10. | imp | 1999-09-25 | 5 | -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 nstreams | cpiazza | 1999-09-25 | 1 | -0/+1 |
| | |||||
* | Import of nstreams. | cpiazza | 1999-09-25 | 5 | -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 BSD | billf | 1999-09-24 | 6 | -26/+6 |
| | | | | allegedly, so I'm glad I'm lazy. | ||||
* | Add a patch to fix a problem with very low write speeds with | cpiazza | 1999-09-24 | 3 | -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. | obrien | 1999-09-22 | 1 | -1/+1 |
| | |||||
* | These ports are building now, so take out BROKEN_ELF. | asami | 1999-09-21 | 1 | -1/+0 |
| | |||||
* | Don't depend on GNU share+unshare to extract the distfile. Sed trickery | obrien | 1999-09-20 | 2 | -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. | steve | 1999-09-20 | 2 | -2/+30 |
| | |||||
* | Fix the first arg to strscat so we can use stdarg macros and get this | steve | 1999-09-20 | 2 | -2/+45 |
| | | | | to build on FreeBSD/Alpha. | ||||
* | Make sure we can find zephyr_err.h so this port builds. | steve | 1999-09-20 | 1 | -0/+11 |
| | |||||
* | Judiciously s/int/ssize_t/ so this build on FreeBSD/Alpha. | steve | 1999-09-20 | 2 | -0/+36 |
| | |||||
* | Toss in an ugly hack to cope with the fact that va_list is a non-scalar | steve | 1999-09-20 | 1 | -0/+24 |
| | | | | on FreeBSD/Alpha. | ||||
* | Need to include sys/types.h for u_char and friends on FreeBSD/Alpha. | steve | 1999-09-20 | 1 | -0/+10 |
| | |||||
* | Make this port build with an empty /usr/local. | steve | 1999-09-20 | 1 | -4/+24 |
| | |||||
* | Judiciously s/int/ssize_t/ so this builds on FreeBSD/Alpha. | steve | 1999-09-20 | 2 | -8/+44 |
| | |||||
* | Update zebra to 0.79 | andreas | 1999-09-19 | 6 | -6/+6 |
| | | | | | This software is still under developement Please read the README's or subscribe to the zebra mailing list | ||||
* | Update master site. | wosch | 1999-09-19 | 1 | -1/+1 |
| | |||||
* | Fix the coredump of setupterm(). | vanilla | 1999-09-19 | 1 | -0/+26 |
| | |||||
* | Update to version 0.20. | steve | 1999-09-18 | 6 | -7/+39 |
| | | | | | PR: 13347 Submitted by: maintainer | ||||
* | Update to KDE-1.1.2 | se | 1999-09-18 | 13 | -39/+567 |
| | |||||
* | Enforce random pkg/COMMENT rules, including the one that states Emacs | hoek | 1999-09-18 | 1 | -1/+1 |
| | | | | should be spelled corrcetly, although I rather liked "Emasc". | ||||
* | The version number of libgif.so has changed to 5. | steve | 1999-09-18 | 5 | -5/+5 |
| | |||||
* | Resolve many 301 Moved Permanently URLs in DESCR. | fenner | 1999-09-17 | 6 | -6/+6 |
| | |||||
* | This port now respects ${LOCALBASE}. | jmas | 1999-09-17 | 1 | -0/+1 |
| | |||||
* | The "*.html~" files don't seem to exist, so delete them from PLIST. | asami | 1999-09-11 | 1 | -6/+0 |
| | |||||
* | Let the generated Makefiles install the perl modules. | fenner | 1999-09-11 | 4 | -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 to | fenner | 1999-09-10 | 4 | -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.3 | cpiazza | 1999-09-10 | 3 | -96/+114 |
| | | | | | PR: 13664 Submitted by: maintainer | ||||
* | Update to 0.41 | fenner | 1999-09-10 | 4 | -8/+10 |
| | | | | | PR: ports/13681 Submitted by: Gianmarco Giovannelli <gmarco@giovannelli.it> | ||||
* | Update to pipsecd-19990831 | jseger | 1999-09-10 | 2 | -8/+7 |
| | | | | | Submitted by: Patrick Bihan-Faou <patrick@mindstep.com> PR: ports/13501 | ||||
* | Add depends on p5-MIME-Base64 | ache | 1999-09-09 | 1 | -0/+2 |
| | |||||
* | Update to tcptrace 5.2.0 | fenner | 1999-09-09 | 3 | -7/+11 |
| | |||||
* | Update to version 3.5.8 | fenner | 1999-09-09 | 4 | -18/+20 |
| | | | | | PR: ports/11807 Submitted by: Yarema <yds@dppl.com> | ||||
* | Upgrade to sdr 2.7 | fenner | 1999-09-09 | 5 | -43/+14 |
| | |||||
* | Activate p5-SNMP-Util. | fenner | 1999-09-08 | 1 | -0/+1 |
| |