summaryrefslogtreecommitdiff
path: root/www/dillo
AgeCommit message (Collapse)AuthorFilesLines
2003-08-11update to 0.7.3drochner3-7/+7
changes: It comes with improved performance, important bugfixes and a new set of toolbar Icons!
2003-07-13PKGREVISION bump for libiconv update.wiz1-1/+2
2003-05-06Updated to version 0.7.2.salo7-129/+33
Changes: - use tar.bz2 distfile - add USE_INET6 to BUILD_DEFS only if it's really used - DESCR has 80 columns - style nits 0.7.2: ====== - * Implemented text selection! (aka: Copy&Paste) (BUG#59) Patch: Sebastian Geerken, Eric Gaudet - * Fixed IPv6 support when the unthreaded server is used. Patch: Damien Couderc, Jorge Arellano - * Fixed the IPv6 socket connection code for *BSD. Patch: Daniel Hartmeier, Jorge Arellano - * Made the URL_SpamSafe flag be inherited by the BASE element. Patch: Melvin Hadasht - * Switched configure.in to use AC_CANONICAL_SYSTEM instead of 'uname'. Patch: Patrice Mandin - * Added "image/x-png" to MIME types (obsolete, but should be recognized). Patch: Paolo P. - * Fixed the code that handled the installation of "dillorc". Patches: Andreas Schweitzer, Paolo P. - * Fixed a lot of glitches in configure.in: notably libpng and libjpeg detection, enabling and disabling. (BUG#: 386, 407, 392, 349)! Patches: Andreas Schweitzer - * Fixed two leaks in Dw(Ext)Iterator. Patches: Jörgen Viksell - * Repaired some minor misbehaviours in the cookie-strings parser. Patches: Jörgen Viksell, Jorge Arellano - * Enabled entities parsing in HTML-given hidden and password values. Patch: Jorge Arellano, Francis Daly - * Implemented character stuffing in dpi (Fix bookmarks with quotes) BUG#434. * Added a HTML warning message for META outside HEAD. * Removed a segfault source when the server doesn't send content/type info. * Added file type detection for filenames without extension. * Removed the warnings detected with gcc 3.2.2. * Fixed the VERBATIM parsing mode and replaced the SCRIPT mode with it. * Fixed the problem with CR handling in TEXTAREA (BUG#318). * Fixed initial value parsing within TEXTAREA tags (BUG#400). * Fixed loading files with spaces in the name (command line) BUG#437. Patches: Jorge Arellano
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-1/+2
dependency bumps.
2003-04-11Fix build if USE_INET6 is set to NO. Do not use gmake.jmmv3-10/+10
Closes PR pkg/20920 by Martin Weber.
2003-03-21Update to 0.7.1.2. There are lots of new features, including pluginjmmv6-36/+97
support and IPv6; threads are now a must. Patch provided in PR pkg/20672 by Quentin Garnier.
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam1-2/+2
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>.
2002-11-26Make this package install its configuration file in the examples directoryjmmv5-11/+44
and use PKG_SYSCONFDIR stuff to copy it to the right place. Bump PKGREVISION to 1. Approved by wiz.
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam3-10/+11
have been converted to USE_BUILDLINK2.
2002-06-27Update dillo to version 0.6.6.agc2-6/+5
Changes are mainly bug fixes: - * Added a few canonical casts to fix some obvious 64bit issues. Patch: pvalchev - * Fixed a bug with cookies path parsing. * Fixed persistent-cookies obliteration (BUG#312, BUG#314) * Set max 20 persistent cookies for each domain. Patches: J<F6>rgen Viksell - * Switched flock to lockf. Patch: Andreas Schweitzer - * Made a little bugfix in doc/Makefile.am. Patch: Grigory Bakunov - * Removed the < 256 hostname length restraint from http queries. * Made a date-parser that copes with three HTTP date-syntaxes (BUG#335) * Made the HTML parser a bit more robust with bad HTML (BUG#325, BUG#326) Patches: Jorge Arellano Prompted by PR 17420 from Martin Weber <Ephaeton@gmx.net>
2002-05-21Some space fixing in the Makefile, and fix installation of dillorc.wiz3-9/+23
Makes PLIST correct... [forgot to add the patch?].
2002-04-29Update dillo to 0.6.5. Mainly bugfixes, but also features the additionrh5-30/+34
of cookies. Provided by the package maintainer Benjamin Wong <ben@wongs.net>. This closes PR pkg/16539.
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-1/+2
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2002-02-12Update dillo package to version 0.6.4. Main new features are improved tablereinoud2-5/+5
support making it render NetBSD's homepage correctly (!) and other goodies like remembering where the scroll bar was when you go back...
2001-12-24Update dillo to 0.6.3:dillo3-18/+5
This release introduces extended UI customization, a full-screen mode, a way to turn off the dicache (saving lots of memory), and optimized code for handling resize requests in the page widget. The whole HTML tag parsing and URL resolving modules are new, improved, and more standards-compliant. Several bugfixes and other enhancements were also made.
2001-12-12Fix LP64 bug. Thanks to Michael L. Hitch for tracking it down.dillo2-1/+15
2001-12-10uhm, typo in previousjoda2-4/+4
2001-12-10need to zero out sockaddr before calling connectjoda2-1/+14
2001-12-08Fix typo reported in pkg/14872 and another one.wiz1-2/+2
2001-12-06Strongly buildlink'ify, and remove zlib/buildlink.mk as it's implied byjlam1-5/+6
png/buildlink.mk.
2001-12-06Initial import of dillo 0.6.2, a small and fast graphical web browser.dillo5-0/+54
pkg provided by Benjamin.Wong@cc.gatech.edu in PR 14808.