summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-12-05Updated dgpsip to 1.35.wiz2-3/+3
2004-12-05Correct the version number.ben1-2/+2
2004-12-05Update to 1.35, provided by maintainer Wolfgang S. Rupprecht in PR 28532.wiz3-29/+5
Portability fixes.
2004-12-05Update PR number, and mention that we wait for newer version of inform ↵wiz1-5/+4
(serious bugs).
2004-12-05use SITES_* setting for the language files, rather than usingjdolecek1-3/+6
MASTER_SITES - they are only available on the psi site, and the fetch of each language files unnecessarily went through all the sourceforge mirrors before trying the psi site
2004-12-05Create ${PREFIX}/etc/gconf/schemas before installing files into it;wiz1-1/+2
should fix bulk build. XXX: GConf dependency needed?
2004-12-05leafpad updated to 0.7.8.jmmv2-3/+3
2004-12-05Update to 0.7.8:jmmv3-6/+13
* Implemented widget sesnsitivity. * Changed scrollbar_spacing to zero. * Changed about dialog caption. * Fixed undo sequency for Ctrl+V overwrite. * Added Hungarian translation (thanks Reviczky Adam Janos). * Added Catalan translation (thanks David Rosal). * Added Tamil translation (thanks Vijay Durairaj). * Added Italian translation (thanks Alessio D'Ascanio).
2004-12-05Updated octave-current to 2.1.64adam1-1/+2
2004-12-05Changes 2.1.64:adam2-7/+8
* Bug fixes
2004-12-05png updated to 1.2.8.wiz2-5/+4
2004-12-05Update to 1.2.8:wiz4-13/+13
Changes since the last public release (1.2.7): Fixed bug in png_text_compress() that would fail to complete a large block. Fixed bug, introduced in libpng-1.2.7, that overruns a buffer during strip alpha operation in png_do_strip_filler(). Added PNG_1_2_X definition in pngconf.h #ifdef out png_info_init in png.c and png_read_init in pngread.c (as of 1.3.0) Reduce color_type to a nonalpha type after strip alpha operation in png_do_strip_filler(). Revised definitions of PNG_MAX_UINT_32, PNG_MAX_SIZE, and PNG_MAXSUM Fixed (again) definition of PNG_LIBPNG_VER_DLLNUM in png.h (Cosmin). Added PNG_LIBPNG_BUILD_PRIVATE in png.h (Cosmin). Set png_ptr->zstream.data_type to Z_BINARY, to avoid unnecessary detection of data type in deflate (Cosmin). Deprecated but continue to support SPECIALBUILD and PRIVATEBUILD in favor of PNG_LIBPNG_BUILD_SPECIAL_STRING and PNG_LIBPNG_BUILD_PRIVATE_STRING. Despammed mailing addresses by masking "@" with "at". Added scripts/makefile.elf with supporting code in pngconf.h for symbol versioning (John Bowler). Added projects/visualc71 (Simon-pierre).
2004-12-05Remove interix dir on deinstall (hi todd!).wiz1-1/+2
2004-12-05+ abiword-2.2.1, dovecot-0.99.12, leafpad-0.7.8, libidn-0.5.12,wiz1-5/+10
nut-10.12, png-1.2.8, pth-2.0.3, raine-0.42.1, xterm-197.
2004-12-05Take the intltool update to 0.32.1, but add a note saying that I won't dojmmv1-2/+2
it until the pkgsrc-2004Q4 freeze is over. The package has changed a lot and I'm afraid it can break other packages.
2004-12-05Updated ImageMagick to 6.1.6.0adam1-1/+2
2004-12-05Changes 6.1.6-0:adam3-10/+10
* The -channel option is operational again. * The black channel offset was incorrectly computed when compositing causing a seg-fault (bug report from Arfune). * Under extremely rare conditions the GIF coder had a memory leak. * Moved image list advancement to after the progress monitor call in QuantizeImages() (bug report by Tim Hunter).
2004-12-05Fix octave-forge entry (add name of commiter).jmmv1-2/+2
2004-12-05desktop-file-utils updated to 0.9.jmmv2-3/+3
2004-12-05Update to 0.9:jmmv2-6/+5
o Many update-desktop-database improvements (Ray Strode, Dan Williams) o Fix desktop-file-install --remove-only-show-in (Ray Strode)
2004-12-05add handling for some required -Wl, transformations for packages thatgrant2-1/+68
assume Apple gcc on Darwin. thanks, Johnny :) this allows perl to build with xlc.
2004-12-05whitespace fixgrant1-4/+4
2004-12-05transform -dynamiclib and -fno-common to the appropriate argumentsgrant1-2/+16
for xlc.
2004-12-05add show-options target which displays the options available, default,grant1-1/+17
and enabled for the current pkg, eg. mail/sendmail: available: db2 db4 inet6 ldap sasl sasl2 socketmap starttls tcpwrappers default: canna esound gif idea inet6 inet6 sj3 tcpwrappers wnn4 enabled: inet6 tcpwrappers
2004-12-05Updated octave-forge to 20041116adam2-3/+3
2004-12-05Changes 2004.11.16:adam11-203/+98
* initial econometrics toolbox * updated protein databank (extra/pdb) functions * new functions: wavread wavwrite hann strfind randp sprandn conv2nan * many bug fixes and improvements
2004-12-05beecrypt updated to 4.1.1.jmmv2-3/+3
2004-12-05Update to 4.1.1. Drop maintainership (I don't remember why I added this one,jmmv3-11/+16
and no package is using it ATM). 4.1.1: - Fixed shared library version info. 4.1.0: - Added SHA-384 and SHA-512 algorithms. - Added HMAC-SHA-384 and HMAC-SHA-512 algorithms. - Added generic SSE2 optimization for the above algorithms. - Added more digest algorithms for PKCS#1 EMSA. - Optimized swap32 and swap64 routines on Linux. - Fixed missing definition in mpopt.h for s390x. - Fixed nostackexec configuration bug. - Fixed problem in Date::toString. - Fixed deadlock problem which occured in certain cases where security or crypto SPI constructor called getInstance for another security or crypto SPI. - Fixed a bug in the generic CBC encryption code; when called with nblocks == 1, the feedback was set incorrectly. - Fixed a bug in mpbsubmod; sometimes it takes multiple additions of the modulus to get a positive number. - Fixed PowerPC 64-bit configuration problem on Linux. 4.0.0: - Added a C++ API interface, modeled after Java's security & crypto API. - Added the new GNU noexecstack feature. - Added more x86_64 and s390x assembler routines. - Modified i2osp, so that it only requires as many octets as there are significant bytes in the multi-precision integers. - Fixed a bug in the creation of rsa keypairs; code was not correctly migrated to new calling sequence. The code now implements the method described in IEEE P.1363. - Fixed another bug in mpextgcd_w which sometimes returned incorrect results. - Fixed a bug in mprshiftlsz, which didn't work correctly when size = 1. - Fixed a configuration problem on Tru64 Unix. 3.1.0: - Added wiping of private key components of keypairs before freeing. - Fixed bug in mpextgcd_w which sometimes returned incorrect result. - Fixed error in PowerPC 64-bit assembler symbol definitions.
2004-12-05libgnomecups updated to 0.1.13.jmmv2-3/+3
2004-12-05Update to 0.1.13:jmmv3-7/+8
* More translations from Novell * Better handling of spaces in urls
2004-12-05mail-notification updated to 1.0.jmmv2-3/+3
2004-12-05Update to 1.0:jmmv4-24/+26
1.0 November 25, 2004 * Some minor IMAP issues have been fixed * Some IMAP servers did not properly support the IDLE extension, so it can now be disabled in the mailbox properties * If the POP3 or IMAP password is left blank, it will now be prompted only if needed * When MIME support was disabled, the Sylpheed backend was not considering unread messages as new: fixed * Updated translations: * Serbian (Filip Miletic) * German (Hendrik Brandt) * Portuguese (Duarte Henriques) * New translations: * Polish (Tomasz Sarota-Raczek) 0.99 November 15, 2004 * The IMAP capabilities sent in a PREAUTH, AUTHENTICATE or LOGIN response were ignored, and a CAPABILITY command was not re-issued after a successful authentication: fixed * Added a "Display mail summary in tooltip" option 0.8.1 November 4, 2004 * Mail summary popup fixes and improvements: * do not recreate it when updating its contents: removes some flicker * added a workaround for a Metacity bug which sometimes misplaced the popup * the text fonts can now be configured from the properties dialog * Now compiles cleanly even when -fstrict-aliasing is in use * Some additional workarounds for http://bugzilla.gnome.org/show_bug.cgi?id=64764 have been added: fixes a few random crashes * Some widgets have been named, so that they can easily be matched in a GTK+ resource file * The status icon could not be customized from a resource file: fixed * Updated translations: * Serbian (Filip Miletic) 0.8.0 October 31, 2004 * The double-click action can now be customized * A mail reader can now be launched * IMAP IDLE support has been implemented * The mail summary layout has been improved * The mail summary is now also displayed in the tooltip * The tooltip now supports keyboard activation * A mail summary popup option allowing to only display recent mail has been added * A bug which caused SASL authentication to sometimes fail has been fixed * The Gmail parser was getting confused by special strings embedded in message fields: fixed 0.7.1 October 25, 2004 * Gmail fixes: * does not crash when a GNOME proxy is set * handles starred and labelled messages * ignores non-inbox messages * messages were considered unseen on each check and the mail summary was always popped up: fixed * The POP3/IMAP/Gmail password can now be left blank (in such case, it will be prompted when needed and not be saved to permanent storage) * A command can now be executed when all mail has been read * The user interface now displays the IMAP folder name (unless it is inbox) * The tooltip now displays message counts * Minor fixes and cleanups * Updated translations: * Serbian (Filip Miletic) * German (Hendrik Brandt) * Portuguese (Duarte Henriques) 0.7.0 October 6, 2004 * Binaries compiled with GCC 3.4.x were crashing in various places: fixed * Fixed a vulnerability in the IMAP code (a malicious IMAP server could trigger a null pointer dereference by sending an invalid reply) * Fixed a vulnerability in the Gmail code (a man in the middle attack could, with some libsoup configurations, trigger a null pointer indirection) * The properties dialog has been split into tabs * A mail summary has been added (requires GMime version 2.0 or superior) * Double-clicking on the icon now displays the mail summary (the double-clicked command has been removed) * The "new mail" command is now executed every time a mailbox receives one or more new messages * Tracks the latest Gmail change (reported by Vincent Noel) * Gmail support now requires libsoup version 2.2 or superior (which is part of GNOME 2.8) * The manual is now installed in the proper location (Pascal Giard, Christian Krause) * The --with-gconf-schema-file-dir configure argument was ignored: fixed (Julio M. Merino Vidal) * A few minor issues have been fixed * Some cleanups have been performed * The German translations have been updated (Hendrik Brandt) * Added Serbian translations (Filip Miletic) * Added Bulgarian translations (Vladimir Petkov)
2004-12-05Fix gice and hnb entries... it's Dec 5th!jmmv1-3/+3
2004-12-05leafpad updated to 0.7.7.jmmv2-3/+3
2004-12-05version 0.7.7:jmmv2-5/+5
* Improved undo behavior by word. * Fixed multi-line unindent properly. * Updated German translation (thanks Ruediger Arp). version 0.7.6: * Improved command line recognition of filename (uri & space-separated). * Added MimeType entry to leafpad.desktop (suggested by Carlos). * Assigned Ctrl+G & Shift+Ctrl+G to Find Next/Previous. * Added statements of copying permission to all source codes. * Added French translation (thanks Luc Pionchon). * Added Spanish translation (thanks Lucas Vieites).
2004-12-05Updated hnb to 1.9.17.jmmv2-3/+3
2004-12-05Update to 1.9.17 and drop maintainership (never used it, really).jmmv4-78/+17
1.9.17 bug fix, when saving hnb DTD, I also saved the text attribute removed the format names from prefs.c,.. now the string specified is used instead, (makes extending easier) improved the tokenizer for libcli, it now acts almost exactly as bash, even the hooks for understanding $variable_expansion is included in the code, uses a single malloc various bug fixes cleanups and merging of commands, e.g. go_root, go_recurse, and go_backrecurse are now go <root|backrecurse|recurse|up|down|left|right> search now is a single command taking direction and query as arguments. changed escape to be the key used to bring up the menu,.. and remapped ^Q to be quit (again) 1.9.16 attempts to fix the compile on OSX renaming mergesort to node_mergesort due to nameclash only compiling the static lib made indent and outdent only work when there is no data typed already, (thus making > and < allowed typed in navigation mode as long as they're not the first character typed. removed errors appearing with -pedantic (at least here) removing all macros with variable arguments replacing them with va_list removing inline statements from libcli created an utility function for string replacements, that I inserted into all the various import/export filters. added a function "insert_cal <month> <year>" which inserts the specified month/year in a fashion that makes hnb useable as a simple timeplanner as well. (when I get around to adding support for clones, this might be interesting) allowing the user to use <,>,+ and - when typing in new data without erratic behavior, and not the need to enter edit mode. (except if it is the first char of the data) fixed an issue with creating the first child, and pressing insert, and various other commands,.. added rpm spec file from Asgeir Nilsen made file_opml and file_hnb interpret all attributes implemented buffered reading for the xml tokenizer changed the function prototype for functions that register with libcli, they must now register with an int (int argc, char **argv, void *data) function overhauled hnb to use this API, some more refinement might be needed in someplaces, but it seems to work OK for now. added a menu that is accesed from F9 1.9.15 outdent fixed to be more efficient and work as intended added export context changed all import/export functions to use the query variable if filename passed is * 1.9.14 bugfix: The new sort and shuffle functions could result in dataloss when saved. new feature: expand/collapse and expand_all/collapse_all are new bindable functions, expand/collapse is bound to +/- in the default config file, they force portions of the tree to stay open even when you leave it. 1.9.13 Apparently I broke the nasty quick-sort I had implemented, when I changed the way the tree was stored. Implemented a Merge-sort which is faster anyways. Improved the behavior of non fixed navigation when the whole tree is displayed. Added a shuffle function (not currently bound), I used it while developing the new mergesort, but someone might find it useful. 1.9.12 Changed the datastructure to use a "assosciation list" for storing the actual data. Will move all tags, like checkbox to this structure. Should actually make it possible to do the addition of start end date and other "columns" a breeze, perhaps even automatic for some export/import formats modified tree_duplicate to use the new node_duplicate function, and a modified version of the import_node which takes a single node with data set as input. added import_node_text which disregards all other data items 1.9.11 changed node_swap to only swap relational pointers, thus making it easier to extend the data stored in Node later thus also changing and move node, indent/out-dent and sort to accommodate for a truer swap fixed a bug with editing of newly introduced child note: should perhaps move ui_action_edit into a built-in command that is handled specially since it now needs special attention by being a subcommand to ui_action_command 1.9.4-1.9.10 feb 2003 re-implementation of positioning of selection bar in non fixed mode massive code cleanup and separation separation of variables from prefs.* to static variables in the code modules where they belonged integration with spell checker (Ispell, but through prefs it could easily be made Aspell instead) new preferences format ability to execute commands and running mail-client / web-browser if a node or it's children contain url's / mail addresses OPML import and export postscript export htmlcss export save_state and restore_state for single level undo where needed new XML tokenizer cut/paste functionality 1.9.3 jan 2003 stabilising of the code ability to use default terminal colours, (patch from NN) 1.9.1 oct 2002 option to remember current position in hnb file when saving/loading cleaned up most of the help-system code further code separation 1.9.0 oct 2002 fixed the movement behaviour when going to the parent node,.. the screen jumped too much separated the various export and load filters into own files used my new libcli for the cli code, and as "glue" in some code spots reverted to a manual makefile instead of autoconf/automake improvements to dynamic key-bindings, multiple key-bindings for each action, all key-bindings in various context got their own choice in the preferences. The first of the actual key-bindings shown as help added some more bindings for the node editor, (skip word and bskip word, hooks for even more)
2004-12-05gice updated to 0.6.2.jmmv2-3/+3
2004-12-05Update to 0.6.2: list of changes unknown. Drop maintainership.jmmv2-7/+6
2004-12-05Fixes to ctype macro usage so that this builds on -current.skrll4-4/+50
2004-12-05Rename some variables to be more dlcompat-specific, and remove ajlam1-7/+5
redundant conditional.
2004-12-05dlcompat is considered built-in only if both /usr/lib/libdl.* andjlam1-5/+3
/usr/include/dlfcn.h exist. Also, correct the setting of USE_BUILTIN.dlcompat in the loop.
2004-12-05Make note of python-mode update.ben1-1/+2
2004-12-05Update MASTER_SITES to reflect move to sourceforge and new maintainers.ben2-9/+9
The changes are minor, but there is no ChangeLog. The version number went from 4.6 to 4.54, however 4.6 appears to be the older version. Setting the package version to 4.6.54. This addresses PR#28348
2004-12-05Follow template builtin.mk file in bsd.builtin.mk.jlam1-11/+20
2004-12-05Allow the wrapper-specific transform scripts to replace one arg withjlam1-12/+24
several args by setting split_arg="yes" as part of the transformation.
2004-12-05don't throw away all "-Wl," arguments, they are needed to pass variousgrant1-3/+3
shlib options to the Darwin linker.
2004-12-05fix typogrant1-2/+2
2004-12-05Make antiword compile on FreeBSD. From pancake at phreaker dot net,cube2-4/+4
PR#28501.
2004-12-04opencm updated to 0.1.2rc8.jmmv2-3/+3