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:
Martin Wilke 2009-03-15 20:54:04 +00:00
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

View file

@ -78,6 +78,7 @@
SUBDIR += gbib
SUBDIR += gdbm
SUBDIR += gdl2
SUBDIR += geoserver-mysql-plugin
SUBDIR += gigabase
SUBDIR += glom
SUBDIR += gmysql

View 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>

View 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

View 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.
===============================================================================

View file

@ -0,0 +1,3 @@
This port contains a MySQL DataStore implementation for GeoServer.
WWW: http://geoserver.org/display/GEOSDOC/MySQL+DataStore