Commit graph

64984 commits

Author SHA1 Message Date
markd
e77ec99245 Import gwenview from pkgsrc-wip. Packaged by Ian Zagorskih and
slightly modified by me.

Gwenview is an very powerful image viewer for KDE whose aims
are ease of use and speed.
2004-08-03 13:11:54 +00:00
wiz
5e32c7213d + bogofilter-0.92.4, gauche-0.8.1, gnunet-0.6.3, gnutls-1.0.17,
ogmtools-1.4.1, scmxx-0.7.3, tcl-8.4.7, tk-8.4.7.
2004-08-03 12:18:10 +00:00
adam
bd9e341a83 Updated hexedit to 1.2.10 2004-08-03 12:14:42 +00:00
adam
dde50871c6 Changes 1.2.10:
- handle getnstr() not defined (needed for SGI IRIX 6.5.22)

Changes 1.2.9:
	- fix searching larger than 3 characters long strings

Changes 1.2.8:
	- replace the unsafe getstr() with getnstr()

Changes 1.2.7:
	- check the presence of <sys/mount.h> before including it
	- fix build on Digital UNIX 4.0f (remove -Wall)
	- use the full width of the terminal (the trick is to stop relying on
	printing "\n", but using move() instead)
	- fix displaying the offsets at beginning of each line on big endian
	boxes (thanks to Martin Schaffner)

Changes 1.2.6:
	- fix core dump when searching backward (thanks to Jean Delvare)
          (the culprit is memrmem, but also fixing provided memrchr)

Changes 1.2.5:
	- fix build on Solaris
	  (which doesn't have BLKGETSIZE and all compilers don't have -W)

Changes 1.2.4:
	- use BLKGETSIZE to try to get the size of a device
	- do not die horribly when accessing after the end
	- fix provided memrchr() (thanks to Yue Luo)
	- fix displaying after searching >32bit files (thanks to Paul Mattal)

Changes 1.2.3:
	- add some KEY_HOME KEY_END (^[[7~ and ^[[8~)
	- fix for HAVE_MEMMEM
	- fix my memrchr not behaving the same as libc's
	- fix the use of memrchr to behave as libc's
	- use "(void)" in prototype of functions having no parameters
	- call "raw()" when help() is over
2004-08-03 12:12:54 +00:00
recht
ae4f0f1de1 py-checker-0.8.14 2004-08-03 12:09:14 +00:00
recht
9fc9aa7335 update to 0.8.14
Version 0.8.14   - 6 June 2004
  * Fix spurious warning in Python 2.3+ when doing a,b = 1,2
  * Add warning to check for "if s.find(str):"
      this should be "if s.find(str) >= 0:" when s is a string
  * Fix spurious warning when using augmented assignment (e.g., x += x)
  * Fix spurious warning when doing x = not x
  * Fix spurious warning for invalid arg count when calling a staticmethod
  * Fix spurious warning for setting a variable to itself when:  x, y, z = x
  * Fix spurious warning when doing some binary operations:  self.a ^ self.b
  * Fix crash in STORE_ATTR with some list comprehensions in Python 2.2
  	e.g., a.a = [x for x in range(2) if x > 1]
  * Support Tk 8.4 and above in the GUI (change col= to column=)
2004-08-03 12:07:27 +00:00
tv
29e4cdd255 Ah, I see what that REQUIRE: LOGIN was meaning to do -- in case of a
nonlocal TCP socket in the config, clamd needs full networking support.
So, rather, this should be REQUIRE: DAEMON like other generic daemons.
2004-08-03 11:57:32 +00:00
tv
832d92c8eb ...and clamd does not actually require LOGIN. 2004-08-03 11:29:57 +00:00
tv
953844416e Put clamd BEFORE: local as well, so that clamav-milter can be kicked off
from rc.local (since it doesn't have a rc.d script -- yet?).
2004-08-03 11:28:37 +00:00
sketch
bcb0c9faaf Check for "ncurses" in PKG_OPTIONS rather than "slang" when deciding whether
to build with ncurses support or not.
2004-08-03 11:28:31 +00:00
schmonz
33fe034c23 Note qmail-run update. 2004-08-03 09:00:10 +00:00
schmonz
5ea0e36da4 Note ${PKGNAME} in installed scripts for support purposes. Add a
missing RCS Id. Add qmailsmtpd_postsmtpd, useful for SMTP AUTH.
Bump version.
2004-08-03 08:59:24 +00:00
schmonz
63bfa0d89f Note getmail update. 2004-08-03 08:44:47 +00:00
schmonz
611e67d789 Update to 4.0.4. From the changelog:
-corrupt-message handler introduced in 4.0.1 needed tweaking.
  Thanks: Bernhard Riedel.
2004-08-03 08:43:37 +00:00
jlam
2c3bc41c08 This package doesn't work with GNU pth (yet). Require native threads
for now.
2004-08-03 08:27:51 +00:00
jlam
5959ac9d4c Allow the user to override clamsmtpd arguments in /etc/rc.conf by setting
clamsmtpd_flags.
2004-08-03 08:24:56 +00:00
jlam
c0ab491909 Remove unnecessary bits. In particular, we don't need clamav installed to
build this package.
2004-08-03 08:23:58 +00:00
jlam
f2a1fee771 Correct the example to follow postfix guidelines, and point the user to
additional documentation.
2004-08-03 08:23:06 +00:00
cube
60a3632e19 Add file forgotten in previous commit. 2004-08-03 07:42:04 +00:00
cube
fb80ce868c Note update of xosview to version 1.8.2. 2004-08-03 07:34:41 +00:00
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