aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
Commit message (Collapse)AuthorAgeFilesLines
* - Switch to USES=libtoolDmitry Marakasov2014-07-251-3/+3
| | | | Notes: svn path=/head/; revision=362930
* Reset maintainership for ports not staged with no pending PRBaptiste Daroussin2014-07-2414-14/+14
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=362812
* Only use libevent2Baptiste Daroussin2014-07-243-7/+8
| | | | | | | | | | | | | | | Remove libevent as libevent2 is providing a good compatibility interface as well as providing better performances. Remove custom patches from libevent2 and install libevent2 the regular way Mark ports abusing private fields of the libevent1 API as broken Import a patch from fedora to have honeyd working with libevent2 Remove most of the patches necessary to find the custom installation we used to have for libevent2 With hat: portmgr Notes: svn path=/head/; revision=362796
* Add USES=readline to fix build on -current.Adam Weinberger2014-07-231-0/+1
| | | | Notes: svn path=/head/; revision=362689
* Fix clang build on 9.xChris Rees2014-07-231-2/+6
| | | | | | | | | | | Apparently this version doesn't understand empty arguments in CFLAGS using commas; i.e. ,-I/usr/local/include throws an error about nonexisting file ,- Reported by: Kenta S (kentas@hush.com) Notes: svn path=/head/; revision=362658
* - Replace security/gnutls with security/gnutls3 and update to 3.2.15Tijl Coosemans2014-07-232-2/+2
| | | | | | | | | | | | | | | - Bump PORTREVISION on all ports that depend on security/gnutls and adjust all ports that depend on security/gnutls3 - Update mail/anubis to version 4.2 which supports gnutls 3.x - Update mail/libvmime to a development snapshot (recommended by upstream developers) PR: 191274 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=362645
* Fix transmission-web buildChris Rees2014-07-221-0/+2
| | | | | | | Submitted by: gblach, rakuco Notes: svn path=/head/; revision=362522
* UnbreakAntoine Brodin2014-07-211-1/+3
| | | | | | | Pointy hat: crees Notes: svn path=/head/; revision=362505
* Add USES=readline to fix configure.Adam Weinberger2014-07-211-1/+1
| | | | Notes: svn path=/head/; revision=362452
* Update to 2.84Chris Rees2014-07-218-63/+32
| | | | | | | | PR: ports/191592 Submitted by: Andrew Berg Notes: svn path=/head/; revision=362440
* - update to 3.1.5Yen-Ming Lee2014-07-215-64/+42
| | | | | | | - support stage and options Notes: svn path=/head/; revision=362404
* Refresh to a current snapshot.Thierry Thomas2014-07-182-11/+5
| | | | | | | This is ~0.9.23. Notes: svn path=/head/; revision=362229
* Fix some non default LIB_DEPENDSBaptiste Daroussin2014-07-162-2/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=362050
* Add DOCS option for ports with PORTDOCS in plist.Adam Weinberger2014-07-162-1/+3
| | | | Notes: svn path=/head/; revision=362023
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.Adam Weinberger2014-07-151-1/+1
| | | | Notes: svn path=/head/; revision=361970
* Modernize LIB_DEPENDSBaptiste Daroussin2014-07-149-24/+24
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=361812
* - Fix build when security/libressl is installed [1]Guido Falsi2014-07-131-17/+10
| | | | | | | | | - While here, reorganize the Makefile a little Reported by: Kenta S. <kentas@hush.com> [1] Notes: svn path=/head/; revision=361670
* net-p2p/bitcoin: update to 0.9.2Steve Wills2014-07-115-24/+50
| | | | | | | | PR: 191357 Submitted by: Robert Backhaus <robbak@robbak.com> (maintainer) Notes: svn path=/head/; revision=361568
* - Add USES=libtool to devel/upnp and bump dependent portsTijl Coosemans2014-07-113-1/+3
| | | | | | | | | | - Add USES=pathfix and INSTALL_TARGET=install-strip - Add a patch to fix definitions of ITHREAD_MUTEX_* Approved by: portmgr (implicit, bump unstaged port) Notes: svn path=/head/; revision=361520
* - Remove uneeded dependency from libtorrent [1]Guido Falsi2014-07-102-4/+4
| | | | | | | | | | | - Update dependency lines in rtorrent PR: 191621 Submitted by: Colin <anonymous.bug.report@gmail.com> (original submitter) Reported By: Andre <a.heider@gmail.com> [1] (as followup comment) Notes: svn path=/head/; revision=361474
* Remove indefinite articles and trailing periods from COMMENT, plus minorJimmy Olgeni2014-07-1010-10/+10
| | | | | | | | | | | | COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category N. CR: D307 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=361440
* - USES=libtool pathfix tar:bzip2Tijl Coosemans2014-07-082-15/+10
| | | | | | | | - Add INSTALL_TARGET=install-strip - Don't patch Makefile.am and configure.in to avoid autotools Notes: svn path=/head/; revision=361278
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-07-082-8/+9
| | | | | | | | | - Use new LIB_DEPENDS syntax Approved by: portmgr blanket Notes: svn path=/head/; revision=361216
* - Update libtorrent to 0.13.4Guido Falsi2014-07-0726-424/+102
| | | | | | | | | | | | | | | - Update rtorrent to 0.9.4 - Convert to new LIB_DEPENDS format - Remove uneeded ?= - Remove libtorrent-devel and rtorrent-devel ports since the non devel port has a newer version and no development release is available anymore PR: 191621 Submitted by: Colin <anonymous.bug.report@gmail.com> Notes: svn path=/head/; revision=361124
* net-p2p/rtorrent: Bring in DragonFly support from dportsJohn Marino2014-07-051-0/+13
| | | | Notes: svn path=/head/; revision=360844
* net-p2p/gtk-gnutella: Support dragonFly (dports)John Marino2014-07-052-5/+4
| | | | Notes: svn path=/head/; revision=360841
* Fix build on FreeBSD-9.Thierry Thomas2014-07-053-1/+29
| | | | Notes: svn path=/head/; revision=360794
* Remove NOPORTDOCS.Adam Weinberger2014-07-042-4/+5
| | | | Notes: svn path=/head/; revision=360667
* Convert textproc/aspell to "USES=libtool tar:bzip2" and bump dependent portsTijl Coosemans2014-07-041-1/+1
| | | | | | | Approved by: portmgr (implicit, PORTREVISION bump on unstaged port) Notes: svn path=/head/; revision=360658
* Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 thatTijl Coosemans2014-07-043-2/+3
| | | | | | | | | | have not been bumped yet after the latest libsqlite3.so library version change. Approved by: portmgr (implicit) Notes: svn path=/head/; revision=360588
* - Add staging supportPawel Pekala2014-07-031-22/+14
| | | | | | | - Convert to new LIB_DEPENDS format Notes: svn path=/head/; revision=360445
* Declare ONLY_FOR_ARCHS correctlySean Bruno2014-07-021-2/+2
| | | | | | | | PR: 191566 Approved by: bdrewery (implicit) Notes: svn path=/head/; revision=360241
* Remove expired ports:Rene Ladan2014-06-308-169/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2014-06-30 www/trac-TracDuplicates: Broken for more than 5 months 2014-06-30 mail/hotwayd: Protocol changed, software unusable 2014-06-30 mail/ilohamail-devel: Upstream disappeared 2014-06-30 games/tyrquake: Broken for more than 5 months 2014-06-30 net/gkrellmqst: GKrellM 1.X is no longer being developed, consider using 2.X. 2014-06-30 security/p5-Jifty-Plugin-OpenID: Broken for more than 5 months 2014-06-30 games/sumwars: Broken for more than 5 months 2014-06-30 audio/ruby-esound: Broken for more than 5 months 2014-06-30 x11-toolkits/py-pyqwt: Broken for more than 5 months 2014-06-30 net-im/ysm: Broken for more than 5 months 2014-06-30 net-mgmt/send: Broken for more than 5 months 2014-06-30 net/p5-Jifty-Plugin-Authentication-Ldap: Broken for more than 5 months 2014-06-30 net-p2p/bittyrant: Broken for more than 5 months 2014-06-30 sysutils/gkrellm: GKrellM 1.X is no longer being developed, consider using 2.X. 2014-06-30 audio/gkrellmms: GKrellM 1.X is no longer being developed, consider using 2.X. 2014-06-30 audio/gkrellmvolume: GKrellM 1.X is no longer being developed, consider using 2.X. 2014-06-30 misc/gkrellmlaunch: GKrellM 1.X is no longer being developed, consider using 2.X. 2014-06-30 misc/gkrellmfmonitor: GKrellM 1.X is no longer being developed, consider using 2.X. 2014-06-30 misc/gkrellshoot: GKrellM 1.X is no longer being developed, consider using 2.X. 2014-06-30 polish/sms2: sms2 is no longer being developed, consider using alternative software. 2014-06-30 x11-toolkits/py-wmdockapps: Crufty and nothing depends on this 2014-06-30 audio/tagger: Ancient, unmaintained 2014-06-30 www/mod_wsgi2: No longer supported, please use www/mod_wsgi3 instead 2014-06-30 security/botan: Botan 1.8 have known bugs and is no longer supported upstream, migrate to security/botan110 Notes: svn path=/head/; revision=359811
* Refresh: this removes some patches integrated by upstream.Thierry Thomas2014-06-295-79/+5
| | | | | | | This is the internal version 92100. Notes: svn path=/head/; revision=359792
* Add btsync, distributed peer-to-peer file syncing application.Li-Wen Hsu2014-06-297-0/+120
| | | | | | | | PR: 187360 Submitted by: Joshua Ruehlig <joshruehlig@gmail.com> Notes: svn path=/head/; revision=359755
* - Unbreak ports, which installed setup.py files due to the messed up argumentMarcus von Appen2014-06-282-7/+1
| | | | | | | | | | | lists in PYDISTUTILS_SETUP PR: 191317 Phabric: D270 With hat: python@ Notes: svn path=/head/; revision=359664
* - Add staging supportPawel Pekala2014-06-271-27/+15
| | | | | | | - Convert to USES=tar:bzip2, USE_OCAML, new options framework Notes: svn path=/head/; revision=359594
* - Chase database/sqlite3 slib bumpMartin Wilke2014-06-271-0/+1
| | | | | | | Approved by: portmgr (myself) Notes: svn path=/head/; revision=359586
* - Fix the build of verlihub-plugins-luascript: careless patching with sed(1)Alexey Dokuchaev2014-06-2518-43/+27
| | | | | | | | | resulted in wrong HAVE_LUA_5_0 (instead of correct HAVE_LUA_5_1) macro to be defined in generated `config.h' header file - Stagify and cleanup all verlihub-plugins* ports while I'm at here Notes: svn path=/head/; revision=359214
* Convert GMAKE to MAKE_CMDBaptiste Daroussin2014-06-252-2/+2
| | | | | | | | | | Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr Notes: svn path=/head/; revision=359185
* - Support stagingJason E. Hale2014-06-242-13/+6
| | | | | | | | - Use options helpers - Add LICENSE (GPLv2) Notes: svn path=/head/; revision=359078
* - Switch devel/jansson to libtool, drop .la filesDmitry Marakasov2014-06-231-0/+1
| | | | | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket Notes: svn path=/head/; revision=358938
* - Update to 0.16.17, Announce message:Rusmir Dusko2014-06-223-7/+7
| | | | | | | | | | | | | | | | | | * don't fall back on wildcard port in UPnP * fix local service discovery for magnet links * fix bitfield issue in file_storage * added work-around for MingW issue in file I/O * fixed sparse file detection on windows * fixed bug in gunzip * fix to use proxy settings when adding .torrent file from URL * fix resume file issue related to daylight savings time on windows * improve error checking in lazy_bdecode - Add USES libtool - Recreate pkg-plist with make makeplist Notes: svn path=/head/; revision=358808
* Adding twister, a fully decentralized P2P microblogging platformThierry Thomas2014-06-228-0/+189
| | | | | | | | leveraging from the free software implementations of Bitcoin and BitTorrent protocols. Notes: svn path=/head/; revision=358801
* net-p2p/retroshare: update to 0.5.5cWilliam Grzybowski2014-06-207-16/+211
| | | | | | | | | | - Fix build with clang PR: 189806 Submitted by: maintainer Notes: svn path=/head/; revision=358625
* Stagify.Vanilla I. Shu2014-06-201-8/+7
| | | | | | | Approved by: portmgr@ Notes: svn path=/head/; revision=358586
* Stagify.Vanilla I. Shu2014-06-201-5/+4
| | | | | | | Approved by: portmgr@ Notes: svn path=/head/; revision=358585
* 1: Stagify.Vanilla I. Shu2014-06-201-5/+3
| | | | | | | 2: USES=tar:bzip2 Notes: svn path=/head/; revision=358581
* Mark BROKEN: Fails to buildAntoine Brodin2014-06-191-0/+2
| | | | | | | | | | | | | | | | | | | if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/lua51 -O2 -pipe -fPIC -fno-strict-aliasing -L/usr/local/lib -I/usr/local/include -I/usr/local/include/verlihub -I/usr/local/include/mysql -pipe -fno-strict-aliasing -g -DNDEBUG -I/usr/local/include -I/usr/local/include -O2 -pipe -fPIC -fno-strict-aliasing -L/usr/local/lib -I/usr/local/include -I/usr/local/include/verlihub -I/usr/local/include/mysql -pipe -fno-strict-aliasing -g -DNDEBUG -I/usr/local/include -I/usr/local/include -MT cluainterpreter.lo -MD -MP -MF ".deps/cluainterpreter.Tpo" -c -o cluainterpreter.lo cluainterpreter.cpp; then mv -f ".deps/cluainterpreter.Tpo" ".deps/cluainterpreter.Plo"; else rm -f ".deps/cluainterpreter.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/lua51 -O2 -pipe -fPIC -fno-strict-aliasing -L/usr/local/lib -I/usr/local/include -I/usr/local/include/verlihub -I/usr/local/include/mysql -pipe -fno-strict-aliasing -g -DNDEBUG -I/usr/local/include -I/usr/local/include -O2 -pipe -fPIC -fno-strict-aliasing -L/usr/local/lib -I/usr/local/include -I/usr/local/include/verlihub -I/usr/local/include/mysql -pipe -fno-strict-aliasing -g -DNDEBUG -I/usr/local/include -I/usr/local/include -MT cluainterpreter.lo -MD -MP -MF .deps/cluainterpreter.Tpo -c cluainterpreter.cpp -fPIC -DPIC -o .libs/cluainterpreter.o cluainterpreter.cpp: In destructor 'nScripts::cLuaInterpreter::~cLuaInterpreter()': cluainterpreter.cpp:48: warning: deprecated conversion from string constant to 'char*' cluainterpreter.cpp: In member function 'bool nScripts::cLuaInterpreter::Init()': cluainterpreter.cpp:66: error: 'luaopen_loadlib' was not declared in this scope cluainterpreter.cpp:120: error: 'lua_dofile' was not declared in this scope cluainterpreter.cpp: In member function 'void nScripts::cLuaInterpreter::Load()': cluainterpreter.cpp:137: warning: deprecated conversion from string constant to 'char*' *** [cluainterpreter.lo] Error code 1 Reported by: pkg-fallout With hat: portmgr Notes: svn path=/head/; revision=358471
* - Bump PORTREVISION. New lazarus version is availableJose Alonso Cardenas Marquez2014-06-181-3/+4
| | | | Notes: svn path=/head/; revision=358316