summaryrefslogtreecommitdiff
path: root/www/amaya
AgeCommit message (Collapse)AuthorFilesLines
2010-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz1-2/+2
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz1-2/+2
2009-08-26bump revision because of graphics/jpeg updatesno1-1/+2
2009-07-22Remove USE_DIRS from pkgsrc.wiz1-2/+1
Shared directories can now be created independently by the pacakges needing them and will be removed automatically by pkg_delete when empty. Packages needing empty directories can use the @pkgdir command in PLIST. Discussed and ok'd in thread starting at http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-24/+2
2008-09-19s/LOCALBASE/PREFIX/joerg1-3/+3
Needs pkg-config.
2008-09-11Update to 10.0.1 and add destdir support.dholland20-973/+1004
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-08Fix deps for modular xorg. PKGREVISION++.dholland1-3/+10
2008-04-12Convert to use PLIST_VARS instead of manually passing "@comment "jlam2-7/+8
through PLIST_SUBST to the plist module.
2008-01-20Improve the description.reed1-4/+6
2006-10-07added fixes for Darwinschwarz6-5/+57
2006-04-20Fix build after png update.wiz3-5/+29
While here, do pkglint cleanup. Bump PKGREVISION.
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz1-2/+2
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
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.
2006-02-26uses both C and C++schwarz1-1/+2
2006-02-21Use xdg-dirs; use pkginstall font handling; bump PKGREVISION.wiz2-6/+12
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-1/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2005-07-14Changes 9.2.1:adam4-23/+15
* Bug fixes
2005-07-12Changes 9.2:adam6-1196/+1506
* New features * Bug fixes
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam1-2/+1
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.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 checksums.wiz1-1/+2
2005-01-18Changes 9.0:adam6-90/+336
* 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
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
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.
2004-06-12Add a patch to fix build on platforms where long is not like time_t.cube2-1/+17
Reported by Ole Hellqvist in PR 25895.
2004-05-13Update www/amaya to 8.5xtraeme5-13/+46
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-04-27Convert to buildlink3.snj1-5/+5
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2004-01-03Bump package revisions for tiff update.reed1-1/+2
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-12-03Updated to 8.2. This closes PR pkg/23607.xtraeme5-42/+41
Too many changes to copy here, to see a full list of changes: http://www.w3.org/Amaya/User/New.html.
2003-11-17Add expat dependency and bump PKGREVISION.wiz1-2/+3
Fixes bulk build problem with current xsrc; verified by agc.
2003-10-11whitespace fixgrant1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-1/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-24Updated to version 8.0.salo4-22/+39
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-05PKGREVISION goes after PKGNAME.jmmv1-2/+2
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-1/+2
dependency bumps.
2003-03-22Update to 7.2, provided by David Forrai in PR 20539.wiz9-574/+698
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 SVGreinoud8-267/+653
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 thatjlam6-16/+16
have been converted to USE_BUILDLINK2.
2002-07-01Make Amaya build on NetBSD 1.4.kristerw4-6/+44
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-04-23Note explicitly that this package is USE_X11BASE. Currently, it relies onjlam1-1/+2
motif.buildlink.mk to define it.
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".]
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-24I am a triple idiot. The only relevant variable that x11.buildlink.mkjlam1-2/+2
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.
2001-10-23x11.buildlink.mk needs to be included before any buildlink.mk files thatjlam1-2/+2
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.