aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.15Philip M. Gollucci2010-06-102-4/+4
| | | | | | | | With Hat: perl@ Changes: http:/search.cpan.org/dist/Net-Cassandra-Easy/Changes Notes: svn path=/head/; revision=256259
* Fix the build on 6.X.Joe Marcus Clarke2010-06-092-0/+20
| | | | | | | Reported by: pointyhat via pav Notes: svn path=/head/; revision=256237
* - Fix SSL session id callback error (seed random before chroot) [1]Martin Matuska2010-06-094-152/+88
| | | | | | | | | | | - Use IP_BINDANY if supported - Update distfile PR: ports/129859 [1] Reported by: umoorjani.msv@gmail.com [1] Notes: svn path=/head/; revision=256230
* This is a C-language AMQP client library for use with AMQP serversGiuseppe Pilichi2010-06-097-0/+175
| | | | | | | | | | | | | | | | | | speaking protocol versions 0-8 and 0-9-1. This port only speaks the 0-9-1 protocol version, for 0-8 use net/rabbitmq-c. - <http://www.rabbitmq.com/> - <http://www.amqp.org/> - <http://hg.rabbitmq.com/rabbitmq-c> WWW: http://hg.rabbitmq.com/rabbitmq-c PR: ports/145260 Submitted by: Geoff Garside <rabbitmq@geoffgarside.co.uk> Approved by: pgj (mentor) Notes: svn path=/head/; revision=256219
* This is a C-language AMQP client library for use with AMQP serversGiuseppe Pilichi2010-06-097-0/+174
| | | | | | | | | | | | | | | | | | speaking protocol versions 0-8 and 0-9-1. This port only speaks the 0-8 protocol version, for 0-9-1 use net/rabbitmq-c-devel. - <http://www.rabbitmq.com/> - <http://www.amqp.org/> - <http://hg.rabbitmq.com/rabbitmq-c> WWW: http://hg.rabbitmq.com/rabbitmq-c PR: ports/145242 Submitted by: Geoff Garside <rabbitmq@geoffgarside.co.uk> Approved by: pgj (mentor) Notes: svn path=/head/; revision=256218
* - Patch for Jython 2.5.1 updateLi-Wen Hsu2010-06-091-2/+1
| | | | | | | | | PR: ports/146213 Submitted by: lwhsu Approved by: Marcin Cieslak <saper AT saper.info> (maintainer) Notes: svn path=/head/; revision=256200
* Update to 4.1.1-P1.Wesley Shields2010-06-092-7/+8
| | | | | | | Have to bump PORTEPOCH here unfortunately. Notes: svn path=/head/; revision=256163
* Don't register conflicts with a package that is gone. Don't bumpWesley Shields2010-06-091-3/+3
| | | | | | | PORTREVISION as it's not necessary to rebuild just for this. Notes: svn path=/head/; revision=256161
* Switch to isc-dhcp31-server for master.Wesley Shields2010-06-091-1/+1
| | | | Notes: svn path=/head/; revision=256158
* Remove isc-dhcp30* as they have been deprecated since March 2009.Wesley Shields2010-06-091-3/+0
| | | | Notes: svn path=/head/; revision=256157
* Remove net/isc-dhcp30-* as they have been deprecated upstreamWesley Shields2010-06-0937-3929/+0
| | | | | | | since March 2009. Notes: svn path=/head/; revision=256156
* - Update to 1.2.0Philip M. Gollucci2010-06-082-4/+4
| | | | | | | | PR: ports/147698 Submitted by: Eric Freeman <freebsdports@chillibear.com> (maintainer) Notes: svn path=/head/; revision=256152
* - Bumped version to latest upstream. (0.07)Cheng-Lung Sung2010-06-084-18/+9
| | | | | | | | | | | - Updated MASTER_SITES. - Specified BUILD_DEPENDS. PR: ports/146937 Submitted by: maintainer (Albert Vernon) Notes: svn path=/head/; revision=256096
* Patch for NTP bugzilla id 1080.Cy Schubert2010-06-072-0/+22
| | | | | | | Submitted by: Nick Sayer <nsayer@kfu.com>` Notes: svn path=/head/; revision=256044
* Patch for NTP bugzilla id 1080.Cy Schubert2010-06-072-0/+22
| | | | | | | Submitted by: Nick Sayer <nsayer@kfu.com> Notes: svn path=/head/; revision=256043
* - Update to 1.3.2Dennis Herrmann2010-06-072-5/+4
| | | | | | | | PR: ports/147534 Submitted by: pgollucci@ Notes: svn path=/head/; revision=256035
* - Add missing dependence.Wen Heping2010-06-071-1/+3
| | | | Notes: svn path=/head/; revision=255995
* Fast, memory-efficient, low-level socket functions that useGabor Pali2010-06-075-0/+46
| | | | | | | | | 'Data.ByteString's instead of 'String's. WWW: http://github.com/tibbe/network-bytestring Notes: svn path=/head/; revision=255982
* Remove bms from the pkg-descr's of ports he no longer maintains.Doug Barton2010-06-063-9/+0
| | | | Notes: svn path=/head/; revision=255964
* Whois is an intelligent pure Ruby WHOIS client and parser.Philip M. Gollucci2010-06-064-0/+37
| | | | | | | | | | | | | | | | | | | It provides a flexible and programmable API to query WHOIS servers and look up IP/domain WHOIS information. It also offers command-line interface to run WHOIS queries from the console. It is a OS-independent library and does not require external C libraries or Gems. WWW: http://www.ruby-whois.org/ WWW: http://rubygems.org/gems/whois PR: ports/147563 Submitted by: Eric Freeman <freebsdports at chillibear.com> Notes: svn path=/head/; revision=255959
* Bump PORTREVISION for ports that depend on libogg, directly or indirectlyChristian Weisgerber2010-06-069-10/+10
| | | | | | | (via libvorbis, libtheora). Notes: svn path=/head/; revision=255958
* Bump PORTREVISION after libao update and handle API incompatibility.Christian Weisgerber2010-06-062-1/+11
| | | | Notes: svn path=/head/; revision=255956
* - Update to 0.11Philip M. Gollucci2010-06-063-5/+4
| | | | | | | | | | PR: ports/147395 Approved by: gunter@six-two.net (maintainer) Submitted by: myself (pgollucci@) Changes: http://search.cpan.org/~danjou/Net-Google-Spreadsheets/Changes Notes: svn path=/head/; revision=255944
* - Update to 0.18Philip M. Gollucci2010-06-062-4/+4
| | | | | | | | | | PR: ports/147393 Approved by: gunter@six-two.net (maintainer) Submitted by: myself (pgollucci@) Changes: http://search.cpan.org/~danjou/Net-Google-DataAPI/Changes Notes: svn path=/head/; revision=255943
* - Update to 0.03Philip M. Gollucci2010-06-062-4/+4
| | | | | | | | | | PR: ports/147392 Approved by: tjs@cdpa.nsysu.edu.tw (maintainer) Submitted by: myself (pgollucci@) Changes: http://search.cpan.org/dist/IO-Socket-Multicast6/Changes Notes: svn path=/head/; revision=255942
* - GEMS are always RUN_DEPENDS of other GEMSPhilip M. Gollucci2010-06-065-9/+7
| | | | | | | | | | | | | - Bump PORTREVISION when something other then BUILD_DEPENDS changes - Some minor verticle whitespace in some ports for consistency with the rest PR: ports/147551 Submitted by: pgollucci@ (myself) Reviewed by: portmgr (pav) With Hat: ruby Notes: svn path=/head/; revision=255916
* Drop maintainership for these ports.Bruce M Simpson2010-06-066-6/+6
| | | | | | | | | | | | | | | Regrettably, I have no free time for the foreseeable future which I can commit directly to these aspects of FreeBSD work, due to a demanding new role elsewhere. I am able to review patches from time to time, but regrettably cannot be directly involved in engineering work beyond this w/o it being directly involved in day-to-day effort. Thank you for your understanding. Notes: svn path=/head/; revision=255908
* - No need to mess with FETCH_ARGS anymore.Philip M. Gollucci2010-06-061-3/+0
| | | | | | | | | rubygems.org (RG) doesn't do redirects. With Hat: ruby@ Notes: svn path=/head/; revision=255872
* LICENSE GPLv2Dirk Meyer2010-06-052-1/+3
| | | | Notes: svn path=/head/; revision=255828
* - Update to 0.6.0Martin Wilke2010-06-052-5/+4
| | | | Notes: svn path=/head/; revision=255814
* - Update to 1.0.3Martin Wilke2010-06-052-4/+4
| | | | Notes: svn path=/head/; revision=255813
* - Update to 1.6Martin Wilke2010-06-052-4/+4
| | | | Notes: svn path=/head/; revision=255812
* - Update to 0.15Martin Wilke2010-06-052-4/+4
| | | | Notes: svn path=/head/; revision=255811
* - Update to 1.2.1Martin Wilke2010-06-052-5/+5
| | | | | | | | PR: 147442 Submitted by: Anish Mistry <amistry@am-productions.biz> (maintainer) Notes: svn path=/head/; revision=255796
* Drive ssh or other interactive shell, local or remote (like 'expect')Martin Wilke2010-06-055-0/+33
| | | | | | | | | | WWW: http://search.cpan.org/dist/IPC-Session/ PR: ports/147286 Submitted by: Alexander Kriventsov <avk at vl.ru> Notes: svn path=/head/; revision=255790
* New ports:Max Khon2010-06-058-0/+102
| | | | | | | | - net/libfb - foneBRIDGE configuration library - net/fonulator - foneBRIDGE configuration utility Notes: svn path=/head/; revision=255757
* add LICENSE_COMBDirk Meyer2010-06-052-0/+6
| | | | Notes: svn path=/head/; revision=255751
* LICENSE LGPL21Dirk Meyer2010-06-051-0/+2
| | | | Notes: svn path=/head/; revision=255744
* LICENSE BSDDirk Meyer2010-06-041-0/+2
| | | | Notes: svn path=/head/; revision=255721
* LICENSE GPLv2Dirk Meyer2010-06-042-0/+4
| | | | Notes: svn path=/head/; revision=255719
* Add USE_GETTEXT=yes, rearrange Makefile a bit, ALL_TARGET->MAKE_JOBS_SAFE.Matthias Andree2010-06-041-3/+4
| | | | | | | | | PR: ports/147429 Approved by: mi@aldan.algebra.com (maintainer) Approved by: garga (mentor) Notes: svn path=/head/; revision=255715
* - Update to 2.63Dmitry Marakasov2010-06-044-8/+8
| | | | | | | | PR: 147428 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer) Notes: svn path=/head/; revision=255710
* - Update to 0.712Wen Heping2010-06-042-4/+4
| | | | Notes: svn path=/head/; revision=255689
* - Update to 1.2.2Philip M. Gollucci2010-06-032-6/+7
| | | | | | | | | | | - Convert to RG PR: ports/146210 Submitted by: ports@c0decafe.net Approved by: maintainer timeout (dhn; 31 days) Notes: svn path=/head/; revision=255681
* - Update to 0.8.6Philip M. Gollucci2010-06-032-4/+4
| | | | Notes: svn path=/head/; revision=255592
* Fails to build on sparc64 and powerpc. I'm not sure if anyone wouldMark Linimon2010-06-021-1/+1
| | | | | | | | | want to use this port on those platforms, anyways. Hat: portmgr Notes: svn path=/head/; revision=255582
* Fails to build on sparc64 and powerpc. I'm not sure if anyone wouldMark Linimon2010-06-021-1/+1
| | | | | | | | | want to use this port on those platforms, anyways. Hat: portmgr Notes: svn path=/head/; revision=255581
* - Chase net-snmp shlib bumpSylvio Cesar Teixeira2010-06-029-17/+17
| | | | Notes: svn path=/head/; revision=255579
* - Mark BROKEN to 6.x, does not compile.Sylvio Cesar Teixeira2010-06-021-0/+4
| | | | Notes: svn path=/head/; revision=255564
* - Update to 0.12.1Pav Lucistnik2010-06-023-22/+19
| | | | | | | | | PR: ports/147201 Submitted by: Carey Jones <mcj@bluetonic.org> Approved by: Leonhard Wimmer <leo@mediatomb.cc> (maintainer) Notes: svn path=/head/; revision=255535