Bug 132415 - [new port] databases/geoserver-mysql-plugin: A MySQL DataStore implementation for GeoServer
Summary: [new port] databases/geoserver-mysql-plugin: A MySQL DataStore implementation...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-08 14:40 UTC by Alexander Logvinov
Modified: 2009-03-15 21:00 UTC (History)
1 user (show)

See Also:


Attachments
file.shar (2.95 KB, text/plain)
2009-03-08 14:40 UTC, Alexander Logvinov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Logvinov 2009-03-08 14:40:01 UTC
 A MySQL DataStore implementation for GeoServer.

 WWW: http://geoserver.org/display/GEOSDOC/MySQL+DataStore
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2009-03-08 14:42:02 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Alexander Logvinov 2009-03-13 01:51:05 UTC
Hello!

  This is new shar file with 1.7.3 version and new GSLIBDIR:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	geoserver-mysql-plugin
#	geoserver-mysql-plugin/Makefile
#	geoserver-mysql-plugin/distinfo
#	geoserver-mysql-plugin/pkg-descr
#	geoserver-mysql-plugin/files
#	geoserver-mysql-plugin/files/pkg-message.in
#
echo c - geoserver-mysql-plugin
mkdir -p geoserver-mysql-plugin > /dev/null 2>&1
echo x - geoserver-mysql-plugin/Makefile
sed 's/^X//' >geoserver-mysql-plugin/Makefile << 'ac53998ec48b7b2d564440c8acec6120'
X# New ports collection makefile for:	geoserver-mysql-plugin
X# Date created:				08 March 2009
X# Whom:					Alexander Logvinov <ports@logvinov.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	geoserver
XPORTVERSION=	1.7.3
XCATEGORIES=	databases geography java
XMASTER_SITES=	SF
XPKGNAMESUFFIX=	-mysql-plugin
XDISTNAME=	${PORTNAME}-${PORTVERSION}${PKGNAMESUFFIX}
X
XMAINTAINER=	ports@logvinov.com
XCOMMENT=	A MySQL DataStore implementation for GeoServer
X
XRUN_DEPENDS=	${LOCALBASE}/geoserver/start.jar:${PORTSDIR}/graphics/geoserver
X
XUSE_ZIP=	yes
XNO_BUILD=	yes
X
XGSLIBDIR=	geoserver/webapps/geoserver/WEB-INF/lib
XSUB_FILES=	pkg-message
XPLIST_FILES=	${GSLIBDIR}/gt-mysql-2.5.4.jar \
X		${GSLIBDIR}/mysql-connector-java-5.1.5.jar
X
Xdo-install:
X		@${MKDIR} ${PREFIX}/${GSLIBDIR}
X.for f in ${PLIST_FILES:S,^${GSLIBDIR}/,,}
X		${INSTALL_DATA} ${WRKDIR}/${f} ${PREFIX}/${GSLIBDIR}
X.endfor
X
Xpost-install:
X	@${CAT} ${PKGMESSAGE}
X
X.include <bsd.port.mk>
ac53998ec48b7b2d564440c8acec6120
echo x - geoserver-mysql-plugin/distinfo
sed 's/^X//' >geoserver-mysql-plugin/distinfo << '41618609b28e9f59f74115780fcffdcb'
XMD5 (geoserver-1.7.3-mysql-plugin.zip) = 195829986b21c7291e563ecf48db477d
XSHA256 (geoserver-1.7.3-mysql-plugin.zip) = 5a7c9cc1afe7d78d9527f339e28f71b4b5d6d349a5f7523ef8fdaece5ad6dd6a
XSIZE (geoserver-1.7.3-mysql-plugin.zip) = 671023
41618609b28e9f59f74115780fcffdcb
echo x - geoserver-mysql-plugin/pkg-descr
sed 's/^X//' >geoserver-mysql-plugin/pkg-descr << '0a7719ab880e00f03a99c5819bf64427'
XThis port contains a MySQL DataStore implementation for GeoServer.
X
XWWW: http://geoserver.org/display/GEOSDOC/MySQL+DataStore
0a7719ab880e00f03a99c5819bf64427
echo c - geoserver-mysql-plugin/files
mkdir -p geoserver-mysql-plugin/files > /dev/null 2>&1
echo x - geoserver-mysql-plugin/files/pkg-message.in
sed 's/^X//' >geoserver-mysql-plugin/files/pkg-message.in << '43563d2b0dff43b2db6fb132b153c2fa'
X
X===============================================================================
X
XA MySQL DataStore implementation was installed, please restart GeoServer.
X
XMySQL should now show up as an option in the GeoServer web admin tool at
XConfig -> Data -> DataStores -> New.  Fill out the appropriate params.
X
X===============================================================================
43563d2b0dff43b2db6fb132b153c2fa
exit
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2009-03-15 20:53:51 UTC
State Changed
From-To: open->closed

New port added. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2009-03-15 20:54:19 UTC
miwi        2009-03-15 20:54:04 UTC

  FreeBSD ports repository

  Modified files:
    databases            Makefile 
  Added files:
    databases/geoserver-mysql-plugin Makefile distinfo pkg-descr 
    databases/geoserver-mysql-plugin/files pkg-message.in 
  Log:
  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>
  
  Revision  Changes    Path
  1.747     +1 -0      ports/databases/Makefile
  1.1       +37 -0     ports/databases/geoserver-mysql-plugin/Makefile (new)
  1.1       +3 -0      ports/databases/geoserver-mysql-plugin/distinfo (new)
  1.1       +9 -0      ports/databases/geoserver-mysql-plugin/files/pkg-message.in (new)
  1.1       +3 -0      ports/databases/geoserver-mysql-plugin/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"