Commit graph

64964 commits

Author SHA1 Message Date
cube
a4d374f949 Update to version 1.8.2 and apply patch from PR 26523 by Alexander Becher.
The patch correct wrong pointer arithmetics that prevented xosview
from being called with -name option.

Changes since xosview-1.8.1
 - Applied sourceforge patch 927112 from Russell Reed which fixes
   the swapmeter when USESYSCALLS is defined.
 - Applied sourceforge patch 959433 which adds acpi support to
   the linux battery meter.
 - Applied a patch similar to the sourceforge patch 586184 submitted
   by Mark Guertin.
 - Linux diskmeter now uses vmstat and thus works with 2.6.
   But the units problem (block size) probably still remains.
 - Linux pagemeter should now work with 2.6 kernels
 - Merge in the fedora-2 nfs patch.
 - Merge in the fedora-2 strip patch.
 - Merge in the fedora-2 proc patch.
 - Merge in the fedora-2 s390 patch.
 - Merge in the fedora-2 non-i386 patch.
 - Merge in the fedora-2 linux-2.6 kernel (related) patch.
 - Add an autogen.sh script.  This script runs autoconf to create
   the configure script.
2004-08-03 07:33:05 +00:00
jlam
de34e9ebe7 It's PKG_OPTIONS.clamav, not PKG_OPTIONS.milter. 2004-08-03 06:56:10 +00:00
martti
c31cf02458 Updated ups-nut to 2.0.0nb1 2004-08-03 05:21:57 +00:00
martti
43fa839659 Updated ups-nut to 2.0.0nb1
* Added support for Mustek PowerMust
2004-08-03 05:21:50 +00:00
tv
a3a100fc65 Unfortunately, "mountd" REQUIREs "mountall", causing a circular dependency
here.  So it's not possible to mount cfs from "mountall" -- it will have to
be mounted by hand later in startup, e.g. rc.local.
2004-08-03 04:35:42 +00:00
jlam
30c3c136d0 Update time/p5-Time-HiRes to 1.59. Changes from version 1.56 include
changes to improve Win32 support.
2004-08-03 02:36:42 +00:00
jlam
47ccdf3659 Update net/p5-Net-Server to 0.87. Changes from version 0.86 include
bug fixes and integrating pre_accept_hook and post_accept_hook into
Net::Server::Fork.
2004-08-03 02:32:41 +00:00
minskim
e867ffddb6 Update liferea to 0.5.2c.
Changes:
        * Update of the Czech translation. (Juraj Kubelka)
        * Fixes a bug reported by twentyone that hides the headers
          and metadata when the two pane mode (condensed view) is
          enabled. (Lars Lindner)
        * Favicons downloaded using gzip compression are no longer
          corrupted. This might fix some other download problems.
          (Nathan Conrad)
        * Fixed a parsing bug that treated Atom feed modified/issued
          dates as RFC822 instead of ISO6801 dates. (Lars Lindner)
        * Fix parsing of atom feeds that do not escape their content.
          (Nathan Conrad)
2004-08-02 23:55:21 +00:00
jlam
7715ce46e0 Update converters/p5-Convert-UUlib to 1.03. Changes from version 0.31
include:

 - renamed crc32 to uulib_crc32, to work around yet another shortcoming
   in this oh-so-outdated macosx.

 - very short files might not be detected because the header parsing
   code might skip them.

 - change bracket policy to give priority to (x/y) over (x), and use
   the last bracket found otherwise.

 - part numbers at the end of the subject are now recognized.
2004-08-02 21:54:49 +00:00
jlam
69c73fa682 This package doesn't use the compiler. 2004-08-02 21:47:59 +00:00
jlam
44ab01d690 Update mail/p5-MailTools to 1.62. Changes from versio 1.60 include:
- removed warning by Mail::Address::host() when no e-mail address
   is provided.
 - corrected the folding of lines: folds start only with one blank
   according to rfc2822.
 - Added a big warning against automatic sender email address detection
   as provided by Mail::Util::mailaddress().  Please explicitly set
   MAILADDRESS.
 - Mail::Address->format should quote phrases with weird character.
 - reported confusing error message when no MailerType was specified.
2004-08-02 21:43:53 +00:00
jlam
cc9ef9f677 Update devel/p5-IO-stringy to 2.109. Changes from version 2.108 include
making IO::Scalar::getline work with ref to int.
2004-08-02 21:36:48 +00:00
jlam
40648000d4 This packages doesn't use the compiler. 2004-08-02 21:33:47 +00:00
minskim
6e8dd30502 Enable pkgviews installation. 2004-08-02 21:32:12 +00:00
jlam
326cfdc611 Update archivers/p5-Archive-Tar to 1.10. Changes from version 1.02
include:

-  Make new() comply with the documentation and return undef on
   a read() failure.
-  Re-adds bin/ptar, which disappeared from this distribution after
   0.22 (sorry about that).
-  Fix a file renaming bug that forgot to carry over path info
-  Fix a bug where adding dirs on win32 gave 'permission denied'
-  Add extra tests explicilty for Archive::Tar::File
-  Move completely from FileHandle to IO::File
-  Quell some annoying warnings about binmode on unopened filehandles
-  Add tests for binary files included in a tarball
-  The chown() code somehow didn't make it into the 1.05 release
-  Patch _get_handle() to treat all IO::File handles as binary.
   This should make win32 users happy
-  A method called 'contains_file' that will tell you if a certain file
   is already in the archive.
-  Add a global variable $CHOWN that controls whether Archive::Tar
   should attempt to chown() files or not when it can.
-  NULL-byte padding was done also on files that had no real content,
   like symlinks, thus ending up with a number of bytes not dividable
   by 512.
-  Always do a readlink on the full path, never just the file
-  Make Archive::Tar write proper headers when dealing with symlinks
   For this $Archive::Tar::FOLLOW_SYMLINKS is introduced
2004-08-02 21:31:36 +00:00
minskim
583ec66ba5 Note PKGREVISION bump of tnt. 2004-08-02 21:23:46 +00:00
minskim
42c741fea5 Add missing @dirrm entries to PLIST. Bump PKGREVISION. 2004-08-02 21:22:52 +00:00
minskim
41c50c0f2e Install docs into share/doc/tnt on Linux, instead of share/tnt/doc, to
match PLIST.
2004-08-02 21:20:54 +00:00
minskim
467b6bffe9 Make this package build on Linux by defining S_IREAD, S_IWRITE, and
u_long correctly.
2004-08-02 21:12:48 +00:00
schmonz
1f5f23cb87 Cosmetic only: tab out the first few lines to the same indentation
level as the rest of the file.
2004-08-02 20:05:42 +00:00
abs
cc2884f7c4 Update apache to 1.3.31nb4:
Fix rc.d/apache restart to 'apache_doit stop; apache_doit start'
    Now in the case of apache_start=startssl and apache not running,
    'rc.d/apache restart' will start apache with startssl.
2004-08-02 19:54:17 +00:00
shannonjr
da9c92c952 There is a problem compiling multimedia/xine-lib in that the "extra"
assembly language module zoom_filter_xmmx.c breaks when optimized. Some
googling indicates that this is also encountered with FreeBSD and Linux.
A review of the CVS tree for xine shows that this module has been
removed. As as module is only built if MMX is detected (HAVE_FFMMX
defined) removing the module should not break anything; that is the
approach taken in this new patch that removes building zoom_filter_xmmx
from Makefile.in for xineplug_post_goom.la
2004-08-02 19:09:45 +00:00
schmonz
094154737f Clarify the "README.pkgsrc" document a bit, and refer to it in MESSAGE. 2004-08-02 17:28:30 +00:00
schmonz
58c763f8c3 Add a "README.pkgsrc" document and refer to it in MESSAGE. Ride
the PKGREVISION bump from 12 hours ago.
2004-08-02 17:28:10 +00:00
tv
0fecdbf26d cfsd needs to be before "mountall" in order to be listed in /etc/fstab. 2004-08-02 17:09:35 +00:00
tv
75561db9a7 Make patch-ag apply correctly. 2004-08-02 17:09:06 +00:00
recht
15d6115221 Note update of python21 to 2.1.3nb3 and python21-pth to 2.1.3nb5. 2004-08-02 17:03:47 +00:00
recht
d3724c967c Fix PY_PLATNAME for IRIX.
Patch provided by Georg Schwarz in PR pkg/26507

Bump PKGREVISIONS (PLIST change)
2004-08-02 16:59:22 +00:00
recht
d74d026f2b Note update of grub to 0.95nb1. 2004-08-02 16:52:29 +00:00
recht
7b633f688b IceWM also needs Xrandr if built with X.org's X11. 2004-08-02 16:50:40 +00:00
recht
24e92e69b5 Fix PLIST for Linux by adding LOWER_VENDOR (which is empty for NetBSD).
Patch provided by pancake in PR pkg/26517
2004-08-02 16:47:40 +00:00
schmonz
fd84b46bd1 Note update of getmail to 4.0.3. 2004-08-02 16:26:06 +00:00
schmonz
aa2f5da702 Update to 4.0.3. From the changelog:
-some types of socket errors would raise an exception instead of letting
  getmail gracefully continue; fixed.  Thanks: David.
  -documentatation updates; fix two typos and add to the section on using
  ClamAV with getmail.
  -changes to my release process; the current version's URL will not change
  when a new version is released.  See, I try to help others, even when they
  don't do the same...
2004-08-02 16:24:30 +00:00
wiz
07b6b2eabe Note groff-1.19.1 update. 2004-08-02 16:14:57 +00:00
wiz
c431174311 Add two patches:
. build fix for sparc64
. bug fix to make xorg-docs build
Both from official groff CVS via Werner Lemberg.

Bump PKGREVISION.
2004-08-02 16:14:24 +00:00
kristerw
5f7b13fa2d Note PKGREVISION bump for uae. 2004-08-02 16:07:33 +00:00
kristerw
705471a9e6 Enable the GUI on OS that have native threads. Suggested by Arto Huusko
in PR 24265.

Bump PKGREVISION.
2004-08-02 15:56:36 +00:00
drochner
602c135523 update to 1.0.5
Version 1.0.5 -- the "Weighs the same as a duck" release
* Added Finnish translation (Eero Tamminen) and relationship calculator.
* Usability improvements for small screen sizes.
* Find duplicates tool fixed.
* Cross-platform newline support in GEDCOM import.
* Parents deleting fixed in Family View.
* Minor bug fixes.
2004-08-02 14:23:19 +00:00
drochner
5e225a23b6 add vtk and mayavi 2004-08-02 14:21:31 +00:00
drochner
8758b53cb4 add vtk* and mayavi 2004-08-02 14:20:15 +00:00
drochner
4c9988fb23 import the MayaVi Data Visualizer, version 1.3, from -wip 2004-08-02 14:13:45 +00:00
drochner
79484a1fae import the Python support part of vtk-4.2.6 from -wip
This includes the Python extension in wip/py-vtkmodule: vtk-python
already links against a specific Python version, so the Python
extension cannot be built for multiple Python versions anyway.
2004-08-02 13:28:12 +00:00
drochner
606e5163f6 import test/example data for vtk-4.2 from -wip 2004-08-02 13:20:02 +00:00
drochner
af70b77674 import HTML documentation for vtk-4.2 from -wip 2004-08-02 13:17:27 +00:00
drochner
1609e5a832 import vtk-4.2.6 from -wip 2004-08-02 13:13:39 +00:00
drochner
c217953ba0 update to 2.0.2
2.0 was a major feature release - too many to list here, see the
included ChangeLog.* files for details.
2.0.x fixed bugs.
2004-08-02 13:08:09 +00:00
cjep
7ff3d37946 -nail 2004-08-02 13:06:03 +00:00
cjep
5b36a4efc4 note update of mail/nail to 11.0 2004-08-02 13:05:51 +00:00
cjep
fa2c72fbf3 Update of mail/nail to version 11.0
Changes:
[11.0] released 7/30/04
* IMAP support has been added. It should considered to be in beta state
  now, but should not have any disturbing effects on other code unless
  it is actually used. (So the version jump does not require vendors to
  continue to ship older releases.)
  To get started with IMAP, see the manual page for the 'account',
  'folder', and 'imap' commands, and for the 'folder' variable, as
  well as the EXAMPLES and NOTES sections.
* Support for SMTP AUTH LOGIN was added (contributed by John Fawcett).
* It is now possible to encrypt SMTP with SSL/TLS, using the STARTTLS
  method as well as with the SMTPS variant.
* New 'account' command to set groups of variables.
* Line and column limits (used e.g. for the header summary) are updated
  when the size of the terminal is changed (handling SIGWINCH).
* If saving an outgoing message to the folder given in the 'record'
  variable fails, the message is not sent but put in 'dead.letter'
  instead. This rarely happens with local record folders, but is of
  concern if 'record' refers to an IMAP mailbox.
* For addresses specified with the ~b, ~c, ~h, and ~t tilde escapes
  or by the 'editheaders' method, if a comma, parenthesis, angle bracket,
  or quoting character appears, only the comma is accepted as an address
  separator. Otherwise, whitespace separates addresses as elsewhere. This
  allows the insertion of comments in recipient addresses and more closely
  matches the behavior of System V mailx. (Thanks to Ryan Lovett and Hilko
  Bengen.)
* An internal version of getopt() is now used to properly work around
  system defects such as the option reordering on GNU libc based
  systems. If you really prefer the libc version, remove getopt.o from
  the list of objects in the Makefile. (Note that nail already worked
  around the glibc problem, so unless _your_ patches changed its
  behavior, use the new internal getopt() to remain compatible.)
* The undocumented facility to pass sendmail options on the command
  line of nail has been removed because it was not compatible with
  POSIX and System V. If you need to pass options to sendmail, create
  a shell script which invokes it appropriately and let the nail
  variable 'sendmail' point to its location.
* Fixed the text of some usage messages (thanks to Christian Reiber).
2004-08-02 13:05:13 +00:00
cube
809fe11d58 Note addition of p5-Apache-Test 2004-08-02 12:59:13 +00:00