espie
88d20077a4
new depends
2010-11-17 08:05:12 +00:00
espie
6199f99cf6
fix, convert, bump
2010-11-16 18:06:42 +00:00
jeremy
f4542e4eb3
REVISION bumps for most ruby ports after the ruby.port.mk update.
...
PKG_ARCH = * removed from many ports as it is added automatically
for pure ruby gem ports. Switch ports that previously used
GEM_SKIPDEPENDS to adding dependencies or modifying the underlying
gem metadata with patches.
OK landry@
2010-11-08 23:28:53 +00:00
jeremy
cb1c9c889a
Update plists for most ruby ports after changes to ruby.port.mk.
...
Requested as a separate commit by landry@.
OK landry@
2010-11-08 23:24:39 +00:00
eric
b17217cd1c
bump after postgresql update.
...
suggested by and ok landry@
2010-11-08 14:32:56 +00:00
espie
5e243a5257
convert WANTLIB on geo/lang
2010-11-07 19:12:42 +00:00
espie
632a3518ab
move gettext to new WANTLIB
2010-11-06 16:07:00 +00:00
jasper
8204cd9b5a
- regen PLIST after doxygen update
...
- tighten build dependency on doxygen
2010-11-04 20:14:20 +00:00
eric
f476f7f0f2
- update postgis to 1.5.2
...
- install documentation properly
NOTE: An upgrade of all postgis DBs is required. A "hard upgrade" is
advised. A "soft upgrade" might be possible by keeping a copy of
/usr/local/lib/postgresql/postgis-1.4.so. In all cases, read the
documentation.
ok landry@ jasper@
2010-11-04 13:45:54 +00:00
benoit
d3583a5144
- update py-proj to 1.8.8
...
- regen PLIST
ok landry@
2010-10-31 09:31:04 +00:00
sebastia
da8a4f9fe9
Add build dependency to boost.
...
being guest of ladry here ;)
2010-10-28 23:38:10 +00:00
landry
84c41f940f
Add devel/libtool to BUILD_DEPENDS so that it builds on a clean box.
2010-10-28 13:46:54 +00:00
jeremy
8bd6482dab
Plain ruby ports without C extensions don't need to set
...
SHARED_ONLY, WANTLIB, or LIB_DEPENDS.
ok landry, phessler, sthen
2010-10-26 21:20:20 +00:00
ajacoutot
ff07e285bc
Remove USE_X11.
2010-10-24 20:58:58 +00:00
ajacoutot
0f643118d2
Fix icon name.
2010-10-24 17:50:13 +00:00
sthen
3b2bbaacc0
Add MODPY_WANTLIB, adjust MODPY_LIB_DEPENDS to new-style LIB_DEPENDS,
...
update all ports to match. Plists don't change -> no bump.
Looks ok to jasper.
2010-10-24 15:53:55 +00:00
sthen
96b9cbb33a
revision/new lib_depends
2010-10-23 18:26:19 +00:00
landry
e721cea2f2
+viking
2010-10-23 15:40:46 +00:00
landry
6cb63a6ab2
Import viking-0.9.96:
...
Viking is a free/open source program to manage GPS data. You can import
and plot tracks and waypoints, show Terraserver/OpenStreetMap maps
under it, add coordinate lines, make new tracks and waypoints, hide
different things, etc. It can also be used as an OpenStreetMap editor.
ok jasper@ ajacoutot@
2010-10-23 15:40:19 +00:00
landry
7bff8cda50
Fix WANTLIB. Dunno how eggdbus ended up here.
2010-10-23 12:53:13 +00:00
jasper
d20776616c
- use MODCPAN_EXAMPLES now it does recursive copies too.
2010-10-23 11:59:58 +00:00
sthen
0666992301
fix tabs
2010-10-18 21:50:38 +00:00
espie
0f681543b5
USE_GROFF=Yes
2010-10-18 18:13:12 +00:00
landry
aeb719f90c
s/REVISON/REVISION/
2010-10-12 07:18:05 +00:00
jasper
e34499f593
- fix WANTLIB after cairo update.
2010-10-11 08:11:24 +00:00
mikeb
aa8145651f
i moved two years ago
2010-10-06 11:22:59 +00:00
ajacoutot
69cbe28316
Regen WANTLIB after recent gtk/openssl update.
...
from Kirill Bychkov (maintainer)
2010-10-04 18:33:22 +00:00
jasper
116a56ec32
- switch to new MODCPAN_EXAMPLES
2010-10-01 22:22:23 +00:00
jasper
e3d381c3d6
- fix WANTLIB
2010-09-30 17:53:20 +00:00
jasper
7770b16bdd
- update emerillon to 0.1.2
...
- update homepage
- add several fixes from upstream to make it compile with new libchamplain
ok landry@
2010-09-30 07:33:37 +00:00
jasper
4a39c44a1d
- update gpx-viewer to 0.2.0
...
- add ugly hack to make it build, as upstream doesn't build their own releases
it's slightly broken at runtime, this will be dealt with soon.
ok landry@
2010-09-30 07:32:54 +00:00
jasper
eeba7629a1
- missed this..
2010-09-30 07:31:45 +00:00
jasper
f51ae40c3a
- update libchamplain to 0.8
2010-09-30 07:31:36 +00:00
ajacoutot
21da929ec9
Fix DEPENDS after gtk+2 and gdk-pixbuf split.
...
ok jasper@
2010-09-30 07:21:18 +00:00
jeremy
99f5effd75
Remove MASTER_SITE_GITHUB
...
This was only used in two ports, and will never be used in more ports
as GitHub no longer builds new gems. Both of the ports are also
found on rubygems.org, so this switches them to use the standard
MASTER_SITE_RUBYGEMS from ruby.port.mk. ruby-findmyiphone has a small
change from the GitHub version that requires a package bump.
OK landry@
2010-09-29 15:29:21 +00:00
sthen
d053315499
bump
2010-09-24 15:29:20 +00:00
jeremy
d765f5df76
Bump all ruby ports not already handled.
...
In the upgrade from ruby 1.8.6 to 1.8.7, the PLISTs changed
due to differences in how RDoc processes files.
This also has a number of changes to the regress tests to
work with the changes to devel/ruby-rake. It moves most of
the regress tests to use MODRUBY_REGRESS.
OK jcs@, landry@, jasper@, sthen@
2010-09-23 22:30:24 +00:00
jasper
ded2c7feb1
- update to 0.04
...
- add missing run dependency
2010-09-23 19:36:05 +00:00
jasper
2ae4086ff4
- update to 0.09
2010-09-23 19:34:00 +00:00
joshe
edeaa56aa4
Add myself.
...
ok jasper@
2010-09-21 22:26:32 +00:00
jeremy
0fa228f120
Add my coordinates to geo/openbsd-developers.
...
ok landry@
2010-09-20 16:17:55 +00:00
jasper
da0e9591d3
- remove unneeded chunk
2010-09-13 13:26:49 +00:00
sthen
abb90d75e6
Fix build with sip >= 4.11; discussed with Phil @ riverbank
2010-09-07 10:23:31 +00:00
kevlo
d94868b68c
Update to 0.7.5.0; diff inputs from ajacoutot@ and sthen@.
...
Note that the name of the program changed from gmapcatcher
to mapcatcher and gmapcatcher-download to mapdownloader.
ok sthen@
2010-09-07 10:23:02 +00:00
sthen
c0c226b254
missing python bumps in subpackages
2010-09-01 10:13:49 +00:00
jasper
91310a3e5b
- update tangogps to 0.99.4
...
- switch to new DEPENDS
- use an axe to remove the bluez dependency; upstream refuses to reply to my
mails about actually fixing it instead of forcing it upon everyone.
ok MAINTAINER and landry@
2010-09-01 07:12:17 +00:00
fgsch
0915f5b894
Bump revision after python's default change.
2010-08-30 17:11:35 +00:00
landry
c2c0ebe6c5
Update to qgis 1.5.0, now bundles gdaltools plugin.
...
ok ajacoutot@
2010-08-30 11:02:48 +00:00
ian
b29ad43956
Update my mirror and Makefile to latest stable SVN. Nagged by Landry.
...
Strip some garbage from their build script. Reluctantly use JDK 1.6
since code doesn't build on 1.7 due to better error checking.
2010-07-30 19:47:36 +00:00
landry
5c3d586790
Bugfix update to mapserver 5.6.5, see for changes:
...
http://lists.osgeo.org/pipermail/mapserver-users/2010-July/066134.html
- enable agg support (because it's _really_ nicer than gd output)
- switch to newer lib_depends
- tweak do-install to use ${INSTALL_SCRIPT} for mapserver-config
2010-07-27 08:57:38 +00:00
benoit
20e7ccbb0e
- update py-proj to 1.8.7
2010-07-24 08:46:47 +00:00
landry
00a26bc41d
Add a temporary hack (tm) to make sure the nodes in dirty layer have
...
'random negative ids', until a better solution is found with upstream.
Fixes the 'oh i can't upload those new nodes to the server because they
have positive ids' annoying bug (that appeared since switching to gcc4 ?)
While here, switch to newer REVISION/LIB_DEPENDS.
2010-07-20 20:59:15 +00:00
kevlo
18c93d6cc0
Update to 0.7.1.0
...
ok sthen@
2010-07-16 10:14:00 +00:00
sthen
3f913dcdaa
use REVISION
2010-07-13 19:46:10 +00:00
landry
81db12a0fa
Bump PKGNAME. changing HOMEPAGE means pkg changes.
2010-07-05 11:09:50 +00:00
landry
1ed49b1937
Fix MASTER_SITES/HOMEPAGE after upstream changed website url/layout.
...
Pointed out by espie@.
2010-07-05 08:35:01 +00:00
espie
45bf65e4d5
and libsoup doesn't come from the gnome subpackage either...
2010-07-04 20:49:05 +00:00
eric
395aaecde2
update to 3.2.2
...
ok jim@
2010-07-01 00:26:03 +00:00
matthew
460d161be7
Add my coordinates to geo/openbsd-developers.
...
ok landry@
2010-06-28 06:03:23 +00:00
landry
cca26b6314
Update to merkaartor 0.16.0.
2010-06-13 10:57:35 +00:00
sebastia
25d7b7ed6a
My first commit, add myself to the openbsd developers.
...
OK jasper@, landry@
2010-06-10 05:57:19 +00:00
jcs
1ad73fb5ea
moved
2010-06-03 03:45:01 +00:00
kili
309f168269
Zap a trailing `:' (in the ant build dependency). No build change.
...
Found while looking for ports that use the optional `:target'
specifier in build dependencies.
ok ian@ (maintainer)
2010-05-24 16:41:00 +00:00
espie
c0a226b255
fix build with g++4, which does have those isnan
2010-05-23 17:50:56 +00:00
landry
44af7bd104
Update to osm2go 0.7.22
2010-05-22 12:29:04 +00:00
espie
725f4836b7
collision with recent gtk+2, gcc4 does not like.
...
fix from upstream svn, discussed with landry
2010-05-22 11:31:04 +00:00
jasper
c5a58294c2
- silence a rather irritating dialog
...
ok pval@ (MAINTAINER)
2010-05-21 22:00:54 +00:00
jasper
134afb3235
- update to the last release as qlandkarte
...
- fix manpage path (prompted by naddy@, via pval@)
ok pval@ (MAINTAINER)
2010-05-21 19:56:02 +00:00
dcoppa
a33c4ad37d
Pass Qt4 dependent libraries to linker: this makes lib-depends-check
...
happy.
OK landry@
2010-05-11 06:41:30 +00:00
schwarze
8dc8df7612
add myself; "sure" landry@ on an earlier version;
...
while here, move gilles@ 19 lines south
2010-05-06 19:49:53 +00:00
jasper
b4bbdfffe3
- sync
2010-05-06 15:16:30 +00:00
otto
ac34cf99f7
fix my position
2010-05-06 10:39:55 +00:00
gilles
a0a2d758d2
I left Paris months ago ...
2010-05-06 09:27:31 +00:00
dcoppa
0f75800bd6
Add myself.
...
OK landry@
2010-05-06 08:42:04 +00:00
ian
d3a1e468b5
Repair REGRESS_DEPENDS after junit fix, bump, from Daniel Dickman
2010-05-01 13:39:37 +00:00
dcoppa
653bb123a5
Unbreak after py-sip update.
...
OK landry@
2010-04-28 11:32:30 +00:00
landry
56cca704cf
Grrr..
2010-04-27 20:07:41 +00:00
landry
1dd697606e
Unbreak emerillon after gtk+2 update by updating to 0.1.1 and backport
...
the upstream commit that fixes the use of deprecated gtk macros.
2010-04-27 20:06:59 +00:00
jasper
33b2a7decc
add --disable-silent-rules to configure arguments.
2010-04-22 10:41:25 +00:00
kevlo
9d185ae92e
upgrade to 0.7
...
ok landry@
2010-04-22 10:39:28 +00:00
jolan
b5e7b9f480
update
2010-04-22 05:17:51 +00:00
sthen
1678d1974f
Add a convenience 'where-am-i' target for hw.sensors.nmea0.
2010-04-22 01:28:02 +00:00
landry
f0418ce875
Update to merkaartor 0.15.3, see HOMEPAGE for a list of changes.
...
Revamp src/src.pro patch to correctly install/set translation paths.
2010-04-21 15:06:16 +00:00
landry
693d9363cb
Merge oneliner MESSAGE file in DESCR.
...
Req'd by ajacoutot@
2010-04-18 21:18:36 +00:00
landry
09c5e44439
+tangogps
2010-04-18 13:30:58 +00:00
landry
5c13263aaa
Import tangogps 0.99.3, from maintainer Kirill Bychkov, thanks!
...
tangoGPS is an easy to use, fast and lightweight mapping application for
use with or without GPS. It runs on any *nix platform from the desktop
over eeePC down to phones like the Openmoko Neo. By default tangoGPS
uses map data from the Openstreetmap project. Additionally a variety of
other repositories can be easily added. The maps are automagically
downloaded and cached for offline use while you drag or zoom the map.
Furthermore you can conveniently pre-cache areas with tangoGPS.
2010-04-18 13:30:17 +00:00
dcoppa
7a9c9135b1
update-plist and bump because of cmake diff.
...
OK landry@, sthen@
2010-04-15 20:35:46 +00:00
ajacoutot
67f084abd7
left overs from previous spring cleaning.
2010-04-15 14:44:02 +00:00
sthen
6cf08af9bf
sync wantlib, bump
2010-04-03 23:24:09 +00:00
landry
fcec5550f7
Update to mapserver 5.6.3, fixes regressions introduced in 5.6.2, see
...
http://lists.osgeo.org/pipermail/mapserver-users/2010-March/064997.html
2010-04-02 09:45:04 +00:00
eric
953ea3ba5b
update to geos 3.2.0
...
ok landry@
2010-04-02 09:21:43 +00:00
ajacoutot
b123afa14a
Don't pick up vala if installed, it breaks the build.
...
ok landry@ (maintainer)
2010-04-01 07:10:14 +00:00
kevlo
a3e7b7cda2
add gmapcatcher
2010-03-25 10:14:04 +00:00
kevlo
bfe0e32224
Initial import of gmapcatcher 0.6.3.0
...
GMapCatcher is an offline maps viewer. It downloads CloudMade,
OpenStreetMap or Google Map tiles automatically, display them using
a specific GUI. User can view the maps while offline.
ok giovanni@
2010-03-25 10:13:26 +00:00
landry
da8d2a8e8c
Update to mapserver 5.6.2, bugfix release. See here for details :
...
http://trac.osgeo.org/mapserver/browser/tags/rel-5-6-2/mapserver/HISTORY.TXT
2010-03-22 20:28:37 +00:00
jasper
fb2f8dcf3c
- update libchamplain to 0.4.4
2010-03-22 17:46:26 +00:00
jasper
a6e75be4e3
- update osm-gps-map to 0.5.0
2010-03-21 10:44:25 +00:00
espie
816c0235eb
a few more rotten eggs
2010-03-01 12:06:02 +00:00
espie
100f0c7870
SUBDIR += is wrong: it means the makefile will pick up SUBDIR from env, thus
...
breaking cd /usr/ports && SUBDIR=some/path make something for
category makefiles. While there, also put spaces around += uniformously.
okay naddy@, jasper@
2010-02-01 17:00:12 +00:00
landry
401b5aea9a
Update to Quantum GIS 1.4.0.
...
see http://blog.qgis.org/node/142 for details.
2010-01-11 20:13:31 +00:00
jasper
977d748689
- sort
2010-01-04 10:43:30 +00:00
jcs
ef43c8350d
i moved, stop sending missiles to my old house
2010-01-03 16:40:42 +00:00
landry
7a1ac493e7
+merkaartor
2009-12-27 17:47:06 +00:00
landry
0e9089c79a
Import geo/merkaartor 0.14 :
...
Merkaartor is an openstreetmap mapping program written in C++/QT4. It
focuses on providing a visually pleasing but performant editing environment
for free geographical data.
2009-12-27 17:46:07 +00:00
landry
3ce069aae8
Update to mapserver 5.6.0, see http://www.osgeo.org/node/984 for
...
details.
Looks good to & 'go ahead' jasper@
2009-12-24 21:59:19 +00:00
ajacoutot
eb0208370e
Use @unexec-delete instead of @unexec for the *-update-* goos.
...
prodded by espie@
discussed with espie@ sthen@ landry@
2009-12-21 21:21:59 +00:00
benoit
88fd6621b2
+py-proj
2009-12-16 22:21:12 +00:00
benoit
1aa78b7c3d
import py-proj;
...
Performs cartographic transformations between geographic (lat/lon)
and map projection (x/y) coordinates. Can also transform directly
from one map projection coordinate system to another.
Coordinates can be given as numpy arrays, python arrays, lists or
scalars.
ok landry@, eric@, ajacoutot@
2009-12-16 22:18:37 +00:00
ian
f6f522abda
Simple update to latest stable revision. MODJAVA_VER -> 1.7+ so you can build
...
with a JDK from packages; use MAKE_ENV to propagate JAVA_HOME for JDK version.
Proddy by & OK landry@; improved by kurt@, sthen@.
2009-11-18 20:39:34 +00:00
landry
7be315d578
+tilecache
2009-11-06 18:45:22 +00:00
landry
d03d7cd60d
Import Tilecache 2.10:
...
TileCache provides a Python-based WMS-C/TMS server, with pluggable
caching mechanisms and rendering backends. In the simplest use case,
TileCache requires only write access to a disk, the ability to run
Python CGI scripts, and a WMS you want to be cached. With these
resources, you can create your own local disk-based cache of any WMS
server, and use the result in any WMS-C supporting client, like
OpenLayers, or any TMS supporting client, like OpenLayers and worldKit.
2009-11-06 18:44:45 +00:00
stephan
617c4320ae
Add myself. ok sthen@ and jasper@.
2009-11-03 14:10:24 +00:00
landry
9b20b08ce5
update to libchamplain 0.4.2
2009-11-02 21:52:33 +00:00
landry
84d3978d5e
Update to Quantum GIS 1.3.0.
2009-10-29 19:59:38 +00:00
landry
3eedd7143b
Update to mapserver 5.4.2, backport a patch to fix
...
http://trac.osgeo.org/mapserver/ticket/2578 , sanitize PREFIX & MESSAGE
wrt / maze.
2009-10-29 19:34:12 +00:00
landry
47ade87ce0
Update to gpx-viewer 0.1.2
2009-10-25 17:54:18 +00:00
landry
c223b770d7
Update to libchamplain 0.4.1, fixes annoying 'grey empty map issue'.
...
Prodding & ok jasper@
2009-10-21 12:19:03 +00:00
landry
a1824aad57
Better CONFIGURE_ENV to make it correctly find gettext/intltool.. no
...
idea why it didn't surface before.
2009-10-20 19:57:57 +00:00
landry
2afd37e4d2
+emerillon
2009-10-15 11:28:38 +00:00
landry
f739d1a65e
Import the just-release emerillon 0.1.0:
...
Emerillon is a map viewer.
It features OpenStreetMap based maps: the street map, the cycling map
and the transportation map. Use it to:
- Browse maps,
- Search the map for places,
- Placemark places for later quick access.
looks good to jasper@
2009-10-15 11:27:46 +00:00
phessler
5d37f81498
I moved over a year ago, update
2009-10-11 13:43:26 +00:00
landry
01be7e117a
Add a pair of patches to make it compile against libchamplain 0.4.0,
...
upstream notified and will integrate patches in next release. Bump
PKGNAME.
2009-10-10 23:35:26 +00:00
landry
58a4a31a4e
Update to libchamplain 0.4.0.
...
okay jasper@
2009-10-10 23:34:09 +00:00
jasper
2e6da560dc
- move distfiles to another site
2009-09-10 22:12:55 +00:00
landry
37e8003ad6
Update to Quantum GIS 1.2.0, see http://blog.qgis.org/node/137 for
...
details.
Use gettext module & modpy_lib_depends.
2009-09-06 11:19:17 +00:00
landry
5eb10bc02e
Use VERSION where possible, and move gnomevfs-2 to WANTLIB.
...
prodded by 'ceiling frogz is watchin' your commitz' ajacoutot@
2009-09-04 21:38:41 +00:00
landry
e70a59b9d9
+osm2go
2009-09-04 18:20:21 +00:00
landry
dd3e3a9277
Import osm2go 0.7.18.
...
OSM2Go is an Openstreetmap editor designed to run on small devices.
Current featureset includes:
* Managing multiple mapping projects.
* Adding, moving and deletion of ways and nodes and editing their tags.
* JOSM-style presets for speedy tagging.
* Import GPS traces or Live GPS trace for GPS-enabled devices
* WMS server support: NASA satellite imagery
* Limited relation support
* Upload and download changes to the OSM servers!
2009-09-04 18:19:41 +00:00
jasper
2923466a17
- fix build on a clean box (missing module)
...
ok landry@ (MAINTAINER)
2009-09-01 06:37:57 +00:00
ckuethe
c57a9475d3
update to gpsbabel 1.3.6
2009-08-31 22:48:17 +00:00
avsm
8839ce9aa1
remove trailing lines in DESCR; from ajacoutot@bsdfrog.org
2009-08-25 17:25:04 +00:00
avsm
8bc7dff2b0
+ruby-findmyiphone
2009-08-25 17:15:52 +00:00
avsm
9be5d5214d
import ruby-findmyiphone-0.2
...
--
Ruby port of MobileMe screenscraper allowing message sending and
retrieval of current location of an iPhone.
>> require 'rubygems' ; require 'findmyiphone'
>> i = FindMyIphone.new(username,password)
>> i.locateMe
>> i.sendMessage("Foo bar")
2009-08-25 17:15:19 +00:00
landry
e345d4100e
+gpx-viewer
2009-08-23 17:37:56 +00:00
landry
6b6799ff25
import gpx-viewer 0.1.1:
...
a simple program to visualize gps traces in gpx format, uses openstreetmap
as its base background layer.
2009-08-23 17:37:07 +00:00
landry
0ae59f7891
Update to libchamplain 0.3.5.
...
ok jasper@ ajacoutot@
2009-08-21 14:58:25 +00:00
sthen
2910ec4a1d
sync WANTLIB and bump; looks alright to landry@ and martynas@
2009-08-12 20:05:57 +00:00
sthen
af807c205e
BUILD_DEPENDS on ant. No bump.
2009-08-10 14:50:58 +00:00
kili
8fc6287292
WANTLIB changes after xcb addition and bump.
2009-08-10 06:29:51 +00:00
eric
3f53f2da17
update to 1.4.0
...
For upgrading a postgis-enabled db, refer to
/usr/local/share/doc/postgresql/postgis/README.postgis
Try using new_postgis_restore.pl instead of postgis_restore.pl
if it doesn't work.
feedback and ok kili@ landry@
2009-08-06 10:30:20 +00:00
ian
6bd8465955
Simplified mirror directory structure, tweak MASTER_SITE, no bump
2009-08-03 20:48:26 +00:00
ajacoutot
c9738555d6
Add missing update-desktop-database goo.
2009-08-02 21:02:44 +00:00
ian
b03af60431
+= josm
2009-08-02 18:39:44 +00:00
ian
ab841c2487
Import JOSM, graphical editor for OpenStreetMap, improved & ok sthen@
2009-08-02 18:38:53 +00:00
merdely
6bb3eb5dfe
Update to Geography-Countries 2009041301
...
Requested by and ok giovanni@
2009-07-20 13:56:35 +00:00
landry
0ee4163a8e
Update to gdal 1.6.1, fix MODPY_EGG_VERSION while here.
...
See http://trac.osgeo.org/gdal/wiki/Release/1.6.1-News for details.
2009-07-19 12:01:58 +00:00
naddy
a567cef8ea
use the tk module; ok ckuethe@
2009-07-18 19:23:55 +00:00
sthen
d8b837245b
sync wantlib, bump
2009-06-18 01:07:52 +00:00
nicm
5f9dfcf553
Add myself.
...
"launch missiles!" wcmaier@
2009-06-05 17:37:16 +00:00
landry
9af07e0f2d
+mapserver
2009-06-04 17:56:14 +00:00