Commit graph

117538 commits

Author SHA1 Message Date
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
tnn
c11ba2279a Note pidgin updates. 2007-09-15 14:56:57 +00:00
tnn
656481a20a Update the pidgin IM suite to version 2.2.0.
The intltool that comes bundled with libpurple doesn't like NetBSD's
/usr/bin/iconv, so switch libpurple to use intltool from pkgsrc.

ChangeLog:

Version 2.2.0 (09/13/2007):
http://developer.pidgin.im/query?status=closed&milestone=2.2.0

Libpurple:
* New protocol plugin: MySpaceIM (Jeff Connelly, Google Summer of
  Code)
* XMPP enhancements. See
	  http://www.adiumx.com/blog/2007/07/soc-xmpp-update.php (Andreas
  Monitzer, Google Summer of Code for Adium)
* Certificate management. Libpurple will validate certificates on
  SSL-encrypted protocols (William Ehlhardt, Google Summer of Code)
* Some adjustments were made to fix sending messages when using
  the MSN HTTP method. (Laszlo Pandy)
* Yahoo! Chat is fixed.
* Some AIM file transfer issues between Pidgin and other clients
  have been fixed. (Kyryll A Mirnenko)
* Properly restore idle status and time for AIM and ICQ accounts
  when they reconnect after being disconnected.

Pidgin:
* Insert Horizontal Rules and Strikethrough text from toolbar.
* Option to show protocol icons in the buddy list, from the
  Buddies > Show menu. (Justin Heiner)
* Ability to build with native, non-X11 GTK+ on OSX. (Anders
  Hasselqvist)
* Remember the 'Enable Sounds' setting for a conversation.
* Right-clicking the empty space in the formatting toolbar
  allows you to toggle back to the old "ungrouped" version.
* Protocols supporting account registration via Pidgin now show
  a descriptive checkbox instead of a vague "Register" button.
* Fixed a bug where a tab would be shown on single conversations
  when tabs were disabled.

Finch:
* Per-conversation mute and logging options (accessible from the menu).

Version 2.1.1 (08/20/2007):
Yahoo:
* Added an account action to open your inbox in the yahoo prpl.
* Added support for Unicode status messages in Yahoo.
* Server-stored aliases for Yahoo. (John Moody)
* Fixed support for Yahoo! doodling.
* Limited support for MSN Messenger contacts

Bonjour:
* Bonjour plugin uses native Avahi instead of Howl
* Bonjour plugin supports Buddy Icons

XMPP:
* Only report conversation close when 'send typing notifications'
  preference is turned on (Bob Rossi)

Pidgin:
* Show current outgoing conversation formatting on the font label on
  the toolbar
* Slim new redesign of conversation tabs to maximize number of
  conversations that can fit in a window
* Tab bar is not visible when only one conversation is open. You can
  drag and drop conversations from the infopane.
* Moved "Reset Formatting" toolbar button to Font menu.
* Double click on the infopane to alias buddies and set topics
  on chats
* New smiley style

Finch:
* Sound support (Eric Polino)
2007-09-15 14:55:01 +00:00
wiz
de2adcc5dd Updated textproc/p5-XML-SAX to 0.16nb1 2007-09-15 14:45:14 +00:00
wiz
5430b8e338 Readd ParserDetails.ini, lost in last, noted by joerg. Bump revision. 2007-09-15 14:44:51 +00:00
joerg
7811a57a6d Update libtool packages to 1.5.24. 2007-09-15 12:13:55 +00:00
joerg
ea96bde119 Update to libtool 1.5.24:
- fix regression on DragonFly [patched before]
- don't remove paths to uninstalled libs [patched before]
- initial support for Sun compilers on Linux
- better suport for GNU/kNetBSD and GNU/kFreeBSD
- fixes for GCC multilib on x86_64 and similiar system.
- documentation for --tag.
- getconf ARG_MAX is used to find maximum argument length.
2007-09-15 12:11:44 +00:00
tron
5dd321d92f Note update of the "qt3-libs" package to version 3.3.8nb5. 2007-09-15 12:04:24 +00:00
tron
562fcbbd20 Fix security vulnerability reported in CVE-2007-4137.
Bump package revision.
2007-09-15 12:04:01 +00:00
joerg
f56b39c62e Update libarchive to 2.2.8. 2007-09-15 11:51:59 +00:00
joerg
21e04c04e3 Update libarchive to 2.2.8:
- bsdcpio now supports most of the older SUSv2 specs [not default yet]
- mtree reader to specify file arguments (experimental)
- handle gtar 1.17 sparse files (instead of the older 1.16)
- refined suid/sgid handling: it is optional if the bits can't be reset
  if owner restore is also not requested
- fixes for QNX from Sean Boudreau
2007-09-15 11:50:58 +00:00
joerg
d03a494c50 Ensure that libopenal is built with pthread linkage and users of
the config script get it as well. Bump revision.
2007-09-15 11:45:57 +00:00
joerg
0b70660c7a Import libarchive-2.2.8 2007-09-15 11:39:49 +00:00
obache
811834c8cf Fixed build problem on NetBSD 4.0_RC1 (TRUE, FALSE are already defined). 2007-09-15 11:39:16 +00:00
wiz
56036a8032 Updated devel/apel to 10.7nb1 2007-09-15 11:30:06 +00:00
wiz
b8a3de337d Remove @dirrm for non-existent directory. Bump PKGREVISION. 2007-09-15 11:29:45 +00:00