Commit Graph

51906 Commits

Author SHA1 Message Date
ajacoutot
bfdf026dc7 Add the -server subpackage as a run dependency of the -main one.
This way, the frozen-bubble client works out-of-the-box for LAN games
(the client auto starts the server if it cannot find one on the local
net).

James Wright (maintainer) is ok with it.
ok sthen@
2009-08-16 12:29:21 +00:00
ajacoutot
4e83c22020 spelling: Cyrrilic -> Cyrillic 2009-08-16 12:19:42 +00:00
jsg
e9acc9f4a7 Ignore bounded attribute and kprintf format for now, to reduce the number
of warnings we don't care about.

ok sthen@
2009-08-16 09:54:28 +00:00
jolan
3ae931a616 +pecl-{rar,zip} 2009-08-16 06:40:57 +00:00
jolan
7d5a0a6b9e pecl-zip-1.10.2, PHP support for zip archives 2009-08-16 06:39:51 +00:00
jolan
a66fd8872f pecl-rar-1.0.0, PHP support for rar archives 2009-08-16 06:39:12 +00:00
jolan
768c9d1247 +pecl-imagick 2009-08-16 05:51:33 +00:00
jolan
8815be539f pecl-imagick-2.3.0, PHP support for the ImageMagick library 2009-08-16 05:50:30 +00:00
espie
791d753ead make internals more consistent 2009-08-16 03:24:28 +00:00
rui
21e86d16c8 Stop lying, drop maintainership and bump. 2009-08-15 23:46:40 +00:00
ajacoutot
e2f20e0c4a Fix xdg-open when the URL passed contains a '#' (Freedesktop Bug 23319).
from FreeBSD
2009-08-15 23:14:15 +00:00
ajacoutot
2d1c76246b Hmm, it seems my reminder text file does not work out anymore, I need a
bump on the head!
Don't try building the (removed) aterm,lite flavor anymore.

bump on the head from naddy@, thanks!
2009-08-15 22:36:58 +00:00
jolan
fb6de31937 +luaexpat 2009-08-15 18:19:58 +00:00
jolan
9b086db4cb luaexpat-1.1, lua library for the expat XML parser
from scott vokes
2009-08-15 18:19:02 +00:00
ajacoutot
e81c743dde Update to f-spot-0.6.0.0.
This is just so that it does not rot forever outdated into the tree, it is
still broken and I haven't found time to look into it yet...
2009-08-15 17:40:05 +00:00
jolan
4609e89a8c +coxpcall 2009-08-15 17:35:25 +00:00
jolan
f3814257bc coxpcall-1.13.0 - encapsulate protected Lua calls with a coroutine
based loop; from scott vokes
2009-08-15 17:34:36 +00:00
jsg
3e63100c73 Update to 0.73 and depend on gcc4 as this won't compile
with either of our old in tree versions of gcc.

No thanks to cwm for requiring keyboard pointer control keys
to be forcibly unmapped via a configuration file for
keen to be playable.
2009-08-15 17:22:46 +00:00
ajacoutot
88897abe92 Remove the "lite" flavor as jpeg and png support are never compiled in
anyway (it needs libafterstep).
While here, precise GPL version and rename a flavored patch.

On a side note, this port could seriously use an update...

ok sthen@
2009-08-15 16:40:27 +00:00
espie
6c72e857bf +workflow, + views_bulk_operations 2009-08-15 12:58:19 +00:00
espie
86498773fd vbo, from Stephen
(likewise, I had this mostly ready, though I don't use it)
2009-08-15 12:57:03 +00:00
espie
7bbf3a6bdc workflow, from Stephen A. Rickrauer
(I have toyed with this in the past, seeing it in the submission queue
means there's a need).
2009-08-15 12:56:30 +00:00
espie
c66ef3ab79 start building the _Ports view. 2009-08-15 12:43:58 +00:00
sthen
4f04a13f91 +netbsd-iscsi-target 2009-08-15 10:47:34 +00:00
sthen
5cbc3d201a import the portable version of netbsd's iSCSI target. port req'd by dlg@
iSCSI is an IETF standard (RFC 3720) for remote access to block-level
storage.  It can be thought of as similar to NFS, except that an NFS
server exports files; the iSCSI target exports blocks to the iSCSI
initiators, which are the clients.

To set up the target, you need to edit the /etc/iscsi/targets file.
It has a certain layout, to provide a means of (a) mirroring and (b)
combining multiple areas to present one large contiguous area of
storage.  This can be multiply-layered.
2009-08-15 10:46:59 +00:00
sthen
54b6380e84 update to 1.5.2, Don Jackson (maintainer) can't test now but basically
ok with the update.
2009-08-15 08:50:21 +00:00
jolan
0d2546477f +pecl-phar 2009-08-15 01:22:30 +00:00
jolan
722cf3c5b7 pecl-phar-2.0.0, support for PHP archives (.phar) 2009-08-15 01:20:51 +00:00
sthen
55c1a1a17a fix pkg/DESCR typo 2009-08-15 01:03:33 +00:00
sthen
cef2eca5d4 Add gnutls support, bump PKGNAME. 2009-08-15 00:06:45 +00:00
sthen
086a0298a0 Adjust the regex which matches file(1) output so that set[ug]id files
can be detected as being binaries for update-plist. ok espie@
2009-08-14 22:41:13 +00:00
jsg
239da3ad64 We need to define -DUNIX_HAS_SUN_LEN for AF_UNIX sockets to
get initialised correctly.

From Daniel Silverstone.
2009-08-14 20:35:32 +00:00
naddy
10431b38d1 SECURITY FIX
Resolves CVE-2008-5718, diff from upstream

reminded by Brad
2009-08-14 19:09:22 +00:00
ajacoutot
bb0751ae75 Minor update to xsane-0.997.
Changes:
"The code was adapted to work better with newer versions of GTK+.
Several gdk_drawable_unref() calls were added. Several other minor
modifications were made."
2009-08-14 18:49:54 +00:00
sthen
4d377a7b06 adjust the various PKGNAMEs into compliance with packages-specs(7);
ok merdely@
2009-08-14 17:56:16 +00:00
jakob
7a94938e5b upgrade to LDNS v1.6.1 2009-08-14 15:00:44 +00:00
espie
e38f1a0ab8 consistent capitalization 2009-08-14 14:02:11 +00:00
espie
99251f39f3 let sqlitebrowser see views as well as tables. 2009-08-14 12:44:26 +00:00
espie
ed5d8b0ec0 create views for most of the subsidiary tables 2009-08-14 12:41:56 +00:00
sthen
e122efb23b - update to 0.2.5; minor fixes and improvements
- take MAINTAINER

ok avsm@ (former maintainer).
2009-08-14 11:32:46 +00:00
espie
4cbecf28d7 create the ports table in the same way 2009-08-14 11:31:37 +00:00
espie
7eba8edd1b higher level table creation for individual tables except Ports:
create column objects, and ask the inserter to "render" them.
2009-08-14 10:45:52 +00:00
giovanni
929e42803c Update to 2.6.2
ok jasper@
2009-08-14 10:09:38 +00:00
pea
18b8223cb8 Update to 0.12.5.
Included a patch from stsp@ that fixes SRV lookup (thanks).

ok ajacoutot@, jasper@
2009-08-14 09:36:30 +00:00
espie
58802f858c even though sqlite doesn't really care, this fixes the column types and adds
foreign key constraints to all the sql compact stuff.
2009-08-14 09:23:10 +00:00
pea
aaa6328111 Update to 1.10.0
ok landry@
2009-08-14 09:22:20 +00:00
sthen
8df91258af +nmzmail 2009-08-14 00:04:02 +00:00
sthen
398dbe3e47 +namazu 2009-08-14 00:03:36 +00:00
stsp
2f932d574b In the examples section of the pptp man page, use hostnames that
don't resolve, use private IP addresses, and force replacement
of default routes.

input and ok sobrado@, jmc@, naddy@
2009-08-14 00:02:54 +00:00
sthen
df3f6cbd7e import mail/nmzmail:
nmzmail is a tool to use the namazu search engine from within the
mutt mail client to search mail stored in maildir folders. Based
on the result of the namazu query, nmzmail generates a maildir
folder containing symbolic links to the mails matching the query.
A simple mutt macro makes it easy to use nmzmail from within mutt.

nmzmail is pretty similar to mairix, but the code is much simpler,
as it uses an external program as search engine.
2009-08-14 00:02:10 +00:00