Commit Graph

58549 Commits

Author SHA1 Message Date
todd
cc236c358b +librelp 2010-07-26 03:47:40 +00:00
jolan
b5d7aabe9e depend on luazlib since the optional compression module uses it 2010-07-26 01:25:54 +00:00
jolan
42789545ec +luazlib 2010-07-26 01:18:31 +00:00
jolan
a855b06ae1 luazlib-20100725, lua binding of zlib 2010-07-26 01:17:48 +00:00
jolan
7f12af7cd1 drop maintainer 2010-07-25 23:45:05 +00:00
jolan
e649154e29 update to 0.7.0 2010-07-25 23:42:25 +00:00
jolan
c8db46c417 update to a slightly newer/forked version 2010-07-25 23:39:07 +00:00
jolan
8dba9e775a update to 0.4 2010-07-25 23:36:15 +00:00
landry
eb9402ccfa Chase ffx 3.6.8 update - here comes xulrunner 1.9.2.8. 2010-07-25 21:39:20 +00:00
landry
eeb42780af Moore's law reloaded: When you commit a firefox update, a new bugfix
release will be out within 24h. Doh!
So here comes 3.6.8, fixing MFSA-2010-48/critical bug 575836
Reminded by naddy@/dhill@/Patrick Keshishian
Proactive ok naddy@
2010-07-25 21:18:34 +00:00
jolan
7b609fd347 update to bzflag-2.0.16; from brad 2010-07-25 17:14:35 +00:00
todd
ffd4e19f65 librelp 1.0.0
librelp is an implementation of RELP, Reliable Event Logging Protocol.
RELP assures that no message is lost, not even when connections break
and a peer becomes unavailable.

The current version of RELP has a minimal window of opportunity for
message duplication after a session has been broken due to network
problems. In this case, a few messages may be duplicated (a problem
that also exists with plain tcp syslog). Future versions of RELP
will address this shortcoming.

feedback from stuart and steven m.
2010-07-25 17:12:56 +00:00
benoit
6fde5a5cdf - update highlight to 2.16
- regen PLIST
- update patch
2010-07-25 15:06:51 +00:00
benoit
25f8e3ef78 - update arping to 2.09
- regen PLIST
- remove patch
2010-07-25 13:57:34 +00:00
benoit
44e2171e5a - update libssh2 to 1.2.6
- regen PLIST
2010-07-25 13:24:56 +00:00
kili
81dadbbe5d Fix WANTLIB-smb and bump. 2010-07-25 13:07:16 +00:00
benoit
3df52ad69e - update dwdiff to 1.8.1
ok ajacoutot@
2010-07-25 13:00:27 +00:00
ajacoutot
b2499274a1 Unfuck this port. Didn't build -> no bump. 2010-07-25 12:45:08 +00:00
ajacoutot
2fcf1a965e Update to chmsee-1.2.0.
Based on a submission by Abel Abraham Camarillo Ojeda with tweaks.
2010-07-25 10:24:35 +00:00
sthen
c49f9f900f update to 1.6.2.10, switch to new LIB_DEPENDS etc. 2010-07-25 10:08:03 +00:00
ajacoutot
b1049ddee3 More typos. 2010-07-25 09:07:01 +00:00
ajacoutot
ed256b0f84 Oops, evil typo. 2010-07-25 08:59:54 +00:00
ajacoutot
2626f8f3b1 Add a reminder comment. 2010-07-25 08:18:32 +00:00
ajacoutot
acf3cb55ca Switch to new DEPENDS/WANTLIB/REVISION. 2010-07-25 08:15:32 +00:00
benoit
c838957aa0 - update mercurial to 1.6
- regen PLIST

ok wcmaier@
2010-07-25 07:22:24 +00:00
ajacoutot
2c4cc7ef98 Move to new DEPENDS/WANTLIB/REVISION. 2010-07-25 05:58:31 +00:00
jolan
b5f325fe8d remove; active development stopped 2 years ago and it was never that
great to begin with
2010-07-25 03:01:45 +00:00
jolan
109005f7a0 unlink libbt 2010-07-25 03:00:42 +00:00
jolan
ec2a7b809e drop maintainer 2010-07-25 02:59:44 +00:00
jolan
6e15b97878 ride the last commit and drop main tainter status 2010-07-25 02:18:05 +00:00
jolan
2be47e9399 respect SYSCONFDIR 2010-07-25 02:17:30 +00:00
jolan
38b6438f69 update to 1.0.3; from brad 2010-07-25 02:11:14 +00:00
jolan
2dd8f6d986 update to 2.0.21; from brad 2010-07-25 02:01:47 +00:00
naddy
34837b39ea bump PKGNAME for PLIST changes 4.7 -> 4.8 2010-07-24 23:05:08 +00:00
naddy
30dd457b1e recognize OpenBSD 4.8 2010-07-24 23:01:56 +00:00
sthen
d417aeb2b8 update to 9.0.3 from Daniel Dickman (maintainer), small tweak to
wmname information in README.OpenBSD from me, ok with Daniel.
2010-07-24 22:12:53 +00:00
naddy
8ff5a816ae remove unused variables 2010-07-24 18:30:46 +00:00
ajacoutot
94035b5c61 Move to REVISION. 2010-07-24 17:50:02 +00:00
ajacoutot
0d7890c4e7 Move to new DEPENDS/WANTLIB/REVISION. 2010-07-24 17:43:17 +00:00
ajacoutot
580840e158 Move to REVISION. 2010-07-24 17:36:16 +00:00
bluhm
7ef295fa37 update p5-NetAddr-IP to 4.030 2010-07-24 17:18:33 +00:00
ajacoutot
f7a8b003d0 Try to unfuck a bit glib2 functions with pthreads(3).
Remove the non-blocking flag from the fd passed to
g_daemon_file_input_stream_new(). This is needed because our userland
threads set the fd to non-blocking where g_input_stream_*() functions
are blocking operations.
This fixes the progress bar display and allows to write to remote
directories like ftp, sftp, webdav. Reading from these remote locations
is "somehow" working now too, but there is still something fishy when
copying directories.
You have been warned. However, it's much better than it was.
2010-07-24 16:04:21 +00:00
naddy
0aa15ad152 switch to REVISION 2010-07-24 15:35:40 +00:00
naddy
54cbc4a57e switch to REVISION/EPOCH 2010-07-24 15:29:47 +00:00
jolan
377098d026 add mirror so this is fetchable again 2010-07-24 14:50:07 +00:00
ajacoutot
b1c19cc64f Move to new DEPENDS/WANTLIB/REVISION. 2010-07-24 11:44:17 +00:00
espie
43c7b1a093 use new make feature :QL for safer quoting.
helps getting past shell quoting errors, so that the infrastructure
will report actual trouble (is also simpler than :S/<...>/ for pkgspecs).

REQUIRES CURRENT MAKE TO WORK!!!
2010-07-24 10:35:38 +00:00
ajacoutot
5d0efe2198 Typo which added python as a BUILD_DEPENDS. 2010-07-24 10:18:55 +00:00
sthen
ccb546afb8 update to 1.2.13, from Brad 2010-07-24 09:51:12 +00:00
sthen
04841acf9c plugins-{base,good} require gstreamer-0.10.30; tighten LIB_DEPENDS pkgspec
and bump. pointed out by Brian on ports. ok ajacoutot@
2010-07-24 09:25:01 +00:00