Commit graph

117703 commits

Author SHA1 Message Date
rillig
e495414f1a Moved the description of bulk builds into their own chapter. A new
section covering the pbulk system will be added soon.
2007-09-18 08:17:21 +00:00
wiz
f4c18a742d Add commented out LICENSE line (gplv3). 2007-09-18 06:40:36 +00:00
jnemeth
89db55d968 fix mail/claws-mail-* entries (hi smb) 2007-09-18 05:38:33 +00:00
martti
c620cf45cc vim-7.1.116 2007-09-18 05:33:20 +00:00
martti
3043da05fd Updated editors/vim-share to 7.1.116
2276  7.1.088  (extra) window position wrong when using ":winpos"
 13841  7.1.089  when listing variables text of command is not cleared
  2372  7.1.090  compiler warning on Mac OS X 10.5 for sigaltstack()
 10488  7.1.091  (extra) Win32: add --windowid argument
  2901  7.1.092  (extra, after 7.1.088) wrong args for MoveWindowStructure()
 15955  7.1.093  read past end of screen line when checking for double width
  1901  7.1.094  using wrong buffer to check if syntax HL is present
  5809  7.1.095  autocmmand for focus events may cause problems
  2287  7.1.096  reading past end of a string when resizing Vim
  1620  7.1.097  "setlocal stl=%!expr" doesn't work
  1780  7.1.098  ":call s:var()" doesn't work if "s:var" is a Funcref
  4552  7.1.099  ":mkvimrc" doesn't work properly when 'paste' or 'keymap' set
 14551  7.1.100  Win32: Executing cscope doesn't always work properly
  1614  7.1.101  Ruby: The Buffer.line= method does not work
  3276  7.1.102  Perl interface doesn't compile with new version of Perl
  1976  7.1.103  "dw" past end of last line deletes a character
 14346  7.1.104  (after 7.1.095) when 'lazyredraw' set redraw may be postponed
  2426  7.1.105  internal error when using "0 ? {'a': 1} : {}"
  1580  7.1.106  ":messages" doesn't quit listing on ":"
  4081  7.1.107  Visual block mode "s" that auto-indents fails in other lines
  2633  7.1.108  (after 7.1.100) Win32: compilation problems in Cscope code
  2147  7.1.109  GTK GUI: click on arrow left of tab
  2234  7.1.110  (after 7.1.102) Win32: Still compilation problems with Perl
  2946  7.1.111  after ":vimgrep /pat/j *" folds can be wrong
  1766  7.1.112  using input() with a wrong argument may crash Vim
  2765  7.1.113  map() on an empty list causes memory to be freed twice
  1386  7.1.114  memory leak in getmatches()
  1472  7.1.115  (after 7.1.105) compiler warning for uninitialized variable
  3137  7.1.116  can't display characters above 0x10000
2007-09-18 05:32:17 +00:00
obache
ac5a7f86c5 Updated graphics/ruby-RMagick to 1.15.10 2007-09-18 04:07:49 +00:00
obache
f325031771 Update RMagick to 1.15.10.
o Update Magick::Pixel.from_HSL, #to_HSL to work with new APIs in ImageMagick
  6.3.5-9.
2007-09-18 04:07:29 +00:00
smb
066ee34bed Part of the 3.0.1 update that I missed... 2007-09-18 03:18:23 +00:00
smb
5f6de9b0fd * Claws Mail is now licensed under GPLv3 or later.
New in this release:
~~~~~~~~~~~~~~~~~~~~

* added Tags feature
Tags are arbitrary labels that can be applied to messages. It is
possible to create, edit, remove Tags; apply them to mails;
filter on Tags or Tag presence; apply or unset Tags via Filtering
actions; reference Tags in reply Templates.

* Threads can now be sorted by most recent message
/View/Sort/By thread date

* Added "/View/Show or Hide/Column headers"

* Added 'watch thread' feature

* Enabled the running of folder Processing rules on demand

* Added options to stop/enable writing logs to disc, see Logging
page of preferences

* IMAP and News: Implement age-based caching: allow the specifying
of a threshold for the offline synchronisation feature, and whether
old cached bodies should be removed. Accessible from the Folder
Properties.

* IMAP: Made multiple copy, (in the same IMAP account), faster by
matching source/destination message UIDs.

* LDAP: Ability to edit all Person attributes

* Nicer layout of the message part icons

* Speed up and clean up rendering of larger msgs

* Use progress bar when sending messages

* Made mainwindow's /Help/Manual point to the remote copy if the
local copy doesn't exist

* Replaced some deprecated widgets

* Enabled changing the emphasis color used to highlight the
newsreader/x-mailer header value when it matches our preferred
mail agent, (hidden pref 'emphasis_color' added to clawsrc).

* tools/mew2claws-mail.pl
Added new script that imports a Mew address book

* tools/popfile-link.sh
Added a new script that will open selected messages in
POPFile control center, in order to change the message
status.

* Updated the manual

* Check that Dillo's installed when loading the Dillo Browser
plugin

* Maemo improvements:
o Automatically choose the correct application
to open parts
o Better way to notify of new mails
o Destroy messageview after trashing mail
o Simplified layout
o Better toolbars, removal of CTree headers
o Add a specific icon to go back to folder list
o Improvements to the Wizard, About and icon legend dialogues
o add an easy way to store data (mails and IMAP/NNTP caches)
on one of the SD cards, and protect against unmounts if
needed
o plug the online/offline system into maemo's interfaces to
have Claws automatically switch according to the system
status (on IT OS 2007)
o use HildonBanners to display status messages
o force layout to be Small screen
o put the progress bar in the toolbar

* Updated Brazilian Portuguese, Bulgarian, Catalan, Finnish, French,
German, Hungarian, Italian, Polish, Russian, Simplified Chinese and
Slovak translations.

Plus bug fixes
2007-09-18 03:17:24 +00:00
reed
edb3562456 For Portable C Compiler.
Add beginning of PKGSRC_COMPILER=pcc support.
Based on "sunpro".

Please help improve this. I have not tested with C++ or fortan.
2007-09-18 01:51:10 +00:00
adrianp
7c6a237bbe Add and document FETCH_PRE_ARGS, idea from David Sainty in PR #23899.
This allows such settings as the following in audit-packages.conf:
FETCH_PRE_ARGS="env ftp_proxy://ftp.myproxy.com"
Which will be set before FETCH_CMD is run.
2007-09-17 22:40:27 +00:00
drochner
275c5e9bfd make this compile with gtk-2.12 (which introduces a new tooltip framework
and deprecates the old one)
2007-09-17 16:21:55 +00:00
jlam
2f710b31e7 Include a patch taken from the main Courier CVS repository that adds
a new TLS_PROTOCOL selection "SSL23" that allows for trying to negotiate
initially with SSLv3 but falling back to SSLv2:

	courier/tcpd/libcouriertls.c:1.21

This allows Courier to interoperate with older mail servers and clients
that are still using SSLv2 when advertising or attempting to use
advertised STARTTLS capabilities.

This change modifies the following packages and bumps their PKGREVISIONs:

	mail/courier-imap	to 1.
	mail/courier-mta	to 6.
	meta-pkgs/courier	to 2.
	net/couriertcpd		to 1.
2007-09-17 15:28:03 +00:00
bjs
3e50b17466 + Updated x11/xterm to 229 [bjs 2007-09-17] 2007-09-17 06:39:05 +00:00
bjs
2237047c97 Update to version #229. Too many changes to list here; please see
${WRKSRC}/xterm.log.html.  Additionally, the pkgsrc-specific
changes are:

-- Add an "xterm-toolbar" option and add it to PKG_DEFAULT_OPTIONS.  Now
   we may all enjoy pull-down menus.

-- In the ${X11_TYPE} == "modular" case, add --disable-imake and
   --enable-narrowproto to CONFIGURE_ARGS.  The latter fixes [possible]
   problems with Xaw scrollbars.

-- Add USE_DIRS+=xdg-1.4 to handle newly-provided xterm pixmaps.

-- Add build-time dependency on x11/libxkbfile to pull in XKB extension
   headers, e.g. ${X11BASE}/include/X11/extensions/XKBbells.h.  The XKB
   bell extension should now be properly detected and supported.

-  Add "pcre" option, thereby supporting devel/pcre as xterm's regex
   library.

Changes ok'd (more or less) by joerg@ and tested by me.  For more detail
wrt: rationale for --enable-narrowproto and/or libxkbfile dependency,
please contact me.
2007-09-17 06:36:21 +00:00
obache
c8f2467392 Two paches for quartz are already included in upstream. 2007-09-17 04:42:25 +00:00
seb
924d8b11ed Note initial addition of p5-Object-InsideOut version 3.25 as
devel/p5-Object-InsideOut into The NetBSD Packages Collection.

The Perl 5 module Object::InsideOut provides comprehensive support
for implementing classes using the inside-out object model.

It implements inside-out objects as anonymous scalar references
that are blessed into a class with the scalar containing the ID
for the object (usually a sequence number).  Object data (i.e.,
fields) are stored within the class's package in either arrays
indexed by the object's ID, or hashes keyed to the object's ID.

The virtues of the inside-out object model over the 'blessed hash'
object model have been extolled in detail elsewhere.  Briefly,
inside-out objects offer the following advantages over 'blessed
hash' objects:
* Encapsulation
* Field Name Collision Avoidance
* Compile-time Name Checking
2007-09-16 22:55:01 +00:00
seb
2b6ea54b31 Add & enable p5-Object-InsideOut 2007-09-16 22:54:17 +00:00
seb
dc24759dc2 Initial import of p5-Object-InsideOut version 3.25 into The NetBSD
Packages Collection.

The Perl 5 module Object::InsideOut provides comprehensive support
for implementing classes using the inside-out object model.

It implements inside-out objects as anonymous scalar references
that are blessed into a class with the scalar containing the ID
for the object (usually a sequence number).  Object data (i.e.,
fields) are stored within the class's package in either arrays
indexed by the object's ID, or hashes keyed to the object's ID.

The virtues of the inside-out object model over the 'blessed hash'
object model have been extolled in detail elsewhere.  Briefly,
inside-out objects offer the following advantages over 'blessed
hash' objects:
* Encapsulation
* Field Name Collision Avoidance
* Compile-time Name Checking
2007-09-16 22:51:57 +00:00
joerg
22119eef72 malloc.h: evil
stdlib.h: good
using patches: better
2007-09-16 20:55:31 +00:00
wiz
d374b5dd74 gtk2+ updated to 2.12.0. 2007-09-16 19:54:51 +00:00
wiz
51daffe387 Update to 2.12.0.
(no shlib major changes)

Overview of Changes from GTK+ 2.11.6 to 2.12.0
==============================================

 * GtkTooltips
 - All widgets have been ported to the new tooltips code
 - Tooltips are disabled in touchscreen mode

 * GtkBuilder
 - Support custom tabs in GtkPrintUnixDialog

Lots of bugfixes and translation updates.

Overview of Changes from GTK+ 2.11.5 to 2.11.6
==============================================

 * GtkBuilder:
 - The gtk-builder-convert script is more versatile
 - GtkBuilder suppports GdkPixbuf properties
 - GtkBuilder parses, but doesn't yet implement <accessibility>
 - Support for accelerators in actions has been added

* GtkTooltips:
 - The old tooltips API has been deprecated
 - The has-tooltip property has getter and setter

* GtkTreeView:
 - Convenience API to set tooltips: gtk_tree_view_set_tooltip_row(),
   gtk_tree_view_set_tooltip_cell(), gtk_tree_view_get_tooltip_context(),
   gtk_tree_view_set_tooltip_column()

* GtkIconView:
 - Convenience API to set tooltips: gtk_icon_view_set_tooltip_item(),
   gtk_icon_view_set_tooltip_cell(), gtk_icon_view_get_tooltip_context(),
   gtk_icon_view_set_tooltip_column()

Lots of bugfixes and translation updates.


Overview of Changes from GTK+ 2.11.4 to 2.11.5
==============================================

* OS X port:
 - Many improvements

* Win32 port:
 - Inconsistent checkboxes are drawn correctly now

* GtkBuilder:
 - Ship a Python script, gtk-builder-convert, to
   convert glade files to GtkBuilder syntax

* GtkFileChooser:
 - Improved display of the time column
 - Support search on OS X, using Spotlight

* GtkTreeView:
 - New function gtk_tree_view_is_rubber_banding_active() to
   check whether rubber banding is active

* GtkVolumeButton uses the range 0.0 to 1.0, and
  correctly adapts tooltips to display percentages

Lots of bugfixes and translation updates.


Overview of Changes from GTK+ 2.11.3 to 2.11.4
==============================================

* The multipress input method correctly handles control keys

* The memory management of GtkRecentManager has been
  changed, deprecating the screen-related functions in favour
  of gtk_recent_manager_get_default().

Lots of bugfixes.


Overview of Changes from GTK+ 2.11.2 to 2.11.3
==============================================

* GtkBuilder: GTK+ supports constructing user interfaces
  from XML descriptions now, similar to libglade.

* The new tooltip code now has convenience api to set
  text tooltips: gtk_widget_set_tooltip_text(),
  gtk_widget_set_tooltip_markup()

* GtkTextView, GtkEntry:
 - gtk_widget_modify_cursor() is a new function in the
   gtk_widget_modify family to override the style-provided
   cursor colors
 - Use a block cursor in overwrite mode

* GtkFileChooser:
 - Use xdg-user-dirs to find the Desktop directory
 - gtk_file_system_create() is now public API

* GtkMenu:
 - GtkMenuItem gained a submenu property
 - GtkMenuShell obtained a move-selected signal

* OS X port:
 - Many improvements

Lots of bugfixes and translation updates.


Overview of Changes from GTK+ 2.11.1 to 2.11.2
==============================================

* The GtkListStore and GtkTreeStore have new API
  to set values using vectors of columns and values

Bugfixes and translation updates.

Overview of Changes from GTK+ 2.11.0 to 2.11.1
==============================================

* GtkTextView:
 - Marks can be created independent from buffers
 - Cursor color follows text color

* OS X port:
 - Many improvements

* GDK:
 - Add support for composited child windows

Lots of bugfixes and translation updates.


Overview of Changes from GTK+ 2.10.x to 2.11
============================================

* Printing support:
 - Cups backend: Work with "BrowseShortNames Off"
 - Cups backend: Fix handling of multi-valued options
 - Cups backend: Work with raw printers
 - Cups backend: don't lock up when met with larger numbers of printers
 - Improved sensitivity handling of controls in the unix dialog
 - Support half-open ranges
 - Add a test print backend for easier debugging
 - Add API to list paper sizes
 - Add API to serialize and deserialize page setups and print settings
 - Print settings can be passed to the preview command
 - Make more GtkPrinter public

* GtkFileChooser:
 - Improve file chooser dialog size logic
 - Add a GtkFileChooserButton::file-set signal
 - Add a search mode with backends for Beagle, Tracker and simple search
 - Add recent files support

* New tooltips API, that allows complex tooltips (markup, images),
  tooltips on insensitive widgets, tooltips on treeviews, etc

* GtkScaleButton, GtkVolumeButton: new widgets for volume controls
  frequently seen in multimedia applications

* Input Methods:
 - New Thai and Lao input method
 - New multipress input method for phone pads

* Recent files:
 - GtkRecentChooserMenu supports custom menu items
 - GtkRecentAction was added

* Keyboard navigation improvements:
 - Infrastructure for notification of failed keyboard navigation
 - Better support for restricted sets of keys
 - Only handle keys for notebook tab reordering and scrolledwindow
   scrolling if it make sense
 - Add settings gtk-enable-accels and gtk-enable-mnemonics to disable
   the display of accelerators and mnemonics
 - Popup/popdown of comboboxes is keybindable

* Windows port:
 - Windows 9x/ME is not supported anymore
 - Many ms-windows theme improvements
 - The file chooser uses native icons
 - Support drop shadows
 - Use native cursors

* OS X port:
 - Many improvements

* Icon theme support:
 - Add api to list contexts of an icon theme
 - The builtin stock icons have been replaced by a new set of icons
   which are visually compatible with Tango
 - Support fallback to more generic icon names
 - Validate icon caches when they are created and before they are used

* GtkRange has gained support for fill levels

* GtkEntry:
 - inline-selection mode for entry completion that is closer to what
   web browsers need
 - Add gtk_entry_set_cursor_hadjustment() to support automatic scrolling

* GtkTextView:
 - Support accumulative and negative margins
 - GTK_JUSTIFY_FILL works

* GtkLabel:
 - GTK_JUSTIFY_FILL works

* GtkStatusIcon:
 - Multiscreen support
 - gtk_status_icon_position_menu() works on Windows
 - Don't take up space when invisible

* GtkCellRendererProgress:
 - Respect themes
 - Support activity mode

* GtkNotebook:
 - Support scrolling during tab DND
 - Allow dropping tabs anywhere
 - Deprecate numeric group-ids in favour of a more flexible group property

* GtkTreeView:
 - Lots of scrolling fixes
 - Add a gtk-alternative-sort-arrows setting for drawing sort arrows
   according to platform conventions

* GtkButtonBox:
 - Can center buttons now

* GtkComboBoxEntry
 - Can add an arbitrary child widget

* GtkAboutDialog:
 - The "name" property has been replaced by "program-name" to avoid
   a clash with the preexisting "name" property on GtkWidget

* GDK changes:
 - Add gdk_event_request_motions() which works with input devices
 - Add API for changing startup notification id on a window
 - Add API for sending startup notification messages
 - Don't deadlock with xcb-based libX11
 - The handling of _NET_WM_USER_TIME has been changed to reduce
   the amount of root window property changes
 - New gdk_threads api() to allow fully threadsafe handling of idles
   and timeouts

* gdk-pixbuf changes:
 - Optional support for Sun mediaLib hardware acceleration
 - Support exif rotations in tiffs and jpegs
 - Allow arbitrary split between builtin vs modular loaders
 - Support v5 and OS/2 bmps
 - Support scaling animations

* Miscellaneous GTK+ changes:
 - New function gtk_window_set_opacity(), to set the opacity
   of toplevel windows
 - Allow to restrict drags within an application or widget
 - Support opening/closing of submenus on click
 - Configurable cursor blinking timeout
 - Insensitive widgets don't install cursors

Lots of bugfixes and translation updates.
2007-09-16 19:53:26 +00:00
joerg
b770135e28 Fix a major memory leak in Dewey that existed sine ~forever.
This was made a lot more critical with the changes to use the iteration
API, as that is running a lot more Dewey comparisions.

Thanks to adrianp and wiz for the reports.

Bump to 20070916.
2007-09-16 19:03:52 +00:00
joerg
ef4509b94a Simplify the logic for libiconv -- we always have a gettext that depends
on it for the non-native case. This seems to help with some issues on
Solaris.
2007-09-16 17:34:32 +00:00
wiz
7b0da2a0a5 Added misc/kchmviewer version 3.1 2007-09-16 17:10:30 +00:00
wiz
e3e3ea9910 + kchmviewer. 2007-09-16 17:09:18 +00:00
wiz
769e3078b8 Initial import of kchmviewer-3.1, originally packaged for pkgsrc-wip by
Ian Zagorskih, updated to latest version by me.

KchmViewer is a CHM (MS HTML help file format) viewer, written in
C++. Unlike most existing CHM viewers for Unix, it uses Trolltech
Qt widget library with optional KDE libraries. It does not require
KDE, but may be compiled with full KDE support, including KDE
widgets and KIO/KHTML.

The main advantage of KchmViewer is extra support for non-English
languages. Unlike other viewers, KchmViewer in most cases is able
to detect help file encoding, correctly shows tables of context of
Russian, Korean, Chinese and Japanese help files, and does correct
search in non-English help files (search for MBCS languages -
ja/ko/ch is still in progress).
2007-09-16 17:08:39 +00:00
minskim
a25454bc81 Note update of mathomatic. 2007-09-16 16:54:05 +00:00
minskim
d0e2f8f327 Update mathomatic to 12.7.6.
Changes since 12.7.2:
Improved documentation.
Added display of maximum memory usage to version command.
Allow read command in the Mathomatic library and fixed memory leak with it.
Added echo command per a user's request.
Improved factoring out constants, to make all coefficients reduced integers by
  factoring out their gcd.
Added gcd_verified() function, to weed out false floating point gcds.
Made limit command say whether it is substituting or solving.
Added "mathomatic.desktop" and "mathomatic.png", which are the desktop and
  icon files for Linux.
Minor code, documentation, and makefile improvements.
Added "tests/quartic.in" and fixed incomplete simplification in the calculate
  command.
Allow upper case when parsing infinity constant name "inf", required by CygWin
  version and maybe others.
The makefiles no longer strip the created executables.
Reordered source code so many functions can be defined returning "void" (which
  means no return value).
Added "tests/how_limit_works.in" tutorial and restored "doc/notes.html".
Testing change to only one kind of partial unfactoring (partial_flag =
  true/false, default true), completely distinct from full unfactoring. Used
  throughout, let me know if this breaks anything.
Added "simplify fraction" option, which simplifies like Maxima's ratsimp().
2007-09-16 16:53:12 +00:00
heinz
db4e3b5263 Updated
mail/spamassassin to 3.2.3
Added
	net/microdc2 version 0.15.6
2007-09-16 15:59:27 +00:00
heinz
96397c703e Activated microdc2 2007-09-16 15:55:37 +00:00
heinz
273124ca69 Initial import of microdc2 0.15.6.
Packaged and maintained by Dennis den Brok, with small changes by me.
This should fix PR pkg/36887 by Dennis.

microdc2 is the successor of microdc, a command-line based Direct Connect
client written in C and designed to compile and run on modern POSIX
compatible systems.
Direct Connect is a file sharing network made up by hubs, to which
clients can connect. Once connected to a hub, the user can search for
files on the hub or the network, or browse files of other users connected
to the hub.
2007-09-16 15:53:12 +00:00
wiz
eae54c12db Added fonts/liberation-ttf version 0.2 2007-09-16 15:44:07 +00:00
wiz
e2f82fcc08 + liberation-ttf. 2007-09-16 15:41:43 +00:00
wiz
38f36e505d Initial import of liberation-ttf-0.2, package by Bartosz Kuzma for
pkgsrc-wip.

On May 9, 2007, Red Hat announced the public release of these fonts
under the trademark LIBERATION at the Red Hat Summit. There are three
sets: Sans (a substitute for Arial, Albany, Helvetica, Nimbus Sans L,
and Bitstream Vera Sans), Serif (a substitute for Times New Roman,
Thorndale, Nimbus Roman, and Bitstream Vera Serif) and Mono (a
substitute for Courier New, Cumberland, Courier, Nimbus Mono L,
and Bitstream Vera Sans Mono).
2007-09-16 15:40:05 +00:00
heinz
e62c70c5d2 Fixed typos in comments. 2007-09-16 14:40:57 +00:00
obache
515523e220 - dcraw-8.77 2007-09-16 14:05:33 +00:00
gdt
d46a0a0f83 Update to 0.99.9:
[many bugfixes; upstream has no NEWS entries]
2007-09-16 13:57:14 +00:00
obache
f31b130031 Updated graphics/dcraw to 8.77 2007-09-16 13:33:03 +00:00
obache
814b09b2ac Update dcraw to 8.77 (include dcraw.c rev 1.392)
Pkgsrc changes:
 * Change to use archive distfile, instead of indivisual dcraw.{c,1}.
 * Enable message catalogue support.

ChangeLog from dcraw.c:

2007-08-11  dcoffin

	* dcraw.c: Use fseeko() and ftello() only when needed.

2007-08-09  dcoffin

	* dcraw.c: Reject TIFF files with unsupported Compression tags.

2007-08-02  dcoffin

	* dcraw.c: When they differ, use DateTimeOriginal instead of DateTime.

2007-07-29  dcoffin

	* dcraw.c: Added color matrix for the Canon PowerShot A640.

2007-07-23  dcoffin

	* dcraw.c: Reject 8-bit grayscale TIFFs.
	Decode raw CINE files, which may exceed 2GB.
	Error-check the "-s" option, and enable "-s all".
	Support camera WB for the Canon EOS-1D and EOS-1DS.
	Use full output range for "-H 2".

2007-06-24  dcoffin

	* dcraw.c: Support all Lossless JPEG predictors.

2007-06-14  dcoffin

	* dcraw.c: Reports of corruption in 16-bit linear DNGs were false.

2007-06-13  dcoffin

	* dcraw.c: Added "+M" option for version 8.75.

2007-06-09  dcoffin

	* dcraw.c: Added "-M" option and improved PPG interpolation.

2007-06-04  dcoffin

	* dcraw.c: Added "-C" option to the usage message.

2007-06-02  dcoffin

	* dcraw.c: Added "-C" option to correct chromatic aberration.
	Support the Hasselblad CFV, Kodak EasyShare C330, and Nikon D40X.
	Use a switch statement for Leica and Panasonic models.
	Output seven new TIFF tags, including ImageDescription and Artist.
	Generated color matrices for the Apple QuickTake and Phase One H 20.
	Copied new matrices from Adobe DNG Converter 4.1.

2007-05-10  dcoffin

	* dcraw.c: Support 3096x2103 mode for the Panasonic DMC-FZ8.

2007-05-07  dcoffin

	* dcraw.c: Added Patterned Pixel Grouping interpolation.

2007-05-03  dcoffin

	* dcraw.c: Offer blended highlights with the "-H 2" option.
	Set "shot_order" for ORF and CR2 files.
	Support the Pentax Optio 750Z.

2007-04-30  dcoffin

	* dcraw.c: Added "-A" option to select a rectangle for white balance.
	Protect against overflow attacks on malloc() or calloc().
	Nucore raw formats are not used outside Nucore, so drop them.
	Support the Canon PowerShots A630 and A640, Panasonic DMC-FZ8,
	Sigma SD14, Apple QuickTake 100 & 150, Mamiya ZD, Casio QV-R41,
	and Olympus E-410.

2007-03-26  dcoffin

	* dcraw.c: Better detect and reject non-raw TIFFs.

2007-03-20  dcoffin

	* dcraw.c: Optimized AHD interpolation to take 22% less time.

2007-03-17  dcoffin

	* dcraw.c: Support the Fuji FinePix S5Pro.

2007-03-15  dcoffin

	* dcraw.c:
	Refactored wavelet_denoise() to use memory more intelligently.

	* dcraw.c: Detect and report data errors wherever possible.

2007-03-13  dcoffin

	* dcraw.c:
	Use the "a trous" wavelet transform instead of the JPEG2000 method.
	Apply sqrt() to denoise highlights and shadows evenly.

2007-03-08  dcoffin

	* dcraw.c: Added the Olympus SP550UZ.

2007-03-03  dcoffin

	* dcraw.c: Support the Canon EOS-1D Mark III.

2007-02-27  dcoffin

	* dcraw.c:
	As the Pentax K10D was cropped, do likewise for the Samsung GX10.

2007-02-25  dcoffin

	* dcraw.c:
	Found larger JPEG thumbs for Nikon D100,D1H,D1X,D2H,D2X,E5000,E5700.

	* dcraw.c: Reworded the copyright notice to avoid mention of the GPL.

2007-02-23  dcoffin

	* dcraw.c: Replaced bilateral filter with wavelet denoising.
	Fixed incompatibility between "-f" and "-p".
	Fixed strange color casts with the Polaroid x530.
	Added Adobe matrices for the Nikon D40 and Pentax K10D.

2007-02-13  dcoffin

	* dcraw.c: Added a color matrix for the Fuji S6000fd.
	Set aspect ratio for the Kodak DC20 and DC25.

2007-01-21  dcoffin

	* dcraw.c: The last version broke 16-bit PPM byte order.

2007-01-19  dcoffin

	* dcraw.c: If the JPEG thumbnail has no EXIF table, add one.
	Built a color matrix for the Canon PowerShot S3 IS.

2007-01-09  dcoffin

	* dcraw.c: Added the Olympus SP510UZ.

2007-01-02  dcoffin

	* dcraw.c:
	Support the Panasonic DMC-L1, Leica Digilux 3, and Casio EX-Z4.
	Run remove_zeroes() on most Panasonic and Leica models.
	Built a color matrix for the Canon PowerShot A610.
	Support Sinar IA file format.

2006-12-22  dcoffin

	* dcraw.c: Support internationalization if LOCALEDIR is defined.
	Added stretch() function for cameras with non-square pixels.
	Support "-h" and "-s" with Sinar 4-shot files.
	Never append "DNG" to the camera model.

2006-12-15  dcoffin

	* dcraw.c: Added the Kodak DCS200 and Canon PowerShots A620 and S3 IS.

2006-12-04  dcoffin

	* dcraw.c: Added the Pentax K10D.

2006-11-28  dcoffin

	* dcraw.c: Added the Canon PowerShot A610.
	Added "-K" option for dark-frame subtraction.

2006-11-22  dcoffin

	* dcraw.c: Get the Olympus black level from the ORF metadata.
	Don't truncate PPM thumbnails.

2006-11-05  dcoffin

	* dcraw.c: Support the Olympus E-400 and Sinar 4-shot files.
	Updated color matrices from DNG Converter 3.6.
	Changed "-s" option to support multi-shot cameras.

2006-10-26  dcoffin

	* dcraw.c: Found a more reliable way to identify 4775936-byte images.

2006-10-10  dcoffin

	* dcraw.c: Updated link to Ting Chen's webpage.

2006-10-07  dcoffin

	* dcraw.c: Fixed "maximum" for the Canon EOS 5D.
	Added the Nikon E3200.

2006-09-22  dcoffin

	* dcraw.c: Display the focal length of Canon CRW images.

2006-09-20  dcoffin

	* dcraw.c: Added color matrices from Adobe DNG Converter 3.5.

2006-09-12  dcoffin

	* dcraw.c: Fixed problems with the Panasonic DMC-FZ50 and DMC-LX2.

2006-09-08  dcoffin

	* dcraw.c: Added the Panasonic DMC-FZ50.

2006-09-07  dcoffin

	* dcraw.c: Added the Nikon D80.

2006-09-04  dcoffin

	* dcraw.c: Added the Panasonic DMC-LX2.

2006-09-02  dcoffin

	* dcraw.c: Added the Canon EOS 400D.

2006-09-01  dcoffin

	* dcraw.c: Improved support for the Nikon D200.

2006-08-25  dcoffin

	* dcraw.c: Correctly display long exposure times for CRW files.

2006-08-20  dcoffin

	* dcraw.c: Support the Pentax K100D.

2006-08-18  dcoffin

	* dcraw.c:
	Get the correct thumbnail offset and size from Sony ARW files.

2006-08-09  dcoffin

	* dcraw.c: Clear a "struct tm" before using it.

2006-08-07  dcoffin

	* dcraw.c: Improved support for the Olympus E-330.

2006-08-01  dcoffin

	* dcraw.c: Previous version segfaulted with Fuji photos.

2006-07-31  dcoffin

	* dcraw.c:
	Halved memory usage by moving flip logic into write_ppm_tiff().

2006-07-28  dcoffin

	* dcraw.c: Support the Leaf CatchLight with VNG interpolation.
	Added the Samsung GX-1S.

2006-07-27  dcoffin

	* dcraw.c: Udi added &CLASS qualifiers for C++ compatibility.

2006-07-21  dcoffin

	* dcraw.c: Replaced gmtime_r() with the more common gmtime().

2006-07-18  dcoffin

	* dcraw.c:
	New "-T" option provides TIFF output with metadata and ICC profile.
	Support old Leaf cameras, plus new and obsolete Leaf image formats.
	Added camera WB for the Imacon Ixpress and Kodak P850/P880.

2006-06-23  dcoffin

	* dcraw.c: Support Kodak NC2000 images compressed by Photo Mechanic.

2006-06-22  dcoffin

	* dcraw.c:
	Added the Sony DSLR-A100, Minolta DiMAGE G530, and Sinar 4080x4080.
	Support software white balance for Kodak DSLRs.
	Correctly decode Phase One IIQ Small images.

2006-05-30  dcoffin

	* dcraw.c: Fixed the filter pattern on the Micron 2010.

2006-05-28  dcoffin

	* dcraw.c: Added the Sony XCD-SX910CR and Micron 2010 sensors.
	Added camera WB for the Kodak DCS Pro SLR models.
	After scale_colors(), use "65535" instead of "maximum".

2006-05-22  dcoffin

	* dcraw.c:
	Changed the "-H" option so the user can control color spread.

	* dcraw.c: Added pointer casts for C++ compatibility.

2006-05-18  dcoffin

	* dcraw.c: Greatly improved the highlight recovery.

2006-05-14  dcoffin

	* dcraw.c: Replaced "-r" and "-l" options with raw white balance.
	Added "-H 2" option for rudimentary highlight recovery.

2006-05-05  dcoffin

	* dcraw.c:
	Improved support for Leaf, Imacon, Sinar, and Phase One backs.
	Rewrote Canon CRW parsing to get correct camera WB.
2007-09-16 13:32:48 +00:00
gdt
78d6b97508 describe options better 2007-09-16 11:36:52 +00:00
wiz
5780822c6e Added textproc/emacs-muse version 3.11 2007-09-16 10:33:00 +00:00
obache
bfc0f8e415 avoid automatic handling of rc.d script. 2007-09-16 10:32:29 +00:00
wiz
aacb484ff2 + emacs-muse. 2007-09-16 10:31:49 +00:00
wiz
2c5ccc0b7b Initial import of emacs-muse (replacement for emacs-wiki):
Emacs Muse is an authoring and publishing environment for Emacs.  It
simplifies the process of writings documents and publishing them to
various output formats.

Emacs Muse consists of two main parts: an enhanced text-mode for
authoring documents and navigating within Muse projects, and a set of
publishing styles for generating different kinds of output.
2007-09-16 10:30:25 +00:00
joerg
fa97e70515 Rename RC scripts and use common infrastructure handling instead of doing
it manually.
2007-09-16 10:29:52 +00:00
wiz
e6eba9b966 + gconfmm-2.20.0, glibmm-2.14.0, gnome-vfsmm-2.20.0,
gtk2+-2.12.0, gtk2-sharp-2.10.2, gtkmm-2.12.0, libgnomecanvasmm-2.20.0,
  libgnomemm-2.20.0, libgnomeuimm-2.20.0, xerces-c-2.9.0, xmp-2.2.0.
2007-09-16 09:41:50 +00:00
joerg
5347a4c764 Fix DragonFly support. 2007-09-16 09:25:03 +00:00
dsainty
05ae4d41ee Updated archivers/dar to 2.3.5 2007-09-16 07:34:47 +00:00
dsainty
9635dbe91f Update dar to version 2.3.5:
This is a minor release. Changes from 2.3.4 are:

- changed displayed message when adding a hard link to an archive while
  performing a differential backup
- added back the possibility to use old blowfish implementation (bfw cipher)
- integrated optimization patch from Sonni Norlov
- updated Swedish translation by Peter Landgren
- updated French translation
- fixed broken Native Language Support in 2.3.x (where x<5)
2007-09-16 07:33:15 +00:00