summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-01-30Added the bulk build ID to the subject line of the report mail. It had beenrillig1-2/+2
${BUILDDATE} before, which has disappeared with the REPORTS_* change.
2006-01-30Fix errno. Fix mismatch between header's prototype and implementationjoerg3-1/+38
in favour of the header.
2006-01-30Don't use unportable ulong if unsigned long works as well.joerg2-1/+22
2006-01-30Has BROKEN_GETTEXT_DETECTION.joerg1-1/+2
2006-01-30Include sys/time.h for struct timeval on DragonFly.joerg2-4/+12
2006-01-30bochs-2.2.6 out.wiz1-2/+2
2006-01-30Note vsftpd PKGREVISION bump.wiz1-1/+2
2006-01-30Fix tcpwrappers option. Since it is on by default, bump PKGREVISION.wiz2-7/+8
From Hironaga KOJIMA in private mail.
2006-01-30Build the Linux based package for DragonFly as well.joerg2-2/+14
2006-01-30xsane updated to 0.99.1.wiz2-3/+3
2006-01-30Update to 0.99.1:wiz2-7/+7
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+ glibmm-2.8.4, gnumeric-1.6.2, goffice-0.2.0, libjit-0.0.6,wiz1-4/+11
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-30Fix developer login name.wiz1-2/+2
2006-01-30Simplify pattern for REPLACE_RUBY to fix some packages which containstaca1-2/+2
"/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-30Don't hard-code -lpthread. Don't link with -lresolv on DragonFly.joerg2-1/+18
2006-01-30Has BROKEN_GETTEXT_DETECTION.joerg1-1/+2
2006-01-30salo@: not every install can handles multiple directories (e.g. Solaris),joerg1-21/+24
so create them one at a time.
2006-01-30Note the additions of www/p5-LWP-Authen-Wsse 0.05kleink1-1/+3
and textproc/p5-XML-Atom 0.16.
2006-01-30Add and enable p5-XML-Atom.kleink1-1/+2
2006-01-30Initial import of p5-XML-Atom 0.16.kleink4-0/+36
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-30Add and enable p5-LWP-Authen-Wsse.kleink1-1/+2
2006-01-30Use the right distinfo file, d'oh.kleink1-4/+4
2006-01-30Initial import of p5-LWP-Authen-Wsse 0.05, a library for enabling X-WSSEkleink4-0/+27
authentication in LWP, into the Packages Collection.
2006-01-30Remove useless USE_X11.rxg1-2/+1
2006-01-30Updated pkglint to 4.55.rillig1-1/+2
2006-01-30Updated pkglint to 4.55.rillig1-2/+2
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-30Updated math/fftw to 3.1adam1-1/+2
2006-01-30Changes 3.1:adam3-26/+18
* 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-30That evil macro RENDER_SPAN is defined twice -- I only catched one in therillig2-5/+23
first try.
2006-01-30* Add missing files now that mplex has been re-added.xtraeme5-7/+37
* Add a patch that should fix the build on amd64. * Fixed pkglint warnings. Bump PKGREVISION.
2006-01-30Add BUILD_TARGET for OpenBSD.hiramatsu1-1/+3
2006-01-30Added sysutils/pcmanfmxtraeme2-2/+4
2006-01-30Initial import of pcmanfm-0.1.8.9.xtraeme4-0/+50
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-30Updated sysutils/rox to 2.4.1.rxg1-1/+2
2006-01-30Updated rox to 2.4.1.rxg2-7/+6
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- Added a hack to be able to parse nested make(1) variables likerillig1-3/+4
${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-30Note update of "rtorrent" package to version 0.4.3.tron1-1/+2
2006-01-30Note update of "libtorrent" package to version 0.8.3.tron1-1/+2
2006-01-30Update "libtorrent" package to version 0.8.3 and "rtorrent" package totron9-28/+119
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-30Capitalize a font name correctly. Noted by Bernd Ernesti.minskim1-2/+2
2006-01-30Note PKGREVISION bump of tcl-tclcl.minskim1-1/+2
2006-01-30Do not install header files used internally by this package only.minskim4-7/+7
Bump PKGREVISION.
2006-01-29Don't test(1) and cd(1), cd(1) directly. As long as "set -e" is notrillig1-3/+2
activated this prevents unexpected behavior.
2006-01-29updated devel/libosip to 2.2.2 (bugfix and speed improvement release)schwarz4-14/+16
adapted patch-aa supplied by kristerw
2006-01-29Prepare some code for an aspell-loadable-filter options,wiz2-4/+29
which is not yet enabled because it currently does not work, but this way it is easier to test.
2006-01-29added hack to compile libwmf on IRIX 5.3schwarz1-0/+17
2006-01-29Updated meta-pkgs/gnustep to 1.11.2adam1-1/+3
2006-01-29Removed, because SSL functionality and bundle is already present in gnustep-baseadam6-104/+0
2006-01-29Changes 1.11.2:adam1-14/+11
* Removed gnustep-ssl * Updated versions of the dependencies
2006-01-29s/var/${VARBASE}/gadrianp1-3/+3