aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p
Commit message (Collapse)AuthorAgeFilesLines
* Replace the use of _GCC_BUILD_DEPENDS (which was never meant to begerald2012-12-214-16/+8
| | | | | | | | | | | used outside of Mk/bsd.gcc.mk) by _GCC_RUNTIME. This is still not ideal, but at least a documented stopgap, and it avoids the manual construction of the directory to be added to rpath. As a side effect, the Makefiles become a tad simpler. On the way, update to USE_GCC=4.6+ per pending work of linimon and myself. Approved by: maintainer
* - Update to version 4.8.1.2 [1]pawel2012-12-202-7/+3
| | | | | | - Remove stale /bin/bash removal Submitted by: Mikhail T. <mi@aldan.algebra.com> via email [1]
* Update to 6.0.3eadler2012-12-183-3/+4
|
* - Update to 0.2.81jadawin2012-12-182-10/+20
| | | | | - Convert to new options framework - Patch php files because of php 5.4 issues not corrected upstream
* Cleanup supporting perl version 5.8 and 5.10,az2012-12-171-10/+1
| | | | lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
* Convert to new option frameworkbapt2012-12-131-29/+19
| | | | rename TLS to GNUTLS
* - Update to 4.1acm2012-12-132-21/+20
| | | | - Add support for OptionNG
* Update PCRE to 8.32mm2012-12-114-3/+5
| | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports
* Decommissioning java 1.5 (EOLed since October 2009):bapt2012-12-107-37/+13
| | | | suppress any reference to JAVA_VERSION= 1.5+ (part3)
* Various rc fixes;crees2012-12-085-68/+36
| | | | | | | | | | | | | | | - Add transmission_web_home to use customised web interface Requested by: Hanson Wong - transmission should use a pidfile - Style fixes (mostly quoting) - Empty value in _user is clobbered with default, so remove warning Use USERS and GROUPS, and move home directory handling to rc script where it belongs; now users can be changed on the fly without issue Feature safe: yes
* 2012-12-01 net-p2p/limewire: Abandoned up streambapt2012-12-076-87/+0
| | | | Feature safe: yes
* - Reset MAINTAINER due to unrecoverable bouncezi2012-12-051-1/+1
| | | | | Reported by: portscout Feature safe: yes
* - eliminate bogus setuptools dependencyrm2012-12-034-11/+6
| | | | | | | | - bump PORTREVISION because of dependency change - extend python version in USE_PYTHON - fix incorrect PYDISTUTILS_PKGNAME usage Feature safe: yes
* Use descriptions from bsd.options.desc.mk for GEOIP, UPNP and WEBSERVERbar2012-12-021-5/+2
| | | | | Approved by: rene (mentor) Feature safe: yes
* - Trim Makefile headersbar2012-12-022-64/+62
| | | | | | | | | - Convert to OptionsNG - Strip ABI version from LIB_DEPENDS - Update my email address Approved by: rene (mentor) Feature safe: yes
* - Update to version 1.14 [1]pawel2012-11-292-21/+13
| | | | | | | | | | - Remove GDBM option [1] - Add missing deps - Ports needs pkg-config during build PR: ports/173705 [1] Submitted by: Dmitriy Limonov <earl1k@mail.ru> (maintainer) Feature safe: yes
* - Update amule-devel to r10802bar2012-11-287-66/+8
| | | | | | | | | | - Remove obsolete patches from r1079[3-5] - Remove DOCS and NLS from OPTIONS_DEFAULT, which I introduced in the previous submission - Change my email address to bar@FreeBSD.org Approved by: rene (mentor) Feature safe: yes
* Fix the check of qputenv() return value (already patched upstream).danfe2012-11-241-0/+3
| | | | Feature safe: yes
* - Convert to new OPTIONS frameworkdanfe2012-11-242-21/+9
| | | | | | | | - Remove no longer relevant CONFLICTS - Delete rather obvious pkg-message - Sort the knobs a bit while I'm here Feature safe: yes
* Reformat description text for better readability.danfe2012-11-242-35/+32
| | | | Feature safe: yes
* Take maintainershipaz2012-11-194-4/+4
| | | | | Approved by: maintainer (flz@ via email) Feature safe: yes
* - Update to version 6.0.2 and Remove DEPRECATEDpawel2012-11-156-1925/+1894
| | | | | | | | | | | While I'm here: - Make sure to link to libevent2 - build was failing when both versions of libevent libraries were installed - Add dependency on multimedia/vlc to have videoplayer feature working PR: ports/172249 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Feature safe: yes
* Fix build.az2012-11-081-2/+2
| | | | Feature safe: yes
* Correct name of transmission25-gtk2 port in BROKEN messagecrees2012-11-021-1/+1
| | | | | | PR: ports/173287 Submitted by: poyopoyo@puripuri.plala.or.jp Feature safe: yes
* Use LITE instead of LIGHTWEIGHT with standard descriptioncrees2012-10-301-4/+2
| | | | | Suggested by: danfe Feature safe: yes
* - Set DEPRECATED, it has been abandoned upstreamtabthorpe2012-10-301-0/+3
| | | | | Submitted by: maintainer Feature safe: yes
* Add OPTION for lightweight build-- disables prefetchingcrees2012-10-301-2/+10
| | | | | | | | Requested by: Elias Rohrer While here, remove obsolete configure args Feature safe: yes
* Update to 2.73crees2012-10-293-4/+4
| | | | | | PR: ports/173053 Submitted by: Sayetsky Anton <vsjcfm@gmail.com> Feature safe: yes
* Add NLS and DOCS to OPTIONS_DEFAULTflo2012-10-291-2/+2
| | | | | | Submitted by: Barbara <barbara.xxx1975@libero.it> PR: ports/173154 Feature safe: yes
* - Update to version 4.8.0.0pawel2012-10-295-61/+15
| | | | | | | | | - Take maintainership - Remove out-of-date pkg-message - Cleanup Makefile, remove unnecessary stuff - gecko bits, dos2unix - Update homepage Feature safe: yes
* - Update amule-devel port to SVN revision 10792.flo2012-10-287-45/+99
| | | | | | | | | | | | | | - Trim headers. - Remove quotes from options description. - Backport code fixes from upstream up to r10795 as the project has moved from SourceForge to GoogleCode and so SVN tarballs will not be available for a while. - OptionsNGize Makefile.man - Exhume DOCS and NLS options PR: ports/172671 Submitted by: Barbara <barbara.xxx1975@libero.it> Feature safe: yes
* Deprecate a bunch of ports that are either abandonware and/or for which no morebapt2012-10-261-5/+4
| | | | | | public distfiles are available Feature safe: yes
* 2012-10-20 security/sscep: No more public distfilesbapt2012-10-2612-566/+0
| | | | | | | | | | | | | | | | 2012-10-20 security/py-rijndael: No more public distfiles 2012-10-20 security/pam_af: No more public distfiles 2012-10-20 security/its4: No more public distfiles 2012-10-20 russian/xcyrBGR: No more public distfiles 2012-10-20 russian/wmcyrx: No more public distfiles 2012-10-20 print/advi: No more public distfiles 2012-10-20 palm/plucker: No more public distfiles 2012-10-20 net-p2p/py-bittornado-core: Depends on the deprecated wx 2.4 2012-10-20 net-p2p/py-bittornado: Depends on the deprecated wx 2.4 2012-10-20 net-mgmt/nagios-radauth-plugin: No more public distfiles 2012-10-20 net-mgmt/nagios-check_nick: No more public distfiles Feature safe: yes
* - Update to 0.7.1swills2012-10-212-20/+21
| | | | | | | | | | | - Update db version to 4.8, for compatability with data files from other OSs - Convert to OptionsNG - Remove no-op sed commands. - Pet portlint PR: ports/172839 Submitted by: Robert Backahus <robbak@robbak.com> (maintainer) Feature safe: yes
* - Update to version 0.5.4bpawel2012-10-206-22/+75
| | | | | | | | | | | | | | - Change maintainer's email - Convert to OptionsNG While here: - Add missing lib deps - Don't install GPLv2 license file - Correct COMMENT PR: ports/172731 Submitted by: Peter Klett <peter@netkey.at> (maintainer) Feature safe: yes
* - Convert options to the new formatpgj2012-10-171-13/+11
| | | | | | | PR: ports/172549 Submitted by: pgj Approved by: maintainer Feature safe: yes
* Upgrade from 4.7.1.2 to 4.7.2.0. Add a patch to offer KOI8-U asmi2012-10-163-3/+16
| | | | | | a valid filename-encoding. Feature safe: yes
* - fix bug causing CPU load on FreeBSD.az2012-10-153-3/+24
| | | | | | | | | | - bump portrevisions. PR: ports/170766 Submitted by: Yamagi Burmeister <yamagi@yamagi.org> Approved by: maintainer (timeout > 2 weeks) Feature safe: yes
* - cleanup commentsdinoex2012-10-131-5/+0
| | | | Feature safe: yes
* Throw my ports back in the pool, and make my intentions clear for thedougb2012-10-084-15/+5
| | | | | | | | various ports that I've created. I bid fond fare well A chapter closes for me What opens for you?
* * Sun Oct 7 2012 - Christophe Dumez <chris@qbittorrent.org> - v3.0.6dougb2012-10-082-3/+3
| | | | | | | | - BUGFIX: Do not store created torrent in memory before writing to a file - BUGFIX: No longer fallback to ANY interface if the user-selected interface cannot be found - BUGFIX: Fix timezone parsing in RSS - BUGFIX: Fix cookie support for RSS feeds
* Use shared IPv6 description, no need for a custom onebapt2012-10-071-1/+0
| | | | Reported by: sunpoet
* Attempt to fix build on pointyhat-west.linimon2012-10-071-1/+1
|
* Fix conversionbapt2012-10-071-1/+0
|
* - Convert to new option frameworkbapt2012-10-072-19/+14
| | | | | | - Trim headers Approved by: flz (irc)
* Update to 2.71crees2012-10-054-6/+6
| | | | | | | Update BROKEN message to new GTK version [1] PR: ports/172328 [1] Submitted by: Sayetsky Anton <vsjcfm@gmail.com> [1]
* Convert to new options frameworkbapt2012-10-042-20/+15
|
* - update to 1.13rm2012-10-012-10/+7
| | | | | | | | | | while here: - convert to optionsng - trim Makefile header PR: 172169 Submitted by: Aragon Gouveia <aragon at phat.za dot net> Approved by: EARL <earl1k at mail dot ru> (maintainer)
* * Sun Sep 30 2012 - Christophe Dumez <chris@qbittorrent.org> - v3.0.5dougb2012-10-013-7/+3
| | | | | | | | | - BUGFIX: Disabling systray icon no longer disables file association settings - BUGFIX: Import new trackers from magnet link in case of duplicate torrent - BUGFIX: Fix "Skip hash check" feature in torrent import dialog - BUGFIX: Several Web UI connection fixes - BUGFIX: Add Basque locale to Web UI
* Upgrade to 0.16.4:dougb2012-09-304-15/+4
| | | | | | | | | | * raise the default torrents allowed to announce to trackers to 1600 * improve uTP slow start behavior * update use of boost.system to not use deprecated functions * fix GIL issue in python bindings. Deprecated extension support in python * fixed bug where setting upload slots to -1 would not mean infinite * extend the UDP tracker protocol to include the request string from the tracker URL
* - Update to 0.7.0swills2012-09-276-66/+28
| | | | | | - Set submitter as maintainer Submitted by: "Robert Backhaus" <robbak@robbak.com> (private email)
* Restore ktorren-4.2 behaviour - don't check for mounted fs. The checkmakc2012-09-242-0/+30
| | | | | was added to support removable storages, but it causes problem with btrfs and zfs: https://bugs.kde.org/306825
* Depend on correct transmission-web portcrees2012-09-231-2/+2
| | | | | PR: ports/171875 Submitted by: Dmitry <dmitry2004@yandex.ru>
* wxGTK 2.4 is no more supported upstream, consider using the current stablebapt2012-09-211-0/+3
| | | | | | version: x11-toolkits/wxgtk28 Approved by: fjoe
* * Tue Sep 18 2012 - Christophe Dumez <chris@qbittorrent.org> - v3.0.4dougb2012-09-202-3/+3
| | | | | | | | | | | | | - BUGFIX: Fix issue with downloads starting from scratch on startup if temporary directory setting is enabled. * Sun Sep 16 2012 - Christophe Dumez <chris@qbittorrent.org> - v3.0.3 - BUGFIX: Fix issue with temporary directory not being taken into consideration - BUGFIX: Bypass cache when uploading a torrent file in Web UI - BUGFIX: "Completed On" column is not updated until restart - BUGFIX: Fix possible build error on some systems - I18N: Add hebrew translation
* Update libktorrent to 1.3.0makc2012-09-197-30/+23
| | | | Update ktorrent to 4.3.0
* ktorrent: Try enabling MAKE_JOBS_SAFE againrakuco2012-09-161-1/+1
|
* {lib}ktorrent: Follow the trend of not specifying library shversions in the ↵rakuco2012-09-162-5/+5
| | | | | | | dependencies. Incidentally, this should also fix the ktorrent build, since libktorrent has had a shlib bump.
* - Update MAINTAINER to my new FreeBSD.org addressjhale2012-09-131-1/+1
| | | | Approved by: makc (mentor)
* Upgrade from 4.7.0.2 to 4.7.1.2. Remove dependency on gecko -- doesmi2012-09-112-6/+3
| | | | not appear to be in any use...
* - Move libxul 1.9.2 to www/libxul19beat2012-09-111-2/+3
| | | | | | | | | | - Update www/libxul to 10.0.7 - Update all dependent ports to use www/libxul19 (no functional changes) - Bump PORTREVISION on ports where libxul is a run dependency as the resulting package will change. Submitted by: Jan Beich <jbeich@tormail.org> With hat: gecko
* - unbreak buildohauer2012-09-051-6/+1
| | | | | | since the port has NO_BUILD set use s/USE_APACHE/USE_APACHE_RUN/ with hat apache@
* - Hopefully really fix the last high CPU usage caseswills2012-09-052-1/+22
| | | | | PR: ports/171252 Submitted by: Steven Lee <steven@roothosts.com>
* Mark as broken on ARM.linimon2012-09-041-0/+4
| | | | | | PR: ports/170946 Submitted by: linimon Hat: portmgr
* - Fix another high CPU usage conditionswills2012-09-042-1/+21
|
* - Fix 100% usage issueswills2012-09-022-0/+14
| | | | Submitted by: Robert Backhaus <robbak@robbak.com>
* * Sat Sep 1 2012 - Christophe Dumez <chris@qbittorrent.org> - v3.0.2dougb2012-09-022-7/+3
| | | | | | | | | | | | | | | | | | | - FEATURE: Add "clear" functionality to search field - BUGFIX: Attempt to use qBittorrent icon from theme if available - BUGFIX: Fix crash when a fastresume file is empty - BUGFIX: Fix encoding problem for detected XDG Download folder - BUGFIX: Improve performance when showing torrent content panel - BUGFIX: Fix label-based filtering of torrents whose label contains special characters - BUGFIX: Fix possible crash due to labels * Tue Aug 21 2012 - Christophe Dumez <chris@qbittorrent.org> - v3.0.1 - BUGFIX: Fix possible crash when adding a tracker to a magnet torrent without metadata - BUGFIX: Remember queue position for torrents without metadata - BUGFIX: Fix crash when using unauthorized characters in label names - BUGFIX: Fix search plugins updating - BUGFIX: Make uTP connections rate limited by default
* 0.16.3 releasedougb2012-09-022-3/+6
| | | | | | | | | | * fix python binding backwards compatibility in replace_trackers * fix possible starvation in metadata extension * fix crash when creating torrents/optimizing file order with pad files * disable support for large MTUs in uTP until it is more reliable * expose post_torrent_updates and state_update_alert to python bindings * fix incorrect SSL error messages * fix race condition causing shutdown hang
* - Update to 0.6.3swills2012-09-023-49/+54
| | | | | PR: ports/171080 Security: b50913ce-f4a7-11e1-b135-003067b2972c
* Fix typos in COMMENT sectionskreuzer2012-08-241-1/+1
|
* - remove www/apache20 and devel/apr0ohauer2012-08-181-1/+1
| | | | | | | | | - s/USE_APACHE= 20+/USE_APACHE= 22+/ - unify s/YES/yes/ - cleanup APACHE_VERSION <= 22 usage - add entry to MOVED with hat apache@
* * Thu Aug 09 2012 - Christophe Dumez <chris@qbittorrent.org> - v3.0.0dougb2012-08-1210-22/+22
| | | | | | | | | | | | | | | - FEATURE: Brand new torrent addition dialog - FEATURE: Add the ability to choose the save path when using magnet links (mutoso) - FEATURE: Add support for adding multiple local torrents at once (Web UI) - COSMETIC: Improve style of left panel - BUGFIX: Lower panels no longer gets disabled - BUGFIX: Major code refactoring and various optimizations. - BUGFIX: No longer strip root folder from torrent files For the port: - Move to unversioned directory. The last few major releases have been stable upgrades, so there is no reason to maintain different versions.
* Create transmission25 ports and UPDATING entry to explain.crees2012-08-1124-1/+624
| | | | | | | | | | | | Sadly, Transmission has stopped supporting GTK 2.0 (it had to happen some day). They now require GTK 3.2.0 [1], which we currently lack, so for those who wish to use the GTK frontend need to stay on version 2.5 When our GTK is upgraded I'll make MOVED entries to make the transition back to 2.6 as seamless as possible. [1] http://tinyurl.com/cfchfp9
* Mark BROKEN-- doesn't work with current GTKs in the tree.crees2012-08-111-0/+2
| | | | | | | Ports for the previous version of Transmission will be created shortly while awaiting GTK 3's update. Reported by: izen@mail.ru
* Update to 2.61crees2012-08-105-19/+7
| | | | | PR: ports/170193 Submitted by: Sayetsky Anton <vsjcfm@gmail.com>
* - Update to 4.0.3acm2012-08-102-4/+4
| | | | Submitted by: deischen (email)
* - Chase www/libmicrohttpd shlib version bumpbdrewery2012-08-081-0/+1
| | | | | | - Add UPDATING entry Approved by: eadler (mentor)
* - Update to 0.4.0scheidell2012-08-063-45/+35
| | | | | | | | | | | | | | | - Honour CC and CFLAGS - Convert to OPTIONSNG - Add SQLite dependency - Add DEBUG OPTION - Use DISTFILES over DISTNAME/WRKSRC override - Add LICENSE - Use USE_OPENSSL - Fix PORTLINT warnings PR: ports/168855 Submitted by: koobs <koobs.freebsd@gmail.com> Approved by: maintainer (timeout, 58 days)
* Move the rc.d scripts of the form *.sh.in to *.indougb2012-08-0610-11/+11
| | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op
* Fix typos and make small modifications in COMMENT (according to Porter'scs2012-08-031-1/+1
| | | | | | Handbook) Approved by: portmgr@ (implicit)
* - Fix typos in COMMENTcs2012-08-021-1/+1
| | | | | - Enforce the now clarified rules from the Porter's Handbook (e.g. no dots, no A/An, etc.)
* Add explicit build depends on pkgconfdougb2012-07-312-0/+2
|
* Fix typos in COMMENTcs2012-07-291-1/+1
| | | | Approved by: portmgr@ (implicit)
* new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configbapt2012-07-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | are no more self hosting so we are stuck with 0.25 version while pkgconf provide the same set of features as 0.27 and a compatible frontend. A symlink to pkg-config has been added for convenience and compatibility This also introduces a new macro to use pkgconf in your ports: USE_PKGCONFIG it can take the following arguments: - yes (meaning build only dep) - build (meaning build only dep) - run (meaning run only dep) - both (meaning run and build dep) From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG The old gnome macro has been modified to use pkgconf but still the sameway: run and build dep to avoid large breakage. While here fix some ports relying on pkg-config but not specifying it, fix some ports broken because testing wrong .pc files, and fix ports using pkg-config --version to determine pkg-config version instead of pkg-config --modversion pkg-config like recommanded by pkg-config With Hat: portmgr Exp-runs by: bapt (pointhat-west), beat (pointyhat)
* - Replace NOT_FOR_ARCHS with BROKEN as this port is supposed to work onbeat2012-07-241-3/+4
| | | | | | amd64. Requested by: linimon
* - Add NOT_FOR_ARCHS= amd64 due to build problems on amd64:beat2012-07-241-0/+3
| | | | | | | | | | | | | | | | | | | | [javac] bittyrant/work/BitTyrant/org/gudy/azureus2/ui/swt/views/ \ IView.java:23: package org.eclipse.swt.widgets does not exist [javac] import org.eclipse.swt.widgets.Composite; [javac] ^ [javac] bittyrant/work/BitTyrant/org/gudy/azureus2/ui/swt/views/ \ AbstractIView.java:39: cannot find symbol [javac] symbol : class Composite [javac] location: class org.gudy.azureus2.ui.swt.views.AbstractIView [javac] public void initialize(Composite composite){ [javac] ^ ... [javac] 100 errors BUILD FAILED bittyrant/work/BitTyrant/build.xml:34: Compile failed; see the compiler error output for details. Reported by: pointyhat
* Update libktorrent to 1.2.1makc2012-07-234-12/+10
| | | | Update ktorrent to 4.2.1
* Convert to new options frameworkbapt2012-07-211-4/+6
|
* Convert to new options frameworkbapt2012-07-211-4/+6
|
* libogg.so.8: Bump PORTREVISION for ports that depend on libogg,naddy2012-07-203-4/+4
| | | | directly or indirectly (via libvorbis, libtheora).
* - Update to version 1.12madpilot2012-07-192-3/+3
| | | | | | PR: ports/169960 Submitted by: Dmitriy Limonov <earl1k@mail.ru> (maaintainer) Approved by: crees, tabthorpe (mentors, implicit)
* 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.