summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-11-11Update to 0.83.8. Changes:wiz4-23/+7
This version fixes compilation problems with old C compilers and with Berkeley DB 4.0. Malformed MyINFO data are handled more gracefully, IGNORE_SLOT_LIMIT properly works now, a program to send DCTC command to running client from a script was added, and a new flag was added to ignore public chat messages from a user.
2002-11-11Update to 1.0beta3. Changes:wiz3-9/+8
In 1.0beta3: This is the third beta for Speex, implementing what should be the last new features before 1.0. These new features are a new "ultra-wideband" mode for encoding at 32kHz (up to 48kHz) and an intensity stereo mode. Both of these are implemented to preserve backward and forward compatibility with other releases. This means that it is now possible to encode almost any wave file using Speex. Most of the work left for 1.0 is now quality improvements regarding VBR, perceptual enhancement and packet loss concealment. In 1.0beta2: This second beta release brings many, many optimizations to the encoder and decoder. In some cases, the speedup is on the order of 50% to 100%. As part of the optimizations, some sections of Speex have been written in assembly with SSE instructions which can be enabled with the _USE_SSE flag when compiling with GCC. Finally, the code has received a major cleanup.
2002-11-11Fix build problems.uebayasi4-28/+14
2002-11-11links* updates to 2.1.0.7.wiz1-1/+3
2002-11-11Update to 2.1pre7, sole change: Regenerated font_include.c to comply withwiz4-9/+9
the fonts.
2002-11-11flac 1.0.4lukem1-1/+2
2002-11-11cook -> 2.21mrg1-1/+3
onyx -> 4.1.0
2002-11-11update to latest oynx release, 4.1.0. changes to oynx language are:mrg3-126/+161
* Treat evaluatable names specially when binding (don't bind them), in order to make it possible to force dynamic lookup of names, without having to resort to using the load operator on literal names. This required a language syntax change so that evaluatable names can be created in deferred execution mode. The possibilities for specifying an evaluatable name were $$$name, $#name, or adding a new special character. Since neither of the backward compatible syntax changes were very palatable, two new special characters were added. !name creates an evaluatable name, and the former $$name syntax is now written as ~name for consistency. * Add operators: + bindsocket + listen + accept + send + recv * bin/onyx_config : Add onyx_config, which aids in building software that uses libonyx. * lib/libonyx/src/nxo_string.c:nxo_string_cstring() : Handle name objects as well as string objects. * Add operators: + serviceport + sockname + peername + sockopt + setsockopt * Add the neterror error. * Add the ncat operator. * Remove the fork operator and replace it with the forkexec operator. Doing anything between fork() and exec() in a multi-threaded application risks hanging. * Revise string and pointer hashing functions to marginally improve performance. * Add operators: + socket + socketpair + connect * Add operators: + nonblocking + setnonblocking * Modify the write operator to return whether a write was partial or not. This is necessary for non-blocking files. * Change language syntax. The / special character is now $. * Modify the mkdir operator such that specifying the mode is optional. * Add operators: + chroot + mkfifo + pipe + readlink + umask * Remove "fast" operator support, since it wasn't very fast. Performance without fast operators is +-3% of what it was with fast operator support, for typical programs. * Add operators: + inc, dec + while, until * Remove operators: + cleardstack * Change language syntax: + Radix integers are <base>@<value> instead of <base>#<value>. + Comments start with #, not %. + Add special characters in strings: - `\0' : Nul character (nul), equivalent to `\x00'. - `\cC' : Control C, where C is [A-Za-z]. - `\a' : Alarm (bel). - `\e' : Escape (ec). * Add operators: + threadsdict + threaddstack, threadestack, threadistack, threadostack * Remove operators: + #! + !# Add operators: + rot, srot + adn, aup + saup, sadn Rename/replace operators: + push --> adn + npush/nbpush --> rot + snpush/snbpush --> srot Remove operators: + push * lib/libonyx/src/systemdict.c : Add operators: + bpop, nbpop, ipop, nip, tuck, under, over, up, nup, dn, ndn, bdup, ibdup, ibpop, bpush + sbpop, snbpop, sipop, snip, stuck, sunder, sover, sup, snup, sdn, sndn, sndup, snpop, sbdup, sibdup, sibpop, sbpush * Rename operators: + index --> idup + sindex --> sidup * Add operators: + poll + gstdin, gstdout, gstderr + setstdin, setstdout, setstderr + setgstdin, setgstdout, setgstderr * Add optional mode argument to the open operator. XXX: TODO: pthread.buildlink*.mk support.
2002-11-11update cook to version 2.21. trolling the changelogs gives:mrg3-7/+10
- new cook_rsh program - new "fail" command - new "stripdots" command - fixes for the fingerprinting code - many build, source & doco fixes
2002-11-11Note update of tmda to 0.63.schmonz1-1/+2
2002-11-11Update to 0.63. From the changelog:schmonz3-14/+71
* Python version 2.1 or greater is now required. Upgrade at <URL:http://www.python.org/download/> * When sending an auto response, a new configuration variable (AUTORESPONSE_INCLUDE_SENDER_COPY) is used to control whether a copy of the sender's message is included or not. For available options, <URL:http://tmda.net/config-vars.html#AUTORESPONSE_INCLUDE_SENDER_COPY> If you are using customized templates, you should remove the last few lines in each template which include the sender's copy. For example, in confirm_request.txt: --- Enclosed is a copy of your message. %(original_message)s Otherwise, you'll include two copies of the sender's message. * When sending confirmation requests, Reply-To is now set from the confirm_request.txt template. This is to allow the option to not include the confirmation address in a Reply-To header. If you use a customized confirm_request.txt, you'll need to add the following line to the top (header section) of your template: Reply-To: %(confirm_accept_address)s
2002-11-11Use buildlink2.seb1-3/+3
2002-11-10Update to flac 1.0.4. Notable changes:lukem8-31/+250
flac: - AIFF input support - vorbis tag addition whilst encoding (-T) - various speedups, reductions in memory use, and minor fixes libraries: - OggFLAC & OggFLAC++ libraries - various speedups, reductions in memory use, and minor fixes (see doc/html/news.html for more info)
2002-11-10Use ${LOCALBASE}/bin/texconfig rather than bare texconfig.cjep1-4/+4
2002-11-10Use ${LOCALBASE}/bin/unzip rather than a bare unzip.cjep1-2/+2
2002-11-10Note fluxbox package update to 0.1.12jmcneill1-1/+2
2002-11-10Update fluxbox to 0.1.12; closes PR #18930jmcneill5-85/+24
2002-11-10rename BINPKG_SITE to BINPKG_SITEShubertf2-5/+5
Adresses PR pkg/19004 by tv@pobox.com
2002-11-10The home page for pygdchart has moved.darcy1-2/+2
2002-11-10note addition of mozilla-linux.grant1-1/+2
2002-11-10add mozilla-linux.grant1-1/+2
2002-11-10Initial import of Mozilla-1.2b into the NetBSD packages collection.grant7-0/+1135
Mozilla is the freely available version of Netscape's browser. Because only freely distributable code is included, some features are not yet present. This is a Linux binary package for Linux and NetBSD/i386.
2002-11-10we define WRKSRC, so let's use it. bit of whitespace cleanup.grant1-2/+2
2002-11-10add MASTER_SITE_MOZILLA for Australia.grant1-1/+2
2002-11-10Basilisk -> BasiliskII to shut up warnings.grant1-2/+2
2002-11-10Note update of the "aperture" module to version 2.0nb4.tron1-1/+2
2002-11-10Make this LKM load again under NetBSD 1.6K and newer. The patch wastron3-11/+27
supplied by Stephen Ma in PR pkg/18925. Bump the package revision to reflect this change.
2002-11-10Handle ifconfig aliases better.hubertf1-1/+1
Patch contributed by Ed Gould <ed@left.wing.org> in PR pkg/18999
2002-11-10add buildlink2.mk file in preparation for some coming pkgs which need itdmcmahill1-0/+36
2002-11-10Note Basilisk update (more docs installed).wiz1-1/+2
2002-11-10fix MAINTAINER= Name <email> to only include email address.grant6-12/+12
2002-11-09Update parallel/pvm3 to pvm-3.4.4is4-8/+11
2002-11-09Use buildlink2.wiz1-8/+10
2002-11-09Add buildlink2.mk.wiz1-0/+81
2002-11-09Fix PLIST.wiz1-1/+54
2002-11-09Bump to 0.9.1nb1: install more documentation.wiz2-2/+13
2002-11-09COMMENT should be set in Makefile, not any common Makefile parts.wiz6-9/+10
2002-11-09reed-5.4 update.wiz1-1/+2
2002-11-09Update to 5.4. Changes:wiz7-73/+35
5.4: * L and l can be used to set/go to a default bookmark. * You can scroll past the end of the file (into blank space). This is important because... * :o will look for a filename on the current top line and try to open it, going to the bookmark if you're in your bookmarks file. * :l will give you a list of buffers. * Of course, bug fixes and code cleanups. 5.3: * Filenames are reverse truncated in the status bar if they're too long. * Updated the build system. * Breed supports -w to word wrap files, if possible/desirable. * Typos fixed. 5.2: * ,, ., and r work as documented. * :r reloads a file if it was on disk (and not a stream). * Naming the buffer based on the manual page name is now more accurate. * URLs load in breed again. * Breed doesn't make a file named '-' anymore when reading postscript. 5.1: This release no longer segfaults if the configuration file is missing. 'H' brings up a short help file in the program. Bookmarks are more aesthetically displayed. Some other, minor bugs were fixed. 5.0: Reed has been completely rewritten. Searching (and highlighting) is now file-specific. Invoking an editor now goes to the current line within that editor. The bookmark file format has changed and is incompatible with previous versions. The included script fix_bookmarks.pl can update your bookmarks for you. Bookmarks can now all be viewed with the 'B' command. 'Fake' filenames can be changed using the 'R' command. Reed now automatically reads from stdin if no filename is given and data is waiting. Greater 'less' compatibility was added to the (the old j is now J). Older changes ignored since reed was completely rewritten in 5.0.
2002-11-09Update the NetBSD architecture list.is2-1/+60
2002-11-09regenwiz1-2/+2
2002-11-09Make this compile on mipsel.cjep1-2/+2
2002-11-09Add rcs id.is1-0/+2
2002-11-09repair column formatting of pvm console "conf" outputis2-1/+16
2002-11-09Add and enable statistrh1-1/+2
2002-11-09Initial import of statist-1.0.1, a small and portable statistics program.rh5-0/+147
2002-11-09Note addition of gtoolkit-examples-0.9.5rh1-1/+2
2002-11-09Add and enable gtoolkit-examplesrh1-1/+2
2002-11-09Initial import of gtoolkit-examples-0.9.5, a set of Objective-C examplesrh3-0/+28
for GToolKit.
2002-11-09Note addition of gtoolkit-0.9.5rh1-3/+4