pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/geography/py-gdal



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Mon Feb 19 12:09:18 UTC 2018

Added Files:
        pkgsrc/geography/py-gdal: DESCR Makefile PLIST

Log Message:
geography/py-gdal: import py27-gdal-2.2.3

GDAL is a translator library for raster geospatial data formats that
is released under an X/MIT style Open Source license. As a library, it
presents a single abstract data model to the calling application for
all supported formats.  The related OGR library (which lives within
the GDAL source tree) provides a similar capability for simple
features vector data. It includes roughly 60 format drivers. Current
translators include:
        * GeoTIFF               (read/write)
        * Erdas Imagine         (read/write)
        * ESRI .BIL             (read)
        * .aux labelled raw     (read/write)
        * DTED                  (read)
        * SDTS DEM              (read)
        * CEOS                  (read)
        * JPEG                  (read/write)
        * PNG                   (read/write)
        * Geosoft GXF           (read)
        * Arc/Info Binary Grid  (read)
A full list is available at http://www.gdal.org/formats_list.html.

This package is a binding for Python language.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/geography/py-gdal/DESCR \
    pkgsrc/geography/py-gdal/Makefile pkgsrc/geography/py-gdal/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/geography/py-gdal/DESCR
diff -u /dev/null pkgsrc/geography/py-gdal/DESCR:1.1
--- /dev/null   Mon Feb 19 12:09:18 2018
+++ pkgsrc/geography/py-gdal/DESCR      Mon Feb 19 12:09:17 2018
@@ -0,0 +1,21 @@
+GDAL is a translator library for raster geospatial data formats that
+is released under an X/MIT style Open Source license. As a library, it
+presents a single abstract data model to the calling application for
+all supported formats.  The related OGR library (which lives within
+the GDAL source tree) provides a similar capability for simple
+features vector data. It includes roughly 60 format drivers. Current
+translators include:
+       * GeoTIFF               (read/write)
+       * Erdas Imagine         (read/write)
+       * ESRI .BIL             (read)
+       * .aux labelled raw     (read/write)
+       * DTED                  (read)
+       * SDTS DEM              (read)
+       * CEOS                  (read)
+       * JPEG                  (read/write)
+       * PNG                   (read/write)
+       * Geosoft GXF           (read)
+       * Arc/Info Binary Grid  (read)
+A full list is available at http://www.gdal.org/formats_list.html.
+
+This package is a binding for Python language.
Index: pkgsrc/geography/py-gdal/Makefile
diff -u /dev/null pkgsrc/geography/py-gdal/Makefile:1.1
--- /dev/null   Mon Feb 19 12:09:18 2018
+++ pkgsrc/geography/py-gdal/Makefile   Mon Feb 19 12:09:17 2018
@@ -0,0 +1,33 @@
+# $NetBSD: Makefile,v 1.1 2018/02/19 12:09:17 ryoon Exp $
+
+.include "../../geography/gdal-lib/Makefile.common"
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://www.gdal.org/
+COMMENT=       Translator library for raster geospatial data formats, Python binding
+LICENSE=       mit
+
+BUILD_DIRS=    swig/python
+
+MAKE_FILE=     GNUmakefile
+
+REPLACE_PYTHON+=       swig/python/scripts/*py
+
+INSTALLATION_DIRS=     bin
+
+.include "../../mk/bsd.prefs.mk"
+
+EGG_NAME?=             GDAL-2.2.2
+EGG_INFODIR?=          ${EGG_NAME}-py${PYVERSSUFFIX}.egg-info
+PLIST_SUBST+=          PYSITELIB=${PYSITELIB}
+PLIST_SUBST+=          EGG_NAME=${EGG_NAME}-py${PYVERSSUFFIX}
+PLIST_SUBST+=          EGG_INFODIR=${EGG_INFODIR}
+PRINT_PLIST_AWK+=      { gsub(/${EGG_NAME}-py${PYVERSSUFFIX}.egg-info/, \
+                               "$${EGG_INFODIR}") }
+
+.include "../../geography/gdal-lib/buildlink3.mk"
+.include "../../lang/python/tool.mk"
+.include "../../lang/python/application.mk"
+.include "../../math/py-numpy/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/geography/py-gdal/PLIST
diff -u /dev/null pkgsrc/geography/py-gdal/PLIST:1.1
--- /dev/null   Mon Feb 19 12:09:18 2018
+++ pkgsrc/geography/py-gdal/PLIST      Mon Feb 19 12:09:18 2018
@@ -0,0 +1,65 @@
+@comment $NetBSD: PLIST,v 1.1 2018/02/19 12:09:18 ryoon Exp $
+bin/epsg_tr.py
+bin/esri2wkt.py
+bin/gcps2vec.py
+bin/gcps2wld.py
+bin/gdal2tiles.py
+bin/gdal2xyz.py
+bin/gdal_auth.py
+bin/gdal_calc.py
+bin/gdal_edit.py
+bin/gdal_fillnodata.py
+bin/gdal_merge.py
+bin/gdal_pansharpen.py
+bin/gdal_polygonize.py
+bin/gdal_proximity.py
+bin/gdal_retile.py
+bin/gdal_sieve.py
+bin/gdalchksum.py
+bin/gdalcompare.py
+bin/gdalident.py
+bin/gdalimport.py
+bin/gdalmove.py
+bin/mkgraticule.py
+bin/ogrmerge.py
+bin/pct2rgb.py
+bin/rgb2pct.py
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/gdal.py
+${PYSITELIB}/gdal.pyc
+${PYSITELIB}/gdalconst.py
+${PYSITELIB}/gdalconst.pyc
+${PYSITELIB}/gdalnumeric.py
+${PYSITELIB}/gdalnumeric.pyc
+${PYSITELIB}/gnm.py
+${PYSITELIB}/gnm.pyc
+${PYSITELIB}/ogr.py
+${PYSITELIB}/ogr.pyc
+${PYSITELIB}/osgeo/__init__.py
+${PYSITELIB}/osgeo/__init__.pyc
+${PYSITELIB}/osgeo/_gdal.so
+${PYSITELIB}/osgeo/_gdal_array.so
+${PYSITELIB}/osgeo/_gdalconst.so
+${PYSITELIB}/osgeo/_gnm.so
+${PYSITELIB}/osgeo/_ogr.so
+${PYSITELIB}/osgeo/_osr.so
+${PYSITELIB}/osgeo/gdal.py
+${PYSITELIB}/osgeo/gdal.pyc
+${PYSITELIB}/osgeo/gdal_array.py
+${PYSITELIB}/osgeo/gdal_array.pyc
+${PYSITELIB}/osgeo/gdalconst.py
+${PYSITELIB}/osgeo/gdalconst.pyc
+${PYSITELIB}/osgeo/gdalnumeric.py
+${PYSITELIB}/osgeo/gdalnumeric.pyc
+${PYSITELIB}/osgeo/gnm.py
+${PYSITELIB}/osgeo/gnm.pyc
+${PYSITELIB}/osgeo/ogr.py
+${PYSITELIB}/osgeo/ogr.pyc
+${PYSITELIB}/osgeo/osr.py
+${PYSITELIB}/osgeo/osr.pyc
+${PYSITELIB}/osr.py
+${PYSITELIB}/osr.pyc



Home | Main Index | Thread Index | Old Index