mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
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>
This commit is contained in:
parent
b63d685113
commit
35340321b7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38328
@ -108,6 +108,7 @@
|
||||
SUBDIR += libdjvu++
|
||||
SUBDIR += libflash
|
||||
SUBDIR += libggi
|
||||
SUBDIR += libgrass5
|
||||
SUBDIR += libimg
|
||||
SUBDIR += liblug
|
||||
SUBDIR += libmng
|
||||
|
21
graphics/libgrass5/Makefile
Normal file
21
graphics/libgrass5/Makefile
Normal file
@ -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>
|
1
graphics/libgrass5/distinfo
Normal file
1
graphics/libgrass5/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (libgrass5-0.9.0.tar.gz) = f7c41b910bf8571a6b2f665043283aa1
|
1
graphics/libgrass5/pkg-comment
Normal file
1
graphics/libgrass5/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Library of functions from the GRASS GIS application for use by non-GRASS programs
|
16
graphics/libgrass5/pkg-descr
Normal file
16
graphics/libgrass5/pkg-descr
Normal file
@ -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>
|
13
graphics/libgrass5/pkg-plist
Normal file
13
graphics/libgrass5/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user