aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorJames E. Housley <jeh@FreeBSD.org>2001-02-14 12:31:22 +0000
committerJames E. Housley <jeh@FreeBSD.org>2001-02-14 12:31:22 +0000
commit35340321b76a57134de9dd71387da344ac796833 (patch)
treebda4010f0e1ee461e5f096606f5d6e1ee7838a0e /graphics
parentb63d6851135d289f919ec7011689a6593258a23e (diff)
downloadports-35340321b76a57134de9dd71387da344ac796833.tar.gz
ports-35340321b76a57134de9dd71387da344ac796833.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>
Notes
Notes: svn path=/head/; revision=38328
Diffstat (limited to 'graphics')
-rw-r--r--graphics/Makefile1
-rw-r--r--graphics/libgrass5/Makefile21
-rw-r--r--graphics/libgrass5/distinfo1
-rw-r--r--graphics/libgrass5/pkg-comment1
-rw-r--r--graphics/libgrass5/pkg-descr16
-rw-r--r--graphics/libgrass5/pkg-plist13
6 files changed, 53 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index 3013013eb65c..84dd31b2d098 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -108,6 +108,7 @@
SUBDIR += libdjvu++
SUBDIR += libflash
SUBDIR += libggi
+ SUBDIR += libgrass5
SUBDIR += libimg
SUBDIR += liblug
SUBDIR += libmng
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