mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
This port contains a MySQL DataStore implementation for GeoServer.
WWW: http://geoserver.org/display/GEOSDOC/MySQL+DataStore PR: ports/132415 Submitted by: Alexander Logvinov <ports at logvinov.com>
This commit is contained in:
parent
3a9ae5c385
commit
2120c17063
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=230175
5 changed files with 53 additions and 0 deletions
|
@ -78,6 +78,7 @@
|
|||
SUBDIR += gbib
|
||||
SUBDIR += gdbm
|
||||
SUBDIR += gdl2
|
||||
SUBDIR += geoserver-mysql-plugin
|
||||
SUBDIR += gigabase
|
||||
SUBDIR += glom
|
||||
SUBDIR += gmysql
|
||||
|
|
37
databases/geoserver-mysql-plugin/Makefile
Normal file
37
databases/geoserver-mysql-plugin/Makefile
Normal file
|
@ -0,0 +1,37 @@
|
|||
# New ports collection makefile for: geoserver-mysql-plugin
|
||||
# Date created: 08 March 2009
|
||||
# Whom: Alexander Logvinov <ports@logvinov.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= geoserver
|
||||
PORTVERSION= 1.7.3
|
||||
CATEGORIES= databases geography java
|
||||
MASTER_SITES= SF
|
||||
PKGNAMESUFFIX= -mysql-plugin
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}${PKGNAMESUFFIX}
|
||||
|
||||
MAINTAINER= ports@logvinov.com
|
||||
COMMENT= A MySQL DataStore implementation for GeoServer
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/geoserver/start.jar:${PORTSDIR}/graphics/geoserver
|
||||
|
||||
USE_ZIP= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
GSLIBDIR= geoserver/webapps/geoserver/WEB-INF/lib
|
||||
SUB_FILES= pkg-message
|
||||
PLIST_FILES= ${GSLIBDIR}/gt-mysql-2.5.4.jar \
|
||||
${GSLIBDIR}/mysql-connector-java-5.1.5.jar
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/${GSLIBDIR}
|
||||
.for f in ${PLIST_FILES:S,^${GSLIBDIR}/,,}
|
||||
${INSTALL_DATA} ${WRKDIR}/${f} ${PREFIX}/${GSLIBDIR}
|
||||
.endfor
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
3
databases/geoserver-mysql-plugin/distinfo
Normal file
3
databases/geoserver-mysql-plugin/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (geoserver-1.7.3-mysql-plugin.zip) = 195829986b21c7291e563ecf48db477d
|
||||
SHA256 (geoserver-1.7.3-mysql-plugin.zip) = 5a7c9cc1afe7d78d9527f339e28f71b4b5d6d349a5f7523ef8fdaece5ad6dd6a
|
||||
SIZE (geoserver-1.7.3-mysql-plugin.zip) = 671023
|
9
databases/geoserver-mysql-plugin/files/pkg-message.in
Normal file
9
databases/geoserver-mysql-plugin/files/pkg-message.in
Normal file
|
@ -0,0 +1,9 @@
|
|||
|
||||
===============================================================================
|
||||
|
||||
A MySQL DataStore implementation was installed, please restart GeoServer.
|
||||
|
||||
MySQL should now show up as an option in the GeoServer web admin tool at
|
||||
Config -> Data -> DataStores -> New. Fill out the appropriate params.
|
||||
|
||||
===============================================================================
|
3
databases/geoserver-mysql-plugin/pkg-descr
Normal file
3
databases/geoserver-mysql-plugin/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
This port contains a MySQL DataStore implementation for GeoServer.
|
||||
|
||||
WWW: http://geoserver.org/display/GEOSDOC/MySQL+DataStore
|
Loading…
Add table
Reference in a new issue