Commit Graph

50983 Commits

Author SHA1 Message Date
ajacoutot
4e34a0799a +hunspell 2009-06-13 07:50:02 +00:00
ajacoutot
ff71fa8f93 Import hunspell-1.2.8
Hunspell is a spell checker and morphological analyzer library and
program designed for languages with rich morphology and complex word
compounding or character encoding.

Note that this is not to be considered as an aspell replacement just
yet. We install no hunspell dictionnaries for now but use the ones from
mozilla.

Reworked from an original port by Edd Barrett (maintainer).
Tested by sthen@ in a bulk, thanks!
ok sthen@
2009-06-13 07:48:53 +00:00
ajacoutot
d52b6815f6 Small bugfix update to glade3 3.6.5. 2009-06-13 07:40:34 +00:00
martynas
50a8a865fd - update comments, it can also fetch google videos now
- take maintainership
- bump package name
2009-06-13 02:01:19 +00:00
martynas
85db4ef145 - start accepting options: -C, -n, -o
- -C will resume previously interrupted transfer
- -n will not convert videos
- -o=XXX will save file to XXX.(mp4|flv)
- print info stuff to stderr;  so we can pipe it
- bump to yt-10;  since usage changes
as a result;  you can actually stream your videos with mplayer, like:
	yt -o=- url | mplayer -
ok jsg@, sthen@
2009-06-13 01:51:08 +00:00
phessler
274222330f unbreak for !i386
js.h wants to include machine/joystick.h for analog joystick support.
other platforms don't have such support, so hide it with an arch define.
this allows us to use the "portable game librarys" on more than one arch.

OK MANTAINER
2009-06-12 20:48:37 +00:00
kili
403c150ae4 Move dependencies common to -main and -cups to WANTLIB.
Fix WANTLIB-cups  and bump (no change for -main).
2009-06-12 20:01:09 +00:00
matthieu
aa2d0e87be Fix the AC_C_BIGENDIAN macro on macppc, by using the version of autoconf
2.63. The current version sets ac_cv_c_bigendian to 'universal' on those
machines thinking it's running Mac OS.

ok espie@, todd@, kili@.
2009-06-12 19:22:57 +00:00
kurt
922e55557c - update to 1.2.28
http://tomcat.apache.org/connectors-doc/miscellaneous/changelog.html
Including the correction for:
CVE-2008-5519: Apache Tomcat mod_jk information disclosure vulnerability
2009-06-12 18:14:26 +00:00
kurt
c235b4ad7d - update to 6.0.20:
http://tomcat.apache.org/tomcat-6.0-doc/changelog.html
2009-06-12 17:46:56 +00:00
sthen
df3fbaad7d set RECURSIVE_FETCH_LIST to No by default. ok sturm, ajacoutot, espie. 2009-06-12 17:26:51 +00:00
jasper
e3304d027d - add p5-Algorithm-CurveFit 2009-06-12 17:08:32 +00:00
jasper
676cec04a3 import p5-Algorithm-CurveFit 1.04
Algorithm::CurveFit implements a nonlinear least squares curve fitting
algorithm. That means, it fits a curve of known form (sine-like,
exponential, polynomial of degree n, etc.) to a given set of data
points.

from Markus Bergkvist (MAINTAINER), with a tweak by me
2009-06-12 17:06:32 +00:00
jasper
ae50770197 - sync 2009-06-12 17:02:21 +00:00
jasper
be20a51661 import p5-Math-SymbolicX-ParserExtensionFactory 3.02
This module provides a simple way to extend the Math::Symbolic parser
with arbitrary functions that return any valid Math::Symbolic tree.  The
return value of the function call is inserted into the complete parse
tree at the point at which the function call is parsed.

from Markus Bergkvist (MAINTAINER), with a tweak by me
2009-06-12 17:01:31 +00:00
jasper
dcc98e07af - re-word COMMENT, no bump as it's been intree for a few minutes 2009-06-12 16:58:07 +00:00
jasper
31921e9a88 import p5-Math-Symbolic 0.603
Math::Symbolic is intended to offer symbolic calculation capabilities to
the Perl programmer without using external (and commercial) libraries
and/or applications.

from Markus Bergkvist (MAINTAINER), with a tweak by me
2009-06-12 16:56:06 +00:00
jasper
051e5313ed import p5-Math-MatrixReal 2.05
Math::MatrixReal implements the data type "matrix of reals" (and
consequently also "vector of reals") which can be used almost like any
other basic Perl type thanks to OPERATOR OVERLOADING.

from Markus Bergkvist (MAINTAINER), with some tweaks by me
2009-06-12 16:52:36 +00:00
ajacoutot
40e55bfada Mention xdg-user-dirs-gtk & bump. 2009-06-12 16:06:31 +00:00
ajacoutot
f25c5558b0 +xdg-user-dirs-gtk 2009-06-12 16:02:28 +00:00
ajacoutot
a77597f147 Import xdg-user-dirs-gtk-0.8
xdg-user-dirs-gtk is a companion to xdg-user-dirs that integrates it
into the GNOME desktop and Gtk+ applications.

It gets run during login and does two things:
* Tracks changes of locale and prompts the user so the directories can
  be changed.
* Creates a default gtk bookmarks file if there is none, based on a set
  of xdg user dirs.

Thanks to landry@ for figuring out the weird way this was supposed to
work.
2009-06-12 16:01:30 +00:00
ajacoutot
c002965f14 Add a .desktop autostart file so that this stuff is actually useful
without the need to tweak anything (from Solaris/JDS).

Discussed with and ok landry@
2009-06-12 15:50:46 +00:00
landry
861925b221 Provide saner defaults for WRKOBJDIR, using ${PORTSDIR}/obj. No more w-*
dirs forgotten all around. One can still unset it in /etc/mk.conf to get
back to the older behaviour, or still override it with /usr/obj/ports or
/usr/wobj or whatever. At least, now it can be a separate partition.
Most of us were already overriding this value, OpenBSD is all about sane
& simple default settings.
${PORTSDIR}/obj suggestion from jakemsr@.
Discussed at length with several, 'Works for me' krw@ ok todd@ wcmaier@.
2009-06-12 13:39:30 +00:00
fgsch
3e0e2f359a Fix uploading by web and bump package. Transmission ticket #2085.
ok naddy@
2009-06-12 08:11:17 +00:00
sthen
119262df7f update to 4.77.10-1; from Brad, taking MAINTAINER, todd@ agrees. 2009-06-11 23:33:26 +00:00
jim
ef61292a0f +greyscanner 2009-06-11 22:30:02 +00:00
jim
87bceb528c import greyscanner, Perl daemon that compliments OpenBSD spamd(8) greylisting by applying additional heuristics to greylisted hosts.
ok sthen@, "go ahead" beck@
2009-06-11 22:27:29 +00:00
pvalchev
8567f3b2ef Make the c++ subpackage depend on libstdc++>=4.2,<4.3 to prevent
people from screwing themselves by using libstdc++-3.x which will fail
only in bizarre ways (embarassing how long it took me to debug this)

ok robert@
"finally! ok" todd@
2009-06-11 21:45:07 +00:00
ajacoutot
c54e76804b Fix WANTLIB. 2009-06-11 19:12:35 +00:00
sthen
bfb5085a21 sync; 5773 (-263, +279) 2009-06-11 19:09:29 +00:00
ajacoutot
b4998c57e6 Bump after recent gconf2 MODULE change.
gconf2 MODULE was tricky to get right for *all* ports. I think I finally
got it, if you see any fallout, please contact me asap.
2009-06-11 18:38:16 +00:00
ajacoutot
45eb496c30 Bump after recent gconf2 MODULE change. 2009-06-11 18:27:02 +00:00
ajacoutot
7b4d594f00 Tweak after recent gconf2 MODULE change. 2009-06-11 18:26:44 +00:00
ajacoutot
478eae4045 Just like the gettext MODULE, we need to force the run_depends on
devel/gconf2 so that static archs can run gconftool-2.

Dependent packages bump coming next...

"totally ok with it" jasper@
2009-06-11 18:25:54 +00:00
ajacoutot
684fb6a517 Remove unneeded post-patch target. 2009-06-11 16:49:26 +00:00
ajacoutot
c974c433d8 Fix gconf fallout reported by naddy@ 2009-06-11 16:45:10 +00:00
ajacoutot
fc772b4a3b All `configure' do not behave the same when --disable-schemas-install is
given so let's come up with something different: remove the configure
switch and create a link from /usr/bin/true to ${WRKDIR}/bin/gconftool-2
2009-06-11 16:42:09 +00:00
sthen
2e2a9a6890 - unbreak -agent packaging (README.OpenBSD has wrong ownership;
caused by SUBST_CMD'ing straight into WRKINST). found by naddy@.

- whack autoconf into not picking up libbind.

- fix dependencies.

- zabbix-web wasn't installing the .conf/.ini files but instead
@sample'ing them from nowhere. they don't need @sample, just install
them.

- regen plist.

- bumps all round.
2009-06-11 16:38:17 +00:00
naddy
eed5fcdd79 bump after PLIST change 2009-06-11 16:05:36 +00:00
martynas
26988e0620 firefox-i18n-3.0.11 2009-06-11 14:11:14 +00:00
martynas
f6879d3eef mozilla-firefox-3.0.11 2009-06-11 14:10:37 +00:00
ajacoutot
298f63af91 Minor update to libdaemon 0.13. 2009-06-11 13:35:33 +00:00
jasper
2c6d423ac7 - missing build dependency 2009-06-11 10:57:34 +00:00
sthen
4798b9d98b update to 0.95.2; ok giovanni@
"This version improves handling of archives, adds support for --file-list
in clamscan and clamdscan, and fixes various issues found in previous
releases."
2009-06-11 10:50:49 +00:00
jasper
28ed65d1d0 SECURITY FIX for part 2 or SA35292 (wxWidgets Double Free Vulnerability).
patch from upstream svn
2009-06-11 08:32:42 +00:00
ajacoutot
bb30f52d65 +z-push 2009-06-11 07:26:23 +00:00
ajacoutot
fc01b075fc Import z-push-1.2.1
Z-push is an implementation of the ActiveSync protocol, which is used
'over-the-air' for multi platform ActiveSync devices, including Windows
Mobile, Ericsson and Nokia phones. With Z-push any groupware can be
connected and synced with these devices.

based on an original port by Gavin Norman.
successfully tested by and ok fkr@
2009-06-11 07:25:35 +00:00
ajacoutot
3f407aac2b Fix a double free. Allows to use nautilus-open-terminal directly from
the desktop.
From Gentoo bug #270650.
2009-06-11 07:21:17 +00:00
ajacoutot
53ad660634 Use the devel/gettext MODULE. Regen PLIST and WANTLIB. 2009-06-11 06:11:19 +00:00
ajacoutot
7bdfc5a94c Also add run_depends on gconf-2 for !-main.
While here, regen PLIST.
2009-06-11 05:25:13 +00:00