Commit Graph

68076 Commits

Author SHA1 Message Date
sthen
cd74aaa9b7 Fix rc script mode/group, and adjust an #ifdef in a patch to use a specific
OpenBSD version. From Brad (maintainer).
2011-07-22 20:15:47 +00:00
sthen
76d000dcb2 add an rc script for MailScanner, looks ok to Brad (maintainer). 2011-07-22 19:57:20 +00:00
dcoppa
5c07d2cc0c Update vmwh to the latest snapshot, fixing a buggy fprintf call.
ok jasper@
2011-07-22 13:26:42 +00:00
sthen
3c59336cdc Make the description agree with the suggested commands when linking
php.conf from modules.sample into modules; ok robert@
2011-07-22 10:28:54 +00:00
sthen
6df0d68c4d Bump for PKGSPEC changes in ports/lang/php/Makefile.inc 2011-07-22 10:20:10 +00:00
sthen
e96b4a7874 Use PKGSPEC to set the correct PHP version in ports which depend on modules.
Otherwise a port wanting php-mysql-5.3 was matching an installed php-mysql-5.2
package. ok robert@, bumps to follow.
2011-07-22 10:19:23 +00:00
landry
d54d6920cb Use a subdir of mozilla/ for DIST_SUBDIR. 2011-07-22 10:04:15 +00:00
dcoppa
6b3e9cff78 Respect --image-bg option in full-screen mode
(upstream git commit 0379af967bddd6e90e4c7dadee6d96be1cb82f1d)
2011-07-22 08:04:31 +00:00
sthen
7cca087371 update to MailScanner 4.84.1-1, from Brad (maintainer). 2011-07-22 07:33:55 +00:00
jasper
36ba1270db - update pidgin to 2.9.0
* includes a security fix for SA45037 Pidgin "gdk_pixbuf__gif_image_load()" Denial of Service Weakness

from brad (MAINTAINER)
2011-07-22 06:44:45 +00:00
ajacoutot
49c96a6e30 Properly change directory before starting: use the same rc_start() as amd(8).
reminded by william@
2011-07-22 05:58:40 +00:00
landry
e9b4c7a040 Readd patches/files from mail/mozilla-thunderbird, atm sunbird can't be
built from newer thunderbird tarballs (as it's officially
unmaintained/dead upstream) and this gets in the way of thunderbird 5
update. Hopefully i'll figure out how to fix that... bump REVISION to be
on the safe side.
2011-07-22 05:25:27 +00:00
jasper
1f9cf6478f - add a patch from pkgsrc to prevent links+ (in gui mode) from crashing on
certain webpages after recent png update. though links was doing bad things, not png..
2011-07-21 18:36:36 +00:00
dcoppa
540e0fa2ae s/$(MACHINE)/$(MACHINE_ARCH)/
Fix a build error on macppc reported by ajacoutot@
ok ajacoutot@
2011-07-21 12:29:21 +00:00
pea
54e48906db Add inadyn 2011-07-21 12:19:11 +00:00
pea
3b0b61686a Import inadyn
inadyn is a C based client used to update DNS entries.  This is a fork of
the original INADYN implementation from Narcis Ilisei. Most of the fixes
and additions from the new "upstream" by Christoph Brill have been added.
However, this project is not a fork off of Christoph's repository, but
rather a reengineered version of the original 1.96.2 release with all
additional patches audited and merged separately. Additionally a further
set of code cleanups, features and bug fixes have been added.

ok ajacoutot@
2011-07-21 12:17:02 +00:00
pea
353cc45b3a Add _inadyn
ok ajacoutot@
2011-07-21 12:13:54 +00:00
pea
72c00205e5 Add dokuwiki 2011-07-21 09:54:51 +00:00
pea
d8e82fa76c Import dokuwiki.
DokuWiki is a standards compliant, simple to use Wiki, mainly aimed at
creating documentation of any kind. It is targeted at developer teams,
workgroups and small companies. It has a simple but powerful syntax
which makes sure the datafiles remain readable outside the Wiki and
eases the creation of structured texts. All data is stored in plain text
files, no database is required.

With tweaks/feedbacks from landry@, thanks.

ok landry@
2011-07-21 09:52:28 +00:00
lum
8f7704f10e update to toprump-0.14.5
sync with recent changes to top(1).
2011-07-21 09:23:52 +00:00
sthen
245b5d3e18 Don't install the copy of 8x12 normal fonts which get installed as "bold".
This lets X synthesize its own, so bold characters are distinct again.
Upstream don't seem to like this ("there is no space for a bold font in
a 6x12 matrix") but everyone else would rather have distinct bold chars.

Req by joshe@, landry@. OK LEVAI Daniel (maintainer).
2011-07-21 08:02:44 +00:00
ajacoutot
6e51e02d09 Update to gstreamermm-0.10.10. 2011-07-21 06:37:09 +00:00
sebastia
5ff311a287 update SOGo to 1.3.8a, also here zapping patches that made it upstream.
OK landry@
2011-07-21 06:30:44 +00:00
sebastia
50aae3debe Update SOPE to 1.3.8a, zap a couple of patches that made it upstream.
OK landry@
2011-07-21 06:27:21 +00:00
edd
3fbfbe54d4 blast away pesky swap file that sneaked in to my last commit 2011-07-21 01:39:30 +00:00
edd
7d32b01472 link radare2 2011-07-21 01:37:56 +00:00
edd
38d1e86abc Import radare2, reverse engineers hex editor, debugger and disassembler.
Only i386/amd64 enabled until we know which arches work/need fixing.

OK sthen@
2011-07-21 01:35:51 +00:00
jeremy
d1536163d4 Update to 1.2.4. 2011-07-20 22:51:32 +00:00
schwarze
6df73b7c69 +p5-Authen-NTLM 2011-07-20 21:47:46 +00:00
schwarze
9893017300 Import p5-Authen-NTLM-1.08.
This module implements the NTLM (Microsoft Windows NT LAN Manager)
authentication mechanism.  It can be used to perform NTLM style
authentication for any desired protocol.

Feedback and OK gsoares@; OK landry@ sthen@.
2011-07-20 21:42:49 +00:00
gsoares
9a9d4a970e update xmlsec to 1.2.18
The XML Security Library 1.2.18 release fixes a serious crasher.

tweaks/OK sthen@, jasper@
2011-07-20 20:56:00 +00:00
naddy
d975b56bde add "fonts" category 2011-07-20 20:42:13 +00:00
jasper
0d1b2996f5 - fix wantlib. 2011-07-20 18:37:53 +00:00
sthen
be0593709c Permit utimensat(2) and futimens(2), as discussed with matthew@.
Fixes ruby 1.9 build with systrace now that we have these system calls.
The other new *at system calls need to have path restrictions and will
need further work so are still prevented for now (in those cases, the
supplied paths are *relative to a certain FD*, so we can't simply
examine supplied paths).
2011-07-20 18:11:06 +00:00
jasper
6faf9b152f sync 2011-07-20 18:07:38 +00:00
jasper
9455724193 import p5-Git-Repository 1.21
Git::Repository is a Perl interface to Git, for scripted interactions
with repositories. It's a low-level interface that allows calling any
Git command, whether porcelain or plumbing, including bidirectional
commands such as git commit-tree.

from wen heping (MAINTAINER), as was p5-System-Command

ok sthen@
2011-07-20 18:05:52 +00:00
jasper
523bf73657 import p5-System-Command 1.05
System::Command is a class that launches an external system command and
returns an objects representing it, allowing interaction through the
STDIN, STDOUT and STDERR handles.

tweak and OK sthen@
2011-07-20 18:04:48 +00:00
gsoares
0bffa0ae99 - update to 2.08
- remove groff
- HOMEPAGE is taken care of by cpan.port.mk
- remove maintainer per his request

OK jasper@ sthen@
OK Markus Bergkvist (old MAINTAINER)
2011-07-20 17:30:28 +00:00
gsoares
b6668dfa07 - update to 1.05
- doesnt need groff here
- HOMEPAGE is taken care of by cpan.port.mk
- remove maintainer per his request

OK jasper@ sthen@
OK Markus Bergkvist (old MAINTAINER)
2011-07-20 17:25:10 +00:00
ajacoutot
787440b8a0 +py-enchant 2011-07-20 16:48:58 +00:00
ajacoutot
2bb997a515 Import py-enchant-1.6.5.
This package provides a set of Python language bindings for the Enchant
spellchecking library.

ok jasper@
2011-07-20 16:48:19 +00:00
sebastia
56e51ffb01 Long overdue, add iaxclient-tcl to RUN_DEPENDS. With this, Coccinella
can be used for XMPP p2p VoIP with other Coccinella clients, and as
a fully IAX2 client for an asterisk.
Suggestion to use the wrapper script instead of depending on threaded
TCL/Tk flavor from sthen@ (many thanks!)

OK sthen@
2011-07-20 16:43:18 +00:00
sthen
bcb516a133 openbsd5, and fix strange idea of standard device naming for serial
ports: /dev/ttyp?!
2011-07-20 15:50:13 +00:00
sthen
01d73e7432 openbsd5 2011-07-20 15:45:20 +00:00
naddy
da8416ecbe fix build for all OpenBSD versions 2011-07-20 15:35:04 +00:00
sthen
c3a4115dc4 fix openbsd!=4 2011-07-20 15:30:32 +00:00
sthen
9891f077de openbsd4 -> openbsd 2011-07-20 15:26:00 +00:00
landry
bec15cafd2 Recognize openbsd5, fixes the build.
Similar diff from brad, ok sthen@ giovanni@
2011-07-20 15:15:31 +00:00
naddy
87742f2787 build on OpenBSD 5.x 2011-07-20 15:13:20 +00:00
ajacoutot
4cf99970a5 @comment libtool files. 2011-07-20 15:00:03 +00:00