Up to [cvs.netbsd.org] / pkgsrc / www / dillo
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.55 / (download) - annotate - [select for diffs], Thu Feb 16 19:59:53 2012 UTC (3 months, 1 week ago) by hans
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
HEAD
Changes since 1.54: +3 -1
lines
Diff to previous 1.54 (colored)
Fix build on SunOS.
Revision 1.54 / (download) - annotate - [select for diffs], Sun Jan 22 11:23:35 2012 UTC (4 months ago) by obache
Branch: MAIN
Changes since 1.53: +2 -2
lines
Diff to previous 1.53 (colored)
Update dillo to 3.0.2.
PR 45852.
dillo-3.0.2 [December 05, 2011]
+- Digest authentication
Patch: Justus Winter, corvid
+- text-transform property
- If not following redirection, show body of redirecting page.
- Middle click on stylesheet menu item opens in new tab/window.
- Improve handling of combining characters.
- Locale-independent ASCII character case handling (fixes Turkic locales).
Patches: corvid
+- Rework line breaking and fix white-space:nowrap handling.
Patch: Johannes Hofmann
+- Bind Ctrl-{PageUp,PageDown} to tab-{previous,next}.
Patch: Jeremy Henty
Revision 1.53 / (download) - annotate - [select for diffs], Fri Dec 2 14:34:54 2011 UTC (5 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base,
pkgsrc-2011Q4
Changes since 1.52: +1 -2
lines
Diff to previous 1.52 (colored)
Remove PKGREVISION line after update. Hi is!
Revision 1.52 / (download) - annotate - [select for diffs], Fri Dec 2 13:06:31 2011 UTC (5 months, 3 weeks ago) by is
Branch: MAIN
Changes since 1.51: +3 -3
lines
Diff to previous 1.51 (colored)
Upgrade dillo to 3.0.1.
Revision 1.51 / (download) - annotate - [select for diffs], Tue Nov 1 06:02:45 2011 UTC (6 months, 3 weeks ago) by sbd
Branch: MAIN
Changes since 1.50: +2 -2
lines
Diff to previous 1.50 (colored)
Recursive bump for graphics/freetype2 buildlink addition.
Revision 1.50 / (download) - annotate - [select for diffs], Thu Jan 13 13:39:37 2011 UTC (16 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1
Changes since 1.49: +2 -2
lines
Diff to previous 1.49 (colored)
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.
Revision 1.49 / (download) - annotate - [select for diffs], Thu Dec 23 11:44:58 2010 UTC (17 months ago) by dsainty
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base,
pkgsrc-2010Q4
Changes since 1.48: +2 -2
lines
Diff to previous 1.48 (colored)
Mechanically replace references to graphics/jpeg with the suitable
alternative from mk/jpeg.buildlink3.mk
This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).
The mechanical edits were applied via the following script:
#!/bin/sh
for d in */*; do
[ -d "$d" ] || continue
for i in "$d/"Makefile* "$d/"*.mk; do
case "$i" in *.orig|*"*"*) continue;; esac
out="$d/x"
sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
-e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
< "$i" > "$out"
if cmp -s "$i" "$out"; then
rm -f "$out"
else
echo "Edited $i"
mv -f "$i" "$i.orig" && mv "$out" "$i"
fi
done
done
Revision 1.48 / (download) - annotate - [select for diffs], Sun Jun 13 22:45:32 2010 UTC (23 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2
Changes since 1.47: +2 -1
lines
Diff to previous 1.47 (colored)
Bump PKGREVISION for libpng shlib name change. Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
Revision 1.47 / (download) - annotate - [select for diffs], Sun Feb 14 20:19:24 2010 UTC (2 years, 3 months ago) by snj
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base,
pkgsrc-2010Q1
Changes since 1.46: +2 -3
lines
Diff to previous 1.46 (colored)
Update dillo to 2.2. Changes: +- Added keybindings for scrolling. - Help button and local help file. +- Add support for multiple class names in CSS. - Fix X11 coordinate overflows with huge borders. - Improve CSS font parsing. - Enable font face setting via <font> element. - Ignore XML comment markers in CSS. - Split up long lines in plain.cc to avoid X11 coordinate overflows. - Fix user agent style for nested <ul>. - Add support for CSS property list-style-position. - Support border-width: thin | medium | thick. - Fix CSS_SHORTHAND_DIRECTIONS case in CssParser. - Add quirk to reset font properties in tables (fixes e.g. gmail). +- Cleaned up system includes in dpid directory. - Fixed CustProgressBox() for systems without weak symbols. - Handle signed chars. Added dIsspace() and dIsalnum() to dlib. - Added a_Dpip_get_attr_l() to DPIP's API. - Changed the CCCs to build in one step (for both HTTP and DPI). This is simpler and helps to avoid race conditions. - Updated CCCwork.txt to the new scheme. - Fixed a bug with OPTION element (it was parsing entities twice). - Bugfix: remove the empty cache entry lingering after connection abort. - Switched capi to use dlib's Dlist instead of a_List_* methods. - Remove empty cache entries on Stop-button press and new link request! - Fixed URL unescaping in the datauri DPI. - Changed and reimplemented the DPI API. * Fixed bugs and updated all DPI programs: * Reimplemented the file dpi using select(). No pthreads-based anymore. * Fixed ftp dpi: downloads, streamed transfer, error feedback. * Fixed a bug in dillo with lingering cache entries. * Made dpidc a C language program. * Made the internal dsh implementation use unique functions for read/write. * Removed the write/fwrite mix in DPIP. * Made the DPIP API token-based. Packet assembling is coded inside DPIP! * Several cleanups and more error handling sprinkled all over too. +- Fix segfault from AREA when MAP is missing name attribute. - Fix image map coordinates when margin/border/padding present. - Handle stylesheet @charset. - Fix cache segfault when cache entry removed. - Split words that contain whitespace as numeric character references. - Allow linebreaks around Chinese/Japanese characters. - Fix segfault in Html_parse_doctype (BUG#918). - Change exit code used for bad command line argument. - By default, do not use proxy for localhost (BUG 921). - Fix scrolling for text search. - Added 'save' key action (not bound by default). - Tooltips - Fix segfault when radio button lacks name attribute. - Enable popup menu below bottom of page content (BUG#856). - Handle JPEGs with CMYK color space. - Allow keysyms in keysrc. - Explicitly check installation bindir for dpid (BUG 930) - General cookies overhaul. +- Support for the letter-spacing property. +- Fixed a bug in w3c_mode. In fact it wasn't working at all. - Improve stylesheet menu. +- Limit number of simultaneous connections (BUG 685).
Revision 1.46 / (download) - annotate - [select for diffs], Mon Jan 18 09:59:30 2010 UTC (2 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.45: +2 -2
lines
Diff to previous 1.45 (colored)
Second try at jpeg-8 recursive PKGREVISION bump.
Revision 1.45 / (download) - annotate - [select for diffs], Wed Aug 26 19:58:25 2009 UTC (2 years, 8 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Changes since 1.44: +2 -1
lines
Diff to previous 1.44 (colored)
bump revision because of graphics/jpeg update
Revision 1.42.6.1 / (download) - annotate - [select for diffs], Fri Jul 17 13:23:37 2009 UTC (2 years, 10 months ago) by tron
Branch: pkgsrc-2009Q2
Changes since 1.42: +12 -7
lines
Diff to previous 1.42 (colored) next main 1.43 (colored)
Pullup ticket #2815 - requested by obache dillo: security update Revisions pulled up: - www/dillo/Makefile 1.43-1.44 - www/dillo/PLIST 1.15 - www/dillo/distinfo 1.29 - www/dillo/patches/patch-aa 1.8 - www/dillo/patches/patch-ab 1.15 - www/dillo/patches/patch-ac 1.12 - www/dillo/patches/patch-ad 1.1 --- Module Name: pkgsrc Committed By: joerg Date: Tue Jul 7 14:24:05 UTC 2009 Modified Files: pkgsrc/www/dillo: Makefile Log Message: user-destdir support --- Module Name: pkgsrc Committed By: snj Date: Thu Jul 9 05:04:03 UTC 2009 Modified Files: pkgsrc/www/dillo: Makefile PLIST distinfo pkgsrc/www/dillo/patches: patch-aa patch-ab patch-ac Added Files: pkgsrc/www/dillo/patches: patch-ad Log Message: Update dillo to 2.1.1, partially from Matthew Mondor in PR pkg/41670. Changes: 2.1.1: Add additional size checks for images. Added support for css colors of the form rgb(255, 255, 255). Added the 'nop' keybinding (nop = NO_OPERATION; cancels a default hook). Added 'stop' key action (not bound by default). Reduced 'warning: ignoring return value of ...' 2.1: Implemented basic CSS infrastructure! Read user style from ~/.dillo/style.css. Added configurable keybindings! (in ~/.dillo/keysrc) Implemented "search previous" in string searches. Ported the command line interface from dillo1 Set middle click to submit in a new TAB. (Helps to keep form data!) Implemented Basic authentication! Implemented a close-tab button for the GUI. Implemented a tools menu. Added dillo(1) man page. Added "font_max_size", "font_min_size" dillorc options. Added instant client-side redirects (aka. zero-delay META refresh). Proxy support for HTTPS. Updated the URL resolver to comply with RFC-3986. Fixed Bookmarks modify's HTML so it wraps nicely on handhelds. Made cookierc parsing more robust. Fix: recover page focus when clicking outside of a widget. Added support for the Q element. BUG#343 Added a right-click menu to form controls (show hiddens, submit, reset) Added the "http_language" dillorc option for setting HTTP's Accept-Language. Replace image loading button and page menu option with a tools menu option. Implemented the "overline" text-decoration. Enhanced and cleaned up text decorations for SUB and SUP. Added "View Stylesheets" to the page menu. System config files have moved to sysconfdir/dillo/ Allowed compilation with older machines by removing a few C99isms. Switched SSL-enabled to configure.in (./configure --enable-ssl). Removed redundant caller NULL checks already in the API. Added use of inttypes.h when stdint.h isn't found. Made the parser recognize "[^ ]/>"-terminated XML elements. Brought in Sebastian's CSS parser from dillo-0.8.0-css-3. Support CSS @import directive. Improved CSS selector matching performance using hash tables. Added support for descendant and child selectors. Support selector specificity. Replace bg_color dillorc option. Remove text_color, link_color, and force_my_colors dillorc options. Replace visited_color dillorc option. Allow negative values for specific CSS properties only. Disable negative margins for now as dw/* does not support them yet. Disable form widgets while stylesheets are loading. Implement --xid command line option (used by claws mail client). Added the "middle_click_drags_page" dillorc option. Set the File menu label to hide when the File menu-button is shown. Made a big cleanup of cache.c WRT charset decoding (fixes bugs). Made an extensive cleanup/fixup of the whole image handling process. Fixed handling of META's content-type with no MIME type (e.g. only charset). Added support for a quoted URL in META refresh. Updated the GPL copyright note in the source files.
Revision 1.44 / (download) - annotate - [select for diffs], Thu Jul 9 05:04:02 2009 UTC (2 years, 10 months ago) by snj
Branch: MAIN
Changes since 1.43: +4 -1
lines
Diff to previous 1.43 (colored)
Update dillo to 2.1.1, partially from Matthew Mondor in PR pkg/41670. Changes: 2.1.1: Add additional size checks for images. Added support for css colors of the form rgb(255, 255, 255). Added the 'nop' keybinding (nop = NO_OPERATION; cancels a default hook). Added 'stop' key action (not bound by default). Reduced 'warning: ignoring return value of ...' 2.1: Implemented basic CSS infrastructure! Read user style from ~/.dillo/style.css. Added configurable keybindings! (in ~/.dillo/keysrc) Implemented "search previous" in string searches. Ported the command line interface from dillo1 Set middle click to submit in a new TAB. (Helps to keep form data!) Implemented Basic authentication! Implemented a close-tab button for the GUI. Implemented a tools menu. Added dillo(1) man page. Added "font_max_size", "font_min_size" dillorc options. Added instant client-side redirects (aka. zero-delay META refresh). Proxy support for HTTPS. Updated the URL resolver to comply with RFC-3986. Fixed Bookmarks modify's HTML so it wraps nicely on handhelds. Made cookierc parsing more robust. Fix: recover page focus when clicking outside of a widget. Added support for the Q element. BUG#343 Added a right-click menu to form controls (show hiddens, submit, reset) Added the "http_language" dillorc option for setting HTTP's Accept-Language. Replace image loading button and page menu option with a tools menu option. Implemented the "overline" text-decoration. Enhanced and cleaned up text decorations for SUB and SUP. Added "View Stylesheets" to the page menu. System config files have moved to sysconfdir/dillo/ Allowed compilation with older machines by removing a few C99isms. Switched SSL-enabled to configure.in (./configure --enable-ssl). Removed redundant caller NULL checks already in the API. Added use of inttypes.h when stdint.h isn't found. Made the parser recognize "[^ ]/>"-terminated XML elements. Brought in Sebastian's CSS parser from dillo-0.8.0-css-3. Support CSS @import directive. Improved CSS selector matching performance using hash tables. Added support for descendant and child selectors. Support selector specificity. Replace bg_color dillorc option. Remove text_color, link_color, and force_my_colors dillorc options. Replace visited_color dillorc option. Allow negative values for specific CSS properties only. Disable negative margins for now as dw/* does not support them yet. Disable form widgets while stylesheets are loading. Implement --xid command line option (used by claws mail client). Added the "middle_click_drags_page" dillorc option. Set the File menu label to hide when the File menu-button is shown. Made a big cleanup of cache.c WRT charset decoding (fixes bugs). Made an extensive cleanup/fixup of the whole image handling process. Fixed handling of META's content-type with no MIME type (e.g. only charset). Added support for a quoted URL in META refresh. Updated the GPL copyright note in the source files.
Revision 1.43 / (download) - annotate - [select for diffs], Tue Jul 7 14:24:05 2009 UTC (2 years, 10 months ago) by joerg
Branch: MAIN
Changes since 1.42: +8 -6
lines
Diff to previous 1.42 (colored)
user-destdir support
Revision 1.42 / (download) - annotate - [select for diffs], Fri Oct 31 02:02:44 2008 UTC (3 years, 6 months ago) by snj
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4
Branch point for: pkgsrc-2009Q2
Changes since 1.41: +9 -7
lines
Diff to previous 1.41 (colored)
Update to 2.0, which is a major overhaul. Change dillo-ssl option to ssl, as there is no reason for it to be package-specific. Most visible changes: - Switch from GTK1 to FLTK2 - Tabbed browsing - Downloads and FTP now work (at the expense of a wget dependency)
Revision 1.41 / (download) - annotate - [select for diffs], Tue Jul 24 13:46:45 2007 UTC (4 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.40: +5 -2
lines
Diff to previous 1.40 (colored)
Installs Perl script to bin/, so depend on it and fix path.
Revision 1.40 / (download) - annotate - [select for diffs], Sat May 27 03:22:32 2006 UTC (6 years ago) by reed
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Changes since 1.39: +3 -10
lines
Diff to previous 1.39 (colored)
Move options to separate options.mk file. And add new option: dillo-ssl The openssl buildlink3.mk is only used when that is enabled. The package didn't use openssl and the https was disabled in the code. The new option which is off by default can be used to enable ssl. Note that is experimental for dillo and does not appear to work very good. No change to default package except on systems where it had an un-needed dependency on openssl package -- so bump PKGREVISION for that.
Revision 1.39 / (download) - annotate - [select for diffs], Wed May 10 21:03:41 2006 UTC (6 years ago) by adam
Branch: MAIN
Changes since 1.38: +5 -4
lines
Diff to previous 1.38 (colored)
Changes 0.8.6: * Designed and implemented a dpi protocol library (libDpip.a in /dpip). * Added a couple of new dpip commands. * Fixed and uniformed the escaping of values inside dpip tags. * Ported the bookmarks, download, file, https, ftp and hello plugins, plus the dpid daemon and the rest of the source tree to use it. * Improved the dpi buffer reception to handle split buffers (This was required for handling arbitrary data streams with dpip). * Fixed a serious bug with the FTP plugin that led to two downloads of the same file when left-clicking a non-viewable file. * Added MIME/type detection to the FTP plugin, and removed popen(). * Set the dpi daemon (dpid) not to exit when the downloads dpi is running. * Improved the accuracy of the illegal-character error reporting for URLs. * Added DOCTYPE parsing (for better bug-meter error messages). * Added a check for malicious image sizes in IMG tags. * Made the parser aware of buggy pages with multiple BODY and HTML elements. * Fixed a bug in MIME content/type detection. * Moved the cookies management into a dpi server: cookies.dpi. * Added "./configure --disable-threaded-dns" (for some non reentrant BSDs).
Revision 1.38 / (download) - annotate - [select for diffs], Mon Apr 17 13:46:51 2006 UTC (6 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.37: +2 -2
lines
Diff to previous 1.37 (colored)
Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.
Revision 1.37 / (download) - annotate - [select for diffs], Sat Mar 4 21:30:57 2006 UTC (6 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.36: +2 -2
lines
Diff to previous 1.36 (colored)
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
Revision 1.36 / (download) - annotate - [select for diffs], Sat Feb 11 19:31:24 2006 UTC (6 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.35: +2 -2
lines
Diff to previous 1.35 (colored)
Reset maintainer, email bounces: 550 User unknown (in reply to RCPT TO command)
Revision 1.35 / (download) - annotate - [select for diffs], Sun Feb 5 23:11:20 2006 UTC (6 years, 3 months ago) by joerg
Branch: MAIN
Changes since 1.34: +2 -2
lines
Diff to previous 1.34 (colored)
Recursive revision bump / recommended bump for gettext ABI change.
Revision 1.34 / (download) - annotate - [select for diffs], Sun Jan 8 06:46:59 2006 UTC (6 years, 4 months ago) by garbled
Branch: MAIN
Changes since 1.33: +2 -1
lines
Diff to previous 1.33 (colored)
Add a patch from David H. Gutteridge to fix PR pkg/31205 Bump pkgrevision to 1. Tested on NetBSD-i386/2.0 to fix the documented problem.
Revision 1.33 / (download) - annotate - [select for diffs], Thu Dec 29 06:22:22 2005 UTC (6 years, 4 months ago) by jlam
Branch: MAIN
Changes since 1.32: +1 -2
lines
Diff to previous 1.32 (colored)
Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
Revision 1.32 / (download) - annotate - [select for diffs], Mon Dec 5 23:55:22 2005 UTC (6 years, 5 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Changes since 1.31: +2 -2
lines
Diff to previous 1.31 (colored)
Ran "pkglint --autofix", which corrected some of the quoting issues in CONFIGURE_ARGS.
Revision 1.31 / (download) - annotate - [select for diffs], Sun Oct 23 23:18:49 2005 UTC (6 years, 7 months ago) by rillig
Branch: MAIN
Changes since 1.30: +2 -2
lines
Diff to previous 1.30 (colored)
Use "+=" instead of "=" for CONFIGURE_ARGS.
Revision 1.30 / (download) - annotate - [select for diffs], Sun Jun 19 08:07:05 2005 UTC (6 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Changes since 1.29: +4 -5
lines
Diff to previous 1.29 (colored)
Update to 0.8.5. Security fix release. dillo-0.8.5 [Jun 15, 2005] - * Set "file:" to work as URI for current directory. Patch: Diego Sáenz - * Added a "small" dillorc option for panel size (medium without labels). Patch: Eugeniy, Jorge Arellano - * Fixed the shell escaping code in the ftp plugin. * Added some checks for sane values in html.c. * Added URL filtering to the ftp and downloads dpis to avoid SMTP hacks. * Fixed the file dpi to react to the DpiBye command. Patches: Jorge Arellano
Revision 1.29 / (download) - annotate - [select for diffs], Sun Jun 19 00:13:30 2005 UTC (6 years, 11 months ago) by kristerw
Branch: MAIN
Changes since 1.28: +4 -2
lines
Diff to previous 1.28 (colored)
Do not install the doc/Makefile*. They are not needed, and contains paths that triggers CHECK_WRKREF errors.
Revision 1.28 / (download) - annotate - [select for diffs], Thu Jun 2 18:11:34 2005 UTC (6 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.27: +6 -4
lines
Diff to previous 1.27 (colored)
Convert to options framework.
Revision 1.27 / (download) - annotate - [select for diffs], Wed Jun 1 18:03:26 2005 UTC (6 years, 11 months ago) by jlam
Branch: MAIN
Changes since 1.26: +1 -2
lines
Diff to previous 1.26 (colored)
Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated. These
changes affect about 1000 files.
The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files. Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred. This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.
The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.
The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc. The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.
The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files. Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories. These files are used as input
to imake since imake can't use stdin for that purpose.
The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead. This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed. Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries. Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
Revision 1.26 / (download) - annotate - [select for diffs], Mon Apr 11 21:47:52 2005 UTC (7 years, 1 month ago) by tv
Branch: MAIN
Changes since 1.25: +1 -2
lines
Diff to previous 1.25 (colored)
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Revision 1.22.2.1 / (download) - annotate - [select for diffs], Thu Feb 3 23:30:17 2005 UTC (7 years, 3 months ago) by salo
Branch: pkgsrc-2004Q4
Changes since 1.22: +3 -1
lines
Diff to previous 1.22 (colored) next main 1.23 (colored)
Pullup ticket 266 - requested by Adrian Portelli security fix for dillo Revisions pulled up: - pkgsrc/www/dillo/Makefile 1.23-1.24 - pkgsrc/www/dillo/PLIST 1.10 - pkgsrc/www/dillo/distinfo 1.20-1.21 - pkgsrc/www/dillo/patches/patch-aa 1.5 - pkgsrc/www/dillo/patches/patch-ac 1.6 Module Name: pkgsrc Committed By: jmmv Date: Tue Jan 4 14:09:17 UTC 2005 Modified Files: pkgsrc/www/dillo: Makefile PLIST distinfo Added Files: pkgsrc/www/dillo/patches: patch-aa Log Message: Properly handle the dpidrc configuration file. Bump PKGREVISION to 1. Closes PR pkg/28854 by Alexander Becher. --- Module Name: pkgsrc Committed By: adrianp Date: Mon Jan 10 21:54:36 UTC 2005 Modified Files: pkgsrc/www/dillo: Makefile distinfo Added Files: pkgsrc/www/dillo/patches: patch-ac Log Message: Patch for recent security issue - bump to nb2 http://secunia.com/advisories/13760/
Revision 1.25 / (download) - annotate - [select for diffs], Thu Jan 27 09:39:44 2005 UTC (7 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1
Changes since 1.24: +6 -7
lines
Diff to previous 1.24 (colored)
Changes 0.8.4:
- * Fixed a possible attack (program abortion) by malicious web pages, which
contain huge values for <table> attributes "colspan" and "rowspan".
* Changed anchors, they are now tested to be unique, and removed properly,
when a widget tree is changed (e.g. another page is visited). Also added
HTML warnings.
Patches: Sebastian Geerken
- * Fixed two minor memory leaks (IO's Buf1Start & html's SPCBuf).
* Fixed handling of XML's "/>" tag-closing (e.g. <script ... />). BUG#514
* Removed obsolete code from IO/file.c.
* Added a few missing EINTR handlers in dpi.c.
* Orthogonalized the generic parser:
- Fixes memory leaks and widget state when recovering from bad HTML.
- Improves error detection and validation (needed by XHTML).
- Makes DOC tree generation possible (needed by CSS).
- Cleaner design of handling routines for bad HTML.
- Orthodox treatment of double optional elements (HTML, HEAD, BODY).
- Lots of minor code cleanups.
* Switched the dpi file server's design to pthreads (fixes a critical race).
* Avoided a crash when indexed GIF images lack a color map (BUG#647).
* Fixed a bug when the remote HTTP server sends no Content-Type and
the TCP packetizing splits the header from data (BUG#650).
* Returned the parser to the old whitespace "collapsing" mode
(this can be changed with the SGML_SPCDEL define in html.c).
* Fixed a memory leak for DwStyle (there was one leak per page).
Patches: Jorge Arellano
- * Fixed a large memory leak of thread specific resources. --Very important
Patch: Jorge Arellano, Livio Baldini
- * Removed warnings for pointer arithmetic and strict prototypes all
around the code (now it works under LP64 architectures).
* Made miscelaneous cleanups for LP64 architectures.
Patches: Jorge Arellano, Dieter Baron
- * Changed dpid's umask to 0077.
Patch: Jorge Arellano, Richard Zidlicky
- * Switched to g_vsnprintf (instead of vsnprintf).
Patch: Frank Wille
- * Updated a bit the README file.
Patch: Dieter Baron
- * Made a grammatical and typographical review of the whole documentation
in doc/. Also added some clarifications.
* Fixed a libpng detection problem (e.g., on CYGWIN). BUG#651
Patches: Roberto Sanchez
- * Fixed "id" and "name" attributes parsing logic.
* Improved the parsing algorithm for character entities. BUG#605
Patches: Matthias Franz
- * Fixed a security bug with uncertain data and a_Interface_msg().
CAN-2005-0012.
Patch: Tavis Ormandy
Revision 1.24 / (download) - annotate - [select for diffs], Mon Jan 10 21:54:36 2005 UTC (7 years, 4 months ago) by adrianp
Branch: MAIN
Changes since 1.23: +2 -2
lines
Diff to previous 1.23 (colored)
Patch for recent security issue - bump to nb2 http://secunia.com/advisories/13760/
Revision 1.23 / (download) - annotate - [select for diffs], Tue Jan 4 14:09:17 2005 UTC (7 years, 4 months ago) by jmmv
Branch: MAIN
Changes since 1.22: +3 -1
lines
Diff to previous 1.22 (colored)
Properly handle the dpidrc configuration file. Bump PKGREVISION to 1. Closes PR pkg/28854 by Alexander Becher.
Revision 1.22 / (download) - annotate - [select for diffs], Mon Nov 8 11:00:24 2004 UTC (7 years, 6 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base
Branch point for: pkgsrc-2004Q4
Changes since 1.21: +2 -3
lines
Diff to previous 1.21 (colored)
Changes 0.8.3: * Parser is able to use W3C semantics plus some heuristics * Improves rendering of non-valid HTML * Bug fixes
Revision 1.21 / (download) - annotate - [select for diffs], Sun Oct 3 00:18:25 2004 UTC (7 years, 7 months ago) by tv
Branch: MAIN
Changes since 1.20: +2 -1
lines
Diff to previous 1.20 (colored)
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 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.
Revision 1.20 / (download) - annotate - [select for diffs], Fri Aug 27 12:40:37 2004 UTC (7 years, 8 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base,
pkgsrc-2004Q3
Changes since 1.19: +2 -2
lines
Diff to previous 1.19 (colored)
update to 0.8.2 changes; Except from the usual bug-fixes and improvements, some new features snuck in. One nifty feature is the save and open file dialogs remembering the last directory opened. Also, a "start_page" option in the preferences so that you may override the splash screen.
Revision 1.19 / (download) - annotate - [select for diffs], Wed May 26 08:06:56 2004 UTC (8 years ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base,
pkgsrc-2004Q2
Changes since 1.18: +7 -8
lines
Diff to previous 1.18 (colored)
Changes 0.8.1:
- * Fixed dirent.h includes inside dpid.
- * Fixed a slippery bug with certain interlaced gif images (BUG#500).
- * Fixed libpng-1.2.4 detection in configure.in.
- * Added proxy authentication support through the "http_proxyuser" option
in dillorc (the password is asked at run time).
- * Moved tooltips to DwStyle, tooltip event handling to DwPage, and applied
this also to the TITLE attribute of <a> and <abbr>.
- * Fixed a bug related to spaces after anchors and breaks.
- * Removed two "type punning" gcc warnings (dw_gtk_viewport.c).
* Added some missing "static" qualifiers.
* Improved a_Strbuf_chars() so no list reversion is required.
* Removed an unused data list (dns.c), and redundant code (selection.c).
* Switch one realloc() call to g_realloc(), to match g_free() (dpi.c).
* Removed unnecessary NULL-checks and NULL initializations.
* Added Html_get_attr_wdef(), it lets providing a default return value.
- * Fixed configure.in so pthreads are only linked where needed.
- * Modified a_Misc_stuff_chars for simplicity and removed a memory leak.
* Made the dpi framework send the HTTP query to the https dpi
(this allows for an SSL-lib dpi and for easier session caching).
* Cleaned up the int2void and void2int casts in CCC parameters.
* Added container|inline model information to the HTML element table, and
made the bug-meter and the parser aware of it. This both improves bug
detection and rendering.
* Fixed newly detected HTML bugs in bookmarks dpi and file.c.
* Fixed opening files with a ':' character in its name (again).
* Added binaryconst.h (allows for binary constants in C).
* Fixed The ladder effect with lists (BUG#534).
* Made the bug-meter detect tags lacking a closing '>' (BUG#532).
* Made the bug-meter detect excluded inline elements from <PRE>.
* Eliminated a segfault source with tricky <input> tags (BUG#552).
* Fixed <address> to render as a block element (BUG#527).
* Added a content test for "name" and "id" attribute values (BUG#536).
* Fixed the URL resolver handling of the "//" sequence in <path> (BUG#535).
* Added "show_extra_warnings" and removed "use_old_parser" (dillorc).
* Added minor support for the deprecated <MENU> element.
* Eliminated a race condition that produced segfaults when a dpi transfer
was cancelled before the contents were sent (a very rare case).
* Added a test for socklen_t in configure.in.
* Fixed the downloads dpi to handle both new savenames and target directory.
* GdkRgb: fixed handling of not usable system default visual and colormap.
* Made dillo recognize unhandled MIME types, and offer a download dialog!
Revision 1.18 / (download) - annotate - [select for diffs], Sun Mar 14 01:26:55 2004 UTC (8 years, 2 months ago) by xtraeme
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Changes since 1.17: +7 -7
lines
Diff to previous 1.17 (colored)
Update www/dillo to 0.8.0, closes PR pkg/24768.
Changes:
Version 0.8.0 [Feb 08, 2004]
- * Added a right-mouse-button popup for images!
Patch: Frank de Lange, Eric Gaudet, Jorge Arellano
- * Made main document window grab focus on startup, fullwindow,
and after open url (BUG#330)
* Set Ctrl-U to focus the location entry,
Ctrl-R to reload, and Ctrl-H to hide controls.
Patches: Johan Hovold, Jorge Arellano, Stephan Goetter
- * Added a missing handler for broken-connection condition.
Patch: Jorge Arellano, Phil Pennock
- * Introduced a new way of handling dillo plugins! Now the
communications and managing is done by a daemon: dpid.
This comes with a lot of advantages described in Dpid.txt.
Patch: Programming: Ferdi Franceschini; Design: Jorge Arellano
- * Wrote documentation for dpid (Dpid.txt).
* Removed a memory leak in Get_line().
Patches: Jorge Arellano, Ferdi Franceschini
- * Developed a plugin for downloads. It uses wget and can handle several
connections at the same time.
* Developed stress tests for both dpid and the downloads dpi.
Patches: Ferdi Franceschini
- * Adapted dpi.c to manage plugins through dpid.
* Improved the incoming dpi-stream processing to accept images from a dpi.
* Added/updated lots of dpi-related comments.
* Updated the dpi1 spec.
* Removed the forced end-to-end reload that was set upon dpis. Now,
dpi-generated pages can be cached.
* Made dillo able to handle multiple plugins (still lacks a dynamic API)
... etc, etc.
Revision 1.17 / (download) - annotate - [select for diffs], Mon Aug 11 15:09:32 2003 UTC (8 years, 9 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Changes since 1.16: +2 -3
lines
Diff to previous 1.16 (colored)
update to 0.7.3 changes: It comes with improved performance, important bugfixes and a new set of toolbar Icons!
Revision 1.16 / (download) - annotate - [select for diffs], Sun Jul 13 13:53:47 2003 UTC (8 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.15: +2 -1
lines
Diff to previous 1.15 (colored)
PKGREVISION bump for libiconv update.
Revision 1.15 / (download) - annotate - [select for diffs], Tue May 6 16:10:15 2003 UTC (9 years ago) by salo
Branch: MAIN
Changes since 1.14: +14 -13
lines
Diff to previous 1.14 (colored)
Updated to version 0.7.2. 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
Revision 1.14 / (download) - annotate - [select for diffs], Fri May 2 11:56:40 2003 UTC (9 years ago) by wiz
Branch: MAIN
Changes since 1.13: +2 -1
lines
Diff to previous 1.13 (colored)
Dependency bumps, needed because of devel/pth's major bump, and related dependency bumps.
Revision 1.13 / (download) - annotate - [select for diffs], Fri Apr 11 20:26:30 2003 UTC (9 years, 1 month ago) by jmmv
Branch: MAIN
Changes since 1.12: +1 -2
lines
Diff to previous 1.12 (colored)
Fix build if USE_INET6 is set to NO. Do not use gmake. Closes PR pkg/20920 by Martin Weber.
Revision 1.12 / (download) - annotate - [select for diffs], Fri Mar 21 18:15:28 2003 UTC (9 years, 2 months ago) by jmmv
Branch: MAIN
Changes since 1.11: +13 -5
lines
Diff to previous 1.11 (colored)
Update to 0.7.1.2. There are lots of new features, including plugin support and IPv6; threads are now a must. Patch provided in PR pkg/20672 by Quentin Garnier.
Revision 1.11 / (download) - annotate - [select for diffs], Tue Jan 28 22:04:28 2003 UTC (9 years, 3 months ago) by jlam
Branch: MAIN
CVS Tags: netbsd-1-6-1-base,
netbsd-1-6-1
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
Instead of including bsd.pkg.install.mk directly in a package Makefile, 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>.
Revision 1.10 / (download) - annotate - [select for diffs], Tue Nov 26 15:07:31 2002 UTC (9 years, 6 months ago) by jmmv
Branch: MAIN
Changes since 1.9: +8 -1
lines
Diff to previous 1.9 (colored)
Make this package install its configuration file in the examples directory and use PKG_SYSCONFDIR stuff to copy it to the right place. Bump PKGREVISION to 1. Approved by wiz.
Revision 1.9 / (download) - annotate - [select for diffs], Sun Aug 25 21:52:08 2002 UTC (9 years, 9 months ago) by jlam
Branch: MAIN
Changes since 1.8: +9 -8
lines
Diff to previous 1.8 (colored)
Merge packages from the buildlink2 branch back into the main trunk that have been converted to USE_BUILDLINK2.
Revision 1.6.2.3 / (download) - annotate - [select for diffs], Sun Aug 25 21:22:26 2002 UTC (9 years, 9 months ago) by jlam
Branch: buildlink2
Changes since 1.6.2.2: +2 -3
lines
Diff to previous 1.6.2.2 (colored) next main 1.7 (colored)
Merge changes in the main trunk into the buildlink2 branch for those packages that have been converted to USE_BUILDLINK2.
Revision 1.6.2.2 / (download) - annotate - [select for diffs], Sun Jun 30 06:24:32 2002 UTC (9 years, 10 months ago) by jlam
Branch: buildlink2
Changes since 1.6.2.1: +9 -8
lines
Diff to previous 1.6.2.1 (colored)
Convert to use the buildlink2 framework. Trim any unnecessary changes in the patches or remove them entirely.
Revision 1.8 / (download) - annotate - [select for diffs], Thu Jun 27 20:15:04 2002 UTC (9 years, 11 months ago) by agc
Branch: MAIN
CVS Tags: pkgviews-base,
pkgviews,
netbsd-1-6-RELEASE-base,
netbsd-1-6,
buildlink2-base
Changes since 1.7: +2 -3
lines
Diff to previous 1.7 (colored)
Update dillo to version 0.6.6. 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>
Revision 1.6.2.1 / (download) - annotate - [select for diffs], Sun Jun 23 19:03:42 2002 UTC (9 years, 11 months ago) by jlam
Branch: buildlink2
Changes since 1.6: +5 -7
lines
Diff to previous 1.6 (colored)
Merge from pkgsrc-current to buildlink2 branch.
Revision 1.7 / (download) - annotate - [select for diffs], Tue May 21 11:13:30 2002 UTC (10 years ago) by wiz
Branch: MAIN
Changes since 1.6: +5 -7
lines
Diff to previous 1.6 (colored)
Some space fixing in the Makefile, and fix installation of dillorc. Makes PLIST correct... [forgot to add the patch?].
Revision 1.6 / (download) - annotate - [select for diffs], Mon Apr 29 11:57:03 2002 UTC (10 years ago) by rh
Branch: MAIN
Branch point for: buildlink2
Changes since 1.5: +8 -8
lines
Diff to previous 1.5 (colored)
Update dillo to 0.6.5. Mainly bugfixes, but also features the addition of cookies. Provided by the package maintainer Benjamin Wong <ben@wongs.net>. This closes PR pkg/16539.
Revision 1.5 / (download) - annotate - [select for diffs], Wed Mar 13 17:37:51 2002 UTC (10 years, 2 months ago) by fredb
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH003
Changes since 1.4: +2 -1
lines
Diff to previous 1.4 (colored)
Give all packages which depend on "png" a version bump, and update 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".]
Revision 1.4 / (download) - annotate - [select for diffs], Tue Feb 12 20:06:34 2002 UTC (10 years, 3 months ago) by reinoud
Branch: MAIN
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
Update dillo package to version 0.6.4. Main new features are improved table support making it render NetBSD's homepage correctly (!) and other goodies like remembering where the scroll bar was when you go back...
Revision 1.3 / (download) - annotate - [select for diffs], Mon Dec 24 14:35:32 2001 UTC (10 years, 5 months ago) by dillo
Branch: MAIN
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Update dillo to 0.6.3: 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.
Revision 1.2 / (download) - annotate - [select for diffs], Thu Dec 6 16:36:28 2001 UTC (10 years, 5 months ago) by jlam
Branch: MAIN
Changes since 1.1: +6 -5
lines
Diff to previous 1.1 (colored)
Strongly buildlink'ify, and remove zlib/buildlink.mk as it's implied by png/buildlink.mk.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Thu Dec 6 16:15:41 2001 UTC (10 years, 5 months ago) by dillo
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Initial import of dillo 0.6.2, a small and fast graphical web browser. pkg provided by Benjamin.Wong@cc.gatech.edu in PR 14808.
Revision 1.1 / (download) - annotate - [select for diffs], Thu Dec 6 16:15:41 2001 UTC (10 years, 5 months ago) by dillo
Branch: MAIN
Initial revision