Commit graph

19 commits

Author SHA1 Message Date
dholland
3324c46fc5 Update to 10.0.1 and add destdir support.
Changes are large and can be found at http://www.w3.org/Amaya/User/New.html.
This update also fixes an ancient security vulnerability and makes the
package build on amd64.
2008-09-11 04:22:50 +00:00
schwarz
7ad267dfac added fixes for Darwin 2006-10-07 19:16:57 +00:00
wiz
1d80156c8a Fix build after png update.
While here, do pkglint cleanup.
Bump PKGREVISION.
2006-04-20 22:54:53 +00:00
adam
5a03cf0fed Changes 9.2.1:
* Bug fixes
2005-07-14 08:06:57 +00:00
adam
9b9be4d3c1 Changes 9.2:
* New features
* Bug fixes
2005-07-12 14:34:22 +00:00
wiz
809ad6f2f7 Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
adam
e70a5ce83a Changes 9.0:
* 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
2005-01-18 16:35:18 +00:00
cube
9075df5d8a Add a patch to fix build on platforms where long is not like time_t.
Reported by Ole Hellqvist in PR 25895.
2004-06-12 14:23:10 +00:00
xtraeme
526e836b48 Update www/amaya to 8.5
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
2004-05-13 03:47:28 +00:00
xtraeme
9d40e4d6bb Updated to 8.2. This closes PR pkg/23607.
Too many changes to copy here, to see a full list of changes:

http://www.w3.org/Amaya/User/New.html.
2003-12-03 01:36:12 +00:00
salo
24971d36aa Updated to version 8.0.
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.
2003-05-24 14:38:17 +00:00
wiz
cad5eb9518 Update to 7.2, provided by David Forrai in PR 20539.
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.
2003-03-22 06:46:19 +00:00
reinoud
9590ce787d Update the Amaya package from version 5.3 to 6.4. Main advantages are SVG
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.
2002-11-19 20:58:03 +00:00
jlam
a020ed9056 Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
2002-08-25 21:50:52 +00:00
kristerw
bbc6d6409a Make Amaya build on NetBSD 1.4.
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.
2002-07-01 02:23:16 +00:00
jlam
971f74ac74 Update amaya to 5.1. Pkgsrc changes include using www/libwww instead of
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.
2001-08-09 19:03:18 +00:00
jlam
f28a159b73 * Make this compile again after previous partial conversion to buildlink.
* 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.
2001-07-21 15:23:51 +00:00
agc
1fa15f9097 Add distfile size 2001-05-04 10:49:04 +00:00
agc
8f972b049a + 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 12:12:16 +00:00
Renamed from www/amaya/files/patch-sum (Browse further)