diff options
author | James E. Housley <jeh@FreeBSD.org> | 2001-02-14 12:31:22 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2001-02-14 12:31:22 +0000 |
commit | 35340321b76a57134de9dd71387da344ac796833 (patch) | |
tree | bda4010f0e1ee461e5f096606f5d6e1ee7838a0e /graphics/libgrass5 | |
parent | b63d6851135d289f919ec7011689a6593258a23e (diff) | |
download | ports-35340321b76a57134de9dd71387da344ac796833.tar.gz ports-35340321b76a57134de9dd71387da344ac796833.zip |
Notes
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 |