Commit graph

121567 commits

Author SHA1 Message Date
smb
89ef082df4 Get the patch right this time... 2008-01-09 20:35:28 +00:00
tnn
3ddefc23b4 Update to gtk2-2.12.5.
This release fixes an incomplete icon cache that was accidentally shipped
in 2.12.4.

Noted by wiz@
2008-01-09 20:27:19 +00:00
smb
b58d777007 Replace calls to gmtime() with calls to gmtime_r() in a threaded routine. 2008-01-09 20:12:19 +00:00
wiz
b02642ccd9 Only conflict with siag<3.6.1, since that version does not include
antiword any longer.
2008-01-09 20:09:35 +00:00
drochner
fbb7600e73 oops, forgot to add 2008-01-09 19:21:45 +00:00
drochner
743a1c2119 update to 34
changes:
+ multiple language capability for GUI, German translation done.
+ fix crash after attempting to open a non-image file type
2008-01-09 19:21:08 +00:00
reed
1364b53802 Updated mowitz and siag. 2008-01-09 19:20:08 +00:00
reed
40df5f5b8c Update to 3.6.1.
Removed four patches -- three are integrated and antiword is removed.

No longer conflict with antiword.

Add patch (from OpenBSD) in attempt to fix egon.

Improve DESCR.

Add http download to MASTER_SITES.

Don't depend on gv or gnuplot. gnuplot is optional. And I don't
know why it depended on gv. This package provides its own postscript
viewer.

ChangeLog has:

061110	Buildability fixes for Egon.
	Unbundled Antiword.
	Corrected formatting errors in dictionary.it.
	Bundled o3read.

030916	Siag, PW: Ctrl-T adds sheet, Ctrl-W removes sheet.

030820	Got newest source from CVS. xsiag/window.c had to be
	reformatted using indent.

030309	Replaced applicationShellWidgetClass with
	mwApplicationShellWidgetClass. Instant drag and drop
	support, just like that. This means that Mowitz >= 0.3.0
	is now required.
	Siag, PW, Egon: remove drop.[ch] and use drop functionality
	in Mowitz instead. Added cb_drag and cb_drop callbacks.

030304	Replaced XtAppInitialize with XtOpenApplication everywhere.

030303	Changed .cvs to .csv in common/siag.dfmext.
2008-01-09 19:16:13 +00:00
heinz
bb4a186270 Initial import (and probably last commit :-). 2008-01-09 19:14:43 +00:00
drochner
78966655d9 update to 1.7.6
changes: bug fixes, translation updates
2008-01-09 19:09:23 +00:00
heinz
6998a6d94f Corrected name of Apache license. 2008-01-09 19:09:22 +00:00
drochner
ff34974bcb update to 0.82.3
changes:
-fixes
-dbus.Bus() deprecated
-ode for which Collabora is the only copyright holder is now under
 the same permissive MIT/X11 license under which dbus core
 is being relicensed
2008-01-09 19:04:42 +00:00
drochner
0c9d1cec28 update to 8.61
changes: a number of bug fixes and improvements
Note: The default device in the gcc build is now the 'x11alpha' device
which provides antialiasing for display. To recover the old
default behaviour add '-sDEVICE=x11' to the command line.
2008-01-09 19:01:07 +00:00
reed
350f0a87bd Update to 0.3.1.
Improve COMMENT.
Change configure argument from --with-xawm to --with-xaw3d.
Add to BUILD_DEFS.

(NOTE: I am updating misc/siag also.)

Changelog has:

070830  Two patches from Pascal Terjan fixes buffer overflows
        in MwXFilesel.c and MwXFormat.c.
        Released 0.3.1.

040108  Added John Cwikla's XCC code. Prepended Mw to all files
        and external symbols. This adds "Color Contexts" which
        allow easy colour management with any visual. Anything
        within Mowitz that calls MwAllocColor or MwQueryColor
        will be rewritten to use color contexts instead.

030919  Cleaned up the code for release.
        Released 0.3.0.

030304  New widget in MwApplicationShell.c is subclassed from
        applicationShellWidgetClass, but has callbacks for
        OffiX and Xdnd drops.

030209  MwMenu.c: catch X errors in XGrabButton. Needed for OpenWindows,
        discovered by James B. Hiller <jhiller@visi.net>.
        Released 0.2.3.

030128  Changed malloc to MwMalloc, realloc to MwRealloc and
        free to MwFree in MwRudegrid.c.
2008-01-09 19:00:25 +00:00
drochner
1d65682e8d update to 2.12.1
changes: misc fixes
2008-01-09 18:56:01 +00:00
drochner
79fe9393ee update to 2.14.1
changes:
- Avoid wakeups when using Python trunk
- Add an uninstalled.pc
2008-01-09 18:53:48 +00:00
drochner
8d07e18e52 +gnome-platform 2008-01-09 18:49:21 +00:00
drochner
03a52520b4 add gnome-platform-2.20.3, a meta-pkg to track the "platform" part
of the gnome distribution
(already at 2.20.3 which was released today, thanks to Tobias Nygren)
2008-01-09 18:47:36 +00:00
drochner
c8ee18ad40 update to 0.36.3
changes: bugfixes
2008-01-09 18:43:50 +00:00
kristerw
5b4e207844 Update an include file to fix build errors for PKG_OPTIONS.emacs+=x11. 2008-01-09 18:27:35 +00:00
reinoud
3692ed5cbd Fix wine directory reading correctly.
patch-ac was wrong since __NetBSD_Version should have been
__NetBSD_Version__. Also the NetBSD compat getdirentries() returned struct
dirent12s having 32 bit ino_t and not the included struct dirent having 64
bit ino_t.
2008-01-09 17:46:41 +00:00
drochner
29661685db fix a build error reported by Thomas Klausner: replace wrong use of
which(1) in a Makefile part provided by gtk-doc by a newer version
(which is still not portable, but since that gtk-doc stuff is used
at many places there is no point in introducing something better here)
2008-01-09 17:44:39 +00:00
heinz
13d8eb48b4 The package supports installation to DESTDIR and needs a C compiler. 2008-01-09 16:33:23 +00:00
heinz
fc868defc9 Updated to version 3.2.4.
Pkgsrc changes:
  - Due to "user-destdir" mode not working yet switched to "destdir" mode
    for the time being.
  - Explicitly listed licence information.
  - Listed submitted bug identifiers for patch-ba and patch-bc.

Changes since version 3.2.3:
============================
3.2.4 is a major bug-fix release, with a few minor new features. Summary of
changes:

- bug 5599: allow load distribution of SA nameserver queries across all
  nameservers listed in resolv.conf, using 'dns_options rotate'. thanks
  to Pawel Sasin <hannibal /at/ wp-sa.pl>

- bug 5673: 'ALL' header was including spurious extra spaces between header
  names and values.  fix

- bug 5594: several major sa-compile fixes.  major increase in overall speed;
  cache results between runs to further increase speed; and fix a danger of
  massive memory usage

- bug 5556: fix a variety of sa-compile portability issues, and support for
  5.6.x perls

- bug 5514: make 'score set for a non-existent rule' a debug message, instead
  of a lint warning, since it's a very frequent FAQ

- bug 5493: sa-compile fails to correctly deal with escaped backslashes.  fix

- bug 5672: remove DNS_FROM_SECURITYSAGE (DNSBL lookups against
  securitysage.com) due to unreliability

- bug 5476: update Bonded Sender (now Sender Score Certified) rules, and add
  a rule for their strictly-confirmed-opt-in-required zone

- bug 5538: remove FORGED_MUA_AOL_FROM and FORGED_AOL_TAGS entirely; they're
  obsolete, given the current capabilities of AOL mail user agents

- bug 5632: remove all completewhois.com DNSBL lookups, site seems to have
  disappeared without warning

- bug 5715: allow for more than one sa-update MIRRORED.BY file host in DNS,
  for redundancy

- bug 5662: DKIM changes: recognize author signature and multiple signatures
  for whitelisting (with Mail::DKIM 0.29); disable useless
  "check_dkim_signsome"; new eval rules "check_dkim_valid_author_sig" and
  "check_dkim_valid" (an alias for a "check_dkim_verified" misnomer); new
  tags _DKIMIDENTITY_ and _DKIMDOMAIN_; updated terminology; verification
  speedup with Mail::DKIM 0.30 (or its pre-releases)

- bug 5696: sa-compile: cut regexp base strings at Unicode high codepoints,
  to avoid corruption of patterns containing UTF-8

- bug 5637: bayes_file_mode is handled incorrectly when creating bayes.mutex,
  resulting in incorrect permissions on that file; fix by Mihaly Barasz

- bug 5612: DB_File version 4.2.x has a bug that loops infinitely if files
  named '__db.{filename}' are present; work around.  thanks to J. Nick
  Koston for the report and fix

- bug 5606: too-early init_learner() call causes root's user prefs file to
  be read when spamd is started; this is inappropriate. fix

- bug 4179: if allow_user_rules is 1, user rules are not unique to each
  user; one user's user rules can appear in later scans for other users
  that are run using the same spamd process. fix

- bug 5680: ALL_TRUSTED can fire if a trusted MSA or webmail system receives
  the message from an untrusted X-Originating-IP: header. fix

- bug 5626: in the 'spamassassin' script, install a signal handler for SIGHUP,
  SIGINT, SIGTERM and SIGPIPE to ensure that temporary files are removed

- bug 5557: some temporary files are left not cleaned up on Windows; fix

- bug 5661: speed up Bayes SQL queries by allowing the use of indexes when
  expiring

- bug 5611: support 'spamd --nouser-config -u username', which setuids to
  'username' but does not read user_prefs files from anywhere

- bug 5665: spamd may fail to notice that a child has completed exiting,
  and keeps in the child list in state 'K', eventually filling up the
  child list with 'ghost' children.  fix

- bug 5735: spamc should allow retry_sleep 0

- bug 5728: spamd: require -u with --sql-config or --ldap-config

- bug 5682: remove FH_HOST_ALMOST_IP, FH_HOST_EQ_D_D_D_D, due to false
  positives and redundancy with RDNS_DYNAMIC; remove FH_HOST_EQ_D_D_D_DB
  due to no hits

- bug 5681: look up IP addresses found in 'X-Yahoo-Post-IP' and
  'X-SenderIP' headers, too, thanks to Martin Blapp

- Bug 5589: Refined async events handling and DNS lookup completions

- bug 5586: RDNS_NONE has false positives if the MTA doesn't put the hostname
  in the Received header, like Communigate Pro. add an exception for this

- bug 5748: fix locale problem with use of external sort in sa-compile
2008-01-09 15:55:51 +00:00
smb
1fb1ff11aa Correct PLIST 2008-01-09 14:49:36 +00:00
ghen
07163330b3 Updated www/nginx to 0.5.35. 2008-01-09 14:43:19 +00:00
ghen
4936f67d29 Update to nginx-0.5.35.
*) Change: now the ngx_http_userid_module adds start time microseconds
       to the cookie field contains a pid value.

    *) Change: now the uname(2) is used on Linux instead of procfs.
       Thanks to Ilya Novikov.

    *) Feature: the "If-Range" request header line support.
       Thanks to Alexander V. Inyukhin.

    *) Bugfix: in HTTPS mode requests might fail with the "bad write retry"
       error; bug appeared in 0.5.13.

    *) Bugfix: the STARTTLS in SMTP mode did not work.
       Thanks to Oleg Motienko.

    *) Bugfix: large_client_header_buffers did not freed before going to
       keep-alive state.
       Thanks to Olexander Shtepa.

    *) Bugfix: the "limit_rate" directive did not allow to use full
       throughput, even if limit value was very high.

    *) Bugfix: the $status variable was equal to 0 if a proxied server
       returned response in HTTP/0.9 version.

    *) Bugfix: if the "?" character was in a "error_page" directive, then
       it was escaped in a proxied request; bug appeared in 0.5.32.
2008-01-09 14:42:54 +00:00
gdt
129f9827d2 Document notion that Free/Open licenses do not end in -license. 2008-01-09 14:38:05 +00:00
martti
858615b6b8 - Some "pkglint -Wall" fixes
- Make this build on Solaris 10 by checking for strcasestr (patch received
  from Andri Piik in a private mail)
2008-01-09 14:10:06 +00:00
martti
1a7b4fdb6c Some "pkglint -Wall" fixes. 2008-01-09 13:47:42 +00:00
heinz
bac083b86f Updated
devel/p5-Data-Dump to 1.08
	misc/rlwrap to 0.30
2008-01-09 13:42:47 +00:00
heinz
ecce7eee3f Updated to version 0.30.
Pkgsrc changes:
  - Added option "debug" (off by default).
  - Explicitly listed licence information.

Changes since version 0.28:
===========================
0.30  rlwrap can now use putenv() on machines that don't have
      setenv() (like some Solaris systems)

      EOF on stdin (e.g. by pressing CTRL-D) would end prompt colouring.

      added -q option

0.29  added -A option to handle (ANSI-)coloured prompts

      added -p option to colourise uncoloured prompts

      added -t option to set terminal type for client command

      rlwrap now copies its terminal settings from the client
      even when this has put its terminal in single-keypress
      (uncooked) mode. A rlwrapped emacs will now respond to CTRL-C
      and CTRL-G as it should.

      fixed a long-standing bug where long output lines with the -r option
      would put mutilated words into the completion list. Drawback:
      prompts are not put into the completion list anymore (bug or feature?).

      rlwrap now handles output to the client before input from the
      client, and only handles keyboard input when all client I/O has
      been handled. This will make rlwrap a little better behaved when
      handling large chunks of (pasted) input, especially with colourised
      prompts

      error messages and warnings now include the rlwrap version number

      rlwrap now prints a warning when started in vi mode when the
      terminal is too dumb to support upwards cursor movement

      added a very simple custom malloc/free debugger for use with the
      --debug option. Rather fragile and not well tested, use with care.

      Whenever TERM is not set, rlwrap assumes vt100. Set TERM=dumb if
      you really have a dumb terminal.

      rlwrap now leaves the handling of multi-line prompts and edit
      buffers to readline (except when in horizontal-scroll mode or when
      configured with --enable-homegrown-redisplay).

      whenever --always-readline is set, SIGWINCH not passed to
      client command immediately, but only *after* accepting a line.

      multi-byte prompts and input no longer confuse rlwrap (provided
      your readline lib supports multi-byte characters)

      --spy-on-readline now enabled by default

      the configure script will now find term.h on cygwin

      dropped the assumption that tgetent() and friends are only ever
      declared in term.h; rlwrap now has proper terminal handling also
      under SunOS.

      the rlwrap source should again be fit for consumption by older
      (C91 compliant) compilers
2008-01-09 13:40:37 +00:00
martti
00f4ab7a48 vim 2008-01-09 13:38:27 +00:00
martti
20b6eaed5e Updated editors/vim-share to 7.1.212
2943  7.1.176  compiling with Aap fails if "compiledby" contains '<' or '>'
  5450  7.1.177  freeing memory twice when in debug mode while reading a script
  1567  7.1.178  "%" doesn't work on "/* comment *//* comment */"
  6581  7.1.179  configure doesn't find TCL 8.5
  7099  7.1.180  regexp patterns are not sufficiently tested
  1878  7.1.181  accessing uninitialized memory in Farsi mode with ":s"
  5457  7.1.182  with tab pages and an argument list session file may be wrong
  2489  7.1.183  Internal error for ":echo matchstr('a', 'a\%[\&]')"
  2132  7.1.184  crash when deleting backwards over a line break in Insert mode
  3744  7.1.185  "gR" and then BS doesn't work properly with multi-byte chars
  3294  7.1.186  "expand('<afile>')" returns a bogus value after ":cd dir"
  2341  7.1.187  Win32 GUI: custom completion using system() doesn't work
  1688  7.1.188  "W10" message could be displayed in the second column
  1950  7.1.189  (after 7.1.104) need to call plain_vgetc() in ask_yesno()
  1685  7.1.190  cursor after end-of-line: "iA sentence.<Esc>)"
  2007  7.1.191  Win32 GUI: when not in focus click in scrollbar doesn't work
  2605  7.1.192  CTRL-C doesn't stop duplicating text for "s" in Visual block
  2962  7.1.193  some of the Vim 5.x digraphs could be supported
  1650  7.1.194  Unix: ":echo glob('~/{}')" results in "/home/user//"
  2273  7.1.195  '0 mark doesn't work for "~/foo ~ foo"
  2642  7.1.196  (extra) Win32 GUI: "\n" in a tooltip doesn't cause line break
  2308  7.1.197  Mac: "make install" doesn't work when $prefix is set
  1460  7.1.198  hang when using ":s/\n//gn"
  3572  7.1.199  can't do command line completion for a file name extension
  2310  7.1.200  (after 7.1.177 and 7.1.182) compiler warnings
  2705  7.1.201  when reading stdin 'fenc' and 'ff' are not set
  2383  7.1.202  incomplete utf-8 byte sequence is not checked for validity
  2261  7.1.203  if 'virtualedit' is "onemore" then ":normal 99|" is not right
  2891  7.1.204  (extra) Win32: 'balloonexpr' tooltip disappears after 4 sec
  5481  7.1.205  can't get the operator in an ":omap"
  1690  7.1.206  compiler warnings when using MODIFIED_BY
  7708  7.1.207  netbeans: "remove" cannot delete one line
  2051  7.1.208  on Alpha get an unaligned access error
  2249  7.1.209  GTK GUI: when using the netrw plugin ":gui" causes a hang
  1923  7.1.210  listing mapping for 0xdb fails when 'encoding' is utf-8
 25525  7.1.211  matchparen plugin may take so long it looks like Vim hangs
  1491  7.1.212  accessing a byte before a line
2008-01-09 13:37:45 +00:00
ghen
1d9ee80bb7 Full DESTDIR support. 2008-01-09 13:13:09 +00:00
ghen
9ec634a248 Update list of PostgreSQL mirrors, from:
http://wwwmaster.postgresql.org/download/mirrors-ftp

Include http mirrors.
2008-01-09 12:57:05 +00:00
hubertf
babda1af94 Fix a few leftovers from previous update, noted by Jukka Sallmi in private mail:
* remove RCS ID from patch-ab
 * remove duplicate line in Makefile
 * Update checksums
2008-01-09 12:25:40 +00:00
hubertf
c3381295ee Update to 0.5.1, regard PKG_SYSCONFDIR
furthermore cisco-decrypt(1) and pcf2vpnc(1) also get installed.

Changes in vpnc-0.5.1:
    * link against -lcrypto instead of -lssl, fix from: Christophe Thil
    * fixed crashes on 64bit platforms by Tomas Mraz, report by Brian Downing
    * fixes to keepalive code from Brian Downing
    * generate options part of the manpage automatically, by Wolfram Sang
    * fix dead peer detection problems with Sonicwall, by Gerald Hanusch and
      Wolfgang Astleitner
    * fix disconnect problems with Sonicwall (please test if it fixes the known
      problems with Cisco), by Gerald Hanusch and Wolfgang Astleitner
    * again special thanks Joerg Mayer for handling all patches since the
    * various other fixes contributed by Scott Rankin, Markus Meschederu

Changes in vpnc-0.5.0:
    * Dead-Peer-Detection support by Kyle McKay
    * Hybrid-Auth support by Andreas Hoffmann, merged by Chris Walter (depends
      on OpenSSL, deactivatable at compile-time)
    * granted Joerg Mayer svn commit privileges, special thanks to him for doing
      so much work on vpnc during the last month (-:
    * various other fixes contributed by Kyle McKay, Petr Salinger, Christian
      Faulhammer, Kyle McKay, Paolo Zarpellon, Joerg Mayer, Marcus Obst, Mika
      Liljeberg, Eduard Bloch, Wolfram Sang, Jukka Salmi, Gustavo Sverzut Barbieri,
      Soren Hansen, Mike Javorski.
    * first round of a general code cleanup (far less global variables / etc)

Patch submitted by Jukka Sallmi in PR pkg/37046.
2008-01-09 11:35:26 +00:00
bjs
802df89ddf + Updated net/btpd to 0.12 [bjs 2008-01-09] 2008-01-09 09:28:00 +00:00
bjs
6a86f86d21 Remove btpd-0.12; the update has been done. 2008-01-09 09:27:17 +00:00
bjs
dda10a6315 Update to version 0.12. While here, add full DESTDIR support.
I've also included pthread.buildlink3.mk to define PTHREAD_CFLAGS et. al.
for configure and USE_FEATURES.openssl=threads.

Changes:

btpd 0.12:
----------

Misc:
- btpd now starts with the same set of active torrents as it had when it was
  last shut down. The new '--empty-start' option disables this feature.
- btpd now supports the key tracker extension.
- btpd now supports the multi tracker extension.
- btcli list and stat print headers for the presented data. Both commands
  displays more data than before.
- Torrent management has changed, with changes to the add and del commands
  and two new commands, start and stop, as a result. Operation on torrents
  can now be done by number as well as torrent file.
- A small delay has been added for contacting the same announce URL.
- btpd sends keepalive messages.
- The number of have messages sent has been reduced by not sending them to
  peers that already have the piece.
- The structure of the torrents directory in the btpd directory has changed.
  It is best to remove it before running btpd 0.12.

Bug fixes:
- Zero sized files in a torrent were not always created.
2008-01-09 09:26:38 +00:00
bjs
fc9cc71de7 + Updated x11/pixman to 0.9.6nb2 [bjs 2008-01-09] 2008-01-09 04:17:40 +00:00
bjs
481d47e014 + Updated www/elinks to 0.11.20080109nb1 [bjs 2008-01-09] 2008-01-09 04:17:21 +00:00
bjs
b6de97bf96 Add patch so that pixbuf fast paths are not used when the source
picture has alpha.  Fixes freedesktop.org bugzilla bug #13650.

Bump rev.
2008-01-09 04:16:41 +00:00
smb
e6abd381f7 Upgrade Claws Mail to 3.2.0, plus add the tnef plug-in.
# Several GUI improvements
The colour preferences have been split into tabs.
Improve the way 'Find in current message' search results are
shown by vertically centering the selected text in the
Message View.
Improvements to the 'List URIs' dialogue.
Filtering/Processing Match Type dialogue has been reworked.
Several other layout improvements.

# Several address book improvements
Added Custom Attributes, which can be edited from
'/Tools/Edit custom attributes...' and are used from the
'Name' drop down list on the 'Edit Person Details' dialogue.
Always add a new contact if any value is set, instead of
silently rejecting it when an email address is not set.
Better guessing of contact name from incomplete name
information.
Better display of contacts that have no name set, in contact
lists, group contents, find duplicate results.
Error messages don't show in the status bar anymore, alert
panels are used instead.
Several other GUI improvements.

# Added optional Tooltips to the Message List. This is enabled by the
'Show tooltips' option on the '/Display/Summaries' Preferences page
and is only possible with GTK+ >= 2.12

# Much improved handling of Return Receipts, both outgoing and
incoming.

# Added the option to use the system defaults for External Programs
preferences on the '/Message View/External Programs' page.

# Added "select first email in list" to the list of possible
selections in the 'Set default selection on entering a folder'
options on the '/Display/Summaries' preferences page.

# IMAP: Added IMAP tags support. (Note: 'Bandwidth-efficient' mode
prevents fetching of tags.)

# IMAP: Optimised flag handling and message copying.

# Improved printed page layout for built-in GTK+ printing
Bold fonts are now used where appropriate and a demarcation
between header and body has been added.

# Optimised filtering on flags/tags changes.

# MAEMO: Added LED flashing for new mail alerts

# MAEMO: Made all of the left of column in the Folder List a hotspot
for expanding/collapsing the tree.

# Updated translations: Brazilian Portuguese, French, German,
Hungarian, Italian, and Spanish
2008-01-09 03:55:09 +00:00
smb
456d95d716 Add the ytnef library, primarily in support of the claws-mail-tnef
plug-in.
2008-01-09 03:53:09 +00:00
smb
ac7ceb0e35 Add option description for jpilot in claws-mail 2008-01-09 03:50:00 +00:00
tnn
0d90c4d70a +spamassassin-3.2.4 2008-01-09 03:49:30 +00:00
bjs
83602a1987 Update to current 0.11 branch as of 2008/01/09. Too many changes/fixes
to list here; one may check the log at <http://repo.or.cz/w/elinks.git>
(see the elinks-0.11 branch).  There should be a 0.11.4 release out
fairly soon.

While here, add two patches (from debian maintainer): one to ensure that
its gettext doesn't look for files in ../po/, and the other to disable
transparency by default.

Bump revision.
2008-01-09 03:48:07 +00:00
ghen
70b9a2b5e0 Full DESTDIR support for sun-{jre|jdk}14. 2008-01-09 02:54:39 +00:00