Commit Graph

41233 Commits

Author SHA1 Message Date
djm
ed3d737668 update to numpy-1.0.4 2007-11-16 11:42:25 +00:00
steven
2bafcf7145 fix gtkhtml3 dependency for real 2007-11-16 10:32:51 +00:00
jasper
5cc4bcf6fa fix dependency on gtkhtml
spotted by sthen@, thanks!
2007-11-16 07:42:15 +00:00
okan
addd95485c add myself
ok merdely@ jasper@ kili@
2007-11-15 22:36:55 +00:00
alek
4e6c37e04d - default config file contains ${LOCALBASE} variable that doesn't resolve
to any value
- fix a typo in MESSAGE-main file -- wrong name of default config
  file.
- bump pkgname

ok robert@
2007-11-15 20:24:02 +00:00
jasper
c092876858 add p5-Net-Jabber 2007-11-15 18:48:55 +00:00
jasper
fc115fedf2 import Net::Jabber 2.0
Net::Jabber is a convenient tool to use for any perl script that would
like to utilize the Jabber Instant Messaging protocol.  While not a
client in and of itself, it provides all of the necessary back-end
functions to make a CGI client or command-line perl client feasible and
easy to use.  Net::Jabber is a wrapper around the rest of the official
Net::Jabber::xxxxxx packages.

from Gleydson Soares (MAINTAINER)
2007-11-15 18:45:28 +00:00
ajacoutot
e6dac95aef +devede 2007-11-15 15:56:07 +00:00
ajacoutot
4e45b5374e Import devede-3.3
DeVeDe is a program to create video DVDs and CDs (VCD, sVCD or CVD),
suitables for home players, from any number of video files, in any of
the formats supported by MPlayer.
2007-11-15 15:55:15 +00:00
robert
93bf583904 no need to specify a flavor for openoffice anymore 2007-11-15 15:55:13 +00:00
robert
ee20698398 - remove the linkobj flavor and use the same method for
the default build process
- add a PSEUDO_FLAVOR named normal_build for doing a build
w/o harlinking object files. this takes much more disk space

requested by espie@
2007-11-15 15:54:32 +00:00
landry
fe59c065f4 Fix WANTLIB after gail update (dependency of libgtkhtml).
Reported by viq at viq dot ath dot cx, thanks !

ok ajacoutot@, pyr@
2007-11-15 11:45:32 +00:00
jakemsr
2bcfc1e21d - quit using select() for audio playback. we end up counting bytes
in the playback buffer and waiting until there's enough space anyway.
- use -pthread instead of -lpthread for pthreads linkage
- don't even try to use the "real time sample counter" on *BSD, since
it's not that same as with Sun audio.
- use the audio(4) interface to the mixer "master" volume control
- actually mute the audio when output volume is '0'
- set the audio(4) blocksize to match size of chunks to be written
- provide *BSD equivilents to some Sun functionality
2007-11-15 07:50:27 +00:00
fgsch
9181197077 update to 2.9.9.1 2007-11-15 00:11:23 +00:00
ajacoutot
ad63288cdd - add the altivec FLAVOR of vlc to the build
ok mbalmer@
2007-11-14 21:50:21 +00:00
jakob
6a43304c1e NSD 3.0.7; bugfix release 2007-11-14 20:52:58 +00:00
robert
60597df7f8 replace cleanobj with linkobj at the openoffice line 2007-11-14 20:12:28 +00:00
robert
f3a2400a5a replace the cleanobj flavor which is utterly broken
with the linkobj flavor, which uses hardlinks instead
of copying all files to the deliver dir.
2007-11-14 20:10:49 +00:00
naddy
2ff5c1c689 - maintenance update to 7.17.1
- libidn pulls in a gettext dependency
- make sure we link against the correct libcurl
2007-11-14 19:38:58 +00:00
merdely
5743969bb1 Fix WANTLIB
ok landry@
2007-11-14 19:27:35 +00:00
martynas
a4b5ac24fe - update to gnome-vfs2-2.20.1;
- fix LIB_DEPENDS;
looks good to jasper@
2007-11-14 14:59:21 +00:00
jasper
597aedb82e shit, forgot to bump 2007-11-14 12:28:53 +00:00
jasper
5872370c9f - tweak COMMENT (remove quotes and leading 'a')
- reformat DESCR
- don't set ${V} if it's used only once.

"go ahead" robert@
2007-11-14 12:25:35 +00:00
kurt
f5a39fb300 just build the default package because gnokii is one of those ports that
doesn't build correctly when installed. okay robert@, nikolay@, ajacoutot@
2007-11-14 12:04:04 +00:00
robert
f0466fb576 - update to php-5.2.5
- include the suhosin extension and suhosin patch by default unless
  the no_suhosin flavor is defined
- add all the suhosin configuration options to the sample config
  files
2007-11-14 10:53:50 +00:00
robert
7523144fae +pmwiki 2007-11-14 10:45:14 +00:00
robert
73d2b56596 import of pmwiki-2.1.17
PmWiki is a wiki-based system for collaborative creation and maintenance of websites.
PmWiki pages look and act like normal web pages, except they have an "Edit" link that
makes it easy to modify existing pages and add new pages into the website, using basic
editing rules. You do not need to know or use any HTML or CSS.
Page editing can be left open to the public or restricted to small groups of authors.
2007-11-14 10:44:11 +00:00
landry
bd7f07f3f9 +xfce4-places 2007-11-14 10:09:56 +00:00
landry
76c5561f9a import xfce4-places, a panel-plugin providing a menu with quick access to
system-defined directories (home folder, trash, desktop, file system),
user-defined bookmarks and recent documents history.

www: http://goodies.xfce.org/projects/panel-plugins/xfce4-places-plugin

with tweaks and ok ajacoutot@
2007-11-14 10:08:40 +00:00
steven
e8d7af48a0 fix WANTLIB 2007-11-14 09:43:39 +00:00
ajacoutot
f05b0f4cb8 - there's a bug in the SDL altivec code and altivec was enabled by
default, so now we:
* add an altivec FLAVOR
* mark is BROKEN (so that --disable-altivec is used)

Note that this is not a "set and forget" workaround, we will try fixing
this segfault but for now we need a working SDL for powerpc.

discussed with and ok pvalchev@
2007-11-14 07:16:39 +00:00
jasper
fdd0e67352 oops.. 2007-11-14 05:57:50 +00:00
martynas
7ea4eb3be9 update to minimo-20071108; testing on zaurus and ok kili@ 2007-11-13 21:24:47 +00:00
martynas
ab59b433e6 update to xulrunner-1.8.1.9; testing and ok kurt@ 2007-11-13 21:03:03 +00:00
jasper
33f06b00d3 update maintainers email address.
per his request
2007-11-13 20:05:00 +00:00
bernd
c8cfb703ad + ruby-rspec 2007-11-13 19:28:51 +00:00
bernd
128363e6c3 Initial import of ruby-rspec-1.0.8.
RSpec is a Behaviour Definition Framework intended for use in Behaviour
Driven Development. RSpec plays the same role that a unit testing framework
would play in a Test Driven Development environment, but does so using
words and structures that better support BDD.
2007-11-13 19:25:30 +00:00
bernd
c565ae5914 Add ruby-mongrel_cluster. 2007-11-13 18:42:31 +00:00
bernd
a9d8e7ea4a Initial import of ruby-mongrel_cluster-1.0.4.
Tool to help start/stop/restart multiple mongrel servers to use behind a
load balancer like Nginx, Lighttpd, Pound, Pen or Balance. This plugin
adds an option to specify a number of mongrel servers to launch, a range
of ports, and a configuration file for the cluster.
2007-11-13 18:41:18 +00:00
pvalchev
9550e36a38 + bunny 2007-11-13 18:34:57 +00:00
pvalchev
4e37519790 bunny-0.92 - bunny the fuzzer, a feedback loop, high-performance,
general purpose protocol-blind fuzzer for C programs from lcamtuf.
ok ajacoutot, robert
2007-11-13 18:33:56 +00:00
bernd
8c76659b48 Update to ruby-mongrel-1.1.1 which got released yesterday. *sigh*
Fixes a mongrel_rails restart bug.
2007-11-13 18:25:20 +00:00
canacar
acc3040534 Update to pftop-0.7
ok naddy@
2007-11-13 18:18:31 +00:00
bernd
b27be54a1a Update to ruby-mongrel-1.1 and activate the regression tests.
No objections from MAINTAINER Jason LaRiviere.
2007-11-13 18:13:18 +00:00
bernd
14b016b8e1 Be more specific about the gem version in gem BUILD_DEPENDS to make sure
GEM_SKIPDEPENDS works correctly. (ruby-gems->=0.9.4p2)
2007-11-13 17:45:28 +00:00
bernd
63a5135786 Backout the ugly rev 1.12 hack. It's not needed anymore since we now have
GEM_SKIPDEPENDS.
2007-11-13 17:32:59 +00:00
bernd
c5d1f4082f Actually remove the skipped gem from the dependency chain so that it
doesn't end up in the .gemspec file.
2007-11-13 17:27:17 +00:00
steven
85b69f5cea fix WANTLIB 2007-11-13 17:10:25 +00:00
bernd
e630dc9a9c Use the --skip-dependencies option with 'gem install' if GEM_SKIPDEPENDS
is defined in the port Makefile.

i.e. 'GEM_SKIPDEPENDS= hoe cgi_multipart_eof_fix'

This will install the gem port into the fake area even if the hoe and
cgi_multipart_eof_fix gems aren't installed.

ok jcs@, "sounds reasonable but I haven't really looked at it" msf@
2007-11-13 16:10:37 +00:00
bernd
b36cc7c6f9 Add a --skip-dependencies option to the gem install command.
This can be used to ignore bogus gem depends.

ok jcs, "sounds reasonable but I haven't really looked at it" msf@
2007-11-13 16:02:35 +00:00