Commit Graph

44182 Commits

Author SHA1 Message Date
ajacoutot
aaabd69b51 - use textproc/intltool MODULE
ok wilfried@ (MAINTAINER)
2008-06-04 10:25:55 +00:00
ajacoutot
723892fd2b - install html devhelp files in correct location so that the devhelp
tool can find them
- use MODPY_EGG_VERSION

ok aanriot@ (MAINTAINER)
2008-06-04 09:37:38 +00:00
sthen
b75e5ce871 SECURITY fixes (CVE-2008-1488) and bugfixes (including crash on
cache-full) for pecl-APC to bring it up to 3.0.19.

Diff from Brad Walker via maintainer on ports@
2008-06-04 09:02:59 +00:00
sthen
e6f0b63f7b +mkplaylist 2008-06-04 07:35:48 +00:00
sthen
aa98de9b6c import mkplaylist:
The script scans the given directories for media files with known file
name extensions and writes the names into a playlist file in M3U,
extended M3U or PLS format. Those very simple formats are used or at
least understood by the vast majority of media players on different
platforms.

For huge collections which have to be rescanned after adding or
modifying some files, the program can cache the meta data to speed up
subsequent runs.

from maintainer Girish Venkatachalam,
reworked to use python.port.mk and setuptools by wcmaier@
2008-06-04 07:33:20 +00:00
phessler
695170e33a + maelstrom 2008-06-04 06:52:46 +00:00
phessler
25fcf11bee Maelstrom is a port of the original shareware game for the Macintosh.
It is a fast-action, high resolution (640x480) asteroids-like game,
with detailed graphics and original sounds.

lots of feedback / ok merdely@
2008-06-04 06:50:20 +00:00
okan
3be5b25d23 - allow milter to use spf records.
- add NO_REGRESS

ok jakob
2008-06-03 23:37:35 +00:00
wcmaier
2f0ff039d5 Upgrade to 0.8.4 (skipping the still-born 0.8.3).
While here, use MODPY_EGG_VERSION and update my address.

ok merdely@
2008-06-03 23:30:28 +00:00
okan
cd03f56d3c fix-up WANTLIB
ok jakob
2008-06-03 19:41:27 +00:00
jasper
0818cb86a4 - update gnumeric to 1.8.3
joint work with seth jackson, ok ajacoutot@
2008-06-03 16:36:54 +00:00
jasper
290a1c88ac - update goffice to 0.6.4
joint work with seth jackson, ok ajacoutot@
2008-06-03 16:35:41 +00:00
jasper
c299ce2d74 - update libgsf to 1.14.8
- explicitly disable gvfs

ok ajacoutot@
2008-06-03 16:34:43 +00:00
jakob
aee9804355 make unbound use ldns from ports now that ldns 1.3.0 is released. 2008-06-03 15:09:59 +00:00
jakob
6a8bb2754e update to ldns v1.3.0 2008-06-03 15:03:10 +00:00
ajacoutot
5dcd16b39e - use the in-tree intltool utilities (textproc/intltool MODULE) instead
of the ones bundled in sources
PLIST_DB seems happy with the change so no bump
2008-06-03 14:56:09 +00:00
jasper
257532222c - add a note about why gtester-report is not installed 2008-06-03 14:15:04 +00:00
ajacoutot
04df175707 - add comment about why we need to use bundled intltool for this port 2008-06-03 13:56:56 +00:00
okan
83d84acad5 - use gettext module
noticed by Dasn <dasn@lavabit.com> -thanks!

mkay jasper@
2008-06-03 13:54:18 +00:00
sthen
8e6445c5b4 Use iconv module. From Brad. ok jasper@ (MAINTAINER) 2008-06-03 12:11:43 +00:00
ajacoutot
1636766bb4 - use textproc/intltool module instead of bundled intltool 2008-06-03 10:54:04 +00:00
ajacoutot
a01c35911b - add a small reminder comment so one does not have to wonder next time 2008-06-03 10:47:28 +00:00
ajacoutot
1bdeda5d35 - remove p5-XML-Parser from BUILD_DEPENDS, the gnome MODULE takes care
of it already
2008-06-03 09:48:58 +00:00
ajacoutot
bd65c3567f - reverse logic:
set BUILD_DEPENDS=${RUN_DEPENDS} and not the other way around
2008-06-03 09:08:23 +00:00
ajacoutot
b6d667eb5e - use textproc/intltool MODULE
ok landry@
2008-06-03 08:14:53 +00:00
ajacoutot
59e2a42d78 - remove p5-XML-Parser from BUILD_DEPENDS ; it is already triggered by
the textproc/intltool MODULE
2008-06-03 07:54:51 +00:00
jasper
b5735e635e import gvfs 0.2.4
GVFS is a replacement for GnomeVFS, the GNOME Virtual File System

GVFS consists of two parts: a shared library which is loaded by
applications supporting GIO and GVFS itself, a collection of daemons
which communicate with each other and the GIO module over D-Bus. This
moves the virtual file systems out of client processes, contrary to
GnomeVFS, but somewhat similar to KIO.


GVFS will eventually replace gnome-vfs2, as more and more applications
are ported to use GIO. In the meantime it remains unlinked from the builds.
Earlier version of this port created while enjoying good beer at FOSDEM.
Quite some patches are already accepted upstream in the meantime.
2008-06-03 07:44:08 +00:00
ajacoutot
710f19fd59 - fix building on an empty box
spotted by sturm@
- regen PLIST while here
2008-06-03 07:41:58 +00:00
ajacoutot
a9f1bfd52f - use intltool MODULE instead of BUILD_DEPENDS on ::textproc/intltool
no binary change
- while here, add GPL license version where missing
2008-06-03 06:59:25 +00:00
sthen
c9ed1ad607 Maintenance update, recent patches are now rolled into the
distfile from upstream.  From Brad.
2008-06-03 00:16:51 +00:00
sthen
fdf610d6d7 - speex needs to be at least 1.2beta3 since the library was
split in two: add pkgspec, bump -speex package version

- adjust FULLPKGNAME handling so overrides can be shown clearly
at the top of the Makefile

- add space before assignment operator "FULLPKGNAME$i=" to avoid
potential ambiguity with bad values of $i

speex problem reported by jolan@, thanks!
2008-06-02 23:33:51 +00:00
simon
67084ce1c9 update to version 0.11 2008-06-02 22:56:26 +00:00
simon
1edbfc441a maintenance update to version 0.36 and spacing corrections
ok okan@
2008-06-02 22:06:15 +00:00
simon
cd6378f57b add p5-Perl6-Junction 2008-06-02 22:02:29 +00:00
simon
b0dc612cf7 import p5-Perl6-Junction
This is a lightweight module which provides 'Junction' operators, the
most commonly used being any and all.  Inspired by the Perl6 design docs.

Provides a limited subset of the functionality of
Quantum::Superpositions.
2008-06-02 22:02:24 +00:00
simon
8ffa28b7eb maintenance update to version 0.84 2008-06-02 21:43:30 +00:00
simon
0ca86ca628 maintenance update to version 3.8 2008-06-02 21:40:47 +00:00
simon
2b93e6cb44 update to version 0.15, add p5-Tie-ToObject to RUN_DEPENDS 2008-06-02 21:26:21 +00:00
simon
86a21523c3 update to version 0.08 2008-06-02 21:22:28 +00:00
wcmaier
48c639f70b Update to 0.8.
Diff originally from Gleydson Soares <gsoares at gmail dot com>, who
also takes maintainership. Thanks! Tweaks from kili@ (the Makefile
nazi) and myself.

ok kili@
2008-06-02 20:09:53 +00:00
kili
f2ba44922b Update to 1.4.7 (new upstream developer and homepage, and some funny
new features). From Giovanni Bechis. While here, be explicit about the
GPL version (v2).

ok sthen@
2008-06-02 20:09:01 +00:00
okan
d4a510aba7 - update to 2.0.14
- fixes endianess bug
- upstream accepted partial configure patch

ok merdely@
2008-06-02 19:38:09 +00:00
martynas
36a55958f3 - update to ejabberd-2.0.1
- drop privilegies in ejabberdctl
- add README.OpenBSD
from maintainer Wiktor Izdebski;  with tweaks from me
tested by Wiktor Izdebski, Simon Kuhnle and sthen@
ok sthen@
2008-06-02 18:13:15 +00:00
jasper
e89abc1fca sync WANTLIB, bump package version 2008-06-02 17:58:23 +00:00
naddy
d1a1eac17e sync plugin directory with qt library bump 2008-06-02 17:54:35 +00:00
martynas
33c528c3d0 - add support for Google Video
- bump package name
"sounds good" jolan@;  tested by Wiktor Izdebski
2008-06-02 17:43:10 +00:00
martynas
e37b0475cc - remove origin
- remove redundant substitution
- better pattern for watch_fullscreen
- bump package name
"sounds good" jolan@;  tested by Wiktor Izdebski
2008-06-02 17:29:56 +00:00
wcmaier
13af36cf5c Update to 2.0.7.
Original diff from Valery Masiutsin <val.masutin at gmail dot com>,
thanks! Tweaks and regress from martynas@ and me.

ok merdely@, martynas@
2008-06-02 17:16:49 +00:00
sthen
3cf1c979fd - update to version which fixes a segfault reading hosts from a file
- add a patch to use correct array length.

problems reported by rlewandowski at kig dot pl
looks sane to jasper
2008-06-02 17:02:44 +00:00
jasper
bd2fe4958f - sync PLIST after evolution update
ok ajacoutot@
2008-06-02 16:50:58 +00:00