diff options
author | thor <thor@pkgsrc.org> | 2021-05-17 11:12:53 +0000 |
---|---|---|
committer | thor <thor@pkgsrc.org> | 2021-05-17 11:12:53 +0000 |
commit | 76813efc947e38f32a26e7346a48b17f706eb685 (patch) | |
tree | 9bd6294eba03b6a4d1af6ce8c78db112bae0d267 /geography/Makefile | |
parent | 54a3ad05ae91eb3f666705966c71c5c8e57d249b (diff) | |
download | pkgsrc-76813efc947e38f32a26e7346a48b17f706eb685.tar.gz |
geography/pdal-lib: new package for PDAL
PDAL is Point Data Abstraction Library. It is a C/C++ open source library
and applications for translating and processing point cloud data. It is
not limited to LiDAR data, although the focus and impetus for many of
the tools in the library have their origins in LiDAR.
Diffstat (limited to 'geography/Makefile')
-rw-r--r-- | geography/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/geography/Makefile b/geography/Makefile index 059d4f95a7d..59fa715c52d 100644 --- a/geography/Makefile +++ b/geography/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.107 2021/05/17 10:01:31 thor Exp $ +# $NetBSD: Makefile,v 1.108 2021/05/17 11:12:53 thor Exp $ # COMMENT= Software for geographical-related uses @@ -77,6 +77,7 @@ SUBDIR+= p5-Geo-Mercator SUBDIR+= p5-Geo-ShapeFile SUBDIR+= p5-Geo-Weather SUBDIR+= p5-Geography-Countries +SUBDIR+= pdal-lib SUBDIR+= proj SUBDIR+= proj-doc SUBDIR+= py-country |