Thomas Spuhler | 1 Nov 2010 03:25

[RPM] 2010.1 contrib/backports perl-Geo-Shapelib-0.20-1mdv2010.1

Name        : perl-Geo-Shapelib            Relocations: (not relocatable)
Version     : 0.20                              Vendor: Mandriva
Release     : 1mdv2010.1                    Build Date: Mon Nov  1 02:23:26 2010
Install Date: (not installed)               Build Host: n2.mandriva.com
Group       : Development/Perl              Source RPM: (none)
Size        : 270829      License: GPL
Signature   : (none)
Packager    : Thomas Spuhler <tspuhler <at> mandriva.org>
URL         : http://search.cpan.org/dist/Geo-Shapelib/
Summary     : Geo::Shapelib - Perl extension for reading and writing shapefiles as defined by ESRI(r)
Description :
This is a library for reading, creating, and writing shapefiles as
defined by ESRI(r) using Perl. The Perl code uses Frank Warmerdam's
Shapefile C Library (http://shapelib.maptools.org/). The library is
included in this distribution.

Thomas Spuhler <tspuhler <at> mandriva.org> 0.20-1mdv2011.0:
+ Revision: 590741
- corrected Group
- import perl-Geo-Shapelib
Thomas Spuhler | 1 Nov 2010 03:25

[RPM] 2010.1 contrib/backports perl-GPS-Garmin-0.17-1mdv2010.1

Name        : perl-GPS-Garmin              Relocations: (not relocatable)
Version     : 0.17                              Vendor: Mandriva
Release     : 1mdv2010.1                    Build Date: Mon Nov  1 02:25:12 2010
Install Date: (not installed)               Build Host: n2.mandriva.com
Group       : Communications                Source RPM: (none)
Size        : 46034      License: Artistic
Signature   : (none)
Packager    : Thomas Spuhler <tspuhler <at> mandriva.org>
URL         : http://www.cpan.org/authors/id/J/JO/JOAOP/
Summary     : GPS-Garmin - Perl interface to GPS equipment using the Garmin Protocol
Description :
use GPS::Garmin;
$gps = new GPS::Garmin(  'Port'      => '/dev/ttyS0',
'Baud'      => 9600,
);
To transfer current position, and direction symbols:
($latsign,$lat,$lonsign,$lon) = $gps->get_position;
To transfer current time:
($sec,$min,$hour,$mday,$mon,$year) = $gps->get_time;
To transfer trackpoints:
$gps->prepare_transfer("trk");
while($gps->records) {
($lat,$lon,$time) = $gps->grab;
}
To transfer Waypoints:
$gps->prepare_transfer("wpt");
while($gps->records) {
($title,$lat,$lon,$desc) = $gps->grab;
}

(Continue reading)

Thomas Spuhler | 1 Nov 2010 03:25

[RPM] 2010.1 contrib/backports perl-Tree-R-0.06-1mdv2010.1

Name        : perl-Tree-R                  Relocations: (not relocatable)
Version     : 0.06                              Vendor: Mandriva
Release     : 1mdv2010.1                    Build Date: Mon Nov  1 02:22:58 2010
Install Date: (not installed)               Build Host: celeste.mandriva.com
Group       : Development/Perl              Source RPM: (none)
Size        : 6631      License: GPL
Signature   : (none)
Packager    : Thomas Spuhler <tspuhler <at> mandriva.org>
URL         : http://cpansearch.perl.org/src/AJOLMA/
Summary     : Tree::R - Perl extension for the Rtree data structure and algorithms
Description :
Tree::R - Perl extension for the Rtree data structure and algorithms

Thomas Spuhler <tspuhler <at> mandriva.org> 0.06-1mdv2011.0:
+ Revision: 591223
- import perl-Tree-R
Funda Wang | 1 Nov 2010 03:40

[RPM] cooker contrib/release python3-sip-4.11.2-1mdv2011.0

Name        : python3-sip                  Relocations: (not relocatable)
Version     : 4.11.2                            Vendor: Mandriva
Release     : 1mdv2011.0                    Build Date: Mon Nov  1 03:13:24 2010
Install Date: (not installed)               Build Host: n2.mandriva.com
Group       : Development/Python            Source RPM: (none)
Size        : 666352      License: GPLv2+
Signature   : (none)
Packager    : Funda Wang <fwang <at> mandriva.org>
URL         : http://www.riverbankcomputing.co.uk/software/sip/intro
Summary     : Riverbanks's python sip
Description :
SIP is a tool that makes it very easy to create Python bindings for C and C++ libraries. It was
originally developed to create PyQt, the Python bindings for the Qt toolkit, but can be used to
create bindings for any C or C++ library.

Funda Wang <fwang <at> mandriva.org> 4.11.2-1mdv2011.0:
+ Revision: 591287
- import python3-sip
Funda Wang | 1 Nov 2010 04:05

[RPM] cooker main/release python-gtksourceview-2.10.1-3mdv2011.0

Name        : python-gtksourceview         Relocations: (not relocatable)
Version     : 2.10.1                            Vendor: Mandriva
Release     : 3mdv2011.0                    Build Date: Mon Nov  1 03:42:36 2010
Install Date: (not installed)               Build Host: celeste.mandriva.com
Group       : Development/Python            Source RPM: (none)
Size        : 294826      License: LGPLv2+
Signature   : (none)
Packager    : Funda Wang <fwang <at> mandriva.org>
URL         : http://www.gnome.org
Summary     : Gtksourceview bindings for Python
Description :
These are the python bindings for the version 2 of the
GtkSourceView library.

Funda Wang <fwang <at> mandriva.org> 2.10.1-3mdv2011.0:
+ Revision: 591296
- rebuild for py 2.7
Funda Wang | 1 Nov 2010 04:05

[RPM] cooker main/release libopensync-0.22-16mdv2011.0

Name        : libopensync                  Relocations: (not relocatable)
Version     : 0.22                              Vendor: Mandriva
Release     : 16mdv2011.0                   Build Date: Mon Nov  1 03:46:40 2010
Install Date: (not installed)               Build Host: celeste.mandriva.com
Group       : System/Libraries              Source RPM: (none)
Size        : 501788      License: GPLv2+
Signature   : (none)
Packager    : Funda Wang <fwang <at> mandriva.org>
URL         : http://www.opensync.org/
Summary     : Multi-platform PIM synchronization framework
Description :
OpenSync is a synchronization framework that is platform and distribution
independent. It consists of several plugins that can be used to connect to
devices, a powerful sync-engine and the framework itself.  The synchronization
framework is kept very flexible and is capable of synchronizing any type of
data, including contacts, calendar, tasks, notes and files.

Funda Wang <fwang <at> mandriva.org> 1:0.22-16mdv2011.0:
+ Revision: 591297
- rebuild for py2.7

  + Emmanuel Andry <eandry <at> mandriva.org>
    - add p3 to cleanly fix compat issue with latest swig (#54931)
Funda Wang | 1 Nov 2010 04:05

[RPM] cooker main/release gnome-python-2.28.1-2mdv2011.0

Name        : gnome-python                 Relocations: (not relocatable)
Version     : 2.28.1                            Vendor: Mandriva
Release     : 2mdv2011.0                    Build Date: Mon Nov  1 03:39:10 2010
Install Date: (not installed)               Build Host: n1.mandriva.com
Group       : Development/GNOME and GTK+    Source RPM: (none)
Size        : 572610      License: LGPLv2+
Signature   : (none)
Packager    : Funda Wang <fwang <at> mandriva.org>
URL         : ftp://ftp.gnome.org/pub/GNOME/sources/gnome-python/
Summary     : The sources for the PyGNOME Python extension module
Description :
The gnome-python package contains the source packages for the Python
bindings for GNOME called PyGNOME.

PyGNOME is an extension module for Python that provides access to the
base GNOME libraries, so you have access to more widgets, a simple
configuration interface, and metadata support.

Funda Wang <fwang <at> mandriva.org> 2.28.1-2mdv2011.0:
+ Revision: 591290
- rebuild for py2.7
Funda Wang | 1 Nov 2010 04:25

[RPM] cooker main/release libiphone-0.9.5-3mdv2011.0

Name        : libiphone                    Relocations: (not relocatable)
Version     : 0.9.5                             Vendor: Mandriva
Release     : 3mdv2011.0                    Build Date: Mon Nov  1 03:52:37 2010
Install Date: (not installed)               Build Host: celeste.mandriva.com
Group       : System/Libraries              Source RPM: (none)
Size        : 354032      License: LGPLv2+
Signature   : (none)
Packager    : Funda Wang <fwang <at> mandriva.org>
URL         : http://matt.colyer.name/projects/iphone-linux/
Summary     : Library for connecting to Apple iPhone and iPod touch
Description :
libiphone is a library for connecting to Apple's iPhone or iPod touch devices

Funda Wang <fwang <at> mandriva.org> 0.9.5-3mdv2011.0:
+ Revision: 591298
- rebuild for py 2.7
Funda Wang | 1 Nov 2010 04:40

[RPM] cooker main/release libprelude-1.0.0-4mdv2011.0

Name        : libprelude                   Relocations: (not relocatable)
Version     : 1.0.0                             Vendor: Mandriva
Release     : 4mdv2011.0                    Build Date: Mon Nov  1 04:19:04 2010
Install Date: (not installed)               Build Host: celeste.mandriva.com
Group       : System/Libraries              Source RPM: (none)
Size        : 2816042      License: GPLv2+
Signature   : (none)
Packager    : Funda Wang <fwang <at> mandriva.org>
URL         : http://www.prelude-ids.org/
Summary     : Prelude Hybrid Intrusion Detection System Library
Description :
The Prelude Library is a collection of generic functions providing
communication between the Prelude Hybrid IDS suite components. It
provides a convenient interface for sending alerts to Prelude
Manager with transparent SSL, failover and replication support,
asynchronous events and timer interfaces, an abstracted
configuration API (hooking at the commandline, the configuration
line, or wide configuration, available from the Manager), and a
generic plugin API. It allows you to easily turn your favorite
security program into a Prelude sensor.

Funda Wang <fwang <at> mandriva.org> 1.0.0-4mdv2011.0:
+ Revision: 591299
- rebuild for py 2.7
Funda Wang | 1 Nov 2010 04:41

[RPM] cooker main/release pidgin-2.7.4-2mdv2011.0

Name        : pidgin                       Relocations: (not relocatable)
Version     : 2.7.4                             Vendor: Mandriva
Release     : 2mdv2011.0                    Build Date: Mon Nov  1 03:59:15 2010
Install Date: (not installed)               Build Host: n2.mandriva.com
Group       : Networking/Instant messaging   Source RPM: (none)
Size        : 9988047      License: GPLv2+
Signature   : (none)
Packager    : Funda Wang <fwang <at> mandriva.org>
URL         : http://www.pidgin.im/
Summary     : A GTK+ based multiprotocol instant messaging client
Description :
Pidgin allows you to talk to anyone using a variety of messaging
protocols including AIM, MSN, Yahoo!, Jabber, Bonjour, Gadu-Gadu,
ICQ, IRC, Novell Groupwise, QQ, Lotus Sametime, SILC, Simple and
Zephyr.  These protocols are implemented using a modular, easy to
use design.  To use a protocol, just add an account using the
account editor.

Pidgin supports many common features of other clients, as well as many
unique features, such as perl scripting, TCL scripting and C plugins.

Pidgin is not affiliated with or endorsed by America Online, Inc.,
Microsoft Corporation, Yahoo! Inc., or ICQ Inc.

Funda Wang <fwang <at> mandriva.org> 2.7.4-2mdv2011.0:
+ Revision: 591300
- rebuild for py 2.7

Gmane