summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-11-29Initial import of ptyusart-0.3.1:bouyer4-0/+60
This is a serial module for gpsim, connecting the virtual Rx/Tx lines to a pseudo-tty (pty). You can then use your usual serial tools (cu, tip, minicom, etc ...) on this pty as you would do on a real serial port on your Unix workstation. Only for NetBSD for now. It should be easy to get it working on others BSD systems. More work is needed for others Unix and Unix-like systems.
2004-11-29Initial import of oscilloscope-0.1.1:bouyer4-0/+39
This is an oscilloscope module for gpsim. The module provide 8 probes, which you have to connect to nodes. For now the graphic interface doesn't update its display dynamically, it provides 2 input boxes in which have to enter the start and end cycles to draw.
2004-11-29p5-Class-Factory updated to 1.03.wiz2-3/+3
2004-11-29Update to 1.03, provided by Hiramatsu Yoshifumi in PR 28463.wiz2-5/+5
Changes since 1.00: - Added 'get_my_factory()' and 'get_my_factory_type()' - Ensure that new() returns undef if get_factory_class() doesn't work properly and factory_error() is overridden (and the overridden method doesn't die) - Added a few more tests to ensure factory_log() and factory_error() working properly - add_factory_type() checks %INC to see if a class is already loaded. - All log/error messages now have variables in apostrophes rather than brackes.
2004-11-29Import of gpsim-devel, a package for the developement (CVS) version of gpsim:bouyer9-0/+233
PIC simulator that supports X, stimulii, and modules Stuck at date 20040826, I couldn't get newer version to work with gtk1, and we don't have a gtk+extra for gtk2 (the next release of gpsim shouldn't depend on gtk+ any more). The patches in there have been integraded in the gpsim's CVS. Some new features (especially in processors supported) and lots of bug fixes since 0.21.2.
2004-11-29gmpc updated to 0.11.2.wiz2-3/+3
2004-11-29Update to 0.11.2, from Robert Lillack in PR 28456:wiz3-9/+20
- New playlist and Song browser. - Support for streams. - More cpu friendly. - Bug fixes.
2004-11-29+ guile-1.6.6, mapserver-4.2.5, rat-4.2.25.wiz1-2/+4
- Ngraph-6.3.30.
2004-11-29Ngraph updated to 6.3.30.wiz1-2/+2
2004-11-29Add RCS Id.wiz1-0/+1
2004-11-29Update to 6.3.30, provided by Osamu OISHI in PR 28454.wiz4-85/+100
Changes: perhaps if I could read Japanese...
2004-11-29Add patch for gcc2.wiz2-1/+24
2004-11-29Remove BUILDLINK_DEPENDS line for old version of freetype2.wiz1-3/+1
2004-11-29Fix HOMEPAGE.wiz1-2/+2
2004-11-29Update rconfig to 0.41:abs2-3/+3
0.40: Update probe to handle NetBSD versions which do not support 'atactl <dev> smart' 0.41: Make -v report output from shmux Handle updating a remote copy of rconfig_probe which reports a version but has other errors in its output
2004-11-29Update rconfig to 0.41:abs2-5/+5
0.40: Update probe to handle NetBSD versions which do not support 'atactl <dev> smart' 0.41: Make -v report output from shmux Handle updating a remote copy of rconfig_probe which reports a version but has other errors in its output
2004-11-29Use PKG_DEFAULT_OPTIONS.xtraeme2-4/+3
2004-11-29Update jabberd2 to jabberd-2.0s4nb1, by pulling in patches fromabs1-1/+3
http://www.marquard.net/jabber/#recommended, specifically patch 58 which fixes the remote exploit listed at: http://www.securityfocus.com/archive/1/382250 Patches included: 28* patch-jedi8-sm-object_c Remove incorrect semicolumn from os_object_free() in sm/object.c 29* patch-jedi-mysql-storage Fixes to mysql storage for boundary conditions 30* patch-base64 Fix length-related issues in base64 decoding routines 31* patch-sm-storage_db Fixes to storage_db.c to avoid roster corruption: "sm/storage_db inserts items in the filter hash table with keys which are located on the stack. This creates confusion when the code later tries to compare with these keys." 32* patch-nad-escape Fixes bug in _nad_escape() where escaping ]]> can cause a segfault when handling large messages where nad_realloc is called. 38* patch-jedi-pgsql-storage Fixes to pgsql storage for boundary conditions and incorrect buffer length calculation 46* patch-memleaks Fix minor memory leaks in digest-md5 authentication and nad_free() 47* patch-ns-fix Fixes omission of namespace declaration where a namespace has already been used in the XML stanza 48* patch-sm-nad-triplet Fixes omission of prefix on attributes processed by nad_parse (e.g. in queue storage) 49* patch-mod_disco_publish Corrects check for deleting previously published disco items from "delete" to "remove" (as per JEP-0030). 50* patch-sm-filter Alters filter handling and adds mysql/pgsql escaping on filter strings to allow brackets and apostrophes in resource names that form part of JIDs stored as roster entries 58* patch-c2s-buffers Fixes buffer overflow that can lead to segfault in c2s mysql and pgsql auth modules - see report by icbm (www.venustech.com.cn)
2004-11-29Update jabberd2 to jabberd-2.0s4nb1, by pulling in patches fromabs2-4/+37
http://www.marquard.net/jabber/#recommended, specifically patch 58 which fixes the remote exploit listed at: http://www.securityfocus.com/archive/1/382250 Patches included: 28* patch-jedi8-sm-object_c Remove incorrect semicolumn from os_object_free() in sm/object.c 29* patch-jedi-mysql-storage Fixes to mysql storage for boundary conditions 30* patch-base64 Fix length-related issues in base64 decoding routines 31* patch-sm-storage_db Fixes to storage_db.c to avoid roster corruption: "sm/storage_db inserts items in the filter hash table with keys which are located on the stack. This creates confusion when the code later tries to compare with these keys." 32* patch-nad-escape Fixes bug in _nad_escape() where escaping ]]> can cause a segfault when handling large messages where nad_realloc is called. 38* patch-jedi-pgsql-storage Fixes to pgsql storage for boundary conditions and incorrect buffer length calculation 46* patch-memleaks Fix minor memory leaks in digest-md5 authentication and nad_free() 47* patch-ns-fix Fixes omission of namespace declaration where a namespace has already been used in the XML stanza 48* patch-sm-nad-triplet Fixes omission of prefix on attributes processed by nad_parse (e.g. in queue storage) 49* patch-mod_disco_publish Corrects check for deleting previously published disco items from "delete" to "remove" (as per JEP-0030). 50* patch-sm-filter Alters filter handling and adds mysql/pgsql escaping on filter strings to allow brackets and apostrophes in resource names that form part of JIDs stored as roster entries 58* patch-c2s-buffers Fixes buffer overflow that can lead to segfault in c2s mysql and pgsql auth modules - see report by icbm (www.venustech.com.cn)
2004-11-29Note update of epiphany to 2.4.6.jmmv1-1/+2
2004-11-29Note update of xchat.minskim1-1/+2
2004-11-29Update to 1.4.6:jmmv3-9/+10
Changes * Fix wrong certificate stored (Christian) [#158453] * Disallow favicon links from subframes (Christian) * Fix opening of content when not downloading automatically (Marco) [#158466] * Add --disable-filepicker configure option (Christian) * Fix tabs menu ordering when using the tab-groups extension (Christian) * Fix event context computation (Christian) * Adapt to mozilla API changes (Christian; patch adapted from a galeon patch by Crispin Flowerday) * Fix out-of-srcdir build (Marco, Christian) * Don't raise windows when using --new-tab (Christian) [#158923] Translation updates * Jordi Mallach (ca)
2004-11-29Update xchat to 2.4.1. Patch provided by Stefan Krueger in PR pkg/28465.minskim4-7/+16
Changes: - Updated translations (ca, de, eu, it, ko, mk, nb, nl, pt, ru, sl, sq, uk, zh_TW). - Fixed custom marker-line color not reloading. - Brought back the "Connect to selected server only" option in the Serverlist edit window (it's like the reverse of "Cycle until connected" in 2.0.x). - You can now move networks and servers via Shift+Up/Down (in the ServerList window). - Small efficiency improvements in receiving dcc. It will now not send ACKs while the input buffer is non-empty. - Fixed playing sound files with spaces in them. - Added support for NickServ on DalNet and FreeNode. - Plugin API: Added xchat_get_info(ph,"inputbox");. - Added /settext and /setcursor commands for scripters. - You can now scroll tabs with the mouse-wheel while hovering over the arrow buttons. - Fixed connecting to a SSL server via http proxy (#1054152). - Fixed: Opened server tab doesn't count as "requested" (#1044227).
2004-11-29-AiCA-0.81.taca1-2/+1
2004-11-29Since last revision PTHREAD_AUTO_VARS defaults to 'no'.seb1-2/+2
2004-11-29Note update of security/AiCA package to 0.81.taca1-1/+2
2004-11-29Update AiCA package to 0.81.taca10-20/+161
- Changes are unknown. - License restriction is removed now. - Try to keep configuration to ${PREFIX}/etc/AiCA.
2004-11-29Fix a PKGNAME.wiz1-2/+2
2004-11-29Added PTHREAD_AUTO_VARS=yes so this builds properly on 2.0. (thanks,jklos1-1/+2
Juan RP)
2004-11-29Re: pkg/28464 gpgme won't build. Enabling PTHREAD_AUTO_VARS is Makefile.shannonjr1-1/+3
2004-11-29Don't overwrite $pidfile if the command is "status" or "stop".xtraeme2-4/+4
2004-11-29Fix typo, it's BEFORE mail not postfix.xtraeme1-2/+2
2004-11-29classpath{,-gui} updated to 0.12.wiz2-3/+4
2004-11-29Updated to 0.12, based on PR 28446 by pancake:wiz3-7/+7
New in release 0.12 (Nov 14, 2004) * GNU Classpath's JAR implementation now has preliminary support for signed entries, for so called "signed JAR" file support. Signed JAR files are one of the key security features of managed runtimes, and allows code to run privileged given unforgeable proofs of identity. * A much improved version of X.509 certificates has been added, including a robust certificate path checking algorithm. Also included is an implementation of the RSA signature scheme. * Full java.awt.color implementation, with all standard ICC profiles, except for PhotoYCC color space. * java.beans 1.4 updates and bug fixes. * java.awt.image support updated to 1.4. * Improved build process. Uses less memory with gcj and C code is buildable with -Werror on most platform. Please configure with --enable-Werror and report any remaining issues. * Big-endian (PowerPC) fixes for native awt GTK+ peers. * Checkstyle support, see scripts/checkstyle-config.xml. * Better AWT focus management fro GTK+ peers. * Much faster and better fonts support (for both gdk Graphics and cairo Graphics2D) * AWT Choice fixes for hidden components. * HTTP Connection Handler fixes for POST support. * Much fuller collection documentation. * Lots of Calendar bug fixes. * More javax.imageio support. * Better AWT Help MenuBar support. * Lookahead support for regular expressions. * Serialization object stream fixes for multiple ClassLoader scenarios. * Swing TabbedPane, ColorChooser and ComboBox improvements. * Start of JTree functionality. * Improved Eclipse 3 support for GNU Classpath based runtimes.
2004-11-29Note update of inkscape to 0.39nb2.wiz1-1/+2
2004-11-29Add dependency on gtkspell (for text input spellchecking), and bump PKGREVISION.wiz1-7/+8
Closes PR 28449.
2004-11-29Update efont-unicode to 0.4.2. Minor fixes.uebayasi3-6/+7
2004-11-29Updated p5-Class-Accessor to 0.19.wiz2-3/+3
2004-11-29Update to 0.19 from Hiramatsu Yoshifumi in PR 28462:wiz2-5/+5
* Performance patch from Elizabeth Mattijsen - minor layout and doc changes
2004-11-29mew-4.1 and monafont-2.90 are done.uebayasi1-3/+1
2004-11-29Update monafont to 2.90.uebayasi5-23/+9
- True outlines added. - JPY symbol in the Unicode bitmap fonts (-mona-gothic-*-iso10646-1) fixed.
2004-11-29Post-patch removed, since there is no mkLinks script any moreadam1-16/+1
2004-11-29This uses pkgconfig; include its buildlink3 file.wiz1-1/+2
Addresses PR 28449.
2004-11-29Post-patch removed, since there is no mkLinks script any moreadam1-16/+1
2004-11-29p5-Carp-Assert updated to 0.18.wiz2-3/+3
2004-11-29Update to 0.18, provided by Hiramatsu Yoshifumi in PR 28461.wiz2-5/+5
- Added copyright and license info - Made affirm's code dumping code safe on perl where B::Deparse isn't quite up to the job. - Some minor grammar nits from David Wheeler.
2004-11-29Note update of p5-BerkeleyDB from version 0.25 to 0.26.he2-3/+3
2004-11-29Update p5-BerkeleyDB from version 0.25 to 0.26.he2-5/+5
Change log: 0.26 10th October 2004 * Changed to allow Building with Berkeley DB 4.3 * added cds_lock and associated methods as a convenience to allow safe updaing of database records when using Berkeley DB CDS mode. * added t/cds.t and t/pod.t * Modified the test suite to use "-ErrFile => *STDOUT" where possible. This will make it easier to diagnose build issues. * -Errfile will now accept a filehandle as well as a filename This means that -ErrFile => *STDOUT will get all extended error messages displayed directly on screen. * Added support for set_shm_key & get_shm_key. * Patch from Mark Jason Dominus to add a better error message when an odd number of parameters are passed to ParseParameters. * fixed off-by-one error in my_strdup * Fixed a problem with push, pop, shift & unshift with Queue & Recno when used in CDS mode. These methods were not using a write cursor behind the scenes. Problem reported by Pavel Hlavnicka.
2004-11-29Update mail/mew to 4.1, obsoleting mew 2.x/3.x.uebayasi4-18/+18
This is a major update. Changes since 3.x are: * Summary mode format - Parts of message bodies are displayed. - Message number disappeared. - "=" displays its message number. - Refile information overrides its body part in Summary mode. - 'mew-scan-form*' is now 'mew-summary-form*'. - "j" now jumps to a message with line number instead of its message number. - You can still pack messages by "O" in a local folder. * A new mark scheme - Marks are preserved even if Emacs is terminated. - The unread mark 'U' is introduced. - The multi mark '@' is obsoleted. - To handle multiple messages, use the target mark '*'. - To preserve the target mark '*', use the escape mark '$'. - You can create Virtual mode for unread messages by "C-um/" + 'U'. * Summary mode - Refile information is logged. See "Mail/Refilelog". - You can pick or grep for a region as well as the entire folder. ("?" and "'") - You can rename and remove folders. ("Rd" and "Rr") * Message mode - If To:/Cc: contains many addresses, they are covered with a invisible veil except the first four lines. To toggle the veil, type "zv". * Virtual mode - You can pick or grep if the Virtual mode is created of a one physical folder. - You can make a thread if the Virtual mode is created of a one physical folder. * Draft mode - You can complete addresses even if they have the same user name. See 'mew-use-full-alias'. - Fixing a bug of 'mew-make-message-hook' so that ispell-message works. * IMAP - A new name space. You can omit the unnecessary prefix, "inbox."! - Fcc: %backup - Invalid cache messages are marked with "#". - Invalid cache messages can be created even online (by "x"). - IMAP messages are cached with the same UID number. - Transition mechanism from POP to IMAP is provided. M-x mew-summary-from-local-to-imap copies messages on a local file system to an IMAP server. * NetNews - NetNews articles are now gained access by article numbers instead of Message-Id:. Articles are cached with the same article number. * Spam filter - Mew side filtering when scanning/retrieving. See 'mew-inbox-action-alist'. - Mew side filtering by a command. ('"') - IMAP server side filtering. See 'mew-imap-spam-field'. - Learning as spam or ham. ("ls" and "lh") * Network - POP/IMAP/SMTP/NNTP preserves its status even if its connection is lost by accident. * Other - "mewls" is now called "mewl" so that both "mewls" or Mew 2/3 and "mewl" for Mew 4 co-exist.
2004-11-29Added jpegpixi from Greg Troxel via pkgsrc-wip.wiz1-1/+2