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.
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.
* A new User interface based on wxWidgets
* Amaya provides now a panel of tools on the left which can be hidden or shown
* All Amaya versions use now F2 key. A message is displayed when the Esc key is used
* Default GTK fonts are now expressed in point sizes
* WX version: when a 2nd Amaya instance is launched, the argument of the 2nd
instance is sent to the first instance and the 2nd one stops
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.
User Interface/Editing
Bug fixes
* Windows platforms only: several transformations crashed.
* Fix crashes in the spell checker.
* GTK version: Amaya is now able to copy and paste utf-8 characters.
* A significant space were sometimes removed after a copy + paste
command.
CSS
Bug fixes
* Local CSS files were not reparsed when they are saved.
* Fix a confusion with classes, pseudo-classes, ids, and attributes.
* Amaya now generates an empty User style sheet ($AmayaHome/amaya.css)
if this file doesn't exist.
* Amaya didn't parse correctly non-quoted font family names containing
whitespace.
(X)HTML
Bug fixes
* Amaya generated a new line character after an <img> element within
headlines (<h1>, <h2>, etc.).
And more... please review http://www.w3.org/Amaya/User/New.html
Patch from Juan RP via PR pkg/21312.
Changes:
- USE_X11BASE->USE_X11
8.0:
====
New features:
- Access keys for activating menu entries (Alt + a letter) are now available
on Windows versions.
- When the document defines an access key which is also used as a menu access
key, Amaya gives the priority to the document access key. The user can
change the modifier key (Ctrl instead of Alt) used by document access keys
in the Preferences menu to avoid conflicts.
- Amaya now allows to create/change a link without using the mouse.
CSS
---
Bug fixes:
- Background images declared in style attributes were not displayed.
- The CSS parser didn't accept attribute values in selectors without quotes.
- CSS style sheets are reapplied when background images are loaded.
- @font-face could break the CSS parser.
- CSS rules contained in a style attribute were misplaced in the CSS cascade.
- Margins expressed as a percentage were not re-evaluated after some changes.
- When trying to link to a CSS file, the browser filter was not set to -.css.
New features:
- Support of the CSS property float.
SVG
---
Bug fixes:
- Amaya used the xlink:href defined by a SVG anchor instead of the xlink:href
defined by the included SVG image.
New features:
- Support of all SVG transformations in the OpenGL versions. Transformations
also apply to embedded XHTML and/or MathML elements.
- Support of SVG animation in the OpenGL versions. Embedded XHTML and/or
MathML elements are animated too.
User Interface/Editing
----------------------
Bug fixes:
- Multi-script texts were misplaced in the structure view.
- When replacing an image by another image in a different format, the new
image was not displayed.
- When two images followed each other immediately, it was impossible to insert
some text in between.
- An existing image can be replaced using the image dialogue (image button or
menu XHTML/Image).
- Partial redisplay of the background image didn't work correctly in Win32
versions.
- Transparent images in Win32 versions.
- The combo box and history were not retaining the form data for GET requests.
- Amaya now looks first for the personal version of the fontconfig file in the
user's work space.
- Background images are correctly redisplayed in all versions (GTK, MOTIF,
Win32, OpenGL).
- When scrolling back, images with only one dimension constraint were not
displayed correctly.
- Amaya crashed when opening the timeline view in the Spanish version.
- On Windows it was impossible to copy the content of the "Parsing errors"
view.
- Some characters entered through the Math/Greek palette were not displayed
correctly.
- Sometimes the text alignment was not correct.
- Sometimes Amaya displayed two selections.
- Copying text from another application and pasting it into Amaya preserves
newlines.
New features:
- Support of attribute align="left" and align="right".
Tables
------
Bug fixes:
- Auto margins were computed too early when the document includes tables.
- Avoid to break the table rendering when CSS (or attribute) constraints are
conflicting.
- Sometimes cells extended vertically were rendered too high.
- When the total of column widths expressed as percentage did not amount to
100, tables were rendered badly.
HTTP
----
Bug fixes:
- Content-Location headers that gave a relative URL were not converted
correctly into absolute URLs (related to publishing "page" rather than
"page.html").
- When submitting a (X)HTML form from a document that had no charset, the form
values were not translated into the document's default charset.
- Digest authentication failed when the server precised both auth and aut-int
QoP values.
- When pipelining broke down, the connection to the server wasn't being
closed. This opened the way to synchronization problems.
(X)HTML
------
Bug fixes:
- The xmlns attribute wasn't updated when Amaya saved a XHTML document as HTML (and vice
versa).
- When the height of a <hr> element is limited to 1 or 2 pixels, a white line was displayed
instead of a colored line.
- When pasting in a paragraph some text copied from another application, line breaks now
generate new paragraphs.
MathML
------
Bug fixes:
- Amaya inserted "LeftArrow" instead of the mathematical operator "not".
- The semantics MathML element is now interpreted as a switch element and
Amaya displays its first child it can interpret. That child may be an SVG
construction.
I18N
----
Bug fixes:
- Arabic strings are now displayed with right glyphs.
- Alignment didn't apply correctly with Arabic and Hebrew documents.
- Examples of configuration files for Debian platforms are now provided:
Amaya/config/fonts.gl.deb and Amaya/config/fonts.unix.deb
New features:
- New complete Spanish documentation provided by Bartolome Sintes.
XML
---
Bug fixes:
- The xmlns attribute was not removed when Amaya saved a XHTML document as
HTML and it was not generated when Amaya saved a HTML document as XHTML.
- Amaya sometimes generated extra namespace declarations.
New features:
- MathML and SVG elements can now be inserted through the interface.
- Amaya now parses any generic xml element or attribute whatever its length.
- Migrated to the 0.95 version of the expat XML parser.
Annotations
-----------
Bug fixes:
- The Annotea date functions are now fully compatible with the ISO 8601
format, as specified in http://www.w3.org/TR/NOTE-datetime.
Many minor new features (at least nothing major struck me)
and lots of bug fixes (details: http://www.w3.org/Amaya/User/New.html).
pkg: now uses GTK instead of Motif.
graphics rendering bonus and its more stable on my Alpha.
There are some issues with libPNG file loading but those are the same the
old version had; probably related to running on the Alpha.
NetBSD 1.4 does not have wchar.h, but everything needed by Amaya is
defined in stdlib.h. So add a wchar.h test to configure, and protect
inclusion of wchar.h by HAVE_WCHAR_H.
Solves PR 12358.
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".]
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR,
which points to the location of the X11R6 hierarchy used during building.
If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to
${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove
the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and
revert changes to move x11.buildlink.mk before the other buildlink.mk files.
use X11_BUILDLINK_MK as a test value. Generally just reordering the
inclusions so that x11.buildlink.mk comes before the other buildlink.mk
files will make everthing work.
the libwww distribution included with the Amaya sources. The two versions
are identical and we want to take advantage of NetBSD fixes/changes to the
libwww library from www/libwww. Major changes from amaya-4.3.2 include:
* Large number of bug fixes.
* Improvement of tables printing.
* Amaya is now able to share structure schemas.
* Amaya provides a profile for XHTML 1.1.
* Support for Ruby Annotation.
* Amaya supports inclusion of SVG files linked by elements img or object.
* Use lesstif/buildlink.mk instead of USE_MOTIF.
* Simplify patch to configure by fixing --with-graphic-libs check.
* Ensure that proper LDFLAGS are passed through to build process to ensure
linking against proper libraries.
using the newest PNG library won't work on system with an older one. To
prevent such problems with precompiled binary packages require at least
"png-1.0.9nb1" in all dependences.