aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - Update mastersite.Jean Milanez Melo2008-01-311-1/+1
| | | | | | | | PR: ports/119194 Submitted by: Rene Ladan <r.c.ladan@gmail.com> (maintainer) Notes: svn path=/head/; revision=206505
* - Update MASTER_SITES.Jean Milanez Melo2008-01-311-1/+1
| | | | | | | | PR: ports/119193 Submitted by: Rene Ladan <r.c.ladan@gmail.com> (maintainer) Notes: svn path=/head/; revision=206504
* - Update to 1.0.0Jean Milanez Melo2008-01-312-4/+4
| | | | | | | | PR: ports/119186 Submitted by: Philippe Audeoud <jadawin@tuxaco.net> Notes: svn path=/head/; revision=206503
* - Fix mastersite.Jean Milanez Melo2008-01-311-1/+2
| | | | | | | | PR: ports/119156 Submitted by: Craig Butler <craig001@lerwick.hopto.org> Notes: svn path=/head/; revision=206502
* - Update net-p2p/bnbt to 8.5.Florent Thoumie2008-01-314-14/+17
| | | | | | | | - Try to remove /var/lob/bnbt at deinstall. - Add a pointer to the configuration wiki page in pkg-message. Notes: svn path=/head/; revision=206501
* It all started when we got some new routers, which told me theEdwin Groothuis2008-01-314-0/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | following when trying to upload configuration or download images from it: The TFTP server doesn't support the blocksize option. My curiousity was triggered, it took me some reading of RFCs and other documentation to find out what was possible and what could be done. Was plain TFTP very simple in its handshake, TFTP with options was kind of messy because of its backwards capability: The first packet returned could either be an acknowledgement of options, or the first data packet. Going through the source code of src/libexec/tftpd and going through the code of src/usr.bin/tftp showed that there was a lot of duplicate code, and the addition of options would only increase the amount of duplicate code. After all, both the client and the server can act as a sender and receiver. At the end, it ended up with a nearly complete rewrite of the tftp client and server. It has been tested against the following TFTP clients and servers: - Itself (yay!) - The standard FreeBSD tftp client and server - The Fedora Core 6 tftp client and server - Cisco router tftp client - Extreme Networks tftp client It supports the following RFCs: RFC1350 - THE TFTP PROTOCOL (REVISION 2) RFC2347 - TFTP Option Extension RFC2348 - TFTP Blocksize Option RFC2349 - TFTP Timeout Interval and Transfer Size Options RFC3617 - Uniform Resource Identifier (URI) Scheme and Applicability Statement for the Trivial File Transfer Protocol (TFTP) It supports the following unofficial TFTP Options as described at http://www.compuphase.com/tftp.htm: blksize2 - Block size restricted to powers of 2, excluding protocol headers rollover - Block counter roll-over (roll back to zero or to one) From the tftp program point of view the following things are changed: - New commands: "blocksize", "blocksize2", "rollover" and "options" - Development features: "debug" and "packetdrop" If you try this tftp/tftpd implementation, please let me know if it works (or doesn't work) and against which implementaion so I can get a list of confirmed working systems. Author: Edwin Groothuis <edwin@FreeBSD.org> Notes: svn path=/head/; revision=206499
* - Fix buildPav Lucistnik2008-01-312-4/+2
| | | | | | | With hat: portmgr (was wreaking havoc on pointyhat) Notes: svn path=/head/; revision=206498
* Update to Vim 7.1 patchlevel 242.David E. O'Brien2008-01-312-1/+97
| | | | Notes: svn path=/head/; revision=206497
* Update to 2.12.7.Jeremy Messenger2008-01-316-8/+20
| | | | Notes: svn path=/head/; revision=206496
* - Respect without_nlsBeech Rintoul2008-01-312-63/+70
| | | | | | | | | PR: ports/117230 Submitted by: Oleg Pudeyev <oleg.pudeyev@gmail.com> Approved by: maintainer timeout (2 weeks) Notes: svn path=/head/; revision=206495
* Update to 0.2.1.Jeremy Messenger2008-01-313-7/+15
| | | | Notes: svn path=/head/; revision=206494
* - Update to 2.1_rc7Thomas Abthorpe2008-01-312-5/+5
| | | | | | | | PR: ports/120174 Submitted by: Matthias Andree <matthias.andree gmx.de> (maintainer) Notes: svn path=/head/; revision=206493
* Fix name of irc/dircproxy package.Mark Linimon2008-01-311-3/+3
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=206492
* - Mark DEPRECATEDThomas Abthorpe2008-01-311-0/+3
| | | | | | | | PR: ports/120172 Submitted by: Paul Schmehl <pauls utdallas.edu> Notes: svn path=/head/; revision=206491
* Add a comment to remind update comm/gfax plist when PORTVERSION changesJeremy Messenger2008-01-311-0/+1
| | | | | | | (update). Notes: svn path=/head/; revision=206490
* Fix the plist by chase libgnomeprint update, bump the PORTREVISION.Jeremy Messenger2008-01-312-3/+3
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=206489
* - Update to 1.48Cheng-Lung Sung2008-01-312-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Math-Complex/ChangeLog Notes: svn path=/head/; revision=206488
* - Update to 2.03Cheng-Lung Sung2008-01-312-5/+5
| | | | | | | Changes: http://search.cpan.org/dist/Math-MatrixReal/CHANGES Notes: svn path=/head/; revision=206487
* - Fix build with OpenSSL-0.9.8bBeech Rintoul2008-01-319-8/+88
| | | | | | | | | | | | - Pet portlint - Bump portrevision PR: ports/119398 Submitted by: Takeharu KATO <takeharu1219@ybb.ne.jp> Approved by: (maintainer timeout) Notes: svn path=/head/; revision=206486
* - Update to 0.13Cheng-Lung Sung2008-01-312-6/+5
| | | | | | | Changes: http://search.cpan.org/dist/Algorithm-SVM/Changes Notes: svn path=/head/; revision=206485
* Fix pkg-plist.Vanilla I. Shu2008-01-312-0/+36
| | | | | | | Submitted by: pav@ via email. Notes: svn path=/head/; revision=206484
* - Fix plistPav Lucistnik2008-01-302-3/+7
| | | | | | | | Reported by: pointyhat Pointy hat to: ahze Notes: svn path=/head/; revision=206483
* - Correct pkg-config dependencyPav Lucistnik2008-01-301-4/+2
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=206482
* - Fix building on 64-bit architectures (remove CPU model-specific - Pentium -Alejandro Pulver2008-01-302-2/+64
| | | | | | | | | | | optimization) [1]. - Bump PORTREVISION. - Install additional warriors (fsh88 hill) for benchmark. Reported by: pav [1] Notes: svn path=/head/; revision=206481
* - Fix building with GCC 4.x.Alejandro Pulver2008-01-301-0/+2
| | | | | | | Reported by: pav Notes: svn path=/head/; revision=206480
* - Update to 3.1.3Beech Rintoul2008-01-303-12/+6
| | | | | | | | | | - Fixes gcc-4.2 build errors PR: ports/120145 Submitted by: Philippe Audeoud <jadawin@tuxaco.net> Notes: svn path=/head/; revision=206479
* - Mark BROKEN: does not compile on amd64 with GCC 4.2Pav Lucistnik2008-01-301-1/+7
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=206478
* - Fix plistPav Lucistnik2008-01-301-1/+3
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=206477
* Fix a typo.Emanuel Haupt2008-01-301-1/+1
| | | | | | | | PR: 120164 Submitted by: Yar Tikhiy <yar@comp.chem.msu.su> Notes: svn path=/head/; revision=206476
* - Mark BROKEN: checksum mismatchPav Lucistnik2008-01-301-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=206475
* Drop the maintainership to ports@. I haven't use it for over a year since whenJeremy Messenger2008-01-301-1/+1
| | | | | | | I got a few of good routers. Notes: svn path=/head/; revision=206474
* Update to 0.5.8.3.Jeremy Messenger2008-01-306-20/+28
| | | | | | | Security: Fix remote exploit which could crash Deluge. Notes: svn path=/head/; revision=206473
* - Fix plist: don't remove directories created by mtreePav Lucistnik2008-01-301-12/+0
| | | | | | | | Reported by: pointyhat Pointy hat to: beech Notes: svn path=/head/; revision=206472
* - Really remove pkg-messagePav Lucistnik2008-01-301-2/+0
| | | | | | | | Reported by: pointyhat Pointy hat to: alepulver Notes: svn path=/head/; revision=206471
* - Mark BROKEN on amd64 and ia64 with gcc 4.2Pav Lucistnik2008-01-301-0/+4
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=206470
* - Fix plist: don't remove directories we didn't createdPav Lucistnik2008-01-301-14/+0
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=206469
* - Chase libmrss updatePav Lucistnik2008-01-302-2/+4
| | | | | | | | Reported by: pointyhat Pointy hat to: vanilla Notes: svn path=/head/; revision=206468
* - Mark BROKEN: does not compile on amd64 with gcc 4.2Pav Lucistnik2008-01-301-0/+4
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=206467
* - Chase xapian-core updatePav Lucistnik2008-01-301-1/+2
| | | | | | | | Reported by: pointyhat Pointy hat to: miwi Notes: svn path=/head/; revision=206466
* Update to version 2.2.5Markus Brueffer2008-01-306-10/+12
| | | | Notes: svn path=/head/; revision=206465
* - Update to 0.15Pav Lucistnik2008-01-302-4/+5
| | | | Notes: svn path=/head/; revision=206464
* - New port yahoo-ui-2.4.1Beech Rintoul2008-01-307-0/+1673
| | | | | | | | | | | | | | | The Yahoo! User Interface (YUI) Library is a set of utilities and controls, written in JavaScript, for building richly interactive web applications using techniques such as DOM scripting, DHTML and AJAX. The YUI Library also includes several core CSS resources. All components in the YUI Library have been released as open source under a BSD license and are free for all uses. PR: ports/120135 Submitted by: Greg Larkin <glarkin at sourcehosting.net> (maintainer) Notes: svn path=/head/; revision=206462
* - Fix master_sitesBeech Rintoul2008-01-303-3/+3
| | | | | | | | | PR: ports/120153 Reported by: pointyhat via pav Approved by: Greg Larkin <glarkin@sourcehosting.net> (maintainer) Notes: svn path=/head/; revision=206461
* - update to 0.5Dirk Meyer2008-01-303-27/+30
| | | | Notes: svn path=/head/; revision=206460
* - update to 1.0.PreAlpha23.0Dirk Meyer2008-01-302-5/+5
| | | | Notes: svn path=/head/; revision=206459
* Update to 0.11Lars Balker Rasmussen2008-01-302-4/+4
| | | | Notes: svn path=/head/; revision=206458
* Mark BROKEN on 8.0: does not build.Erwin Lansing2008-01-301-1/+7
| | | | Notes: svn path=/head/; revision=206457
* Fix annoying error in `ld' build process.Lev A. Serebryakov2008-01-301-0/+41
| | | | | | | | PR: ports/119688 Submitted by: Naram Qashat Notes: svn path=/head/; revision=206456
* Update to latest 4.2.1Lev A. Serebryakov2008-01-3011-2524/+4661
| | | | Notes: svn path=/head/; revision=206455
* - Update to 1.40Nicola Vitale2008-01-304-59/+72
| | | | | | | | - Use SF as MASTER_SITES - Use devel/boehm-gc with both ARCHS (--enable-gc=system) Notes: svn path=/head/; revision=206454