summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-07-25Updated mail/postfix to 2.3.1martti2-6/+6
Main changes in TLS support: - The Postfix SMTP client enforced mandatory TLS only when talking to an ESMTP server; enforcement did not happen if Postfix could somehow be forced to send HELO instead of EHLO. This problem also exists in Postfix 2.2, where it is is fixed with Postfix 2.2 patch 11. This is minor compared to the DNS spoofing issues that were fixed with Postfix 2.2.10. - Workaround for an interoperability problem introduced with Postfix 2.3. Some buggy TLS client implementations were unable to deliver mail because the Postfix SMTP server didn't send a TLS session ID. To disable the workaround specify "smtpd_tls_always_issue_session_ids = no"; this allows non-buggy TLS clients to save some space. Main changes in Milter support: - Safety measure. After "postsuper -r", mail is no longer inspected by the Milters specified with the non_smtpd_milters parameter. This measure prevents a bad interaction with external content filters: Milters would receive incorrect SMTP client information, and could be tricked into signing or allowing untrusted messages. This change does not affect Milter applications that run behind an after-queue content filter. The behavior is detailed in the postsuper(1) manual page.
2006-07-25Add a workaround for freedesktop.org bug 7401, so that 'make test' works.minskim2-1/+32
Patch from cairo cvs.
2006-07-24Note PKGREVISION bump of pango.minskim1-1/+2
2006-07-24Build the atsui module only when the x11 option is disabled, because itminskim2-9/+12
causes the xlib backend of cairo to crash. Bump PKGREVISION.
2006-07-24Mention new wyrd and wxRemind packages.wiz1-1/+3
2006-07-24Add wyrd and wxRemind.wiz1-1/+3
2006-07-24Initial import of wxRemind-0.6.18:wiz4-0/+42
wxRemind is a graphical front-end to Remind, a remarkably sophisticated calendar and alarm system. wxRemind is similar to Wyrd but is based on wxPython rather than curses. The display features a calendar and daily event list suitable for visualizing your schedule at a glance. Dates and associated events can be quickly selected either with the mouse or cursor keys, and dates in the calendar are color coded to reflect the total duration of scheduled events. wxRemind provides an internal editor or integrates with an external editor of your choice to make editing of reminder files more efficient, provides hotkeys to quickly access the most common Remind options, allows popup, sound and/or spoken alerts and can display a postscript calendar of the selected month suitable for printing.
2006-07-24Initial import of wyrd-1.4.1:wiz5-0/+65
Wyrd is a text-based front-end to Remind, a sophisticated calendar and alarm program. Remind's power lies in its programmability, and Wyrd does not hide this capability behind flashy GUI dialogs. Rather, Wyrd is designed to make you more efficient at editing your reminder files directly. It also offers a scrollable timetable suitable for visualizing your schedule at a glance. Unlike most of the calendar applications available today, Wyrd is designed to be both lightweight and fast. Startup time is negligible, UI navigation is instantaneous, and the wyrd process typically consumes less than 2MB of resident memory.
2006-07-24py24-setuptools updated to 0.6c1.wiz1-1/+2
2006-07-24Update to 0.6c1. Add missing files to PLIST.wiz3-8/+44
0.6c1 * Fixed AttributeError when trying to download a setup_requires dependency when a distribution lacks a dependency_links setting. * Made zip-safe and not-zip-safe flag files contain a single byte, so as to play better with packaging tools that complain about zero-length files. * Made setup.py develop respect the --no-deps option, which it previously was ignoring. * Support extra_path option to setup() when install is run in backward-compatibility mode. * Source distributions now always include a setup.cfg file that explicitly sets egg_info options such that they produce an identical version number to the source distribution's version number. (Previously, the default version number could be different due to the use of --tag-date, or if the version was overridden on the command line that built the source distribution.) 0.6b4 * Fix register not obeying name/version set by egg_info command, if egg_info wasn't explicitly run first on the same command line. * Added --no-date and --no-svn-revision options to egg_info command, to allow suppressing tags configured in setup.cfg. * Fixed redundant warnings about missing README file(s); it should now appear only if you are actually a source distribution. 0.6b3 * Fix bdist_egg not including files in subdirectories of .egg-info. * Allow .py files found by the include_package_data option to be automatically included. Remove duplicate data file matches if both include_package_data and package_data are used to refer to the same files. 0.6b1 * Strip module from the end of compiled extension modules when computing the name of a .py loader/wrapper. (Python's import machinery ignores this suffix when searching for an extension module.) 0.6a11 * Added test_loader keyword to support custom test loaders * Added setuptools.file_finders entry point group to allow implementing revision control plugins. * Added --identity option to upload command. * Added dependency_links to allow specifying URLs for --find-links. * Enhanced test loader to scan packages as well as modules, and call additional_tests() if present to get non-unittest tests. * Support namespace packages in conjunction with system packagers, by omitting the installation of any __init__.py files for namespace packages, and adding a special .pth file to create a working package in sys.modules. * Made --single-version-externally-managed automatic when --root is used, so that most system packagers won't require special support for setuptools. * Fixed setup_requires, tests_require, etc. not using setup.cfg or other configuration files for their option defaults when installing, and also made the install use --multi-version mode so that the project directory doesn't need to support .pth files. * MANIFEST.in is now forcibly closed when any errors occur while reading it. Previously, the file could be left open and the actual error would be masked by problems trying to remove the open file on Windows systems.
2006-07-24Set ForceNormalLib and SharedFontLib to YES regardless of Linux distribution,minskim3-12/+67
so that the same set of libraries are built on every Linux distribution. Thanks to Joerg Sonnenberger for guide and review.
2006-07-24add CDDA input on NetBSD, from Kimura Fuyuki per PR pkg/34053drochner3-6/+164
2006-07-24update to 1.0.18drochner3-6/+20
changes: -bugfixes -documentation improvements -Added a gconf key to disable DBUS if necessary
2006-07-24update to 0.5.4drochner2-7/+6
changes: * Patch from Erik Osheim to fix decode on bigendian platforms. * Fix for None deallocation error, thanks to Michael Urman.
2006-07-24-gtk-thinice-enginedrochner1-2/+1
2006-07-24this went into gtk2-engines a while ago, so it is obsolete and conflictingdrochner4-41/+0
2006-07-24update to 2.4.3drochner6-43/+42
changes: -speed improvements in higher resolutions -bugfixes -improvements in Mac OS X support -some cleanup -Move gamma correction tables into prboom.wad
2006-07-24This package needs zlib.minskim1-1/+2
2006-07-24Mention new dirvish package.wiz1-1/+2
2006-07-24Add dirvish.wiz1-1/+2
2006-07-24Initial import of dirvish-1.2.1.wiz4-0/+95
dirvish is a backup system using rsync and link farms. Each image is a directory containing transfer log, summary, tree and if transfer errors were detected an rsync_error file. The transfer log retains the the output of any pre and post processing commands and the rsync log listing all files that were changed or added with some statistical information. The summary file contains all the information about how the image was created and meta-data for managing the image in config file format. Tree is the copy of the client tree. The client directory tree is compared with an existing image to create a new image. Unchanged files are shared between images. For changed files only those parts that actually change are transfered over the network. Unchanged portions of files are copied from the reference image. The resulting images contain complete copies of the original trees preserving ownership and file permissions. In this way even though the backups are made incrementally, each image can be used independently for restores or to make removable-media off-site copies or archives. The removal of an image will have no effect on other images.
2006-07-24Note PKGREVISION bump of pango.minskim1-1/+2
2006-07-24Add a patch for GNOME bug 322374, which may cause link errors when the atsuiminskim3-3/+18
module is enabled. Patch obtained from GNOME CVS. Bump PKGREVISION.
2006-07-24Fix conditional for semi-bbdb option.wiz1-2/+2
From Kouhei Mori in PR 34072.
2006-07-24Merge in patches to make this build again on NetBSD without bluetooth,xtraeme4-12/+104
thanks to dillo for that.
2006-07-24Add missing gettext-lib dependency.wiz1-1/+2
2006-07-24Remove comment for non-existing USETBL.wiz1-7/+1
2006-07-24Describe groff-docs.wiz1-0/+1
2006-07-24Note groff PKGREVISION bump.wiz1-1/+2
2006-07-24Add groff-docs option, enabled by default.wiz5-92/+101
When turning it off, you can get rid of the netpbm, psutils, and ghostscript dependencies. Might help in bootstrapping some platforms. Based on a patch from schmonz@. While here, improve PLIST by trying to remove an additional directory and bump PKGREVISION for that.
2006-07-24+ btpd-0.10 [pkg/34068], prboom-2.4.3, ruby-gnome2-0.15 [pkg/34064],wiz1-2/+5
sparsehash-0.4 [pkg/34063].
2006-07-24Correct path for "kdepim" package.tron1-2/+2
2006-07-24Note update of www/geeklog pacakge to 1.4.0.5.1 (1.4.0sr5-1).taca1-1/+2
2006-07-24Update geeklog package to 1.4.0.5.1 (1.4.0sr5-1).taca3-9/+10
- Fix display problem with comment preview. - Add afrikaans language support.
2006-07-24remove comments left over from automatic creation, found by wizdrochner1-24/+1
2006-07-24 Updated graphics/p5-Image-ExifTool to 6.29 [gdt 2006-07-24]gdt1-1/+2
2006-07-24Update to production release 6.29. Many minor changes omitted; seegdt2-6/+6
Changes in ${WRKSRC}. - Improved decoding of Canon PictureStyle information - Decode a number of new tags in Canon, Casio, FujiFilm, Minolta, Nikon, Panasonic, Pentax, Ricoh and Sony and maker notes - Improved recognition of various Minolta maker note formats - Added a number of new Nikon Capture tags - API Changes: - Added FastScan option - Return "0000:00:00 00:00:00" instead of "1970:01:01 00:00:00" as the string representation of numerical times with a value of zero - Added read support for Real audio/video (RA, RM, RV, RMVB, RAM, RPM) files - Added read support for SWF (Shockwave Flash) files
2006-07-24Move zlib SUBST magic to Makefile.common, it is always needed.joerg2-9/+9
Fixes problems found by abs@
2006-07-24Fix konqsidebar configure test to work on DragonFly, where pthread linkagejoerg2-5/+14
must be explicit.
2006-07-24Fix stack overflow handling of sigsegv.joerg1-1/+2
2006-07-24- USE_LIBTOOL=yesjoerg3-2/+36
- On DragonFly, the stack overflow handling should follow the logic of FreeBSD, similiar the address space scanning. This is now needed for lang/clisp. Since the installed version differs, bump revision.
2006-07-24Fix hard-coded -lpthread.joerg2-1/+16
2006-07-24ivtools, digikam*, and kdepim updates.markd2-3/+7
2006-07-24In korganiser use the KTimezone class rather than trying to deal withmarkd4-2/+147
timezones itself as that works on more systems. Bump PKGREVISION
2006-07-24Update digikam{,-doc,imageplugins} to 0.8.2markd12-140/+464
Changes since digikam 0.8.2-rc1 include: Bugs fixed: o Unsupported initialization of CameraList object o digikam "Mount and Download" Problems o Thumbnail generation fails with raw images o Camera gui always puts *.JPG and *.NEF in the configure - digikam dialog/File Mime Types/ Image Files o Crash when moving an album to another album o Auto-rotion of photos may confuse user because of changes made he is not aware of o Communication between digiKam and its kioslaves broken if size_t != off_t o Minimize button missing on "Compaq Flash Reader" camera window o mimelnk/x-image-raw.desktop conflicts with kdegraphics-3.5.x Changes since 0.8.2-beta1 include: New feature: o add missing Rating info in album item file tip and image properties dialog Bugs fixed: o fix JFIF comments section encoding extraction to respect UTF8 o fix x-raw.desktop: removed tiff extention o camera download: auto-rotated images lose EXIF meta data o fix message about missing dcraw program o EXIF info lost when saving a modified image that was readonly o Hash marks ('#') in album names cause problems. 0.7.* regression o something is broken with TIFF imlib2 loader and 16 bits images. Use KDE/Qt TIFF loader instead. Changes since 0.8.1 include: New features: o display JPEG that use CMYK color space o Rating image using keyboard shortcuts CTRL+0/1/2/3/4/5 from main interface o Buttons to set the album date to oldest, yougest of the images in the album Bugs fixed: o preview-pictures seem to be handled differently by Digikam and Konqueror o albums not displayed corectly and digikam crashes with St9bad_alloc o digikam: whatthis info not closed when albumview is scrolled up or down with cursur keys o digikam: redraw problem with whatthis info of an image show and starts scrolling with the mouse o thumbnails not correctly rotated according to exif information o Ask user which plugins should be enabled on first startup (all plugins are enabled by default first startup) o opening and closing right pane with tag filter also changes width of left pane and vv o Digikam on PPC has problem identifying JPEG and tries to use dcraw with them Changes since digikamimageplugins 0.8.1 include: Bugs fixed: o White Balance plugin : Fixed Gamma correction slider values inversed o Infrared plugins: fix unnecessary blurring effects
2006-07-24Add a number of missing screensaver items. Bump revision.joerg2-3/+8
2006-07-24Documented the current order in which files are loaded by the pkgsrcrillig1-1/+93
infrastructure.
2006-07-24Update to ivtools 1.2.4markd5-20/+20
July 20th, 2006 ivtools-1.2.4 - changes for compiling with gcc-4.0 - changes to socket-driven (ACE) use of comterp to support multi-line commands - changes to allow re-use of scanner/parser with multiple operator tables October 7th, 2005 ivtools-1.2.3 - add support for an external libtiff with a --with-tiff (and -with-tiff-lib) configure arguments. - changes necessary to compile with gcc-4.0 - changes necessary to compile with gcc-4.0 on top of ACE-5.4.7 - changes necessary to compile on suse-9.3 linux (amd64 platform). Contributed by Paul Vixie. - fixed bug in "addtool" command/mechanism in graphdraw and drawserv - added support for color expressions to graphdraw (:colexpr), to allow attribute-sensitive computation of a node's color.
2006-07-24Moved the explanation of the various variables in the "fetch" phase fromrillig2-95/+137
components.xml to build.xml. Added a list of variable names and a link to the old place. Rewrote and extended the existing documentation to cover most common cases.
2006-07-24In addition to ${SED} and ${TR}, sed and tr should not be used in therillig1-8/+35
install phase. Stricter checks for manual pages in PLIST files.