Commit graph

29185 commits

Author SHA1 Message Date
wiz
82104f6d02 Update to 0.58. Changes since 0.55, except translation updates:
* Better applet transparency
* Option to raise buddy list on signons/signoffs
* Formatting of incoming MSN messages
* Get Info from menu multiple-account-aware (thanks Brian Bernas)
* Hide and unhide functions for the filectl plugin.  (Thanks, Ari Pollak)
* Added helpful stuff to the Help menu.
* Self-aliasing from the account editor.
* Better selection in GtkIMHtml (Thanks Ben Miller)
* A warning when your OSCAR buddy list is too long (Thanks, Mark Doliner)
* ICQ status messages in OSCAR (Thanks, Mark Doliner)
* Play sound when your name is said in a chat
* Approval dialog for Jabber when somebody wants to subscribe to user's
  presence. Also gives user the opportunity to add that buddy if not
  already on the user's buddy list.
* Jabber "Change buddy group" roster synchronization now works again.
  (This was unknowingly broken when the "out-sourced" Jabber libs were
  upgraded in 0.56)
* Invalid Jabber I.D.'s no longer crash Gaim.  User now notified with pop-up's.
* Jabber Buddy sign-on time support, added in 0.57, removed until and
  unless and inconsistency can be resolved. (Thanks, Nathan Walp)
* Bug-fix for potential buffer overflow in Jabber plugin. (Thanks, rwscott)
* Tempfiles used for secure MSN/HotMail login (added in
  0.57) are now themselves created securely.
* Secure MSN logins (added in 0.57) no longer blow up on Solaris.
* Timezone support improved.
* New authorization method for Yahoo!
* Jabber will tell you when your buddies signed on (Thanks Nathan Walp)
* Jabber improvements (Thanks, Nathan Walp)
* More keyboard shortcuts
* event_chat_recv takes char**'s, and event_im_recv takes a *guint32 for flags
* Secure hotmail login for MSN (thanks for the tips, Scott Werndorfer)
* Shell-like send history binded to Ctrl-Up and Ctrl-Down
* libjabber upgraded to most recent stable version
* Buddylist looks a little better
* Fixed MSN privacy settings
* Group deletion fix (Thanks Mark Doliner)
* Alias/Group syncronization for Jabber (Thanks JSeymour)
* Fixed broken signal handling in gdm-started GNOME sessions
  (Thanks Jim Seymour, Vann, Robert McQueen)
* Oscar group syncronization (Thanks, Mark Doliner)
* ICQ Authorization via Oscar (Thanks, Mark Doliner)
2002-05-29 16:27:03 +00:00
uebayasi
2f177b1663 Updated to 2.07. Provided by Hiramatsu Yoshifumi <hiramatu@boreas.dti.ne.jp>
in pkg/16289 as 2.06, and further update to 2.07 by me.

Some of changes from 2.04 are:

* Add 'valign' as an option to the html/cell template.
* Added the 'uri' filter for URI escaping text.
* Incorporated Doug's XS Stash.
* Modified Template::Plugins fetch() method to accept $factory as a code
  reference.
* 'orange' became valid colour.
* Added 'sorted' as a flag to the HTML plugin.
* Added get_all() and get() to the DBI iterator.

And many bug fixes as usual.
2002-05-29 15:10:59 +00:00
yyamano
3fd6d97d03 Remove STRIPFLAG to fix pkg/15467.
It was replaced with _STRIPFLAG_INSTALL and moved to defs.*.mk.
2002-05-29 14:55:22 +00:00
yyamano
5eb62eb51c Replace STRIPFLAG with _STRIPFLAG_INSTALL to fix pkg/15467. 2002-05-29 14:52:14 +00:00
yyamano
65c4e505e0 eplace STRIPFLAG with _STRIPFLAG_INSTALL to fix pkg/15467. 2002-05-29 14:45:56 +00:00
yyamano
3b51f99ef1 Replace STRIPFLAG with _STRIPFLAG_INSTALL to fix pkg/15467. 2002-05-29 14:33:35 +00:00
uebayasi
1c304c11d8 Add & enable p5-Font-TTF. 2002-05-29 14:12:33 +00:00
uebayasi
9465408708 Initial import of p5-Font-TTF from Rui-Xiang Guo in pkg/17035.
p5-Font-TTF is a Perl module for TrueType font hacking. Supports reading,
processing and writing of the following tables: GDEF, GPOS, GSUB, LTSH,
OS/2, PCLT, bsln, cmap, cvt, fdsc, feat, fpgm, glyf, hdmx, head, hhea,
hmtx, kern, loca, maxp, mort, name, post, prep, prop, vhea, vmtx and the
reading and writing of all other table types.
2002-05-29 14:11:24 +00:00
uebayasi
25816732ff Perl is used while processing manual pages.
Pointed out by Yasushi Oshima <oshimaya@sc.starcat.ne.jp> in pkg/17098.
2002-05-29 13:58:56 +00:00
tron
5511251ac4 Remove the "mutt-devel" package which has been superseded by the lastest
version of the "mutt" package.
2002-05-29 12:15:36 +00:00
tron
6859b87c20 Update "mutt" package to version 1.4. Visible changes since version
1.2.5.1 include:
- Better mh support: Mutt now supports .mh_sequences files.
  Currently, the "unseen", "flagged", and "replied" sequences are
  used to store mutt flags (the names are configurable using the
  $mh_seq_unseen, $mh_seq_flagged, and $mh_seq_replied configuration
  variables). As a side effect, messages in MH folders are no longer
  rewritten upon status changes.
- The "trashed" flag is supported for maildir folders.  See
  $maildir_trash.
- POP folder support.  You can now access a POP mailbox just like an
  IMAP folder (with obvious restrictions due to the protocol).
- URL syntax for remote folders.  You can pass things like
  pop://account@host and imap://account@host/folder as arguments for
  the -f command line flag.
- STARTTLS support.  If $ssl_starttls is set (the default), mutt
  will attempt to use STARTTLS on servers advertising that
  capability.
- $preconnect.  If set, a shell command to be executed if mutt fails
  to establish a connection to the server.  This is useful for
  setting up secure connections; see the muttrc(5) for details.
- $tunnel.  Use a pipe to a command instead of a raw socket.  See
  muttrc(5) for details.  (Basically, it's another way for setting
  up secure connections.)
- More new IMAP/POP-related variables (see muttrc(5) for details):
  $connect_timeout, $imap_authenticators, $imap_delim_chars,
  $imap_peek, $pop_authenticators, $pop_auth_try_all,
  $pop_checkinterval, $pop_delete, $pop_reconnect, $use_ipv6.
- The following IMAP/POP-related variables are gone:
  $imap_checkinterval, $imap_cramkey, $pop_port.
- There's a new imap-fetch-mail function, which forces a check for
  new messages on an IMAP server.
- The new-mailbox function was renamed to create-mailbox, and is
  bound to C instead of n by default.
For a complete overview of all new features look in the "NEWS" file.
2002-05-29 12:13:52 +00:00
skrll
5a363e14de Add and enable pth-syscall. 2002-05-29 08:21:41 +00:00
skrll
19f99199a4 Add a new variation on the pth package that has --enable-syscall-hard
as part of the configure options. A pth with this option enabled provides
some semblance of pre-emptive threads - enough for things like xmms and
knode to actually work.

Add the necessary glue to pthread.buildlink.mk and appropriate CONFLICT
into pth.

It is hoped that the pkgs that currently use

	-D_POSIX_THREAD_SYSCALL_SOFT=1

will be tested against pth-syscall and changed to use it. The goal is to
be able to add --enable-syscall-hard to devel/pth and retire pth-syscall.
Baby steps...
2002-05-29 08:19:55 +00:00
martti
514757bfda Updated lyx to 1.2.0
Changes (see the NEWS file for a complete list):

- Floats, footnotes and margin notes are now real insets. The
  positional parameters of figure, table and algorithm floats can be set
  float-by-float

- Most problems with the new table inset of 1.1.6 have been addressed
  (memory consumption, file bloat, spell-checking, search and replace...).
  Better longtable header/footer support was implemented.

- Notes inset can now contain arbitrary LyX constructs; they will not
  appear in the output.

- New minipage inset

- New graphics inset with support for hassle-free inclusion of various
  image formats (GIF, JPEG, PNG and EPS by default) and a new
  rendering scheme that should fix the bugs we had with the older
  ghostscript method.

- Support for natbib for bibliography citations

- The math editor has been mostly rewritten

- New ligature break special character, useful for words like
  "shelfful", or many german words

- Support for parsing preamble when converting LaTeX files. Along
  with changes in the LaTeX production of alignment options, this
  improves round-trip work where you export a LyX document as
  LaTeX, and later reimport it from LaTeX.

- Support for setting bookmarks and jumping to them

- It is possible to cycle between a label and its references.

- Preliminary support for multiple bibliographies

- Babel can be disabled

- A thesaurus facility (English only)
2002-05-29 07:36:31 +00:00
taya
7609670c56 Add LDFLAGS to set rpath.
Add patch-ae forget to add at previous commit.
2002-05-28 23:31:06 +00:00
tron
df6b9fc0e6 Update "opera" package to version 6.01. This update fixes a security hole
in the handling of the '<input type="file">' tag which could be used to
transfer files from the local host without the user noticing.
2002-05-28 15:26:58 +00:00
yyamano
f36670bf22 Replace STRIPFLAG with _STRIPFLAG_INSTALL to fix pkg/15467. 2002-05-28 15:01:22 +00:00
martti
cae3b755c7 Update virus definitions to version "4204" 2002-05-28 14:19:36 +00:00
abs
6d1c6db546 1.2.3 release notes state 1.0rc3 requirement 2002-05-28 01:07:25 +00:00
fredb
9201eb9bc0 Add mad/buildlink.mk, for programs that wish to use "libmad". 2002-05-28 00:05:08 +00:00
veego
95845032e3 Update to 0.9.3:
Support for MacOS X/Darwin have been added.
  Ported to use libdvdcss2 (1.2.0 and later).
  Can now use libdvdcss to also decrypt files on a normal filsystem.
  A bit more tolerant of incorrectly mastered DVDs.
  Build robustness fixes from Mark Espie.
  Added some Doxygen markup and comments.

Please note that you need to update libdvdcss to 1.2.0 if you are using it.
2002-05-27 15:08:15 +00:00
wiz
703cc88c07 Change patch slightly so that it works on NetBSD-current with the latest
soundcard.h additions.
2002-05-27 14:44:26 +00:00
taya
42ecbe8767 Source tarball has changed.
regen distinfo.
2002-05-26 23:47:03 +00:00
cjep
987c1d1a1d Add and enable rox-session. 2002-05-26 20:24:18 +00:00
cjep
4064d99663 settings->preferences. 2002-05-26 20:23:44 +00:00
cjep
9348459ce4 Initial import of ROX-Session 0.1.14 to the NetBSD packages collection.
ROX-Session is a ROX application which sets up your desktop when you log in
and starts any applications you ask it to. It also allows you to set various
preferences such as the default font, cursor blinking and mouse behaviour.

From Rui-Xiang Guo in PR#17039. Thanks!
Slight change to observe hier(7).
2002-05-26 20:22:07 +00:00
cjep
13d37e73f2 Make this package have better conformance to hier(8).
Move most files to share/rox and binary files to libexec/rox.
This closes PR#17038 from Rui-Xiang Guo. Thanks!
2002-05-26 19:45:44 +00:00
cjep
007ead7ccc Add and enable rox-wrappers. 2002-05-26 17:23:44 +00:00
cjep
07cda4cb9f Import Rox Wrappers v1.0.2 into the NetBSD packages collection.
This package provides Rox filer wrappers to existing applications
such as Netscape and Emacs so that these applications can be run
easily from the Rox filer.

From Rui-Xiang Guo (rxg at ms25.url.com.tw) in PR#17043. Thanks!
2002-05-26 17:22:48 +00:00
fredb
f1ae32bea9 Pass ${OBJECT_FMT} into a package's make environment, to permit BSD-make
packages to build correctly on "transitional" systems, where the user
may have ${OBJECT_FMT} set in ${MAKECONF} to either a.out or ELF. On such
systems, you need something like this just to build the "pkg_install"
package. Closes PR pkg/16213.
2002-05-26 15:00:25 +00:00
taya
7be3d97175 Update skipstone to 0.8.2
and add some patch to work with mozilla-1.0rc3

Changes from ChangeLog:
- Patch from Tai, to make find have the options to wrap around, search
  in frames and match entire words.
- Updated nl.po from Francois Duprez.
- Petr Balhos sent in a patch for the zoomer plugin to remmeber
  zoom history, I modified this patch to not store history for each
  site, instead now there is a context menu when right clicking on
  the plugin, it either asks to remember or unremember a setting
  for a specific url.
- Fixed the location entry not resizing when window is resized.
- Patch from Doug Kearns  to enable
  skipstone to convert relative paths to full paths so that the
  mozilla widget can find them correctly.
- Patch from Seth Kingsley to improve argument quoting when passing
  mailto urls to mua's.
- Patch from Daniel to move embed creation in window mode a notch up so
  the favicon plugin doesn't complain.
- Patch from Tai for SearchToolBar to encode search strings, structurize
  and add a border to the toolbar to make it look better.
- Mem leaks in FavIcon fixed.
- Another patch from Daniel, adds an option to go to last focused tab when
  closing another instead of the notebook widget jumping to the most left
  tab. I added config ui and its off by default, to turn it on go to misc
  config node.
- locale fixes from Tai-hwa Liang
- Patch from  Daniel Mooney  - Fixes expansion/shrinking
  of progressbar, adds two context message ids to statusbar and improves
  the overall display of statusbar messages. Also fixed memory leaks pointed
  by Daniel, thanks for his work.
- Added Bulgarian translation by  Miroslav Iordanov
- Alt-+ is changed to Alt-= for next tab.
- Configure patch applied from Nick Blievers .
  SkipStone distributions from now on, will contain configure, people
  checking out from CVS will have to run autoconf to generate a configure
  file. Thanks a lot to Nick and everybody for thier work on this.
- Remove pref that caused entries to have scrollbars when reached the end,
  you also have to remove it from your prefs.js ng.layout.gfx.scrollbars line.
- Changed the printing API and made it possible to print selected ranges in
  addition to all pages or selected pages.
- Compile with debug was broken, fixed. Thanks to Muthu Kumar for finding out.
2002-05-26 12:10:13 +00:00
wiz
bee36ac215 Rename metamail package from 'mm' to 'metamail'. Closes pkg/17030. 2002-05-26 10:42:39 +00:00
wiz
02443a5f52 Update to 1.01, changes unknown. Update provided by rxg in pkg/17036. 2002-05-26 10:39:22 +00:00
jmcneill
3266e0ed29 Add xmms-mad 2002-05-26 04:01:54 +00:00
jmcneill
b0f04d7505 Import xmms-mad-0.0.9:
xmms-mad is an input plugin for xmms that uses libmad to decode MPEG
layer 1/2/3 file and streams. Current featured include:
        local mp3 file playback
        shoutchast/icecast stream playback
        seeking
        ID3 tag parsing
        http header parsing

See http://www.superduper.net/xmms-mad/ for more information.
2002-05-26 04:00:50 +00:00
rh
5ac7bac9c0 Add and enable spiralsynth 2002-05-26 01:22:55 +00:00
rh
b50ec5a371 Initial import of spiralsynth-0.1.7, an "analog" synthesizer with X11 gui. 2002-05-26 01:14:26 +00:00
wiz
6ae7f388b9 Regen: SHA1 for oneko-1.1b.tar.gz changed without the files' contents
changing (compared to old distfile). Closes pkg/17026 by Christian Biere.
2002-05-26 01:05:16 +00:00
rh
0913dc54af Cleanup: remove bogus DEINSTALL.out and make sure this gets created in
${WRKDIR}, not ${PKGDIR}
2002-05-26 00:57:14 +00:00
rh
2bc90e0d15 Add and enable lambdamoo packages 2002-05-26 00:22:34 +00:00
rh
1478c3ae54 Initial import of lambdamoo-1.8.1, a network-accessible, multi-user,
programmable, interactive system well-suited to the construction of
text-based adventure games, conferencing systems, and other collaborative
software.  Provided by Ben Collver <collver@linuxfreemail.com>.
Together with the previous commits, this closes his PR pkg/13073.
2002-05-26 00:21:43 +00:00
rh
71317cbe5d Initial import of lambdamoo-core-990412, a set of generic core classes
for lambdamoo.  Provided in PR pkg/13073 by Ben Collver
<collver@linuxfreemail.com>
2002-05-26 00:19:42 +00:00
rh
06a5161011 Initial import of lambdamoo-doc-1.8.0p6, documentation for lambdamoo,
provided by Ben Collver <collver@linuxfreemail.com>.
2002-05-26 00:17:59 +00:00
taya
b8a9decbec Update galeon to 1.2.3
Changes from release mail:
- mozilla 1.0rc3 compatibilty/requirement
- bugfixes
2002-05-25 23:35:59 +00:00
taya
82fc4d6e15 Update mozilla to 1.0rc3
* We've landed 139 bug fixes since RC2, including fixes for plugins, usability, crashes, and internationalization issues.

See release notes for detail.
http://www.mozilla.org/releases/mozilla1.0/
2002-05-25 23:33:11 +00:00
rh
9305bfb223 Add and enable tex2rtf 2002-05-25 23:23:40 +00:00
rh
0f23fcf357 Initial import of tex2rtf-164, a TeX to RTF converter. Provided by
collver@linuxfreemail.com -- thanks!  This closes his PR pkg/14736.
2002-05-25 23:23:01 +00:00
dmcmahill
b6f56a6c1c look for __sparc__ instead of sparc. Builds and works on sparc now.
While here add list of network interfaces for alpha, dreamcast and vax.
2002-05-25 20:51:26 +00:00
wiz
1250b91207 Use the new 0.8.4a distfile. Switch to bz2.
New distfile verified against the gpg key on wwwkeys.pgp.net.
2002-05-25 20:06:01 +00:00
fredb
c3b6c6f1fe Change the socks' DEPENDS to BUILD_DEPENDS, as socks4 installs no shared
library, and socks5's shared library is renamed to prevent packages from
picking it up by accident (so all 11 packages which respect USE_SOCKS
currently always link against a static socks library).
2002-05-25 20:01:19 +00:00