summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-06-26Update navi2ch to 1.7.3.uebayasi3-6/+7
Changes since 1.7.2 are: * User configurable commands & functions for network connection. * Don't auto-process contents that needs user confirmation. * Create links by matching text with a configured regular expression. * Better support for board migration. * Better support for "JBBS @ Shitaraba" Changes since 1.7.1 are: * Catch up with the specification changes in 2ch. * Fix Emacs hang-ups in a link to a very large number. * Slight changes for EmacsCE. * Add hooks. * Extend search function. * Recognize "JBBS @ Shitaraba" messages. Partial support for the new URL syntax. * Support "htp:" and "ftp:". * Support the URL syntax for Keitai (mobile phones).
2004-06-26- s/Gnu/GNU/ when used as an acronymgrant2-20/+16
- note the inclusion or lack of X11 support - | fmt 70 75
2004-06-26move the common bits of these packages out into gnuplot/Makefile.common.grant3-49/+36
no functional change.
2004-06-26as per bsd.pkg.mk rev 1.1449, flow.dl.sourceforge.net in Australia isgrant1-2/+2
still unreachable. replace it with optusnet.dl.sourceforge.net, another fast, up-to-date mirror.
2004-06-26Make note of ivan.ben1-1/+2
2004-06-26Add ivan to Makefile.ben1-1/+2
2004-06-26Initial import of ivan-0.430, a graphical roguelike featuring deep gameplay.ben6-0/+114
2004-06-25Commit patch from PR 25222 by Roland Illig:hubertf3-23/+67
* use strict mode (already found one error... hi wiz!) * add -q (quiet) flag * Identifie if patch files don't patch any or more than one file
2004-06-25Update perl to 5.8.4nb1abs1-2/+6
On >= NetBSD 2.0, if PERL5_USE_THREADS is _not_ defined, add pthread to libs. This does not make perl threaded, but permits it to link against libraries which are. This makes p5-GD (which pulls in threaded freetype) work again.
2004-06-25Remove unneeded chunk.wiz2-11/+3
2004-06-25Note new ctorrent package.wiz1-1/+2
2004-06-25Add and enable ctorrent, provided by Ola Eriksson in PR 26047.wiz1-1/+2
2004-06-25Initial import of ctorrent.wiz6-0/+80
CTorrent is a BitTorrent client written in the C programming language. It currently runs on most Linux variants, MacOS and FreeBSD, but hopefully on Windows as well! CTorrent is built as a console program, which means that it doesn't require any graphical components (such as an X server) on the machine you are running it on, you can even run it remotely through a terminal if you wish.
2004-06-25Note update gnuplot to 4.0.0adrianp2-3/+4
Note update gnuplot-nox11 to 4.0.0
2004-06-25Update gnuplot-nox11 to 4.0.0adrianp3-11/+17
Closes PR #25450 submitted by me. Ok'ed wiz@/snj@/root (at) garbled.net Thanks to xtraeme@ for fixing GD's X11 issues. From the CHANGELOG: What's New ========== The list of changes is immense this time, so only the highlights can be given here. For the full details, see the NEWS file or the ChangeLog, or look into the online version of the documentation at http://www.gnuplot.info/docs/gnuplot.html#What_is_New_in_Version_4.0 You'll quite probably have to (re-)read large parts of the documentation to learn all the details that have changed. Major changes visible to users: ------------------------------- o Global Command syntax change: instead of 'set no...' it's now 'unset ...'. o Commands 'set data style', 'set function style' and 'set linestyle' changed to 'set style {data|function|line}, respectively. o Colour-coded plots in 3D and simulated 2D through the new 'pm3d' plotting style. o Boxes drawn by plotstyles 'boxes', 'candlesticks' and boxed errorbar styles can be filled with solid colors or hatch patterns. o New plot style 'with filledcurves' to fill an area defined by a curve in solid colour. o Windows, X11, OS/2 and GGI interactive graphical terminals now support interaction with the plot window by mouse and hotkeys. o The "enhanced" mode has been generalized from PostScript to some other terminal drivers. o 'set hidden3d' mode accepts non-grid data and hides them behind gridded surfaces plotted with them. o Several new terminal drivers: EMF, PDF, SVG, GGI, epslatex, aqua. o New function to query if a user-defined variable exists. o PNG and JPEG terminals using the GD library support libfreetype to use true-type fonts. o 'set label' can output a point symbol the comment refers to, and the text itself can be rotated by arbitrary angles (on some terminals). o The color of text elements can be changed. o 'set size ratio' now affects 3D plots, too. o The 'dgrid3d' can be switched between thin-plate splines and the older weighted averaging method, at compile time. o Some terminals now support 'koi8-r', ISO-Latin-2 and CP-852 encoding of user input. o Windows gnuplot recognizes the Unix/X11 style '-persist' option, and supports changing linewidth by core gnuplot commands. o A native compilation option of gnuplot for Mac OS X is now part of the mainline source, using the 'aquaterm' driver [3]. o Datafile comment character, column separator and decimal sign can be changed. o Arrows can be drawn with relative coordinates for the head, and the heads can be filled. o Allows 'set timefmt' independantly for each axis, and supports new '%s' format for seconds-since-1970 input. o Even more documentation misprints have been fixed, thanks to Shigeharu TAKENO Internal changes: ----------------- o Reorganization of the entire source tree. o Broken into considerably more source files than before. o Large sets of related global variables have been collected into relatively few global data structures (the 'axis' array and a global 'key' data structure, e.g.). o The gnuplot_x11 driver no longer is installed in the PATH, to avoid confusion about it. o Scaling and ticking of time/date axes respects the fact that 12 and 60 are not the same 10 or 100 much better. And, obviously, more bug fixes than could possibly fit into this narrow margin...
2004-06-25Update gnuplot to 4.0.0adrianp3-13/+17
Closes PR #25450 submitted by me. Ok'ed wiz@/snj@/root (at) garbled.net Thanks to xtraeme@ for fixing GD's X11 issues. From the CHANGELOG: What's New ========== The list of changes is immense this time, so only the highlights can be given here. For the full details, see the NEWS file or the ChangeLog, or look into the online version of the documentation at http://www.gnuplot.info/docs/gnuplot.html#What_is_New_in_Version_4.0 You'll quite probably have to (re-)read large parts of the documentation to learn all the details that have changed. Major changes visible to users: ------------------------------- o Global Command syntax change: instead of 'set no...' it's now 'unset ...'. o Commands 'set data style', 'set function style' and 'set linestyle' changed to 'set style {data|function|line}, respectively. o Colour-coded plots in 3D and simulated 2D through the new 'pm3d' plotting style. o Boxes drawn by plotstyles 'boxes', 'candlesticks' and boxed errorbar styles can be filled with solid colors or hatch patterns. o New plot style 'with filledcurves' to fill an area defined by a curve in solid colour. o Windows, X11, OS/2 and GGI interactive graphical terminals now support interaction with the plot window by mouse and hotkeys. o The "enhanced" mode has been generalized from PostScript to some other terminal drivers. o 'set hidden3d' mode accepts non-grid data and hides them behind gridded surfaces plotted with them. o Several new terminal drivers: EMF, PDF, SVG, GGI, epslatex, aqua. o New function to query if a user-defined variable exists. o PNG and JPEG terminals using the GD library support libfreetype to use true-type fonts. o 'set label' can output a point symbol the comment refers to, and the text itself can be rotated by arbitrary angles (on some terminals). o The color of text elements can be changed. o 'set size ratio' now affects 3D plots, too. o The 'dgrid3d' can be switched between thin-plate splines and the older weighted averaging method, at compile time. o Some terminals now support 'koi8-r', ISO-Latin-2 and CP-852 encoding of user input. o Windows gnuplot recognizes the Unix/X11 style '-persist' option, and supports changing linewidth by core gnuplot commands. o A native compilation option of gnuplot for Mac OS X is now part of the mainline source, using the 'aquaterm' driver [3]. o Datafile comment character, column separator and decimal sign can be changed. o Arrows can be drawn with relative coordinates for the head, and the heads can be filled. o Allows 'set timefmt' independantly for each axis, and supports new '%s' format for seconds-since-1970 input. o Even more documentation misprints have been fixed, thanks to Shigeharu TAKENO Internal changes: ----------------- o Reorganization of the entire source tree. o Broken into considerably more source files than before. o Large sets of related global variables have been collected into relatively few global data structures (the 'axis' array and a global 'key' data structure, e.g.). o The gnuplot_x11 driver no longer is installed in the PATH, to avoid confusion about it. o Scaling and ticking of time/date axes respects the fact that 12 and 60 are not the same 10 or 100 much better. And, obviously, more bug fixes than could possibly fit into this narrow margin...
2004-06-25Note gaim updategavan1-1/+2
2004-06-25Add two missing files to PLIST.wiz1-1/+3
Reported by Kouichirou Hiratsuka in PR 26049.
2004-06-25prcs-1.3.3 update done.wiz2-3/+3
2004-06-25Update to 1.3.3, from Kouichirou Hiratsuka in PR 26033.wiz4-22/+13
Changes: Changes since version 1.3.2 * Make it work with gcc-3.2. Changes since version 1.3.1 * Contrib reorganization. * New contrib items. * Convert to latest and greatest autoconf, automake versions. * Implement automatic detection of gcc version 3 and apply the gcc3 patch in configure. * Apply a patch for compilation on Apple/Darwin (without gcc3). Changes since version 1.3.0 * Fix the following bug: a repository inconsistency could arise when a checkin operation is aborted after the project's RCS version file has been updated but before the PRCS repository data file is updated. * Fix a partial-checkin bug. * Fix bugs related to deleted project versions. * 'prcs info' now now prints summary information for deleted project versions. * Patches have been included for compilation with GCC 3.0.x. * Debian packaging. * prcs.el improvements. * prcs usage() reports to stdout instead of stderr. * prcs.texi bug in 'prcs execute' example. * contrib/prcs-clean improvements. Changes since version 1.2.16 * Add new command 'prcs changes' command. * Support for the new 'changes' command. * Add new --version-log= option to 'prcs checkin'. * Add new contrib package 'pck'. * Add a new --no-keywords option to 'prcs populate'. * Updated 'prcsutils' contrib package. * Updated 'visualtree' contrib package. * Fix a keyword-substitution bug. * Upgrade to regex sources from glibc-2.2.4 for 64-bit support. * Remove a declaration of abort() that was conflicting with the headers in RedHat 7.x and causing compilation problems. * Fix for non-existant user/group handling in 'prcs admin access' * Fix for checkin and merge commands to preserve the project file mode. * Fix prcs.el to support Emacs 21. * PRCS checks for proper versions of RCS and GNU diffutils before running--these checks were broken by GNU diffutils 2.7.2 and are now fixed. Changes since version 1.2.15 * Incorporate new contrib submissions (rprcs, prcs-synch, visualtree, pfe and prcsutils). * Previously, 'prcs config' would perform a sanity check on the configured RCS and diff commands to see that are indeed the GNU versions of those commands. * After a successful merge, list all files which have merge conflicts. Merge "No Prompt" actions are now silent unless -L is specified, and "Do Nothing" actions are silent when -f is specified and unless -L is specified. * Improve error reporting. * The documentation stated that `:' was a valid character for major version names, although the program has never accepted this character.
2004-06-25Add switch and voxel sourceforge mirrors, and reenable aleron,wiz1-2/+4
since it is currently working.
2004-06-25gsed package updated.seb1-2/+1
2004-06-25Cede maintainership to the hard-working people on tech-pkg@NetBSD.org.jlam1-2/+2
2004-06-25Whitespace nits.jlam1-11/+11
2004-06-25Note update of textproc/gsed to version 4.1 [many changes and a couplesseb1-1/+2
of fixes]
2004-06-25Update to version 4.1.seb5-46/+7
Package changes: * remove inclusion of converters/libiconv/buildlink3.mk, devel/gettext-lib/builtin.mk will take care of that if needed. Changes since last packaged version (4.0.9): * // matches the last regular expression even in POSIXLY_CORRECT mode. * change the way we treat lines which are not terminated by a newline. Such lines are printed without the terminating newline (as before) but as soon as more text is sent to the same output stream, the missing newline is printed, so that the two lines don't concatenate. The behavior is now independent from POSIXLY_CORRECT because POSIX actually has undefined behavior in this case, and the new implementation arguably gives the ``least expected surprise''. Thanks to Stepan Kasal for the implementation. * documentation improvements, with updated references to the POSIX.2 specification * error messages on I/O errors are better, and -i does not leave temporary files around (e.g. when running ``sed -i'' on a directory). * escapes are accepted in the y command (for example: y/o/\n/ transforms o's into newlines) * -i option tries to set the owner and group to the same as the input file * `L' command is deprecated and will be removed in sed 4.2. * line number addresses are processed differently -- this is supposedly conformant to POSIX and surely more idiot-proof. Line number addresses are not affected by jumping around them: they are activated and deactivated exactly where the script says, while previously 5,8b 1,5d would actually delete lines 1,2,3,4 and 9 (!). * multibyte characters are taken in consideration to compute the operands of s and y, provided you set LC_CTYPE correctly. They are also considered by \l, \L, \u, \U, \E. * [\n] matches either backslash or 'n' when POSIXLY_CORRECT. * new option --posix, disables all GNU extensions. POSIXLY_CORRECT only disables GNU extensions that violate the POSIX standard. * options -h and -V are not supported anymore, use --help and --version. * removed documentation for \s and \S which worked incorrectly * restored correct behavior for \w and \W: match [[:alnum:]_] and [^[:alnum:]_] (they used to match [[:alpha:]_] and [^[:alpha:]_] * the special address 0 can only be used in 0,/RE/ or 0~STEP addresses; other cases give an error (you are hindering portability for no reason if specifying 0,N and you are giving a dead command if specifying 0 alone). * when a \ is used to escape the character that would terminate an operand of the s or y commands, the backslash is removed before the regex is compiled. This is left undefined by POSIX; this behavior makes `s+x\+++g' remove occurrences of `x+', consistently with `s/x\///g'. (However, if you enjoy yourself trying `s*x\***g', sed will use the `x*' regex, and you won't be able to pass down `x\*' while using * as the delimiter; ideas on how to simplify the parser in this respect, and/or gain more coherent semantics, are welcome).
2004-06-25Note update of converters/p5-Jcode package to 0.86.taca1-1/+2
2004-06-25Update p5-Jcode package to 0.86.taca3-12/+13
$Revision: 0.86 $ $Date: 2004/06/20 09:54:33 $ ! Unicode/uni.c Unicode/uni2euc.h Flat-table representation of uni2euc is now segmented to paged tables so Visual C++ happy. Also pages w/ undefined characters only are aggregated to shrink the table by more than 50%. Thank you, Takahashi-san. Message-Id: <006301c45664$a048cb20$0401a8c0@makoto> 0.85 2004/06/18 18:32:19 ! Jcode.pm getcode() is now less likely to fail to detect utf-8 Message-Id: <001901c45541$234adb00$0401a8c0@makoto> 2003/06/21 07:37:54 ! Unicode/* Manifest Unicode XS is completely rewritten from scratch. It is now even faster than Encode (but less general, of course). Instead of bsearch(), Unicode XS now uses flat lookup table Which makes it not only faster but (hopefully) more portable. Its only price is slightly larger size of the shared library (360kb on FreeBSD 4-Stable)
2004-06-25Adjust docdir in configure. It should fix broken postgresql74-contribtaca2-1/+15
package in bulk build.
2004-06-25+ asc-1.15.0, fox-1.2.5, gnumeric-1.2.13, leafnode-1.10.1,wiz1-4/+7
mathomatic-11.2c, prcs-1.3.3 [pkg/26033].
2004-06-25Note new p7zip package.wiz1-1/+2
2004-06-25Add and enable p7zip.wiz1-1/+2
2004-06-25Initial import of p7zip.wiz7-0/+77
p7zip is a port of the Windows program 7za.exe. 7za.exe is a file archiver with the highest compression ratio.
2004-06-25make sure we get BMAKE set when calling printdepends and printindexdmcmahill1-3/+3
2004-06-25Note update of xmms-musepack to 1.00.jmmv1-1/+2
2004-06-25Update to 1.00:jmmv2-6/+5
* Fixed a crash when playing non-existent files. * Doesnt display an annoying message when xmms cannot play a file.
2004-06-25Update to 0.79:gavan3-10/+79
New Features: * Display name changes are now shown in the conversation windows. (Robert Mibus) * Get Info on Yahoo! now works for nonenglish profiles. (Ambrose Li) * General "Get Info" improvements on Yahoo! and MSN (Ambrose Li) * Yahoo! Japan support. Click More Options and check Yahoo Japan in the account editor, to use your Yahoo! Japan account * Gtk themes can now theme the Gaim buddy list independently of other things (Stu Tomlinson) * Show timestamps now has a per-conversation option in addition to the global one, bringing it in line with the other conver- sation options (Stu Tomlinson) * Added MSN buddy icons (Felipe Contreras) * Added MSN file transfer (Felipe Contreras) * MSN's idle state now actually sets a buddy idle * Buddy pounce defaults are now more sane, and apply to the state the buddy is currently in. For example, if the buddy is idle, set "Return from idle" by default. The last action(s) used are the defaults for the next pounce * Yahoo buddy icon support * Selected buddy icons will automatically convert to the appropriate format for the protocol. (GTK 2.2 and higher only) * Dragging an image file into the Modify Account dialog will set that as a buddy icon. * Development headers for compiling third-party plugins are now installed. (Stu Tomlinson) * Headers for gaim-remote now reside in gaim/ instead of gaim-include/. * Basic YCHT support, which allows joining Yahoo! Chats when logged in using the web messenger method Bug Fixes: * Fixed Yahoo! authentication problems. (Cerulean Studios) * Non-looping animated icons no longer cause Gaim to freeze * Flashing windows should work again for unix in window managers that support the URGENT hint (Etan Reisner) * Better handling of character sets in RTF for Novell (Mike Stoddard of Novell) * Contact list sync problems in Novell fixed (Mike Stoddard of Novell) * Fixed a crash in SILC that sometimes happened when resolving the buddy list (Pekka Riikonen) * Parallel compiles of the perl plugin should work better (Stu Tomlinson) * The disconnected UI op was called twice on connection errors. Now it is only called once. (Evan Schoenberg) * Dragging into conversation windows works better * Protocol-specific settings for accounts were being removed whenever the account was modified. Now they're only removed when the protocol type changes, as it should be. * Zephyr bug fixes and memory leak plugs (Arun A Tharuvai) * Rewrite of MSN buddylist support, which fixed a known syncronization bug and some others (Felipe Contreras)
2004-06-25Remove p5-Term-Readline as this was done by heinz@ on 23rd May 2004 based on aadrianp1-2/+1
patch I supplied. The PR has already been closed.
2004-06-25Note updates of rhythmbox to 0.8.5 and gossip to 0.7.6.jmmv1-1/+3
2004-06-25Update to 0.7.6:jmmv3-6/+10
* Lot of bug fixing gone into the Group Chats (Micke) * Drag contacts from roster to chat windows to start a chat (Micke) * Show new message icon as window icon when new message arrived (Sergey Dolgopolov) * Crash fixes (Micke) * Allow IP-numbers as hostpart of the JID (Fabio Bonelli) * Added copy&paste to chat windows. (Micke) * Fixed drawing error in chat windows tabs with certain themes (Geert-Jan) * Shrink chat windows after long messages has been sent (Micke, Lionel Henry) * Store log files as lowercase JID. (Micke) * Resubscribe support if subscription isn't both way (Ross Burton) * Show presence icon in new message popup list (Micke) * Added support for editing your own vCard (Martyn Russel, Micke) * New translations (en_CA, uk, eo, ar) * Updated translations: (lt, cs, en_GB, nl, ca, pt_BR, sv, zh_CN, da, pl, pt)
2004-06-25Update to 0.8.5. From Kouichirou Hiratsuka in PR pkg/26083.jmmv3-6/+8
* Metadata loading via Xine [Bastien Nocera] * Don't crash on duplicate database entries [Colin Walters] * Fix random crasher when using commandline args [Colin Walters] * Fix small display, sourcelist, and browser keybindings to not conflict with HIG [Colin Walters] * Actually include sk translation New Translations * is (Gunnar Steinn Magnússon) * sk (Ivan Noris) Updated translations * az (Metin Amiroff) * bg (Peter Slavov) * el (Nikos Charonitakis) * fi (Ilkka Tuohela) * fr (Christophe Fergeau) * it (Luca Ferretti)
2004-06-25Add dvdauthor-0.6.10sekiya2-2/+4
2004-06-25Add dvdauthor-0.6.10.sekiya4-0/+34
2004-06-25thunderbird has been updated to 0.7 (thanks taya!).snj1-2/+1
2004-06-24Make note of shorten update.ben2-3/+3
2004-06-24Upgrade shorten to version 3.6.0.ben2-5/+5
2004-06-24Make note of removal of gmodplay, iso-pernangband, and addition of lcab.ben1-1/+4
2004-06-24Add new package lcab.ben1-1/+2
2004-06-24Initial import of lcab-1.0b10, a Microsoft cabinet (.CAB) file creator.ben4-0/+26
2004-06-24note update of thunderbird & thunderbird-gtk2 to 0.7taya1-1/+3