aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
Commit message (Collapse)AuthorAgeFilesLines
* Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks andTobias C. Berner2016-08-246-27/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Plasma5 ports At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When working on the ports for KDE Frameworks and Plasma5 it seemed to be more reasonable to create a new kde.mk instead of adding an bsd.kde5.mk. The kde.mk in this review is a stripped down version of the one we are using in the KDE Test repositories plasma5 branch [1] to only contain the parts relevant to the current KDE4 ports in the portstree [2]. Changes to the KDE Ports needed by this: Replace USE_KDE4 by USE_KDE [3] Add USES=kde:4 [4] [1] http://src.mouf.net/area51/view/branches/plasma5/KDE/Mk/Uses/kde.mk [2] The version in the plasma5 branch also handles frameworks/plasma5 and handles MASTER_SITES via a KDE_DIST variable similar to bsd.qt.mk for Qt Ports -- I chose to leave this out for now, as the diff is already large enough. [3] I chose USE_KDE instead of USE_KDE4, USE_KDE5, USE_KDEX as the version we want is already specified as argument to kde:<arg> [4] For KDE Frameworks and Plasma5 ports this would be kde:5 PR: 210667 Approved by: portmgr, mat (mentor), rakuco (mentor) Reviewed by: mat, rakuco Differential Revision: https://reviews.freebsd.org/D6961 Notes: svn path=/head/; revision=420774
* net-p2p/deluge: fix up OPT_USE and OPT_VARSRuslan Makhmatkhanov2016-08-231-2/+2
| | | | | | | Align OPT_USE and OPT_VARS usage to Porter's Handbook. Notes: svn path=/head/; revision=420747
* Update net-p2p/libtorrent-rasterbar and its slave ↵Dmitry Marakasov2016-08-1910-191/+520
| | | | | | | | | | | | | | | | | | | | | | | libtorrent-rasterbar-python to 1.1.0 * USE_OPENSSL -> USES=ssl * remove GeoIP bits as those have been removed from the library * update LIB_DEPENDS and switch to += in the master as the slave needs the same boost libs * remove 2 obsolete patches, regen 1 patch * add a patch from upstream git to resolve CVE-2016-5301 * add a TEST option and a patch from upstream git to let tests compile * simplify the install of DOCS and EXAMPLES * remove stale portscout restriction so updates can be discovered * update text and WWW in pkg-descr * update pkg-plist * cleanup the slave port's Makefile * assume maintainership PR: 211963 Submitted by: matthew@reztek.cz Notes: svn path=/head/; revision=420473
* - Pass maintainership to submitterDmitry Marakasov2016-08-191-9/+9
| | | | | | | | | | - While here, some cosmetic fixes PR: 211679 Submitted by: pipfstarrd@opmbx.org Notes: svn path=/head/; revision=420467
* - Pass maintainership to submitterDmitry Marakasov2016-08-191-11/+9
| | | | | | | | | | - While here, fix license, switch to USES=ssl and some other cosmetic fixes PR: 211680 Submitted by: pipfstarrd@opmbx.org Notes: svn path=/head/; revision=420466
* net-p2p/gnunet: Mark broken due to runtime malfunctionJohn Marino2016-08-191-0/+2
| | | | | | | | | | | gnunet needs gnunet-daemon-hostlist to allow the connection to other nodes on the network, but it's not built because it apparently requires libgnurl for that. PR: 205042 Notes: svn path=/head/; revision=420440
* - Clarify LICENSEDmitry Marakasov2016-08-173-29/+19
| | | | | | | | | | | - Add LICENSE_FILE - Drop uneeded flags - Remove SQLITE option, sqlite support is not conditional - Switch to opt_CMAKE_BOOL - Simplify installation Notes: svn path=/head/; revision=420374
* New port: net-p2p/libswiftKurt Jaeger2016-08-176-0/+113
| | | | | | | | | | | | | | | | | | LibSwift is the reference UDP-based implementation of IETF RFC7574, a multi-peer transport layer protocol. Its mission is to disseminate content among a swarm of peers. Given a root hash, the data is received from whatever source available and data integrity is checked cryptographically with Merkle hash trees. WWW: https://tools.ietf.org/html/rfc7574 PR: 211945 Submitted by: Dave Cottlehuber <dch@skunkwerks.at> Notes: svn path=/head/; revision=420360
* Add a port of torrentcheck, command-line torrent viewer and hash checker.Alexey Dokuchaev2016-08-144-1/+63
| | | | | | | | | | | NB: TIMESTAMP line in distinfo should read as follows, but has to stay in its current form due to a bug in the hook script: TIMESTAMP (torrentcheck/torrentcheck-1.00.zip) = 1291291031 WWW: https://sourceforge.net/projects/torrentcheck/ Notes: svn path=/head/; revision=420189
* net-p2p/litecoin: fix build on 10.2Steve Wills2016-08-111-0/+2
| | | | | | | | PR: 208059 Submitted by: olexander.v.melnyk@gmail.com Notes: svn path=/head/; revision=420080
* USE_BDB cleanup.Mathieu Arnold2016-08-088-22/+11
| | | | | | | | | | | | | | - USE_BDB=4x+ -> USES=bdb. - USE_BDB=yes -> USES=bdb. - USE_BDB=xx -> USES=bdb:xx. Other modernisations when I see them. PR: 209183 Sponsored by: Absolight Notes: svn path=/head/; revision=419843
* - Update to version 1.4.10 [1]Pawel Pekala2016-08-042-24/+23
| | | | | | | | | | | - Move variables declarations before options block - Use option helpers for install target PR: 211560 [1] Submitted by: maintainer [1] Notes: svn path=/head/; revision=419654
* net-p2p/deluge: update to 1.3.13Ruslan Makhmatkhanov2016-07-224-58/+34
| | | | | | | | | | | | | | | | | | | | - update to 1.3.13 - switch to option helpers - add creatiion of .python-eggs for deluge_web - this resolves installation of plugins for deluge_web [1] This release also fixing Scheduler plugin as reported by dbn@ [2], so this is the reason for MFH request. Changes: http://dev.deluge-torrent.org/wiki/ChangeLog#Deluge1.3.1320July2016 PR: 207558 [2] Submitted by: Marlon Leerkotte <mrleerkotte@protonmail.com> [1] (private mail) Reported by: dbn [2] MFH: 2016Q3 Notes: svn path=/head/; revision=418935
* - update libgd to 2.2.2Dirk Meyer2016-07-203-1/+3
| | | | | | | | | | | | | | - new MASTER_SITES - add security patch PR: 210913 Submitted by: Piotr Kubaj MFH: 2016Q3 Security: CVE-2015-8874 Security: CVE-2016-3074 Security: http://www.openwall.com/lists/oss-security/2016/07/12/4 Notes: svn path=/head/; revision=418829
* When there is a do-install target, do not use a post-install target, doMathieu Arnold2016-07-191-2/+0
| | | | | | | | | | | | | | | everything at once. Sometime, rename post-install into a options helper target. I did not fix ports that were such a mess that I could not figure out what they really wanted to do. I also did not change ports that had some version of an auto-plist code in post-install, for the same reason. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=418767
* security/libsodium: Upgrade version 1.0.8 => 1.0.10John Marino2016-07-121-0/+1
| | | | | | | | | | | Also bump all ports that depend on libsodium. PR: 210999 Submitted by: manu Approved by: vsevolod (maintainer) Notes: svn path=/head/; revision=418449
* net-p2p/sonarr: Update to 2.0.0.4230Mark Felder2016-07-093-3/+8
| | | | | | | Changelog: https://github.com/Sonarr/Sonarr/releases/tag/v2.0.0.4230 Notes: svn path=/head/; revision=418253
* Bump PORTREVISION for the icu revert.Mathieu Arnold2016-07-061-1/+1
| | | | | | | | | | | | This time not bumping lang/php70, but devel/php70-intl which is the one really depending on icu. PR: 205120 With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=418153
* devel/icu: bump PORTREVISION on dependent portsPietro Cerutti2016-07-061-0/+1
| | | | Notes: svn path=/head/; revision=418119
* Update to upstream version 2.3.8Thomas Zander2016-07-022-6/+6
| | | | | | | | | | | | | | | | | | Detaile log: - Fixed issue with all folders disconnected by devices that reconnect after 30 days being offline - Fixed Sync crashing on QNAP NAS - Fixed Sync doesn't let HDD sleep on Synology NAS - Fixed bind_interface power option not working on Mac - Fixed files moved to Archive when unplugging USB drive with synced folder - Fixed inability to share the folder as Owner after disconnection - Added parameter to get Sync version thru API - Improved Sync compatibility to FlexRaid disk pool PR: 210555 Submitted by: joshruehlig@gmail.com (maintainer) Notes: svn path=/head/; revision=417937
* Convert a couple ports that use both _CMAKE_ON and _CMAKE_OFF to _CMAKE_BOOL.Adam Weinberger2016-06-303-28/+16
| | | | | | | Use options helpers all the way in math/carve, because I couldn't help myself. Notes: svn path=/head/; revision=417839
* Update amule-devel port to svn revision 10933.Barbara Guida2016-06-262-3/+4
| | | | Notes: svn path=/head/; revision=417526
* With the power of USES=dos2unix, get rid of most patches and filesMathieu Arnold2016-06-206-78/+79
| | | | | | | | | | | | | with CRLF. While there, run make makepatch, rename patches to use the new scheme, and various fixes. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=417166
* net-p2p/go-ethereum: update to 1.4.7Ruslan Makhmatkhanov2016-06-182-4/+4
| | | | | | | | | | - drop dependency upon libgmp PR: 210318 Submitted by: Fynn <enriquefynn@gmail.com> (maintainer) Notes: svn path=/head/; revision=417094
* Change ports that depend of xmlrpc-c-devel to xmlrpc-c since it's now onRenato Botelho2016-06-112-3/+4
| | | | | | | 1.3x series Notes: svn path=/head/; revision=416748
* Github cleanup.Mathieu Arnold2016-06-011-0/+2
| | | | | | | | | | | | - Use the version tag instead of commit hash when they're the same. - Remove unnneeded variables. - Simplify go- ports when possible. - Various fixes. Sponsored by: Absolight Notes: svn path=/head/; revision=416242
* Replace USE_GCC=4.8+ by the more general USE_GCC=yes.Gerald Pfeifer2016-05-281-1/+1
| | | | Notes: svn path=/head/; revision=415994
* net-p2p/retroshare: update WWWKurt Jaeger2016-05-271-1/+1
| | | | | | | PR: 207550 Notes: svn path=/head/; revision=415956
* Remove expired misc/kdehier4 and update all of its consumers to not ↵Rene Ladan2016-05-252-2/+2
| | | | | | | | | | | | | | | | reference it any longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy. PR: 209014 (partial) Submitted by: myself Approved by: portmgr (bapt) Differential Revision: https://reviews.freebsd.org/D6542 Notes: svn path=/head/; revision=415864
* net-p2p/bitmessage: Restore build on DragonFlyJohn Marino2016-05-231-1/+1
| | | | | | | | | | Restoring build on DragonFly is a trivial matter of adding OPSYS macro to an existing patch. Approved by: Restore DF functionality blanket Notes: svn path=/head/; revision=415746
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵Dmitry Marakasov2016-05-231-1/+0
| | | | | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket Notes: svn path=/head/; revision=415742
* Convert tab after WWW: in pkg-descrs to single space as per PHBDmitry Marakasov2016-05-232-2/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415738
* net-p2p/retroshare: 0.5.5c -> 0.6.0Kurt Jaeger2016-05-2125-320/+706
| | | | | | | | | | | | | Changes: https://retroshareteam.wordpress.com/2016/02/07/release-notes-for-final-0-6-0/ - distsite moved to github PR: 207550 Submitted by: w.schwarzenfeld@aon.at, Yuri Victorovich <yuri@rawbw.com>, peter@netkey.at (maintainer) Reviewed by: feld Notes: svn path=/head/; revision=415583
* - Fix trailing whitespace in pkg-messagesDmitry Marakasov2016-05-193-3/+3
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415503
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-198-28/+28
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* net-p2p/btsync: 2.3.6 -> 2.3.7Kurt Jaeger2016-05-142-5/+6
| | | | | | | | | | | | | | | Changes: http://help.getsync.com/hc/en-us/articles/206216855-Sync-2-x-change-log - Fixed connectivity failures in some cases - Fixed infinite folder scan - Other core improvements and fixes - Minor UI fixes PR: 209502 Submitted by: joshruehlig@gmail.com (maintainer) Notes: svn path=/head/; revision=415193
* net-p2p/sonarr: Update to 2.0.0.4146Mark Felder2016-05-123-3/+4
| | | | Notes: svn path=/head/; revision=415068
* Update to 1.4.3Tilman Keskinoz2016-05-112-3/+3
| | | | | | | | PR: 209455 Submitted by: maintainer Notes: svn path=/head/; revision=415012
* Update the maintainer email address for the ports IBen Woods2016-05-091-1/+1
| | | | | | | | | | maintain to woodsb02@FreeBSD.org Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D6278 Notes: svn path=/head/; revision=414892
* net-p2p/bitmessage: 0.4.4 -> 0.6.0Kurt Jaeger2016-05-066-31/+194
| | | | | | | | | | | | | | - Unbroke POW with the patch from upstream. - Bugfixes - UI improvements - performance and security improvements - integration with email gateway (mailchuck.com) PR: 209278 Submitted by: yuri@rawbw.com (maintainer) Notes: svn path=/head/; revision=414682
* Add OBJCXX and OBJCXXFLAGS to CONFIGURE_ENV.Tijl Coosemans2016-05-021-1/+2
| | | | | | | | | | | | | | | When compiled on Darwin bitcoin-qt needs two extra files that are written in ObjC++. These aren't needed on FreeBSD but because of this the ObjC++ compiler is used as linker instead of the C++ compiler. Without defining OBJCXX clang may be used as C++ compiler while g++ is used as ObjC++ compiler. This may cause link problems. PR: 207110 Submitted by: olexander.v.melnyk@gmail.com Approved by: robbak@robbak.com (maintainer, via email) Notes: svn path=/head/; revision=414450
* - Update net-p2p/bitcoin to 0.12.1.Tijl Coosemans2016-05-015-15/+37
| | | | | | | | | | | | | | | | - Enable DBUS option by default. Desktop systems almost always have DBus installed. - Enable UPNP option by default. Many ISP supplied modems contain a NAT these days. - Remove --disable-reduce-exports. It's disabled by default. - Add bitcoind rc.d script. [1] PR: 208937, 209136 Submitted by: xenophon+fbsdports@irtnog.org [1] Approved by: robbak@gmail.com (maintainer) Notes: svn path=/head/; revision=414405
* New port: net-p2p/go-ethereumKurt Jaeger2016-04-305-0/+66
| | | | | | | | | | | | | | | | | Ethereum is a community-driven project aiming to decentralize the internet and return it to its democratic roots. It is a platform for building and running applications which do not need to rely on trust and cannot be controlled by any central authority. This is the Go implementation of Ethereum y/w paper WWW: https://github.com/ethereum/go-ethereum PR: 201954 Submitted by: enriquefynn@gmail.com Notes: svn path=/head/; revision=414354
* Update to 6.5.1Mathieu Arnold2016-04-265-280/+441
| | | | | | | | | PR: 209048 Submitted by: tkato432 yahoo com Sponsored by: Absolight Notes: svn path=/head/; revision=414051
* Move USE_BDB support from bsd.databases.mk to its own file.Mathieu Arnold2016-04-254-8/+4
| | | | | | | | | | | | | | | | Also: - Deorbit WANT_BDB_VER, one can use USES=bdb:<ver> instead. - USE_BDB can't happen after bsd.port.pre.mk because it is a USES. PR: 208971 Submitted by: mat Exp-run by: antoine With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D5951 Notes: svn path=/head/; revision=414018
* Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.Mathieu Arnold2016-04-252-2/+2
| | | | | | | | | | | | | | While there replace USE_SQLITE=x by USES=sqlite:x. PR: 208971 Submitted by: mat Exp-run by: antoine With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D5951 Notes: svn path=/head/; revision=414014
* Don't lie about having a configure script.Mathieu Arnold2016-04-251-1/+0
| | | | | | | | Reported by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=414007
* many ports: mark broken on powerpc64Steve Wills2016-04-215-0/+9
| | | | Notes: svn path=/head/; revision=413746
* Do not attempt to create ${STAGEDIR}${DESKTOPDIR}: `share/applications'Alexey Dokuchaev2016-04-161-5/+4
| | | | | | | | was added to mtree (Templates/BSD.local.dist) in r331266 2.5 years ago, and fix some minor bogosities nearby. Notes: svn path=/head/; revision=413438
* net-p2p/btsync: update upstream locationBartek Rutkowski2016-04-141-2/+2
| | | | | | | | | PR: 208796 Submitted by: joshruehlig@gmail.com (maintainer) MFH: 2016Q2 Notes: svn path=/head/; revision=413315