rsvndump is a command line tool that is able to dump a subversion
repository that resides on a remote server. All data is dumped in
the format that can be read/written by svnadmin, so the data produced
by rsvndump can easily be imported into a new subversion repository.
Class::XSAccessor implements fast read, write and read/write accessors
in XS. Additionally, it can provide predicates such as has_foo()
for testing whether the attribute foo is defined in the object. It
only works with objects that are implemented as ordinary hashes.
Class::XSAccessor::Array implements the same interface for objects
that use arrays for their internal representation.
__builtin_return_address() and __builtin_frame_address()
can't have a !0 argument on mips.
with a hint from miod@
ok aja@ (sorry for making your eyes bleed..!)
- sync patches with upstream repo: OpenJDK/bds-port
- fix gtk look and feel issue caused by dlopen of non-matching major
- fix other dlopen's of non-matching majors
- change max memory utilization on i386 to correct build failures
early so eventual runtime fallout will be dealt at p2k9.
Major bump on soup-2.4 lib, minor bump on soup-gnome-2.4 lib.
Tested in a bulk build by jasper@ and sthen@, thanks!
aliased is simple in concept but is a rather handy module. It loads
the class you specify and exports into your namespace a subroutine
that returns the class name. You can explicitly alias the class to
another name or, if you prefer, you can do so implicitly.
In the latter case, the name of the subroutine is the last part of
the class name.
ok pea@
Test::LeakTrace module provides several functions that trace
memory leaks. This module scans arenas, the memory allocation
system, so it can detect any leaked SVs in given blocks.
ok sthen@
including XSS (prefs, MIME viewer) and preventing overwriting of webserver-
accessible files (image form fields, e.g. with Turba). For more information
see http://lists.horde.org/archives/announce/2009/000512.html.
Thanks Vijay Sankar, Michiel van Baak and Daniel Levai for testing/feedback.
GObject Introspection is a project for providing machine readable
introspection data of the API of C libraries. This introspection data
can be used in several different use cases, for example automatic code
generation for bindings, API verification and documentation generation.
feedback and ok ajacoutot@ landry@
FFI stands for Foreign Function Interface. A foreign function interface
is the popular name for the interface that allows code written in one
language to call code written in another language. The libffi library
really only provides the lowest, machine dependent layer of a fully
featured foreign function interface. A layer must exist above libffi
that handles type conversions for values passed between the two
languages.
successfully tested on seven arches by me. other arches are disabled for now as
they need more work (mips64) or haven't been tested yet.
libgdata is a GLib-based library for accessing online service APIs using
the GData protocol - most notably, Google's services. It provides
APIs to access the common Google services, and has full asynchronous
support.
this used to be part of evolution-data-server, but from e-d-s 2.28 onwards
it's split into it's own library. (nothing picks it up for now, tested in a
bulk build)
ok ajacoutot@
Fossil is a software configuration management system. Fossil is software
that is designed to control and track the development of a software project
and to record the history of the project. There are many such systems in
use today. Fossil strives to distinguish itself from the others by being
extremely simple to setup and operate.
In addition to distributed version control, it supports distributed bug
tracking and wiki, with a built-in web interface, in a single easy-to-use
integrated package.
(see HOMEPAGE for complete ChangeLog)
Remove wilfried@ from maintainer per his request.
ok jasper@ landry@ wilfried@ (former maintainer) - on a former diff
(see HOMEPAGE for complete ChangeLog)
Remove wilfried@ from maintainer per his request.
This and all upcoming *mm updates have been tested by jasper@ in a bulk,
thanks!
ok jasper@ landry@ wilfried@ (former maintainer)
OpenOCD is a Free and Open On-Chip Debugging, In-System Programming
and Boundary-Scan Testing.
from Sylvestre Gallon <ccna.syl@gmail.com>
help and ok bernd@
File::Find::Rule::Perl provides methods for finding various types of
Perl-related files, or replicating search queries run on a distribution
in various parts of the CPAN ecosystem.
based on a submission by Stephan A. Rickauer
The intent of this module is to provide a series of basic tests for
scripts in the bin directory of your Perl distribution. Further, it
aims to provide them with perfect platform-compatibility and in a way
that is as unobtrusive as possible. That is, if the program works on a
platform, then Test::Script should also work on that platform. In doing
so, it is hoped that Test::Script can become a module that you can
safely make a dependency of your module, without risking your module not
working on some platform because of the dependency.
based on a submission by Stephan A. Rickauer
pseudo-flavour, it affects the -main package by building with pthread
(we don't want that by default, it affects e.g. svn diff | less).
- roll various PFRAG.shared-foo for the subpackages into PLIST-foo
- add a comment noting that autoconf should be 2.63
- bump PKGNAMEs
ok stsp (maintainer).
Code::Blocks is cross platform, free C/C++ IDE built to meet the most
demanding needs of its users. It is designed to be very extensible and
fully configurable.
Built around a plugin framework, Code::Blocks can be extended with
plugins. Any kind of functionality can be added by installing/coding a
plugin.
by me):
Libev is a high-performance event loop/event model with lots of
features. It is modelled (very loosely) after libevent and the Event
perl module, but aims to be faster and more correct, and also more
featureful. And also smaller.
(actually, really import the files. Oh yeah, cvs i love you so much.)
Also:
* Native make now works fine so don't use gmake.
* Disable storing of plaintext passwords for all servers in the system-wide
'servers' config file, instead of disabling storage of all kinds of
passwords in the system-wide 'config' config file.
The new store-plaintext-passwords=no option, which has existed since 1.6.0,
overrides a yes/no prompt which subversion now usually presents before
storing passwords in plaintext. gnome-keyring stores passwords encrypted.
* Update the main DESCR to reflect current reality.
* Add a patch which fixes a broken regression test in the ruby bindings
which accidentally slipped into 1.6.5 release.
* Put the gnome-keyring subpackage into REGRESS_DEPENDS to make
auth-test pass (it loads DSOs at runtime and can't find them if
the gnome-keyring subpackage isn't installed).
Tested on i386 by me and alek@, on i386/amd64 by steven@,
and on sparc64 by Edd Barrett.
ok steven@
This used to be needed but with the current libtool it breaks
the library order in some cases (including xenocara) for static
only archictectures.
ok naddy@.
cvs2svn is a tool to migrate as much information as possible from
an existing CVS repository on a local filesystem to a new Subversion
or GIT repository.
It is able to infer information about changesets by looking at
which files were committed together and attempts to reconstruct as
much of your CVS repository's history as possible.
Intermediate data is stored to on-disk databases so that cvs2svn
can convert very large CVS repositories using a reasonable amount
of RAM. Conversions are organized as multiple passes and can be
restarted at an arbitrary pass in the case of problems.
Polyglot provides a registry of file types that can be loaded by calling
its improved version of require.
This supports the creation of DSLs having a syntax that is most
appropriate to their purpose, instead of abusing the Ruby syntax.
ok bernd@
common::sense module implements some sane defaults for Perl programs,
as defined by two typical (or not so typical - use your common sense)
specimens of Perl coders.
MFSA 2009-44 Location bar and SSL indicator spoofing via window.open()
on invalid URL
MFSA 2009-43 Heap overflow in certificate regexp parsing
MFSA 2009-42 Compromise of SSL-protected communication
ruby_parser (RP) is a ruby parser written in pure ruby (utilizing
racc--which does by default use a C extension). RP's output is the same
as ParseTree's output: s-expressions using ruby's arrays and base types.