summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-08-12Update to 0.5.0, provided by the new maintainer, Shaun Amott, in PR 34190.wiz6-69/+14
New features in this release (compared to 0.5.0rc2): - Support for arithmetic on single-character constants. - Support for OUTPUT_FORMAT as an alias for YASM_OBJFMT. - A couple of other bugfixes. New features in this release (compared to 0.5.0rc1): - Support for CodeView 8.0 source debugging (as used by Visual Studio 2005). - Fixed -I support to properly handle relative paths (now the search pattern is essentially identical to most C compilers). This change is backwards incompatible (to both NASM and earlier Yasm versions), but is much more consistent. - Standard macros that provide version information: __YASM_MAJOR__, __YASM_MINOR__, __YASM_SUBMINOR__, __YASM_BUILD__, __YASM_VERSION_ID__ and __YASM_VER__. New features in this release (compared to 0.4.0) include: - Aliases for AMD64 object formats: "win64" and "elf64" (these automatically set the machine to "amd64"). - "x64" alias for Win64 object format (for easier use with Visual Studio). - DWARF2 debugging format (enable with "-g dwarf2"). - GAS parser good enough to take GCC output for both AMD64 and 32-bit x86 (including DWARF2 debug information). - Dozens of bugfixes in x86 and AMD64 support. - Specifying "amd64" as the machine (or using a 64-bit object format) automatically sets BITS 64. Known issues with this release include: - List output is buggy and often outright wrong. - The optimizer is a very basic 2-pass style and generates inefficient (large) code at times. - The binary object format does not yet support sections other than .text, .bss, and .data, unlike newer versions of NASM (see Trac bug #71).
2006-08-12Added graphics/zphoto (it's amazing!)xtraeme2-2/+4
2006-08-12Initial import of zphoto-1.2.2 from pkgsrc-wip, packaged byxtraeme6-0/+131
OBATA Akio. zphoto - a flash-based photo album generator.
2006-08-12Rearrange position of some static functions to allow them to self-definedarcy4-47/+433
and compile under GCC-4. Bump PKGREVISION.
2006-08-12+ MesaLib-6.5, bzr-0.9, libevent-1.1b, libpreludedb-0.9.9,wiz1-2/+8
squirrelmail-1.4.8, sun-jdk15-5.0.8, sun-jre15-5.0.8.
2006-08-11+ lua-5.1.1, remove duplicate ion3 entry.wiz1-2/+2
2006-08-11DiskIO fix, courtesy of Jan Andresadam2-6/+10
2006-08-11update to 5.9.3drochner3-77/+125
major changes: -Revision and expansion of linear algebra functions -Revisions of floating-point function evaluation (sqrt, trigonometric) -Replace existing definition of "conjugate" with a much more extensive implementation -Revision of evaluation and simplification of sum and product -doc improvements, spanish/portuguese support
2006-08-11update to 1.0.6.5drochner4-37/+82
changes: Correction of some bugs concerning Maple and Mathematica Addition of a plug-in for Cadabra Addition of a native TeXmacs wiki Implementation of the first version of a remote TeXmacs file system Improved system for hyperlinks and navigation Replacement of the Proclus plug-in by an integrated linking tool
2006-08-11update to 2.6.3.3drochner3-804/+839
too many changes (since 2.6.1.0) to list here, many extensions and fixes, and synchronisation w/ the wxGTK pkg
2006-08-11gmake is needed to build, from Gilles Dauphin per PR pkg/34177drochner1-2/+2
(this is not Solaris specific, it happened to me too on i386/current)
2006-08-11Updated chat/ircd-hybrid to 7.2.2adrianp1-1/+2
2006-08-11Update to 7.2.2adrianp6-40/+39
> -- ircd-hybrid-7.2.2 RELNOTES > o) Added channel::disable_fake_channels config directive > o) Fixed broken FORCEJOIN (contrib) > o) Added missing documentation for connect::vhost > o) Fixed problem with G-Line voting > o) Fixed "STATS ?" so it doesn't report negative traffic statistics > o) Fixed core in m_mkpasswd.c (contrib) > o) Reduced memory usage for channel members > o) Added general::stats_e_disabled which simply disables "STATS e" > for other operators and administrators > o) Ignore signal SIGXFSZ to prevent the daemon from dying on missconfigured > file size limits > o) Slight optimizations to the block allocator > o) Fixed harmless bug that could result in incorrect bytes sent statistics > in "STATS t" > o) "STATS y|Y" now shows whether a class is active or disabled > o) Added ircd-brazilian_pt.lang language file > o) Misc. ACCEPT fixes. E.g. don't remove an accept record if a client is > changing between equivalent nicknames like 'nick' and 'NiCk'. > o) Minor resolv.conf parser fixes. Added missing support for ';' comments > o) Fixed core on MODRESTART
2006-08-11Rename ftp option to procmail and maildrop as that is far more logical.adrianp1-4/+11
2006-08-11Whitespace police.adrianp1-4/+4
2006-08-11Add an extra MESSAGE if the user has selected to compile freeradius withadrianp3-2/+29
PAM support. From discussions with John Nemeth.
2006-08-11x86_64 PowerNow support was added just a few days before branching netbsd-4.ghen1-2/+2
NetBSD 3.x releases are not supported.
2006-08-11Mention new packages: equeue, ocamlnet, pxp, harmony.wiz1-1/+5
2006-08-11+ harmony.wiz1-1/+2
2006-08-11Initial import of harmony-20060526 (latest stable release):wiz4-0/+69
Increased reliance on optimistic data replication has led to burgeoning interest in tools and frameworks for synchronizing disconnected updates to replicated data. To better understand the issues underlying the design of generic and heterogeneous synchronizers, we have implemented an experimental framework, called Harmony, that can be used to build synchronizers for tree-structured data stored in a variety of concrete formats, in particular XML.
2006-08-11Add buildlink3.mk file.wiz1-0/+21
2006-08-11Fix path in DEPENDS.wiz1-2/+2
2006-08-11+ equeuewiz1-1/+2
2006-08-11+ ocamlnetwiz1-1/+2
2006-08-11+ pxp.wiz1-1/+2
2006-08-11Initial import of pxp-1.1.6:wiz5-0/+132
PXP is a validating XML parser for O'Caml. It strictly complies to the XML-1.0 standard. The parser is simple to call, usually only one statement (function call) is sufficient to parse an XML document and to represent it as object tree. Once the document is parsed, it can be accessed using a class interface. The interface allows arbitrary access including transformations. One of the features of the document representation is its polymorphic nature; it is simple to add custom methods to the document classes. Furthermore, the parser can be configured such that different XML elements are represented by objects created from different classes. This is a very powerful feature, because it simplifies the structure of programs processing XML documents. Note that the class interface does not comply to the DOM standard. It was not a development goal to realize a standard API (industrial developers can this much better than I); however, the API is powerful enough to be considered as equivalent with DOM. More important, the interface is compatible with the XML information model required by many XML-related standards.
2006-08-11Initial import of ocamlnet-1.1.2:wiz5-0/+300
The Ocamlnet project provides a collection of modules for the Objective Caml language which focus on application-level Internet protocols and conventions. The current distribution contains: - a mature implementation of the CGI protocol - an implementation of the JSERV protocol (AJP-1.2), can be used with mod_jserv (Apache JServ) and mod_jk (Jakarta connector) to connect application servers written in O'Caml with web servers - a FastCGI implementation - a POP3 client - an SMTP client - a library of string processing functions related to Internet protocols (formerly known as "netstring" and distributed separately): MIME encoding/decoding, Date/time parsing, Character encoding conversion, HTML parsing and printing, URL parsing and printing, OO-representation of channels, and a lot more. - an experimental web server component
2006-08-11Initial import of equeue-2.1.3:wiz5-0/+71
Equeue is a library for OCaml, providing a generic event queue module and a specific module for file descriptor events. Furthermore, this library has been merged with the Shell library implementing the invocation of external commands including pipelines and redirections.
2006-08-11Note net/lftp update.salo2-3/+3
2006-08-11Update to version 3.5.4salo6-15/+43
Changes: Version 3.5.4 - 2006-08-09 - new setting mirror:include-regex. - load ssl keys for protected data connection as well; use new option - ftp:ssl-data-use-keys to disable it. - fixed human-readable options of du and cls. - fixed compilation on certain systems. Version 3.5.3 - 2006-08-04 - fixed a core dump in ftps with gnu tls. - fixed random queue duplication. - fixed compilation with modules and socks. - fixed installation with modules. - added configure --enable-packager-mode option (Daniel Black). Version 3.5.2 - 2006-07-28 Several bugs fixed. - strip CRs from ls output, as before. - updated help for pget. - fixed mirror -c and get -c hang. - fixed mirror timestamps for hftp and http. - fixed mirror for files starting with a tilde. - fixed use of PROPFIND when http:use-propfind is no. - fixed directory listing and globbing for ftp over http proxy. - updated gnulib sources (Nix).
2006-08-11Note pcre-ocaml PKGREVISION bump.wiz1-1/+2
2006-08-11ocaml-findlib-register is used during bin-install, sowiz1-2/+3
it is needed during installation. Use DEPENDS instead of BUILD_DEPENDS on ocaml-findlib for this reason. Bump PKGREVISION.
2006-08-11Fix compile problem on gcc-4; added simply includes of <stdio.h>.taca1-1/+2
2006-08-11The AFPL is non-Free. Add it, use it, and set NO_*_ON_CDROM.gdt2-1/+267
2006-08-11Update some more comments for teTeX2 removal.wiz1-4/+2
2006-08-11+ grhino-0.15.2, lftp-3.5.4, p0f-2.0.7, pcre-ocaml-5.11.1,wiz1-6/+10
py-curl-7.15.5, qdbm-1.8.67, shmux-1.0b10, wine-0.9.19, wmii-3.1.
2006-08-11note cad/verilog-current update to 20060809dmcmahill1-1/+2
2006-08-11Update to 20060809 snapshot. There have been several changes since thedmcmahill5-21/+19
last packaged snapshot. Those are: -------------------------------------------------- Release Notes for Icarus Verilog Snapshot 20060215 -------------------------------------------------- * Part select of memory words should now work according to Verilog-2001. This also led to some cleanup of the handling of types internally, as well as some infrastructure for general arrays. * Minor fix to parsing of (* *) attributes. * Fix rounding of reals to integers. * Clean up some of the vvp engine related to memories. Remove some dead instructions. -------------------------------------------------- Release Notes for Icarus Verilog Snapshot 20060409 -------------------------------------------------- the most substantial difference in this snapshot the first signs of generate support. The compiler now supports generate loops and has been tested with examples that include wires and gates within the generate scheme. The regression test suite has very few generate tests, so any concise self-testing test programs that use generate would be helpful. Also, instance arrays that use overridden parameters now work properly. Task arguments are a bit more flexible in order to support vendor (notably Xilinx) models that use more interesting task arguments. Runtime support for bi-directional ports had some bugs fixed, along with some other minor run-time bugs. Also, the runtime gains support for typed parameters. And also, there are some new runtime callbacks for events and memories. Parameters had a few types related bugs fixed. They are a bit more flexible now. And various minor compilation errors have been fixed. This includes C/C++ compilation errors fixes, and some configure/Makefile tweaks. -------------------------------------------------- Release Notes for Icarus Verilog Snapshot 20060618 -------------------------------------------------- Add support for system functions in continuous assignments. Allow concatenations as arguments to inout ports. This comes with a small variety of internal part select and concatenation bug fixes. Fix some bugs in constant propagation through ternary expressions. Fix broken subtraction if small constants in certain cases. Fix a few datatype mismatch errors. Make $readmem give warning when input is inadequate for requested range. Fix runtime of nand in continuous assignments. Fix synchronous user defined primiteves to only follow edges. Fix a runtime error in some thread delays processing. Improve limited genvar expression handling. Start a rework of expression elaboration. Make elaboration aware of the expression context width when appropriate in order to better handle expression width and padding. Fix the make rules for parse.cc to reflect that they come from the same source. Fix the autoconf.sh to configure the stub target. Fix portability of the lexor source files on Windows systems. Get rid of the isatty references. Make a stub lround when the system version is missing. -------------------------------------------------- * Release Notes for Snapshot 20060809 -------------------------------------------------- Some handling of real values is improved. Real valued literals are handled in net contexts (continuous assignment, etc.). Also, modulus of real operands now works. (This is an extension to the Verilog standard.) The power operator (**) now works. Signed right shift works properly now. The $sscanf and $fscanf are introduced, and work at least for basic numeric values. The release function now works to undo general force statements, and not just contant force statements. Delay constants up to 64 bits are supported. This at first doesn't seem like an issue, but when precisions are mixed, it becomes surprisingly easy to overflow 32bit delays. The driver is reworked to pass many preprocessor details through a temporary file instead of on the command line of a system(3) call. This prevents confusing and incorrect shell processing of complex strings passed as values to -D flags. Various other little fixes.
2006-08-11regenwiz2-79/+85
2006-08-11Typo fix.wiz1-2/+2
2006-08-11Note update of these pacakges:taca1-1/+3
- archivers/zziplib package to 0.10.82nb2 - security/cyrus-saslauthd package to 2.1.21nb2
2006-08-11Make this package compile with gcc-4.taca6-6/+34
Bump PKGREVISION.
2006-08-11Note update of these pacakges:taca1-1/+3
- mail/postfix pacakge to 2.3.2nb1 - mail/postfix-current pacakge to 20060711nb1
2006-08-11Accept NetBSD 4.* as NETBSD4 to compile on NetBSD current.taca8-24/+88
Bump PKGREVISION.
2006-08-11Describe where gtk-doc docs used by devhelp should be installed.wiz1-2/+19
Based on text provided by drochner@
2006-08-11remove --with-html-dor so that the gtk-doc files are found by devhelp,drochner6-74/+66
bump PKGREVISION
2006-08-11remove --with-html-dir so that the gtk-doc files are found by devhelp,drochner2-43/+42
bump PKGREVISION
2006-08-11-use tools framework for texi2htmldrochner1-3/+2
-also use pod2man
2006-08-11Change texi2html from a runtime to a buildtime dependency.ben1-2/+2
2006-08-11Make note of ffmpeg fix.ben1-1/+2