1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00

2589 Commits

Author SHA1 Message Date
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