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.
This commit is contained in:
parent
c8d9f6e5d4
commit
50abe9b7d1
4 changed files with 46 additions and 0 deletions
12
geography/gama/DESCR
Normal file
12
geography/gama/DESCR
Normal file
|
@ -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.
|
23
geography/gama/Makefile
Normal file
23
geography/gama/Makefile
Normal file
|
@ -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"
|
6
geography/gama/PLIST
Normal file
6
geography/gama/PLIST
Normal file
|
@ -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
|
5
geography/gama/distinfo
Normal file
5
geography/gama/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue