also work with other window managers.
The goal is to keep a clean and unintrusive look with lightweight code and
compliance with freedesktop specifications.
Tint taskbar features
* color/transparency on font, icon, border and background
* customize mouse event
* drag and drop task between desktop and switch desktop
Tint panel features
* clock with font, color and transparency
* multi-monitor : panel position adjust to monitor, taskbar by monitor
WWW: http://code.google.com/p/tint2/
If there is no X client owning the selection it just exits.
Useful for scripts where you can query the X selection
without pressing mouse Button2 in cumbersome ways.
WWW: http://www.suckless.org/programs/sselp.html
PR: ports/125770
Submitted by: Julien Laffaye <kimelto at gmail.com>
("root") window on a workstation display running X.
bgs uses imlib2 for image rendering and rotates the images automaticly.
It is made for dynamic Xinerama/Xrandr setups such as used with notebooks,
but it works very fine in any setup.
PR: ports/125601
Submitted by: Julien Laffaye <kimelto at gmail.com>
- ${RUBY_SITEARCHLIBDIR} -> ${RUBY_SITEARCHLIBDIR:S/${PREFIX}/${LOCALBASE}/}
in the *_DEPENDS, that way it will finding correct file when I tweak the
PREFIX.
- NOPORTDOCS -> NOPORTEXAMPLES on example/demo/test files.
- Fixes issue: x11/electricsheep works incorrectly on multiple
monitors setup on nvidia cards with the TwinView option set.
PR: ports/124761
Submitted by: Eugene M. Zheganin <emz@norma.perm.ru>
Approved by: David Yeske <dyeske@gmail.com> (maintainer)
merely pick up and help him. Thanks to many testers in both private and
mailing list emails for report a few of build and dependencies problems.
Also, thanks to marcus and Chess Griffin for test in their tinderboxes.
x11/pixman: Update to 0.10.0
-------------------------------------------------------
Firefox 3 needs it. Orignal, the shared library was bumped and ahze has
added a new feature in our USE_GNOME=ltverhack by can control the number
of shared library. To control the number of shared library, add the
ltverhack:N. Right now pixman has USE_GNOME=ltverhack:9 to make it stays
same at libpixman-1.so.9. If anyone want to use ltverhack:N in one of your
port, you need to make sure the ABI doesn't change to use it..
-------------------------------------------------------
graphics/cairo: Update to 1.6.4
-------------------------------------------------------
Firefox 3 needs it. We have updated most cairo binding ports too.
-------------------------------------------------------
graphics/poppler: Update to 0.8.3
-------------------------------------------------------
The shared libraries version have been changed. All ports that depend on
poppler have PORTREVISION bump. The graphics/py-poppler has been updated
to 0.8.1 to work with newer poppler better. As for the poppler-qt, there
is no shared library version change.
-------------------------------------------------------
www/firefox3 and gecko ports related: Update to 3.0 final
-------------------------------------------------------
The bsd.gecko.mk has been moved from www/mozilla/ to Mk/. You no longer
need to include bsd.gecko.mk/Makefile.common by manual. We are keeping it
in backward compatibility, so the rest ports won't be break. We haven't
add some other ports to have Firefox 3 support yet, so feel free to send
us patch or commit it by yourself (to committers). However, view in
bsd.gecko.mk for document.
-------------------------------------------------------
Approved by: portmgr (marcus)
After my change to the CTRL() macro, the kpty code sets improper values
to various control keys. Change the kpty code to use the constants from
<sys/ttydefaults.h>.
Approved by: philip (mentor)
- Mark port as deprecated (Website has disappeared, seems project development has been discontinued.)
PR: 124377
Submitted by: Max Brazhnikov <makc@issp.ac.ru> (maintainer)
underlying session. This is very similar to how many Linux distributions
integrate seahorse-agent with GNOME.
PR: 124398
Submitted by: Robert Noland <rnoland@2hip.net>
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
This practically brings it up to BDECFLAGS with the exception of
-Wunused-parameter -Wcast-qual -Wwrite-strings -Wbad-function-cast.
Fix the manual page - escape ("\-") a lot of minus signs in command-line
options and literal values so that groff does not try to convert them to
hyphens, thus breaking the ability to copy them directly from the manpage
to the command line.
Bump PORTREVISION.
for X11. It was desigend to be scriptable in any language and
integrate well with window managers like dwm, wmii and xmonad though
it will work with any windowmanger.
WWW: http://gotmor.googlepages.com/dzen
PR: ports/124011
Submitted by: Morten Slot Kristensen
- add a couple of "just in case" string routine fixes - use of snprintf() or
strncpy() where appropriate;
- add some more sscanf() result code checking where needed;
- fix the build when XTEST is not selected;
- change all references to /usr/dict/words to /usr/share/dict/words instead;
- fix a small error in the text of an error message.
When installing x11/libxcb pkg-message may not be shown if
/usr/obj is used and /usr/obj/usr/ports/x11/libxcb dir
exist.
PR: ports/123966
Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com>