aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAgeFilesLines
* Import patches from upstream:Martin Matuska2011-01-157-37/+264
| | | | | | | | | | - fix open sockets limit for health check - only set SO_REUSEPORT for listening ports Feature safe: yes Notes: svn path=/head/; revision=267810
* - Add three patches from Quagga GIT:Sergey Matveychuk2011-01-144-1/+78
| | | | | | | | | | | | | http://code.quagga.net/?p=quagga.git;a=commit;h=08a7a91646a1ee317c402b421e3a7036a640bcf4 http://code.quagga.net/?p=quagga.git;a=commit;h=403138e189c24f6867824c4eeb668d11564e1ca0 http://code.quagga.net/?p=quagga.git;a=commit;h=c7aa8abd8788c3607ad0131f02e892cf92221e40 Submitted by: Dmitry Tejblum <tejblum_at_yandex-team.ru> Approved by: maintainer (implicitly) Feature safe: yes Notes: svn path=/head/; revision=267789
* Fix library pathTilman Keskinoz2011-01-142-0/+12
| | | | | | | | | | PR: 153931 Submitted by: maintainer Reported by: Nick Ulen Feature safe: yes Notes: svn path=/head/; revision=267768
* Fix the shared library version number for libassuan to reflect whatDoug Barton2011-01-141-0/+1
| | | | | | | | | | | | | | | | | | the authors intended by adding: USE_AUTOTOOLS= libtool USE_GNOME= ltverhack to security/libassuan/Makefile. Update the libassuan shared library version number and/or bump PORTREVISION in the dependent ports. Requested by: ale Feature safe: yes Notes: svn path=/head/; revision=267763
* Update liboauth to 0.9.2Johan van Selst2011-01-132-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=267759
* Mark BROKEN: does not buildErwin Lansing2011-01-131-0/+2
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=267732
* - Update to 2.2.0Wen Heping2011-01-134-13/+9
| | | | | | | | | PR: ports/153928 Submitted by: Phillip <pneumann@gmail.com> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=267724
* Add p5-XML-Compile-SOAP-AnyEvent 0.01, exchange XML via AnyEvent::HTTP.Sergey Skvortsov2011-01-125-0/+50
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=267697
* Add patch that handles app being run with stdout disconnectedJosh Paetzel2011-01-112-1/+12
| | | | | | | | | Submitted by: kmoore Feature safe: yes Sponsored by: iXsystems Notes: svn path=/head/; revision=267671
* Update to 1.0.19Tilman Keskinoz2011-01-112-4/+3
| | | | | | | | PR: 153896 Submitted by: Alex Deiter Notes: svn path=/head/; revision=267649
* - Update to 0.8.8Wen Heping2011-01-112-4/+3
| | | | Notes: svn path=/head/; revision=267632
* Fix an issue associated with rlm_python that caused issues whenever a pythonWesley Shields2011-01-111-0/+2
| | | | | | | | | | | script attempted to load other modules. This issue was reported by Robert Martens to the maintainer via private mail. PR: ports/153739 Submitted by: Ryan Steinmetz <rpsfa@rit.edu> (maintainer) Notes: svn path=/head/; revision=267620
* - Update to 1.1Dennis Herrmann2011-01-105-121/+5
| | | | | | | | PR: ports/153465 Submitted by: Andrei Lavreniyuk <andy.lavr@gmail.com> (maintainer) Notes: svn path=/head/; revision=267613
* - add sparc64 to ONLY_FOR_ARCHSFlorian Smeets2011-01-091-1/+1
| | | | | | | Approved by: fjoe (mentor) Notes: svn path=/head/; revision=267544
* Fix a typo in pkg-message.in.Wesley Shields2011-01-081-2/+2
| | | | | | | Noticed by: bz@ Notes: svn path=/head/; revision=267527
* - The KDE FreeBSD team is proud to announce the release of KDE 4.5.5Dima Panov2011-01-072-3/+2
| | | | | | | | | for FreeBSD. It's a bugfix-only release, January 2011 set. Notes: svn path=/head/; revision=267498
* Fix missing dependancy on kde runtime.Josh Paetzel2011-01-072-4/+3
| | | | | | | | Fix plist error Fix path error in ldconfig Notes: svn path=/head/; revision=267492
* - Add a new port: net/py-sudsTAKATSU Tomonari2011-01-065-0/+27
| | | | | | | | | | | | A SOAP implementation for python. WWW: https://fedorahosted.org/suds/ PR: ports/153662 Submitted by: Corey Smith <corsmith_AT_gmail_DOT_com> Notes: svn path=/head/; revision=267458
* - Update to 20110103Wen Heping2011-01-064-8/+6
| | | | | | | | PR: ports/153714 Submitted by: Daisuke Aoyama <aoyama@peach.ne.jp> (maintainer) Notes: svn path=/head/; revision=267449
* - Chase net/libosip shlib version bumpDennis Herrmann2011-01-052-1/+3
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=267433
* - Update to 3.5.0Dennis Herrmann2011-01-053-6/+5
| | | | Notes: svn path=/head/; revision=267432
* Add knob to install ip6addrctl.conf which support Teredo prefixMunechika SUMIKAWA2011-01-054-2/+26
| | | | Notes: svn path=/head/; revision=267404
* Adjust PORTNAME so it doesn't conflict with existing port net/smb4kJosh Paetzel2011-01-041-3/+4
| | | | | | | Pointyhat: jpaetzel Notes: svn path=/head/; revision=267381
* - add reload targetFlorian Smeets2011-01-041-11/+20
| | | | | | | | | | | | | - general cleanup - add $FreeBSD$ IDs PR: ports/152703 Submitted by: Alexander Brovikov <alexander@brovikov.ru> Reviewed by: dougb Approved by: jadawin (mentor) Notes: svn path=/head/; revision=267380
* - add reload targetFlorian Smeets2011-01-042-22/+40
| | | | | | | | | | | | | | - general cleanup - fix pidfile path - add $FreeBSD$ IDs PR: ports/152703 Submitted by: Alexander Brovikov <alexander@brovikov.ru> Reviewed by: dougb Approved by: jadawin (mentor) Notes: svn path=/head/; revision=267379
* The x11/libcapplet has been broken for over a year (will be two in June 2011)Jeremy Messenger2011-01-048-100/+0
| | | | | | | | | | | | | | and no one has any of interest to fix it. It's an ancient software and is part of GNOME 1. It's time for us to get rid of some of GNOME 1 stuff as the GNOME 3 is coming sometimes in 2011. Any ports that required libcappet are removed and ports that have optional aren't remove. PR: ports/153355 Discussed with: My team, FreeBSD GNOME Team Tested by: pointyhat-exp (thanks pav!) Notes: svn path=/head/; revision=267360
* Fix paths to shared libraries.Josh Paetzel2011-01-032-11/+2
| | | | | | | Remove whitespace in pkg-plist while I'm here. Notes: svn path=/head/; revision=267332
* Smb4K is an SMB share browser for KDE. Its features are inspired by Komba2Josh Paetzel2011-01-039-0/+420
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | by Frank Schwanz. It uses the Samba software suite for an easy access to the SMB shares of your local network neighborhood. Features so far: - Scanning for (active) workgroups, hosts, and shares - Mounting and unmounting of SMB and CIFS shares, including unmounting all shares at once - Access to the files of a mounted SMB or CIFS share using Konqueror - Auto-detection of external mounts/unmounts - Remounting of recently used shares on program start - Miscellaneous infos about the mounted SMB and CIFS shares - Network search - WINS server support - Preview of shares - Selectable look-up and search methods - Default login - Ability to execute mount and umount SUID root (using super or sudo) - Special handling of homes shares - Ability to bookmark favorite shares - And many more :) WWW: http://smb4k.berlios.de Notes: svn path=/head/; revision=267331
* - Add (GUI) Option for vnstati supportDennis Herrmann2011-01-032-6/+17
| | | | | | | - Remove MD5 checksum Notes: svn path=/head/; revision=267324
* Update to 2.0.45Tilman Keskinoz2011-01-032-5/+3
| | | | | | | | PR: 153633 Submitted by: maintainer Notes: svn path=/head/; revision=267321
* - Update to 1.0.2Wen Heping2011-01-032-4/+3
| | | | | | | | | PR: ports/153306 Submitted by: Oleg Ginzburg <olevole@olevole.ru> Approved by: maintainer(timeout, >14 days) Notes: svn path=/head/; revision=267307
* - Update to 2.00.5Sunpoet Po-Chuan Hsieh2010-12-312-4/+3
| | | | | | | Changes: http://tintin.sourceforge.net/news.php Notes: svn path=/head/; revision=267240
* - Update to 1.0.0-rc1Cheng-Lung Sung2010-12-313-5/+11
| | | | | | | | PR: ports/153420 Submitted by: lwhsu Notes: svn path=/head/; revision=267184
* - update to version 3.17Olli Hauer2010-12-302-6/+13
| | | | | | | | | | | | | - take maintainer I got OK from old maintainer per PM PR: 153311 Submitted by: ohauer Approved by: Gregory Edigarov <greg _at_ bestnet.kharkov.ua> (old maintainer) Notes: svn path=/head/; revision=267170
* - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.Philip M. Gollucci2010-12-2913-13/+0
| | | | | | | | | | PR: ports/153292 Submitted by: myself (pgollucci) Tested by: -exp run by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=267133
* - update to 1.6.2.15 [1]Florian Smeets2010-12-294-20/+52
| | | | | | | | | | | | | | | - enable dahdi on sparc64 [2] - add support for iODBC - only use /var as localstatedir if we install to LOCALBASE - fix harmless portlint warning Submitted by: dmitry2004@yandex.ru [1] fjoe [2] Approved by: fjoe (mentor) Notes: svn path=/head/; revision=267125
* - fix pkg-plist [1]Florian Smeets2010-12-296-26/+58
| | | | | | | | | | | | | | | - enable dahdi on sparc64 [2] - only use /var as localstatedir if we install to LOCALBASE - fix harmless portlint warning PR: 153507 [1] Submitted by: Dan Lukes <dan@obluda.cz> [1] fjoe [2] Approved by: fjoe (mentor) Notes: svn path=/head/; revision=267124
* Update to 2.1.5.Joe Marcus Clarke2010-12-292-3/+3
| | | | Notes: svn path=/head/; revision=267107
* - Allow build with MySQL 5.1 and higherSteve Wills2010-12-291-1/+2
| | | | | | | | | PR: ports/153135 Submitted by: swills (myself) Approved by: wxs (mentor) Notes: svn path=/head/; revision=267106
* Rework the ipv6 detection patch to actually workTilman Keskinoz2010-12-282-3/+3
| | | | | | | | | PR: 152860 Submitted by: Alexey Illarionov Approved by: maintainer timeout Notes: svn path=/head/; revision=267073
* - update to 1.8.1.1Florian Smeets2010-12-2810-1324/+26
| | | | | | | | - remove patch now included upstream - pkg-plist changes, Digium decided to strip a lot of documentation from the release tar ball Notes: svn path=/head/; revision=267069
* - Update to 4.5.b.22Wen Heping2010-12-283-38/+49
| | | | | | | | PR: ports/153407 Submitted by: Radim Kolar <hsn@sendmail.cz> (maintainer) Notes: svn path=/head/; revision=267046
* Reset suz@FreeBSD.org due to mantainer-timeouts and long inactivity.Mark Linimon2010-12-282-2/+2
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=267042
* Reset ijliao@FreeBSD.org due to maintainer-timeouts and long absence.Mark Linimon2010-12-281-1/+1
| | | | | | | | | We hope to see ijliao back again sometime. Hat: portmgr Notes: svn path=/head/; revision=267040
* - change MAINTAINER to my @FreeBSD.org addressFlorian Smeets2010-12-274-4/+4
| | | | | | | Approved by: jadawin (mentor) Notes: svn path=/head/; revision=267028
* - Update to 1.2.5Pav Lucistnik2010-12-273-8/+9
| | | | Notes: svn path=/head/; revision=267019
* Update to 2.06Lars Thegler2010-12-272-9/+10
| | | | Notes: svn path=/head/; revision=267003
* Update to 2.21Lars Thegler2010-12-272-6/+7
| | | | Notes: svn path=/head/; revision=267002
* - Update to 1.28Philip M. Gollucci2010-12-272-5/+3
| | | | | | | | | | | | - Remove MD5 PR: ports/153089 Submitted by: myself (pgollucci) Approved by: maintainer timeout (demon ; 15 days) Changes: http://search.cpan.org/~mirk/Net-Z3950-ZOOM/Changes Notes: svn path=/head/; revision=266985
* - Fix a typoWen Heping2010-12-271-1/+1
| | | | | | | Thanks to: cvs-src@yandex.ru Notes: svn path=/head/; revision=266969