GeoAPI provides a set of interfaces from OpenGIS specifications.The development
community in building GIS solutions is sustaining an enormous level of effort. The GeoAPI project aims to reduce duplication and increase interoperability by providing neutral, interface-only APIs derived from OGC/ISO Standards. WWW: http://geoapi.sf.net PR: ports/122573 Submitted by: <wenheping@gmail.com>
This commit is contained in:
parent
b2aade3d2c
commit
aaadd07f04
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=211073
5 changed files with 1743 additions and 0 deletions
|
@ -191,6 +191,7 @@
|
|||
SUBDIR += gdk-pixbuf
|
||||
SUBDIR += gdtclft
|
||||
SUBDIR += geist
|
||||
SUBDIR += geoapi
|
||||
SUBDIR += geomorph
|
||||
SUBDIR += geomview
|
||||
SUBDIR += geos
|
||||
|
|
37
graphics/geoapi/Makefile
Normal file
37
graphics/geoapi/Makefile
Normal file
|
@ -0,0 +1,37 @@
|
|||
# New ports collection makefile for: geoapi
|
||||
# Date created: 07 April 2008
|
||||
# Whom: Wen heping <wenheping@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= geoapi
|
||||
PORTVERSION= 2.1.0
|
||||
CATEGORIES= graphics geography
|
||||
MASTER_SITES= SF
|
||||
DISTNAME= GeoAPI-2_1_0
|
||||
|
||||
MAINTAINER= wenheping@gmail.com
|
||||
COMMENT= A Java interface API based upon OGC Standards
|
||||
|
||||
USE_ZIP= yes
|
||||
NO_BUILD= yes
|
||||
USE_JAVA= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
JARFILES= geoapi-${PORTVERSION} jsr108-0.01 geoapi-nogenerics-${PORTVERSION}
|
||||
DOCS= README.txt
|
||||
|
||||
do-install:
|
||||
.for jar in ${JARFILES}
|
||||
${INSTALL_DATA} ${WRKSRC}/binaries/${jar}.jar ${JAVAJARDIR}
|
||||
.endfor
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCDIR}
|
||||
cd ${WRKSRC}/javadoc ; \
|
||||
${FIND} . -type d -exec ${MKDIR} ${DOCSDIR}/\{} \; ;\
|
||||
${FIND} . -type f -exec ${INSTALL_DATA} \{} ${DOCSDIR}/\{} \;
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
3
graphics/geoapi/distinfo
Normal file
3
graphics/geoapi/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (GeoAPI-2_1_0.zip) = 6eed7e5b07452e7a4798f653ac5786e2
|
||||
SHA256 (GeoAPI-2_1_0.zip) = 1a2b3b8d38bf420a79970370bea238c602ea09cebb651fa6f0e8be14e0e82a60
|
||||
SIZE (GeoAPI-2_1_0.zip) = 7470800
|
6
graphics/geoapi/pkg-descr
Normal file
6
graphics/geoapi/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
GeoAPI provides a set of interfaces from OpenGIS specifications.The development
|
||||
community in building GIS solutions is sustaining an enormous level of effort.
|
||||
The GeoAPI project aims to reduce duplication and increase interoperability by
|
||||
providing neutral, interface-only APIs derived from OGC/ISO Standards.
|
||||
|
||||
WWW: http://geoapi.sf.net
|
1696
graphics/geoapi/pkg-plist
Normal file
1696
graphics/geoapi/pkg-plist
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue