photo collections. Unlike Gallery 2, Gallery 1 does not need a database
backend. It provides users with the ability to create and maintain their
own albums via an intuitive web interface. Photo management includes
automatic thumbnail creation, image resizing, rotation, ordering,
captioning, searching and more.
provides users with the ability to create and maintain their own albums
via an intuitive web interface. Photo management includes automatic
thumbnail creation, image resizing, rotation, ordering, captioning,
searching and more. Albums can have read, write and caption permissions
per individual authenticated user for an additional level of privacy.
pkgsrc changes:
- Add license definition
Upstream changes:
[Changes for 0.79 - 2010-03-02]
* Locale::Maketext::Lexicon::Tie
- Removed a deprecated use of "defined %" for Perl 5.11+
[Changes for 0.78 - 2010-02-23]
* Locale::Maketext::Lexicon
- Removed a deprecated use of "defined %" for Perl 5.11+
devel/p5-Filesys-Notify-Simple into The NetBSD Packages Collection.
The Perl 5 module Filesys::Notify::Simple is a simple but unified
interface to get notifications of changes to a given filesystem
path. It utilizes inotify2 on Linux and fsevents on OS X if they're
installed, with a fallback to the full directory scan if they're
not available.
NetBSD Packages Collection.
The Perl 5 module Filesys::Notify::Simple is a simple but unified
interface to get notifications of changes to a given filesystem
path. It utilizes inotify2 on Linux and fsevents on OS X if they're
installed, with a fallback to the full directory scan if they're
not available.
pkgsrc changes:
- Adjust dependencies
Upstream changes:
0.39 Tue 16 Mar 2010
- Doc fix (RT#54507, Patrick Cronin)
- Upped Copyright notices to 2010
- Drop YAML version to 1.0
and to develop and integrate Web-based applications. It also puts practical
technologies for knowledge management projects in the hands of developers.
It is implemented in Python with C extensions.
Upstream changes:
Release 0.42 - 16 March, 2010
-----------------------------
* names with more than two commas are left untouched if protected by
braces.
* can now deal with names with hyphens and generate the correct BibTeX
compatible abbreviations.
* can generate initials for protected name parts, like BibTeX can.
* can deal with generating initials for names which contains Unicode
characters.
* fixed compilation on machines needing alloca.h
* added new README file with more up-to-date information.
Upstream changes since 5.2 (upstream module version for 5.200):
5.251 Sat Mar 13 00:58:21 CET 2010
- make test failed if it was run before make install, and
older versions of perl make our live very difficult, so
write constants.pl during Makefile.PL time.
5.25 Sat Mar 13 00:23:14 CET 2010
- fix a race condition in AnyEvent::Handle that would cause
a "bio_read: unsupported method" error (in _another_
ssl connection) after user code threw an exception.
- added AnyEvent::Handle->destroyed method.
- speed up AnyEvent::Socket::format_address and ::format_ipv6.
- the AnyEvent::Util::fh_nonblocking function worked only
by lucky accident on win32.
- smaller and faster AnyEvent::Util::fh_nonblocking.
- when the (required!) Time::HiRes module is missing, AnyEvent
did not fall back to built-in time properly.
- do not load Fcntl at runtime, saving memory and loading time.
- precompile a number of constants and use them instead of runtime
detection and eval.
- free detection code after detection and similar memory optimisations.
- Perl backend timer interval best effort drift has been improved
(ame algorithm as EV).
- update unicode idna mapping table.
5.24 Tue Jan 5 11:39:43 CET 2010
- cygwin never reports errors from failed connects. 1.5 just gives
you continous readyness and EAGAIN, 1.7 is even more broken and
just hangs. work around both issues in a cygwin-specific hack.
- improve idle watcher documentation slightly.
5.23 Sun Dec 20 23:48:00 CET 2009
- support IDNs in resolve_sockaddr, and therefore in tcp_connect.
- implement punycode_encode/decode, idn_nameprep,
idn_to_ascii and idn_to_unicode operations in AnyEvent::Util.
- provide $AE::VERSION.
- removed traces of "no strict 'refs'".
5.22 Sat Dec 5 03:51:13 CET 2009
- downgrade-or-fail in AnyEvent::Handle::push_write, to
diagnose encoding failures earlier and more succinctly.
(this works around bugs in perl, throwing away encoding info
when passing scalar data to extensions).
- add more examples to AnyEvent::Socket manpage.
- upgrade internal warning set to the same as common::sense 2.03.
- use pack "n/a*" for pre-5.8.9 perl compatibility in AnyEvent::DNS
(John Beppu).
- AnyEvent::Socket::inet_aton now properly supports ipv6, as documented.
- add google public dns servers to fallback server set and make sure
we load-balance properly between the three sets. also add all
fallback dns servers, not just a random one, to each dns config.
5.21 Thu Nov 19 02:48:47 CET 2009
- fix a problem where socket constants were called with parameters
(spotted by David Friedland).
- fork_call never use'd POSIX (reported by Daisuke Maki).
- improve perl 5.6 compatibility further (but it still won't work
unless you rip out everything but the core).
- prefer Net::DNS::Resolver over ipconfig, if installed, on win32.
uses 10MB of RAM, but doesn't open a console window. *sigh*.
5.202 Wed Oct 14 22:35:44 CEST 2009
- AnyEvent::DNS would unexpectedly clobber $_ under windows
(analysed by Matthias Waldorf).
- AnyEvent::Handle::run_cmd can now pass the PID of the
newly-created process, which is much less useful than it might
sound (based on patch by Yann Kerherve).
5.201 Tue Sep 29 12:09:25 CEST 2009
- AnyEvent:Handle::on_starttls/on_stoptls methods were broken
(reported by Torsten Foertsch).
- common::sense 2.0 could cause tcp_server to throw an exception
(analysed by elmex).
Upstream changes:
3.9 Thu Dec 31 07:59:59 CET 2009
- disable t/07* under automatic testing.
- increase t/09* timeouts as netbsd has *horribly* broken
select/kevent that *usually* sleep >>0.6s instead of 0.3.
- add constants EV::FLAG_NOSIGFD, EV::FLAG_NOINOTIFY and
EV::BACKEND_ALL.
- (libev) signalfd is no longer used by default.
- (libev) backport inotify code to C89.
- (libev) inotify file descriptors could leak into child processes.
- (libev) ev_stat watchers could keep an errornous extra ref on the loop.
- (libev) take advantage of inotify_init1, if available.
- (libev) the signal handling pipe wasn't always initialised under windows.
- changed minimum glibc requirement from glibc 2.9 to 2.7, for signalfd.
- (libev) only replace ev_stat.prev when we detect an actual difference.
pkgsrc changes:
- Adjust build/test dependencies
Upstream changes:
0.55 2010-03-16
- Get all tests passing on 5.6.2. Thanks to Zefram for help spotting the
problems.
- Moved code to my hg repo at http://hg.urth.org/hg/DateTime.pm.
pkgsrc changes:
- Changing module type to use bundled Module::Install
Upstream changes:
1.11 tues20100316 15:17
- re-generate the META.yml and remove the stale one from git
Upstream changes:
2010-03-16 0.72 - H.Merijn Brand <h.m.brand@xs4all.nl>
* Introduce quote_null attribute (RT#55200)
* examples/csv-check can be used for Text::CSV_PP
* examples/csv-check more options for sep_, escape_ and quote_char
* examples/csv2xls more options for sep_, escape_ and quote_char
* examples/csv2xls added auto_diag and verbosity
* Dropped YAML spec to 1.0
Upstream changes:
0.15 Tue Mar 16 09:40:40 2009
** Factored Path-Dispatcher-Declarative into its own distribution
** Be sure to update your dependency information!
* Implement ->complete for Rule::Dispatch
* Add Path::Dispatcher::Rule::Alternation
* Implement case insensitivity fory Rule::Eq
* Add Path::Dispatcher::Rule::Sequence - like Rule::Tokens but
better!
* Add Path::Dispatcher::Rule::Enum
* Path autoboxing has been factored out into a private method for
more overridability
* A few documentation improvements as usual :)
Upstream changes:
1.42 Tue 16 Mar 2010
- Signficantly expanded documentation on the per-table class
and the methods created for it (Breno G. de Oliveira)
C++ library of mathematical, signal processing and communication
routines
Its main use is in simulation of communication systems and for
performing research in the area of communications. The kernel of the
library consists of generic vector and matrix classes, and a set of
accompanying routines. Such a kernel makes IT++ similar to MATLAB or
GNU Octave.
pkgsrc changes:
- Add recommended dependencies
Upstream changes:
2.80 2010-01-16T04:40:00
- Fixed the regular expression for detecting JIRA keys. Thanks to David
Ferguson for the report (RT#51620).
- Fixed test failure on Perl 5.11.2.
- Switched to improved URL links with link text in the documentation.
2010-03-08 Mike Kestner <mkestner@novell.com>
* configure.in.in: revert the -platform flag usage on windows until
we can figure out why it breaks Gtk# on mono.
2010-03-01 Mike Kestner <mkestner@novell.com>
* msi/gtk-sharp-2.0.wxs.in: use the netfx runtime version checks.
Check for version 2.0 or greater.
* msi/Makefile.am: ref the netfx extension.
2010-02-26 Mike Kestner <mkestner@novell.com>
* configure.in.in: backport the mono-2 configure fallback.
2010-02-26 Mike Gorse <mgorse@novell.com>
* atk/Object.custom, atk/glue/object.c: Bind GetAttributes.
2010-01-11 Mike Kestner <mkestner@novell.com>
* configure.in.in: checks for wix and add platform switch to win32
builds to ensure 32BIT+ and PE32 are set. [Fixes#473566]
* gtk-sharp-2.0.wxs.in: moved to msi dir and enhanced. see below.
* license.rtf: moved to msi dir
* Makefile.am: add new dir, move installer target to msi Makefile.
* msi/*: new installer building framework. conditionally builds on wix
availability. downloads official binary bundles to build an unmanaged
module. adds the .mo files to support translation [Fixes#513017]
updated gtk+ version to 2.16.6. still depends on win32-installers build
for mono-posix and mono-cairo modules.
2009-11-30 Mike Kestner <mkestner@novell.com>
* generator/Method.cs: support win32_utf8_variant attribute on methods.
* glib/*.cs: support win32 utf8 variant methods.
* gtk/*.custom: support win32 utf8 variant methods.
* gtk/Gtk.metadata: mark some win32_utf8_variant methods.
[Fixes#550961] Adapted from a patch by Tor Lillqvist.
2009-11-23 Christian Hoff <christian_hoff@gmx.net>
* generator/Signal.cs: Return a GInterfaceAdapter in the signalargs's
accessor properties instead of trying to return the implementor as stored in
the arguments array.
2009-11-20 Gabriel Burt <gabriel.burt@gmail.com>
* bootstrap-2.12: Bump GTK_SHARP_VERSION to 2.12.10
2009-11-20 Gabriel Burt <gabriel.burt@gmail.com>
Make TextBufferSerializeFunc return byte []
* gtk/Makefile.am:
* gtk/textbuffer-serializefunc.patch:
* gtk/GtkSharp.TextBufferSerializeFuncNative.cs:
* gtk/TextBufferSerializeFunc.cs: Copy of generated bindings, fixed to
be usable. [Fixes#555495]
* gtk/TextBuffer.custom: Add binding of RegisterSerializeFormat since no
longer generated.
* gtk/Gtk.metadata: Remove GtkTextBufferSerializeFunc and
RegisterSerializeFormat so bindings not generated.
2009-11-10 Gabriel Burt <gabriel.burt@gmail.com>
* atk/atk-table.patch:
* atk/ColumnDeletedHandler.cs:
* atk/Table.cs:
* atk/TableAdapter.cs:
* atk/ColumnInsertedHandler.cs:
* atk/Atk.metadata:
* atk/RowDeletedHandler.cs:
* atk/RowInsertedHandler.cs: We have to implement AtkTable's
GetSelectedRows/Columns methods manually, and the only way to do that is
to not generate those classes. So these files are the generated files
with the necessary modifications (see atk-table.patch). This fixes
support for custom widgets to add AtkTable a11y (BNC #512477)
* atk/NoOpObject.custom: Manually implement Atk.Table iface
* atk/Makefile.am: Add new files to build
2009-10-30 Mike Kestner <mkestner@novell.com>
* glib/GType.cs: avoid another exception on bogus assm.Locations.
[Fixes#546045]
2009-10-23 Christian Hoff <christian_hoff@gmx.net>
* gtk/CellRenderer.custom: Pass the GdkRectangle parameters of CellRenderer.Render
by reference. Patch by Diego Pettenò.
2009-09-22 Brad Taylor <brad@getcoded.net>
* glib/Idle.cs:
* glib/Timeout.cs: Don't try to remove the handler from the managed
hashtable twice, add a comment explaining the need for the else branch.
2009-09-22 Brad Taylor <brad@getcoded.net>
* glib/Idle.cs:
* glib/Timeout.cs: Make sure to remove the unmanaged reference to the
delegate when we're disposed or finalized. In particular, this fixes a
problem where GLib.Object's PerformQueuedUnrefs was being called after
both the object and the handler had been GC'ed, resulting in a
segfault.
2009-09-16 Mike Kestner <mkestner@novell.com>
* gtk/Gtk.metadata: hide StatusIcon.GetGeometry for custom impl.
* gtk/StatusIcon.custom: custom GetGeometry implementation to avoid
marshaling exceptions on win32. [Fixes#518169]
2009-09-11 Christian Hoff <christian_hoff@gmx.net>
* gtk/Application.cs: Port the theming-relevant part of the
SWF.Application.DoEvents code to avoid loading the assembly
at runtime on the Windows platform.
2009-08-23 Christian Hoff <christian_hoff@gmx.net>
* gdk/Gdk.metadata: Mark PixbufFormat.Extensions and
PixbufFormat.MimeTypes as null-terminated arrays. [Fixes#533472]
2009-08-12 Christian Hoff <christian_hoff@gmx.net>
* configure.in.in: Detect GDK backend.
* */*.dll.config.in: Link against the libs of the correct GDK backend
instead of using x11 on Linux/win32 on Windows.
Patch by Christian Hergert. [Fixes 527840]
2009-08-05 Christian Hoff <christian_hoff@gmx.net>
* sample/CustomcellRenderer.cs: Use GObject property registration
instead of a CellDataFunc.
2009-08-05 Christian Hoff <christian_hoff@gmx.net>
* glib/glue/object.c: Use -G_MINFLOAT and -G_MINDOUBLE since
these constants return the minumum positive values for this type.
2009-07-30 Mike Kestner <mkestner@novell.com>
* generator/InterfaceGen.cs: remove var keyword usage to fix build
on .net 2.0. Fix a few mixed line endings as well.
2009-07-27 Mike Gorse <mgorse@novell.com>
* atk/Atk.metadata: Remove owned for Relation.GetTarget.
2009-07-21 Christian Hoff <christian_hoff@gmx.net>
* glib/GInterfaceAdapter.cs: Fix a leak related to GCHandles not being freed.
Patch from Mike Kestner with a minor tweak by me. [Fixes#523306]
2009-07-13 Gabriel Burt <gabriel.burt@gmail.com>
* generator/GenBase.cs: Add AppendCustom override that you can pass the
type name in, used to include .custom for Name + Adapter and Name +
Implementor .custom files for interface gen.
* generator/InterfaceGen.cs: Use the new AppendCustom override for the
Name + Adapter.custom file, and add support for including custom file for
the Name + Implementor interface; necessary to manually implement an
interface method.
2009-07-10 Christian Hoff <christian_hoff@gmx.net>
* pango/Pango.metadata: Mark "ink_rect" and "logical_rect" parameters of Get*Extends
methods as "out". [Fixes#510105]
2009-06-08 Christian Hoff <christian_hoff@gmx.net>
* atk/ObjectFactory.custom: Reimplement ObjectFactory virtual
methods. Patch provided by Mike Kestner and Gabriel Burt.
2009-05-31 Mike Kestner <mkestner@novell.com>
* gtk-sharp-2.0.wxs.in: move the RemoveExistingVersions action
after InstallFinalize to avoid a problem where the GAC assemblies
disappear. [Fixes#508580]