diff options
author | vd <vd@FreeBSD.org> | 2006-02-22 21:57:08 +0800 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2006-02-22 21:57:08 +0800 |
commit | 99871e1dd63f660d925792cefaaaae9b8ce4c641 (patch) | |
tree | 9abcd8265cf0d1943dd4fe6656fb2c5397532fcc | |
parent | b9aae75d58c8c27c93b42e330477da1155716e3a (diff) | |
download | freebsd-ports-gnome-99871e1dd63f660d925792cefaaaae9b8ce4c641.tar.gz freebsd-ports-gnome-99871e1dd63f660d925792cefaaaae9b8ce4c641.tar.zst freebsd-ports-gnome-99871e1dd63f660d925792cefaaaae9b8ce4c641.zip |
Remove expired port graphics/libgrass5
Approved by: garga (mentor)
-rw-r--r-- | CVSROOT/modules | 1 | ||||
-rw-r--r-- | MOVED | 1 | ||||
-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 |
7 files changed, 1 insertions, 64 deletions
diff --git a/CVSROOT/modules b/CVSROOT/modules index 8f789596af02..b275bc50da7b 100644 --- a/CVSROOT/modules +++ b/CVSROOT/modules @@ -5513,7 +5513,6 @@ libgnugetopt ports/devel/libgnugetopt libgpg-error ports/security/libgpg-error libgphoto2 ports/graphics/libgphoto2 libgpod ports/audio/libgpod -libgrass5 ports/graphics/libgrass5 libgringotts ports/security/libgringotts libgsf ports/devel/libgsf libgsf-gnome ports/devel/libgsf-gnome @@ -2205,3 +2205,4 @@ graphics/deep_zoom||2006-02-16|Remove expired port games/xshipwars-client||2006-02-16|Remove expired port games/civ2demo||2006-02-17|Remove expired port converters/libytnef|devel/libytnef|2006-02-21|Move to accurate category +graphics/libgrass5||2006-02-22|Remove expired port diff --git a/graphics/Makefile b/graphics/Makefile index fc4c55ccf20b..70b6957e854b 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 e4b7bbefebc5..000000000000 --- 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 35b603822bb1..000000000000 --- 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 ddd2be30e06a..000000000000 --- 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 d1445bf9a652..000000000000 --- 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 |