summaryrefslogtreecommitdiff
path: root/www/elinks
AgeCommit message (Collapse)AuthorFilesLines
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-04-07Update to 0.10.4, closing PR 29783 and PR 29921:wiz2-6/+6
Changes since 0.10.1: 0.10.2: New features: - Merge in the official debian packaging files so it is now easy to build your own .deb files. Just apt-get install devscripts and run debuild in the ELinks root directory. - Add experimental Ruby scripting back-end. An example hooks file is available in contrib/ruby/hooks.rb but it doesn't do anything interesting yet. Feature updates and improvements: - Add LEDs info dialog. It can be opened using the Help menu and when the LED display is clicked. - Introduce a very simple ECMAScript pop-up window blocking mechanism. Will show a 'P' in the LED indicators. Off by default. - Add an example user style sheet and configuration file in contrib/. - Add support for disabling extended horizontal scrolling, so it will work like vertical scrolling. Requested by Russ Rowan. - Optimize CSS style handling. - Enable usage of the search history also for incremental link text searching. - Add a little help text to the terminal options dialog, which also indicates the value of the TERM environment variable. Hopefully this will help new users to figure out how configuration of terminals works. - When in cursor-routing mode, scroll the document as many rows or columns as necessary rather than only be one row or one column. - A few documentation updates. Bugs fixed: - Fix handling of forms embedded in table code. (bug 602) - Alert about file saving error when -no-home was given. - The default user style sheet is now applied correctly. - Fix leak related to CSS being disabled and applying the default style sheet. - Fix underline rendering when using 256 colors. - Localization fixes. - Fix calling of get-proxy scripting hooks. Now they should work again. - When using the goto link number functionality in cursor-routing mode, position the cursor on the newly selected link. - Compile fixes for *BSD and IRIX systems. Reported by Nelson H. F. Beebe. 0.10.3: New features: - Merge the MingGW patches so that --dump should now work. The patches also improves portability. Feature updates and improvements: - Change the behavior of an empty action attribute to be like Mozilla which handles action="" as action="<current-URI>". (bug 615) - The Perl hooks file is growing more and more insane thanks to Russ. - Improve the reporting of errors related to the proxy configuration. - Add toggle HTML/plain to the right click menu (aka. the tab menu), and make it to not display reload/bookmark when no document is available. - Add a <base href=cwd /> element to the generated listing of local directories. - When the URL parameter to the Refresh HTTP-equiv is missing refresh the current document. Bugs fixed: - Fix opening of either single bookmarks or folders referring to URLs without a slash at the end. - Fix honouring of the Refresh-header when the loaded document is empty. - Fix CSS handling by reverting the proposed optimization introduced in 0.10.2. - Fix displaying of ordered lists when <li> is not directly nested in <ol>-elements. - Build fixes on amd64. - Fix the Perl get-proxy hook so that an undef return value from the Perl hook results in the default proxy being used, as is supposed to be the case with get-proxy hooks. - Fix compile error related name clashes with the <locale.h> system header. - The debian package now really contains relevant documentation from doc/. - Only create $prefix/lib directory if the gettext code is going to install a new charset.alias file. - Truncate NNTP cache entries when ending connections. 0.10.4: New features: - Explicit keyboard accelerators were defined for buttons in dialogue boxes and are now highlighted. - Add support for bookmarks separators. Feature updates and improvements: - Switch to use a ``new'' FTP directory listing parser based on code from GNU Wget. The switch is motivated by licensing issues with ftpparse.[ch] files. (debian bug 300889) - More hooks.pl updating by the new cvs commiter Russ Rowan. - Change the verbose level to show warnings (debian bug 303083) - Add FAQ from homepage in doc/ directory. (debian bug 301861) - When block cursor terminal option is set, keep cursor at lower right of screen in dialogs too. (bug 583) - Use plural gettext message IDs, which make the resource info dialog more readable. - 'I' in the LEDs now mean "insert mode" and 'i' now mean modeless. The change is due to document.browse.forms.insert_mode defaulting to 1. - Strip protocol part (ftp://, etc) also from proxy strings returned from scripting hooks. - Add option to control whether (expanded) folder states should be stored when saving bookmarks (bookmarks.folder_state). Defaults to on; the current behavior. (bug 642) - Do not display terminal options help text when terminal height is too low. - Introduce the option infofiles.secure_save_fsync, which allows one to configure whether secure file saving calls fsync(3). - Move focus to the first widget when clearing a dialog. - Add two new functions available from Lua scripts: set_option(name, value) and and get_option(name). Bugs fixed: - Only add /dev/stdin to the URL list when no URLs was given on the command line. Allow special files when /dev/stdin is added. (debian bug 296976) - Fix reading from /dev/stdin on Mac OS X. (bug 616) - Fix Guile and Ruby detection, it was a quoting issue. - Fix handling of empty cache entries in the HTML highlighting engine. - Fix redirection issues on newsnow.co.uk due to single quotes enclosing of URL. - Add dialog.checkbox-selected color to options. (bug 644) - Decode the subject when handling mailto: links. There is still an encoding problem when adding the subject to the command string. - Fix displaying of accesskeys. - Encode the base href URI when generating file listings. (bug 358)
2005-02-24Add RMD160 checksums.wiz1-1/+2
2005-01-18update to 0.10.1drochner3-10/+6
changes: -documentation improvements -resize terminals when running ELinks in an X window -bugfixes
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-04-27Convert to buildlink3.snj1-7/+7
2004-04-05Bump PKGREVISION due to lua bump.xtraeme1-2/+2
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-1/+2
Buildlink files: RECOMMENDED version changed to current version.
2004-01-23Update to elinks 0.9.1recht2-5/+5
The main changes in ELinks-0.9.1 are: * Fixed crash when Download manager was open and you attempted to download a file * Fixed redrawing after find-next ('n') action * Fixed segfault triggered by pressing Page down in empty menu * Fixed <sub>/<sup>-related renderer leak * Dump link titles only if non-empty, and fix imgmap dumping Please see ChangeLog for full list of changes.
2004-01-22update to ELinks 0.9.0recht6-60/+46
based upon the version from pkgsrc-wip by Bruce J.A. Nourish and PR pkg/24191 by M.Negovanovic * used gettext for internationalization * support for background document colors * tabs support * new MIME subsystem adding mimetypes files support * local CGI support * Guile scripting extensions * HTML meta refresh * forms history * 256 colors support * regex searches * cookies manager, cache manager and download manager * marks support * displaying URIs in plain documents as links * SMB protocol support (requires smbclient) * builtin user prefixes support (enter 'gg' or 'gg:elinks' to the goto dialog) * HTTPS proxy support * typeahead searches support (press '#') See ChangeLog for a complete list of changes, bugfixes and new features. Since some of the new features (like color support) could be disliked by current users of ELinks the old version will be reimported as elink04. As suggested by wiz@ in http://mail-index.netbsd.org/tech-pkg/2004/01/04/0039.html.
2003-12-14Update to 0.4.3 provided by Soren Jacobsen PR pkg/23745.xtraeme3-13/+12
Changes since 0.4.2: * Fixed yet another crash in textarea editor code. Stupid. * Fixed estimated time displayed when resuming download of some file. * Slovak translation update by Peter Samek. * Fixed some compression problems. * Fixed crash when freeing attributes. * Introduced protocol.http.bugs.accept_charset which optionally prohibits sending of the infamous Accept-Charset header. * Convert '\' to '/' in HTTP requests * Allow relative redirects while downloading. * Fixed / -> _ URL translation when calling external helpers. * Fix for mailcap lookup failing because of prioritizing with no luck. * Added default irc protocol handlers. * Titles in link tags are now honoured. It helps to get significant bookmarks titles. * Update danish translation. * Make ui.startup_goto_dialog enabled by default. * Finally fixed segfault on <frameset rows="200,*"> on FreeBSD (and maybe other BSD flavours). * Many other cleanups and bugfixes.
2003-11-12PKGREVISION++ after openssl update.jschauma1-2/+2
2003-04-29Oops! Forgot to cvs add these.jtb3-0/+50
2003-04-29Use lang/lua4 as then new version of lua is incompatible.jtb2-13/+16
Bump PKGREVISION.
2003-01-26Update to version 0.4.2.salo4-17/+23
- no longer CONFLICTS with links{-gui} Differences to Links So far, we have the following major differences to Links: * Much cleaner code * Support for a Lua scripting * Enhanced cookies support * IPv6 support * HTTP Authentication support * Proxy authentication support * Much more powerful configuration * Hiearchic bookmarks (Links-2.x has these as well) * Download resuming support * Mailcap support * Also a lot of smaller but still pleasant features ;) * More active development Too many changes to list them all, see ChangeLog for details. (http://pasky.ji.cz/cvsweb.cgi/elinks/ChangeLog)
2002-09-12Fix HOMEPAGE and MASTER_SITE.wiz1-3/+3
XXX: Could do with an update. Anyone reading this? ;)
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam3-5/+5
have been converted to USE_BUILDLINK2.
2002-07-02Add RCS Id.wiz1-1/+1
2002-06-30Note conflicts between elinks, links, and links-gui.jlam1-2/+2
2002-05-17Initial import of elinks-0.3.0zuntum4-0/+31
This is the elinks tree - intended to provide feature-rich version of links, however not rock-stable and dedicated mainly for testing. Its purpuose is to make alternative to links, until Mikulas will have some time to maintain it, and to test and tune various patches for Mikulas to be able to include them in the official links releases. Provided by Dawid Szymanski <dawszy@arhea.net> in pkg/16851, slightly modified by myself.