summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2001-01-29Add automatic ${VARIABLE} handling for MESSAGE files.wiz23-103/+75
Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced, not @VARIABLE@, nor @@VARIABLE@@). By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX, X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST. Clean up some packages while I'm there; add RCS tags to most MESSAGEs. Remove some uninteresting MESSAGEs.
2001-01-26etc/rc.d cleanup: rename *.sh -> *hubertf2-4/+4
2001-01-26etc/rc.d: squid.sh -> squidhubertf2-4/+4
2001-01-25libintl.a is now a part of NetBSD, so build the gettext module by default.jlam5-14/+28
This bumps the version number to 4.0.4.1nb1. Also, build the php CGI binary by statically linking against the helper library libphp4.la so we aren't forced to install a shared library used solely by one program.
2001-01-24Depend on tcl>=8.3.2 instead of tcl-8.3.2 now that PKGNAME of tclhe2-4/+4
is bumped to tcl-8.3.2nb1.
2001-01-24Update "analog" package to version 4.14. Changes since version 4.13:tron5-11/+19
- Can do a FLOOR beyond Terabytes. - OS X & MPE/iX ports. - Bug fixes, especially for multibyte character sets. - Unprintable characters in the report are now replaced by '?'. - Traditional Chinese, Portuguese, Brazilian Portuguese, US English and corrected French domains files. - Rewrote the documentation on Cache files. Added some new data to How the Web Works.
2001-01-23create the link to wwwconf.h in WRKSRC instead of WRKDIR since the searchdmcmahill1-4/+4
path wasn't being honored. fixes recently noted bulk build problems.
2001-01-23Update to 2.2.abs2-4/+4
Changes since 2.0 2.1 Sun December 18 12:00:00 2000 - New Feature: new 'file_cache' and 'double_file_cache' options provide a file based caching method (T.J. Mather) - New Feature: new 'print_to' option for output() allows output() to print to a filehandle as it runs. (Chris Nokleberg) - New Feature: new 'case_sensitive' option to allow template variable names to be case sensitive. (Matthew Wickline) - New Feature: new 'filter' option allows pre-parse filtering of template files. - Bug Fix: added single-quote escaping to HTML escaping code (Ralph Corderoy) - Bug Fix: fixed a noisy bug in param() when used with 'associate' (William Ward) - Doc Fix: broke out FAQ into separate file. 2.2 Sat December 23 12:00:00 2000 - Bug Fix: fixed memory leak in global_vars implementation (Ade Olonoh) - Bug Fix: fixed file_cache not reloading templates on changes (T.J. Mather) - Bug Fix: fixed broken error checking in param() (Mark Stosberg)
2001-01-22Fixed problem in Alpha bulk build. ${WRKSRC} is now the default rather thanjtb1-4/+5
${WRKDIR}/${PKGNAME}.
2001-01-22Fix problem with installation of libtool-built php CGI binary.jlam2-5/+12
2001-01-19Make this build under Solaris with XFree86.tron1-1/+7
2001-01-17Add missing plugins include in Solaris distribution of Communicator.tron1-1/+4
2001-01-17Update package dependencytaya1-2/+2
ORBit>=0.5.1 -> ORBit>=0.5.3
2001-01-16Update to mozilla 0.7taya18-312/+266
Most major change is SSL daemon(psm) has included. See release notes for detail. http://www.mozilla.org/releases/mozilla0.7/
2001-01-15Change PKGNAME to php-${PHP_VERS} instead of using php-${PHP_DIST_VERS}.jlam1-1/+2
2001-01-15Update to ap-php-4.0.4.1 as a result of updating php4 package.jlam1-2/+2
2001-01-154.0.4pl1 --> 4.0.4.1jlam1-3/+4
2001-01-15Update to version 4.0.4pl1. Changes from version 4.0.4:jlam8-36/+240
* Make NetBSD PHP extensions_dir equal the compiled-in default for PHP4. * Install the PEAR PHP4 script repository and tools. * Use the source's install target instead of homegrown one. - Fixed the various pdf_open_*() functions (Daniel) - Fixed a bug that could cause invalid INI entries to be used under certain circumstances (Zeev) - Fixed a bug in the Apache module that could cause invalid INI values to propogate to different virtual hosts, if one or more of the virtual hosts was configured with engine=Off (Zeev) - Fixed possible crash bugs in the session module (Sascha) - Fixed the ODBC module to build properly with Solid 3.0 and OpenLink (Dan Kalowsky) - Fixed possible corruption of line number information in PHP scripts (Zeev, Zend Engine) - Fixed a few possible crashes in functions that use user-defined callbacks (Zeev, Zend Engine)
2001-01-15use latest IPv6 patch. this fixes problem with virtual host directivesitojun2-4/+4
when incoming IPv4 connections are captured by AF_INET6 socket (IPv4 mapped address). not really matter for normal NetBSD installation. I beileve IPv4 mapped address is very bad from security/access control POV. really.
2001-01-14Update adzap to 20010112. No changelog, but many more ad sites zapped.simonb5-20/+26
2001-01-14update to 4.2.1drochner10-98/+172
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".
2001-01-14Install cgi-bin programs with executable bit set, and modify thttpd rc.djlam3-13/+22
script to check for the pid instead of requiring a pidfile that may not exist.
2001-01-14Install cgi-bin scripts with executable bit set.jlam2-8/+13
2001-01-13Regen.mycroft1-3/+3
2001-01-13Arrange to add -Wl,--export-dynamic to BIN_FLAGS, and nuke the (unused andmycroft2-30/+40
essentially complete bullshit) NEED_BASE_DLL_NAME_ALSO.
2001-01-13Standardize version number: "4.0pre.46" -> "4.0b46"tv1-1/+2
2001-01-13Change DEPENDS to 1.3.14nb1.tv1-2/+2
2001-01-13Use the "nb" convention to distinguish the teeny version bump caused bytv1-2/+2
pkgsrc (instead of a real version number change in the program).
2001-01-12Fix this script for Solaris's "/bin/sh".tron1-2/+3
2001-01-11Fix lynx's completely mucked version numbering scheme to something more sane.tv2-4/+4
2.8.3rel.1 -> 2.8.3.1 2.8.4dev.10 -> 2.8.4.0b10
2001-01-11Patch backup files end on "~" not on ".orig" under Solaris.tron1-2/+2
2001-01-11Add missing plugins include in Solaris distribution of Navigator.tron1-1/+3
2001-01-07Get the Makefile too -- somehow 'cvs ci' missed this last night...explorer1-2/+2
2001-01-06Update to 4.0 beta 5jdolecek4-8/+8
Changes are: * Search facility of the URL toolbar * Improved the password dialog * File type association works better * Improved windows settings file * UI improvements * Printing support - still a bit unstable (no print preview yet, but you can print to file) * Transfer window works better * 3D borders on tables fixed * JavaScript confirm dialog fixed
2001-01-06Upgrade to 3.0.18:explorer3-21/+3097
October 21, 2000, Version 3.0.18 - Fixed file upload bugs (Sascha) October 11, 2000, Version 3.0.17 - Fixed output functions (Sascha) - Added odbc_tables() (Frank) - Fixed htmlspecialchars/htmlentities inconsistencies (Rasmus) - Added is_uploaded_file() (Zeev) - Clean up htmlspecialchars/htmlentities inconsistencies (Rasmus) - Add optional charset parameter to sybase_[p]connect (alf@alpha.ulatina.ac.cr) - Fixed incorrect handling of 0-precision strings (e.g., %4.0s) in printf (Ken Coar) - You can now call Ora_Error() without prameters to get the reason for a failed connection attempt. (Kirill Maximov) - Fixed crash in OCIFetchStatement() when trying to read after all data has already been read. (Thies) - Added --enable-sigchild. Use this option if you encounter <defunc> processes when using Oracle 8i. (Thies) - Uncommitted outstanding OCI8 transactions are now rolled back before the connection is closed. (Thies) - Improved configure checks for Oracle 8i. (Thies) - Added imap_mime_header_decode() function (Skalski)
2001-01-06Update to links-0.95. More MASTER_SITES.wiz2-5/+9
Now with SSL support, rebindable keys, and bug fixes.
2001-01-04Remove DEPENDS on gettext and replace it by BUILD_DEPENDS and USE_LIBINTL.wiz1-4/+3
2001-01-04Replace DEPENDS on gettext by BUILD_DEPENDS and USE_LIBINTL.wiz1-2/+3
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc7-7/+67
out of date - it was based on a.out OBJECT_FMT, and added entries in the generated PLISTs to reflect the symlinks that ELF packages uses. It also tried to be clever, and removed and recreated any symbolic links that were created, which has resulted in some fun, especially with packages which use dlopen(3) to load modules. Some recent changes to our ld.so to bring it more into line with other Operating Systems also exposed some cracks. + Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain the ELF symlinks. + Don't mess about with file system entries when handling shared objects in bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will have got it right, and have a much better idea than we do. + Modify PLISTs to contain "ELF symlinks" + On a.out platforms, delete any "ELF symlinks" from the generated PLISTs + On ELF platforms, no extra processing needs to be done in bsd.pkg.mk + Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on a.out platforms + Update the documentation in Packages.txt With many thanks to Thomas Klausner for keeping me honest with this.
2001-01-01Added bugfix submitted by J. McNeill, PR#11862, that corrects problem withwulf2-1/+17
the creation of ~/.bluefish directory when running bluefish the first time.
2000-12-31Update gtkhtml to 0.8. Changes include:rh5-20/+68
General: - Fixed X selections so that we no longer try to pass UTF-8 encoded text in STRING atoms. - Improved the table layout code so that now we render tables very close to the big name browsers, one or two small issues left - Added many missing attributes to the HTML export code so that at least we pass on the attributes we understand. - Support for sub sup and strike elements. - We now parse param elements before emitting the object requested signal so that we can make an informed choice about whether or not the object is supported. Editor: - We now hook to the gnome-spell component to do spelling. - Rename the idl and oafinfo to bring us in line with the new naming conventions - The editor control now exposes an interface for issuing editor commands Ebrowser: - New component to support simple browsing tasks.
2000-12-31Add dependence on "suse_comapt" package to get libraries missing in X11tron1-1/+2
package of SuSE 6.4.
2000-12-30Make this actually work (ELF -Wl,-R fix).hubertf1-1/+2
Patch submitted by Dominik Rothert <dr@astorit.com> in private mail.
2000-12-28Implemented improved install script for manuals supplied by J. McNeillwulf1-14/+7
2000-12-28Updated bluefish to 0.6: lots of bugfixes, integration of filebrowser intowulf1-7/+16
main window, new CSS dialog, new java script toolbar
2000-12-28Updated bluefish to 0.6: lots of bugfixes, integration of filebrowser intowulf5-54/+113
main window, new CSS dialog, new java script toolbar
2000-12-28Update to 1.62nb1, fix type in error message and add --no-bak optionabs3-1/+82
- patch submitted back to maintainer.
2000-12-27Update ap-dtcl to version 0.8.12. Changes since version 0.8.1 (the lastjwise5-51/+32
pkgsrc version) include: * Various cookie fixes. * New build system. * Code to deal with before/after scripts. * Rewrite of Apache directives. In addition, mod_dtcl is now a project of the Apache Software Foundation. See http://tcl.apache.org/ for details.
2000-12-27Build depends on perl should build from ../../lang/perl5-base if thejlam1-2/+2
executable doesn't exist, as that's the minimum package requirement for the executable.
2000-12-27Put perl back, as BUILD_DEPENDShubertf1-1/+3