summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-06-04Update to 1.5.0.wiz8-54/+90
Major changes since 1.4.8: Dependency on glib, gtk-interface (not enabled), completely rewritten fighting code, i18n support, man page, display buy value for drugs, partially functional AI players, and lots of bugfixes.
2001-06-04Update mtail to 1.0.0zuntum2-5/+5
Changelog: Very little change has been made since 0.9.2, but since no more bugs have been found, the program is now labeled 1.0.0.
2001-06-04add & enable oe2mbxzuntum1-1/+2
2001-06-04Initial import of oe2mbx 1.21zuntum4-0/+41
liboe is a C library that reads Outlook Express 4 and 5.x mailboxes and returns a standard Unix mailbox to a function specified as a parameter to the converter oe2mbx is a C program using liboe to convert Outlook Express messages to the Unix mailbox format
2001-06-04Updated brandybasic to 1.0.10abs4-10/+29
Changes since 1.05: Version 1.06 15/12/2000 - Bug where functions could be used as procedures (and vice versa) fixed. - Fixed bug in the VAL function where it would sometimes return the wrong result as the string being converted was not terminated properly. - Fixed bug in BPUT introduced in 1.05. - HIMEM can now be changed. - Blank lines in files are no longer discarded when loading a program. - The initial value and step used if the lines of a program are renumbered when loading a program have been changed to 1 and 1 respectively, the idea being that they will match the numbers of the lines of the program in the file in an editor. - Under RISC OS, the 'edit' command can now invoke editors such as StrongED and Zap. - Added limited support for making BBC MOS calls via USR and CALL so that OS_Byte 0 could be used to determine the type of the machine on which the interpreter is being run. Version 1.07 01/01/2001 - Fixed bug in function SUM when the argument was a string array. The function should return all of the strings in the array concatenated together but it was producing rubbish. - Fixed bug in function SUM LEN. This was failing with the error message 'type mismatch: array wanted'. - Fixed bugs in the EOF and EXT functions that show up when the file is not a disk file but, for example, a serial port. - Sorted out some more portability issues, but at a cost of making the program about 10% slower. - The code for the OSCLI ... TO statement has been improved. - The RISC OS version of the program has been changed to use direct OS calls in fileio.c instead of C library functions. This allows Basic programs to carry out I/O operations on a file using a mixture of Basic statements and SWIs. - The INPUT# code has been tidied up. - Typing in token values directly on the command line is now handled correctly, for example, typing in the hex value &F1 no longer gives the error 'The interpreter has gone wrong'. - Under NetBSD and Linux, the handling of I/O redirection on the program's command line has been sorted out. It is now possible to invoke the program so that it takes input from or directs output to a file instead of using the keyboard for input and screen for output. - The QUIT command can now optinally be followed by a value that the interpreter passes back to the underlying operating system as a return or status code. Version 1.08 19/04/2001 - Fixed 'big endian' bug in code that checks if a file contains a tokenised Basic program. The test was failing on big endian machines. - Changed code that writes the four byte start marker at the start of a Basic program so that it is always written in the same order, that is, fixed another endian bug. - Extended the WAIT statement so that the time to wait can be supplied. The time interval is in centiseconds. Version 1.09 29/04/2001 - Fixed bug in INSTR where the end of the string being searched was missed when the first character of the wanted string occured a number of times in the search string. - Tidied up STR function so that STR$~ produced the same results as PRINT~, for 'STR$~255' now produced 'FF' instead of 'ff'. Also changed the format for floating point values so that an exponent is marked with an 'E' instead of an 'e'. - Fixed bug in INPUT statement where INPUT ' cleared the screen instead of skipping to the next line. - Fixed bug in INPUT statement where 'INPUT TAB() <variable>' printed a '?' prompt when it should not have done so. - Fixed a problem in EVAL where the pointer to the expression that contained the EVAL function was being corrupted if the string being evaluated contained a reference to a function that had not been called before. 'EVAL(EVAL(a$))' now works as well. Version 1.10 28/05/2001 - Fixed bug in EDIT introduced fixing EVAL in version 1.09. A 'bad token' error message was being produced when editing a single line with EDIT <line> under DOS and Unix. The amended line was being saved correctly but the error message was then being displayed. - Tidied up handling of @% in PRINT and STR$ when the number of digits to print is zero. '@%=0: PRINT PI' now produces 3.141592654 instead of 3, as per the Acorn interpreter. - Added function XLATE$. This either translates a string using a user-supplied translate table or translates it to lower case if no translate table is supplied. - Added function VERIFY. This is used to check that a string contains only specific characters. - Changed EDIT and EDITO so that EDIT uses the last EDITO value instead of LISTO when converting the program to text when it is edited. If EDITO has not been used, the LISTO value is used instead.
2001-06-03- updated to 2.4kei6-88/+170
New in This Version (2.4) As I now have five (!) different emulators to maintain in addition to my academic studies, I expect you, people, to look for bugs and fix them if possible. Please, submit your fixes and bug reports! * Small fix to the DI instruction. * Small fix to the HALT instruction. * Added -sync option to fMSX-MSDOS on public request. * Fixed PHYDIO DiskROM call (4010h) to return the number of remaining sectors in register B (thanks, Maarten!). * Fixed ASCII mappers to prevent memory corruption when switching ROM pages in disconnected slots. * Fixed palette to span to true white. * Added SetWave() call to the sound API. * SCC emulation now makes use of waveforms via SetWave(). * SCC gets silenced when 0 frequency is written (thanks, Maarten!). * Fixed SCC+ emulation. * Vertical screen adjustment is only computed once, when refresh starts. * Moved picture 10 pixels down when the screen is 192 pixels high. * Removed unused SprCol variable. * Added wave synthesis sound to fMSX-Windows. * Fixed fMSX-MSDOS to restore palette when exiting the debugger. New in fMSX 2.3 * Now, when you buy fMSX-Windows, you also fMSX-MSDOS. * Added modular FMPAC (aka YM2413 aka OPLL) emulation. * FMPAC soundtrack can be logged into a MIDI file. * Sound and MIDI logging APIs have been integrated and rewritten to accomodate MIDI instruments, dynamic instrument changes, drum usage, etc. * Added PAL/NTSC switch on a bit in VDP[9] (thanks, Alex!). * Added support for the overscan (Mantra demos and games run now). * Added sprite support to SCREEN3 (no idea why it was not there). * Added support for YJK (SCREEN12) and YAE (SCREEN10/11) screens. * Added separate handling for IE0 and IE1 IRQs (Xevious, etc.). * Added masking of Character Table address (SourceOfPower demo runs now). * Fixed Z80 interrupt handling after EI (thanks, Maarten!). * IE0 and IE1 IRQs are now reset when disabled. * IE0 IRQ is now set when enabled. * Palette sequencer now resets when writing to VDP[16]. * Fixed mapper #1 to support generic 16kB-paged MegaROMs (HoleInOneSpecial). * Fixed cartridge loader to correctly load MegaROMs with "AB" signature in the last 16kB page (R-Type). * Mappers #0 and #1 are now renamed to Generic/8kB and Generic/16kB. * Fixed mapper #3 to have hardwired ROM at addresses 4000h-5FFFh (thanks, Sean!). * Added mapper #6 that corresponds to the Konami GameMaster2 cartridge with SRAM (thanks again, Sean!). * Added key click and motor relay click emulation via Drum() call. * Major rewrite of the sound drivers and sound logging system. * Added mouse emulation to fMSX-MSDOS. * Added border emulation via VGA border to fMSX-MSDOS. * Added built-in debugger to fMSX-MSDOS (F11). * Fixed static palette in fMSX-MSDOS. * Fixed fMSX-Unix to work in 24BPP and 32BPP modes. * Added static palette to fMSX-Unix. * Minor fixes to fMSX-Unix makefile. * fMSX-Windows now runs in 16BPP HiColor mode. * Changed Setup Panel in fMSX-Windows. * HPeriod and VPeriod scrollbars are gone from fMSX-Windows as timing control is done automatically. * PAL and NTSC buttons are gone from fMSX-Windows as PAL/NTSC switch is done automatically. - minor inprovements or modifies. It is now selectable if use sun-compatible sound or ossaudio by defining USE_SUN_AUDIO to YES or NO in /etc/mk.conf (default YES) XXX Though it can be build in both conditions, sound still doesn't work properly. On my macppc box, if USE_SUN_AUDIO to YES, it generates continuous hum and nothing changes by play command in BASIC interpreter within the emulator. if set it to NO, it keeps quiet. cleanup package Makefile some.
2001-06-03Remove "mutt-unstable", add and enable "mutt-devel".tron1-2/+2
2001-06-03Remove "mutt-unstable" package which was replace by "mutt-devel" package.tron4-151/+0
2001-06-03Import new "mutt-devel" package:tron4-0/+153
text-based MIME mail client with PGP support This package replaces the "mutt-unstable" package.
2001-06-02Add support for ACER ScanPrisa 620ST.tron2-1/+14
2001-06-02Update to 1.00.mjl2-5/+5
- Fetching all records now resets Active flag as it should.
2001-06-02Updated to 1.16.mjl2-5/+5
Reimplemented fetchrow_hashref in C, now fetches about 25% faster! Changed behaviour if both PrintError and RaiseError are enabled to simply do both (in that order, obviously :) Slight reduction in DBI handle creation overhead Fixed $dbh->{Driver} & $sth->{Database} to return 'outer' handles. Fixed execute param count check to honour RaiseError Fixed build for perl5.6.1 with PERLIO Fixed client sql restrictions in ProxyServer.pm Fixed batch mode command parsing in Shell Fixed typo in selectcol_arrayref docs Fixed selectrow_hashref to be available to callers Fixed core dump if statement handle didn't define Statement attribute Added bind_param_inout docs to DBI::DBD Added note to data_sources() method docs that some drivers may require a connected database handle to be supplied as an attribute Trace of install_driver method now shows path of driver file loaded Changed many '||' to 'or' in the docs Updated DBD::ADO again (improvements in error handling) Updated Win32::DBIODBC (Win32::ODBC emulation) Updated email and web addresses in DBI::FAQ
2001-06-02Update to 0.38: Changes (incomplete, sorry, that's all there is)mjl2-5/+5
- SearchBuilder.pm - refactored to allow LEFT joins. - SearchBuilder::Record::Cachable now constructs cache keys in a way that doesn't lose when records in different tables have the same keys. - Added DBIx::SearchBuilder::Record::Cachable from <mhat@netlag.com> - Changed SearchBuilder->Count to do the right thing if no query has been performed
2001-06-02visit net/pim6[sd]ditojun1-1/+3
2001-06-02pim6sd, IPv6 pim sparse mode daemonitojun6-0/+64
2001-06-02we cannot define multiple item for LICENSESitojun1-2/+2
2001-06-02update to cdpack-1.1.dmcmahill4-24/+116
Changes are: add a '-X directory' option which allows you to specify a directory whose contents should be included on the last CD of the set. This is useful for including, for example, a pkgsrc.tar.gz tarball which doesn't need to be duplicated on each CD. make the usage output be a little better. in particular, list the options and mention the existance of a manpage.
2001-06-02pim6dd, IPv6 PIM dense mode daemonitojun5-0/+38
2001-06-01Use -Wl,-R$libdir in the `gsl-config' script.jtb2-1/+15
2001-06-01Apply patch to tdb.c so that it works on pre-UBC systems. .tdb databasesgroo3-2/+47
were previously enlarged by the sequence: lseek, write, munmap, mmap and are now enlarged by: munmap, lseek, write, mmap. The Samba team is already aware of the problem. I expect this patch will be incorporated in a future release.
2001-06-01xpkgwedge is no longer considered experimental. Change comment to reflectskrll1-2/+2
new reality.
2001-06-01Define unix, and reduce the number of warnings.agc3-6/+31
2001-06-01Mesa update is donezuntum1-2/+1
2001-06-01Silence some warnings. Patch submitted by Ben Collver in pkg/13029.wiz2-7/+11
2001-06-01make sure this compiles on sparc by using .S instead of .s for thedmcmahill1-1/+2
assembly file so that the preprocessor gets run first. tried a short game, seems to work even.
2001-05-31Update p5-Jcode to 0.72. Here is change from 0.71 (date is localtime, JST).taca3-11/+11
0.72 2001/06/01 * $j->tr("a-Z", '', 'd') fixed (Tatsuhiko Miyagawa <miyagawa@edge.co.jp>) * t/tr.t rewritten to test that
2001-05-31* Use buildlink.mk files to get dependencies and to prevent unintendedjlam7-12/+175
linking against installed libraries or finding installed headers except for those that are explicitly linked into ${BUILDLINK_INCDIR} and ${BUILDLINK_LIBDIR}. * Don't prototype history functions directly, but use <readline/history.h> to pull them in. This allows us to use libedit's readline emulation. * Add INSTALL/DEINSTALL scripts to handle coda-server and coda-client both installing coda-setup-ports and codaconfedit. * Try to remove ${PREFIX}/etc/coda at post-deinstall time.
2001-05-31* Add INSTALL/DEINSTALL scripts to handle coda-server and coda-client bothjlam2-0/+102
installing coda-setup-ports and codaconfedit. * Try to remove ${PREFIX}/etc/coda at post-deinstall time.
2001-05-31* Use buildlink.mk files to get dependencies and to prevent unintendedjlam5-21/+80
linking against installed libraries or finding installed headers except for those that are explicitly linked into ${BUILDLINK_INCDIR} and ${BUILDLINK_LIBDIR}. * Don't prototype history functions directly, but use <readline/history.h> to pull them in. This allows us to use libedit's readline emulation. * Add INSTALL/DEINSTALL scripts to handle coda-server and coda-client both installing coda-setup-ports and codaconfedit. * Try to remove ${PREFIX}/etc/coda at post-deinstall time.
2001-05-31* Add buildlink.mk file to link appropriate libraries and headers intojlam2-3/+74
${BUILDLINK_INCDIR} and ${BUILDLINK_LIBDIR}, to be used by other packages. * Use buildlink.mk files to get dependencies and to prevent unintended linking against installed libraries or finding installed headers except for those that are explicitly linked into ${BUILDLINK_INCDIR} and ${BUILDLINK_LIBDIR}.
2001-05-31* Add buildlink.mk file to link appropriate libraries and headers intojlam4-5/+95
${BUILDLINK_INCDIR} and ${BUILDLINK_LIBDIR}, to be used by other packages. * Use buildlink.mk files to get dependencies and to prevent unintended linking against installed libraries or finding installed headers except for those that are explicitly linked into ${BUILDLINK_INCDIR} and ${BUILDLINK_LIBDIR}. * Don't prototype history functions directly, but use <readline/history.h> to pull them in. This allows us to use libedit's readline emulation. * Change from USE_PERL5 to a build dependency on perl -- it's only used to generate a header file during the build.
2001-05-31* Add buildlink.mk file to link appropriate libraries and headers intojlam3-8/+62
${BUILDLINK_INCDIR} and ${BUILDLINK_LIBDIR}, to be used by other packages. * Remove unnecessary include of bsd.prefs.mk. * Change how we disable pthreaded version of lwp by passing values to the configure script via the environment, instead of requiring an extra file.
2001-05-31Updated the version to uae-0.8.16nb1 after fixing some bugs:kristerw6-2/+102
* Handle zipped disk files * Disable a floppy speed hack that breaks some versions of Kickstart * Made joysticks work
2001-05-31Works with CGI.pm 2.66 as well.kim1-2/+2
2001-05-31Ignore pthread.h even if found.skrll2-1/+15
This fixes pkg/13025 from Greg A. Woods <woods@weird.com>
2001-05-31Another day, another pkglint version.abs2-6/+8
lintpkgsrc: If a binary package matches more than one vulnerability, only report once. Ensure LINTPKGSRC is set when parsing mk.conf
2001-05-31Fix typo.agc1-2/+2
2001-05-31Add and enable rosegardenagc1-1/+2
2001-05-31Initial import of rosegarden-2.1p2 into the Packages Collection.agc10-0/+191
Provided in PR 12976 by Hume Smith <hclsmith@opermail.com> Notation editor and MIDI sequencer
2001-05-31MD5--, SHA1++ (MD4 and SHA2?)wiz1-3/+3
2001-05-31Add and enable xtideagc1-1/+2
2001-05-31Initial import of xtide-2.4 into the Packages Collection.agc9-0/+137
Provided in PR 13044 by Paul Goyette (paul@whooppee.com) XTide is a package that provides tide and current predictions in a wide variety of formats. Graphs, text listings, and calendars can be generated, or a tide clock can be provided on your desktop. XTide can work with X-windows, plain text terminals, or the web. This is accomplished with three separate programs: the interactive interface (xtide), the non-interactive or command line interface (tide), and the web interface (xttpd). The algorithm that XTide uses to predict tides is the one used by the National Ocean Service in the U.S. It is significantly more accurate than the simple tide clocks that can be bought in novelty stores. However, it takes more to predict tides accurately than just a spiffy algorithm -- you also need some special data for each and every location for which you want to predict tides. XTide reads this data from harmonics files. Ultimately, XTide's predictions can only be as good as the available harmonics data. Due to issues of data availability and of compatibility with non-U.S. tide systems, the predictions for U.S. locations tend to be a lot better on average than those for locations outside of the U.S. * Deviations of 1 minute from official predictions are typical for U.S. locations having the latest data. * Deviations of 20 minutes are typical for non-U.S. locations or U.S. locations that are using obsolete data. * Much longer deviations indicate a problem.
2001-05-31Update to 1.0.6, provided by Nathan Ahlstrom in pkg/13069.wiz3-7/+6
Changes: Fixed a format string bug which is exploitable if --batch is not used. Checked all translations for format strings bugs. Removed the Russian translation due to too many bugs. Fixed keyserver access and expire time calculation.
2001-05-31Install an additional (useful) HTML page.wennmach2-3/+4
Via patch from Masao Uebayashi <ueubayasi@soum.co.jp>
2001-05-31Pass X11PREFIX down through the environment, and use it when building.agc5-17/+34
Makes this package build with xpkgwedge installed
2001-05-31Wildcard tk dependency.wiz1-2/+2
2001-05-31Only for NetBSD and Linux currentlyabs1-1/+3
2001-05-31Add gauche.minoura1-1/+2
2001-05-31Add cpuflagsabs1-1/+2
2001-05-31Import cpuflags-0.1abs6-0/+142
Script to determine compiler flags to best target current cpu