summaryrefslogtreecommitdiff
path: root/www/amaya/patches/patch-ae
AgeCommit message (Collapse)AuthorFilesLines
2019-06-23Remove amaya.nia1-52/+0
It's unmaintained by upstream for most of this decade (even then, this is an old version), and broken in bulk builds since at least last year. Discussed on pkgsrc-users@.
2011-07-02Update amaya to 11.3.1. This is a leaf package, so it's ok during thedholland1-4/+43
freeze; plus the prior version wasn't buildable anyhow. pkgsrc changes: - add comments to patches - fix some pkglint - add a LICENSE - add a MESSAGE with url to the patches on cvsweb.n.o., which the license may require - enable the DAV and Redland RDF code Vulnerabilities: - Fixes Secunia 34531. - Fixes CVE-2008-6005, which hasn't been in pkg-vulnerabilities for some reason. - No longer uses outdated builtin wxGTK, so CVE-2009-2369 no longer applies. - It isn't clear if Secunia 32848 is fixed or not. Upstream changes: Amaya 11.3.1 9 December 2009 * Amaya merged paragraphs when several paragraphs are selected and the user applies to it Strong, Emphasis or Code * Sometimes after a <br> element is inserted the selection was misplaced * The caret at the end of a line is sometimes not displayed * The markup within <script> elements is now preserved * Bold Italic fonts were not available on Windows platforms * The $HOME variable is now ignored on Windows platforms Amaya 11.3 2 December 2009 New Features * The https protocol is now supported * New version of the template editor: creation of XTiger libraries, components, imports, etc. * Automatic opening of the Structure view for template instances * The vertical split opens the Structure view and the horizontal split opens the Source view * A double click on an item of the List of style sheets tool opens the style sheet * A new set of Amaya profiles: "Lite", "Lite+Web", "Lite+Web+CSS", "Lite+Web+CSS+Math_Graphics", "Advanced" * The Insert entity command now allows one to insert a unicode character into a HTML document * A new command Undo close Tab in the Tab contextual menu * The Tab and Shift Tab commands allow one to move down/up list items * The fonts configuration changes: old personal fonts.gl and fonts.gl.win files have to be removed Bug fixes * The link dialogue didn't allow one to insert relative links into a remote document * Sometimes the focus in the link dialogue was lost * Fix some rendering bugs and improve the CSS support * Improve the edit of template instances: management of options and attributes and fix bugs * The refresh of tool panels was too slow * PNG images were not displayed on 64-bit platforms * On Mac OSX, the ^ dead key behaved like if "enter" was pressed * On Mac OSX 10.5, sometimes cached files of the libwww were stored into the "/" directory * On Mac OS X platforms when scrolling, svg drawing moved up on the text * The table of contents was not generated when the selection is not empty * When the loaded file is ReadOnly, the Save As to another location didn't work Amaya 11.2 3 July 2009 New Features * CSS: Support of z-index, opacity, SVG fill-rule, stop-opacity and stop-color properties * SVG: Implementation of linear gradients, copy/paste of markers * Amaya proposes now to keep a local copy of edited pages when the publishing fails * Publishing: Resources can be saved with the document * A new button allows one to lock/unlock WebDAV resources Bug fixes * Move the selection into the structure view when the created <option> is not visible in the formated view * The Attributes panel is updated as soon as it is opened * When a column of a table is selected, Attributes and Style panels apply to the <col> element * Keep options of the table creation dialog * Improve the management of template instances: options, repeats, etc. * On Windows, local annotations were not correctly loaded * On Mac OS X: Improve the management of libwww cached files * The Code clean-up command now keeps style and lang attributes of <div>, <table>, <span>, and <img> elements * Improve the rendering of floated boxes and background images * Fix some redisplay problems * SVG: When there are several <group> elements, only the first <group> could be selected * SVG: When the <svg> element is centered, the position of new components was miscalculated * SVG: Improve the creation of arrows * Fix a crash on Windows version when the Tab key was used in a document that included a <form> element. * The Type of the last created document was sometimes lost. * Improve the WebDAV support * Etag and preconditions were always checked when a document was published * Optimize the calculation of large tables and documents * And other bug fixes... Amaya 11.1 30 January 2009 New Features * Text wrapping in the source view * Partial support of SVG markers (arrow heads are now drawn with markers) Bug fixes * Fix possible security holes CVE-2008-6005 * Prevent a crash when the window, or a tab, or the application is closed and a dialog is opened * Display an empty window when the last tab of a window is closed * Allow to create a link to the document itself * Sometimes images were not loaded * Keep options of the Search/Replace command * Amaya ignored floated boxes within a table cell * Mac OS X: Sometimes the horizontal scroll bar was not displayed correctly * Mac OS X and Windows: Next element and Previous element keys were applied twice Amaya 11.0 16 December 2008 New Features * Support of XHTML+RDFa documents: o RDFa attributes are parsed and can be edited o Possibility to create XHTML+RDFa documents o A command to add/remove namespace declarations of a document o List of namespace declarations defined in the RDFa Preference. * Shift+wheel scrolls the document horizontally * Support direct resizing of images * Integration of Japanese dialogs thanks to Martin D?rst * XHTML, MathML, SVG, Template, and XML panels are now tabs of the Elements tool * Few new characters are proposed in the Special Characters tool * A Span menu item is now available in the menu Insert > Character Element * SVG editing (a subset of the language) * Template editing * the Crtl-Click command opens a link in a new tab (Unix and Windows) * The Reload command re-open the source or the structure view * New management of Help documentation * Improvement of template instances editing (Enter key, transformations, contextual menus) * A Tools > Code clean up command to clean up documents generated by most word processors Bug fixes * Improvement of the rendering engine * When the user selects in the structure view, the selection path was not displayed in the status bar * Sometimes images within a table were not displayed * CSS style sheets attached to an object were not applied * Close the help window when the user closes the last window document * The Save all command was active only when a edited document is displayed * Documents are now scrolled page by page * On Mac OS X the focus could be lost when a dialog is closed * On Mac OS X, Ctrl Enter didn't insert a <br> * Improvement of MathML editing * It was impossible to extend the selection outside a table * <br> elements were not copied/pasted * All attributes in MathML expressions were considered invalid * Interpretation of attributes attached to <col> elements to fix alignment, background-color, and width * Display "Column" instead of "td" or "th" in the statusbar when the whole column is selected * A background image CSS property attached to any element (*) was not applied immediately * Improvement of XML document saving * On Mac OS X, the default charset was set to us-ascii by error * Amaya now uses the Content Location to save a remote document without suffix (instead of redirecting to the Save As dialog) * Amaya requested a confirmation each times the PUT is redirected * Amaya keeps "\\windows-server\sharename\filename.html" URIs unchanged * When text typed causes image contents to be pushed (to the right) along with text, only part of the image was refreshed * In source view, <shif-PageUP/DN>, <shift-DNarrow>, and <shift-RTarrow> didn't work well.
2011-07-02Don't use ../ in patches; GNU patch doesn't like it. Patch a bashism thatdholland1-3/+3
turned up when the portability check got broader. XXX: this package doesn't build.
2008-09-11Update to 10.0.1 and add destdir support.dholland1-15/+6
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.
2006-04-20Fix build after png update.wiz1-0/+22
While here, do pkglint cleanup. Bump PKGREVISION.
2003-03-22Update to 7.2, provided by David Forrai in PR 20539.wiz1-17/+0
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.
2002-11-19Update the Amaya package from version 5.3 to 6.4. Main advantages are SVGreinoud1-8/+10
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-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam1-1/+1
have been converted to USE_BUILDLINK2.
2002-07-01Make Amaya build on NetBSD 1.4.kristerw1-0/+15
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.
2001-08-09Update amaya to 5.1. Pkgsrc changes include using www/libwww instead ofjlam1-13/+0
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-07-21* Make this compile again after previous partial conversion to buildlink.jlam1-0/+13
* 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-01-14update to 4.2.1drochner1-13/+0
From the changelog: Amaya 4.2.1 22 December, 2000 Bug fixes * The Docttype was not generated for HTML documents after creation of a new HTML element. * Doing a transformation on an HTML document crashed Amaya without saving the edited document. Amaya 4.2 21 December, 2000 New features * Amaya is now able to read and save UTF8 documents but it's only able to display ASCII and ISO-latin-1 characters and some mathematical symbols. For other characters it keeps the Unicode value of the character and displays a '?'. When an encoding is not supported by Amaya, the document is not parsed. * MathML: attributes rowalign and columnalign are interpreted. * MathML 2.0: new attributes mathvariant, mathsize, mathcolor, mathbackground, linebreak * Annotations: new configuration options for disabling the automatic download of local and remote annotations each time Amaya is started for users who frequently work without network access. Note that this new option is enabled by default; users who prefer the previous behavior of always querying annotation servers can select that behavior from the Annotations/Configure... dialog by unchecking the 'Disable remote autoload at each startup' and checking the two 'Autoload' boxes. Bug fixes * Annotations: Annotations didn't work under Windows, when Amaya was installed in a directory with a space on its name (e.g., Program Files). Similarly, annotations on local documents didn't work if the path to this document had a space. * After doing a form POST, Amaya always proposed to save the answer sent back by the server, even if it could understand its content type (bug introduced in the 4.0 version). * Since version 4.1, it's possible to change the user preferences directory by setting the APP_HOME variable in the win-thot.rc file. However, the user preferences were still being read from the default location. * After a crash, modified documents with a space in their name were not restored. * When Amaya crashed during a text insertion, the last inserted text was lost. * Configure failed to read the version numbers in /usr/include/libjpeg.h and /usr/include/png.h (thanks to Patrik Hagglund). * Updating of German and Italian translations. * Contribution from Johannes Zellner for enabling tear-off menus on Unix platforms. * The command Save As added the suffix ".html" to SVG and MathML documents. * Amaya was sometimes confusing MathML and SVG elements: Schema ids were based on the compiling time (in seconds) and Amaya used ids to detect whether two elements belong to the same schema or not. That method doesn't work with computers that are able to compile more than one schema per second. Now, Amaya checks schema names instead of schema ids. * Selection: When the hyphanation was active the selection didn't work correctly. * Print: The command Print crashed when the document included XLink attributes. * Print: In some cases Amaya hanged during the printing or generated too short pages. * Windows: The dialogue Underline didn't work correctly. * Windows: Improving drawing functions and a part of the program print. * SVG: CSS rules of the SVG element style were not interpreted when printing. * SVG: Images can be created and edited freely within an SVG drawing * SVG: When changing the xlink:href attribute of elements image and use in SVG, those elements are redisplayed according to the new value of the attribute. * SVG: When the user created a mathematical expression into a SVG, the math element was displayed before the user selected a position. This was confusing. * HTML: Amaya hanged when the META Content-Type was quoted by simple quotes. Amaya 4.1 23 November, 2000 New features * Annotations: localization of the Local Filter menu. * Windows: It's now possible to change the value of the user's preferences directory. To do so, edit the win-thot.rc and add a variable called APP_HOME in the [amaya] section. The value of this variable should be the path to directory. This is interesting if you want to install Amaya in an NFS drive, but store the user's preferences locally. * When the encoding of a XML document is not set, it uses the default enconding (UTF 8). This version of Amaya doesn't handle UTF 8 and this document shouldn't be edited with Amaya. In many cases these documents contain only ASCII characters and can be interperted correctly as ISOlatin-1encoded documents. It is why Amaya proposes to set the ISOlatin-1encoding when it's not found. Bug fixes * Open the Log file and close it. Then open the source view and close it: all other wiews of that document are also closed * The entry "Show parsing errors" (previously "Show Log file") is now located in the Views menu * Amaya didn't find out the encoding when it is given by a META element. It works now. * When saving a HTML document as XML a wrong DOCTYPE was generated: it said the document was HTML 4.0 whereas it was XHTML 1.0 actually. * In a XHTML document, if you copy and paste an anchor with both a name and an id, the name of the pasted element was changed to make it unique, but not the id. * The MakeBook command didn't work well on remote documents that included images and could crash Amaya. * The default Windows geometry was too small for some views and documents. * Spell checker: some options didn't reflect the current value. The special characters entry wasn't working under Windows. * MathML: entity LeftAngleBracket was not recognized by the parser * MathML: the entity InvisibleTimes was displayed with a too large space on Windows platforms. * SVG: element style is now recognized and the CSS rules it contains are applied as expected. * SVG: element use is recognized and handled correctly * SVG: comments and PIs were not displayed correctly in the structure view * SVG: text elements were displayed a bit below their normal position * SVG: in some cases polylines and polygons were resized by mistake * SVG: when printing the background of the whole SVG or group was painted if there was a CSS rule fill * SVG: elements are now created with the right default colors (fill=black, stroke=none). * Annotations: the Annotation element (pencil icon) wasn't being skipped always when resolving an XPointer. This problem could occur with orphan and document annotations. * Annotations: ID attributes were not always being searched correctly in the document's tree. * Annotations: The Windows annotations project was missing from the source tar package. Amaya 4.0 10 November, 2000 New features * Support for a subset of the SVG graphics format, namely basic shapes, text, images, and foreignObject (the later is useful to include HTML fragments or MathML expressions in drawings). * Support for native MathML and SVG documents. * Support for collaborative annotations, based on RDF, XPointer, and XLink.. * A single structure view displays the structure of equations and drawings along with the document structure. * Generates XHTML document with the right charset. * Three new profiles: XHTML-transitional, XHTML-strict, XHTML-basic. In these profiles, Amaya checks the validy of the (X)HTML documents it loads, and it allows the user to create only elements and attributes corresponding to the chosen profile. * MathML: attributes macros, display, overflow, altimg and alttext are now available for the top-level math element. Attribute alttext is rendered in the Alternate view. Attribute linethickness allows to control the aspect of fraction bars. Many improvements to math formatting. Keys -> and <- move the caret according to the MathML structure. * Upgraded libwww to release 5.3.1 * Added the HTTP reason string to the the save error dialog box. * Spanish translation of the Amaya dialogues contributed by Pedro Pablo Fabrega * The inline documentation is now available in French (other translations are welcome). * New menu (Special/Create Remove IDs) to add or remove ID attributes to/from elements, either globally or within a selection. * Searching is case insensitive by default. * The dialog box of link creation allows you to browse local files. * When the selection is within a link (an anchor with an attribute href), the status line displays the URI of the target. * The geometry of windows is now expressed in pixels. Users may have to update their configuration (Special/Preferences/Window Geometry menu). Bug fixes * When the selected OPTION in a SELECT within a FORM had no content and no value attribute, the value posted for the SELECT element was some random garbage. * Amaya hung when reading a textarea with an initial value. * When converting a document from HTML to XHTML, Amaya did not check whether the id's it created were valid. For instance, it generated id's starting with a digit. * The charset given in the XML declaration was ignored by Amaya. * 24 bits per pixel images were not handled correctly on Unix platforms (thanks to Walter Bächi) * Saving a document source crashed Amaya when it followed an aborted closing of that document source. * When the BODY element of an (X)HTML document is selected, command Delete is no longer refused: it let you with an empty BODY element. * When a background image is not repeated, Amaya takes into account the transparency now (Unix and Windows platforms). * After a synchronisation Amaya considered that both the source view and the formatted view should be saved. Now the user can decide to save either the source or the formatted view but only one of them. * The text editing is now more robust. * When browsing a remote URL, Amaya systematically added a "/" end character to the URL if the URL didn't finish by an extension. * It was hard to create an area Polygon because the selection hid the associated image. * When a paragraph with a top margin was reformatted, included lines (excepted the last one) were shifted by error. * In the Structure view, an anchor repeated the attribute ID of its parent. * Opening an image that didn' have an extension resulted in a crash. Windows bugs * The menu Background Image on Windows platforms crashed Amaya. * On Windows platforms, sometimes Amaya didn't display background images correctly. * Some colors (like border colors) were not correctly displayed on Windows platforms. * Each time the user clicked on the button Math, a new Math palette was generated, now only one palette is displayed. * It was the same for the dialogue Search/Replace. * When all entries of a submenu were hidden in the current profile, the submenu entry was not removed. Now it works like on Unix platforms. * Troubles after a cancel of the operation "Close Dcument".
2000-08-22- add patch to allow the program to build on pre-1.5 systemsdmcmahill1-0/+13
- make sure the library search path is in the correct order.