aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
Commit message (Collapse)AuthorAgeFilesLines
* Update to 4.1.1Max Brazhnikov2011-06-143-4/+4
| | | | Notes: svn path=/head/; revision=275595
* Update to 1.1.1Max Brazhnikov2011-06-143-4/+4
| | | | Notes: svn path=/head/; revision=275594
* - Fix {BUILD|RUN}_DEPENDSSunpoet Po-Chuan Hsieh2011-06-121-6/+9
| | | | | | | | - Change to new CPAN :id subdir macro - Bump PORTREVISION for dependency change Notes: svn path=/head/; revision=275465
* Fix local patch.Florent Thoumie2011-06-111-4/+4
| | | | Notes: svn path=/head/; revision=275361
* Add local patch to fix rtorrent's spinlock implementation.Florent Thoumie2011-06-094-2/+24
| | | | | | | Submitted by: kan Notes: svn path=/head/; revision=275277
* All qbittorrent development has moved to the 2.8 branch, so introduceDoug Barton2011-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 Notes: svn path=/head/; revision=275118
* Chase security/gnutls update and add an UPDATING entry.Roman Bogorodskiy2011-06-051-0/+1
| | | | Notes: svn path=/head/; revision=275104
* net-p2p/rtorrent-devel isn't broken anymore.Florent Thoumie2011-05-251-2/+0
| | | | Notes: svn path=/head/; revision=274611
* Second half of the previous fix.Shaun Amott2011-05-251-1/+1
| | | | | | | Note to self: test things before committing. Notes: svn path=/head/; revision=274603
* - Fix miniupnpc library dependency.Shaun Amott2011-05-251-1/+2
| | | | | | | | | - Bump PORTREVISION for previous plist fix while here. Submitted by: "Micheal" via private e-mail [1] Notes: svn path=/head/; revision=274602
* Fix plist.Shaun Amott2011-05-241-4/+6
| | | | | | | | Submitted by: pavmail Pointyhat to: shaun (me) Notes: svn path=/head/; revision=274594
* The distfile for this port is assembled (or made available) on the fly.Shaun Amott2011-05-241-0/+9
| | | | | | | | Add a pre-fetch hook to trigger this process, so that the tarball is available when we try to fetch. Notes: svn path=/head/; revision=274591
* Update net-p2p/rtorrent-devel to 0.8.8.Florent Thoumie2011-05-243-18/+5
| | | | | | | | PR: ports/157038 Submitted by: "Sergey V. Dyatko" <sergey.dyatko@gmail.com> Notes: svn path=/head/; revision=274575
* Update net-p2p/libtorrent to 0.12.8.Florent Thoumie2011-05-243-5/+15
| | | | | | | | PR: ports/157037 Submitted by: "Sergey V. Dyatko" <sergey.dyatko@gmail.com> Notes: svn path=/head/; revision=274574
* Fix dependency line.Shaun Amott2011-05-221-1/+1
| | | | | | | Submitted by: Torfinn Ingolfsen via freebsd-ports Notes: svn path=/head/; revision=274452
* Update to 2.31.Jeremy Messenger2011-05-219-37/+33
| | | | Notes: svn path=/head/; revision=274424
* Add port: bitcoinShaun Amott2011-05-204-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. Notes: svn path=/head/; revision=274398
* - Mark BROKEN: fails to packagePav Lucistnik2011-05-171-0/+2
| | | | | | | | | tar: man/man1/rtorrent.1.gz: Cannot stat: No such file or directory Reported by: pointyhat Notes: svn path=/head/; revision=274244
* - Cleaning MD5 in perl@'s portsPhilippe Audeoud2011-05-172-2/+0
| | | | | | | Approved by: erwin@ (portmgr) Notes: svn path=/head/; revision=274222
* - Switch to launchpadlibrarian.net as distribution site (default downloadAlexey Dokuchaev2011-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 Notes: svn path=/head/; revision=274218
* Remove painful examples of foo="", with particular prejudice againstDoug Barton2011-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 Notes: svn path=/head/; revision=274133
* rtorrent-devel: fix distinfo.Florent Thoumie2011-05-081-2/+2
| | | | | | | Submitted by: Victor van Vlaardingen Notes: svn path=/head/; revision=273766
* rtorrent-devel: update to 0.8.7, enable ipv6 by default, fix with ncurses 5.8.Florent Thoumie2011-05-072-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] Notes: svn path=/head/; revision=273739
* libtorrent-devel: update to 0.12.7.Florent Thoumie2011-05-073-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). Notes: svn path=/head/; revision=273738
* rtorrent: enabled ipv6 by default, fix with ncurses 5.8, fix link.Florent Thoumie2011-05-073-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] Notes: svn path=/head/; revision=273737
* Update libevent2 to 2.0.11Martin Matuska2011-05-053-4/+4
| | | | Notes: svn path=/head/; revision=273681
* update MASTER_SITE so that it is fetchable again. while here remove MD5Baptiste Daroussin2011-05-024-4/+2
| | | | Notes: svn path=/head/; revision=273500
* removed unmaintained expired ports from net-p2pBaptiste Daroussin2011-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 Notes: svn path=/head/; revision=273440
* Removed, depends on linux-edonkey-core which has expiredBaptiste Daroussin2011-05-0211-637/+0
| | | | | | | | net-p2p/edonkey-gui-gtk net-p2p/edonkey-gui-gtk-urlslave Notes: svn path=/head/; revision=273439
* Remove most expired ports:Rene Ladan2011-04-186-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 Notes: svn path=/head/; revision=272897
* Introduce version 2.7.3, the latest in the new 2.7.x branch.Doug Barton2011-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 Notes: svn path=/head/; revision=272825
* Set NO_LATEST_LINK in preparation for adding version 2.7.xDoug Barton2011-04-171-0/+2
| | | | | | | | | | In time this port will be deprecated in preparation for removal The previous commit neglected to mention that the libtorrent version was updated to 1.5.x since it works with this version Notes: svn path=/head/; revision=272824
* Update to 2.6.9, the latest, and likely the last 2.6.x releaseDoug Barton2011-04-162-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | * Sun Mar 13 2011 - Christophe Dumez <chris@qbittorrent.org> - v2.6.9 - BUGFIX: Fix column hiding/showing in transfer list * Sun Mar 13 2011 - Christophe Dumez <chris@qbittorrent.org> - v2.6.8 - BUGFIX: Fix compilation with libtorrent v0.14.x - BUGFIX: Fix root folder being cut off if the torrent comes from a scanned folder (Christian Kandeler) - BUGFIX: Improve folder removal behavior - BUGFIX: Make sure the .unwanted folder is deleted on soft torrent removal - BUGFIX: Indicate support for Magnet links in desktop file (Fisiu) - BUGFIX: Do not report torrent being checked as queued - BUGFIX: Improve lists columns state saving * Sat Feb 26 2011 - Christophe Dumez <chris@qbittorrent.org> - v2.6.7 - BUGFIX: Disable OS cache for aligned files to reduce memory consumption - BUGFIX: Fix cursor problem in torrent addition dialog - BUGFIX: Fix crash when additing an empty tracker URL - BUGFIX: Share ratio can now go over 100 - BUGFIX: Fix compilation with boost >= v1.46 Notes: svn path=/head/; revision=272815
* 0.15.6 releaseDoug Barton2011-04-162-3/+3
| | | | | | | | | | | | | | | | | | | | | | * fixed crash in udp trackers when using SOCKS5 proxy * fixed reconnect delay when leaving upload only mode * fixed default values being set incorrectly in add_torrent_params through add_magnet_uri in python bindings * implemented unaligned write (for unbuffered I/O) * fixed broadcast_lsd option * fixed udp-socket race condition when using a proxy * end-game mode optimizations * fixed bug in udp_socket causing it to issue two simultaneous async. read operations * fixed minor bug in metadata block requester (for magnet links) * fixed race condition in iconv string converter * fixed error handling in torrent_info constructor * fixed bug in torrent_info::remap_files * fix python binding for wait_for_alert * only apply privileged port filter to DHT-only peers Notes: svn path=/head/; revision=272814
* 2011-04-11 devel/thistest: development has ceased; website disappearedBaptiste Daroussin2011-04-1214-729/+0
| | | | | | | | | | | | | | 2011-04-11 emulators/xmamegui: development has ceased; try emulators/qmc2 instead 2011-04-11 games/airrox: development has ceased 2011-04-11 games/bfm: development has ceased; website disappeared 2011-04-11 games/xracer: has not been developed for 10 years 2011-04-11 net-p2p/gift-ares: development has ceased; does not work 2011-04-11 net-p2p/torrent_swapper: development has ceased (last release is of 2006) 2011-04-11 net-p2p/torrentvolve: development has ceased, and last release is beta 2011-04-11 sysutils/gag: no point in having it as a port, can be downloaded from the website and burned Notes: svn path=/head/; revision=272598
* Update to GNU make 3.82 after numerous -exp runs.Ade Lovett2011-04-112-0/+30
| | | | Notes: svn path=/head/; revision=272537
* - Update to 0.96.9Dennis Herrmann2011-04-054-7/+33
| | | | | | | | PR: ports/156094 Submitted by: Jamie Landeg Jones <jamie@bishopston.net> (maintainer) Notes: svn path=/head/; revision=272254
* Garbage collect expired portsRene Ladan2011-04-048-158/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2011-04-01 accessibility/linux-f8-atk: End of Life since Jan 7, 2009 2011-04-01 archivers/linux-f8-ucl: End of Life since Jan 7, 2009 2011-04-01 archivers/linux-f8-upx: End of Life since Jan 7, 2009 2011-04-01 audio/linux-f8-alsa-lib: End of Life since Jan 7, 2009 2011-04-01 audio/linux-f8-arts: End of Life since Jan 7, 2009 2011-04-01 audio/linux-f8-esound: End of Life since Jan 7, 2009 2011-04-01 audio/linux-f8-freealut: End of Life since Jan 7, 2009 2011-04-01 audio/linux-f8-libaudiofile: End of Life since Jan 7, 2009 2011-04-01 audio/linux-f8-libogg: End of Life since Jan 7, 2009 2011-04-01 audio/linux-f8-libvorbis: End of Life since Jan 7, 2009 2011-04-01 audio/linux-f8-mikmod: End of Life since Jan 7, 2009 2011-04-01 audio/linux-f8-nas-libs: End of Life since Jan 7, 2009 2011-04-01 audio/linux-f8-openal: End of Life since Jan 7, 2009 2011-04-01 audio/linux-f8-sdl_mixer: End of Life since Jan 7, 2009 2011-04-01 databases/linux-f8-sqlite3: End of Life since Jan 7, 2009 2011-04-02 databases/postgresql81-server: EOL see http://wiki.postgresql.org/wiki/PostgreSQL_Release_Support_Policy 2011-04-02 databases/postgresql73-server: EOL see http://wiki.postgresql.org/wiki/PostgreSQL_Release_Support_Policy 2011-04-02 databases/postgresql74-server: EOL see http://wiki.postgresql.org/wiki/PostgreSQL_Release_Support_Policy 2011-04-02 databases/postgresql80-server: EOL see http://wiki.postgresql.org/wiki/PostgreSQL_Release_Support_Policy 2011-04-01 devel/linux-f8-libglade: End of Life since Jan 7, 2009 2011-04-01 devel/linux-f8-sdl12: End of Life since Jan 7, 2009 2011-04-01 devel/linux-f8-allegro: End of Life since Jan 7, 2009 2011-04-01 devel/linux-f8-libsigc++20: End of Life since Jan 7, 2009 2011-04-01 devel/linux-f8-libglade2: End of Life since Jan 7, 2009 2011-04-01 devel/linux-f8-nspr: End of Life since Jan 7, 2009 2011-04-01 dns/linux-f8-libidn: End of Life since Jan 7, 2009 2011-04-01 emulators/linux_base-f8: End of Life since Jan 7, 2009 2011-04-01 emulators/linux_base-f9: End of Life since Jul 10, 2009 2011-04-01 emulators/linux_base-fc6: End of Life since December 7, 2007 2011-04-01 emulators/linux_base-f7: End of Life since June 13, 2008 2011-04-01 ftp/linux-f8-curl: End of Life since Jan 7, 2009 2011-04-01 graphics/linux-f8-sdl_image: End of Life since Jan 7, 2009 2011-04-01 graphics/linux-f8-ungif: End of Life since Jan 7, 2009 2011-04-01 graphics/linux-f8-imlib: End of Life since Jan 7, 2009 2011-04-01 graphics/linux-f8-cairo: End of Life since Jan 7, 2009 2011-04-01 graphics/linux-f8-dri: End of Life since Jan 7, 2009 2011-04-01 graphics/linux-f8-gdk-pixbuf: End of Life since Jan 7, 2009 2011-04-01 graphics/linux-f8-jpeg: End of Life since Jan 7, 2009 2011-04-01 graphics/linux-f8-png: End of Life since Jan 7, 2009 2011-04-01 graphics/linux-f8-libGLU: End of Life since Jan 7, 2009 2011-04-01 graphics/linux-f8-libmng: End of Life since Jan 7, 2009 2011-04-01 graphics/linux-f8-png10: End of Life since Jan 7, 2009 2011-04-01 graphics/linux-f8-tiff: End of Life since Jan 7, 2009 2011-04-01 lang/linux-f8-libg2c: End of Life since Jan 7, 2009 2011-04-01 lang/linux-f8-tcl84: End of Life since Jan 7, 2009 2011-04-01 multimedia/linux-f8-libtheora: End of Life since Jan 7, 2009 2011-04-02 net-p2p/dcd: No fetch sources and looks like project abandoned 2011-03-31 net/straw: abandoned upstream and does not work with python 2.6+ 2011-04-01 security/linux-f8-libssh2: End of Life since Jan 7, 2009 2011-04-01 security/linux-f8-nss: End of Life since Jan 7, 2009 2011-04-01 security/linux-f8-openssl: End of Life since Jan 7, 2009 2011-04-01 textproc/linux-f8-libxml2: End of Life since Jan 7, 2009 2011-04-01 textproc/linux-f8-scim-gtk: End of Life since Jan 7, 2009 2011-04-01 textproc/linux-f8-scim-libs: End of Life since Jan 7, 2009 2011-04-01 textproc/linux-f8-expat: End of Life since Jan 7, 2009 2011-04-01 textproc/linux-f8-libxml: End of Life since Jan 7, 2009 2011-04-01 textproc/linux-f8-aspell: End of Life since Jan 7, 2009 2011-04-01 www/linux-f8-flashplugin10: End of Life since Jan 7, 2009 2011-03-30 www/mediawiki112: abandoned upstream 2011-03-30 www/mediawiki113: abandoned upstream 2011-03-30 www/mediawiki114: abandoned upstream 2011-03-30 www/mediawiki16: abandoned upstream 2011-04-01 x11-fonts/linux-f8-fontconfig: End of Life since Jan 7, 2009 2011-03-01 x11-themes/gnome-icons-cool-gorilla: "no mastersite" 2011-04-01 x11-themes/linux-f8-hicolor-icon-theme: End of Life since Jan 7, 2009 2011-04-01 x11-toolkits/linux-f8-gtk: End of Life since Jan 7, 2009 2011-04-01 x11-toolkits/linux-f8-gtk2: End of Life since Jan 7, 2009 2011-04-01 x11-toolkits/linux-f8-openmotif: End of Life since Jan 7, 2009 2011-04-01 x11-toolkits/linux-f8-pango: End of Life since Jan 7, 2009 2011-04-01 x11-toolkits/linux-f8-qt33: End of Life since Jan 7, 2009 2011-04-01 x11-toolkits/linux-f8-tk84: End of Life since Jan 7, 2009 2011-04-01 x11/linux-f8-xorg-libs: End of Life since Jan 7, 2009 Notes: svn path=/head/; revision=272207
* - Actually chase upnp shlib changePav Lucistnik2011-03-262-2/+2
| | | | | | | | Reported by: pointyhat Pointy hat to: pawel (miwi, wen) Notes: svn path=/head/; revision=271819
* - Update libktorrent to 1.1.0.Alberto Villa2011-03-256-72/+55
| | | | | | | | | | - Update ktorrent to 4.1.0. - Make dependencies on kdepimlibs and kdebase-workspace non-optional. Approved by: makc (maintainer, implicit) Notes: svn path=/head/; revision=271648
* - Chase devel/upnp shlib bumpPawel Pekala2011-03-232-2/+2
| | | | | | | Approved by: miwi, wen (mentors) Notes: svn path=/head/; revision=271537
* Bump Berkeley DB version to 4.1.Matthias Andree2011-03-212-6/+4
| | | | | | | Remove MD5 checksum. Notes: svn path=/head/; revision=271414
* Get rid of md5 for all my ports.Baptiste Daroussin2011-03-201-1/+0
| | | | | | | while here add most of the licenses Notes: svn path=/head/; revision=271363
* Bump PORTREVISION for ports linking to default libmysqlclient.Alex Dupre2011-03-192-1/+2
| | | | Notes: svn path=/head/; revision=271309
* Fix transmission-qt to avoid link with both libevent 1.x and 2.x librariesJeremy Messenger2011-03-172-1/+12
| | | | | | | | | | | or it will crashes. Remove a hardcore '-levent' (should be -levent-2.0) in the qtr.pro and let pkg-config takes care of it. Bump the PORTREVISION. PR: ports/155600 Reported by: Alexandr <prayer@list.ru> Notes: svn path=/head/; revision=271166
* - Mark ports that have been broken for six month or more, or never compiled onPav Lucistnik2011-03-171-0/+2
| | | | | | | 7.X and up, for removal in one month Notes: svn path=/head/; revision=271083
* Deprecate unmaintained ports from net-p2p where upstream disapear and/orBaptiste Daroussin2011-03-145-0/+15
| | | | | | | where no distfiles can be found and are not used by maintained ports Notes: svn path=/head/; revision=270861
* Update WWWBaptiste Daroussin2011-03-143-4/+2
| | | | | | | | clean master_site while here remove MD5 Notes: svn path=/head/; revision=270857
* - Update to 0.09Frederic Culot2011-03-122-3/+3
| | | | | | | | | Changes: http://search.cpan.org/dist/Net-DirectConnect/Changes PR: ports/155488 Submitted by: Oleg Alexeenkov <proler AT gmail.com> (maintainer) Notes: svn path=/head/; revision=270736
* Mark DEPRECATEDAndrej Zverev2011-03-111-0/+3
| | | | | | | Noticed by: ehaupt@ Notes: svn path=/head/; revision=270673