aboutsummaryrefslogtreecommitdiff
path: root/ftp/multiget
Commit message (Collapse)AuthorAgeFilesLines
* - Add LICENSEDmitry Marakasov2016-08-173-7/+6
| | | | | | | | | - Drop unneeded WX_UNICODE - Simplify installation - Regenerate patches with `make makepatch` Notes: svn path=/head/; revision=420335
* ftp/multiget: Remove redundant patchJohn Marino2015-10-051-11/+0
| | | | | | | | With the patch of common.h, the patch to common.cpp is no longer necessary. Notes: svn path=/head/; revision=398653
* ftp/multiget: Add headers to fix on modern gccJohn Marino2015-10-051-0/+11
| | | | Notes: svn path=/head/; revision=398643
* Add USES=alias to 4 ports (Aids DragonFly support)John Marino2015-10-051-1/+1
| | | | Notes: svn path=/head/; revision=398641
* Remove ansi version fo wxGTK 2.8 and only keep the unicode versionBaptiste Daroussin2015-09-161-1/+1
| | | | | | | | | | | All applications in the ports tree works correctly with unicode version of wxGTK Newer version of wxGTK are unicode only (3.0+) Note that now WX_UNICODE macro is noop Notes: svn path=/head/; revision=397077
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* Only build with wx 2.8Baptiste Daroussin2014-03-241-2/+3
| | | | | | | Use unicode version Notes: svn path=/head/; revision=349015
* - Fix build with clangPawel Pekala2013-12-193-9/+42
| | | | | | | | | | | - Add desktop entry file - Support staging PR: ports/184814 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=336908
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | ftp) Notes: svn path=/head/; revision=327729
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Reassign ports to heapThomas Abthorpe2011-02-271-1/+1
| | | | | | | Submitted by: alepulver Notes: svn path=/head/; revision=269863
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with E,F Notes: svn path=/head/; revision=240069
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* 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