aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p
Commit message (Collapse)AuthorAgeFilesLines
* Update PORTREVISION to reflect boost-libs 1.48.0_1 fixdougb2012-07-162-1/+2
| | | | Approved by: portmgr (beat)
* 0.16.2 releasedougb2012-07-162-3/+3
| | | | | | | | | | | | | | | | * use random peer IDs in anonymous mode * fix move_storage bugs * fix unnecessary dependency on boost.date_time when building boost.asio as separate compilation * always use SO_REUSEADDR and deprecate the flag to turn it on * add python bindings for SSL support * minor uTP tweaks * fix end-game mode issue when some files are selected to not be downloaded * improve uTP slow start * make uTP less aggressive resetting cwnd when idle Approved by: portmgr (beat)
* - Reassign to the heaptabthorpe2012-07-131-1/+1
| | | | | | - Thank you for your years of service With hat:: portmgr
* (Trivial) update from 4.7.0.0 to 4.7.0.2. Developers' changelog listsmi2012-07-092-4/+3
| | | | minor improvements.
* Update net-p2p/rtorrent to 0.9.2.flz2012-07-053-43/+6
|
* Update net-p2p/libtorrent to 0.13.2.flz2012-07-053-4/+11
|
* - Adjust COMMENT line a bitdanfe2012-07-041-2/+2
| | | | - Drop maintainership
* net-p2p/libtorrent-rasterbar-14||2012-07-01|Discontinued upstream, move to ↵dougb2012-07-0224-539/+0
| | | | | | | libtorrent-rasterbar-16 net-p2p/hrktorrent||2012-07-01|Relies on net-p2p/libtorrent-rasterbar-14, which has been discontinued net-p2p/sharktorrent||2012-07-01|Relies on net-p2p/libtorrent-rasterbar-14, which has been discontinued
* * Sun Jul 1 2012 - Christophe Dumez <chris@qbittorrent.org> - v2.9.11dougb2012-07-022-3/+3
| | | | | | | | - BUGFIX: Fix unreversible "Minimize to tray" on some window managers - BUGFIX: Fix torrent availability computation - BUGFIX: Bring window to front after restoring from systray - BUGFIX: Fix keyboard focus problems on main window - BUGFIX: Fix ThePirateBay search plugin
* - Remove SITE_PERL from *_DEPENDSaz2012-06-302-2/+2
| | | | Approved by: portmgr@ (bapt@)
* - Remove SITE_PERL from *_DEPENDSaz2012-06-301-3/+3
| | | | Approved by: portmgr@ (bapt@)
* - Remove SITE_PERL from *_DEPENDSaz2012-06-292-2/+2
|
* I meant to silence these once I was done testing.dougb2012-06-271-2/+2
|
* * Sun Jun 24 2012 - Christophe Dumez <chris@qbittorrent.org> - v2.9.10dougb2012-06-252-4/+4
| | | | | | | | | | - BUGFIX: Fix possible crash when showing torrent content - BUGFIX: Add support for RSS feeds using magnet links - BUGFIX: Remove 100kb limit for torrent file size in Web UI - BUGFIX: Fix ratio limiting bug - BUGFIX: Do not display .!qB file extensions in Web UI - BUGFIX: Stop using absolute URLs in Web UI ajax requests - BUGFIX: Fix unreversible "Minimize to tray" on some window managers
* Upgrade to version 0.16.1:dougb2012-06-254-1313/+9
| | | | | | | | | | | | | | | | | | | | | * fixed crash when providing corrupt resume data * fixed support for boost-1.44 * fixed reversed semantics of queue_up() and queue_down() * added missing functions to python bindings (file_priority(), set_dht_settings()) * fixed low_prio_disk support on linux * fixed time critical piece accounting in the request queue * fixed semantics of rate_limit_utp to also ignore per-torrent limits * fixed piece sorting bug of deadline pieces * fixed python binding build on BSD * fixed possible crash when enabling multiple connections per IP * change default of rate_limit_utp to true * fixed FreeBSD build * fixed web seed performance issue whith pieces > 1 MiB * fixed unchoke logic when using web seeds * fixed compatibility with older versions of boost (down to boost 1.40) Remove the patch from their svn repo that was incorporated into this version
* As previously announced, deprecate ports relying on libtorrent-rasterbar-14,dougb2012-06-232-0/+6
| | | | which is scheduled to be removed.
* Back to the pool.shaun2012-06-141-1/+1
|
* - Update to 3.1.2sunpoet2012-06-142-6/+5
| | | | | | - Pet portlint: remove ABI version number from LIB_DEPENDS Changes: http://cvs.savannah.gnu.org/viewvc/mldonkey/mldonkey/distrib/ChangeLog?view=markup
* Register CONFLICTSehaupt2012-06-111-1/+3
| | | | Submitted by: "Sulev-Madis 'ketas' Silber" <madis555@hot.ee> (via mail)
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orswills2012-06-111-1/+1
| | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi)
* The conditional include is actually fine-- the problem in the PR was solvedcrees2012-06-101-13/+0
| | | | | | | after more investigation by reinstalling world; there was an out-of-date header present. PR: ports/167195
* update to 0.9.3 and convert options to new stylebf2012-06-087-64/+137
|
* posix-fadvise was added to FreeBSD on 04/November 2011 [1], which is pickedcrees2012-06-061-0/+13
| | | | | | | | | | | | | | | | up by the configure script. However, the function is marked as available, but libtransmission/fdlimit.c has a conditional include on fcntl.h, which causes the compilation to fail. This patch removes the condition on fcntl.h inclusion, hopefully fixing the build. PR: ports/167195 Submitted by: Reviewed by: [1] http://svnweb.freebsd.org/base/head/sys/sys/fcntl.h?view=log#rev227070
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4miwi2012-06-0610-26/+16
| | | | Review by: bapt, David Naylor (kde team)
* - Remove SITE_PERL from *_DEPENDSaz2012-06-061-2/+2
| | | | Approved by: maintainer (pav@ via IRC)
* Finish converting this port to optionsNG.rene2012-06-061-4/+4
| | | | Approved by: maintainer
* - Remove SITE_PERL from *_DEPENDSaz2012-06-051-4/+4
|
* Use the new options framework for the ALC option too.rene2012-06-051-1/+1
| | | | Submitted by: maintainer via private mail
* - Update to 10788rene2012-06-043-59/+48
| | | | | | - Use new options framework PR: ports/168392 Submitted by: maintainer
* Set maintainership back to ports@cs2012-06-031-1/+1
|
* Add gnunet-gtk , GTK interface to GNUnet.bf2012-06-016-0/+388
|
* - update png to 1.5.10dinoex2012-06-0134-23/+34
|
* add to the minimal default configuration file and pkg-message;bf2012-05-313-8/+22
| | | | | | fix the unexec directive in the packing list [1] Reported by: pav [1]
* add the missing pkg-messagebf2012-05-291-0/+14
|
* preliminary version of update to 0.9.x; GUI, rc-scripts, tests,bf2012-05-295-369/+384
| | | | and refinements to default configuration to follow
* - Update to 0.13 [1]culot2012-05-283-4/+10
| | | | | | | - Add LICENSE (Artistic 1 & GPL 1) PR: ports/168395 [1] Submitted by: Oleg Alexeenkov <proler@gmail.com> (maintainer)
* * Sun May 20 - Christophe Dumez <chris@qbittorrent.org> - v2.9.9dougb2012-05-272-4/+4
| | | | | | | | | - BUGFIX: More reliable RSS feed parsing - BUGFIX: Better support for cookies in RSS - BUGFIX: Make sure show/hide text in tray icon menu is correct - COSMETIC: Improve style of left panel - COSMETIC: Never disable properties panel - COSMETIC: Make sure first tab is initially selected in options dialog
* Chase PyQT updatemakc2012-05-251-1/+1
|
* - Chase libesmtp shlib bumpmiwi2012-05-231-2/+2
|
* defer expiration pending updatesbf2012-05-211-1/+1
|
* Update to version 1.11pawel2012-05-182-14/+8
| | | | | PR: ports/168096 Submitted by: Dmitriy Limonov <earl1k@mail.ru> (maintainer)
* Bump the dependency to the newly-committed libtorrent-rasterbar 0.16dougb2012-05-171-2/+2
| | | | to bring in uTP support.
* DEPRECATED= Upstream development stopped, time to move ondougb2012-05-171-0/+3
| | | | EXPIRATION_DATE= 2012-06-30
* Add the 0.16 branch of libtorrent-rasterbardougb2012-05-178-0/+1588
| | | | | | | | | | | The most revolutionary aspect of the new branch is that it brings in support for uTP. This port also brings in a patch consisting of the changes from 0.16.0 release through local SVN revision 6850. These fixes include patches we had in the 0.15 version of the port, as well as various other fixes that were reported by me, and others post the 0.16.0 release. These fixes should be in the 0.16.1 release.
* Add patches to fix build with boost-1.48.0makc2012-05-1711-2/+197
| | | | | | PR: ports/156253 Submitted by: Alexander Churanov Approved by: portmgr (linimon)
* Remove expired ports: BROKEN for more than 6 month, there is no upstreamrm2012-05-1620-1102/+0
| | | | distfiles anymore
* defer expiration pending updatesbf2012-05-101-1/+1
|
* - Use new lazarus-* structureacm2012-05-081-2/+29
| | | | - Bump PORTREVISION
* * Sat May 5 2012 - Christophe Dumez <chris@qbittorrent.org> - v2.9.8dougb2012-05-072-3/+3
| | | | | | - BUGFIX: Various UI style fixes - BUGFIX: Fix compilation with gcc 4.7 - I18N: Update Italian translation
* - Update devel/upnp to 1.6.17pawel2012-04-273-4/+6
| | | | | | - Bump all affected ports Maintainer of net/ushare was asked for review, no response in 2 weeks
* Remove dead MASTER_SITE and a CONFLICTS entry with a dead port.rakuco2012-04-261-3/+1
|
* Mark BROKEN: does not builderwin2012-04-251-0/+1
| | | | Submitted by: pointyhat
* - Update to svn rev 10771jgh2012-04-232-3/+3
| | | | | PR: ports/167169 Submitted by: maintainer, barbara.xxx1975@libero.it
* - Update to 3.1.1miwi2012-04-226-52/+8
| | | | | PR: 166891 Submitted by: Ports Fury
* - Update to 5.5.24miwi2012-04-223-9/+126
| | | | | PR: 166892 Submitted by: Ports Fury
* - Update to 3.2acm2012-04-192-6/+6
|
* Fix packagecrees2012-04-191-0/+2
|
* Update to 2.51crees2012-04-183-4/+4
| | | | Submitted by: demon
* - update to 1.3.5rm2012-04-123-4/+4
| | | | | changelog: http://dev.deluge-torrent.org/wiki/ChangeLog
* Mark as deprecated and set expiration to 2012-05-10 for ports that are mark ↵bapt2012-04-103-0/+9
| | | | as broken for more than 6 month
* Update net-p2p/rtorrent-devel to 0.9.1.flz2012-04-082-5/+5
| | | | Feature safe: yes
* Update net-p2p/libtorrent-devel to 0.13.1.flz2012-04-083-4/+6
| | | | Feature safe: yes
* - Update to 2.50crees2012-04-026-16/+12
| | | | | Submitted by: "Hakisho" Feature safe: yes
* - Update to 5.5.21miwi2012-03-256-917/+1888
| | | | | | PR: 166049 Submitted by: Ports Fury Feature safe: yes
* Remove two expired ports:eadler2012-03-218-107/+0
| | | | | | | 2012-03-21 graphics/vrml2pov: "unfetchable" 2012-03-20 net-p2p/fidelio: Hotline services does not exists anymore Feature safe: yes
* * Sun Mar 18 2012 - Christophe Dumez <chris@qbittorrent.org> - v2.9.7dougb2012-03-192-3/+3
| | | | | | - BUGFIX: Fix important HTTP request parsing bug (Web UI) Feature safe: yes
* - Update to 1.9dhn2012-03-182-3/+3
| | | | | | PR: ports/166216 Submitted by: Dmitriy Limonov <earl1k@mail.ru> (maintainer) Feature safe: yes
* * Sat Mar 17 2012 - Christophe Dumez <chris@qbittorrent.org> - v2.9.6dougb2012-03-182-3/+3
| | | | | | | | | | | | - BUGFIX: Fix download first/last pieces state reporting - BUGFIX: Fix name of progress column in torrent content panel - BUGFIX: RSS downloader should not ignore "Do not start automatically" rule - BUGFIX: Fix DHT port setting in Web UI - BUGFIX: Fix possible Web UI authentication problem when using SSL - BUGFIX: Fix possible issues with folder removal when removing a torrent - I18N: Add Basque translation Feature safe: yes
* - Set / Update Portscout flagsmiwi2012-03-173-3/+9
| | | | | | | | | - Pass maintainership to submitter PR: 166062 166105 166112 166113 166114 166115 166141 166154 166155 166156 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Feature safe: yes
* - Revert ports/165605 as requested by portmgr@pgollucci2012-03-142-2/+19
| | | | | | | | | Note: devel/p5-B-Size and devel/p5-Devel-Arena where intentionally not restored. PR: ports/165605 Approved by: portmgr (bapt) Feature safe: yes (I sure hope so)
* - update to 1.3.4rm2012-03-118-109/+263
| | | | | | | | | | | | - strict python versions - drop WITH_PSYCO option (python < 2.6 is EOL) - drop optional simplejson dependency (for python < 2.6) - silence REINPLACE_CMD calls changes: http://dev.deluge-torrent.org/wiki/ChangeLog Feature safe: yes
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, ↵pgollucci2012-03-092-19/+2
| | | | | | | | | | | | | | | devel/p5-Devel-Arena) - Remove conditionals for PERL_LEVEL < 501200 - Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk - Other minor cleanups RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS} PR: ports/165605 Submitted by: pgollucci (myself) Approved by: portmgr (linimon) Exp Run by: linimon Tested by: make index
* - Fix build with curl 7.24.0: curl/types.h was removed (unused since Apr 2004)sunpoet2012-03-081-0/+3
| | | | | | Submitted by: sunpoet (myself) Tested by: exp-run by linimon Approved by: linimon (with portmgr hat)
* Update libktorrent to 1.2.0makc2012-03-078-35/+33
| | | | Update ktorrent to 4.2.0
* Update to 0.5.3aarved2012-02-2717-351/+36
| | | | | PR: 164979 Submitted by: maintainer
* The hotline services seems to be closed now.bapt2012-02-201-0/+3
|
* * Sat Feb 18 2012 - Christophe Dumez <chris@qbittorrent.org> - v2.9.5dougb2012-02-202-3/+4
| | | | | | | | - BUGFIX: Fix crash when disabling then reenabling RSS - BUGFIX: Fix duplicate torrent detection when adding a magnet link - BUGFIX: Fix import of new trackers when adding a torrent with same hash - BUGFIX: Fix possible redownload of torrents marked as read - BUGFIX: Properly remove RSS feed settings/history upon feed removal
* * Sat Feb 18 2012 - Christophe Dumez <chris@qbittorrent.org> - v2.9.4dougb2012-02-192-3/+3
| | | | | | | | - BUGFIX: qBittorrent does not handle redirection to relative URLs correctly - BUGFIX: Fix potential bug when moving single file torrents to tmp folder - BUGFIX: Fix torrent import dialog layout - BUGFIX: Prevent log window buffer from filling up - I18N: Add Belarusian translation
* - Bump PORTREVISION to chase the update of multimedia/libvpxashish2012-02-163-1/+3
|
* Update to SVN r10759rene2012-02-164-4/+6
| | | | | PR: ports/165127 Submitted by: maintainer
* - Update to 1.8jgh2012-02-162-8/+6
| | | | | | | - while here shorten master_sites for sourceforge to SF PR: ports/165187 Submitted by: maintainer, earl1k at mail.ru
* Bump pcre library dependency due to 8.30 updatemm2012-02-141-2/+2
|
* - convert to using PYTHON_SITELIBDIR (non-functional change)rm2012-02-131-16/+16
|
* - Update MASTER_SITESculot2012-02-061-1/+1
| | | | | PR: ports/164801 Submitted by: Sam Cassiba <sam@cassiba.com> (maintainer)
* - Update to 2.041culot2012-02-012-4/+4
| | | | | | Changes: http://solidcointalk.org/topic/532-solidcoin-v2041-released/ PR: ports/164686 Submitted by: Dmitriy Limonov <earl1k@mail.ru> (maintainer)
* - Update to SVN 10708rene2012-01-312-4/+5
| | | | | | | - Use ${PERL} to invoke perl PR: ports/164601 Submitted by: maintainer
* Update net-p2p/rtorrent-devel to 0.9.0.flz2012-01-292-5/+5
|
* Update net-p2p/libtorrent-devel to 0.13.0.flz2012-01-293-3/+8
|
* - Backport upstream patch to fix high cpu load issues.flz2012-01-292-1/+27
| | | | | Submitted by: Nicholas Smith Obtained from: http://libtorrent.rakshasa.no/ticket/2661
* - Fix build when perl symlink is missingmiwi2012-01-291-0/+2
| | | | | | PR: 163188 Submitted by: Jan Beich <jbeich@tormail.net> Approved by: maintainer timeout
* RetroShare is a Open Source cross-platform, private and secure decentralisedpawel2012-01-2719-0/+410
| | | | | | | | | | | | communication platform. It lets you to securely chat and share files with your friends and family, using a web-of-trust to authenticate peers and OpenSSL to encrypt all communication. RetroShare provides filesharing, chat, messages, forums and channels. WWW: http://retroshare.sourceforge.net/ PR: ports/164283 Submitted by: Peter Klett <glocke@bsdstammtisch.at>
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450eadler2012-01-222-2/+2
| | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr
* Update to 0.15.9, a bugfix release:dougb2012-01-202-3/+3
| | | | | | | | | * fixed https crash * added some functions missing from the python binding * fixed rare piece picker bug * fixed invalid torrent_status::finished_time * fixed bugs in dont-have and upload-only extension messages * don't open files in random-access mode (speeds up hashing)
* Chase devel/upnp shlib bumppawel2012-01-192-3/+4
|
* - Update to 2.03jgh2012-01-162-4/+11
| | | | | | PR: ports/164142 Submitted by: maintainer ( Dmitriy Limonov <earl1k at mail.ru> ) Approved by: cress, rene (mentors,implicit)
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-1410-10/+10
| | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other.
* - The proper acronym for Apache Software License 2 is really AL2tabthorpe2012-01-091-1/+1
| | | | | | | | | - Thanks to crees@ for generating the initial patch PR: ports/163521 Submitted by: Pedro Giffuni <pfg apache.org> Hat: portmgr Exp run by: pav
* - Update to 1.7jgh2012-01-072-6/+8
| | | | | | | | - adjust patch target PR: ports/163785 Submitted by: maintainer, Dmitriy Limonov <earl1k at mail.ru> Approved by: crees (mentor)
* * Thu Dec 29 2011 - Christophe Dumez <chris@qbittorrent.org> - v2.9.3dougb2012-01-042-3/+3
| | | | | | | | | | | - BUGFIX: Fix btdigg plugin (Python3 support + torrent name in magnet links) - BUGFIX: Fix banning of IPv6 peers (Closes #885021) - BUGFIX: Fix torrent addition dialog layout problem (Closes #84650522) - BUGFIX: Do not report any progress for disabled files (Closes #56731485) - BUGFIX: Make torrent sorting case insensitive (Closes #857154) - BUGFIX: Improve Web UI usability of small devices - BUGFIX: Program updater: More reliable version detection / comparison - I18N: Add Georgian translation
* - change required APACHE version from 13+ to 20+ohauer2012-01-021-1/+1
| | | | | | | | (prepare to remove www/apache13) - no PORTREVISION bump since apache22 is the default with hat apache@
* Pass maintainership to Barbara per email to ports@jgh2011-12-282-2/+2
| | | | | | | http://lists.freebsd.org/pipermail/freebsd-ports/2011-December/072036.html Submitted by: Barbara <barbara.xxx1975 at libero.it > Approved by: rene (mentor)
* Pacify portlintehaupt2011-12-271-2/+2
| | | | Feature safe: yes
* - Update to verion 1.6pawel2011-12-272-5/+22
| | | | | | | | - Project database library switched from GDBM to SQLite - Add option to build ncdc-db-upgrade PR: ports/163626 Submitted by: Dmitriy Limonov <earl1k@mail.ru> (maintainer)
* - Reset ports to heap due to mail bouncestabthorpe2011-12-272-2/+2
| | | | | | | | | | | <swell.k@gmail.com>: host gmail-smtp-in.l.google.com[74.125.53.26] said: 550-5.1.1 The email account that you tried to reach does not exist. Please try 550-5.1.1 double-checking the recipient's email address for typos or 550-5.1.1 unnecessary spaces. Learn more at 550 5.1.1 http://mail.google.com/support/bin/answer.py?answer=6596 d6si2748840pbk.7 (in reply to RCPT TO command) With Hat: portmgr
* Use a better fix for LICENSE_FILE_GPLv2 from portlints point of view.rene2011-12-262-2/+4
| | | | Submitted by: Jan Beich
* Fix libpng check in configure script, fixed upstream in r10694.rene2011-12-262-2/+18
| | | | | | PR: ports/163182 Submitted by: Barbara Approved by: maintainer timeout (swell.k, 14 days)
* - Update to r10703rene2011-12-264-26/+12
| | | | | | | | | - Some changes in manpage languages PR: ports/163582 PR: ports/163128 (older update) Submitted by: Barbara Approved by: maintainer timeout of 163128 (swell.k, 15 days)
* Ncdc is a modern and lightweight direct connect clientpawel2011-12-254-0/+39
| | | | | | | | | with a friendly ncurses interface. WWW: http://dev.yorhel.nl/ncdc PR: ports/162922 Submitted by: Dmitriy Limonov
* - Update to 0.11sunpoet2011-12-243-13/+24
| | | | | | | | | - Pet portlint Changes: http://search.cpan.org/dist/Net-DirectConnect/Changes PR: ports/161919 Submitted by: sunpoet (myself) Approved by: maintainer (implicit)
* - Update to 2.02culot2011-12-192-6/+4
| | | | | | Changes: http://solidcointalk.org/topic/481-solidcoin-v202-released/ PR: ports/163436 Submitted by: Dmitriy Limonov <earl1k@mail.ru> (maintainer)
* SolidCoin is an open source digital currency, originally based on Bitcoin,pawel2011-12-154-0/+80
| | | | | | | | | | | but now heavily modified and improved. SolidCoin works over a distributed peer-to-peer network to offer irreversible, low-cost, anonymous and decentralized monetary transactions. WWW: http://solidcoin.info PR: ports/162335 Submitted by: Dmitriy Limonov
* - Mark BROKEN: does not linkpav2011-12-151-0/+2
| | | | Reported by: pointyhat
* - Update to 2.42crees2011-12-116-12/+9
| | | | | | - Use --with(out)-gtk instead of enable -- option has changed Feature safe: yes
* Update to 4.1.3makc2011-12-083-9/+10
| | | | | | Replace check for ktorrent-2 with CONFLICTS_BUILD Feature safe: yes
* Update to 1.1.3makc2011-12-083-6/+9
| | | | Feature safe: yes
* - Update to 2.3.1rene2011-12-016-291/+183
| | | | | | | | | | - Make the port look similar to net-p2p/amule-devel to ease updating the two. - Partially pet portlint. PR: ports/162603 Submitted by: Barbara (barbara.xxx1975 libero/it) Approved by: maintainer timeout (swell.k, 14 days) Feature safe: yes
* PR: 162340scheidell2011-11-294-0/+29
| | | | | | | | | | | | | | | | | Submitted by: gelraen.ua@gmail.com Reviewed by: Approved by: gabor (mentor) Obtained from: MFC after: Security: Feature safe: yes On some machines resulting binaries contains "/usr/lib" before "/usr/local/lib/gcc45" in rpath and user gets something like this if tries to launch that binary: /libexec/ld-elf.so.1: /usr/lib/libstdc++.so.6: version GLIBCXX_3.4.10 required by /usr/local/bin/eiskaltdcpp-gtk not found Attached patch adds BUILD_DEPENDS on devel/chrpath, which is used to overwrite rpath in built binaries (-DCMAKE_INSTALL_RPATH only aappends directories to rpath)
* Remove trailing whitespaces.ehaupt2011-11-191-1/+1
| | | | Feature safe: yes
* Update from "obsolete" 4.3.1.4 to the currently-latest 4.7.0.0.mi2011-11-147-116/+14
| | | | | Feature safe: yes Approved by: portmgr (tabthorpe)
* Change email for my ports to FreeBSD one.rm2011-11-112-2/+2
| | | | | Approved by: novel (mentor) Feature safe: yes
* Remove ports@ ports that have been DEPRECATED for at least 1 monthdougb2011-11-0217-433/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | audio/shoutcast Unfetchable; website rearranged audio/linux-shoutcast Unfetchable; website rearranged chinese/scim-chewing Does not configure converters/py-cjkcodecs Integrated into every python version in the tree databases/kpogre Does not compile deskutils/mhc Does not fetch deskutils/org-mode.el6 Does not fetch deskutils/gemcal Does not fetch devel/erlang-thrift Does not build dns/domtools Does not fetch editors/richtext Does not compile games/vultures-claw Does not fetch games/bomb Does not fetch games/lgeneral-data Bad plist games/linux-enemyterritory-jaymod Does not fetch games/xphotohunter Does not fetch graphics/gimpshop Fails to patch graphics/lightspark-devel Does not compile graphics/xmms-plazma Does not fetch graphics/py-cgkit Does not fetch, does not compile on ia64, powerpc, or sparc64 japanese/rxvt Does not fetch, fails to build with new utmpx japanese/epic4 Some distfiles do not fetch java/jde Does not fetch java/kaffe Does not fetch korean/gdick HTMLs from the Yahoo! Korea Dictionary cannot be parsed, other runtime problems korean/hanterm-xf86 Does not compile korean/stardict2-dict-kr Does not fetch lang/p5-JavaScript Does not fetch lang/TenDRA Website disappeared; last release 2006, Does not compile on recent FreeBSD-9 mail/freepops Does not build mail/itraxp Does not build misc/tellico Leaves file behind on deinstall net/gsambad Does not fetch net/nocatauth-gateway Uses a UID registered to another port net/nocatauth-server Uses a UID registered to another port net/libosip2 Does not fetch net/kmuddy Does not fetch net/netboot Does not build net-mgmt/jffnms Does not fetch net-p2p/frostwire Does not fetch net-p2p/azureus Does not fetch news/cleanscore Does not fetch news/nntpswitch Does not fetch news/p5-NewsLib Does not fetch russian/cyrproxy Does not fetch science/gerris Does not fetch security/opensaml Does not fetch sysutils/wmbattery Does not fetch sysutils/cpuburn No more public distfiles textproc/tei-guidelines-p4 Does not fetch textproc/tei-p4 Does not fetch textproc/py-hyperestraier Does not fetch textproc/tdtd.el Does not fetch textproc/tei-lite Does not fetch www/phpwiki13 Does not fetch www/p5-Apache-Scoreboard Depends on mod_perl www/p5-B-LexInfo Broken due the new mod_perl2 API www/phpwiki Does not fetch www/smb2www Apache13 is deprecated, migrate to 2.2.x+ now www/spip Checksum is changing daily www/monkey Does not fetch x11-toolkits/jdic Does not fetch x11-toolkits/py-kde Does not compile
* 2011-11-01 games/phpua-ut2003: depends on phpua-enginemiwi2011-11-0131-1112/+0
| | | | | | | | | | | | | | | | | | | | | | | 2011-11-01 games/phpua-engine: apache13 is deprecated, migrate to 2.2.x+ now 2011-11-01 games/phpua-hl: depends on phpua-engine 2011-11-01 games/phpua-ut: depends on phpua-engine 2011-11-01 games/phpua-cod: depends on phpua-engine 2011-11-01 games/uox3: No more public distfiles 2011-11-01 games/phpua-q3: depends on phpua-engine 2011-11-01 games/phpua-bf: depends on phpua-engine 2011-10-30 graphics/kallery: does not build; last release 20010511 2011-10-28 graphics/gtksee: depends on unfetchable port archivers/bzip; last release 2004 2011-11-01 mail/mailscanner-mrtg: apache13 is deprecated, migrate to 2.2.x+ now 2011-10-31 net-p2p/qbittorrent-28-nox11: Please migrate to net-p2p/qbittorrent-29 2011-10-31 net-p2p/qbittorrent-28: Please migrate to net-p2p/qbittorrent-29 2011-10-31 net-p2p/dctc-gui-qt No more public distfiles 2011-10-31 net-p2p/dctc-gui No more public distfiles 2011-09-01 net-p2p/dctc: No more public distfiles 2011-11-01 www/slash: apache13 is deprecated, migrate to 2.2.x+ now 2011-11-01 databases/maatkit: Upstream support dropped. Please consider using databases/percona-toolkit 2011-11-01 databases/mysqlman: apache13 is deprecated, migrate to 2.2.x+ now 2011-11-01 databases/mysql-editor: apache13 is deprecated, migrate to 2.2.x+ now 2011-09-30 databases/gnats: Security issues
* * Sat Oct 29 2011 - Christophe Dumez <chris@qbittorrent.org> - v2.9.2dougb2011-10-312-3/+3
| | | | - BUGFIX: Fix mimimum dimensions for torrent addition dialog
* * Sun Oct 23 2011 - Christophe Dumez <chris@qbittorrent.org> - v2.9.1dougb2011-10-262-3/+3
| | | | | | | - BUGFIX: Add support for speed limits scheduling (Web UI) - BUGFIX: Fix ratio calculation for purely seeded torrents - I18N: Update Russian translation - COSMETIC: Torrent addition dialog layout fixes
* - net-p2p/transmisson-remote-gui was renamed to net-p2p/transmission-remote-guiacm2011-10-256-76/+2
|
* - net-p2p/transmisson-remote-gui was renamed to net-p2p/transmission-remote-guiacm2011-10-251-0/+1
|
* EiskaltDC++ is a cross-platform program that uses the Direct Connectpawel2011-10-257-0/+80
| | | | | | | | | | | | | and ADC protocol. It is compatible with other DC clients, such as the original DC from Neomodus, DC++ and derivatives. EiskaltDC++ also interoperates with all common DC hub software. This port contains XMLRPC CLI client for EiskaltDC++ daemon. WWW: http://code.google.com/p/eiskaltdc/ PR: ports/161898 Submitted by: Maxim Ignatenko <gelraen.ua@gmail.com>
* Update to version 2.2.4pawel2011-10-2526-218/+505
| | | | | | | Changelog: https://github.com/negativ/eiskaltdcpp/blob/master/ChangeLog.txt PR: ports/161898 Submitted by: Maxim Ignatenko <gelraen.ua@gmail.com> (maintainer)
* The vast majority of pkg-descr files had the following format when theydougb2011-10-243-5/+1
| | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues
* Remove more tags from pkg-descr files fo the form:dougb2011-10-246-18/+0
| | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file.
* Fix build when WITHOUT_PYGTK=truepawel2011-10-202-7/+9
| | | | | | PR: ports/160898 Reported by: Doug Penner <darwinsurvivor@gmail.com> Fix by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer)
* - Update to version 1.1.0danfe2011-10-195-86/+140
| | | | - Add LICENSE (GPLv2)
* - Update to 2.41crees2011-10-195-7/+7
| | | | | | | - Update MASTER_SITES PR: ports/161712 Submitted by: Barbara <barbara.xxx1975@libero.it>
* - Updated to 0.8glarkin2011-10-182-5/+5
| | | | | PR: ports/161514 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer)
* - Update dependencies after KDE ports upgrade.avilla2011-10-174-4/+2
| | | | | - Avoid removing kdehier4 directories. - Bump PORTREVISION.
* Chase www/libmicrohttpd shlib bumppawel2011-10-131-2/+2
|
* Introduce qbittorrent 2.9.0, with the following new features vs. the 2.8.xdougb2011-10-1010-1/+180
| | | | | | | | | | | | | | | | | | | | | | | | branch: * Sat Oct 08 2011 - Christophe Dumez <chris@qbittorrent.org> - v2.9.0 - FEATURE: Add setting to ignore slow torrents in queueing system - FEATURE: Add advanced setting to announce to all trackers - FEATURE: Add quick "set as default save path" checkbox to torrent addition dialog (sledgehammer999) - BUGFIX: Add tray menu entry for toggling window visibility - BUGFIX: Fix execution log lines selection and copying - BUGFIX: Reduce CPU usage when running Web UI - BUGFIX: Save RSS items to disk regularly for safety - BUGFIX: Fix ratio calculation (use all_time_download) - BUGFIX: Fix torrent upload issues (Web UI) - BUGFIX: Fix some IE incompatibilities (Web UI) - COSMETIC: Display speed at the beginning of the Window title - COSMETIC: Several cosmetic fixes to the Web UI - COSMETIC: Make top toolbar follow system style - OTHER: Display libraries versions in about dialog (sledgehammer999) - OTHER: Display qBittorrent version in Web UI about dialog Set NO_LATEST_LINK in qbittorrent-28, and DEPRECATE it.
* Remove ports maintainted by ports@ which have passed their EXPIRATION_DATEdougb2011-10-097-152/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | astro/gkrellsun Abandonware astro/xrmap No more distfiles audio/midimountain Abandonware audio/gkrellmss Abandonware audio/gnapster Abandonware databases/xbase No more public distfiles databases/xbsql No more public distfiles games/gtkabale No more public distfiles games/battleball No more public distfiles, does not compile on ia64 or sparc64 games/race No more public distfiles games/stvef-paks No more public distfiles games/stvef-server No more public distfiles games/tome No more public distfiles games/qkmj No more public distfiles games/oilwar No more public distfiles games/xbaby No more public distfiles games/xword Abandonware games/kslide No more public distfiles graphics/xmrm No more public distfiles, does not compile on amd64 or sparc64 graphics/giftrans Upstream disappeared and distfile is not available graphics/wildmagic BROKEN for more than 6 months, does not fetch irc/ircd-rusnet No more public distfiles irc/tkirc No more public distfiles korean/mizifont No more public distfiles lang/freetxl No more public distfiles math/nsc2ke No more public distfiles misc/mgp-mode.el No more public distfiles multimedia/p5-RIFF-Info No more public distfiles net/p5-Net-OpenDHT No more public distfiles net/mudix No more public distfiles net-im/newsbot No more public distfiles net-im/libicq2000 Abandonware net-im/gossip No longer maintain by upstream, use net-im/empathy instead net-im/ickle Abandonware net-mgmt/nipper BROKEN for more than 6 month, does not fetch net-p2p/mldonkey-serverspy No more public distfiles news/p5-Gateway No more public distfiles print/epsmerge No more public distfiles science/at No more public distfiles science/pyvox No more public distfiles security/p5-Email-Obfuscate No more public distfiles security/libparanoia No more public distfiles security/execwrap No more public distfiles
* EiskaltDC++ is a cross-platform program that uses the Direct Connectpawel2011-10-067-0/+160
| | | | | | | | | | | | | | and ADC protocol. It is compatible with other DC clients, such as the original DC from Neomodus, DC++ and derivatives. EiskaltDC++ also interoperates with all common DC hub software. This port is GUI-less daemon that uses eiskaltdcpp-lib. WWW: http://code.google.com/p/eiskaltdc/ PR: ports/155447 Submitted by: Maxim Ignatenko <gelraen.ua@gmail.com> Approved by: miwi, wen (mentors implicit)
* - Update to version 2.2.1pawel2011-10-0625-736/+921
| | | | | | | | - Add LICENSE PR: ports/155447 Submitted by: Maxim Ignatenko <gelraen.ua@gmail.com> (maintainer) Approved by: miwi, wen (mentors implicit)
* 0.15.8 releasedougb2011-10-032-4/+3
| | | | | | | | | | | | | | | | | | | * allow NULL to be passed to create_torrent::set_comment and create_torrent::set_creator * fix UPnP issue for routers with multiple PPPoE connections * fix issue where event=stopped announces wouldn't be sent when closing session * fix crash when using broken SOCKS5 proxies * fix CPU busy loop issue in tracker announce logic * honor IOV_MAX when using writev and readv * don't post 'operation aborted' UDP errors when changing listen port * fix tracker retry logic, where in some configurations the next tier would not be tried * fixed bug in http seeding logic (introduced in 0.15.7) * add support for dont-have extension message * fix for set_piece_deadline * add reset_piece_deadline function * fix merkle tree torrent assert
* As previously advertised, delete ports that havedougb2011-09-3023-2765/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vulnerabilities listed in portaudit, and those that depend on them - part 1 math/mupad Relies on xpm, vulnerable since 2004-09-15 net-p2p/torrentflux Vulnerable since 2006-10-07 net/tptest Vulnerable since 2009-12-17 security/pgp6 Vulnerable since 2005-07-31 www/p5-RTx-RightsMatrix Only works with www/rt36, which is FORBIDDEN www/p5-RTx-Shredder Only works with www/rt36, which is FORBIDDEN www/p5-RTx-Statistics Only works with www/rt36, which is FORBIDDEN www/plone Vulnerable since 2011-02-10 www/pyblosxom Vulnerable since 2009-02-11 www/rt36 Vulnerable since 2009-12-09 www/zope-archetypes Depends on www/plone, which is FORBIDDEN www/zope-calendaring Depends on www/plone, which is FORBIDDEN www/zope-coreblog2 Depends on www/plone, which is FORBIDDEN www/zope-i18nlayer Depends on www/plone, which is FORBIDDEN www/zope-plonelanguagetool Depends on www/plone, which is FORBIDDEN www/zope-simpleblog Depends on www/plone, which is FORBIDDEN
* As previously advertised, remove ports that previously had beendougb2011-09-3028-725/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DEPRECATED without EXPIRATION_DATE, and the ports that depend on them. audio/mt-daapd Use audio/firefly instead databases/p5-DBIx-Class-Validation Depends on textproc/p5-FormValidator-Simple, which is DEPRECATED devel/p5-Class-Data-Accessor Please consider using p5-Class-Accessor-Grouped or p5-Moose graphics/libflash gplflash is no longer supported. Please use gnash instead graphics/flashplayer Depends on DEPRECATED graphics/libflash japanese/p5-FormValidator-Simple-Plugin-Number-Phone-JP Depends on textproc/p5-FormValidator-Simple, which is DEPRECATED net/p5-OAuth-Lite Depends on devel/p5-Class-Data-Accessor, which is DEPRECATED net-mgmt/py-snmp use net-mgmt/py-snmp4 instead net-mgmt/py-twistedSNMP Relies on net-mgmt/py-snmp, which is DEPRECATED net-p2p/gift unmaintained upstream for several years net-p2p/giftcurs unmaintained upstream for several years net-p2p/giftoxic unmaintained upstream for several years net-p2p/giftui unmaintained upstream for several years net-p2p/apollon Depends on net-p2p/gift, which is DEPRECATED textproc/p5-FormValidator-Simple Depends on devel/p5-Class-Data-Accessor, which is DEPRECATED www/flashplugin-mozilla gplflash is no longer supported. Please use graphics/gnash, \ www/p5-HTML-Widget Depends on devel/p5-Class-Data-Accessor, which is DEPRECATED www/p5-Catalyst-Plugin-AutoRestart Depends on devel/p5-Class-Data-Accessor, which is DEPRECATED www/p5-Catalyst-Example-InstantCRUD Depends on www/p5-HTML-Widget, which is DEPRECATED www/p5-Catalyst-Plugin-FormValidator-Simple Depends on textproc/p5-FormValidator-Simple, which is DEPRECATED www/p5-Catalyst-Plugin-HTML-Widget Depends on www/p5-HTML-Widget, which is DEPRECATED www/asterisk-fop Depends on www/flashplugin-mozilla which is DEPRECATED www/p5-Handel Depends on textproc/p5-FormValidator-Simple, which is DEPRECATED www/p5-DBIx-Class-HTMLWidget Depends on www/p5-HTML-Widget, which is DEPRECATED www/p5-HTML-Widget-DBIC Disappear from CPAN x11-wm/fvwm24 No longer supported by fvwm.org
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-2425-55/+44
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* - Update to 0.4.0.shaun2011-09-242-6/+12
| | | | - Use DIST_SUBDIR since the distfiles are just version numbers.
* * Mon Sep 12 2011 - Christophe Dumez <chris@qbittorrent.org> - v2.8.5dougb2011-09-222-3/+3
| | | | | | | | - BUGFIX: Fix encryption setting saving in Web UI - BUGFIX: Fix "Copy torrents to" setting saving in Web UI - BUGFIX: Announce to all trackers in a tier to avoid stalling issues - BUGFIX: Fix search engine plugins update tool - BUGFIX: Fix KickAssTorrents search plugin
* Mark BROKEN: does not builderwin2011-09-211-0/+1
|
* Fix build with clang.rene2011-09-211-0/+20
| | | | | | PR: ports/160510 Submitted by: "h h" [aakuusta gmail.com] Approved by: maintainer timeout (swell.k, 14 days)
* - Update to 3.1.0 [1]rene2011-09-164-20/+35
| | | | | | | | | | - Garbage collect old threading options [1] - Fix build with clang [2] PR: ports/160502 [1,2] ports/160498 [2] Submitted by: "h h" (aakuusta gmail.com) [1,2] Obtained from: upstream [2]
* Change maintainer address to my FreeBSD addresscs2011-09-151-1/+1
| | | | Approved by: wen@ (mentor)
* - Pass maintainership to submittersunpoet2011-09-101-4/+1
| | | | | | | - Remove DEPRECATED and EXPIRATION_DATE PR: ports/160615 Submitted by: Conrad J. Sabatier <conrads@cox.net>
* Cleanup, and stop auto-detecting OGG-- now an option.crees2011-09-082-17/+26
| | | | | PR: ports/160012 Submitted by: Conrad J. Sabatier <conrads@cox.net>
* 2011-09-01 korean/hlatexfonts-ocf: No more public distfilesbapt2011-09-0710-141/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2011-09-01 korean/pgp.language: No more public distfiles 2011-09-01 games/xgammon: No more public distfiles 2011-09-01 korean/hanIM: No more public distfiles 2011-09-01 misc/gplbp: No more public distfiles 2011-09-01 net/vyqchat: No more public distfiles 2011-09-01 news/xmitbin: No more public distfiles 2011-09-01 games/tvp: No more public distfiles 2011-09-01 games/glasteroids: No more public distfiles 2011-09-01 games/xscrabble: No more public distfiles 2011-09-01 games/xbat: No more public distfiles 2011-09-01 korean/hanmiscutils: No more public distfiles 2011-09-01 net-p2p/hagelslag: No more public distfiles 2011-09-01 games/cgoban2: No more public distfiles 2011-09-01 games/krosswordplayer: No more public distfiles 2011-09-01 korean/helvis: No more public distfiles 2011-09-01 print/mgv: No more public distfiles 2011-09-01 japanese/linux-JM: No more public distfiles 2011-09-01 games/xlines: No more public distfiles 2011-09-01 games/xgame: No more public distfiles 2011-09-01 net/ttt: No more public distfiles 2011-09-01 games/merlin: No more public distfiles 2011-09-01 games/xshisen: No more public distfiles 2011-09-01 games/slige: No more public distfiles 2011-09-01 games/wmtimebomb: No more public distfiles 2011-09-01 net-mgmt/cfgstoragemk: No more public distfiles
* Mark vulnerable ports FORBIDDEN with EXPIRATION_DATE= 2011-09-30dougb2011-09-031-0/+3
|
* s/EXPIRATION/EXPIRATION_DATE/dougb2011-09-035-5/+5
| | | | Submitted by: bapt
* Add DEPRECATED and EXPIRATION, depends on ../gift which is also DEPRECATEDdougb2011-09-031-0/+3
|
* Add EXPIRATION to ports marked DEPRECATED that do not already have it. [1]dougb2011-09-034-0/+4
| | | | | | | | | | Date set to 2011-09-30 since that's > 1 month in all cases. Feel free to change it to something more appropriate. Change DEPRECATED to IGNORE for security/openvpn-beta to better fit the intention. Problem pointed out by: linimon [1]
* - Update to 0.9.8sylvio2011-09-022-6/+6
|
* Chase libnotify, libproxy and webkit-gtk2 shlib changes, and fix build where ↵kwm2011-08-243-2/+14
| | | | needed.
* - update to 1.3.3kwm2011-08-234-48/+50
| | | | | | | | | | | | | | | | | | | | | - Assign maintainer to submitter - install license with license framework, not manually - eliminate explicit setuptools dependency because build/run dependency on it already implied when USE_DISTUTILS=easy_install is set - remove boost-python-libs dependency - it is needed only for bundled libtorrent-rasterbar-python, while we install libtorrent-rasterbar-python from ports tree - depend on simplejson only if python < 2.6 (it is included into >=2.6) - use PYTHON_VER instead of homebrew PYDOTVER (yeah, i know they are not the same, but PYTHON_VER is sufficient in this case) - www/py-twistedWeb dependency is needed only at runtime, so use USE_TWISTED_RUN instead - unset WITH_PSYCO if python version > 2.6 (psyco doesn't works with 2.6+) - fix some whitespace PR: ports/159175 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Approved by: jsa@ (old maintainer)
* Over to new volunteer. Give this a reprieve from the axe.linimon2011-08-221-4/+1
| | | | PR: ports/159984
* Update maintainer address and commentcrees2011-08-211-2/+2
| | | | | PR: ports/159945 Submitted by: Sam Cassiba (maintainer)
* - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is definedohauer2011-08-211-2/+2
|
* Update to 4.1.2makc2011-08-193-4/+7
|
* Update to 1.1.2makc2011-08-193-4/+7
|
* - Fixed WWW link after divmod.org went offlineglarkin2011-08-181-1/+1
| | | | | PR: ports/158977 Submitted by: C-S <c-s@c-s.li> (maintainer)
* Deprecate, these ports have been unmaintained upstream for several years.rene2011-08-164-0/+8
| | | | | | PR: ports/158020 Submitted by: maintainer of gift and giftcurs Approved by: maintainer timeout (giftoxic, giftui)
* Fix fetch, but it could still do with an update.crees2011-08-131-3/+3
| | | | PR: ports/159667
* - Change to use alternative server, thus making it useful again.crees2011-08-131-6/+5
| | | | | | | - Pass maintainership to submitter PR: ports/159722 Submitted by: "Conrad J. Sabatier" <conrads@cox.net>
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sincekwm2011-08-123-3/+2
| | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
* * Tue Aug 09 2011 - Christophe Dumez <chris@qbittorrent.org> - v2.8.4dougb2011-08-112-3/+3
| | | | | | | - BUGFIX: Added back ability to reorder trackers - BUGFIX: Do not announce to all trackers in the same tier to comply with the multi-tracker specification - BUGFIX: Fix torrent addition dialog geometry saving
* Update to 2.33crees2011-08-103-4/+4
|
* Apply the same solution for COMPILETIME_OPTIONS+= as in -15dougb2011-08-091-1/+5
| | | | Future-proof CONFLICTS
* Fix handling of COMPILETIME_OPTIONS in configure. Inspired by the PRdougb2011-08-091-7/+10
| | | | | | | but I used a different solution. PR: ports/155958 Submitted by: Maxim Samsonov <xors@mne.ru>
* - Update to 0.3.24.shaun2011-08-082-16/+8
| | | | - Hack for github no longer required.
* * Tue Aug 02 2011 - Christophe Dumez <chris@qbittorrent.org> - v2.8.3dougb2011-08-072-3/+3
| | | | | | - BUGFIX: Fix memory usage problem in log tab - BUGFIX: Make sure the main window is not hidden on startup if no system tray icon is available
* Update to version 0.15.7:dougb2011-08-072-4/+5
| | | | | | | | | | | | | | | | | | * exposed set_peer_id to python binding * improve support for merkle tree torrent creation * exposed comparison operators on torrent_handle to python * exposed alert error_codes to python * fixed bug in announce_entry::next_announce_in and min_announce_in * fixed sign issue in set_alert_mask signature * fixed unaligned disk access for unbuffered I/O in windows * support torrents whose name is empty * fixed connection limit to take web seeds into account as well * fixed bug when receiving a have message before having the metadata * fixed python bindings build with disabled DHT support * fixed BSD file allocation issue * fixed bug in session::delete_files option to remove_torrent For the port, future-proof CONFLICTS and make OPENSSLBASE explicit.
* - update WWWdinoex2011-08-061-1/+1
|
* Deprecate some ports where I can't find distfiles and upstreambapt2011-08-033-0/+9
|
* Mark BROKEN: Does not fetchbapt2011-08-032-0/+4
|
* Deprecate napster clientsbapt2011-08-023-0/+8
|
* Bye bye abandonwares (part 4)bapt2011-08-016-68/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2011-08-01 korean/a2ps: Looks like an abandonware, no more public distfiles 2011-08-01 korean/bitchx: Look like an abandonware, no more public distifles 2011-08-01 korean/elm: Look like an abandonware, no more public distifles 2011-08-01 korean/linuxdoc-sgml: Look like an abandonware, no more public distifles 2011-08-01 korean/mod_url: Look like an abandonware, no more public distifles 2011-08-01 korean/nh2ps: Look like an abandonware, no more public distifles 2011-08-01 korean/pinetreefonts: No more public distfile 2011-08-01 mail/bincimap: No more public distfile 2011-08-01 mail/cmail: No more public distfile 2011-08-01 math/hexcalc: Look like an abandonware, no more public distifles 2011-08-01 math/qgfe: Look like an abandonware, no more public distifles 2011-08-01 misc/ewipe: Look like an abandonware, no more public distifles 2011-08-01 misc/gkrellmfmonitor2: Look like an abandonware, no more public distifles 2011-08-01 misc/gkx86info: Look like an abandonware, no more public distifles 2011-08-01 multimedia/goggles: Abandonware, see: http://www.fifthplanet.net/2010/01/dead-projects-goggles-dvd-player.html 2011-08-01 multimedia/ldvd: Abandonware 2011-08-01 multimedia/linux-divx4linux: No more needed 2011-08-01 multimedia/linux-divx4linux4: No more needed 2011-08-01 multimedia/ogle: Abandonware 2011-08-01 multimedia/ogle-gui: Abandonware 2011-08-01 multimedia/okle: Abandonware 2011-08-01 multimedia/subconv: Look like an abandonware, no more public distifles 2011-08-01 net/callgen323: Look like an abandonware, no more public distifles 2011-08-01 net/lyntin: No longer under active development 2011-08-01 net/py-rt: No more public distfiles, looks like an abandonware 2011-08-01 net/rwhoisd: Looks like an abandonware, no more public distfiles 2011-08-01 net/traffic: Looks like an abandonware, no more public distfiles 2011-07-23 net-im/gnomeicu: No longer maintain by upstream, use net-im/empathy instead 2011-08-01 net-mgmt/trafd: Look like an abandonware, no more public distifles 2011-08-01 net-p2p/gkrellm-gift: Look like an abandonware, no more public distifles 2011-08-01 news/bgrab: Looks like an abandonware, no more public distfiles 2011-08-01 news/rkive: Looks like an abandonware, no more public distfiles 2011-08-01 polish/sap: Looks like an abandonware, no more public distfiles 2011-08-01 print/nenscript: Looks like an abandonware, no more public distfiles
* - Chase guile shared lib bumpjlaffaye2011-07-311-2/+2
| | | | - Add an entry to UPDATING
* Add bison build dependancy to fix the build after the recent glib and gtk ↵kwm2011-07-301-0/+1
| | | | update.
* Take these for now, mezz can take them back whenever he likes.crees2011-07-285-5/+5
|
* Add BUILD_DEPENDS on devel/gettextlioux2011-07-271-1/+2
| | | | Submitted by: pav from pointyhat
* - Reset at maintainer's requesttabthorpe2011-07-261-1/+1
|
* - Reset ports at maintainers requesttabthorpe2011-07-254-4/+4
|
* o Update to 0.8.7lioux2011-07-252-5/+6
| | | | o Pet portlint
* Drop maintainershiplioux2011-07-256-6/+6
|
* take in some orphansbf2011-07-241-1/+1
|
* Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,linimon2011-07-216-6/+6
| | | | | | | | | | | | | | | | remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5 or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM is also removed, as it is not available in Java 1.5 and higher. Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5. While here, replace static values of JAVA_VERSION in files/*.in by %%JAVA_VERSION%% . PR: ports/158969 Submitted by: rene Tested on: pointyhat-west -exp
* - Update to 10589crees2011-07-214-51/+32
| | | | | | | | | - Only try to update desktop database if desktop-file-utils installed - Use bsd.port.options.mk PR: ports/154238 Submitted by: Pan Tsu (maintainer) Approved by: rene (mentor)
* Update to 3.0.7lioux2011-07-202-5/+5
| | | | | PR: ports/154908 Submitted by: soulcatcher <soulcatcher13@gmail.com>
* Update net-p2p/rtorrent-devel to 0.8.9.flz2011-07-182-6/+6
| | | | | PR: ports/158123 Submitted by: Jin-Sih Lin <linpct@gmail.com>
* Update net-p2p/rtorrent to 0.8.9.flz2011-07-184-21/+10
| | | | | PR: ports/158123 Submitted by: Jin-Sih Lin <linpct@gmail.com>
* Update net-p2p/libtorrent-devel to 0.12.9.flz2011-07-183-46/+45
| | | | | PR: ports/158870 Submitted by: Jin-Sih Lin <linpct@gmail.com>
* Update net-p2p/libtorrent to 0.12.9.flz2011-07-183-40/+49
| | | | | PR: ports/158870 Submitted by: Jin-Sih Lin <linpct@gmail.com>
* Remove net-p2p/tvrssarved2011-07-144-69/+0
| | | | | | | | The app grabs lists from http://tvrss.net which has been down since December. This app is now useless PR: 158770 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
* Unbreak port and update to 1.3.2.jsa2011-07-114-88/+133
| | | | | | Take maintainership. Approved by: kwm (mentor), pav (portmgr)
* Chase libmicrohttpd shared lib bumpjlaffaye2011-07-111-1/+1
| | | | Approved by: bapt (mentor)
* - Update to 0.10wen2011-07-052-3/+3
| | | | | | | ChangeLog: http://cpansearch.perl.org/src/PRO/Net-DirectConnect-0.10/Changes PR: ports/158644 Submitted by: Oleg Alexeenkov <proler@gmail.com>
* - Reassign to the heaptabthorpe2011-07-053-3/+3
|
* - Chase the libgcrypt shared lib versionswills2011-07-031-2/+2
|
* - Kick MD5 Supportmiwi2011-07-0380-80/+0
|
* - Upgrade to 0.3.23.shaun2011-07-022-9/+27
| | | | | | | - Add missing wxGTK runtime dependency. [1] - Add missing glib dependency (when built without GUI) [2] Submitted by: Tim Bishop [1], netchild [2]
* Forgot to remove a patch.mezz2011-07-011-11/+0
|
* Update to 2.32.mezz2011-07-015-8/+7
|
* Chase xmlrpc-c lib version and bump PORTREVISIONgarga2011-06-301-1/+1
|
* - Add missing dependencyacm2011-06-292-2/+4
| | | | Reported by: pav
* - Update to 1.2.16acm2011-06-254-130/+125
|
* - Update to 3.1acm2011-06-234-12/+34
| | | | | - The source code was obtained from transmisson-remote-gui svn. It compiles with latest version of lazarus
* Kill EOL whitespace.danfe2011-06-231-8/+8
|
* - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.az2011-06-212-5/+4
| | | | | | | See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. - Remove MD5 checksum - Utilize CPAN macro
* - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.az2011-06-202-2/+2
| | | | | | See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. - Remove MD5 checksum
* * Sat Jun 18 2011 - Christophe Dumez <chris@qbittorrent.org> - v2.8.2dougb2011-06-202-3/+3
| | | | | | | BUGFIX: Fix tracker exchange advanced setting BUGFIX: Fix Proxy authentication settings BUGFIX: Fix possible status filters widget height problem FEATURE: Show tracker tier (order) in tracker list
* Another bunch of deprecation: no more public distfiles and/or abandonwarebapt2011-06-171-0/+3
|
* Mark broken some ports with unfetchable distfilesbapt2011-06-172-0/+4
|
* remove broken master_site from the listbapt2011-06-171-2/+1
|
* Update to 4.1.1makc2011-06-153-4/+4
|
* Update to 1.1.1makc2011-06-153-4/+4
|
* - Fix {BUILD|RUN}_DEPENDSsunpoet2011-06-131-6/+9
| | | | | - Change to new CPAN :id subdir macro - Bump PORTREVISION for dependency change
* Fix local patch.flz2011-06-111-4/+4
|
* Add local patch to fix rtorrent's spinlock implementation.flz2011-06-094-2/+24
| | | | Submitted by: kan
* All qbittorrent development has moved to the 2.8 branch, so introducedougb2011-06-0618-392/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | version 2.8.1, and remove the older versions. The 2.8 branch has support for uTP when combined with the upcoming libtorrent-rasterbar 0.16 release. Additional new features: Proxy can be disabled for peer connections Added support for secure SMTP connection (SSL) Added support for SMTP authentication Added UPnP/NAT-PMP port forward for the Web UI port qBittorrent can update dynamic DNS services (DynDNS, no-ip) Display peer connection type in peer list (BT, uTP, Web) Added full regex support to RSS downloader Added regex help and validation in RSS downloader Added HTTPS support to Web UI (Ishan Arora) Bug fixes: Change systray icon on the fly (no restart needed) Remember peer-level rate limits (requires libtorrent v0.16) Stop announcing to trackers an all tiers (more respectful) Stop sharing private trackers with other peers Tracker exchange extension can be disabled Cleaner program exit on system log out Fix possible magnet link parsing problems Fix possible RSS URL parsing problems COSMETIC: Added monochrome icon for light themes
* Chase security/gnutls update and add an UPDATING entry.novel2011-06-061-0/+1
|
* net-p2p/rtorrent-devel isn't broken anymore.flz2011-05-251-2/+0
|
* Second half of the previous fix.shaun2011-05-251-1/+1
| | | | Note to self: test things before committing.
* - Fix miniupnpc library dependency.shaun2011-05-251-1/+2
| | | | | | - Bump PORTREVISION for previous plist fix while here. Submitted by: "Micheal" via private e-mail [1]
* Fix plist.shaun2011-05-251-4/+6
| | | | | Submitted by: pavmail Pointyhat to: shaun (me)
* The distfile for this port is assembled (or made available) on the fly.shaun2011-05-251-0/+9
| | | | | Add a pre-fetch hook to trigger this process, so that the tarball is available when we try to fetch.
* Update net-p2p/rtorrent-devel to 0.8.8.flz2011-05-243-18/+5
| | | | | PR: ports/157038 Submitted by: "Sergey V. Dyatko" <sergey.dyatko@gmail.com>
* Update net-p2p/libtorrent to 0.12.8.flz2011-05-243-5/+15
| | | | | PR: ports/157037 Submitted by: "Sergey V. Dyatko" <sergey.dyatko@gmail.com>
* Fix dependency line.shaun2011-05-221-1/+1
| | | | Submitted by: Torfinn Ingolfsen via freebsd-ports
* Update to 2.31.mezz2011-05-229-37/+33
|
* Add port: bitcoinshaun2011-05-214-0/+82
| | | | | | Bitcoin is a digital currency created in 2009 by Satoshi Nakamoto. It is also the name of the open source software designed in order to use this currency.
* - Mark BROKEN: fails to packagepav2011-05-181-0/+2
| | | | | | tar: man/man1/rtorrent.1.gz: Cannot stat: No such file or directory Reported by: pointyhat
* - Cleaning MD5 in perl@'s portsjadawin2011-05-172-2/+0
| | | | Approved by: erwin@ (portmgr)
* - Switch to launchpadlibrarian.net as distribution site (default downloaddanfe2011-05-172-7/+2
| | | | | URLs from launchpad.net redirect there via "303 See Other" response) - Remove documentation entries from pkg-plist in favor of PORTDOCS knob
* Remove painful examples of foo="", with particular prejudice againstdougb2011-05-154-11/+9
| | | | | | | | | | | | | | | constructions that parse out to [ -z "$foo" ] && foo="" These are bad examples that get copied and pasted into new code, so the hope is that with less bad examples there will be less need for me to bring this up in review. In a few of these files all that were changed were comments so that next time I search for these patterns I won't trip on the file for no reason. In a few places, add $FreeBSD$ No functional changes, so no PORTREVISION bumps
* rtorrent-devel: fix distinfo.flz2011-05-081-2/+2
| | | | Submitted by: Victor van Vlaardingen
* rtorrent-devel: update to 0.8.7, enable ipv6 by default, fix with ncurses 5.8.flz2011-05-082-4/+15
| | | | | | | | | | - Enable IPV6 in OPTIONS by default. [1] - Add local patch to fix rtorrent with ncurses 5.8. [2,3] PR: ports/155609 [1], ports/155318 [2], ports/156294 [3] Submitted by: tom@ [1], Yamagi Burmeister <yamagi@yamagi.org> [2], freebsd@nagilum.org [3]
* libtorrent-devel: update to 0.12.7.flz2011-05-083-36/+39
| | | | | | Update net-p2p/libtorrent-devel to 0.12.7. net-p2p/libtorrent shouldn't have been updated to 0.12.7 as the release is still considered unstable (as mentioned on the website).
* rtorrent: enabled ipv6 by default, fix with ncurses 5.8, fix link.flz2011-05-083-4/+14
| | | | | | | | | | | - Enable IPV6 in OPTIONS by default. [1] - Remove outdated link in pkg-message. [1] - Add local patch to fix rtorrent with ncurses 5.8. [2,3] PR: ports/155609 [1], ports/155318 [2], ports/156294 [3] Submitted by: tom@ [1], Yamagi Burmeister <yamagi@yamagi.org> [2], freebsd@nagilum.org [3]
* Update libevent2 to 2.0.11mm2011-05-053-4/+4
|
* update MASTER_SITE so that it is fetchable again. while here remove MD5bapt2011-05-034-4/+2
|
* removed unmaintained expired ports from net-p2pbapt2011-05-0225-557/+0
| | | | | | | | 2011-05-01 net-p2p/fcptools: Upstream disapear and distfile is no more available 2011-05-01 net-p2p/hx: Upstream disapear and distfile is no more available 2011-05-01 net-p2p/linux-edonkey-core: Upstream disapear and distfile is no more available 2011-05-01 net-p2p/linux-edonkey-server: Upstream disapear and distfile is no more available 2011-05-01 net-p2p/linux-edonkey-tool-recovermet: Upstream disapear and distfile is no more available
* Removed, depends on linux-edonkey-core which has expiredbapt2011-05-0211-637/+0
| | | | | net-p2p/edonkey-gui-gtk net-p2p/edonkey-gui-gtk-urlslave
* Remove most expired ports:rene2011-04-196-119/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2011-04-17 cad/tclspice: has been broken for more than a year 2011-04-17 comms/hcfmdm: does not compile on 7.X or higher 2011-04-17 databases/mysqlcc: has been broken for almost a year 2011-04-17 devel/ruby-rjudy: does not compile on FreeBSD 7.x or newer 2011-04-17 devel/xfc: does not compile on FreeBSD 7.x or newer 2011-04-17 devel/lamson: has been broken for a half year 2011-04-17 devel/cocktail: does not build on FreeBSD 7.x or newer 2011-04-17 devel/djgpp-gcc: has been broken for half a year 2011-04-17 devel/gauche-sdl: has been broken for a year 2011-04-17 devel/gdb53-act: does not compile on FreeBSD 7.x and up 2011-04-17 editors/zed: does not compile on FreeBSD 7.x or newer 2011-04-17 games/aqbubble: does not compile on FreeBSD 7.x or newer 2011-04-17 graphics/libvisual-plugins: has been broken for 3 years 2011-04-17 japanese/roundcube: has been broken for almost a year 2011-04-17 japanese/tkstep80: does not compile on FreeBSD 7.x or newer 2011-04-17 lang/u++: has been broken for over a half year 2011-04-17 lang/pugs: has been broken for over a year 2011-04-17 lang/mozart: does not compile on FreeBSD 7.x or newer 2011-04-17 math/linalg: does not build on FreeBSD 7.x or newer 2011-04-17 math/R-cran-igraph: has been broken for over a half year 2011-04-17 misc/ftree: has been broken for over a half year 2011-04-17 multimedia/katchtv: has been broken for a half year 2011-04-17 multimedia/libomxil-bellagio: has been broken for almost a year 2011-04-17 multimedia/banshee-mirage: has been broken for over a half year 2011-04-17 net-p2p/trackerbt: has been broken for a half year 2011-04-17 net/cap: does not compile on FreeBSD 7.x or newer 2011-04-17 net/ggsd: does not compile on FreeBSD 7.x or newer 2011-04-17 net/b2bua: does not compile on FreeBSD 7.x or newer 2011-04-17 net/penguintv: has been broken for a half year 2011-04-17 news/openftd: has been broken for almost a year 2011-04-17 palm/romeo: does not compile on FreeBSD 7.x or newer 2011-04-17 science/pcp: does not compile on FreeBSD 7.x or newer 2011-04-17 science/elmer-fem: has been broken for over a year 2011-04-17 security/newpki-lib: does not compile on FreeBSD 7.x or newer 2011-04-17 security/newpki-server: does not compile on FreeBSD 7.x or newer 2011-04-17 security/xmlsec: does not compile on FreeBSD 7.x or newer 2011-04-17 security/f-protd: has been broken for over a year 2011-04-17 sysutils/xwlans: does not compile on FreeBSD 7.x or newer 2011-04-17 www/bk_edit: does not compile on FreeBSD 7.x and newer 2011-04-17 www/bricolage: has been broken for a half year 2011-04-17 x11-toolkits/gauche-gtk: has been broken for a year 2011-04-17 x11-toolkits/gambas2-gb-qt: has been broken for over a year 2011-04-17 x11-toolkits/php-gtk2: has been broken for over a half year 2011-04-17 x11-toolkits/p5-Tcl-Tk: has been broken for 2 year 2011-04-17 x11/metisse: has been broken for over a half year
* Introduce version 2.7.3, the latest in the new 2.7.x branch.dougb2011-04-179-0/+371
| | | | | | | | | | | | | | | | | | | | | | | | It has the following new features vs. 2.6.x: - FEATURE: Added search field for torrent content - FEATURE: Added auto-shutdown confirmation dialog - FEATURE: Added option to skip torrent deletion confirmation (Ville Kiiskinen) - FEATURE: IP address reported to trackers is now customizable - FEATURE: Inhibit system sleep when torrents are active (Vladimir Golovnev) - FEATURE: Added option to bypass Web UI authentication for localhost - FEATURE: Added option to disable program exit confirmation - FEATURE: Added per-torrent ratio limiting (Christian Kandeler) - FEATURE: Torrent content list is now sortable - BUGFIX: Fix compilation with namespaced Qt (Christian Kandeler) - BUGFIX: Added length restriction on UI lock password - COSMETIC: Added monochrome tray icon - COSMETIC: Improved status bar's style - OTHER: Make QtDBus dependency optional (X11) Differences in this port vs. the -26 version: * libnotify is no longer used, but qtdbus is now optional, so update OPTIONS and related code accordingly