diff options
author | jeh <jeh@FreeBSD.org> | 2001-02-14 20:31:22 +0800 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2001-02-14 20:31:22 +0800 |
commit | 9a2c51f639be616f522d84e4ea65385fa417244a (patch) | |
tree | 75df84afd5230c5c6f117af02577cc5aa38e2ff8 /graphics/libgrass5 | |
parent | 38f54628f36e47dc16febd813a10224ccce7c807 (diff) | |
download | freebsd-ports-gnome-9a2c51f639be616f522d84e4ea65385fa417244a.tar.gz freebsd-ports-gnome-9a2c51f639be616f522d84e4ea65385fa417244a.tar.zst freebsd-ports-gnome-9a2c51f639be616f522d84e4ea65385fa417244a.zip |
New Port: graphics/libgrass
ibgrass5 is a library containing the all of the functions
that are available in the GRASS GIS program.
PR: 23872
Submitted by: Jonathan Pennington <john@coastalgeology.org>
Diffstat (limited to 'graphics/libgrass5')
-rw-r--r-- | graphics/libgrass5/Makefile | 21 | ||||
-rw-r--r-- | graphics/libgrass5/distinfo | 1 | ||||
-rw-r--r-- | graphics/libgrass5/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/libgrass5/pkg-descr | 16 | ||||
-rw-r--r-- | graphics/libgrass5/pkg-plist | 13 |
5 files changed, 52 insertions, 0 deletions
diff --git a/graphics/libgrass5/Makefile b/graphics/libgrass5/Makefile new file mode 100644 index 000000000000..20ee99284e5a --- /dev/null +++ b/graphics/libgrass5/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: libgrass5 +# Date created: 26 December 2000 +# Whom: J. Pennington <john@coastalgeology.org> +# +# $FreeBSD$ +# + +PORTNAME= libgrass5 +PORTVERSION= 0.9.0 +CATEGORIES= graphics +MASTER_SITES= http://gdal.velocet.ca/projects/grass/ + +MAINTAINER= john@coastalgeology.org + +INSTALLS_SHLIB= yes +LDCONFIG_DIRS= ${PREFIX}/lib + +USE_GMAKE= yes +GNU_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/graphics/libgrass5/distinfo b/graphics/libgrass5/distinfo new file mode 100644 index 000000000000..34dda3b9dfd5 --- /dev/null +++ b/graphics/libgrass5/distinfo @@ -0,0 +1 @@ +MD5 (libgrass5-0.9.0.tar.gz) = f7c41b910bf8571a6b2f665043283aa1 diff --git a/graphics/libgrass5/pkg-comment b/graphics/libgrass5/pkg-comment new file mode 100644 index 000000000000..e2ec6ba610a5 --- /dev/null +++ b/graphics/libgrass5/pkg-comment @@ -0,0 +1 @@ +Library of functions from the GRASS GIS application for use by non-GRASS programs diff --git a/graphics/libgrass5/pkg-descr b/graphics/libgrass5/pkg-descr new file mode 100644 index 000000000000..df9d3a2686c5 --- /dev/null +++ b/graphics/libgrass5/pkg-descr @@ -0,0 +1,16 @@ +The libgrass package consists of the majority of the libgis, and +libdatetime library functions from the GRASS GIS program. They are +built as a standalone shared library suitable for use by non-GRASS +applications wishing to read and write GRASS databases. Some +additional functions have been added to simplify library +initialization and data access by non-GRASS applications. + +While libgrass is currently only suitable for accessing GRASS raster +cells, and associated support files, it is hoped that future +revisions will include support for vector files, and other data +elements stored within the GRASS database. + +WWW: http://gdal.velocet.ca/projects/grass + +- Jonathan Pennington + <john@coastalgeology.org> diff --git a/graphics/libgrass5/pkg-plist b/graphics/libgrass5/pkg-plist new file mode 100644 index 000000000000..5b00bae8e8e8 --- /dev/null +++ b/graphics/libgrass5/pkg-plist @@ -0,0 +1,13 @@ +include/gis.h +include/datetime.h +include/gisdefs.h +include/site.h +include/P_site.h +include/P_datetime.h +include/libgrass.h +include/imagery.h +include/imagedefs.h +lib/libgrass5.so.2 +lib/libgrass5.so +lib/libgrass5.la +lib/libgrass5.a |