Commit graph

92176 commits

Author SHA1 Message Date
wiz
6b956f7411 Fix tcpwrappers option. Since it is on by default, bump PKGREVISION.
From Hironaga KOJIMA in private mail.
2006-01-30 18:07:06 +00:00
joerg
adf8da23f9 Build the Linux based package for DragonFly as well. 2006-01-30 17:24:49 +00:00
wiz
df2aa4d2db xsane updated to 0.99.1. 2006-01-30 17:22:09 +00:00
wiz
436e1324bc Update to 0.99.1:
xsane-0.99 -> 0.991:
--------------------
 - replaced all char buf[255], char buf[256] etc by char buf[TEXTBUFSIZE]
   with #define TEXTBUFSIZE 255

 - replaced all char filename[255] etc by char filename[PATH_MAX]

 - translations: U=updated (* for 0.99-pre1), N=not updated, A=added/new
   cs da de es fr hu it ja nl pl pt pt_BR ro ru sk sl sr sv tr vi zh
   N  N  N  N  N  N  U  N  N  N  N  N     N  N  N  N  N  N  N  N  N
   99 99 99 96 95 99    95 99 99 96 96    96 99 98 99 76 92 99 96 96

 - added default multipage_filetype (PDF).
   No default multipage_filetype produced the following problem:
   - error message when creating multipage file: could not create secure file

 - lineart images are expanded to grayscale in multipage mode.
   solves segmentation fault when "show page" in multipage project was selected

 - corrected calculation of width and height in copy mode for backends
   that do not support arbitary resolutions

 - multipage mode: lineart images (that are stored as grayscale images)
   are reduced to lineart before the page is put into the multipage file

 - viewer shows image info with bit depth = 1 when reduce_to_lineart is set

 - change handling of zoom (photocopy mode):
   - now there is only one zoom value even if there is a resolution_x and
     a resolution_y option, zoom_x and zoom_y are removed
   - the zoom factor is directly used to define the image output size
     (before the scanresolution was used to define the image output size)
   - the resolution is not changed any more when an other printer with a
     different printer resolution is selected
2006-01-30 17:20:23 +00:00
wiz
0537c149b2 + glibmm-2.8.4, gnumeric-1.6.2, goffice-0.2.0, libjit-0.0.6,
nut-11.2, pnet-0.7.4, pnetC-0.7.4, pnetlib-0.7.4, socat-1.4.3.1,
  stella-2.1.
2006-01-30 17:18:33 +00:00
wiz
c5f98750c2 Fix developer login name. 2006-01-30 17:18:12 +00:00
taca
4196983e86 Simplify pattern for REPLACE_RUBY to fix some packages which contains
"/bin/env ruby" in bang line.  It was broken after switching to use subst
frame work.

The problem was noted by OBATA Akio via private mail, thanks much.
2006-01-30 16:30:05 +00:00
joerg
69637bfe14 Don't hard-code -lpthread. Don't link with -lresolv on DragonFly. 2006-01-30 16:17:06 +00:00
joerg
d06ad94956 Has BROKEN_GETTEXT_DETECTION. 2006-01-30 16:07:32 +00:00
joerg
0d4efa2adf salo@: not every install can handles multiple directories (e.g. Solaris),
so create them one at a time.
2006-01-30 14:06:14 +00:00
kleink
53034c6edd Note the additions of www/p5-LWP-Authen-Wsse 0.05
and textproc/p5-XML-Atom 0.16.
2006-01-30 13:28:11 +00:00
kleink
9f65110b66 Add and enable p5-XML-Atom. 2006-01-30 13:25:31 +00:00
kleink
86a205313e Initial import of p5-XML-Atom 0.16.
Atom is a syndication, API, and archiving format for weblogs and other
data.  XML::Atom implements the feed format as well as a client for the
API.
2006-01-30 13:23:53 +00:00
kleink
92ccb6cf11 Add and enable p5-LWP-Authen-Wsse. 2006-01-30 13:16:47 +00:00
kleink
0a558c8b59 Use the right distinfo file, d'oh. 2006-01-30 13:15:33 +00:00
kleink
010aee0137 Initial import of p5-LWP-Authen-Wsse 0.05, a library for enabling X-WSSE
authentication in LWP, into the Packages Collection.
2006-01-30 13:13:44 +00:00
rxg
ef80d408e8 Remove useless USE_X11. 2006-01-30 10:52:07 +00:00
rillig
2e7afa5c12 Updated pkglint to 4.55. 2006-01-30 09:35:39 +00:00
rillig
8ade92fcb2 Updated pkglint to 4.55.
Changes since 4.54:
- -Wvarorder works now as expected.
- distinfo files are checked more strictly.
- Reduced the number of false positives.
- Make(1) variables of the form $(...) are detected properly.
2006-01-30 09:35:13 +00:00
adam
d34bb2571b Updated math/fftw to 3.1 2006-01-30 09:25:58 +00:00
adam
5b4402bf9b Changes 3.1:
* Faster FFTW_ESTIMATE planner.
* New (faster) algorithm for REDFT00/RODFT00 (type-I DCT/DST) of odd size.
* "4-step" algorithm for faster FFTs of very large sizes (> 2^18).
* Faster in-place real-data DFTs (for R2HC and HC2R r2r formats).
* Faster in-place non-square transpositions (FFTW uses these internally
  for in-place FFTs, and you can also perform them explicitly using
  the guru interface).
* Faster prime-size DFTs: implemented Bluestein's algorithm, as well
  as a zero-padded Rader variant to limit recursive use of Rader's algorithm.
* SIMD support for split complex arrays.
* Much faster Altivec/VMX performance.
* New fftw_set_timelimit function to specify a (rough) upper bound to the
  planning time (does not affect ESTIMATE mode).
* Removed --enable-3dnow support; use --enable-k7 instead.
* FMA (fused multiply-add) version is now included in "standard" FFTW,
  and is enabled with --enable-fma (the default on PowerPC and Itanium).
* Automatic detection of native architecture flag for gcc.  New
  configure options: --enable-portable-binary and --with-gcc-arch=<arch>,
  for people distributing compiled binaries of FFTW (see manual).
* Automatic detection of Altivec under Linux with gcc 3.4 (so that
  same binary should work on both Altivec and non-Altivec PowerPCs).
* Compiler-specific tweaks/flags/workarounds for gcc 3.4, xlc, HP/UX,
  Solaris/Intel.
* Various documentation clarifications.
* 64-bit clean.  (Fixes a bug affecting the split guru planner on
  64-bit machines, reported by David Necas.)
* Fixed Debian bug no.259612: inadvertent use of SSE instructions on
  non-SSE machines (causing a crash) for --enable-sse binaries.
* Fixed bug that caused HC2R transforms to destroy the input in
  certain cases, even if the user specified FFTW_PRESERVE_INPUT.
* Fixed bug where wisdom would be lost under rare circumstances,
  causing excessive planning time.
* FAQ notes bug in gcc-3.4.[1-3] that causes FFTW to crash with SSE/SSE2.
* Fixed accidentally exported symbol that prohibited simultaneous
  linking to double/single multithreaded FFTW (thanks to Alessio Massaro).
* Support Win32 threads under MinGW (thanks to Alessio Massaro).
2006-01-30 09:25:09 +00:00
rillig
e315e7254a That evil macro RENDER_SPAN is defined twice -- I only catched one in the
first try.
2006-01-30 08:54:55 +00:00
xtraeme
b0712984e6 * Add missing files now that mplex has been re-added.
* Add a patch that should fix the build on amd64.
* Fixed pkglint warnings.

Bump PKGREVISION.
2006-01-30 08:44:25 +00:00
hiramatsu
d4e778b4bc Add BUILD_TARGET for OpenBSD. 2006-01-30 07:56:07 +00:00
xtraeme
4d729abbb0 Added sysutils/pcmanfm 2006-01-30 06:40:11 +00:00
xtraeme
cf9a75621f Initial import of pcmanfm-0.1.8.9.
An extremly fast and lightweight file manager which features tabbed
browsing and user-friendly interface.

Features:

    * Extremly fast and lightweight
    * Can be started in one second on normal machine
    * Tabbed browsing (Similiar to Firefox)
    * Drag & Drop support
    * Files can be dragged among tabs
    * Load large directories in reasonable time
    * File association support (Default application)
    * Basic thumbnail support
    * Bookmarks support
    * Handles non-UTF-8 encoded filenames correctly
    * Provide icon view and detailed list view
    * Standard compliant (Follows FreeDesktop.org)
    * Clean and user-friendly interface (GTK+ 2)
2006-01-30 06:39:05 +00:00
rxg
b5a5da801f Updated sysutils/rox to 2.4.1. 2006-01-30 06:30:06 +00:00
rxg
2ad4fd3611 Updated rox to 2.4.1.
30-Dec-2005 (Release 2.4.1)
~~~~~~~~~~~
Updated Estonian translation (Teet T\xc3\xa4rno).

29-Dec-2005
~~~~~~~~~~~
Some .desktop files put ".png" after the icon name, which prevents the icon
from being found. Ignore it (Thomass Leonard; reported by Peter).

28-Dec-2005
~~~~~~~~~~~
Updated Hungarian translation (Andras Mohari).

27-Dec-2005
~~~~~~~~~~~
If we can't find libc.so.6 for xattr support, try libc.so in case we only have
uClib (Lucas Correia Villa Real).

18-Dec-2005
~~~~~~~~~~~
Allow .desktop files to be used as run actions (Thomas Leonard).

17-Dec-2005
~~~~~~~~~~~
Bugfix: New detail crashes cleanice theme (reported by Andras Mohari; reported
        as CleanIce bug #1383457). Try another value...

16-Dec-2005
~~~~~~~~~~~
Highlight icons using the theme's preferred colour instead of always using
blue (Andras Mohari).
Bugfix: Don't set style detail to "base" when highlighting items in a
        Collection, as it confuses GTK's lighthouseblue theme engine
        (Thomas Leonard).

15-Dec-2005
~~~~~~~~~~~
Bugfix: Changing the display style crashes the filer with GTK >= 2.8.9 because
        it sends a selection changed event before the view has finished
        initialising (Thomas Leonard; reported by Tobias Kieslich).
Removed some done entries from the TODO file (Stephen Watson).
2006-01-30 06:28:01 +00:00
rillig
75562fa202 - Added a hack to be able to parse nested make(1) variables like
${TOOL.${t}}. They just extend up to, but not including the next space or
  quote character.
- log_debug() is used for printing debugging info, not log_error().
- Even if NO_CHECKSUM is set, distinfo files may exist if the package has
  patches. Noted by salo.
2006-01-30 01:26:04 +00:00
tron
2bc4b90779 Note update of "rtorrent" package to version 0.4.3. 2006-01-30 00:57:59 +00:00
tron
3312bbec9c Note update of "libtorrent" package to version 0.8.3. 2006-01-30 00:57:50 +00:00
tron
4b7fa3a1b5 Update "libtorrent" package to version 0.8.3 and "rtorrent" package to
version 0.4.3. Changes since 0.7.6/0.3.6:
- New throttle implementation
- Improved config file parser
- Settings for using a http proxy and changing the process's umask.
- Many more bug fixes and improvements
2006-01-30 00:52:28 +00:00
minskim
5f77ddc49a Capitalize a font name correctly. Noted by Bernd Ernesti. 2006-01-30 00:15:49 +00:00
minskim
cc4950d4cf Note PKGREVISION bump of tcl-tclcl. 2006-01-30 00:09:48 +00:00
minskim
b6c754f76d Do not install header files used internally by this package only.
Bump PKGREVISION.
2006-01-30 00:09:10 +00:00
rillig
c22e7cd031 Don't test(1) and cd(1), cd(1) directly. As long as "set -e" is not
activated this prevents unexpected behavior.
2006-01-29 23:07:04 +00:00
schwarz
e92e83f297 updated devel/libosip to 2.2.2 (bugfix and speed improvement release)
adapted patch-aa supplied by kristerw
2006-01-29 22:29:01 +00:00
wiz
57e6b934f4 Prepare some code for an aspell-loadable-filter options,
which is not yet enabled because it currently does not work, but this
way it is easier to test.
2006-01-29 22:02:45 +00:00
schwarz
cf76714028 added hack to compile libwmf on IRIX 5.3 2006-01-29 21:58:31 +00:00
adam
0604150999 Updated meta-pkgs/gnustep to 1.11.2 2006-01-29 21:37:19 +00:00
adam
40debec691 Removed, because SSL functionality and bundle is already present in gnustep-base 2006-01-29 21:35:40 +00:00
adam
128b862a11 Changes 1.11.2:
* Removed gnustep-ssl
* Updated versions of the dependencies
2006-01-29 21:33:02 +00:00
adrianp
6a5e2d993c s/var/${VARBASE}/g 2006-01-29 20:21:57 +00:00
adrianp
a960859281 Fix COMMENT 2006-01-29 20:20:51 +00:00
schwarz
14bf75a4c7 Updated biology/mummer to release 3.18. Changes include:
- MUMmer now resides at Sourceforge
- new tools such as delta-filter
- more extensive html documentation and examples
- bug fixes
2006-01-29 19:31:43 +00:00
rillig
934461fa23 Fixed most of the remaining pkglint -Wall warnings. 2006-01-29 18:18:01 +00:00
wiz
1b8a68faff micq updated to 0.5.1; p5-Params-Validate updated to 0.80.
dialog updated to 1.0.20060126.
2006-01-29 18:12:59 +00:00
rxg
9bc9aeb35c Remove sysutils/rox-{archive, edit, lib, memo, wallpaper, wrappers}.
Add archivers/rox-archive.
Add editors/rox-edit.
Add devel/rox-lib.
Add misc/rox-memo.
Add x11/rox-wallpaper.
2006-01-29 18:08:00 +00:00
rillig
9df3ada05c Fixed the remaining pkglint -Wall warnings. 2006-01-29 18:07:50 +00:00
jschauma
0c63432777 psutils is needed to build the flyer, so add yet another dependency here 2006-01-29 18:00:17 +00:00