forked from macports/macports-ports
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rsgislib_select: new select port for rsgislib
added to enable default selection of Python executables
- Loading branch information
Showing
5 changed files
with
88 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
${frameworks_dir}/Python.framework/Versions/__PYVER__/bin/rsgisapplycmd.py | ||
${frameworks_dir}/Python.framework/Versions/__PYVER__/bin/rsgisbatchconvert2cog.py | ||
${frameworks_dir}/Python.framework/Versions/__PYVER__/bin/rsgisbatchconvert2tif.py | ||
${frameworks_dir}/Python.framework/Versions/__PYVER__/bin/rsgisbuildimglut.py | ||
${frameworks_dir}/Python.framework/Versions/__PYVER__/bin/rsgiscalcimgstats.py | ||
${frameworks_dir}/Python.framework/Versions/__PYVER__/bin/rsgischkgdalfile.py | ||
${frameworks_dir}/Python.framework/Versions/__PYVER__/bin/rsgiscopybandnames.py | ||
${frameworks_dir}/Python.framework/Versions/__PYVER__/bin/rsgisfilehash.py | ||
${frameworks_dir}/Python.framework/Versions/__PYVER__/bin/rsgisfilelut.py | ||
${frameworks_dir}/Python.framework/Versions/__PYVER__/bin/rsgisimg2kmz.py | ||
${frameworks_dir}/Python.framework/Versions/__PYVER__/bin/rsgisimg2webtiles.py | ||
${frameworks_dir}/Python.framework/Versions/__PYVER__/bin/rsgisimginfo.py | ||
${frameworks_dir}/Python.framework/Versions/__PYVER__/bin/rsgisproj.py | ||
${frameworks_dir}/Python.framework/Versions/__PYVER__/bin/rsgisshepsegment.py | ||
${frameworks_dir}/Python.framework/Versions/__PYVER__/bin/rsgistranslate2cog.py | ||
${frameworks_dir}/Python.framework/Versions/__PYVER__/bin/rsgistranslate2tif.py | ||
${frameworks_dir}/Python.framework/Versions/__PYVER__/bin/rsgisuserpassfile.py | ||
${frameworks_dir}/Python.framework/Versions/__PYVER__/bin/rsgisvectools.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 | ||
|
||
PortSystem 1.0 | ||
PortGroup stub 1.0 | ||
PortGroup select 1.0 | ||
|
||
name rsgislib_select | ||
version 0.1 | ||
revision 0 | ||
categories gis python | ||
supported_archs noarch | ||
platforms any | ||
maintainers {@nilason} openmaintainer | ||
|
||
description common files for selecting default Python version bindings for RSGISLib | ||
long_description \ | ||
This port installs files that allow 'port select' to be used to \ | ||
create links to the preferred default Python version bindings for \ | ||
RSGISLib. | ||
|
||
post-destroot { | ||
select::install rsgislib ${filespath}/base | ||
select::install rsgislib ${filespath}/none | ||
} | ||
|
||
livecheck.type none |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
bin/rsgisapplycmd.py | ||
bin/rsgisbatchconvert2cog.py | ||
bin/rsgisbatchconvert2tif.py | ||
bin/rsgisbuildimglut.py | ||
bin/rsgiscalcimgstats.py | ||
bin/rsgischkgdalfile.py | ||
bin/rsgiscopybandnames.py | ||
bin/rsgisfilehash.py | ||
bin/rsgisfilelut.py | ||
bin/rsgisimg2kmz.py | ||
bin/rsgisimg2webtiles.py | ||
bin/rsgisimginfo.py | ||
bin/rsgisproj.py | ||
bin/rsgisshepsegment.py | ||
bin/rsgistranslate2cog.py | ||
bin/rsgistranslate2tif.py | ||
bin/rsgisuserpassfile.py | ||
bin/rsgisvectools.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
- | ||
- | ||
- | ||
- | ||
- | ||
- | ||
- | ||
- | ||
- | ||
- | ||
- | ||
- | ||
- | ||
- | ||
- | ||
- | ||
- | ||
- |