- Update to 2.0.0

Thanks to :	avl@
This commit is contained in:
Wen Heping 2009-11-10 01:03:09 +00:00
parent d2bc51970e
commit edc7863fe9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=244050
4 changed files with 545 additions and 691 deletions

View File

@ -6,10 +6,10 @@
#
PORTNAME= geoserver
PORTVERSION= 1.7.6
PORTVERSION= 2.0.0
CATEGORIES= graphics geography java
MASTER_SITES= SF/${PORTNAME}/GeoServer/${PORTVERSION}
DISTNAME= ${PORTNAME}-${PORTVERSION}-bin
DISTNAME= ${PORTNAME}-${PORTVERSION}a-bin
MAINTAINER= wenheping@gmail.com
COMMENT= An Open Source GIS Server
@ -29,7 +29,6 @@ SUB_LIST= GEOSERVERDIR="${GEOSERVERDIR}" JAVA="${JAVA}"
SUB_FILES= pkg-message
post-patch:
@${RM} ${WRKSRC}/webapps/geoserver/editarea/images/Thumbs.db
@${REINPLACE_CMD} -e 's|$$GEOSERVER_HOME|${GEOSERVERDIR}|g' \
-e 's|%%JAVA%%|${JAVA}|g' \
${WRKSRC}/bin/startup.sh ${WRKSRC}/bin/shutdown.sh

View File

@ -1,3 +1,3 @@
MD5 (geoserver-1.7.6-bin.zip) = 39870db874e48a9d8e124fff4c92c895
SHA256 (geoserver-1.7.6-bin.zip) = 96109e65da14b1c23d0a8ff9dbfdd12a7ecc6f6c471ae3303bfe245c73f67c19
SIZE (geoserver-1.7.6-bin.zip) = 46092217
MD5 (geoserver-2.0.0a-bin.zip) = e82b18ec49bb39fc5a29a88d69bdef07
SHA256 (geoserver-2.0.0a-bin.zip) = 951ff5141c43b666f5afb5965afaf0215039737431a48b6787fd85d96fdcef44
SIZE (geoserver-2.0.0a-bin.zip) = 52196281

View File

@ -6,9 +6,9 @@ To run geoserver at startup, add
in you /etc/rc.conf .
To operate geoserver manually, you can use the scripts
%%PREFIX%%/lib/geoserver/bin/startup.sh
%%PREFIX%%/geoserver/bin/startup.sh
and
%%PREFIX%%/lib/geoserver/bin/shutdown.sh
%%PREFIX%%/geoserver/bin/shutdown.sh
On your client machine, open the brower with:
http://localhost:8080/geoserver

File diff suppressed because it is too large Load Diff