aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/wget
Commit message (Expand)AuthorAgeFilesLines
* ftp/wget: Use LIB_DEPENDS in the form of lib<name>.soVasil Dimov2014-02-141-3/+3
* ftp/wget: Upgrade from 1.14_2 to 1.15Vasil Dimov2014-02-144-56/+5
* Add missing dependency on iconv.Tijl Coosemans2014-02-121-1/+2
* - Stage supportMartin Wilke2014-01-282-1/+1
* Fix compilation of ftp/wget when perl 5.18 is installed.Vasil Dimov2013-10-241-0/+11
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...Baptiste Daroussin2013-09-211-0/+1
* - convert to the new perl5 frameworkAndrej Zverev2013-09-141-3/+2
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-151-1/+0
* ftp/wget: fix build with texinfo-5 installedVasil Dimov2013-05-171-0/+40
* ftp/wget: Add an option for choosing whether to use PCRE or not.Vasil Dimov2013-05-141-12/+13
* ftp/wget: hook a dependency to devel/pcreVasil Dimov2013-05-131-0/+11
* - Convert USE_GETTEXT to USES (part 4)Alex Kozlov2013-04-261-1/+1
* ftp/wget:Vasil Dimov2013-04-182-11/+1
* ftp/wget:Vasil Dimov2013-04-111-2/+2
* Convert left unconverted ports in ftp to new options frameworkBaptiste Daroussin2013-03-261-16/+12
* Fix a long standing bug of lib/charset.alias being overwritten, modified, and...Baptiste Daroussin2013-03-181-5/+2
* Upgrade ftp/wget from 1.13.4 to 1.14Vasil Dimov2013-02-192-4/+3
* - Add UPDATING entry for gnutls updateRoman Bogorodskiy2013-02-061-1/+1
* Fix pkg-plist: do not remove lib/charset.aliasVasil Dimov2011-09-212-3/+1
* Fix compilation with SSL.Vasil Dimov2011-09-201-1/+1
* Upgrade ftp/wget from 1.12 to 1.13.4Vasil Dimov2011-09-2013-184/+5
* Chase security/gnutls update and add an UPDATING entry.Roman Bogorodskiy2011-06-061-1/+1
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
* Add optional dependency to libidnVasil Dimov2011-03-151-2/+10
* Followup to the previous commit: fix the newly added patchesVasil Dimov2010-09-073-39/+11
* Apply patch from upstream for CVE-2010-2252.Vasil Dimov2010-09-0710-1/+199
* - Introduce a new USE_XZ knob that handles lzma/xz compressed distfilesPav Lucistnik2010-06-042-4/+5
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-0/+1
* ftp/wget: Fix build with GNUTLSVasil Dimov2010-02-211-0/+11
* Fix pkg-plist (2nd attempt).Vasil Dimov2010-02-201-2/+0
* Fix pkg-plistVasil Dimov2010-02-201-0/+8
* * Upgrade ftp/wget from 1.11.4 to 1.12Vasil Dimov2010-02-204-24/+17
* Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update.Roman Bogorodskiy2009-08-171-0/+1
* Mark ftp/wget as safe for building with make -jX.Vasil Dimov2009-03-271-0/+1
* Upgrade ftp/wget from 1.11.2 to 1.11.4.Vasil Dimov2009-02-012-5/+4
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
* Upgrade ftp/wget from 1.11 to 1.11.2.Vasil Dimov2008-05-063-25/+47
* Upgrade ftp/wget from 1.10.2 to 1.11.Vasil Dimov2008-02-023-6/+10
* * Install wgetrc as etc/wgetrc.sample rather than etc/wgetrc to preventVasil Dimov2007-04-124-14/+24
* Add USE_GMAKE - port's build system doesn't work correctly with bmake, whichMaxim Sobolev2006-08-031-0/+1
* Remove CONFLICTS - no need to conflict with nonexistent portVasil Dimov2006-04-151-2/+0
* AdoptVasil Dimov2006-04-151-2/+1
* Reset sf as maintainer due to no response to email messages.Mark Linimon2006-04-151-1/+1
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
* Remove install-info from Makefile, it's automatically done when INFO is definedEdwin Groothuis2005-12-051-3/+0
* Update to 1.10.2Marcus Alves Grando2005-10-202-4/+4
* update to 1.10.1.FUJISHIMA Satsuki2005-08-293-16/+3
* Don't free RESPLINE if ftp_response returns a status other than FTPOK.FUJISHIMA Satsuki2005-08-092-1/+13
* fix wgetrc path.FUJISHIMA Satsuki2005-06-221-1/+2
* update to 1.10.FUJISHIMA Satsuki2005-06-105-84/+46
* Fix directory traversal vulnerability.Simon L. B. Nielsen2005-03-092-1/+52
* SIZEify.FUJISHIMA Satsuki2004-03-181-0/+2
* Add USE_GETTEXT and bump PORTREVISION.Joe Marcus Clarke2004-02-041-2/+2
* Now gettext 0.12.1 is gettext-old.Trevor Johnson2004-01-241-1/+1
* [Approved] new port: ftp/wget-develEdwin Groothuis2004-01-171-0/+2
* use local backup for disappeared debian patch.FUJISHIMA Satsuki2003-12-071-1/+2
* update debian patch to 12.FUJISHIMA Satsuki2003-10-252-3/+3
* add a knob to make locale support optional.FUJISHIMA Satsuki2003-10-172-27/+37
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.Joe Marcus Clarke2003-08-271-1/+1
* Chase the libintl.so shared lib version.Joe Marcus Clarke2003-08-251-1/+1
* utilize INFO.FUJISHIMA Satsuki2003-08-182-3/+1
* Switch to MASTER_SITE_DEBIAN_POOLKris Kennaway2003-08-041-2/+1
* update Debian patch which does not affect FreeBSD.FUJISHIMA Satsuki2003-04-082-2/+2
* De-pkg-comment for my portsFUJISHIMA Satsuki2003-03-032-1/+1
* o import Debian patches.FUJISHIMA Satsuki2003-03-034-63/+12
* Fix directory traversal bug in FTP.FUJISHIMA Satsuki2002-12-113-1/+62
* Use USE_PERL5_BUILD where appropriate, instead of hardcodingMaxim Sobolev2002-11-291-1/+1
* Chase shlib rev of devel/gettextAde Lovett2002-08-021-1/+1
* cleanup MASTER_SITES.FUJISHIMA Satsuki2002-07-281-6/+1
* USE_PERL5 is not correct. needs perl5 only for build.FUJISHIMA Satsuki2002-07-281-1/+1
* When I update wget to 1.8.2, I intentionally removed manpage due toFUJISHIMA Satsuki2002-07-281-0/+4
* update to 1.8.2.FUJISHIMA Satsuki2002-06-173-17/+7
* gettext upgrade uber-patch (stage 3)Ade Lovett2002-04-131-1/+2
* Stage 1 of gettext update.Ade Lovett2002-03-161-1/+1
* o update to 1.8.1.FUJISHIMA Satsuki2002-01-056-95/+18
* Today's daily wget:FUJISHIMA Satsuki2001-12-193-2/+51
* o fix coredump in rate limitation.FUJISHIMA Satsuki2001-12-183-0/+38
* update to 1.8.FUJISHIMA Satsuki2001-12-175-53/+6
* Revert 1.43 (usage of msgfmt-new instead of perl(1)-based hack), following isMaxim Sobolev2001-11-141-5/+11
* avoid running autoconf.FUJISHIMA Satsuki2001-10-051-0/+2
* Use `msgfmt-new' from gettext-devel package instead of an ungly hack.Maxim Sobolev2001-09-111-10/+4
* fix zh_TW locale to be readable on FreeBSD.FUJISHIMA Satsuki2001-08-251-2/+11
* Fix coredump problem. This patch has been submitted by wget developers.FUJISHIMA Satsuki2001-08-092-1/+12
* o IPv6 enabled again.FUJISHIMA Satsuki2001-07-202-5/+10
* update to 1.7.FUJISHIMA Satsuki2001-06-054-1043/+16
* to find gettext, LOCALBASE should be passed instead of PREFIX.FUJISHIMA Satsuki2001-05-261-2/+2
* update IPv6 patch to 20010508b.FUJISHIMA Satsuki2001-05-092-3/+3
* Add USE_GMAKE, otherwise the port builds only after make install.Maxim Sobolev2001-05-051-0/+1
* update IPv6 patch to 20010418.FUJISHIMA Satsuki2001-05-032-3/+3
* use IPv6 patch supplied from KAME.FUJISHIMA Satsuki2001-03-035-340/+6
* remove empty patches again.FUJISHIMA Satsuki2001-02-279-0/+0
* create null patches to avoid cvs problem.FUJISHIMA Satsuki2001-02-279-0/+0
* bump PORTREVISION; added new files.FUJISHIMA Satsuki2001-01-151-0/+1
* o info file unified again.FUJISHIMA Satsuki2001-01-153-5/+26
* Upgrade to version 1.6.David E. O'Brien2001-01-112-3/+3
* Add Big5 messages. Nothing is done with them at this point as the submitterDavid E. O'Brien2000-12-062-1/+1037
* Add $FreeBSD$, which help me in problem reports.David E. O'Brien2000-11-221-0/+1
* Add a WWW.Maxim Sobolev2000-07-251-0/+2
* Add patches to allow wget to work with INET6.Will Andrews2000-07-034-2/+341
* no-split info file.Vanilla I. Shu2000-06-242-8/+4
* whitespace nitsMichael Haro2000-04-221-1/+1
* PORTNAME/PORTVERSION stuffMichael Haro2000-04-121-2/+2
* Restore useless version required comments.David E. O'Brien2000-03-221-0/+1
* Remove the "version required" line.David E. O'Brien2000-03-201-1/+0
* Style nits in the ports I maintain.David E. O'Brien2000-02-131-4/+5
* "Now we can send a request with `Referer:' by setting the environmentDavid E. O'Brien2000-02-131-0/+21
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-2/+2
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
* Change "net" -> "ftp".Satoshi Asami1999-08-021-2/+2
* really activate libintlAndrey A. Chernov1999-08-022-1/+9
* ftp://ftp.max.irk.ru/pub/unix/net/www/wget/ now isDavid E. O'Brien1999-07-151-2/+2
* Add secondary category "www".David E. O'Brien1999-07-051-3/+3
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-271-1/+1
* Remove the test to create ${PREFIX}/share/info/dir as it is nowMichael Haro1999-06-062-5/+1
* Two fixes:Steve Price1999-05-011-2/+6
* * Needed dependency for gettextJacques Vidrine1999-03-211-2/+4
* ${MASTER_SITE_GNU} got rearranged in December; let's catch up.Bill Fenner1999-01-271-1/+2
* Add more MASTER_SITES.Bill Fumerola1998-12-091-2/+6
* Upgrade to 1.5.3.Thomas Gellekum1998-10-082-4/+4
* Upgrade to 1.5.2.Matthew Hunt1998-06-282-4/+4
* Upgrade to 1.5.1.Thomas Gellekum1998-05-192-4/+4
* Oops, forgot to remove one line.Thomas Gellekum1998-04-301-2/+1
* Upgrade to 1.5.0.Thomas Gellekum1998-04-303-8/+7
* Use install-info.Thomas Gellekum1997-05-222-1/+10
* Upgrade to 1.4.5.Thomas Gellekum1997-05-152-4/+4
* Upgrade to 1.4.4.Thomas Gellekum1997-02-243-4/+5
* Import of wget, a tool similar to our fetch(1), but it is ableThomas Gellekum1997-01-025-0/+35