summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-01-15Add and enable xalan-cskrll1-1/+2
2001-01-15Import of xalan-c 1.0. The Apache Project's XSLT implementationskrll13-0/+604
2001-01-15scientific application for data analysis and technical graphicsdrochner8-0/+189
2001-01-15update to 17.2.0drochner2-5/+5
The announcement: Release 17.2.0 is available in source form. It contains the functions put and putmask, and a performance enhancement. The previous release of this performance enhancement did not compile on certain platforms; this should be fixed now. Also included is a substantial update to the masked array package, MA.
2001-01-15Fix syntax, as reported by Jim Bernard <jbernard@mines.edu> in PR 11955.hubertf1-2/+2
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-15Allow generated code to execute on 386-class machines. People wanting tojlam2-5/+51
optimize Crafty for i[456]86 can set CFLAGS appropriately in /etc/mk.conf.
2001-01-15add security/scansshitojun1-1/+2
2001-01-15scanssh, ssh remote version scanneritojun5-0/+23
2001-01-15A bogus `}' prevented jman from working properly when MANPATH was not set.kei1-2/+2
Problem reported by Yoichi Nakayama <yoichi@eken.phys.nagoya-u.ac.jp> in fj.os.bsd.netbsd.
2001-01-14Fix config.guess to recognise mvme68k.scw2-23/+24
2001-01-14update to verilog-current-20010113dmcmahill2-5/+5
bug fixes and signed support (yay!). detailed changes since last packaged snapshot from the authors announcements: Icarus Verilog snapshot 20010113 -------------------------------- We're getting close to release candidates. Maybe another snapshot, then I start with making 0.4 release candidates. So lets get this tested so that I can move forward! This snapshot largely fixes a whole bunch of bugs. I'm working feverishly to catch up to the reported bugs, but they are coming in about as fast as I can resolve them. (Not that I'm complaining, mind you. These PRs are really helping me make it better.) But that means I'm going to just concentrate on getting as many PRs done as I can before the release. The syntax of functions and tasks has been expanded to allow parameters. This is not a common thing to do, but someone puts parameters if functions The syntax of functions and tasks has been expanded to allow parameters. This is not a common thing to do, but someone puts parameters if functions so I had a PR to fix:-) Also I caught a problem with executing functions that take no input parameters. In fact, a bunch of function related bugs were fixed. I lost track of em all. Ports of tasks weren't elaborated properly. I fixed this and a few related problems so most legal l-values should work as task port expressions now. Memories within tasks should also work properly now. Speaking of ports, I now report errors when there is a port direction for module ports that don't exist. In fact, there are a whole bunch of cases where I've added required error messages. The %d format of display strings now displays signed negative values as negative values instead of the unsigned equivalent. This goes along with the other signed arithmetic features from the -2000 standard that are now supported. I fixed up the Makefiles (thanks to a contribution) to support build using the VPATH capabilities of the makefile. You should be able to compile for multiple targets now from a shared source directory. Icarus Verilog snapshot 20010106 -------------------------------- I'm just managing to barely keep up with the bug reports arriving in the bug tracking system. I'm pleased with the success of the ivl-bugs robot. These bug reports have allowed me to better manage and record progress. Keep those bug reports coming! I've added support for arrays of integer and time variables, as well as the Verilog 2000 initialization syntax for these types. I have also made some internal changes to integer support. Integers are now just a shorthand for ``reg signed [31:0]'' and signed variable support has made some internal changes to integer support. Integers are now just a shorthand for ``reg signed [31:0]'' and signed variable support has been generalized. This makes it easier on the code generators, as they do not need to know that a variable was a integer, a time, a foo or a bar. I few constant propagation errors have been fixed. Continuous assignments of constants to nets should behave correctly now. Many people noticed lack of expression support for parameters. In fact, the problem was a lack of support for a bunch of specific operators. I've added many operators. This has the side effect of improving constant propagation as well, in some cases finding more dead code to eliminate. This also affected expressions that were index expressions of memories and vector declarations. The / operator in continuous assignment expressions is fixed. There were a few size related issue here that are now fixed. I've added to the i3331364-notes.txt file a clarification of my position on parse of repeat statements. This position is compatible with XL behavior. Passing parameters to user defined functions in behavioral code was pretty darn broken. I managed to fix this. You can tell that not many people use user defined functions:-) (It doesn't help that Icarus Verilog is picky about them.) For vvm, I've put some effort into optimizing the compile time of programs by reducing the size of the output code. I've reduced redundancies some, and used loops to handle vectors where possible. A few bugs related to $dumpvars were cleaned up. Function scopes work.
2001-01-14Update adzap to 20010112. No changelog, but many more ad sites zapped.simonb5-20/+26
2001-01-14Create missing softlink "libXpm.so.4" manually under Solaris.tron1-2/+10
2001-01-14Make this package work under Solaris.tron3-9/+24
2001-01-14Set "${CC}" in make environment.tron1-1/+2
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-14Create links for "libgif.so" and "libgif.so.5" manually.tron1-2/+3
2001-01-14Don't explictly check for the GNU "xgettext". The Solaris one works fine.tron3-2/+24
2001-01-14Use gettimeofday instead of ftime.skrll2-5/+5
2001-01-14= -> +=hubertf1-2/+2
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-14Correct package list for Solaris.tron2-15/+15
2001-01-14Update crafty-doc to 18.0.jlam2-5/+5
2001-01-14Update crafty to 18.1. Changes from version 17.14 include bug fixes to thejlam2-11/+11
evaluation function, improved castling strategy when facing a stonewall, and full support for the xboard protocol version 2.
2001-01-14aterm (Afterstep XVT) - a VT102 emulator for the X window systemhubertf7-0/+83
aterm, version 0.4.0, is a colour vt102 terminal emulator, based on rxvt 2.4.8 with Alfredo Kojima's additions of fast transparency, intended as an xterm(1) replacement for users who do not require features such as Tektronix 4014 emulation and toolkit-style configurability. As a result, aterm uses much less swap space -- a significant advantage on a machine serving many X sessions. It was created with AfterStep Window Manger users in mind, but is not tied to any libraries, and can be used anywhere.
2001-01-14add & enable atermhubertf1-1/+2
2001-01-14Pass "${CC}" to configure script.tron1-2/+2
2001-01-14Regen.tron1-9/+2
2001-01-14Don't force to use WS 5.0 on Solaris.tron1-0/+20
2001-01-13Add and enable "tcpdump".tron1-1/+2
2001-01-13Import of new Solaris only "tcpdump" package:tron5-0/+29
network monitoring tool
2001-01-13Update "libpcap" package to version 0.6.1. Changes since version 0.5:tron3-14/+12
- New Linux libpcap implementation, which, in 2.2 and later kernels, uses PF_PACKET sockets and supports kernel packet filtering (if compiled into the kernel), and supports the "any" device for capturing on all interfaces. Cleans up promiscuous mode better on pre-2.2 kernels, and has various other fixes (handles 2.4 ARPHRD_IEEE802_TR, handles ISDN devices better, doesn't show duplicate packets on loopback interface, etc.). - Fixed HP-UX libpcap implementation to correctly get the PPA for an interface, to allow interfaces to be opened by interface name. - libpcap savefiles have system-independent link-layer type values in the header, rather than sometimes platform-dependent DLT_ values, to make it easier to exchange capture files between different OSes. - Non-standard capture files produced by some Linux tcpdumps, e.g. the one from Red Hat Linux 6.2 and later, can now be read. - Updated autoconf stock files. - Filter expressions can filter on VLAN IDs and various OSI protocols, and work on Token Ring (with non-source-routed packets). - "pcap_open_dead()" added to allow compiling filter expressions to pcap code without opening a capture device or capture file. - Header files fixed to allow use in C++ programs. - Removed dependancy on native headers for packet layout. Removed Linux specific headers that were shipped. - Security fixes: Strcpy replaced with strlcpy, sprintf replaced with snprintf. - Fixed bug that could cause subsequent "pcap_compile()"s to fail erroneously after one compile failed. - Assorted other bug fixes. - README.aix and README.linux files added to describe platform-specific issues. - "getifaddrs()" rather than SIOCGIFCONF used, if available.
2001-01-13Update master site list.tron1-5/+4
2001-01-13Regen.mycroft1-3/+3
2001-01-13Add a CONFLICTS for the improper version pattern elm-*ME+*.tv1-1/+3
2001-01-13Add a CONFLICTS for the improper ja-mh-*_JP_* version pattern.tv1-2/+2
2001-01-13Standardize version number: "ja-mh-6.8.4_JP_3.03" -> "ja-mh6-3.03".tv1-2/+2
This scheme was chosen under the assumption that "3.03" is a patch version number that changes as mh is updated; therefore, "6.8.4" is less important to follow for a version number here than "3.03".
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 long-standing wrong version number: "2.4ME+78" -> "2.4me78"tv1-1/+2
2001-01-13Standardize version number: "4.0pre.46" -> "4.0b46"tv1-1/+2
2001-01-13Standardize version number: "xmx-2.1alpha.pl7" -> "xmx-2.1a7"tv1-1/+2
2001-01-13Standardize version number: "0.62.x" -> "0.62nb1"tv1-2/+2
2001-01-13Standardize version number: "1.7.0.b" -> "1.7.0b"tv1-1/+2
2001-01-13Use SSLCERTS for location of OpenSSL certificates directory.jlam2-32/+4
2001-01-13Add SSLCERTS make variable, set to either /etc/openssl/certs orjlam1-1/+3
${SSLBASE}/certs depending on whether we use in-tree OpenSSL or pkgsrc/security/openssl.
2001-01-13Add and enable xerces-cskrll1-1/+2
2001-01-13Import of xerces-c package based on pkg/11559 from Emmanuel Dreyfusskrll25-0/+1362
<p99dreyf@criens.u-psud.fr>. This is version 1.3.0 of xerces-c and XML parser written in C++
2001-01-13icudata.so is a shared library - add lib prefix.skrll3-7/+7