Commit graph

57 commits

Author SHA1 Message Date
pooka
269c52eb1a revert back to wget 1.7 until issues with ipv6 are solved in 1.8.1 2002-03-30 13:57:02 +00:00
pooka
e15b4dce02 Upgrade wget to 1.8.1
Highlights of changes since 1.7:
* bugfixes
* new progress bar indicator
* breath-first recursive descent
* host directories contain port information if the server is at a
  non-standard port
full list:
http://cvs.sunsite.dk/viewcvs.cgi/wget/NEWS?rev=WGET_1_8&content-type=text/plain

Provided by michal@pasternak.w.lub.pl in pkg/16124
2002-03-30 08:56:36 +00:00
seb
66111c6d15 Introduce new framework for handling info files generation and installation.
Summary of changes:
- removal of USE_GTEXINFO
- addition of mk/texinfo.mk
- inclusion of this file in package Makefiles requiring it
- `install-info' substituted by `${INSTALL_INFO}' in PLISTs
- tuning of mk/bsd.pkg.mk:
    removal of USE_GTEXINFO
    INSTALL_INFO added to PLIST_SUBST
    `${INSTALL_INFO}' replace `install-info' in target rules
    print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info'
- a couple of new patch files added for a handful of packages
- setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it
- devel/cssc marked requiring texinfo 4.0
- a couple of packages Makefiles were tuned with respect of INFO_FILES and
  makeinfo command usage

See -newly added by this commit- section 10.24 of Packages.txt for
further information.
2002-02-18 15:14:00 +00:00
jlam
478cba00bb By default, prevent invocation of GNU "auto*" driven by the generated
Makefiles during the build process by touching various auto{conf,make}
source files to make them up-to-date.  Packages that require regenerating
the configure script and Makefile.in files should make the appropriate
calls to auto{conf,make} in a pre-configure target.  This allows the
various targets listed in ${_CONFIG_PREREQ} to modify the generated files
without triggering the GNU auto* tools and having the modifications be
overwritten.
2001-12-04 06:14:57 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
jlam
50013e9c2f Use AUTOMAKE_OVERRIDE instead of the custom pre-configure target. 2001-10-26 21:53:01 +00:00
jlam
66be95305f Don't workaround broken LDFLAGS setting in configure -- just fix it
directly by patching the script.  This causes LDFLAGS to be reset properly
before checking for gettext(), which now succeeds and causes the locale
files to be built.  Remove USE_LIBINTL as unnecessary.  Tested on
NetBSD-1.5W/i386 and NetBSD-1.5.1/mac68k.
2001-07-26 14:29:12 +00:00
tron
594e763473 Add build time dependence on "perl" package because manual page won't
be build otherwise.
2001-07-26 12:15:03 +00:00
tron
57a90ef22c Reenable and fix KAME patch under Solaris because it includes an extra
translation.
2001-07-22 16:09:59 +00:00
tron
bd03c5a15a Reenable and fix KAME patch under Solaris because it includes an extra
translation.
2001-07-22 15:46:20 +00:00
tron
5bf044be0d Make sure that locale files get installed into the right directory under
Solaris.
2001-07-22 15:24:10 +00:00
tron
56f6b2b040 Don't apply KAME patch under Solaris because it causes build failures. 2001-07-22 15:19:16 +00:00
tron
ed557ee00b Add back "USE_LIBINTL= YES" because the locale files aren't built on
a 1.5 release system otherwise.
2001-07-17 12:04:16 +00:00
jlam
83ed03a875 Workaround bug in configure script at line 3718 that doesn't restore
LDFLAGS to correct value during the configure process.  This should fix
pkg/13483.
2001-07-17 10:56:57 +00:00
itojun
f12aa20539 USE_LIBINTL was commented out mistakenly 2001-07-16 11:01:10 +00:00
tron
9278893e31 Remove whitespace before comment. 2001-07-16 10:49:16 +00:00
itojun
4df9f3c596 upgrade to 1.7 + KAME IPv6 patch. a lot of changes into message catalogs,
internal cleanups and such.
2001-07-16 07:59:11 +00:00
jlam
6013b55b84 - Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.
- Handle PKGLOCALEDIR in PLIST.
2001-06-27 04:58:51 +00:00
wiz
a64b9fb56b Update to use newer IPv6 patch.
Bump version to 1.6nb1.
2001-05-14 15:07:54 +00:00
wiz
433b62957e Move to sha1 checksum, and/or add distfile sizes. 2001-04-21 11:23:08 +00:00
itojun
6e959a2e97 use more recent IPv6 patch.
do not try EPRT/EPSV repeatedly if the ftp server do not support it.
KAME PR 343.
2001-04-18 03:35:27 +00:00
agc
bbc67fac91 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:53:33 +00:00
hubertf
e32afb6fea Change BUILD_DEPENDS semantics:
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.

While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).

Patch by Alistair Crooks <agc@netbsd.org>
2001-03-27 03:19:43 +00:00
wiz
a13ea108bb Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:52:59 +00:00
itojun
54b04fab4e upgrade to 1.6 + IPv6 patch.
* Changes in Wget 1.6

** Administrative changes.

*** Maintainership.  Due to Hrvoje being plagued with a "real job",
Dan Harkless is the most active maintainer.  Hrvoje still participates
occasionally, and both are being helped by many other people.

*** Web page.  Thanks to Jan Prikryl, Wget has an "official" web page.
Take a look at:

    http://sunsite.dk/wget/

*** Anonymous CVS.  Thanks to ever-helpful Karsten Thygesen, Wget
sources are now available at an anonymous CVS server.  Take a look at
the web page for downloading instructions.

** New -K / --backup-converted / backup_converted = on option causes files
modified due to -k to be saved with a .orig prefix before being changed.  When
using -N as well, it is these .orig files that are compared against the server.

** New --follow-tags / follow_tags = ... option allows you to restrict
Wget to following only certain HTML tags when doing a recursive
retrieval.  -G / --ignore-tags / ignore_tags = ... is just the
opposite -- all tags but the ones you specify will be followed.

** New --waitretry / waitretry = SECONDS option allows waiting between retries
of failed downloads.  Wget will use "linear" backoff, waiting 1 second after the
first failure, 2 after the second, up to SECONDS.  waitretry is set to 10 by
default in the system wgetrc.

** New -p / --page-requisites / page_requisites = on option causes
Wget to download all ancillary files necessary to display a given HTML
page properly (e.g. inlined images).

** New -E / --html-extension / html_extension = on option causes Wget
to append ".html" to text/html filenames not ending in regexp
"\.[Hh][Tt][Mm][Ll]?".

** New type of .wgetrc command -- "lockable Boolean".  Can be set to on, off,
always, or never.  This allows the .wgetrc to override the commandline.  So far,
passive_ftp is the only .wgetrc command which takes a lockable Boolean.

** A number of new translation files have been added.

** New --bind-address / bind_address = <address> option for people on hosts
bound to multiple IP addresses.

** wget now accepts (illegal per HTTP spec) relative URLs in HTTP redirects.
2001-01-11 04:37:52 +00:00
hubertf
91f5b39b42 Make sure configure is newer than configure.in, so we don't have to have
autoconf around. Fixes PR 11864 by Tomasz Luchowski <zuntum@eik.pl>.
2001-01-01 21:32:54 +00:00
itojun
57f4a951e9 make sure to close socket on ftp EPRT operation. KAME PR 313. 2000-12-25 04:42:04 +00:00
wiz
d7d53f73e8 Uses libintl. 2000-11-29 15:12:54 +00:00
mycroft
ae2c34892b Add locale files. 2000-11-09 20:31:22 +00:00
itojun
d16d46f98f pull in latest IPv6 patch. repair PR 11028 (-I misbehaves). 2000-09-16 08:34:16 +00:00
itojun
ba27f80c5e reissue kame patch.
now contains security fix from
http://www.securityfocus.com/templates/archive.pike?list=1&msg=36B5F824.B28E02FD@ce.cctpu.edu.ru
2000-08-16 06:48:25 +00:00
itojun
1c4d86977d use latest IPv6 patch from kame (now supports IPv6 FTP properly).
patches/patch-?? contain IPv6 patches only, switch to PATCHFILES.
2000-08-16 06:38:44 +00:00
itojun
435a67a18e bring in IPv6 support. PR8489. 2000-03-26 14:16:42 +00:00
abs
df05aef71f Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +00:00
tron
9c4c0c2b50 Remove unnecessary slash from master site list. 1999-04-14 21:39:01 +00:00
bad
fa9c2f3760 Catch up with MASTER_SITE_GNU reorganization. 1999-03-22 16:08:30 +00:00
hubertf
2a95ad9c6b Fix CONFLICTS (remove redundancy, mostly) 1999-02-20 22:48:24 +00:00
tv
111c4f44b0 Use install-info in $PATH, so that systems with it in base will work too. 1999-02-11 19:17:28 +00:00
hubertf
ba6acbc8fe revert last commit - this was really not intended to get committed :-> 1999-01-06 05:19:21 +00:00
hubertf
8ed4494f52 add end enable pload 1999-01-06 05:17:52 +00:00
hubertf
6eab7789bb Update to V1.5.3 1998-09-28 10:05:05 +00:00
tsarna
6bd0d65c65 The Grand Homepagification:
- New, optional Makefile variable HOMEPAGE, specifies a URL for
	  the home page of the software if it has one.
	- The value of HOMEPAGE is used to add a link from the
	  README.html files.
	- pkglint updated to know about it.  The "correct" location for
	  HOMEPAGE in the Makefile is after MAINTAINER, in that same
	  section.
1998-08-20 15:16:34 +00:00
agc
05b88260d7 Add NetBSD RCS Ids. 1998-08-07 13:16:49 +00:00
tron
c031de4999 Add "${CONFLICTS}". 1998-06-27 15:46:43 +00:00
frueauf
fdd7c55066 This patch is no longer needed with wget 1.5.2. 1998-06-27 14:18:08 +00:00
frueauf
099cf8947e Update to wget-1.5.2. 1998-06-27 14:16:13 +00:00
hubertf
80adbb9365 update to wget V1.5.1 1998-05-19 22:18:08 +00:00
frueauf
f59b9c28cf portlint: remove MAN1 as wget comes without manpage. 1998-04-27 20:03:29 +00:00
hubertf
6befea47e8 update to wget V1.5.0 1998-04-27 15:02:08 +00:00
agc
ff3e48e78c Fix INFO_FILES definitions to match the commands in bsd.pkg.mk 1998-04-22 11:05:01 +00:00