5271 Commits

Author SHA1 Message Date
kili
c6479abcee Xmonad is a tiling window manager for X. Windows are arranged
automatically to tile the screen without gaps or overlap, maximising
screen use. All features of the window manager are accessible from
the keyboard: a mouse is strictly optional. Xmonad is written and
extensible in Haskell. Custom layout algorithms, and other extensions,
may be written by the user in config files. Layouts are applied
dynamically, and different layouts may be used on each workspace.
Xinerama is fully supported, allowing windows to be tiled on several
screens. A guiding principle of the design is predictability: users
should know in advance precisely the window arrangement that will
result from any action, leading to a simpler user interface.
2007-09-01 22:18:41 +00:00
kili
0a26acd988 Add hs-x11-extras 2007-09-01 22:14:15 +00:00
kili
7ead46ad50 The X11 extra bindings for GHC expose more of X11 to the Haskell
world than the X11 libraries shipped with GHC.
2007-09-01 22:13:42 +00:00
jasper
ee36d3dde2 fix lib_depends 2007-08-30 13:04:15 +00:00
jasper
2fe4726b2d - update mowitz to 0.3.0
- remove NO_REGRESS
2007-08-30 07:41:33 +00:00
jasper
c4ba9ef432 - update neXtaw to 0.15.1
- remove NO_REGRESS
2007-08-30 07:40:41 +00:00
jasper
a0daef140e update dbus-python to 0.82.2
from Lars Hansson
2007-08-29 16:31:00 +00:00
espie
41dd9394d6 minor update to 4.3.1. Had this in my tree for a while, totally forgot about
it...
2007-08-29 12:30:58 +00:00
ajacoutot
93bed7a0a8 - minor update to openbox-3.4.4 2007-08-27 11:49:23 +00:00
ajacoutot
d65dfa1244 * cleanup (no package change):
- don't copy fonts.dir in WRKINST (fonts.dir is handled by pkg tools)
- remove quotes around COMMENT
- remove USE_X11 where not needed
2007-08-27 10:39:21 +00:00
ajacoutot
cdbcf2a56a - add amd64 to supported archs after several success reports 2007-08-26 21:49:07 +00:00
mbalmer
d2a5a8b95f Fix a problem where hitting Alt and Tabulator to cycle through windows,
pekwm crashes and dumps core.

This fix was backported from the pekwm svn repo.

From maintainer via Simon Kuhnle <simon@blarzwurst.de>
2007-08-26 19:21:07 +00:00
aanriot
1115acbb79 remove cwm, which was COMES_WITH=4.2 .
"go ahead" naddy@
2007-08-26 19:02:16 +00:00
aanriot
6fb2fb36c3 disconnect cwm. 2007-08-26 18:59:34 +00:00
jasper
787fb96f08 prevents bulk builds from hanging.
spotted by and ok mbalmber@
2007-08-25 11:17:40 +00:00
jasper
fa4f3009b4 py-Xlib also belongs in RUN_DEPENDS
spotted by Simon Kuhnle

ok martynas@
2007-08-25 11:14:40 +00:00
mglocker
97574ea6df Fixes WPrefs crash when choosing WPrefs Menu Definition. Patch from
Pedro Martelletto:

Revision 1.4 of x11/windowmaker/patches/patch-WINGs_string_c uncovered
a bug in WPrefs, WindowMaker's configuration tool. The bug can be easily
triggered by choosing the 'Applications Menu Definition' dialogue.

The problem is that WPrefs code relied on the fact that the first token
in the array would not be free'd by wtokenfree(), a misbehaviour which
was correctly addressed in the aforementioned change.

Tested by some, and OK jasper@ before ports tree lock.
2007-08-25 09:27:12 +00:00
espie
ba6fc509e6 CVE-2007-4224
CVE-2007-3820
2007-08-25 08:03:02 +00:00
mbalmer
ac972517c3 Change master site to match distinfo/distfile (openmotif people rerolled
a new tarball without bumping the version number).

ok espie, naddy
2007-08-14 14:19:11 +00:00
kurt
f0a10c95ff fix kded startup crash when launched from start_kdeinit due to undefined
symbols. okay espie@
2007-08-10 16:07:28 +00:00
ajacoutot
c60fc548e4 - update to xfe-1.00
ok espie@
2007-08-10 12:50:33 +00:00
ajacoutot
12ceff9744 - fix DEPENDS now that fox has xft enabled
ok espie@
2007-08-10 12:48:07 +00:00
steven
8c2a16ad49 drop version numbers on qtruby bindings.
problem reported by Jeremy Evans <openbsd at jeremyevans.net>

ok espie
2007-08-08 22:49:33 +00:00
kurt
4c29196332 - fix installation of dlllablgtk.so (respect DESTDIR)
- install .o files on 'native' arch
okay pvalchev@
2007-08-07 17:02:59 +00:00
steven
6964b4b6a1 add missing dependency on the nspr libraries.
ok pval
2007-08-07 15:18:22 +00:00
naddy
dd7806fdfa LP64 fix, tested by jakemsr@ 2007-08-05 13:43:39 +00:00
ajacoutot
237e6e5e55 - remove BUILD_DEPENDS=::graphics/jpeg
it has been useless for a long time and only confuses people (as we have
another BUILD_DEPENDS line right after this one)
no binary change of course

noticed by Markus Lude <markus.lude at gmx dot de>
"go ahead" espie@
2007-08-05 12:31:20 +00:00
ajacoutot
3a5d95cfc8 - following kili@'s change on print/ghostscript/gnu-fonts:
pkg tools now deal with fonts.dir -- installing it explicitely
will cause pkg_delete to leave a partial package around.

ok espie@
2007-08-04 20:43:38 +00:00
bernd
9b0c253c15 Add @conflict markers for the following conflicts:
devtodo-0.1.17p1,openmotif-demos-2.3.0
        /usr/local/bin/todo
gnokii-0.6.14p2,gnokii-0.6.14p2-no_x11,smstools-3.0.9
        /usr/local/bin/sendsms
openmotif-demos-2.3.0,tree-0.61
        /usr/local/bin/tree

ok espie@
2007-08-03 17:42:45 +00:00
kili
ace9ce5ead SECURITY: CVE-2007-3387.
While here, tweak WANTLIB (+print/libpaper) and remove quotes from
COMMENT.

go for it, espie@
2007-08-03 00:46:29 +00:00
kili
fd22f8d1db SECURITY: CVE-2007-3387.
While here, tweak WANTLIB (+print/libpaper) and remove quotes from
COMMENT.

go for it, espie@
2007-08-03 00:37:55 +00:00
steven
aebe5ebec0 +xsel 2007-08-01 05:14:23 +00:00
steven
04cc0dc201 import xsel 0.9.6
XSel is a command-line program for getting and setting the contents of
the X selection. Normally this is only accessible by manually
highlighting information and pasting it with the middle mouse button.
2007-08-01 05:13:44 +00:00
steven
125eedcb43 remove obsolete tcl and tk 8.0
ok naddy@
2007-07-30 16:59:54 +00:00
kili
3a4baef1a3 +gmrun 2007-07-29 18:48:08 +00:00
kili
7336a13893 This tool is a simple "run-program" window, something like "xrun"
or "gnome-run". However, those other tools don't have some nice and
important features: the very useful feature that allows one to use
it with keyboard only, and to be fast enough.

Testing, some corrections, and ok, ajacoutot@
2007-07-29 18:47:29 +00:00
kili
f1e3714e91 Update to 4.3, add dmenu to RUN_DEPENDS, and pass maintainership
to Jim Razmus, who actually uses this WM for real. From new maintainer.

While here, remove quotes from COMMENT.
2007-07-29 17:26:10 +00:00
ajacoutot
8491753a36 +gnumail 2007-07-29 14:37:17 +00:00
ajacoutot
9d89dc3727 Import gnumail-1.2.0pre3
GNUMail is a fully featured mail application.
It uses the GNUstep development framework or Apple Cocoa, which is based
on the OpenStep specification provided by NeXT, Inc.
GNUMail was written from scratch. It uses Pantomime as its mail handling
framework.
2007-07-29 14:36:36 +00:00
ajacoutot
6b78ca6506 +pantomime 2007-07-29 14:16:18 +00:00
ajacoutot
614865b314 Import pantomime-1.2.0pre3
Pantomime provides a set of Objective-C classes that model a mail
system. Pantomime can be seen as a JavaMail 1.2 clone written in
Objective-C. The C language is only used where performance is critical.
Pantomime uses a little bit of ELM code.

Pantomime provides the following features (and more):
 * a full MIME encoder and decoder
 * a "folder view" to local mailboxes (Berkeley Format), POP3 accounts
   or IMAP mailboxes
 * a powerful API to work on all aspects of Message objects
 * a local mailer and a SMTP conduit for sending messages
 * APOP and SMTP AUTH support
 * IMAP and POP3 URL Scheme support
 * iconv and Core Foundation support
 * UNIX mbox and maildir support
 * SSL/TLS support for IMAP, POP3 and SMTP
2007-07-29 14:15:31 +00:00
ajacoutot
db97ea44eb - update to obconf-2.0.2 2007-07-29 13:04:19 +00:00
ajacoutot
42a5540f62 - update to openbox-3.4.3 2007-07-29 13:02:32 +00:00
naddy
b6813cc05f bump package name due to OSREV increment 2007-07-28 14:08:08 +00:00
naddy
1eca1c3e96 bump package name due to OSREV increment 2007-07-27 22:01:38 +00:00
naddy
7682bff9fd bump package name to accommodate OpenBSD 4.1 -> 4.2 change in MODRUBY_ARCH 2007-07-27 19:17:11 +00:00
ajacoutot
5bc8aad221 - fix checksum
spotted by sturm@
2007-07-26 07:20:46 +00:00
ajacoutot
ab8dec4276 +addresses 2007-07-25 06:19:10 +00:00
ajacoutot
eb7f3763ab Import addresses-0.4.7
Addresses for GNUstep is a versatile address book application for
managing contact information. It stores addresses, phone numbers,
pictures, instant messaging information, email, homepages and whatever.

Addresses is also a framework that allows access to the addresses
database in a way that is source code compatible with Apple's
AddressBook.framework. It also contains a view framework to facilitate
the construction of applications that use the contact database.
2007-07-25 06:18:27 +00:00
ajacoutot
d577c6b236 - enable gnustep (-make, -base, -gui, -back, -examples)
(note that you *need* a very current system with threaded libobjc before
compiling/using gnustep-*)

no objection from jasper@ and robert@
2007-07-25 06:14:48 +00:00