Commit Graph

45365 Commits

Author SHA1 Message Date
ajacoutot
43492dc07f - update to osmo-0.2.2
- use SUBST_CMD
- fix FR locale (use fr.po from upstream SVN)

from Pierre-Emmanuel Andre (MAINTAINER), thanks!
2008-08-25 14:48:42 +00:00
ajacoutot
e5a02945a1 - s/-lpthread/-pthread 2008-08-25 09:19:39 +00:00
mglocker
c0c74e85b5 Fix core dump when using a image resolutions > 640x480. Upstream is
informed and confirmed the bug.  As soon a new version is available which
includes the fix we will remove the patch and update the port.

OK robert@
2008-08-25 08:52:56 +00:00
ajacoutot
b488e925ef - bugfix update to DeVeDe 3.11 2008-08-24 22:02:26 +00:00
simon
9fc8706bae add p5-Net-FTPSSL 2008-08-24 16:13:56 +00:00
simon
d32e5f16db import p5-Net-FTPSSL
Net::FTPSSL is an object oriented Perl module which implements a simple
FTP client over a Secure Socket Layer (SSL) connection written following
the directives described in RFC959 and RFC2228.

from Pierre-Emmanuel Andre
2008-08-24 16:13:54 +00:00
wcmaier
2b35104b7e Update to 1.0.2.
While here, switch to MODPY_EGG_VERSION, too.

ok merdely@
2008-08-24 11:24:24 +00:00
brad
207d7bc2a8 Simplify the Makefile a bit by removing some unnecessary CONFIGURE_ARGS
options passed to the autoconf script. The autoconf script already
deals with this by having MMX/SSE2 disabled unless on i386/amd64.

ok ajacoutot@
2008-08-24 09:01:51 +00:00
brad
ae711204e0 Upgrade to MySQL 5.0.67.
Tested by sthen@ on amd64/sparc64.
2008-08-24 08:40:02 +00:00
martynas
5f37ed23ed - use system libm
- add a note to README.OpenBSD about making printing w/ lpr work
(now that ff3 uses default printing dialog from gtk+2).  idea from
merdely@'s weblog
2008-08-23 22:27:46 +00:00
martynas
a1972aa1a5 - use system libm
- update LIB_DEPENDS, to include nssutil3
- change HOMEPAGE to a working one (www-archive.mozilla.org)
- bump package name
2008-08-23 22:12:21 +00:00
martynas
77b98f37ae adapt from mozilla-firefox: use system libm 2008-08-23 22:07:03 +00:00
martynas
8d5462d323 give regression tests a chance to work. no package changes
ok wcmaier@
2008-08-23 21:40:08 +00:00
ajacoutot
f1d09b1cb8 - bugfix update to mnemosyne-1.1.1 2008-08-23 21:23:47 +00:00
martynas
8a0adb8258 update to pyusb-0.4.1. ok wcmaier@
also license changed to BSD, adjusted license marker.
2008-08-23 20:45:10 +00:00
martynas
b00b391998 bugfix update to py-flup-1.0.1. from Vlad Glagolev, with tweaks by me
ok wcmaier@
2008-08-23 20:38:57 +00:00
brad
af9fe93dd3 Add missing PREFIX marker to an example plugins path for LDA.
From Ingo Schwarze <schwarze at usta dot de>
2008-08-23 20:13:39 +00:00
simon
5af50e6d8f add p5-DBIx-DWIW 2008-08-23 16:49:05 +00:00
simon
53c1d6cc1f import p5-DBIx-DWIW
This module provides a robust and simple DBI wrapper 
to Do What I Want (DWIW).
Can be useful to monitor MySQL replication.

from Pierre-Emmanuel Andre
2008-08-23 16:49:01 +00:00
simon
04810d8271 postgresql_autodoc 2008-08-23 16:33:44 +00:00
simon
2ce033097a import postgresql_autodoc
This is a utility which will run through PostgreSQL system tables and
returns HTML, Dot, Dia and DocBook XML which describes the database.
2008-08-23 16:33:40 +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
jasper
3a3e1d5e2e Remove dead cruft that's one of the few ports keeping x11/gnome/libs
and other old gtk1 stuff alive.

nobody even tried to convince me to keep this;
bomberclone or xbomber may be a good alternative though.

"go ahead" ajacoutot@ laurent@
2008-08-23 16:01:28 +00:00
ajacoutot
1349ebbeef - GPL version number must be appended in the license marker
"oui, oui" espie@
2008-08-23 15:28:00 +00:00
simon
9fe02373e4 update to version 1.02
ok sturm@
2008-08-23 14:27:19 +00:00
steven
0ac0a7a108 update to 0.08
from Anton V. Yabchinskiy <arn at antora.ru>
2008-08-23 08:06:18 +00:00
simon
bdc93f64d7 maintenance update to version 1.311
confirmed by maintainer
2008-08-23 07:59:42 +00:00
ckuethe
07ef7149bc merge patches from arduino. add a note on how to load code into an
arduino. tested with a diecimilia.
ok ajacoutot
2008-08-23 07:20:17 +00:00
jakob
5481d79049 upgrade postgrey to v1.32; from David Hill 2008-08-22 21:57:49 +00:00
jakob
54a79ffa7d update ZKT to v0.97; bug fixes, license changed (GPL->BSD) 2008-08-22 21:55:15 +00:00
simon
33dd6f361e update to version 1.17 2008-08-22 20:54:06 +00:00
steven
9005c0be71 update to 2.23 2008-08-22 20:18:22 +00:00
robert
d7604a28d0 update to pear 1.7.2 which is the current stable
version.
2008-08-22 14:48:53 +00:00
brad
7117b44c59 - Don't use ${CONFIGURE_SHARED} since this isn't autoconf proper
- Add missing --prefix
- Remove no longer used pre-configure target
2008-08-22 12:43:33 +00:00
brad
7dbaaa1ccf Add support for AltiVec detection using the sysctl node on OpenBSD and
remove the dependency on gcc4.

ok jasper@ ajacoutot@
2008-08-22 11:53:32 +00:00
ajacoutot
0b7d92ed0b +tmw 2008-08-22 11:43:35 +00:00
ajacoutot
1a7cbfdcc5 Import tmw-0.0.25 (aka The Mana World)
The Mana World (TMW) is a serious effort to create an innovative free
and open source MMORPG. TMW uses 2D graphics and aims to create a large
and diverse interactive world.

Beware, this will increase your slackiness...

port reworked from scratch from an original submission by
Jonathan Armani <dbd@asystant.net>, MAINTAINER
2008-08-22 11:41:50 +00:00
ajacoutot
6523b335a5 +guichan 2008-08-22 11:40:55 +00:00
ajacoutot
7c50feb96b Import guichan-0.8.1
Guichan is a small, efficient C++ GUI library designed for games. It
comes with a standard set of widgets and can use several different
back-ends for displaying graphics and grabbing user input.

based on a submission by Jonathan Armani <dbd@asystant.net>, MAINTAINER
2008-08-22 11:38:25 +00:00
dhill
8db6b4f62e upgrade to 0.74
- use gtk+2 instead of gtk+
- fix security hole
2008-08-22 00:08:57 +00:00
jasper
45f4e7a1d5 - update evolution to 2.22.3.1
- add gnome-spell to run depends (from ajacoutot@)
2008-08-21 22:50:21 +00:00
simon
0932875dce update to version 0.11.0
ok laurent@ (maintainer)
2008-08-21 21:59:51 +00:00
brad
debc96f684 Fix compilation with some C++ based programs. 2008-08-21 21:56:49 +00:00
brad
c2785a3b4c Update to Postfix 2.6-20080814.
ok jakob@
2008-08-21 21:53:34 +00:00
brad
0b4972aa06 Update to Postfix 2.5.4.
ok jakob@
2008-08-21 21:52:08 +00:00
espie
e87089bb32 +2.62, needs a -current m4 2008-08-21 21:03:43 +00:00
naddy
364a96eaef we need a master site 2008-08-21 19:43:27 +00:00
jasper
5715e08f33 - kill two flavors i missed,
spotted by viq, thanks!
2008-08-21 19:02:17 +00:00
steven
56e82921fc maintenance update to 4.32.7 2008-08-21 17:50:47 +00:00
ajacoutot
618bdb73de - s/LOCALBASE/PREFIX/
"of course" robert@
2008-08-21 15:51:51 +00:00