aboutsummaryrefslogtreecommitdiff
path: root/ftp/multiget
Commit message (Collapse)AuthorAgeFilesLines
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Update to version 1.1.3.Alejandro Pulver2007-02-162-14/+6
| | | | | | | | | - Change USE_WX from 2.6 to 2.6+ (to allow building with version 2.8). - Remove some remaining commented out commands. - Remove IGNORE for FreeBSD < 5.x (unsupported). Notes: svn path=/head/; revision=185325
* - Update to version 1.1.Alejandro Pulver2006-12-194-30/+7
| | | | Notes: svn path=/head/; revision=180171
* - Fix building with GCC 4.x.Alejandro Pulver2006-12-171-0/+11
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=180032
* MultiGet is an easy-to-use GUI file downloader for Linux/Unix/BSDs/Windows.Alejandro Pulver2006-12-074-0/+65
It's programmed by C++ and GUI is based on wxWidgets. It supports http/ftp protocol which covers most user's requirement. It supports multi-task with multi-thread on multi-server. It supports resume download if server side have resume feature, and if you like, you can reconfig the thread number without stopping the going task. It's also support SOCKS 4, 4a, 5 proxy, ftp proxy, http proxy. WWW: http://multiget.sourceforge.net/ Notes: svn path=/head/; revision=179135