Commit Graph

354 Commits

Author SHA1 Message Date
shadchin
ace2ef7dec Add myself.
ok jasper@
2010-11-19 10:25:42 +00:00
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