SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-GPS-Garmin rpm build for : Mandriva 2010. For other distributions click perl-GPS-Garmin.

Name : perl-GPS-Garmin
Version : 0.17 Vendor : Mandriva
Release : 1mdv2010.1 Date : 2010-11-01 02:25:35
Group : Communications Source RPM : perl-GPS-Garmin-0.17-1mdv2010.1.src.rpm
Size : 0.09 MB
Packager : Thomas Spuhler < tspuhler_mandriva_org>
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;
}

RPM found in directory: /vol/rzm6/linux-mandriva/official/2010.1/i586/media/contrib/backports

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-GPS-Garmin-0.17-1mdv2010.1.i586.rpm
     Search for other platforms
perl-GPS-Garmin-0.17-1mdv2010.1.sparc.rpm
perl-GPS-Garmin-0.17-1mdv2010.1.alpha.rpm
perl-GPS-Garmin-0.17-1mdv2010.1.ppc.rpm
perl-GPS-Garmin-0.17-1mdv2010.1.ia64.rpm
perl-GPS-Garmin-0.17-1mdv2010.1.s390.rpm

Provides :
perl(GPS::Base)
perl(GPS::Garmin)
perl(GPS::Garmin::Constant)
perl(GPS::Garmin::Handler)
perl(GPS::Garmin::Handler::EtrexVenture)
perl(GPS::Garmin::Handler::EtrexVistaHCx)
perl(GPS::Garmin::Handler::Generic)
perl(GPS::NMEA)
perl(GPS::NMEA::Handler)
perl(GPS::Serial)
perl-GPS-Garmin
perl-GPS-Garmin(x86-32)

Requires :
rpmlib(CompressedFileNames) <= 3.0.4-1
perl(GPS::Base)
rpmlib(VersionedDependencies) <= 3.0.3-1
perl(POSIX)
perl(GPS::Garmin::Handler)
perl(GPS::Garmin::Constant)
rpmlib(PayloadIsLzma) <= 4.4.6-1
perl(Carp)
perl(Exporter)
perl-base => 2:5.10.1
perl(FileHandle)
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
perl(GPS::NMEA::Handler)
perl(GPS::Serial)


Content of RPM :
/usr/lib/perl5/site_perl/5.10.1/GPS
/usr/lib/perl5/site_perl/5.10.1/GPS/Base.pm
/usr/lib/perl5/site_perl/5.10.1/GPS/Garmin
/usr/lib/perl5/site_perl/5.10.1/GPS/Garmin.pm
/usr/lib/perl5/site_perl/5.10.1/GPS/Garmin/Constant.pm
/usr/lib/perl5/site_perl/5.10.1/GPS/Garmin/Handler.pm
/usr/lib/perl5/site_perl/5.10.1/GPS/NMEA
/usr/lib/perl5/site_perl/5.10.1/GPS/NMEA.pm
/usr/lib/perl5/site_perl/5.10.1/GPS/NMEA/Handler.pm
/usr/lib/perl5/site_perl/5.10.1/GPS/Serial.pm
/usr/local/share/man/man3/GPS::Garmin.3pm
/usr/local/share/man/man3/GPS::Garmin::Handler.3pm
/usr/local/share/man/man3/GPS::NMEA.3pm
/usr/local/share/man/man3/GPS::NMEA::Handler.3pm
/usr/local/share/man/man3/GPS::Serial.3pm

 
ICM