Commit graph

2547 commits

Author SHA1 Message Date
Andrej Zverev
302b9a7c36 - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
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
2011-06-21 06:58:49 +00:00
Andrej Zverev
dec946ad51 - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
2011-06-20 08:37:15 +00:00
Doug Barton
30a78c41be * Sat Jun 18 2011 - Christophe Dumez <chris@qbittorrent.org> - v2.8.2
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
2011-06-20 06:13:19 +00:00
Baptiste Daroussin
c79631b6ee Another bunch of deprecation: no more public distfiles and/or abandonware 2011-06-17 13:09:40 +00:00
Baptiste Daroussin
c5c0d7f5d2 Mark broken some ports with unfetchable distfiles 2011-06-17 08:51:32 +00:00
Baptiste Daroussin
c63700df68 remove broken master_site from the list 2011-06-17 08:14:04 +00:00
Max Brazhnikov
a9342798d5 Update to 4.1.1 2011-06-14 21:43:56 +00:00
Max Brazhnikov
21058e909d Update to 1.1.1 2011-06-14 21:43:17 +00:00
Sunpoet Po-Chuan Hsieh
7767cd3801 - Fix {BUILD|RUN}_DEPENDS
- Change to new CPAN :id subdir macro
- Bump PORTREVISION for dependency change
2011-06-12 18:40:20 +00:00
Florent Thoumie
7dc06cde7d Fix local patch. 2011-06-11 11:53:21 +00:00
Florent Thoumie
09d53e77d5 Add local patch to fix rtorrent's spinlock implementation.
Submitted by:	kan
2011-06-09 14:38:15 +00:00
Doug Barton
a8d76a0936 All qbittorrent development has moved to the 2.8 branch, so introduce
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
2011-06-06 07:29:26 +00:00
Roman Bogorodskiy
207386f96a Chase security/gnutls update and add an UPDATING entry. 2011-06-05 18:43:16 +00:00
Florent Thoumie
15d0ccca70 net-p2p/rtorrent-devel isn't broken anymore. 2011-05-25 08:01:56 +00:00
Shaun Amott
49f8aa2d48 Second half of the previous fix.
Note to self: test things before committing.
2011-05-25 01:59:09 +00:00
Shaun Amott
048e33d54a - Fix miniupnpc library dependency.
- Bump PORTREVISION for previous plist fix while here.

Submitted by:	"Micheal" via private e-mail [1]
2011-05-25 01:44:08 +00:00
Shaun Amott
64d57260db Fix plist.
Submitted by:	pavmail
Pointyhat to:	shaun (me)
2011-05-24 23:21:23 +00:00
Shaun Amott
2cdcd495df The distfile for this port is assembled (or made available) on the fly.
Add a pre-fetch hook to trigger this process, so that the tarball is
available when we try to fetch.
2011-05-24 22:48:17 +00:00
Florent Thoumie
3e81db89c5 Update net-p2p/rtorrent-devel to 0.8.8.
PR:		ports/157038
Submitted by:	"Sergey V. Dyatko" <sergey.dyatko@gmail.com>
2011-05-24 12:10:04 +00:00
Florent Thoumie
f3c60b717b Update net-p2p/libtorrent to 0.12.8.
PR:		ports/157037
Submitted by:	"Sergey V. Dyatko" <sergey.dyatko@gmail.com>
2011-05-24 12:07:44 +00:00
Shaun Amott
4e2908e006 Fix dependency line.
Submitted by:	Torfinn Ingolfsen via freebsd-ports
2011-05-22 15:53:57 +00:00
Jeremy Messenger
0f65c97925 Update to 2.31. 2011-05-21 22:28:33 +00:00
Shaun Amott
192807fa5b Add port: bitcoin
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.
2011-05-20 22:50:37 +00:00
Pav Lucistnik
2084eff2f9 - Mark BROKEN: fails to package
tar: man/man1/rtorrent.1.gz: Cannot stat: No such file or directory

Reported by:	pointyhat
2011-05-17 22:27:06 +00:00
Philippe Audeoud
354b25a277 - Cleaning MD5 in perl@'s ports
Approved by:	erwin@ (portmgr)
2011-05-17 11:14:02 +00:00
Alexey Dokuchaev
e6259642cc - Switch to launchpadlibrarian.net as distribution site (default download
URLs from launchpad.net redirect there via "303 See Other" response)
- Remove documentation entries from pkg-plist in favor of PORTDOCS knob
2011-05-17 10:40:15 +00:00
Doug Barton
29813d5397 Remove painful examples of foo="", with particular prejudice against
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
2011-05-15 02:49:17 +00:00
Florent Thoumie
247bf4f740 rtorrent-devel: fix distinfo.
Submitted by:	Victor van Vlaardingen
2011-05-08 09:06:53 +00:00
Florent Thoumie
0cb9cfdf26 rtorrent-devel: update to 0.8.7, enable ipv6 by default, fix with ncurses 5.8.
- 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]
2011-05-07 16:33:30 +00:00
Florent Thoumie
9424b2edf7 libtorrent-devel: update to 0.12.7.
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).
2011-05-07 16:32:30 +00:00
Florent Thoumie
6894adc5bf rtorrent: enabled ipv6 by default, fix with ncurses 5.8, fix link.
- 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]
2011-05-07 16:29:46 +00:00
Martin Matuska
6c0a874384 Update libevent2 to 2.0.11 2011-05-05 13:48:05 +00:00
Baptiste Daroussin
6650343f5a update MASTER_SITE so that it is fetchable again. while here remove MD5 2011-05-02 22:34:25 +00:00
Baptiste Daroussin
ee8020cc99 removed unmaintained expired ports from net-p2p
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
2011-05-02 05:51:54 +00:00
Baptiste Daroussin
32e8060236 Removed, depends on linux-edonkey-core which has expired
net-p2p/edonkey-gui-gtk
net-p2p/edonkey-gui-gtk-urlslave
2011-05-02 05:47:14 +00:00
Rene Ladan
48f1d8c469 Remove most expired ports:
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
2011-04-18 22:25:41 +00:00
Doug Barton
53aadedc4c Introduce version 2.7.3, the latest in the new 2.7.x branch.
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
2011-04-17 02:30:16 +00:00
Doug Barton
f834b1994b Set NO_LATEST_LINK in preparation for adding version 2.7.x
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
2011-04-17 02:15:05 +00:00
Doug Barton
de56ca6e03 Update to 2.6.9, the latest, and likely the last 2.6.x release
* 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
2011-04-16 19:15:37 +00:00
Doug Barton
9543507382 0.15.6 release
* 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
2011-04-16 19:02:14 +00:00
Baptiste Daroussin
4c79e4adc1 2011-04-11 devel/thistest: development has ceased; website disappeared
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
2011-04-12 09:03:50 +00:00
Ade Lovett
fe0d23d638 Update to GNU make 3.82 after numerous -exp runs. 2011-04-11 19:54:35 +00:00
Dennis Herrmann
4bc837a025 - Update to 0.96.9
PR:		ports/156094
Submitted by:	Jamie Landeg Jones <jamie@bishopston.net> (maintainer)
2011-04-05 16:55:01 +00:00
Rene Ladan
5fafbc0f8b Garbage collect expired ports
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
2011-04-04 17:12:43 +00:00
Pav Lucistnik
42a107b953 - Actually chase upnp shlib change
Reported by:	pointyhat
Pointy hat to:	pawel (miwi, wen)
2011-03-26 23:31:50 +00:00
Alberto Villa
948a545f1b - Update libktorrent to 1.1.0.
- Update ktorrent to 4.1.0.
- Make dependencies on kdepimlibs and kdebase-workspace non-optional.

Approved by:	makc (maintainer, implicit)
2011-03-25 10:20:59 +00:00
Pawel Pekala
d01fbfe551 - Chase devel/upnp shlib bump
Approved by:	miwi, wen (mentors)
2011-03-23 16:40:03 +00:00
Matthias Andree
9389973bf3 Bump Berkeley DB version to 4.1.
Remove MD5 checksum.
2011-03-21 18:50:39 +00:00
Baptiste Daroussin
24d4dc0db9 Get rid of md5 for all my ports.
while here add most of the licenses
2011-03-20 22:30:17 +00:00
Alex Dupre
1bda2b2725 Bump PORTREVISION for ports linking to default libmysqlclient. 2011-03-19 13:15:34 +00:00
Jeremy Messenger
7e4ddfd44f Fix transmission-qt to avoid link with both libevent 1.x and 2.x libraries
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>
2011-03-17 20:15:56 +00:00
Pav Lucistnik
e13f00eca1 - Mark ports that have been broken for six month or more, or never compiled on
7.X and up, for removal in one month
2011-03-17 11:08:44 +00:00
Baptiste Daroussin
f9d473ef6b Deprecate unmaintained ports from net-p2p where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports
2011-03-14 10:33:15 +00:00
Baptiste Daroussin
06c71c7d86 Update WWW
clean master_site
while here remove MD5
2011-03-14 09:10:55 +00:00
Frederic Culot
993a514b47 - Update to 0.09
Changes:	http://search.cpan.org/dist/Net-DirectConnect/Changes
PR:		ports/155488
Submitted by:	Oleg Alexeenkov <proler AT gmail.com> (maintainer)
2011-03-12 12:54:17 +00:00
Andrej Zverev
882d72e610 Mark DEPRECATED
Noticed by:	ehaupt@
2011-03-11 13:06:19 +00:00
Martin Wilke
8d6d90f0f6 - Update to 0.06
PR:		155410
Submitted by:	 Oleg Alexeenkov <proler@gmail.com> (maintainer)
2011-03-09 16:46:06 +00:00
Wen Heping
922c16ace6 - Update to 1.35
PR:		ports/155389
Submitted by:	Peter Schuller <peter.schuller@infidyne.com> (maintainer)
2011-03-09 07:21:15 +00:00
Pav Lucistnik
80048504a4 - Mark BROKEN: does not configure
Reported by:	pointyhat
2011-03-09 00:19:31 +00:00
Emanuel Haupt
d0f4bf9881 Update MASTER_SITES 2011-03-07 11:07:03 +00:00
Pav Lucistnik
62ebff95c5 - Chase libextractor shlib raise
Reported by:	pointyhat
Pointy hat to:	vd
2011-03-06 23:19:02 +00:00
Jeremy Messenger
05cb0d768f - Update to 2.22.
- Don't override conf_dir and download_dir unconditionally [1]
- Don't use localhost default by replace to 127.0.0.1 for IPv6 issue as
  transmission-remote doesn't support IPv6 yet. [2]

PR:		ports/155081 [1]
		ports/155139 [2]
Submitted by:	Anonymous <swell.k@gmail.com> [1][2]
2011-03-05 04:17:28 +00:00
Martin Wilke
bc696d5f48 - Chase devel/upnp shlib bump 2011-03-04 05:52:07 +00:00
Thomas Abthorpe
73c7900f5b - Reassign ports to heap
Submitted by:	alepulver
2011-02-27 04:54:41 +00:00
Xin LI
03b42818c9 Chase after net/openldap24-server update.
Reminded by:	miwi
2011-02-25 01:32:17 +00:00
Martin Wilke
1b8254d567 - Move to py25 or above
- While here kick md5 support
2011-02-25 00:47:51 +00:00
Rene Ladan
1134a12047 Remove expired ports:
2011-02-23 devel/pmake: does not build on any supported version of FreeBSD
2011-02-24 net-p2p/linux-agsatellite: the whole service went to cloud
2011-02-24 22:10:52 +00:00
Martin Wilke
786749cc27 - Fix Build after rtorrent upgrade
- While here remove md5sum

Reported by:	pavbot
2011-02-18 02:56:02 +00:00
Doug Barton
f74346e6ec * Tue Feb 8 2011 - Christophe Dumez <chris@qbittorrent.org> - v2.6.6
- BUGFIX: Fix articles read state reset problem in RSS
 - I18N: Added Lithuanian translation
 - COSMETIC: Improve main window layout
 - COSMETIC: Improve properties buttons style
 - COSMETIC: Display pieces being downloaded in green instead of yellow
 - COSMETIC: Improve piece availability bar appearance
2011-02-11 05:51:22 +00:00
Doug Barton
ed41f59ed4 * Thu Feb 3 2011 - Christophe Dumez <chris@qbittorrent.org> - v2.6.5
- BUGFIX: Make sure the progress is not 100% unless the file is complete
 - BUGFIX: Fix memory leak in HTTP torrent downloader
 - BUGFIX: Use native file dialogs (by Vladimir Golovnev)
 - BUGFIX: Fix encoding problem in torrent moving code (by Vladimir Golovnev)
 - BUGFIX: Performance improvement on ARM
 - BUGFIX: RSS code rewrite (more cpu/memory efficient)
 - I18N: Updated Norwegian translation (Tomaso)
2011-02-10 23:10:32 +00:00
Martin Wilke
05ccc1b6af - Update to 0.8.7
PR:		153720
Submitted by:	Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
Approved by:	flz via irc (maintainer)
Feature safe:	yes
2011-02-06 08:14:48 +00:00
Martin Wilke
c1cc615fff - Update to 0.12.7
PR:		153718
Submitted by:	Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
Approved by:	flz via irc (maintainer)
Feature safe:	yes
2011-02-06 08:14:45 +00:00
Doug Barton
869c7f21ae * Sun Jan 23 2011 - Christophe Dumez <chris@qbittorrent.org> - v2.6.4
- BUGFIX: Added unicode support to email notification
 - BUGFIX: Improved compatibility with various SMTP servers
 - BUGFIX: Fix Labeling in RSS downloader
 - BUGFIX: Avoid main window flashing on startup (closes #703984)
 - BUGFIX: Improved hostname resolution code
 - BUGFIX: Dropped dependency on libboost-thread
 - BUGFIX: Display legal notice on screen center
 - BUGFIX: Fix renaming of single-file torrents (by Vladimir Golovnev)
 - I18N: More dialog buttons are now translated (by Vladimir Golovnev)
 - I18N: Fix translation of size units (by Vladimir Golovnev)

Feature safe:	yes
2011-01-27 22:56:50 +00:00
Emanuel Haupt
ce1197e105 Add LICENSE and remove MD5 sums.
Feature safe:	yes
2011-01-25 19:59:40 +00:00
Pav Lucistnik
dc0c569f7b - Mark BROKEN: unfetchable
- Expire in one month, this is a client for no longer present service

Reported by:	pointyhat
Feature safe:	yes
2011-01-24 21:14:14 +00:00
Doug Barton
aa6c5b46ed As previously advertised remove the woefully out of date
qbittorrent 2.3.x version.

Feature safe:	yes
2011-01-24 08:55:41 +00:00
Doug Barton
57d654205a * Sat Jan 15 2011 - Christophe Dumez <chris@qbittorrent.org> - v2.6.3
- BUGFIX: Fix possible crashes in full allocation mode
   - BUGFIX: Fix icon size issues (icon theme)
   - BUGFIX: Fixed file priority context menu
   - BUGFIX: Remove dbus dependency in nox mode
   - BUGFIX: Fix compilation on FreeBSD
   - I18N: Improve Web UI translation
   - I18N: Updated Polish translation

For the port, upstream has integrated all of our local patches, so
remove them. :)  The dbus fix is also much more thorough than mine.

Feature safe:	yes
2011-01-15 18:49:01 +00:00
Doug Barton
9774f163de 2 fixes that are actually for the -nox11 slave:
1. Fix MASTER_SITES so the slave can fetch
2. Apply cL3vRr h4x to avoid the dbus dependency

Reported by:	Dmitry Kolosov <onyx@z-up.ru>
Feature safe:	yes
2011-01-14 23:43:54 +00:00
Doug Barton
234f52596b * Wed Jan 12 2011 - Christophe Dumez <chris@qbittorrent.org> - v2.6.2
- BUGFIX: Do not report PeX as being disabled when DHT is
- BUGFIX: Fix possible crash on adding magnet links
- BUGFIX: Fix torrent import (was not working)
- I18N: Updated translations:
	Greek, Croatian, Russian, Unkrainian and Bulgarian
- I18N: Added Armenian translation (New)
- I18N: Remove country flags from program preferences (language selection)
- I18N: Translate locale names (language selection)

For the port, fix the build on RELENG_8 by adding a missing dependency

Feature safe:	yes
2011-01-14 06:50:02 +00:00
Doug Barton
1ae62e472d Add a -nox11 version of qbittorrent-26 as a slave port.
Based in part on work in the PR, but I used a different approach.

PR:             ports/152550
Submitted by:   Dmitry Marakasov <amdmi3@amdmi3.ru>

Feature safe:	yes
2011-01-12 04:31:10 +00:00
Olli Hauer
ed98580be0 - correct libmicrohttpd version
- bump PORTREVISION

  correction after PR ports/153530

Feature safe:	yes
2011-01-12 00:55:00 +00:00
Doug Barton
b27c9b3f25 * Mon Jan 10 2011 - Christophe Dumez <chris@qbittorrent.org> - v2.6.1
- BUGFIX: Really disable torrent addition dialog by default
- BUGFIX: Fix some missing icons in the Web UI
- BUGFIX: Fix magnet torrent name update problem
- COSMETIC: Use 24px size for toolbar icons and reduce spacing
- COSMETIC: Move transfer list filter on the right side of the toolbar

Feature safe:	yes
2011-01-11 19:27:53 +00:00
Philippe Audeoud
0dcab095d2 - Update to 0.08
PR:		ports/153560
Submitted by:	Oleg Alexeenkov <proler _AT_ gmail.com> (maintainer)
2011-01-10 10:18:16 +00:00
Doug Barton
28846f747f DEPRECATED= Old version, no longer supported. Upgrade to qbittorrent-26.
EXPIRATION_DATE=        2011-01-23
2011-01-10 07:33:38 +00:00
Doug Barton
1219793287 Introduce version 2.6.0, which has numerous new features and improvements
vs. 2.3.x including, but not limited to:

* Many UI improvements
* Run external program on torrent completion
* qBittorrent can now act as a tracker
* New and improved RSS feed automated downloader
* Web UI improvements
2011-01-10 07:23:17 +00:00
Doug Barton
ddaf24a9a3 Update to version 0.15.5, which has numerous updates and bug fixes:
* support DHT extension to report external IPs
* fixed rare crash in http_connection's error handling
* avoid connecting to peers listening on ports < 1024
* optimized piece picking to not cause busy loops in some end-game modes
* fixed python bindings for tcp::endpoint
* fixed edge case of pad file support
* limit number of torrents tracked by DHT
* fixed bug when allow_multiple_connections_per_ip was enabled
* potential WOW64 fix for unbuffered I/O (windows)
* expose set_alert_queue_size_limit to python binding
* support dht nodes in magnet links
* support 100 Continue HTTP responses
* changed default choker behavior to use 8 unchoke slots (instead of being
  rate based)
* fixed error reporting issue in disk I/O thread
* fixed file allocation issues on linux
* fixed filename encoding and decoding issue on platforms using iconv
* reports redundant downloads to tracker, fixed downloaded calculation to
  be more stable when not including redundant. Improved redundant data
  accounting to be more accurate
* fixed bugs in http seed connection and added unit test for it
* fixed error reporting when fallocate fails
* deprecate support for separate proxies for separate kinds of connections
2011-01-08 07:56:08 +00:00
Pav Lucistnik
7a97dcdd3f - Mark BROKEN: bad dependency object
Reported by:	pointyhat
2011-01-05 17:16:32 +00:00
Max Brazhnikov
3cb5ec6852 Add license info
Remove md5 sums

PR:		ports/153589
Submitted by:	maintainer (swell.k at gmail.com)
2011-01-02 14:13:02 +00:00
Doug Barton
da1c267852 Remove net-p2p/qbittorrent-22, which is no longer maintained 2011-01-01 00:34:09 +00:00
Max Brazhnikov
aee7e8e148 Update to 4.0.5 2010-12-31 15:20:26 +00:00
Max Brazhnikov
d5ce9d5820 Update to 1.0.5 2010-12-31 15:20:13 +00:00
Philip M. Gollucci
116ec22ac1 - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.
PR:             ports/153292
Submitted by:   myself (pgollucci)
Tested by:      -exp run by pav
Approved by:    portmgr (pav)
2010-12-29 20:04:42 +00:00
Pav Lucistnik
1c675c9439 - Remove patch file that no longer applies
Reported by:	pointyhat
2010-12-29 18:36:44 +00:00
Pav Lucistnik
60dfc9c453 - Fix build with new boost
Submitted by:	Alexander Churanov <alexanderchuranov@gmail.com>
2010-12-27 20:55:08 +00:00
Sunpoet Po-Chuan Hsieh
a32defea5d - Use canonical format for FreeBSD.org MAINTAINER addresses
- Remove obsolete MD5 checksum while I'm here

PR:		ports/152844
Submitted by:	sunpoet (myself)
Approved by:	miwi (with portmgr hat)
2010-12-25 16:55:41 +00:00
Mario Sergio Fujikawa Ferreira
9cd6ff556e - Switch from .tar.bz2 (size 2344492) to .tar.lzma (size 1869318)
distfile.
- No PORTREVISION bump since there was no functional change.
2010-12-24 13:35:13 +00:00
Doug Barton
84978b5dd3 Deprecate, update CONFLICTS, set NO_LATEST_LINK
This version is now several behind the latest release, and
needs to go away.
2010-12-23 21:19:59 +00:00
Doug Barton
ec6414637c Update to release version 2.3.1 2010-12-23 21:15:20 +00:00
Doug Barton
8dec268fad Update to 0.15.4, various bug fixes 2010-12-23 20:48:12 +00:00
Doug Barton
f844c589e2 Update to 0.14.12 which contains various bug fixes 2010-12-23 20:17:19 +00:00
Philip M. Gollucci
ae115c61ab - Update to 10400
PR:             ports/153384
Submitted by:   swell.k@gmail.com (maintainer)
2010-12-23 03:59:36 +00:00
Philip M. Gollucci
80d4a2c1b9 - set some PORTSCOUT vars 2010-12-23 01:14:25 +00:00
Philip M. Gollucci
a445f40066 TigerHash module
WWW:	http://search.cpan.org/dist/Net-DirectConnect-TigerHash/

PR:		ports/153219
Submitted by:	Oleg Alexeenkov <proler at gmail.com>
2010-12-21 04:02:56 +00:00
Philip M. Gollucci
f19cc33d4c Direct Connect perl module with sharing client
WWW:	http://search.cpan.org/dist/Net-DirectConnect/

PR:		ports/153218
Submitted by:	Oleg Alexeenkov <proler at gmail.com>
2010-12-21 04:02:34 +00:00
Greg Larkin
afb4f48d31 - Chase security/libksba shlib version bump
Requested by:	kwm
Pointyhat to:	glarkin
2010-12-16 02:34:07 +00:00
Jeremy Messenger
8ac8145970 Update to 2.13. 2010-12-12 22:52:38 +00:00
Mario Sergio Fujikawa Ferreira
f383ab087d Update to 0.8.1 2010-12-05 10:17:02 +00:00
Rene Ladan
54c312bfe6 Garbage collect old ports:
2010-11-15 archivers/linux-par2cmdline: Native version available
2010-11-15 audio/bmp-musepack: does not build with audio/musepack
2010-11-15 audio/libmpcdec: superseded by audio/musepack
2010-11-15 audio/py-musepack: does not build with audio/musepack
2010-12-01 chinese/chinput3: Development has ceased.
2010-12-01 emulators/dynagen-devel: Please install emulators/dynagen instead
2010-11-24 net-p2p/gift-fasttrack: unmaintained upstream
2010-11-24 net-p2p/gift-gnutella: unmaintained upstream
2010-11-24 net-p2p/gift-openft: unmaintained upstream
2010-11-24 net-p2p/pyslsk: unmantained upstream, use net-p2p/nicotine-plus
2010-11-11 security/pamsfs: SFS is dead, this project is dead, and site is gone
2010-11-10 www/p5-Catalyst-Plugin-CommandLine: The module is not needed any more. With new Catalyst (at least 5.7014) it works out of the box.
2010-12-04 21:32:34 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Pav Lucistnik
58607168ed - Update to 2.1.1
- Split to separate ports of qt, gtk frontends, data and library

PR:		ports/152570
Submitted by:	Maxim Ignatenko <gelraen.ua@gmail.com> (maintainer)
2010-11-26 14:47:08 +00:00
Philip M. Gollucci
748e17dcad - Update to 10390
PR:             ports/152434
Submitted by:   Anonymous <swell.k@gmail.com> (maintainer)
2010-11-24 02:08:42 +00:00
Jeremy Messenger
eb034e43b0 Forgot to chase the change name of binaries in the dependency.
Reported by:	pointyhat (via pav)
2010-11-22 12:57:04 +00:00
Jeremy Messenger
afff4b8ac2 Add moc_build rcc_build uic_build; it does need all of them.
Reported by:	QAT
2010-11-18 12:20:09 +00:00
Jeremy Messenger
ee161a195d Add qmake_build to allow it builds.
Reported by:	QAT
2010-11-17 22:50:02 +00:00
Sunpoet Po-Chuan Hsieh
acd73063c2 - Use PLIST_DIRS/PLIST_FILES instead of PLIST
- Space/tab twiddle

PR:		ports/152311
Submitted by:	sunpoet (myself)
Approved by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer)
2010-11-17 16:02:04 +00:00
Jeremy Messenger
727deaa1c8 A fast and lightweight QT4 BitTorrent client, loosely based on the GTK+ client.
This is the only Transmission client that can act as its own self-contained
session (as the GTK+ and Mac clients do), and can also connect to a remote
session (as the web client and transmission-remote terminal client do).

Transmission has been built from the ground up to be a lightweight, yet
powerful BitTorrent client. Its simple, intuitive interface is designed
to integrate tightly with whatever computing environment you choose to
use. Transmission strikes a balance between providing useful functionality
without feature bloat. Furthermore, it is free for anyone to use or modify.

WWW: http://www.transmissionbt.com/
2010-11-17 12:44:25 +00:00
Jeremy Messenger
e2ab383ecb Update to 2.12. 2010-11-17 12:41:58 +00:00
Mario Sergio Fujikawa Ferreira
ba251aadef Update to 3.0.6 2010-11-17 12:32:30 +00:00
Wen Heping
5083c1cc3b - Update to 0.7
PR:		ports/152307
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer)
2010-11-17 01:53:50 +00:00
Jose Alonso Cardenas Marquez
ce2c472333 - Update to 2.2 2010-11-15 22:51:37 +00:00
Stefan Walter
caac6a0f79 - Adjust rc.d script's rcorder dependencies now that it runs as a specific user.
[1]
- Satisfy portlint.

Suggested by:	dougb [1]
2010-11-15 10:16:26 +00:00
Max Brazhnikov
f05c998601 IGNORE when ktorrent2 for KDE3 is detected.
PR:		ports/152197
Reported by:	Belansky Stanislav <stanislav at icmail.ru>
2010-11-14 11:45:35 +00:00
Stefan Walter
920fca23ec * Sets up a uhub UID and GID for the daemon to run as.
* Modifies configuration file permissions to restrict them to root and the above
  GID.
* Patches uhub source so that PREFIX/etc/uhub/uhub.conf is the compiled in
  default configuration file.
* rc.d script changes - enable above uid/gid, enable syslog logging, simplify.

PR:		151819
Submitted by:	Aragon Gouveia <aragon@phat.za.net>
Approved by:	maintainer
2010-11-11 10:31:35 +00:00
Mario Sergio Fujikawa Ferreira
01b85fa23c Update to 3.0.5
PR:		152037
Submitted by:	sunpoet
2010-11-08 10:07:42 +00:00
Pav Lucistnik
6d74c2c582 - Mark BROKEN: does not compile
Reported by:	pointyhat
2010-11-03 21:28:22 +00:00
Max Brazhnikov
2835087ab8 Rearrange include paths to fix build in real environment
Remove md5 sum

PR:		ports/151638
Reported by:	Pascal Stumpf <Pascal.Stumpf at cubes.de>
2010-11-03 17:51:37 +00:00
Mario Sergio Fujikawa Ferreira
a1e0d14c44 Update to 1.3.1 2010-11-02 11:39:51 +00:00
Erwin Lansing
74cb9eff53 Deprecate md5 in favour of sha256 checksums. md5 checksums will no longer
be generated or checked, and will be silently ignored for now.  Also,
generalize the MD5_FILE macro to DISTINFO_FILO.

PR:		149657
Submitted by:	rene
Approved by:	portmgr
Tested on:	pointyhat i386 7-exp
2010-10-28 21:00:21 +00:00
Pav Lucistnik
60cd14bc81 - Chase upnp shlib version bump
Reported by:	pointyhat
Pointy hat to:	wen
2010-10-24 21:53:10 +00:00
Max Brazhnikov
893c707955 Update to 4.0.4 2010-10-21 20:39:12 +00:00
Max Brazhnikov
4363dff3e1 Update to 1.0.4 2010-10-21 20:31:01 +00:00
Philip M. Gollucci
be1e6ff673 - Connect amule and amule2 to the build
PR:             ports/150985
Submitted by:   swell.k@gmail.com (maintainer)
2010-10-19 05:37:31 +00:00
Philip M. Gollucci
6d041c21b5 - Update to 10310 snapshot
PR:             ports/150985
Submitted by:   swell.k@gmail.com (maintainer)
2010-10-19 05:36:35 +00:00
Philip M. Gollucci
ae88d5bec3 - Update CONFLICTS for dynamic PKGNAME
PR:             ports/150985
Submitted by:   swell.k@gmail.com (maintainer)
2010-10-19 05:35:32 +00:00
Philip M. Gollucci
6a1951bdce - add missed file 2010-10-19 05:28:32 +00:00
Philip M. Gollucci
8166acc751 - Split amule into amule and amule-devel
PR:             ports/150985
Submitted by:   swell.k@gmail.com (maintainer)
2010-10-19 05:28:07 +00:00
Philip M. Gollucci
8abb595d7a net-p2p/amule2|net-p2p/amule|2010-10-05|Split to -devel and non-devel ports 2010-10-19 05:22:26 +00:00
Steve Wills
f1eb3a35c7 - Update to 0.96.8
- Set maintainer to submitter due to maintainers email address bouncing

Submitted by:	Jamie Landeg Jones <jamie@bishopston.net>
Approved by:	wxs (mentor)
2010-10-17 23:06:08 +00:00
Ade Lovett
6abd00a86b Punt autoconf267->autoconf268 2010-10-16 11:52:47 +00:00
Renato Botelho
a259576466 Remove expired ports:
2010-10-14 devel/p5-P4: Depends of p5-P4-Client, which is DEPRECATED.
2010-01-08 devel/p5-P4-Client: has been broken for 11 months
2010-10-14 net-p2p/btpeer: Does not build with net/Sockets and is unmaintained.
2009-07-01 net-mgmt/net-snmp4: Use net-mgmt/net-snmp port instead
2010-10-14 net/gkrellm_snmp: Depends of net-snmp4, that is deprecated also and will be removed soon.
2010-10-14 net/Sockets-devel: Older than net/Sockets and unmaintained.
2010-10-14 11:36:43 +00:00
Sunpoet Po-Chuan Hsieh
1c4a78e07a - Fix PLIST
- Bump PORTREVISION

PR:		ports/151374
Submitted by:	Aragon Gouveia <aragon@phat.za.net>
Approved by:	Dmitry Yashin <yashin.dm@gmail.com> (maintainer), pgollucci (mentor, implicit)
2010-10-12 00:53:38 +00:00
Sunpoet Po-Chuan Hsieh
12ce642023 - Bump PORTREVISION for changing Perl dependency
Approved by:	pgollucci (mentor, implicit)
2010-10-11 16:31:53 +00:00
Sunpoet Po-Chuan Hsieh
6715497169 - Fix Perl dependency: use USE_PERL5_BUILD instead of USE_PERL5
PR:		ports/151391
Submitted by:	Aragon Gouveia <aragon@phat.za.net>
Approved by:	Dmitry Yashin <yashin.dm@gmail.com> (maintainer), pgollucci (mentor, implicit)
2010-10-11 15:56:21 +00:00
Alejandro Pulver
0012369e0a - Deprecate and set to expire old/unmaintained ports. 2010-10-11 05:39:30 +00:00
Alejandro Pulver
f814d9a22c - Mark DEPRECATED and set EXPIRATION_DATE in about six months (is not
maintained anymore, and does not work).
2010-10-11 04:15:27 +00:00
Alejandro Pulver
84c312dba2 - Drop maintainership. 2010-10-11 04:11:03 +00:00
Rene Ladan
79d9ae2748 Deprecate: unmaintained upstream
Set expiration date to 2010-11-24

PR:		ports/150900
Submitted by:	maintainer
2010-10-10 15:27:16 +00:00
Ade Lovett
231b6073de Migration of final set of working ports from automake{19,110} -> 111 2010-10-07 15:18:56 +00:00
Ade Lovett
7e80cde328 Round one migration of ports from automake{19,110} to automake111 2010-10-05 19:57:56 +00:00
Dirk Meyer
1646ec1128 _ fix typo in CONFILTCS
PR:		150982
2010-10-05 18:40:58 +00:00
Dirk Meyer
82f732356a - fix typo: CONFILTCS vs. CONFLICTS
- use current lowercase amule pkgname in CONFLICTS
- don't abuse LDLIBS for CPPFLAGS
- use NO_WRKSUBDIR
- install verbosely like most ports do
PR:		150982
Submitted by:	swell.k

- Fix PKGNAME logic
2010-10-05 08:46:40 +00:00
Emanuel Haupt
a2168ef7f6 Remove WWW, site has disappeared. No alternative was found. 2010-10-04 16:09:44 +00:00
Renato Botelho
8b280edc8f Remove expired ports:
2010-10-01 net-mgmt/zabbix16-server: Development has ceased. Please upgrade to Zabbix 1.8.
2010-10-01 net-mgmt/zabbix16-agent: Development has ceased. Please upgrade to Zabbix 1.8.
2010-10-01 net-mgmt/zabbix16-frontend: Development has ceased. Please upgrade to Zabbix 1.8.
2010-10-01 net-mgmt/zabbix16-proxy: Development has ceased. Please upgrade to Zabbix 1.8.
2010-10-01 net-p2p/mutella: No longer under active development
2010-10-01 www/xpi-hit-a-hint: Development has been ceased and not compatible with Firefox > 2.
2010-10-01 www/xpi-preferential: Development has been ceased and not compatible with Firefox > 2.
2010-10-01 www/xpi-statusbarclock: Development has been ceased and not compatible with Firefox > 2.
2010-10-01 13:45:47 +00:00
Mario Sergio Fujikawa Ferreira
25b7136f82 - Fix PLIST: do not remove files we did not install when
(PREFIX != LOCALBASE).
- Bump PORTREVISION.

Submitted by:	pointyhat
2010-09-30 10:37:25 +00:00
Martin Wilke
3747ef7af6 Schedule net-p2p/pyslsk for removal.
Last real update was in May 2005. Users should switch to net-p2p/nicotine-plus which is still maintained.

PR:		150901
Submitted by:	Stefan Ehmann <shoesoft@gmx.net> (maintainer)
2010-09-30 05:03:08 +00:00
Philip M. Gollucci
8a5fc7c614 - Reset Tobias Roth <ports@fsck.ch> due to lack of time
by his request to ports@

  Thanks for your work!
2010-09-28 05:42:14 +00:00
Wen Heping
6ac7f23edc - Update to 0.6
- Add LICENSE

PR:		ports/151014
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer)
2010-09-28 01:04:29 +00:00
Mario Sergio Fujikawa Ferreira
c8eaff4992 - Remove BROKEN: fix build
Obtained from:	mldonkey issue tracker (https://savannah.nongnu.org/patch/?7267#comment2)
2010-09-25 20:25:38 +00:00
Philip M. Gollucci
6564a2589c - only 13% of the p5- ports embed @comment $FreeBSD$:
so standarize and remove it

With Hat:   perl@
2010-09-24 02:03:44 +00:00
Martin Matuska
17e550ca2f Explicitly depend on p5-Digest-MD5 only if PERL_LEVEL < 500703
Explicitly depend on p5-Digest-SHA only if PERL_LEVEL < 501000
2010-09-21 16:08:11 +00:00
Mario Sergio Fujikawa Ferreira
4bea942aaf - Remove BROKEN: fix build
Obtained from: mldonkey issue tracker (https://savannah.nongnu.org/patch/?7267#comment2)
2010-09-21 03:43:22 +00:00
Mario Sergio Fujikawa Ferreira
bec8971fe3 - Update to 1.3.0
- Add DESKTOP_ENTRIES
- Take over maintainership
2010-09-21 01:45:03 +00:00
Jeremy Messenger
8c07085b60 Fix if FreeBSD built without ipv6 support.
PR:		ports/150519
Submitted by:	well-wisher <regex@bk.ru>
2010-09-20 02:43:34 +00:00
Pav Lucistnik
8df2121ba4 - Mark BROKEN: does not build
Reported by:	pointyhat
2010-09-16 21:18:11 +00:00
Greg Larkin
dc6719f204 - Updated to 0.3.0
- Passed maintainership to submitter
- Added LICENSE
- Updated MASTER_SITES to avoid strangely-suffixed distfile name

PR:		ports/150276
Submitted by:	C-S <c-s at c-s dot li>
2010-09-16 00:47:46 +00:00
Ade Lovett
8262a7b51d Autotools update. Read ports/UPDATING 20100915 for details.
Approved by:	portmgr (for Mk/bsd.port.mk part)
Tested by:	Multiple -exp runs
2010-09-15 18:35:24 +00:00
Renato Botelho
518fe252c9 Deprecate net/Sockets-devel, it's older than net/Sockets and unmaintained, i
just don't remove it now because it has a dependant port.

Deprecate net-p2p/btpeer also, it depends of net/Sockets-devel but doesn't
build with newer version of Sockets, no new version upstream, no answer from
author and unmaintained.

1 month to remove both
2010-09-14 11:14:21 +00:00
Philip M. Gollucci
fad4d4c1be - Update to 0.5
PR:             ports/150444
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer)
2010-09-14 04:43:25 +00:00
Philip M. Gollucci
9d4b743600 - use SUB_FILES instead of SED directly
PR:             ports/143194
Submitted by:   Sevan Janiyan <venture37@geeklan.co.uk>
Approved by:    maintainer timeout (lioux ; 221 days)
2010-09-08 22:16:54 +00:00
Philip M. Gollucci
6bac6ddb45 2010-08-01 net-p2p/javadc: is ancient, unmaintained, works only with JDK 1.3, no master site
2010-09-01 net/pathchar: has been broken for 2+ years, no sources available
2010-08-05 www/linux-nvu: NVU 1.0, released June 2005, is the last official release of NVU.  Kompozer has picked up where NVU has left off. Please consider using  /pr/www/kompozer instead
2010-09-08 05:37:23 +00:00
Philip M. Gollucci
2e59da295c - Update MAINTAINER address for Ganael Laplanche <ganael.laplanche@martymac.org>
- Update some MASTER_SITES too

PR:             ports/150349
Submitted by:   maintainer
2010-09-07 15:52:18 +00:00
Mario Sergio Fujikawa Ferreira
fe05e3ea82 Update to 3.0.4 2010-09-06 12:00:24 +00:00
Pav Lucistnik
fcf967a7dc - Mirror distfile on master site local
Requested by:	maintainer
2010-09-03 14:43:30 +00:00
Pav Lucistnik
b1d3077aba - Update to r10275
PR:		ports/149988
Submitted by:	Anonymous <swell.k@gmail.com> (maintainer)
2010-09-03 14:10:01 +00:00
Max Brazhnikov
c452452829 Connect libktorrent 2010-09-01 21:19:51 +00:00
Max Brazhnikov
76ed31cd8e Add new port net-p2p/libktorrent:
KTorrent has been split into the application ktorrent and the library
libktorrent. Libktorrent contains all the torrent downloading code,
and ktorrent contains all application code and plugins. The goal
is to make libktorrent an independent library (though still closely
related to ktorrent), which can be used by other applications.

WWW:	http://ktorrent.org/
2010-09-01 21:19:27 +00:00
Li-Wen Hsu
01601437cf Add py-transmissionrpc 0.3, a python module communicates with
Transmission through json-rpc.

PR:		ports/141133
Submitted by:	Vladimir Korkodinov <newbieman at perm.raid.ru>
2010-08-22 12:29:38 +00:00
Mario Sergio Fujikawa Ferreira
567a4282c0 Update to 1.3.0_rc2 2010-08-21 20:04:36 +00:00
Jose Alonso Cardenas Marquez
7928659184 - Update to 2.0
See the full changelog at:

http://transmisson-remote-gui.googlecode.com/svn/trunk/history.txt
2010-08-16 18:49:30 +00:00
Jeremy Messenger
261e26c281 Update to 2.04. 2010-08-15 00:53:16 +00:00
Pav Lucistnik
21d1d65e25 - Update to git r.10266
- Switch maintainers

PR:		ports/149021
Submitted by:	Anonymous <swell.k@gmail.com>
Approved by:	Boris Kovalenko <boris@tagnet.ru> (old maintainer)
2010-08-13 13:18:23 +00:00
Max Brazhnikov
22f6eded46 Disconnect ktorrent-devel 2010-08-11 18:02:14 +00:00
Max Brazhnikov
abf180989f Remove obsolete port: please use net-p2p/ktorrent2 or net-p2p/ktorrent
PR:		ports/133848
Approved by:	maintainer timeout
2010-08-11 18:01:40 +00:00
Baptiste Daroussin
fe673d5430 - Update to 0.16
- Add license
- Use bsd.openssl.mk facility via `USE_OPENSSL=yes'
- Update mastersite and WWW

PR:		ports/149369
Submitted by:	Julien Laffaye <kimelto _at_ gmail.com>
Approved by:	tabthorpe@ (co-mentor)
2010-08-11 15:19:08 +00:00
Tong LIU
738d612f2b - Rename net/p5-IO-INET6 to net/p5-IO-Socket-INET6.
PR:	ports/148309
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
2010-08-09 08:54:36 +00:00
Beat Gaetzi
294b05c37c - Bump PORTREVISION after libxul update
PR:		ports/149044
Expr-run by:	pav@
Approved by:	portmgr (pav)
2010-08-08 08:56:41 +00:00
Mario Sergio Fujikawa Ferreira
5d8dfd13e7 Update to 3.0.3 2010-08-03 01:56:30 +00:00
Baptiste Daroussin
5a4055b083 Change maintainer address to my new @FreeBSD.org
Approved by:	jadawin@ (co-mentor)
2010-07-28 17:31:01 +00:00
Daniel Gerzo
efcfa37d04 - fix the handling of sig_stop signal in the rc.d script
PR:		148867
Submitted by:	danger
Approved by:	az (maintainer) via private email
2010-07-27 19:34:34 +00:00
Wesley Shields
15c1551ea3 Chase security/libgcrypt shlib bump.
PR:		ports/148755
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp>
2010-07-27 01:25:20 +00:00
Pav Lucistnik
6dc7825197 - Mark BROKEN: does not compile with new Sockets
Reported by:	pointyhat
2010-07-25 21:23:59 +00:00
Jeremy Messenger
90a918f71b Chase libevent update, bump the PORTREVISION on those. 2010-07-25 18:59:32 +00:00
Doug Barton
373117960c Introduce the -devel version of the 2.3.x branch at rc10.
It has the following new features relative to the 2.2.x branch:

 * Simplified torrent root folder renaming/truncating
   (< v2.3.0 is no longer forward compatible)
 * Remember previous save paths in torrent addition dialog
 * Max number of half-open connections can now be edited
 * Added support for strict super seeding
 * The user can force listening on a particular network interface
 * Added cookie support for RSS feeds
 * User can force tracker reannounce
 * Added "No action" setting for double-click action
 * Several torrents can be moved at once
 * Added error state for torrents (error is displayed in a tooltip)
 * Added filter for paused/error torrents
 * Add Check/Uncheck all feature in Web UI
 * Search engine can now be disabled
 * Torrents can be automatically paused once they reach a given ratio
 * Several files can now be disabled at once
 * Added "Select All/None" buttons to files list
 * Added support for BitComet links (bc://bt/...)
 * Hide seeding torrents files priorities in Web UI
 * The user can disable permanently recursive torrent download
 * Peer Exchange status is now correctly reported
 * Display peers country name in tooltip
 * Display number of torrents in transfers tab label
 * Simplified program preferences
 * Fix naming of actions opening new dialogs (use Name...)
2010-07-24 21:37:21 +00:00
Doug Barton
13d74e7092 Update to 2.2.11, which has the following bug fixes:
* Fix parsing of program arguments with spaces
 * Fix possible crash when using alternative speed limits
 * Fix possible crash on exit
 * Require GTK+ headers on compilation when libnotify is used
2010-07-24 19:40:24 +00:00
Jeremy Messenger
2d403a8240 Update to 2.03. 2010-07-24 16:04:25 +00:00
Mario Sergio Fujikawa Ferreira
60867a783f o Update to 0.8
o Remove JAVA_OS since it works with either version
2010-07-13 10:17:40 +00:00
Dmitry Marakasov
00094fc602 mktorrent is a simple command-line utility to create BitTorrent
metainfo files.  It supports multiple trackers, private trackers,
custom comments, and is multi-threaded to support multiple CPUs.

WWW: http://mktorrent.sourceforge.net/

PR:		146479
Submitted by:	Damian Gerow <dgerow@afflictions.org>
Feature safe:	yes
2010-07-06 00:13:06 +00:00
Sylvio Cesar Teixeira
c9d1923649 - Update to 1.10
PR:		ports/148299
Submitted by:	Peter Schuller <peter.schuller@infidyne.com> (maintainer)
Feature safe:	yes
2010-07-02 16:03:22 +00:00
Doug Barton
49494235f5 Bump PORTREVISION for rev 1.2 of the rc.d file
... because you can never have too many 1's in a PKGNAME

Feature safe:	yes
2010-07-01 19:27:18 +00:00
Doug Barton
412690965e Commit the proper version of the rc.d script, not the POC version:
* Allow configuration of _confdir and _logfile
 * Put the pid file in /var/run/$name with proper permissions
 * Clean up pid file and directory on exit, remove log if empty

Feature safe:	yes
2010-07-01 19:25:48 +00:00