diff options
author | gdt <gdt> | 2011-09-07 23:04:38 +0000 |
---|---|---|
committer | gdt <gdt> | 2011-09-07 23:04:38 +0000 |
commit | f7b78cdadc09618bac5a67d50fd952071c4b6d4e (patch) | |
tree | e64f81f1ece4bbc77207a587dfebb29d2ba0527c /geography | |
parent | e2af00c9d2db54d46459e1db41da4af7285157c6 (diff) | |
download | pkgsrc-f7b78cdadc09618bac5a67d50fd952071c4b6d4e.tar.gz |
Import gama-1.11 as geography/gama.
GNU Gama is a project dedicated to adjustment of geodetic networks. It
is intended for use with traditional geodetic surveyings which are
still used and needed in special measurements (e.g., underground or
high precision engineering measurements) where the Global Positioning
System (GPS) cannot be used.
Adjustment in local Cartesian coordinate systems is fully supported by
a command-line program gama-local that adjusts geodetic (free)
networks of observed distances, directions, angles, height
differences, 3D vectors and observed coordinates (coordinates with
given variance-covariance matrix). Adjustment in global coordinate
systems is supported only partly as a gama-g3 program.
Diffstat (limited to 'geography')
-rw-r--r-- | geography/gama/DESCR | 12 | ||||
-rw-r--r-- | geography/gama/Makefile | 23 | ||||
-rw-r--r-- | geography/gama/PLIST | 6 | ||||
-rw-r--r-- | geography/gama/distinfo | 5 |
4 files changed, 46 insertions, 0 deletions
diff --git a/geography/gama/DESCR b/geography/gama/DESCR new file mode 100644 index 00000000000..4289b209143 --- /dev/null +++ b/geography/gama/DESCR @@ -0,0 +1,12 @@ +GNU Gama is a project dedicated to adjustment of geodetic networks. It +is intended for use with traditional geodetic surveyings which are +still used and needed in special measurements (e.g., underground or +high precision engineering measurements) where the Global Positioning +System (GPS) cannot be used. + +Adjustment in local Cartesian coordinate systems is fully supported by +a command-line program gama-local that adjusts geodetic (free) +networks of observed distances, directions, angles, height +differences, 3D vectors and observed coordinates (coordinates with +given variance-covariance matrix). Adjustment in global coordinate +systems is supported only partly as a gama-g3 program. diff --git a/geography/gama/Makefile b/geography/gama/Makefile new file mode 100644 index 00000000000..d6f5374b862 --- /dev/null +++ b/geography/gama/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/09/07 23:04:38 gdt Exp $ +# + +DISTNAME= gama-1.11 +CATEGORIES= geography +MASTER_SITES= ${MASTER_SITE_GNU:=gama/} + +MAINTAINER= gdt@NetBSD.org +HOMEPAGE= http://www.gnu.org/s/gama/ +COMMENT= Geodetic network adjustment (surveying) +LICENSE= gnu-gpl-v2 # or later + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= c c++ + +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --infodir=${PREFIX}/info + +INFO_FILES= yes + +.include "../../textproc/expat/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/geography/gama/PLIST b/geography/gama/PLIST new file mode 100644 index 00000000000..2ca0f338930 --- /dev/null +++ b/geography/gama/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/09/07 23:04:38 gdt Exp $ +bin/gama-g3 +bin/gama-local +bin/gama-local-xml2sql +bin/gama-local-xml2txt +info/gama.info diff --git a/geography/gama/distinfo b/geography/gama/distinfo new file mode 100644 index 00000000000..ea935029495 --- /dev/null +++ b/geography/gama/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/09/07 23:04:38 gdt Exp $ + +SHA1 (gama-1.11.tar.gz) = 494889cdff9da0ac84680afeee1debd96805fdbd +RMD160 (gama-1.11.tar.gz) = ac00675ff671fb7f9df53798c2234f2cbb1736cd +Size (gama-1.11.tar.gz) = 785656 bytes |