diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/libgrass5/Makefile | 30 | ||||
-rw-r--r-- | graphics/libgrass5/distinfo | 3 | ||||
-rw-r--r-- | graphics/libgrass5/pkg-descr | 16 | ||||
-rw-r--r-- | graphics/libgrass5/pkg-plist | 13 |
5 files changed, 0 insertions, 63 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index fc4c55ccf20..70b6957e854 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -309,7 +309,6 @@ SUBDIR += libgnomecanvasmm SUBDIR += libgnomecanvasmm26 SUBDIR += libgphoto2 - SUBDIR += libgrass5 SUBDIR += libimg SUBDIR += libkexif SUBDIR += libkipi diff --git a/graphics/libgrass5/Makefile b/graphics/libgrass5/Makefile deleted file mode 100644 index e4b7bbefebc..00000000000 --- a/graphics/libgrass5/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: libgrass5 -# Date created: 26 December 2000 -# Whom: J. Pennington <john@coastalgeology.org> -# -# $FreeBSD$ -# - -PORTNAME= libgrass5 -PORTVERSION= 1.0.0 -PORTREVISION= 1 -CATEGORIES= graphics -MASTER_SITES= # - -MAINTAINER= ports@FreeBSD.org -COMMENT= Library of functions from the GRASS GIS application for use by non-GRASS programs - -DEPRECATED= mastersite disappeared, no longer maintained by author -EXPIRATION_DATE= 2006-02-22 - -USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 -USE_REINPLACE= yes -CONFIGURE_ARGS= --includedir=${PREFIX}/include/${PORTNAME} -INSTALLS_SHLIB= yes - -post-patch: - @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ - ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/graphics/libgrass5/distinfo b/graphics/libgrass5/distinfo deleted file mode 100644 index 35b603822bb..00000000000 --- a/graphics/libgrass5/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (libgrass5-1.0.0.tar.gz) = 74dc233c7471396989fca5c7da916a6a -SHA256 (libgrass5-1.0.0.tar.gz) = 76a76bb09c3cd40eb20d1ca5a42c877f95836bca8648970f57e54989d6e49509 -SIZE (libgrass5-1.0.0.tar.gz) = 339550 diff --git a/graphics/libgrass5/pkg-descr b/graphics/libgrass5/pkg-descr deleted file mode 100644 index ddd2be30e06..00000000000 --- a/graphics/libgrass5/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -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 deleted file mode 100644 index d1445bf9a65..00000000000 --- a/graphics/libgrass5/pkg-plist +++ /dev/null @@ -1,13 +0,0 @@ -include/libgrass5/P_datetime.h -include/libgrass5/P_site.h -include/libgrass5/datetime.h -include/libgrass5/gis.h -include/libgrass5/gisdefs.h -include/libgrass5/imagedefs.h -include/libgrass5/imagery.h -include/libgrass5/libgrass.h -include/libgrass5/site.h -lib/libgrass5.a -lib/libgrass5.so -lib/libgrass5.so.3 -@dirrm include/libgrass5 |