aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.6.7Ryan Steinmetz2014-04-093-16/+18
| | | | | | | | Submitted by: bjk@ (maintainer) Security: c0c31b27-bff3-11e3-9d09-000c2980a9f3 Notes: svn path=/head/; revision=350715
* Stageify, USES=tar:bzip2 libtool and desktop-file-utils.Koop Mast2014-04-092-9/+8
| | | | | | | Use new LIB_DEPENDS syntax, and strip. Notes: svn path=/head/; revision=350704
* - Mark ruby support as broken, per FreeRADIUS authorsRyan Steinmetz2014-04-092-0/+2
| | | | Notes: svn path=/head/; revision=350688
* Some minor, non-functional wording and grammar nits.Alexey Dokuchaev2014-04-091-1/+1
| | | | Notes: svn path=/head/; revision=350671
* - Support stageBryan Drewery2014-04-092-354/+350
| | | | | | | | | | | | | - Switch CONFLICTS to CONFLICTS_INSTALL - Use USES=tar - Use HOME=/dev/null during build to fix /root/.rnd leftover PR: ports/188091 Submitted by: ohauer Approved by: zi (maintainer) Notes: svn path=/head/; revision=350667
* - Support stageBryan Drewery2014-04-092-298/+281
| | | | | | | | | | | | - Switch CONFLICTS to CONFLICTS_INSTALL - Use USES=tar PR: ports/188090 Submitted by: ohauer Approved by: zi (maintainer) Notes: svn path=/head/; revision=350666
* - Fix buildRyan Steinmetz2014-04-091-3/+2
| | | | | | | | | | | - Bump PORTREVISION PR: ports/188370 Submitted by: Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=350661
* Add a port of system clock synchronization client and server (chrony).Alexey Dokuchaev2014-04-089-0/+172
| | | | | | | | | WWW: http://chrony.tuxfamily.org/ PR: ports/174263 Notes: svn path=/head/; revision=350635
* Use unicode version of wx 2.8Baptiste Daroussin2014-04-081-3/+3
| | | | Notes: svn path=/head/; revision=350628
* - Support stagingEmanuel Haupt2014-04-082-15/+11
| | | | | | | - Define DOCS option Notes: svn path=/head/; revision=350577
* Command line interface for testing internet bandwidth using speedtest.netNicola Vitale2014-04-084-0/+26
| | | | | | | WWW: https://github.com/sivel/speedtest-cli Notes: svn path=/head/; revision=350563
* - Update to 5.1.3Nicola Vitale2014-04-083-6/+23
| | | | | | | | | - Add missing LICENSE - Add a note to pkg-message about a possible failure at the start of the program related to DBUS Notes: svn path=/head/; revision=350558
* - Update to 4.1.0Sunpoet Po-Chuan Hsieh2014-04-063-6/+8
| | | | | | | | | | | | | - While I'm here: - Remove deprecated PTHREAD_* - Strip shared library Changes: http://git.savannah.gnu.org/cgit/osip.git/tree/ChangeLog PR: 188107 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer) Notes: svn path=/head/; revision=350308
* - Update to 2.15Sunpoet Po-Chuan Hsieh2014-04-062-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Net-Dict/Changes Notes: svn path=/head/; revision=350292
* - Mark DEPRECATEDWen Heping2014-04-061-0/+3
| | | | | | | | | PR: 188126 Submitted by: rene@ Approved by: portmgr(antoine) Notes: svn path=/head/; revision=350282
* - remove SASL from default options - it was added for testingRuslan Makhmatkhanov2014-04-051-1/+0
| | | | Notes: svn path=/head/; revision=350269
* net/py-ldap2: update to 2.4.15Ruslan Makhmatkhanov2014-04-052-6/+7
| | | | | | | | - update to 2.4.15 - add some non-functional whitespace changes Notes: svn path=/head/; revision=350266
* Update to 1.4.2Alexander V. Chernikov2014-04-053-188/+3
| | | | | | | | | | | | * BFD updates/fixes * BGP ADD-PATH support * Various BGP fixes Approved by: az Sponsored by: Yandex LLC Notes: svn path=/head/; revision=350208
* Update to 0.6.3.Koop Mast2014-04-043-5/+8
| | | | | | | | Drop depends on glib and iconv. Sort USES, add libtool, strip library. Notes: svn path=/head/; revision=350167
* s/-script://Baptiste Daroussin2014-04-041-1/+1
| | | | Notes: svn path=/head/; revision=350124
* s/-script://Baptiste Daroussin2014-04-041-4/+4
| | | | | | | Unhide installation Notes: svn path=/head/; revision=350123
* Fix option nameBaptiste Daroussin2014-04-041-1/+1
| | | | | | | Reported by: danfe Notes: svn path=/head/; revision=350114
* Simplify and modernize the port a bitBaptiste Daroussin2014-04-041-15/+9
| | | | Notes: svn path=/head/; revision=350105
* Support stageBaptiste Daroussin2014-04-041-5/+5
| | | | | | | | | | | Enforce usage of gcc as this is bad c++ code that only g++ accept when it should not see http://clang.debian.net/status.php?version=3.0&key=USE_OF_UNDECLARED_IDENTIFIER for details MFH: 2014Q2 Notes: svn path=/head/; revision=350083
* ModernizeBaptiste Daroussin2014-04-041-4/+3
| | | | | | | Support stage Notes: svn path=/head/; revision=350082
* - Add py-simplesoap 1.10Sunpoet Po-Chuan Hsieh2014-04-034-0/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | PySimpleSOAP (Python Simple SOAP) library for client and server webservices interfaces, aimed to be as small and easy as possible, supporting most common functionality. Initially it was inspired by PHP Soap Extension (mimicking it functionality, simplicity and ease of use), with many advanced features added. Goals: - Simple: less than 200LOC client/server concrete implementation for easy maintainability and enhancments. - Flexible: adapted to several SOAP dialects (Java Axis, .Net, JBoss), with the posibility of fine-tuning XML request and responses - Pythonic: no artifacts, no class generation, no special types, RPC calls parameters and return values are simple python structures (dicts, list, etc.) - Dynamic: no definition (WSDL) required, dynamic generation and parsing supported (cached in a pickle file for performance, supporting fixing broken WSDL) - Easy: simple xml manipulation, including basic serialization and raw object-like access to SOAP messages - Extensible: supports several HTTP wrappers (httplib2, pycurl, urllib2) for special transport needs over SSL and proxy (ISA) WWW: https://code.google.com/p/pysimplesoap/ Notes: svn path=/head/; revision=350051
* - Update to 0.59Sunpoet Po-Chuan Hsieh2014-04-032-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Net-GitHub/Changes Notes: svn path=/head/; revision=350028
* Upgrade net/rabbitmq to 3.3.0.Jimmy Olgeni2014-04-033-7/+24
| | | | | | | | - Add optional installation of rabbitmqadmin script. - Note the new guest user behavior in UPDATING. Notes: svn path=/head/; revision=349989
* KDE/FreeBSD team presents KDE SC 4.12.4 and KDE Workspace 4.11.8!Max Brazhnikov2014-04-0317-27/+21
| | | | | | | | | | | | | | | | | | | | | | | KDE ports: - Convert to USES=tar:xz devel/p5-perlqt, multimedia/kdemultimedia4-ffmpegthumbs: - Convert LIB_DEPENDS to new style devel/p5-perlqt, devel/p5-perlkde: - Don't remove directories installed by perl port net/kdnssd: - moved to net/zeroconf-ioslave (renamed upstream) x11/kdelibs4: - Clean up non-standard shared mime files and directories after deinstall The area51 repository features commits by Alonso Schaich <alonsoschaich@fastmail.fm> and makc. Notes: svn path=/head/; revision=349983
* - Fix build with clangDmitry Marakasov2014-04-031-4/+6
| | | | Notes: svn path=/head/; revision=349971
* - Fix build when devel/libexecinfo is presentRyan Steinmetz2014-04-022-0/+8
| | | | | | | | | | - Bump PORTREVISION PR: ports/188089 Submitted by: Lawrence "The Dreamer" Chen <beastie@tardisi.com>, feld@, Konstantin Belousov <kostikbel@gmail.com> Notes: svn path=/head/; revision=349957
* - Mark DEPRECATED and set EXPIRATION_DATE to 2014-05-01Sunpoet Po-Chuan Hsieh2014-04-021-0/+3
| | | | | | | | PR: ports/188125 Submitted by: rene Notes: svn path=/head/; revision=349920
* - Mark DEPRECATED and set EXPIRATION_DATE to 2014-05-01Sunpoet Po-Chuan Hsieh2014-04-021-0/+3
| | | | | | | | PR: ports/188124 Submitted by: rene Notes: svn path=/head/; revision=349919
* - Mark DEPRECATED and set EXPIRATION_DATE to 2014-05-01Sunpoet Po-Chuan Hsieh2014-04-021-0/+3
| | | | | | | | PR: ports/188123 Submitted by: rene Notes: svn path=/head/; revision=349918
* - StagifyLars Engels2014-04-011-1/+3
| | | | Notes: svn path=/head/; revision=349876
* Mark asterisk14 FORBIDDEN, this release is so ancient that it is not listedAntoine Brodin2014-03-313-0/+9
| | | | | | | | | | | in security advisovies from digium anymore Deprecate this port and dependent ports Prodded by: flo With hat: portmgr Notes: svn path=/head/; revision=349795
* - fix path, so slave ports worksDirk Meyer2014-03-311-1/+1
| | | | Notes: svn path=/head/; revision=349782
* - Fix PORTSCOUTSunpoet Po-Chuan Hsieh2014-03-311-1/+1
| | | | Notes: svn path=/head/; revision=349744
* Missing =.Cy Schubert2014-03-311-1/+1
| | | | | | | Pointy hat to: self Notes: svn path=/head/; revision=349705
* Register conflicts due to x3270if.Cy Schubert2014-03-311-0/+3
| | | | | | | Approved by: araujo Notes: svn path=/head/; revision=349701
* - add USES=tar:bzip2Dirk Meyer2014-03-301-2/+1
| | | | Notes: svn path=/head/; revision=349676
* - Unbreak botched STAGE conversionRyan Steinmetz2014-03-303-3/+12
| | | | | | | | | | - Bump PORTREVISION PR: ports/188020 Submitted by: Nick <decrofn@gmail.com>, Jason Unovitch <oneshotuno@yahoo.com> Notes: svn path=/head/; revision=349617
* Mark broken: Fails to configure or buildAntoine Brodin2014-03-301-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Fails to configure on 8 and 9: checking if OpenH323 version 1.19.0 is compatible with chan_h323... yes checking OpenH323 build option... opt checking OpenH323 installation validity... no configure: *** configure: *** The OPENH323 installation on this system appears to be broken. configure: *** Either correct the installation, or run configure configure: *** including --without-h323 ===> Script "configure" failed unexpectedly. Fails to build on 10: g++47 -o asterisk -Wl,--export-dynamic -Wl,--version-script,asterisk.exports -D_THREAD_SAFE -pthread -L/usr/local/lib -pipe -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc47 -fno-strict-aliasing -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 -L/usr/local/lib -Wl,-rpath,/usr/lib:/usr/local/lib -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 -L/usr/local/lib -L/usr/local/share/pwlib//lib -L/usr/local/lib abstract_jb.o acl.o aescrypt.o aeskey.o aestab.o alaw.o app.o ast_expr2.o ast_expr2f.o asterisk.o astfd.o astmm.o astobj2.o audiohook.o autoservice.o callerid.o cdr.o channel.o chanvars.o cli.o config.o cryptostub.o db.o devicestate.o dial.o dns.o dnsmgr.o dsp.o enum.o file.o fixedjitterbuf.o frame.o fskmodem.o global_datastores.o http.o image.o indications.o io.o jitterbuf.o loader.o logger.o manager.o md5.o netsock.o pbx.o plc.o poll.o privacy.o rtp.o say.o sched.o sha1.o slinfactory.o srv.o stdtime/localtime.o strcompat.o tdd.o term.o test.o threadstorage.o translate.o udptl.o ulaw.o utils.o editline/libedit.a buildinfo.o -ltermcap -lm -lcrypto -lh323_r -lpt_r -lldap -llber -lldap_r -lpthread -lssl -lcrypto -lexpat -pthread -L/usr/local/lib /usr/local/bin/ld: asterisk: local symbol `__progname' in /usr/lib/crt1.o is referenced by DSO /usr/local/bin/ld: final link failed: Bad value collect2: error: ld returned 1 exit status gmake[2]: *** [asterisk] Error 1 Reported by: pkg-fallout Notes: svn path=/head/; revision=349613
* Remove expired ports:Rene Ladan2014-03-305-193/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2014-03-07 emulators/gxmame: Depends on deprecated emulators/xmame 2014-03-07 emulators/pyxmame: Depends on deprecated emulators/xmame 2014-03-07 emulators/xmess: No more public distfiles 2014-03-07 benchmarks/xdd: No more public distfiles 2014-03-07 chinese/srecite: No more public distfiles 2014-03-07 games/hlstats: No more public distfiles 2014-03-07 audio/teamspeak_server: No more public distfiles 2014-03-07 games/utserver: No more public distfiles 2014-03-07 databases/p5-hp200lx-db: No more public distfiles 2014-03-07 audio/teamspeak_client: No more public distfiles 2014-03-10 german/vtiger: Depends on expiring www/vtiger 2014-03-10 www/gallery: No more public distfiles 2014-03-10 www/vtiger: No more public distfiles 2014-03-10 net/linux-nx-client: No more public distfiles 2014-03-10 emulators/extract-xiso: No more public distfiles 2014-03-10 www/trac-wantedpages: No more public distfiles 2014-03-10 www/trac-ldap: No more public distfiles 2014-03-10 www/trac-codetags: No more public distfiles 2014-03-10 www/trac-addcomment: No more public distfiles 2014-03-10 www/trac-nav: No more public distfiles 2014-03-10 www/baikal: No more public distfiles 2014-03-10 www/trac-pagetopdf: No more public distfiles 2014-03-10 sysutils/logmon: No more public distfiles 2014-03-10 www/trac-simpleticket: No more public distfiles 2014-03-10 www/trac-wikinegotiator: No more public distfiles 2014-03-10 www/trac-pagelist: No more public distfiles 2014-03-10 www/trac-remind: No more public distfiles 2014-03-10 www/trac-macropost: No more public distfiles 2014-03-10 mail/vexim: No more public distfiles 2014-03-10 lang/rscheme: No more public distfiles Notes: svn path=/head/; revision=349601
* - Stage supportRoman Bogorodskiy2014-03-291-6/+2
| | | | | | | | | - Drop PLIST_FILES in favor of PYDISTUTILS_AUTOPLIST - Use USE_PYDISTUTILS=yes instead of deprecated USE_PYDISTUTILS=easy_install Notes: svn path=/head/; revision=349575
* USES=qmake already implies build dependency on qmakePawel Pekala2014-03-291-1/+1
| | | | | | | Submitted by: makc Notes: svn path=/head/; revision=349566
* - StageSteve Wills2014-03-292-61/+70
| | | | | | | | PR: ports/187888 Submitted by: Johannes Jost Meixner <xmj@chaot.net> Notes: svn path=/head/; revision=349559
* C++ Qt based JSON RPC2 libraryPawel Pekala2014-03-296-0/+54
| | | | | | | | | | WWW: http://bitbucket.org/devonit/qjsonrpc PR: ports/187070 Submitted by: Serguei Okladnikov <oklaspec@gmail.com> Notes: svn path=/head/; revision=349551
* - Update to 3.0.2Ryan Steinmetz2014-03-298-1530/+49
| | | | Notes: svn path=/head/; revision=349545
* - Update to 2.2.4Ryan Steinmetz2014-03-293-4/+4
| | | | Notes: svn path=/head/; revision=349540