1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Initial import of GRASS 5.0beta5.

GRASS is a fully featured open-source GIS.
This commit is contained in:
Jeremy Lea 2000-01-29 07:18:55 +00:00
parent 02cbdaa95a
commit 51b9f08c13
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25232
10 changed files with 5904 additions and 0 deletions

View File

@ -0,0 +1,51 @@
# New ports collection makefile for: grass
# Version required: 5.0beta5
# Date created: 15 January 2000
# Whom: reg
#
# $FreeBSD$
#
DISTNAME= grass5.0beta5
PKGNAME= grass-5.0b5
CATEGORIES= databases
MASTER_SITES= ftp://grass.baylor.edu/pub/grass/
MAINTAINER= reg@freebsd.org
LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff
HAS_CONFIGURE= yes
CONFIGURE_ARGS+= --with-tiff-includes=${LOCALBASE}/include \
--with-tiff-libs=${LOCALBASE}/lib \
--prefix=${WRKDIR}/grass5 \
--with-bindir=${WRKDIR}/grass5/bin
WRKSRC= ${WRKDIR}/grass5.0beta
ALL_TARGET= install
SED_FILES= \
bin/gmake5 \
bin/gmakelinks5 \
bin/grass5.0beta5 \
dev/create_fifos.sh \
etc/paint/driver.rsh \
etc/monitorcap \
scripts/create_fifos.sh
pre-configure:
@${MKDIR} -p ${WRKDIR}/grass5/bin
do-install:
${MKDIR} ${PREFIX}/grass5
${CHMOD} 755 ${PREFIX}/grass5
cd ${WRKDIR}/grass5 && ${TAR} -cf - * | \
${TAR} -xpf - -C ${PREFIX}/grass5
.for F in ${SED_FILES}
@${SED} -e "s^${WRKDIR}^${PREFIX}^g" \
${WRKDIR}/grass5/$F > ${PREFIX}/grass5/$F
.endfor
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (grass5.0beta5.tar.gz) = 41e429604f9ac43fb649a2c58eb89c31

View File

@ -0,0 +1 @@
A public domain geographic information system (GIS).

View File

@ -0,0 +1,16 @@
Geographical Resources Analysis Support System
(GRASS)
A public domain, image processing and geographic information system (GIS)
originally developed by researchers in the Environmental Division of the US
Army Construction Engineering Research Laboratories in Champaign, Illinois,
with enhancements and support now performed by the GRASS Research Group at
Baylor University.
The GRASS system is used to input, manipulate, analyze, and output
geographic data by users in both military and nonmilitary, public and
private agencies based in North America, Europe, and other parts of the
world.
WWW: http://www.baylor.edu/~grass/

File diff suppressed because it is too large Load Diff

51
databases/grass/Makefile Normal file
View File

@ -0,0 +1,51 @@
# New ports collection makefile for: grass
# Version required: 5.0beta5
# Date created: 15 January 2000
# Whom: reg
#
# $FreeBSD$
#
DISTNAME= grass5.0beta5
PKGNAME= grass-5.0b5
CATEGORIES= databases
MASTER_SITES= ftp://grass.baylor.edu/pub/grass/
MAINTAINER= reg@freebsd.org
LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff
HAS_CONFIGURE= yes
CONFIGURE_ARGS+= --with-tiff-includes=${LOCALBASE}/include \
--with-tiff-libs=${LOCALBASE}/lib \
--prefix=${WRKDIR}/grass5 \
--with-bindir=${WRKDIR}/grass5/bin
WRKSRC= ${WRKDIR}/grass5.0beta
ALL_TARGET= install
SED_FILES= \
bin/gmake5 \
bin/gmakelinks5 \
bin/grass5.0beta5 \
dev/create_fifos.sh \
etc/paint/driver.rsh \
etc/monitorcap \
scripts/create_fifos.sh
pre-configure:
@${MKDIR} -p ${WRKDIR}/grass5/bin
do-install:
${MKDIR} ${PREFIX}/grass5
${CHMOD} 755 ${PREFIX}/grass5
cd ${WRKDIR}/grass5 && ${TAR} -cf - * | \
${TAR} -xpf - -C ${PREFIX}/grass5
.for F in ${SED_FILES}
@${SED} -e "s^${WRKDIR}^${PREFIX}^g" \
${WRKDIR}/grass5/$F > ${PREFIX}/grass5/$F
.endfor
.include <bsd.port.mk>

1
databases/grass/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (grass5.0beta5.tar.gz) = 41e429604f9ac43fb649a2c58eb89c31

View File

@ -0,0 +1 @@
A public domain geographic information system (GIS).

16
databases/grass/pkg-descr Normal file
View File

@ -0,0 +1,16 @@
Geographical Resources Analysis Support System
(GRASS)
A public domain, image processing and geographic information system (GIS)
originally developed by researchers in the Environmental Division of the US
Army Construction Engineering Research Laboratories in Champaign, Illinois,
with enhancements and support now performed by the GRASS Research Group at
Baylor University.
The GRASS system is used to input, manipulate, analyze, and output
geographic data by users in both military and nonmilitary, public and
private agencies based in North America, Europe, and other parts of the
world.
WWW: http://www.baylor.edu/~grass/

2883
databases/grass/pkg-plist Normal file

File diff suppressed because it is too large Load Diff