Commit Graph

205 Commits

Author SHA1 Message Date
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
landry
f9d07dde64 Import mapserver 5.4.0:
MapServer is a system for developing web-based GIS applications.
The basic system consists of a CGI program that can be configured to
respond to a variety of spatial requests like making maps, scalebars,
and point, area and feature queries.
This port is splitted in 4 packages: -main contains the mapserv CGI,
-php contains the PHP Mapscript extension, -perl contains Mapscript perl
bindings and -utils contains various utilities and examples of use.
ok ajacoutot@
2009-06-04 17:55:39 +00:00
landry
16dd9e79b3 Fix depends on py-gdal-*, patch by Kirill Bychkov, thanks! 2009-06-04 17:45:51 +00:00
landry
9bb9e05b3c link qgis 2009-06-01 23:15:35 +00:00
landry
afa5a71b2d Import Quantum GIS 1.0.2:
QGIS aims to be an easy to use GIS, providing common functions and
features. The initial goal was to provide a GIS data viewer, but now
it also permits to edit, create and analyze lots of spatial datas.
QGIS supports a number of raster and vector data formats, with new
support easily added using the plugin architecture.

with some tweaks by and ok ajacoutot@
2009-06-01 23:14:58 +00:00
halex
268f4092d8 add my whereabouts
ok todd@, sthen@
2009-05-26 23:10:22 +00:00
jim
7be7a6c956 add myself
ok simon@
2009-05-15 15:47:25 +00:00
benoit
8cb3732a50 add myself
ok ajacoutot@
2009-05-13 13:13:34 +00:00
jasper
50795e8c1d - update libchamplain to 0.3.0
* too many changes to list here
* libchamplain-gtk is now shipped with libchamplain
2009-05-08 12:38:27 +00:00
ajacoutot
2c5f8a533a CONFIGURE_ENV += PYTHON="${MODPY_BIN}" is inherited from the python module 2009-04-26 11:01:04 +00:00
sthen
99abaac50c pkgname bumps following java.port.mk r1.18, pointed out by espie@ 2009-04-26 09:38:25 +00:00
jasper
06e9127a8c - update osm-gps-map to 0.3 2009-04-23 09:19:37 +00:00
kili
048e7bdb2b Add @pkgpath geo/gdal after package rename and bump. 2009-04-01 10:46:48 +00:00
ajacoutot
16d447e1f5 - fix wantlib & bump 2009-03-14 12:52:14 +00:00
ajacoutot
24d250e2cf - tyop 2009-03-14 11:39:51 +00:00
landry
6bdbaacf92 Enable perl bindings, and split them into a new subpackage.
While here, take maintainership (prodded by pval@)
Diff from James Wright james2vegas // aim.com (thanks!) via pval@, plus
some tweaks by me.
2009-03-14 11:05:50 +00:00
landry
eaa39b5170 Update to GDAL/OGR 1.6.0 :
- enable python bindings and utilities
- split package into -main and -python
- enable support for WMS/WFS through curl
- enable geos support
- enable postgis support through postgresql-client
(all this is needed by bigger incoming GIS ports)
looks good to pval@ (maintainer)
2009-03-13 08:56:52 +00:00
sthen
945248a527 add --without-geos and bump the package; autoconf sucks!
ok pval (maintainer)
2009-03-12 20:55:09 +00:00
sthen
dfe5f95d84 bump pkgname following java dep change 2009-03-11 23:21:21 +00:00
jasper
2967043b53 - homepage moved to gnome.org 2009-03-08 17:53:35 +00:00
landry
4d7c78badc Maintenance update to geos 3.0.3, update licence marker & master_sites.
looks fine to jasper@ and pval@.
2009-03-07 10:36:26 +00:00
jasper
bf90306d70 - add osm-gps-map 2009-03-04 20:52:09 +00:00
jasper
aa48036ded import osm-gps-map 0.2
Gtk+ widget that when given GPS coordinates, draws a GPS track, and
points of interest on a moving map display.  Downloads map data from a
number of websites, including openstreetmap.org, openaerialmap.org and
others.
2009-03-04 20:51:23 +00:00
jasper
eb8fa7b09e - fix build 2009-03-04 20:10:30 +00:00
jasper
c8e8132454 - update libchamplain(-gtk) to 0.2.9
- use ${VERSION} where needed
- install some example code
- fix WANTLIB
2009-03-04 20:03:18 +00:00
eric
208c13c4c5 going down south (sort of) 2009-02-18 12:57:39 +00:00
jasper
48bc5da47f - update postgis to 1.3.5
from benoit lecocq, via eric@ (MAINTAINER
2009-02-18 12:04:14 +00:00
ajacoutot
2e35ed56dc - add itojun@'s final coordinates
discussed with deraadt@
thanks to mtu@ for the exact coordinates
2009-02-17 09:24:55 +00:00
jasper
7a3287df68 - add libchamplain/ 2009-02-15 18:09:20 +00:00
jasper
ea5510ab8e import libchamplain 0.2.8
Libchamplain is a C library aimed to provide a Gtk+ widget to display
rasterized maps.
 * Display a map (OpenStreetMap Mapnik, OpenAerialMap,
   Maps For Free Relief);
   o Tiles are downloaded and cached
   o Downloaded tiles fade in
 * You can drag to move (a la Google Maps)
   o without or with kinetic scrolling (a la iPhone)
   o with elastic edges (a la iPhone)
 * You can zoom in / out
 * You can center the map on coordinates (longitude, latitude)
 * Add markers on the map with a mixed Clutter/Champlain API
 * Add layers of markers
 * You can animate markers

(i forgot cvs doesn't like files/directories called 'core')
2009-02-15 17:58:46 +00:00
jasper
9d3912a3f3 import libchamplain and libchamplain-gtk, both version 0.2.8
Libchamplain is a C library aimed to provide a Gtk+ widget to display
rasterized maps.
 * Display a map (OpenStreetMap Mapnik, OpenAerialMap,
   Maps For Free Relief);
   o Tiles are downloaded and cached
   o Downloaded tiles fade in
 * You can drag to move (a la Google Maps)
   o without or with kinetic scrolling (a la iPhone)
   o with elastic edges (a la iPhone)
 * You can zoom in / out
 * You can center the map on coordinates (longitude, latitude)
 * Add markers on the map with a mixed Clutter/Champlain API
 * Add layers of markers
 * You can animate markers

Libchamplain-gtk is a Gtk+ widget that wraps around libchamplain's ClutterActor.

a small demo application is installed as libchamplain-demo
2009-02-15 17:57:02 +00:00
jasper
d1edbf9681 - add geoclue 2009-02-15 16:35:45 +00:00
jasper
1edcbeecec import geoclue 0.11.1
Geoclue is a modular geoinformation service built on top of the D-Bus
messaging system. The goal of the Geoclue project is to make creating
location-aware applications as simple as possible.
Geoclue defines a set of geoinformation APIs, but it also includes some
providers that implement those APIs.
2009-02-15 16:35:05 +00:00
pirofti
d51de9302d Correct my entry. Noticed by mikeb@, thanks! 2009-02-11 14:09:27 +00:00
ajacoutot
371f8dfaf3 - update gilles@'s coordinates
requested by and ok gilles@ on #elitist-tadpoles
2009-02-10 22:17:19 +00:00
pvalchev
5cd94d3cb0 hook gdal 2009-02-09 23:07:55 +00:00
pvalchev
4f47bffc55 import gdal, translator library for raster geospatial data formats
ok & tweaks/testing from kili@, thx to sthen@ for arm testing
2009-02-09 23:07:05 +00:00
chl
58e9007da3 I moved, bump PKGNAME. 2009-02-04 20:25:16 +00:00
jasper
9fafcdd601 - bump pkgname after last commit
also sorting makes the checksum of files change -> package changes -> bump needed
2009-02-04 18:09:12 +00:00
form
02ebf4d53b sort
no content changes, no bump

ok landry@
2009-02-04 17:36:06 +00:00
landry
d059ee36c1 I moved back to my mountains, update my entry here. 2009-02-04 14:39:35 +00:00
bluhm
9f1cb32416 add myself
ok grunk@
2009-01-28 11:54:43 +00:00
grange
1185081c52 Add myself, bump PKGNAME. 2009-01-24 22:42:53 +00:00
sobrado
cf89c19ebf add geographical information about myself to the list of OpenBSD developers.
ok jasper@, sthen@
2009-01-24 12:44:28 +00:00
stsp
a3cbdb9c50 Add myself.
ok jasper@
2009-01-04 00:34:41 +00:00
michele
c6ab7c31b8 Add myself.
OK kili@
2008-12-25 17:21:55 +00:00
giovanni
4fb5c0259f add myself
"sure" sthen@, "Yes, if that's were you are living" kili@
2008-12-23 08:00:38 +00:00
dhill
09775d40ec Add myself.
ok sthen@
2008-12-16 15:01:08 +00:00
jacekm
d6a2c5d14d Bump PKGNAME, pointed out by okan@. 2008-12-06 04:14:39 +00:00
jacekm
4a1ed6c5d3 Add myself. 2008-12-06 03:30:58 +00:00
pirofti
4b31d6bd91 Added myself, okay sthen@. 2008-10-28 00:22:03 +00:00
pea
46da5e857d Add myself.
ok ajacoutot@
2008-10-27 10:09:54 +00:00
sthen
bf2acce2d2 use -O0 by default and -O1 on faster build machines rather than the
previous behaviour of using -O1 and -O0 for a couple of arch. -O1 is
much faster in operation, but this is a real beast to build.

package bumped. discussed with ckuethe.
2008-10-20 20:00:21 +00:00
ajacoutot
a362885306 Small cleanup of qlandkarte:
* precise license
 * add missing desktop-file-utils goo
 * add PORTHOME to quiet up qmake4
 * respect CXXFLAGS
 * don't force -O3 optimisation
 * install man pages where they belong

"go ahead and commit" pvalchev@
2008-10-17 08:29:41 +00:00
weerd
ca1bc04da9 Add my ICBM coordinates, bump version
OK jasper@, robert@
2008-10-16 22:36:02 +00:00
brad
ccecbcf944 Add another mirror. 2008-10-13 19:44:37 +00:00
espie
fa1ff45fa7 fix fetch 2008-10-13 14:22:56 +00:00
jasper
988698faaa - add p5-Geography-Countries 2008-10-09 22:13:45 +00:00
jasper
17df1b8604 import p5-Geography-Countries 1.4
This module maps country names, and their 2-letter, 3-letter and
numerical codes, as defined by the ISO-3166 maintenance agency [1], and
defined by the UNSD.
2008-10-09 22:12:51 +00:00
jasper
ccb150a631 - update p5-Geo-Functions to 0.07 2008-10-06 17:00:48 +00:00
jasper
d9846d9ac1 - update p5-Geo-Ellipsoids to 0.16 2008-10-06 17:00:25 +00:00
jasper
cf7c85fee1 - update p5-Geo-Coordinates-UTM-XS to 0.03 2008-10-06 16:59:59 +00:00
jasper
d99fa5fd74 - update p5-Geo-Coordinates-UTM to 0.08 2008-10-06 16:59:28 +00:00
simon
559d88985c bump SHARED_ONLY ports so they get updated and work with the new perl
ok sthen@
2008-10-02 20:30:43 +00:00
sturm
d48352309e build with -O0 on sparc64, even -O1 needs 800M of memory
bump PKGNAME
2008-09-28 10:37:13 +00:00
fkr
a4916a1585 I moved (and not just to get a free commit) a while go.
ok ajacoutot@
2008-09-04 07:52:36 +00:00
ajacoutot
08b04ca7c7 - add USE_LIBTOOL= Yes
- remove quotes from comment
- regen PLIST with @bin markers

ok ckuethe@ (MAINTAINER) who would have come up with the same diff if g++
wasn't that slow ;-)
2008-08-23 16:29:34 +00:00
naddy
364a96eaef we need a master site 2008-08-21 19:43:27 +00:00
ckuethe
559b2ae4ed update to gpsbabel-1.3.5 2008-08-21 05:20:53 +00:00
jasper
df3955964a - give this a bigger chance to build on mips64
ok ckuethe@ (MAINTAINER)
2008-08-19 22:21:29 +00:00
martynas
e6f9819298 remove really bad hack. ok sthen@ 2008-07-25 23:07:09 +00:00
guenther
21afc1578a add myself
ok kurt@
2008-07-22 17:44:04 +00:00
pvalchev
aa3149b5de qlandkarte-0.7.3, highlights:
- added ascent/descent delta on tracks
- fixed antialiasing bug (much better performance)
- fixed coordinates miscalculation bug
2008-07-07 17:39:24 +00:00
merdely
6fcc68c8ff Do not add -O1 to C*FLAGS for alpha. Fixes build on alpha.
'that makes sense' ckuethe@
2008-07-01 23:39:07 +00:00
eric
a02fbdd612 update to 3.0.0
ok ajacoutot@
2008-06-15 07:01:36 +00:00
ckuethe
e30c31e835 unbreak bulk build. partially from sturm@
"looks good" naddy@
2008-06-12 17:28:15 +00:00
sthen
39bbac7410 Bump package version after av@ addition 2008-06-09 22:23:07 +00:00
av
b04d5a5e68 add myself (av@) here. 2008-06-09 20:10:37 +00:00
ckuethe
63a1cf99a1 add gpstk 2008-06-07 23:31:45 +00:00
ckuethe
77c71fc105 The GPSTk suite library provides a number of models and algorithms found in
GPS textbook and classic papers, such as solving for the user position or
estimating atmospheric refraction. It supports common GPS data formats such
as RINEX or SP3.
2008-06-07 23:27:17 +00:00
phessler
8a32bca335 add my icbm address
ok merdeley@
"fuck yes, looks good" jdixon@
2008-05-31 05:12:30 +00:00
pvalchev
0ec2445001 Update to qlandkarte-0.7.2.
A few new drivers for devices, plus various bugfixes.
2008-05-28 00:29:36 +00:00
steven
8834f3a7a2 update my coordinates 2008-05-17 23:10:51 +00:00
ckuethe
3c0fc93e8c Update my ICBM coords, fix some spacing, bump version. 2008-05-16 20:49:18 +00:00
form
36288cdc7a o add mikeb
o uncomment myself and correct my coordinates
o bump version
2008-04-10 08:03:55 +00:00
okan
bbb2d609bf +p5-Geo-METAR 2008-04-05 04:14:30 +00:00
okan
19b4913d9a import Geo::METAR
METAR reports are available on-line, thanks to the National Weather
Service.  Since reading the METAR format isn't easy for non-pilots,
these reports are relatively useles to the common man who just wants a
quick glace at the weather.  This module tries to parse the METAR
reports so the data can be used to create readable weather reports
and/or process the data in applications.

feedback and ok merdely@
2008-04-05 04:13:44 +00:00
okan
36ab5a8c78 sorry, wrong directory. 2008-04-05 04:12:05 +00:00
okan
50f76d87b9 import Geo::METAR
METAR reports are available on-line, thanks to the National Weather
Service.  Since reading the METAR format isn't easy for non-pilots,
these reports are relatively useles to the common man who just wants a
quick glace at the weather.  This module tries to parse the METAR
reports so the data can be used to create readable weather reports
and/or process the data in applications.

feedback and ok merdely@
2008-04-05 04:06:36 +00:00
wcmaier
8ba785bd22 Add myself.
ok mbalmer@ simon@ merdely@
2008-03-30 15:45:12 +00:00
pvalchev
94b49001c6 update to qlandkarte-0.7.1 (note binary changed to lowercase now) 2008-03-27 00:36:45 +00:00
sturm
81ede3a6b8 missing PKGNAME bumps after java.port.mk changes
noticed by espie@
2008-03-26 13:07:04 +00:00
bernd
448842b927 Fix PLIST. Noticed by fkr@, thanks!
ok pvalchev@
2008-01-02 22:17:51 +00:00
pvalchev
f4623d92d9 + qlandkarte 2008-01-02 19:07:23 +00:00
pvalchev
31487ccf55 Import qlandkarte-0.6.0
Description:
QLandkarte is a Garmin GPS data visualization and managing
tool.

WWW: http://qlandkarte.sourceforge.net/
2008-01-02 19:06:22 +00:00
matthieu
bb864af27d link p5-Geo-Coordinates-Geo-UTM* 2007-12-14 22:45:57 +00:00
matthieu
1b5b1e448a C/XS reimplementation of p5-Geo-Coordinates-UTM. With inputs from
steven@, simon@ and others. ok simon@.
2007-12-14 22:44:13 +00:00
matthieu
b931da96cc p5-Geo-Coordinates provides Latitude and Longitude conversion from/to
UTM coordinates. with inputs from steven@, simon@ and others. ok simon@
2007-12-14 22:42:28 +00:00
eric
08555ee364 + postgis 2007-12-08 19:48:46 +00:00