summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-08-18Changes 1.9.2:adam7-50/+40
* GSMime parsing ignores extraneous data * New log functions GSOnceFlag and GSOnceMLog * New class NSError * Multiple new function in GSObjCRuntime * NSProtocolChecker rewritten * autogsdoc support added for building frames * Binary incompatibility: NSUnarchiver, GSIMapTable have new ivars added
2004-08-18Changes 1.9.2:adam5-19/+17
* Application and Bundles use the latest convention on Apple. * Improve/Simplify dependency checking when making docs
2004-08-18Update for recent dependencies/version.minoura1-12/+3
2004-08-18Remive ONLY_FOR_PLATFORMS:minoura1-12/+1
- Now that we depend on devel/boehm-gc, we can rely on it. - Gauche is now reported to work on Linux/Alpha; it means LP64 problem is fixed.
2004-08-18Note mplayer package updates.wiz1-1/+4
2004-08-18Add dependency on libtheora; bump PKGREVISION.wiz4-6/+8
2004-08-18make this work againtaya1-2/+2
2004-08-18Updated gmp to 4.1.3adam2-3/+3
2004-08-18Changes 4.1.3:adam4-23/+23
* Bug fixes. * mpz_export allows NULL for countp parameter.
2004-08-18+ netscape-7.2.wiz1-2/+3
2004-08-18Note nut update to 10.2.wiz1-1/+2
2004-08-18Update to 10.2:wiz2-5/+5
This release fixes a computation error in the value for monounsaturated fat when the user sets a fat level higher than the Daily Value.
2004-08-18USE_RSAREF2 is a yes/no variable.jlam1-2/+2
2004-08-17Works on Red Hat Enterprise Linux 3.schmonz1-1/+2
2004-08-17- Note update of scanssh to 2.0adrianp2-3/+3
2004-08-17- Update to scanssh 2.0adrianp4-16/+20
- ok'ed snj@/wiz@ From the ChangeLog: Supports open proxy detection. High performance by using libevent.
2004-08-17Note update of drscheme to 207jschauma1-1/+2
2004-08-17Update drscheme to version 207. Changes since 202:jschauma14-775/+2789
- Wizards for ProfessorJ added + union wizard + class wizard - Check Syntax disabled in professorJ languages. - Help Desk searching is now language-sensitive. - Check syntax is now integrated (better) with the syntax colorer. - Check Syntax now distinguishes between require'd and locally defined identifiers. - added the ability to specify a command-line to the module language. - Help Desk's status messages are now in the frame and it's break button is also in the frame (no more modal dialog) - Check Syntax now does a better job of navigating amoung occurrences of a single variable. The popup menu lets you go from a bound occurrence to a binding occurrence and from a binding occurrence to the next binding occurrence. Also added two keystrokes: c-x;n to go to the next bound occurrence and c-x;b to to the binding occurrence. - show menu => view menu, added show/hide for the toolbar - multi file search works much bching languages color the portion of the program that has not been tested in dark red (using a simple syntactic coverage criterion -- dark red means untested, but not dark red doesn't mean fully tested, of course). - added a test coverage annotation for other languages in the "details" portion of the languages dialog; run the program and it colors the code that was executed in green and code that wasn't executed in red. - fixed up help desk fonts, so that the font size in help desk is now linked to the font size in drscheme proper. - added support for editor modes to drscheme. - drscheme shows the stack via arrows on the program text when an error occurs (and debugging is on) - added to special menu item: "insert delta" (to mean define) in parallel to the insert lambda menu item. - framework's scheme-mode font changed to be in an editor mixin. - macos: drscheme doesn't quit when all windows are closed anymoct -> supports multiple values using this syntax: (-> integer? (values integer? integer?)) - parenthesis highlight color is now configurable - integrated the module browser into the main drscheme window. Use the show menu to open a panel on the lhs of the drscheme window containing a DAG representing the modules that are required (only works for programs in modules). - integrated Bruce Hauman's rewrite of the match.ss library (ongoing). - added arrows to check syntax that show the (syntactic) tail structure of the program. - fixed many many problems with Help Desk. Some of the more interesting ones: - manual downloading now works. - bug report form is a mred window now. - doc.txt highlighting is in the right place now - doc.txt search restults now go to the right place - servlets are now modules (with no more free vars) - browser menus work properly - urls outside of our documentation use an external browser - eliminated many (now unecessary) redirections - various responsiveness improvements - help desk as a standalone web server isn't supported anymore. - added a status line class to the framework, which is used for check syntax and the module browser. both show status as the check the program and show information on mouse-over. Also, the contour window shows you the line under the mouse in a status line on mouse over. - added an extra level of hierarchy to the language dialog, but without the turn-down triangles. this helps organize the language dialog somewhat. - the top level function declarations in algol60 are now available in the REPL and in the test suite tool - Removed `Windows' menu from windows and unix versions. - Windows installer generates Program menu shortcuts for all users - added test suite support for use with the How to Design Programs - added support for recovering autosave files when DrScheme crashes - the draw.ss teachpack now provides the function get-key-event : -> Key This function enables programmers who use the draw.ss teachpack to write interactive drawing games. Warning: The function fails intermittently on Mac OS X. We intend to fix this problem in a future release. - Help Desk users can choose whether they wish to use a frame-based version. A toggle switch for this choice (in the form of a link) appears on the Help Desk home page. It can also be changed in the Help Desk configuration. - Help Desk users can once again use the PLT internal browser; look for the browser preference in DrScheme's preferences panel - removed an error in MrEd for Windows that was a frequent source of instability
2004-08-17note update of win32-codecs to 040809.1recht1-1/+2
2004-08-17update to win32-codecs-040703.1recht3-8/+10
relevant changes: 20040809 * Win32codecs renamed to Windows-all * Win32codecs are now in zip format * Windows-all (was Win32codecs) - Added aslcodec_vfw.dll (ASLC vfw decoder) - Added scg726.acm (Sharp G.726) - Added atrc3620.dll, cook3620.dll, drv33260.dll, drv43260.dll, pncrt.dll, sipr3260.dll, tokr3260.dll, drv23620.dll from rp9 - Added QuickTime.qts, QuickTimeEssentials.qtx, QuickTimeInternetExtras.qtx from qt63
2004-08-17- make pkglint happyadrianp2-6/+6
- fix typos in DESCR suggestions by snj@.
2004-08-17demime -> 1.1dtv1-1/+2
2004-08-17Update demime to 1.1d.tv2-12/+12
Among other various changes (no easy changelog available), this fixes a potential DoS problem where the base64 decoder can end up in an infinite loop upon receipt of certain malformed base64 chunks.
2004-08-17Don't put the .la transform in GENERATE_PLIST; that's too late to make it intv1-5/+7
before any @dirrm's are executed. Rather, put it explicitly at the top of the final static PLIST generation code.
2004-08-17Note update of net/ja-samba package to 2.2.10.1.0.taca1-1/+2
2004-08-17Update ja-samba package to 2.2.10.1.0 (samba-2.2.10-a-1.0).taca12-172/+44
Changes from 2.2.9.1.0 is a fix for CAN-2004-0686 included in samba 2.2.10 though it is already applied by ja-samba-2.2.9.1.0nb1 package. This pkgsrc also contains a fix by Samba 2.2.11; smbd crash problem by Windos XP SP2 client.
2004-08-17Note update of converters/p5-Jcode package to 0.87.taca1-1/+2
2004-08-17Update p5-Jcode package to 0.87.taca2-5/+5
$Revision: 0.87 $ $Date: 2004/07/24 02:58:27 $ ! Jcode.pm * Document Fix by shigeno@iij-mc.co.jp Message-Id: <20040708.175523.131609260.shigeno@iij-mc.co.jp> * getcode() reverted to pre-0.84 because the new algorithm is prone to false positive cases, reported by inu@kc5.so-net.ne.jp. Message-Id: <20040723.233005.78712771.inu@mail.design.co.jp>
2004-08-17Note jwhois-3.2.2nb7.kleink1-1/+2
2004-08-17Bump to jwhois-3.2.2nb7: IPv6 allocation update.kleink3-9/+10
2004-08-17Update moss to 0.1.8. Patch submitted by Yongbin Yu, the maintainer.minskim5-23/+113
Changes since 0.1.2: * Add options for pidfile/no-pidfile, user/group, and auth-file. * Store password's MD5 instead of plain text.
2004-08-17This package is not in pkgsrc-wip any more.minskim1-2/+2
2004-08-17Add and enable py-Xlib.minskim2-2/+4
2004-08-17Import py-Xlib from pkgsrc-wip. Packaged by César Catrián C. andminskim5-0/+200
slightly modified by me. The Python X Library is intended to be a fully functional X client library for Python programs. It is written entirely in Python, in contrast to earlier X libraries for Python (the ancient X extension and the newer plxlib) which were interfaces to the C Xlib.
2004-08-17-TeXmacs-1.0.4R2recht1-2/+1
2004-08-17+ abiword-2.0.10, msmtp-1.2.2.wiz1-4/+3
- zsh-4.2.1 (thanks, Marc!).
2004-08-17Fix pasto on HOMEPAGE.seb1-2/+2
2004-08-17Move glabels from misc to print, as suggested by reed.wiz6-113/+3
2004-08-17Re-import glabels in print/, suggested by reed.wiz4-0/+110
2004-08-17Note new stratagus and bos packages.wiz1-1/+3
2004-08-17Add and enable bos.wiz1-1/+2
2004-08-17Initial import of bos-1.1:wiz5-0/+501
Invasion - Battle of Survival is a real-time strategy game using the Stratagus game engine.
2004-08-17Add and enable stratagus.wiz1-1/+2
2004-08-17Initial import of stratagus:wiz5-0/+101
Stratagus is a free cross-platform real-time strategy game engine. It includes support for playing over the internet/LAN, or playing a computer opponent. The engine is configurable and can be used to create games with a wide-range of features specific to your needs.
2004-08-17Note update of TeXmacs to 1.0.4.0.2.recht1-1/+2
2004-08-17update to TeXmacs-1.0.4-R2recht3-25/+24
Changes: This is a bug-fix only release. Changes to the pkg: Correctly pass LDFLAGS, so the rpath won't get lost.
2004-08-17- Note update of tcptrace to 6.6.1adrianp1-1/+2
2004-08-17Note kanjidic and kanjidic2 updates.wiz1-1/+3
2004-08-17Update to 20040814: misc. fixes.wiz2-7/+7
2004-08-17- Update tcptrace to 6.6.1adrianp2-6/+5
- Remove FreeBSD header from pkgsrc Makefile - ok'ed snj@/wiz@ From the ChangeLog: - Fixed the processing of duplicate ACKs as in the BSD stack to count towards the 3 dupacks required for fast-retransmit. - Fixed the bug in processing IPv6 extension headers in ipv6.c:gethdrlength() based on the patch sent by Thomas Bohnert. - Added dsack counter to long output format and dsack sample input and output - Fixed bug in the calculation of the "avg win adv" field, so that now avg. falls in between min and max. - Changes made to make gcc-3.3 make lesser warnings with tcptrace. - Made the --csv/--tsv/--sv options' implementation better. - Fixed a bug in traffic module, so that the number of open connections are printed correct in the traffic_stats.dat file, even without giving the -C option. - Included the code to recognize Endace ERF (Extensible Record Format), sent by Jesper Peterson. - Included the code to recognize the PPP (Point-to-Point) input file format, sent by Yann Samama. - Fixing the bug with filtering connections based on hostname/portname with the -f option. - Included the code to generate PF file with '-c' option. Error messages are made more logical when generating error messages for unsupported input and captured file formats. - Applied patch from Ulisses Alonso Camaro that lets SYN segments following zero window advertisements from the opposite direction *not* be treated as window probes. Also fixed a compilation problem due to the previous patch by Jitesh (moved the "static int count=0" line to the beginning of trace_done() function in trace.c). - Fixed bunch of gcc3.3.1 warnings in erf.c (unused variable warning), netm.c, ns.c (dereferencing type-punned pointer warnings). - Fixed the typo(?) that made us have a #ifndef __WIN32 to #ifdef __WIN32 in ipv6.h for the in6_addr structure definition. - Patching in changes to mod_http.c making it more robust to print information in cases where connections get closed with RST instead of FINs and other trivia based on Yufei Wang's patch. - Applying the patch courtesy John Heffner that displays a yellow rwnd line in owin plots. Also adding --showrwinline option to control the yellow rwnd line, in case it gets annoying. - Also fixing trivia (type conversions for certain uint to int, etc.) in output.c to keep gcc3.3 from warning on MacOSX 10.3. - All the changes you see above in the 6.4.x series are part of the release 6.6.0. - Includes a bugfix by Ramani, that restored the old semantics of the SameConn() and WhichDir() functions and includes new functions AVL_CheckHash() and AVL_CheckDir() to support the AVL tree hash-bucket implementation. - Includes a fix to ns.c to correctly read port numbers; added functionality to track LEAST variables and reno LEAST algorithm to trace.c; added isRTO() in rexmit.c : all by Wes.