Commit graph

75821 commits

Author SHA1 Message Date
jmmv
8f3b070cd0 Please pkglint; also break a very long line. 2005-03-05 09:19:45 +00:00
uebayasi
a3ac8cc2c4 Update riece to 1.0.7a.
* Major changes in 1.0.7
** New add-on riece-toolbar. (ueno)
   riece-toolbar displays icons on toolbar.  Currently not all the
   icons are included.
** New add-on riece-keepalive. (ueno)
   riece-keepalive spontaneously sends a PING message to server to
   keep an IRC connection.
** New add-on riece-google. (bg66)
   riece-google searches on Google and sends the result to the channel.
** New add-on riece-eval. (bg66)
   riece-eval evaluates elisp expression and sends the result to the channel.
** Some add-ons are enabled by default. (ueno)
   riece-log, riece-alias, riece-ctlseq, and riece-keyword are now
   enabled by default.
** New command riece-command-suspend-resume. (ueno)
   riece-command-suspend-resume saves or restores the current window
   configuration.
** Preserve cursor position when clicking button widget. (ueno)
** Decorate modeline indicator with faces. (ueno)
** Count users in NAMES reply. (ueno)
** New user option riece-part-message. (ueno)
** Add-ons located in riece-addon-directory are automatically enabled. (ueno)
** Default value of riece-buffer-dispose-function is now kill-buffer. (ueno)
** Backtrace when encountered an error in process-filter. (ueno)
** Ask channel key to user when it is required. (ueno)
** Automatic buffer shrinking is now disabled by default. (ueno)
** New directory structure for riece-log. (ueno)
** Fixed a bug in user-renamed signal-filter. (kaoru)
** Fixed a bug in riece-command-enable-addon and
   riece-command-disable-addon. (yoichi)

* Major changes in 1.0.6
** Bundle url-riece, a backend of url-irc which comes with the recent
   GNU Emacs. (Yamato-san)
** New user option riece-url-regexp-alist to allow users to define
   mapping from arbitrary strings (such as "Bug#12345") to URL. (This
   feature is a backport from Liece) (ueno)
** New modeline indicator which represents user's channel operator
   status in the current channel. (ueno, thanks to k-to)
** Remove multiple lines at a time when shrinking channel buffers.
   Number of lines to be removed is controlled by
   riece-shrink-buffer-remove-lines option. (ueno, thanks to ysjj)
** riece-alias-alist now works again. (ueno)
** Fixed a bug in flow control for sending long messages, introduced
   in 1.0.4. (ueno)
** New command riece-submit-bug-report to generate a template for good
   problem report. (ueno)
** Accept radical IRC proxy programs which break with tradition of the
   original IRC server implementation. (ueno, thanks to k-to san)
** New key bind C-c # <number> to switch channel by number. (ueno,
   thanks to ysjj)
** If a prefix-argument is given, riece-yank sends message as a NOTICE. (bg66)
2005-03-05 09:14:11 +00:00
grant
8bb85c2cd0 add a comment describing the options used on AIX. 2005-03-05 07:43:05 +00:00
wiz
d1452dfbbe + pango-1.8.1. 2005-03-05 04:34:40 +00:00
minskim
c174119d73 Note update of mathomatic. 2005-03-05 03:02:56 +00:00
minskim
ee0cae71c1 Update mathomatic to 12.1d.
Changes since 11.7:
- Increased precision and optimization of code command.
- Prepared code for future improvement to integrate command.
- Integrate (a*constant^x) for x has been added.
- Allow differentiation and integration of -constant^x.
- Disabled power factoring of k^x*k^y, where k is a constant.
  This fixes a small bug.
- Reduced stack usage by almost 2/3.
- Reduced stack usage another large amount to the smallest it can be.
- Laplace (a*constant^x) and (a/constant^x) for x has been added.
- Allow integration of (a/constant^x) for x.
- Moved all numeric GCD routines to "gcd.c".
- Improved limit command for "limit x inf".
- Halved the default equation size and doubled the number of equation
  spaces to 40.
- Fixed bug that caused infinite loop for "2^(.5*n)" and incorrect answer
  for "-1^(2*n)".
- Allow edit command to work with no equations defined.
- Allow typing "abort" or "quit" during pause command.
- They both abort the current operation.
- Removed usage displayed every time a command fails.
- Simplify command once again prefers 1/(constant^n) instead of (1/constant)^n.
- Added "set finance" option.
- Some improvement to simplification of constants.
- Improved "factor number" command.  Made self-testing and allow
  multiple integers.
- Strip trailing newlines from string returned by getstring().
- Re-enabled power factoring of k^x*k^y, where k is a constant.
- The bug it had caused just disappeared.
- This is because a lot of changes have been made.
- Some speed up in polynomial factoring made by ignoring anything that
  is not a polynomial in any variable.
- Improved denominator rationalizer.
- Disabled power factoring of -1^x*-1^y.  This time it is done right.
- Added new function debug_string().  It simplifies the debugging code.
- Simplified pf_sub() (the polynomial factoring subroutine).
- Fixed up Prime Number Tools man pages.
- Improved matho-twin.
- Added simplification of roots like 12^.5 to 2*(3^.5) in simplify command.
- Code cleanup.
- Improved the results of solving by not always factoring constants.
- Added semicolon (";") to end of each line when using "list export".
- Some improvement made to the simplify command.
- More tests added to test suite.
- Fixed bug in patch_root_div().
- Fixed infinity/nan bug in uf_repeat().
2005-03-05 03:01:50 +00:00
garbled
21796009f9 Disable aix64 when building gcc on AIX. It seems to cause wierd
problems.  I don't think gcc works properly on that target yet.
2005-03-05 01:19:30 +00:00
grant
a30e671ab3 remove HOMEPAGE comment that somehow made it in here. 2005-03-05 00:12:10 +00:00
tv
ccb4d9de5b Give away MAINTAINER; I don't use this package anymore. 2005-03-04 22:42:56 +00:00
adrianp
b22b18d253 - Update horde to 3.0.3 2005-03-04 22:36:51 +00:00
adrianp
08c2f48678 - Update horde to 3.0.3
- Whitespace police
- PLIST sorting and fixing
- Fix postgresql support to now extend to 8.0 as noted in PR# 29590 by
   jaapb (at) kerguelen.org, thanks for the PR.

> Major changes compared to the Horde version 3.0.3-RC1 are:
>     * Added support for clearing user preferences to LDAP driver.
>     * Minor bug fixes and improvements.
>
> Major changes compared to the Horde version 3.0.2 are:
>     * Improved layout of wrapping menus in Gecko and KHTML based browsers.
>     * Fixed some session handler issues.
>     * Fixed caching in the Version Control library, used by Chora.
>     * Fixed updating of IMAP folder trees when (un)subscribing IMAP folders.
>     * Improved performance of DataTree library, used by IMP's message history.
>     * Changed log level of logins and logouts.
>     * Updated German and Japanese translations.
>     * Minor bug and layout fixes.
>
2005-03-04 22:35:22 +00:00
adrianp
a93558e11a - Sort PLIST to make pkglint happy
- Move USE_INET6 BUILD_DEFS as pointed out by Georg Schwarz on tech-pkg@
2005-03-04 21:05:04 +00:00
tv
69c509bf6b Make p5-GnuPG-Interface and pgpenvelope work again by switching to the
Class::MethodMaker v1 compatibility interface in Class::MakeMethods.
Bump PKGREVISION.
2005-03-04 20:57:50 +00:00
tv
323d32a671 +p5-Class-MakeMethods 2005-03-04 20:42:38 +00:00
tv
b77b30794c p5-Class-MakeMethods 1.010, a similar but not quite the same analogue to
Class::MethodMaker.  Included is a Class::MethodMaker v1 emulator that
provides better compatibility than the one in Class::MethodMaker v2.

From DESCR:

By passing arguments to "use Class::MakeMethods ..." statements, you can
select from a library of hundreds of common types of methods, which are
dynamically installed as subroutines in your module, simplifying the
code for your class.
2005-03-04 20:41:58 +00:00
tv
7df7f868df Add empty "do-test" target to override the TEST_TARGET definition in module.mk. 2005-03-04 17:38:53 +00:00
schwarz
8057141bb1 added missing $NetBSD$ tag to patch-ac 2005-03-04 16:27:26 +00:00
wiz
6ef2e3776a + phpmyadmin-2.6.1pl3 2005-03-04 16:11:52 +00:00
reinoud
d2f8aae266 Update blender package to include all scripts distributed with it. Also
providing an convenience script that links default scripts directory to
the homedir. This due to oddities in the blender program too far reaching
to easily patch.
2005-03-04 16:04:59 +00:00
uebayasi
86f30cf533 Update wol to 0.7.1.
* fix --disable-gettext bug
* fix documentation
* fix prerequisite-headers bug
* add swedish translation
2005-03-04 15:43:54 +00:00
wiz
f115523fa7 - xemacs, mew (thanks, uebayasi). 2005-03-04 15:37:00 +00:00
uebayasi
0ff49b86b7 Update mew to 4.2.
Changes (cited from 00diff) are:

> 	      <Differences between Mew 4.2 and Mew 4.1>
>
> * mew-nmz.el has been integrated. You can search messages with
>   keyword DB. For more information, see info.
> * "C-uw" prepares a draft whose To: is the address on From: of the
>   current message.
> * "e" in Summary can convert any mark to new one.
> * S/MIME has been supported. (alpha stage)
> * IMAP UTF-7 support. You can use non-ASCII characters for folder
>   names.
> * TLS has been supported.
> * Fixing a bug of SSL.
> * Drag and Drop composing has been supported.
> * Many small bug fixes.
2005-03-04 15:32:35 +00:00
uebayasi
191c8cf476 Belately note update of xemacs 21.4.17.
Fix the movemail.c format string vulnerability.  Other changes are
mostly build & documentation fixes.

In pkgsrc, pass ${LOCALBASE} and ${X11BASE} as the --site-includes
/ --sith-libraries / --site-runtime-libraries to configure more
correctly.  No visible change.
2005-03-04 15:31:45 +00:00
schwarz
c442ad615e fixed a small code flaw in Mailbox.c as reported in PR#28898 2005-03-04 15:31:42 +00:00
spz
d7afe57a11 again, patches to make the software compile on amd64, but not the final
solution to that probably. And this time to HEAD where it belongs.
No wrongful Tag file in the CVS directory this time.
2005-03-04 15:03:17 +00:00
spz
8e354c241b new patches on account of the previous au-az having gone to the wrong
place (branch instead of head)
2005-03-04 14:55:57 +00:00
jwise
2963023acb Also accept xemacs-nox11 in DEPENDS. Someone should eventually work the
magic of buildlink here, but in the meantime, there's not much point in
having an xemacs-nox11 without allowing it to install the packages.

(Actually, should xemacs-nox11 become xemacs with PKG_OPTIONS.xemacs without
`x11'?

Which way are we going with these things?)
2005-03-04 14:54:56 +00:00
wiz
0b5cbd5a78 + auctex-11.55, courier-authlib-0.55, courier-imap-4.0.2,
courier-maildir-0.49.0, mathomatic-12.1d, mtools-3.9.10,
  p5-PerlMagick-6.2.0-4, sqwebmail-5.0.1, sylpheed-1.0.3, trac-0.8.1,
  xpad-2.5.
2005-03-04 14:32:27 +00:00
darcy
21194cbffa Regenerate distinfo for the 3.14 update. 2005-03-04 13:34:46 +00:00
wiz
adb3e22e52 Update BUILDLINK_DEPENDS overrides to the versions evolution currently demands.
Closes PR 29587.
2005-03-04 12:20:25 +00:00
wiz
e16ef17a44 p5-Curses updated to 1.08b. 2005-03-04 12:09:29 +00:00
wiz
e24e644f40 Update to 1.08b. Closes PR 29583.
New in 1.08 (November 2004)

  - perl.syms more verbose so you can diagnose failures.

  - You can use environment variables instead of modifying Makefile.PL
    to set your -I, -L, etc. options for the Curses libraries.

  - c-linux.ncurses.h hints file includes ncurses.h, not curses.h.

  - New c-darwin-thread-multi-2level.h hints file.

New in 1.07 (September 2004)

  - Call to Perl_isa_sv() changed to isa_sv() because the former doesn't
    work on some systems (causes a build failure).


New in 1.06 (July 2001)

 o Now requires perl5.005 or better to run.  (You can probably run it
   in perl5.002-perl5.004 by grabbing newCONSTSUB out of the IO
   distribution on CPAN and editing all uses of "foreach my $var" in
   my perl scripts.)

 o Did lots of fiddling with the file generation in an effort to make
   it more comprehensible.  In doing so, I moved around the way some
   things were done and probably broke it on some systems with weird
   compilers.  Please let me know.

 o changed the "Curses->new()" function to be a bit less clever.

 o Support for libmenu!  Many thanks to Yury Pshenichny <yura at zp.ua>
   who did most of the actual work.

   Update: Well, sort of support.  For some reason beyond my ken, it
   doesn't work with Solaris (2.6) libmenu. (The items won't attach to
   the menu.)  ncurses menu, both 1.9.9 and 5.2, seem to work fine.

 o libform support added, too.  Ho hum.  ;)  This one does appear to
   work with Solaris libform.

 o Added the following ncurses extension functions:

   use_default_colors()
   assume_default_colors()
   define_key()
   keybound()
   keyok()
   resizeterm()

   (Thanks to neild at misago.org, hans at kolej.mff.cuni.cz)

 o Re-enabled the functions:

   attr_get()
   attr_off()
   attr_on()
   attr_set()

 o Between the functions supported and the functions listed in the
   pod as not supported, those are all the ones I know about.
   Got any more?  Let me know.

 o Fixed 64 bit issue with getch() and possibly others, truncating
   returns of `chtype' to 32 bits.  Note that this could possibly
   break some OSes.  Please let me know.
   (Thanks to Randall.G.Steiner at bankofamerica.com)

 o Fixed bug where @ARGV was always being cleared, and so no arguments
   ever got to MakeMaker.
   (Thanks to bdlow at nortelnetworks.com)

 o Added hints for Darwin/Mac OS X system.
   (Thanks to sdietrich at emlab.com)

 o Added note to NETBSD users at the bottom of this README.

 o Added a security notice to the README and pod.
   (Thanks to connor at ing.umu.se)

 o Has anyone successfully used the mouse event stuff?

pkgsrc:
MENUS and FORMS support not enabled because of compilation problems.
2005-03-04 12:09:03 +00:00
wiz
f454d6899a Add some ROM-, mostly arcade-(MAME-)related tools from www.logiqx.com. 2005-03-04 12:05:12 +00:00
spz
bb237e1daa added patches au-az 2005-03-04 07:12:48 +00:00
jschauma
bba906c22c Make this work on IRIX.
NB: this needs an install-sh that supports "-S -f", as in rev. 1.3 of
bootstrap/files/install-sh.in.  After installing that install-sh, set
_STRIPFLAG_INSTALL?=    -S -f
in mk/platform/IRIX.mk and all should be peachy.  This will be done
correctly eventually, don't worry. :-)
2005-03-04 03:59:32 +00:00
jschauma
5cad4922d8 Some strip(1) commands don't strip anything but executables, so in order
to strip dynamic libraries, one would have to pass "-f" to strip(1).
This is done by passing "-S -f" to install, which implies "-s".
Make it so.
2005-03-04 03:11:50 +00:00
kristerw
ad680a34f0 Prevent use of undefined variables on unsupported platforms. 2005-03-03 22:47:34 +00:00
agc
9fcba1c468 Update gpg2dot to version 1.4.
Fixes from Christoph Badura, who tested on gnupg-1.2.

This new version works with gnupg-1.4.0 as well as older versions of gpg,
and uses the --list-sigs argument as well as the --with-colons arguments
to gpg.
2005-03-03 22:43:49 +00:00
garbled
3f735beba0 Fix for libtool locking on AIX. Found by grant, tested by me on aix 4.3.3 2005-03-03 22:30:15 +00:00
wiz
518e91afa6 Updated ImageMagick to 6.2.0-4 [drochner 2005-03-03] 2005-03-03 21:32:54 +00:00
grant
2b6fc0348e whitespace cleanup 2005-03-03 21:15:53 +00:00
grant
61d631fdd3 set USE_LIBTOOL, which allows mod_python.so to build.
reported by Sebastian Prause on tech-pkg.
2005-03-03 21:14:36 +00:00
garbled
93fa32fe68 Make libtool work better on AIX. There is still one problem remaining,
and that is that it sets needs_locking for AIX, and then locks
indefinately when compiling.  Unsure how to fix that.
2005-03-03 20:33:44 +00:00
garbled
c0d0a1bbd7 Fix a problem noted by wiz in 2.0/i386 bulk buildx 2005-03-03 20:23:51 +00:00
jmmv
df53cbd926 Note update of vte to 0.11.12. 2005-03-03 16:53:40 +00:00
jmmv
d47e51b2fc Update to 0.11.12:
- Performance improvements:
  - Two patches from bug #137864 (Benjamin Otte)
  - Patch from bug #143914 (Søren Sandmann)
- Fix crash when resizing a terminal running minicom (Søren Sandmann)
  Closes bug #163814 and duplicate.
- Adjust timeouts to make us behave like xterm when
  outputing large amounts of text and still be fast (Kjartan)
- Fix build with VTE_DEBUG enabled (Kjartan)
- Build fixes for NetBSD and Darwin. Bug #126377 (Adrian Bunk)
- Build fixes for AIX. Bug #161352
- Make keypad behave like in xterm. Bug #128099. (jylefort at brutele be)
- Fix black background in new terminals. Bug #125364. (Fedora)
- Fix scrolling issues. Bug #168210 (Fedora)
- Fix screen corruption with multibyte charsets. Bug #168211 (Fedora)
- Redraw terminal fully before scrolling. Bug #168212 (Fedora)
- Fix crash with IM-methods. Bug #168213 (Fedora)
- Fix for scrolling back then forward. Bug 122150 (Benjamin Otte)
- Make terminal report correct type. Bug 130761 (Mariano)
- Updated translations:
  Estii (et), Old English (ang), Canadian English (en_CA),
  Spanish (es), Hungarian (hu), Albanian (sq), Norwegian bokmål (nb),
  Bosnian (bs), Finnish (fi), Oriya (or), Georgian (ka), Hindi (hi)
2005-03-03 16:53:09 +00:00
drochner
68b32e264c fix checksums 2005-03-03 16:47:53 +00:00
drochner
345f10fbd4 require gcc-3.3 (I don't understand the problem with 2.95, but it helps)
should fix problem seen on 1.6 bulk build
2005-03-03 16:39:28 +00:00
drochner
7a23d20b75 require gcc-3.3, should fix problem seen on 1.6 bulk build 2005-03-03 16:36:46 +00:00
uebayasi
94e9002d02 * Correct PLIST when !defined(PKG_OPTIONS.xemacs:Mcanna).
* Move library/header path configurations from xemacs/Makefile.common
  to xemacs/Makefile and xemacs-nox11/Makefile.  Don't add X-related
  paths for -nox11.  Fix build failure reported by bulk builds.
2005-03-03 16:16:03 +00:00