summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-12-07Initial import of isync 0.8 into the NetBSD packages collection ascjep9-0/+106
mail/isync. isync is a command line utility for synchronizing a remote IMAP mailbox with a local maildir-style mailbox. This is useful for working in disconnected mode, such as on a laptop. Modifications made locally and remotely are synchronized so that no message status flags are lost. Supplied by Ceri Storey in PR#19314. Thanks!
2002-12-07- atari800-1.2.5 (Thanks cjep!)jmmv1-2/+1
2002-12-07Avoid using the "tl" modifier in PKGNAME. It is not supported in make ofjmmv1-2/+2
NetBSD 1.5.
2002-12-07- SDL-image-1.2.2jmmv1-2/+1
2002-12-07Note SDL-image update to 1.2.2jmmv1-1/+2
2002-12-07Update SDL-image to 1.2.2. Change since 1.2.1:jmmv3-7/+8
* Updated autogen.sh for new versions of automake * Specify the SDL API calling convention (C by default) * Worked around exit() in the jpeg image library Patch provided by Juan RP in PR pkg/19311 with some modifications by me.
2002-12-07- gentoo-0.11.34jmmv1-2/+1
2002-12-07Note gentoo update to 0.11.34jmmv1-1/+2
2002-12-07Update gentoo to 0.11.34. Changes since 0.11.33:jmmv4-8/+34
* Added used bytes display to status line. Overdue, I guess. * Reintroduced the [root] indicator in the main window title bar, for when you're running as root. Thanks, Roger Sondermann. * Fixed horrible bug that seemed to be happy to just break the history saving when running as root, but should have done a lot more if there had been any justice in the universe. Thanks again, Roger. * Incorporated an updated Polish translation. Thanks Slawomir. * Made built-in pane menu translatable. This is temporary. * Tweaked the man page (docs/gentoo.1x) a bit. Update patch provided by Juan RP in PR pkg/19308. I've also seized the opportunity to make this package honor PKG_SYSCONFDIR and depend on gettext-lib, which is required by the program.
2002-12-07Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate.schmonz45-118/+119
2002-12-07Replace IGNORE into PKG_FAIL_REASON and PKG_SKIP_REASON, so pkgsrcschmonz5-32/+32
can stop builds when a dependency is broken, yet continue builds when a dependency is merely skipped (usually because it duplicates functionality in the base system). Thus IGNORE_FAIL, the oft-misunderstood and naught-documented option, goes away. This addresses many people's complaints on tech-pkg@ and other lists, as well as PR pkg/18157.
2002-12-07Note addition of cgoban-java-2.4.55rh1-1/+2
2002-12-07Add and enable cgoban-javarh1-1/+2
2002-12-07Initial import of cgoban-java-2.4.55, a Java Go server client and enhancedrh4-0/+40
sgf viewer/editor.
2002-12-06Use "${TRUE}" instead of "true".tron1-2/+2
2002-12-06The directory "share/sgml" is shared between multiple packages. Don'ttron1-2/+2
complain if it cannot be removed.
2002-12-06Upgrade of emulators/atari800 to 1.2.5cjep3-8/+9
Summary of changes since 1.2.4 (from ChangeLog): * DOC/cart.txt: fixed a few typos * ui.c: - applied patch from Ed Cogburn that fixes subsequent mounting of R/W disks in slot that was mounted R/O previously. - finally implemented the R/W <-> R/O mode switching using the Space Bar. Please note that this R/W <-> R/O switch is just temporary and does not change the writeprotect flag of ATR images. Besides, it cannot override this flag so you actually can't mount a writeprotected ATR image read/write using this Space Bar toggle. * atari.c: Ken Ames sent me a very simple patch that is supposed to allow compiling the Atari800 on OS/2 "using Hob X11, XFree86, or IBM's X11 server". * cartridge.[ch], ui.c, DOC/cart.txt: five new cartridge types (Nir Dary) * cartridge.[ch], ui.c, DOC/cart.txt, DOC/README: seven new cartridge types * pokeysnd.c: a fix for better quality of sound * antic.c: ANTIC mode E + GTIA mode 9 ("Unconventional 2k", "Ass Kisiel") * DOC/BUGS: "Numen" soundtrack * cartridge.[ch], ui.c, DOC/cart.txt: 1 MB XEGS cart * input.c: Amiga/ST mouse right button ("Bombdown") * input.h, input.c, pia.c: MultiJoy4 interface (4 joysticks for XL/XE)
2002-12-06Note silc-{client,server} update to 0.9.10.salo1-1/+3
2002-12-06An important note to all server users:salo7-54/+73
The private key file format has changed due to a bug in the older code. When you run this server version it automatically changes your private key file to the correct format. The future versions of the SILC Server will not do that, so do not skip this version or you will need to generate new key pair after 0.9.11 is released. Also backup router bugs was fixed which caused several interesting decryption problems, so upgrading regardless if you are runinng normal server, backup router or primary router is strongly recommended. Changes from 0.9.9.1 to 0.9.10 ============================== * Added the config directive PublicKeyDir for the client block. * Extended the SILC_SERVER_LOG_ERROR macro to all available logging channels. * Load only files with .pub suffix in PublicKeyDir. * Fixed a typo in resuming code that fixed detach/resume code in server. * Fixed CMODE setting in server when founder mode was set. * Fixed wrong invite and ban list handling in server command reply. * Fixed CUMODE founder authentication in server to not check for client's public key since it's not supposed to do that. * Fixed backup router bugs: When backup resumes router and receives a CHANNEL_MESSAGE packet the backup must not act as router since the packet header decryption would be different. Also, when relaying packets to channel, do not re-encrypt packets on backup that came from the primary since the connection isn't really router-router connection.
2002-12-06An important note to all client users:salo5-32/+50
There are fixes in crypto library, especially in the private key file format which had bugs in the encryption process. When you run the new client it will automatically change your private keyfile format so that you don't have to do anything to it manually. The next versions will not have this feature so if you'll skip this version you won't be able to run your client after new version of SILC Client comes out later (without generating new key pair). Channel private keys and private message keys were using MD5 hash function, which is actually wrong. The code was supposed to use SHA1 which is the mandatory hash function in SILC. This version changes this and for this reason you may experience some problems using channel private keys and private message keys together with older client versions. Make sure you and your friends are running latest client version to avoid problems. This is inconvenient, but was a must fix. Changes between 0.9.9.1 and 0.9.10 ================================== * Removed 1.0 protocol backwards compat code from client library. * Changed the channel private key and private message key generation (with static keys) to use SHA1 instead of MD5, as SHA1 is the mandatory hash function in SILC. * Changed the private key file encryption to use SHA1 instead of MD5. Added support for the old generation and added automatic change of the key (to be removed later). * Format CMODE +c and +h to display both the mode and the argument. * Added support for inviting and banning by public key. * Added support to set and use specific public key in CUMODE. * Changed the private_message and channel_message client operations to deliver the SilcMessagePayload to the application too. Application can use it fe. to get the signature from the message for verification. * Added more reliable check for whether nickname did change or not, or whether only Client ID changed in NICK_CHANGE notify. * Set realname and hostname in NICK_REC records. * Display signature verification result in public and private messages using theme abstracts. See irssi/default.theme for examples of their usage. * Verify signature payload for signed messages. * Added ignore_message_signatures setting which can be used to ignore signatures in messages. * Fixed fingerprint/babbleprint showing in invite and ban list command replys. * Fixed founder key sending in CMODE command. * Fixed bugs in Irssi's theme parsing.
2002-12-06Backout latest change. It was apparently only necessary because of sometron2-10/+2
kind of bug in NetBSD-current.
2002-12-06The right way to disable qt is with "--disable-qt", not "--without-qt".jmmv1-2/+2
2002-12-06Initial import of ScrollZ 1.8l into the NetBSD packages collection.grant1-1/+2
ScrollZ is an advanced IRC client based on ircII client. It was developed on Linux, but can be compiled on variety of Unix platforms. Major features: * supports colors * internal userlist and shitlist * a lot of things are stored in memory, so we don't have to contact server at all in some cases * improved file exchange (based on Sheik's cdcc.c) * improved cosmetics (based on TooLie Box by Zakath) * improved flood protection * adds channel protection * comes with user-friendly options like tab key, auto reply and URL catcher * logs events important to you when you're away (customizable) * adds OperVision (optional; coded by Zakath) * supports virtual IP * supports IPv6 Submitted in PR pkg/18846 by Juan@xtraeme.dyndns.org.
2002-12-06add scrollz.grant1-1/+2
2002-12-06Initial import of ScrollZ 1.8l into the NetBSD packages collection.grant4-0/+43
ScrollZ is an advanced IRC client based on ircII client. It was developed on Linux, but can be compiled on variety of Unix platforms. Major features: * supports colors * internal userlist and shitlist * a lot of things are stored in memory, so we don't have to contact server at all in some cases * improved file exchange (based on Sheik's cdcc.c) * improved cosmetics (based on TooLie Box by Zakath) * improved flood protection * adds channel protection * comes with user-friendly options like tab key, auto reply and URL catcher * logs events important to you when you're away (customizable) * adds OperVision (optional; coded by Zakath) * supports virtual IP * supports IPv6 Submitted in PR pkg/18846 by Juan@xtraeme.dyndns.org.
2002-12-06ugh, fix last.grant1-4/+4
2002-12-06- texmacs-1.0.0.24jmmv1-2/+1
2002-12-06Note TeXmacs update to 1.0.0.24jmmv1-1/+2
2002-12-06regen (patch-ah -> patch-ag)wiz1-2/+2
2002-12-06USE_PKGLOCALEDIR (missed from last commit, grr cvs).grant2-15/+1
2002-12-06Trivially update to TeXmacs 1.0.0.24. Changes include:jmmv3-7/+40
* Part I of the documentation on the markup in packages (1.0.0.24). * Variants for descriptions (1.0.0.24). * More customizable referencing and indexing (1.0.0.24). * Customizable page numbers (1.0.0.24).
2002-12-06Back out update of Mesa, MesaLib, glu and glut to Mesa version 5.0,jschauma10-54/+91
until we figure out how to properly solve the conflict of XF4.x's own GL. As discussed with tron.
2002-12-06- dopewars-1.5.8jmmv1-2/+1
2002-12-06Note update of dopewars to 1.5.8jmmv1-1/+2
2002-12-06Update to dopewars 1.5.8. Also make this package install all its data stuffjmmv10-114/+201
under prefix/share, not inside /var/games. The later is now used for the score file, exclusively. Changes since 1.5.0 follow: 1.5.8 21-10-2002 - Options dialog now allows sounds for all supported game events to be set - BindAddress config variable added, to allow the server to be bound to a non-default IP address - BankInterest and DebtInterest variables added, to allow the configuration of interest rates (with thanks to Matt) - New "UTF8" ability added; if client and server share this ability, then all network messages will be sent in UTF-8 (Unicode) encoding (without the ability, all messages are assumed to be in your locale's default codeset, which may cause problems on non-US ASCII systems) - Names.Month and Names.Year have been replaced with StartDate.Day, StartDate.Month, StartDate.Year and Names.Date; these can be used to handle the date display properly after the turn number exceeds 31 - encoding and include config directives added, to allow the config file's encoding (usually taken from the locale) to be overridden, and to allow the inclusion of other config files - Spanish translation added by Quique - The Windows build of dopewars should now use Unicode throughout, on platforms with Unicode support (i.e. NT/2000/XP) - Under Windows XP, the "pretty" new common controls are now used - Sounds provided by Robin Kohli of www.19.5degs.com 1.5.7 25-06-2002 - Sound support; Windows multimedia, ESD and SDL outputs are supported; the individual modules can be statically linked in, or built as true "plugins" - Version mismatches between client and server are now treated more sensibly (it's all done server-side, and spurious warnings are now removed - only an old client connecting to a new server will trigger them) - Bug fix: when the buttons in the Fight dialog are not visible to a mouse user, previously you were able to access them via. the keyboard shortcuts; now fixed. - configure should now work properly if GLib 2.0 is installed but GTK2.0 is not - Norwegian Nynorsk translation added by Åsmund - If dopewars is run setuid/setgid, it will now only use this privilege to open the default (hard-coded) high score file; it will not open a user-specified high score file with privilege - It is no longer necessary to run "dopewars -C" on a zero-byte high score file; it will be converted automatically - A new server command "save" can be used to save the current configuration to a named config file 1.5.6 29-04-2002 - Bug fix: the server will only let you pay back loans or deal with the bank when you are at the correct location, and you can no longer "pay back" negative amounts of cash to the loan shark - Minor improvements to fighting code - The GTK+2 client should now run properly in non-UTF8 locales, and handle configuration files in both UTF8 and non-UTF8 locales - Unsafe list iteration in serverside code (which could possibly cause memory corruption) fixed - Another dumb PPC bug fixed - Incorrect LIBS generated by configure script in some circumstances (due to a GTK+/Glib bug) - now fixed - Everything should now build with autoconf-2.53 (if desired) 1.5.5 13-04-2002 - On fight termination the player is now allowed to close the "Fight" dialog before any new dialogs pop up - Bug caused by a "fight" interrupting a "deal" fixed - dopewars no longer crashes if you set e.g. NumGun = 0 - Incorrect handling of WM_CLOSE under Win32 fixed - Unix server now fails "gracefully" if it cannot create the Unix domain socket for admin connections - New ServerMOTD variable to welcome players to a server (with thanks to Mike Robinson) - GTK+ client should now work with GTK+2.0 1.5.4 03-03-2002 - Basic configuration file editor added to GTK+ client - Annoying flashing on closure of modal windows in Win32 fixed - Win32 client now uses "proper" dialog boxes (i.e. without a window menu) - Icon added for GTK+ client - Bug with withdrawing cash from the bank fixed - URL in GTK+ client "About" box is now clickable - Crash bugs when running on PPC systems fixed (with thanks to Zeke and Brian Campbell) 1.5.3 04-02-2002 - Text-mode server is now non-interactive by default (server admin can connect later with the -A option) - Windows server can now be run as an NT Service - Fatal bug when visiting the bank (under Win2000/XP) fixed - Windows installer should now upgrade old versions properly - Currency can now be configured with Currency.Symbol and Currency.Prefix - Windows client windows cannot now be made unreadably small - Bank/loan shark dialog now warns on entering negative prices - Default configuration is restored properly at the start of each game - Translations should now work with the Windows client - Documentation on the client-server protocol added - Windows graphical server can be minimized to the System Tray - Keyboard shortcuts for menu items in Windows client - Default buttons (ENTER -> "OK") for Windows client - RPM build/make install can now be run as non-superuser - Win32 install for current user/all users - Code cleanups 1.5.2 16-10-2001 - Slightly easier-to-use "run from fight" Jet dialog (avoids the crazy "windows pop up faster than you can close them" syndrome) - Support for HTTP proxies and authentication - SOCKS4 and SOCKS5 (user/password) support - French translation added by leonard - Boolean configuration variables (TRUE/FALSE) now supported - Many code cleanups - High score files now have a "proper" header, so that file(1) can identify them, and so the -f option cannot be used to force setgid-games dopewars to overwrite random files writeable by group "games" - use the -C option to convert old high score files to the new format - GNU long command line options now accepted on platforms with getopt_long - Simple installer now in place for Win32 systems 1.5.1 19-06-2001 - Improved logging in server via. LogLevel and LogTimestamp variables - Metaserver (both client and server) moved to SourceForge - Icons (courtesy of Ocelot Mantis) and GNOME desktop entry added Approved by wiz.
2002-12-06USE_PKGLOCALEDIR.grant1-4/+10
Fix configure on Solaris by calling ${SH} (ksh) ./configure.
2002-12-06Synch PLIST with reality. Oddly, the newer version is .2.500 (which is smallerjschauma1-3/+3
than .3.4).
2002-12-06Fix up configure nit for Solaris. Suggested by tron.cjep1-1/+7
2002-12-06Correct PLIST after update to Mesa 5.0 (missed in yesterdays commit)jschauma1-3/+3
2002-12-06Fix dependency after recent update to kdenetwork.skrll1-2/+2
2002-12-06Note update of kdenetwork3 to 3.0.4nb2 and kdelibs3 to 3.0.4nb1.skrll1-1/+3
Security fixes.
2002-12-06Remove now unused MPLAYER_FONT variable.wiz1-6/+1
2002-12-06mplayer-share update.wiz1-1/+2
2002-12-06Change fonts handling: install all fonts, and let user link one of themwiz5-27/+161
to ~/.mplayer/font (mentioned in MESSAGE, and in documentation for mplayer). Simplify PLIST and DEPENDency handling. Bump PKGREVISION. Closes PR 19283.
2002-12-06Subversion-r3987 update.wiz1-1/+2
2002-12-06Update to r3987 (0.16).wiz3-8/+10
User-visible changes: * new 'svn cat' subcommand * new --revprop flag to access revision props, -r for versioned props (#943) * new "compression" runtime option in ~/.subversion/config * svnadmin/svnlook now use help system, and some subcommands deleted or moved. * tool changes: [not installed by the package] - new svnshell.py tool - new mirror_dir_through_svn.cgi script - new svn_load_dirs.pl features - updates to vc-svn.el * --message-encoding is now just --encoding, and affects svn: propvals too. * major rewrites of chapters 3, 4, 5 of the Subversion Book. As well as lots of bugfixes, of course.
2002-12-06Note update of cyrus imapd to 2.0.17.chris1-1/+2
2002-12-06+ auctex-11.13, bitchx-1.0c19 [pkg/19296], bonnie++-1.03,wiz1-2/+9
inform-6.21.3 [pkg/19298], pan-0.13.2, smalltalk-2.0.9, ted-2.12, texmacs-1.0.0.24
2002-12-06Update cyrus-imapd to 2.0.17. Main changes are:chris3-10/+10
Fixed some potential buffer overflows in the sieve code, as well as a pre-login buffer overflow in the IMAP parsing code. Backport of a fix for an (unrelated) problem with the strlcpy implementation.
2002-12-06+ gftp-2.0.14jmmv1-2/+3
gtkmm-2.0.1 -> gtkmm-2.0.2