summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-03-17Initial import of openal, version 20030125.jmmv7-0/+194
OpenAL is a 3D positional spatialized sound library analogous to OpenGL: instead of micromanaging each aspect of sound playback and effect, the application writer may limit himself to placing sounds in the scene and letting the native OpenAL implementation determine the correct amount of pitch alteration, gain attenuation, phase shift, etc., required to render the sounds correctly. Provided in PR pkg/20759 by Juan RP, with some changes by me.
2003-03-17Fix the biznet-iso8859 entry to match the new reality.skrll1-2/+2
2003-03-17This has moved to biznet-iso8859_2.skrll5-484/+0
2003-03-17New home for biznet-iso8859skrll1-2/+2
2003-03-17Import of biznet-iso8859_2-1.0.skrll5-0/+484
This is a rename from biznet-iso8859-2-1.0 so the version is dealt with correctly.
2003-03-17Make this go on non-i386 systems. Currently ocamlopt is only availabledmcmahill2-2/+145
on i386 so avoid using that on non-i386 systems. Compiles and seems to work on alpha.
2003-03-17dynamically generate the PLIST.grant2-646/+16
2003-03-17Note initial import of vcheck version 1.2.1, as net/vcheck, into theseb1-1/+2
NetBSD Packages Collection. Vcheck is a tool for checking for latest versions of programs at HTTP and FTP locations given a list of URLs and (Perl-style) regular expressions to match, and to optionally download them automatically.
2003-03-17Add & enable vcheck.seb1-1/+2
2003-03-17Initial import of vcheck version 1.2.1 into the NetBSD Packages Collection.seb4-0/+26
Vcheck is a tool for checking for latest versions of programs at HTTP and FTP locations given a list of URLs and (Perl-style) regular expressions to match, and to optionally download them automatically.
2003-03-17+ gcpio-2.5, giram-0.3.5, micq-0.4.10.2, nut-7.19, subversion-0.19.1wiz1-4/+6
[pkg/20725] - scmxx-0.6.3.5 (thanks, Klaus!)
2003-03-17Note update of net/p5-Net to 1.13 [misc. fixes]seb1-1/+2
2003-03-17Update to 1.13.seb2-6/+6
Relevant changes since version 1.12: Net::POP3 - Make more compliant. +OK and -ERR responses do not have to be followed by a space. Net::FTP - Fix unique name extraction to pick up name on initial Net::Cmd - Compatibility fix for 5.004 Net::Cmd - Ensure all debug output is via ->debug_print Net::FTP - Allow the user to specify a local address to use for sockets Net::SMTP - Avoid extra spaces on the end of the AUTH command
2003-03-17don't try and do ${XMFMF} -a because that produces 'xmkmf -a -a' whichdmcmahill2-4/+4
causes an error. This builds and runs on alpha now.
2003-03-17Nore update of www/p5-libwww to version 5.69nb1 [dependency fix]seb1-1/+2
2003-03-17Add needed dependency on p5-MIME-Base64 package.seb1-1/+3
Bump PKGREVISION.
2003-03-16Update vmware-module3 to latest version from othersrc (3.2.1) - modulesjdolecek2-6/+6
now compile and work for -current (1.6G+, confirmed with 1.6P)
2003-03-16Note update of p5-HTML-Tree to 3.17.kleink1-1/+2
2003-03-16Update to 3.17 (3.11 is no longer available from CPAN); changes include:kleink2-5/+5
2003-01-18 Sean M. Burke <sburke@cpan.org> Release 3.17 -- minor bugfix HTML::Element : Making as_HTML('',...) work just like as_HTML(undef,...). Also fixing as_XML's docs to remove mention of an unimplemented feature (specifying what characters to escape). 2002-11-06 Sean M. Burke <sburke@cpan.org> Release 3.16 -- just fixing a doc typo. 2002-11-06 Sean M. Burke <sburke@cpan.org> Release 3.15 -- a few new features. Added the aliases "descendents" and "find" to HTML::Element. Added a new method "simplify_pres" to HTML::Element. 2002-10-19 Sean M. Burke <sburke@cpan.org> Release 3.14 -- minor bugfix Just fixes a few problems in HTML::Element with the number_lists method. 2002-08-16 Sean M. Burke <sburke@cpan.org> Release 3.13 -- basically a bugfix version It turns out that 3.12 had a hideous HTML::TreeBuilder bug that made the whole thing damn near useless. Fixed. Many many thanks to Michael Koehne for catching this! Wrote t/parse.t, to catch this sort of thing from happening again. Fixed a bug that would treat <td> outside any table context as <tr><table><td> instead of <table><tr><td> 2002-07-30 Sean M. Burke <sburke@cpan.org> Release 3.12 Added as_trimmed_text method to HTML::Element, as described (prophesied?) in the fantabulous new book /Perl & LWP/. Bugfix: fixed unshift_content when given a LoL. (_parent wasn't getting set right.) HTML::Element and HTML::TreeBuilder now enforce at least some minimal sanity on what can be in a tag name. (Notably, no spaces, slashes, or control characters.) Semi-bugfix: $element->replace_with(...) can now take LoLs in its replacement list. Bumped HTML::Element version up to 3.12 (right from 3.09) Semi-bugfix: as_XML now doesn't use named entities in its return value -- it always uses numeric entities. Added behavior: new_frow_lol can now do clever things in list context. HTML::Tree -- added blurb for /Perl & LWP/ HTML::TreeBuilder -- added blurb for /Perl & LWP/ Also added a few tweaks to do better with XHTML parsing. Added guts() and disembowel() methods, for parsing document fragments. TODO: desperately need to add tests to t/
2003-03-16Make this work on Linux. All other ruby-packages seem to work just finejschauma6-15/+39
after this.
2003-03-16Sync with main sources:jschauma6-69/+35
Date: Sat Mar 15 20:49:27 UTC 2003 Introduce a pkgdb_dump() function, which dumps the cache file of (filename, package) pairs. Modify calling functions to use pkgdb_dump() directly, rather than sequences of pkgdb_open { pkgdb_iter, pkgdb_retrieve } pkgdb_close calls. Remove the now unnecessary pkgdb_iter function. Date: Sat Mar 15 20:50:15 UTC 2003 Bump version string for pkgdb_dump changes. Date: Sat Mar 15 20:54:26 UTC 2003 Catch one more place that could result in Current not being set properly (and thus in the execution of "rm -fr /") if ^C is pressed at the wrong time. See also PR 19436.
2003-03-16On Linux, this used to create libtk8.3.4 - let's use nodots here, too,jschauma2-107/+99
so we don't need to change the PLIST.
2003-03-16On Linux, this used to create libtcl8.3.4 - let's use nodots here, too,jschauma2-34/+38
so we don't need to change the PLIST.
2003-03-16Note addition of kmess-1.1.jmmv1-1/+2
2003-03-16Add and enable kmess.jmmv1-1/+2
2003-03-16Initial import of kmess, version 1.1.jmmv4-0/+172
kmess is a MSN Messenger client for the KDE3 desktop environment. It supports advanced protocol features and resembles a lot the original client appearance. Closes my own PR pkg/18367.
2003-03-16Set kde_locale to PKGLOCALEDIR iff USE_PKGLOCALEDIR is set to "yes".jmmv1-1/+5
2003-03-16Note update of converters/p5-Jcode to 0.83.taca1-1/+2
# # $Id: Changes,v 0.83 2003/03/16 16:15:34 dankogai Exp dankogai $ # $Revision: 0.83 $ $Date: 2003/03/16 16:15:34 $ ! Jcode.pm Addresses the issue that mime_encode() stalls when fed w/ bogus data. Found by Hisashi Nishimura <hisashin@hotsync.co.jp> Message-Id: <09AE8891-5773-11D7-AA19-000393AE4244@dan.co.jp>
2003-03-16Update p5-Jcode pacakge to 0.83.taca2-5/+5
# # $Id: Changes,v 0.83 2003/03/16 16:15:34 dankogai Exp dankogai $ # $Revision: 0.83 $ $Date: 2003/03/16 16:15:34 $ ! Jcode.pm Addresses the issue that mime_encode() stalls when fed w/ bogus data. Found by Hisashi Nishimura <hisashin@hotsync.co.jp> Message-Id: <09AE8891-5773-11D7-AA19-000393AE4244@dan.co.jp>
2003-03-16Remove redundant entry "http://de.samba.org/samba/ftp/" from mirror list.tron1-2/+1
2003-03-16Note p5-Bit-Vector-6.3, p5-Date-Calc-5.3, p5-DBI-1.35.mjl1-1/+4
2003-03-16Update p5-DBI to 1.35mjl2-5/+5
Fixed memory leak in fetchrow_hashref introduced in DBI 1.33. Fixed various DBD::Proxy errors introduced in DBI 1.33. Fixed to ANSI C in dbd_dr_data_sources Fixed $h->can($method_name) to return correct code ref. Removed DBI::Format from distribution as it's now part of the separate DBI::Shell distribution Updated DBI::DBD docs with a note about the CLONE method. Updated DBI::DBD docs Updated DBI::DBD::Metadata for perl 5.5.3 Added note to install_method docs about setup_driver() method.
2003-03-16Update p5-Date-Calc to 5.3 (old version no longer on CPAN)mjl2-5/+5
+ Simplified the error message handlers in "Calc.xs". + Changed the Polish profiles from ISO-Latin-2 to ISO-Latin-1. + Fixed the broken tests in "t/f034.t" and "t/m006.t". + Synchronized "Carp::Clan" and "ToolBox.h" with "Bit::Vector" 6.2. + Integrated modifications needed for MacOS / MacPerl. + Added new method "normalize()" (Date::Calc::Object). + Added a new test script "t/m011.t" for "normalize()". + Added a calendar profile for Mexico (Date::Calendar::Profiles). + Little additions to and corrections of the documentation (Date::Calc). + Added Polish (Date::Calc) and a calendar profile for Poland. + Added Hungarian (Date::Calc). + Added some more commemorative days to the profile of Brazil.
2003-03-16Update p5-Bit-Vector to 6.3 (old version no longer available on CPAN)mjl2-5/+5
+ Added "Create_List()" and "GCD2()" in "BitVector.c". + "new()" now can optionally return a list of bit vectors. + "GCD()" now can optionally return the two integer factors "x" and "y" for the linear combination of its input values "a" and "b" so that gcd(a,b) = x * a + y * b. + Changed the test files "t/01________new.t" and "t/09_parameters.t" as well as the documentation accordingly. + Added a new test file "t/17________gcd.t". + Further simplified the error handlers in "Vector.xs", making the resulting object library file substantially smaller (about 20%!) and thus faster to load. + Fixed missing "\" in regular expression in "t/00____version.t". + Overhauled the error handlers in "BitVector.c" and "Vector.xs". + Added a demo "examples/test.c" to play around with the C library. + Attempted to fix all compiler warnings. + Fixed a problem in test "t/01________new.t" with Perl using 64 bit integers; now contains "use integer;" to avoid failure. + Synchronized "Carp::Clan" and "ToolBox.h" with "Date::Calc" 5.2. + Revealed common method aliases (Or, And, etc.) in the documentation. + Fixed GCD(), now GCD(z,0) == GCD(0,z) == z and negative values are handled correctly.
2003-03-16Typo.cjep1-1/+1
2003-03-16Update of lang/nawk to version 20030314. Changes since 20021213:cjep3-6/+7
Mar 14, 2003: the internationalization changes, somewhat modified, are now reinstated. in theory awk will now do character comparisons and case conversions in national language, but "." will always be the decimal point separator on input and output regardless of national language. isblank(){} has an #ifndef. this no longer compiles on windows: LC_MESSAGES isn't defined in vc6++. fixed subtle behavior in field and record splitting: if FS is a single character and RS is not empty, \n is NOT a separator. this tortuous reading is found in the awk book; behavior now matches gawk and mawk.
2003-03-16Use CONFIG_SUB_OVERRIDE. Fixes build on NetBSD/shark.cjep1-2/+3
Also, the configure script is a GNU autoconf one.
2003-03-16Override config.sub. Fixes build on NetBSD/shark.cjep1-1/+2
2003-03-16Use tabs...cjep1-3/+3
2003-03-16Use CONFIG_{GUESS,SUB}_OVERRIDE. Fixes build on NetBSD/shark.cjep1-1/+3
2003-03-16Add some notes with thoughts on what a parallel bulk build system should do.dmcmahill1-0/+210
2003-03-16echo -> ${ECHO}jmmv1-2/+2
2003-03-16Note update of scmxx to 0.6.3.6.kleink1-1/+2
2003-03-16Update to scmxx-0.6.3.6; changes include:kleink3-16/+17
0.6.3.6 rewrote parts of src/Makefile (warning: only the use of GNU make is supported although others may also work, see short comment in src/Makefile) changed (src/)Makefile target "dist-clean" to "distclean" removed src/Makefile maintainer-clean target added wchar.h/stddef.h configure check and depincludes rules added file dep_wcslen.c with depincludes rule (see top of file) added wcslen check (also in libwcs) call automake in ./maintainer-prep to create install-sh check getop.h or getopt/getopt.h presence moving header includes from common.h to the .c files do not make use of mktime as this is often broken remove configure mktime check added another flavour of M50 to supported phones open port with O_NONBLOCK and disable O_NONBLOCK when device is open add option --ignore-serial-bits to make some phones/cables work add option --device-timeout=<seconds> print exact type of unsupported sms pdus to stderr reindented all code 0.6.3.5 fix segfault run phone_init (thus fixing direct sms receive) 0.6.3.4 removing a lot of bugs about uninitialized variables that turned into segmentation faults (thanks to Ronald Wahl for showing up my programming errors) fixed some other small bugs that made show up wrong data (network status, network gprs status) remove caching code for vendor and model as it crashes e.g. with CygWin (maybe their compiler again?) 0.6.3.3 replacing cfmakeraw by redefining the function (instead of a code block replacement) and adjust configure.in do not open device non-blocking set termios read counter to 10 seconds and character counter to 0 make repeating of last at command generic rewritten tty_read method with split-off tty_readline method interpret the bit error rate value on info output replace "ATZ" init string with "\rATZ" apply the fix from 0.6.3.2 correctly create scmxx.spec from scmxx.spec.in by maintainer-prep script 0.6.3.2 add S46 to supported phones include fix from http://bugs.debian.org/171217 exchange 'make' with '$(MAKE)' in toplevel Makefile 0.6.3.1 fix one character in scmxx.c to get output again fixed Makefile.in to install the man page 0.6.3 first usage of wchar_t and iconv which makes several input/output charsets possible and even compatible enabling generic charsets for phonebook upload and download enabling generic charsets for sms sending and decoding enabling special sequences \XXXX for generic characters and \n for <NL> and \\ for '\' added local date format output for SMS and info fix sms resend bug fix a lot of sms decoding bugs and clean up the SMS header code added UCS2 decoding of SMS added status report request option --srr changes --file (-f) to --out (-o) 0.6.2 fix configure.in to check for Win32 specialties fix Makefile.in to make use of Win32 specialties add SL45i (SLIK) to known phones decreased maximum PDU size for file upload to 175 to fix SL4x v23 VCF upload rearrange info() output
2003-03-16Updated samba and vimmartti1-1/+3
2003-03-16Updated vim to 6.1.405martti4-12/+15
Lots of bug fixes since the official 6.1 release.
2003-03-16Updated samba to 2.2.8martti7-30/+29
**************************************** * IMPORTANT: Security bugfix for Samba * **************************************** The SuSE security audit team, in particular Sebastian Krahmer <krahmer@suse.de>, has found a flaw in the Samba main smbd code which could allow an external attacker to remotely and anonymously gain Super User (root) privileges on a server running a Samba server. This flaw exists in previous versions of Samba from 2.0.x to 2.2.7a inclusive. This is a serious problem and all sites should either upgrade to Samba 2.2.8 immediately or prohibit access to TCP ports 139 and 445. Advice created by Andrew Tridgell, the leader of the Samba Team, on how to protect an unpatched Samba server is given at the end of this section. The SMB/CIFS protocol implemented by Samba is vulnerable to many attacks, even without specific security holes. The TCP ports 139 and the new port 445 (used by Win2k and the Samba 3.0 alpha code in particular) should never be exposed to untrusted networks.
2003-03-16Update the version to 0.2 for the previous matlab-mode addition.uebayasi2-3/+7
2003-03-16Note addition of ccgo-0.3.1rh1-1/+2
2003-03-16Add and enable ccgorh1-1/+2