File: control

package info (click to toggle)
libgeo-shapelib-perl 0.22-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 456 kB
  • sloc: perl: 645; makefile: 5
file content (29 lines) | stat: -rw-r--r-- 1,161 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Source: libgeo-shapelib-perl
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Francesco Paolo Lovergine <frankie@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 10~),
               libshp-dev,
               libtree-r-perl,
               perl
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/debian-gis-team/libgeo-shapelib-perl
Vcs-Git: https://salsa.debian.org/debian-gis-team/libgeo-shapelib-perl.git
Homepage: https://github.com/ajolma/Geo-Shapelib

Package: libgeo-shapelib-perl
Architecture: any
Depends: libtree-r-perl,
         ${perl:Depends},
         ${shlibs:Depends},
         ${misc:Depends}
Description: Perl extension for reading and writing shapefiles as defined by ESRI
 Geo::Shapelib is a module to read, create and write shapefiles as
 defined by ESRI, using Perl. It provides the Perl binding for the Shapelib
 library.
 .
 The Shapefile format is a working and interchange format promoted by
 ESRI for simple vector data with attributes. It is apparently the only
 file format that can be edited in ARCView 2/3, and can also be exported
 and imported in ArcGis.