Commit graph

5703 commits

Author SHA1 Message Date
Dirk Meyer
bb2ffb21da - add more etoile modules 2008-06-02 06:17:37 +00:00
Dirk Meyer
de7503e8c6 - cleanup FreeBSD 5.x 2008-06-01 19:22:24 +00:00
Martin Wilke
32d258c7dd Dzen is a general purpose messaging, notification and menuing program
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
2008-06-01 00:08:57 +00:00
Martin Wilke
89ced37426 - Update to 1.12.1 2008-05-29 12:46:49 +00:00
Joe Marcus Clarke
fca9275ff5 Presenting GNOME 2.22.2 for FreeBSD. 2008-05-29 07:00:00 +00:00
Peter Pentchev
b439f25ad8 Update to xvkbd-3.0; also:
- 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.
2008-05-28 21:54:00 +00:00
Jeremy Messenger
e5a13ad6ee Update to 2.22.2. 2008-05-28 20:11:03 +00:00
Edwin Groothuis
392870bf2c ${.CURDIR}/pkg-message -> ${PKGMESSAGE}
Noticed by: flz@

PR:		ports/123966
Submitted by:	Anatoly Borodin <anatoly.borodin@gmail.com>
2008-05-28 13:07:31 +00:00
Edwin Groothuis
ea6e094c43 x11/libxcb: message isn't shown sometimes
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>
2008-05-28 12:30:43 +00:00
Wesley Shields
35822a6c89 Update to 20080527.
Approved by:	garga (mentor, implicit)
2008-05-28 00:46:08 +00:00
Wesley Shields
3ba0fbc88b Update to 20080522.
Approved by:	garga (mentor, implicit)
2008-05-28 00:15:47 +00:00
Martin Wilke
cc42530a87 - Update to 1.12.0 2008-05-27 09:25:43 +00:00
Jeremy Messenger
43de39aaa4 Update to 2.22.2. 2008-05-26 23:21:36 +00:00
Jeremy Messenger
66e0731bd7 Update to 2.22.2. 2008-05-26 22:47:35 +00:00
Jeremy Messenger
a015517fcb Update to 2.22.2. 2008-05-26 21:30:20 +00:00
Jeremy Messenger
e58f451b13 Update to 2.22.2. 2008-05-26 21:17:21 +00:00
Jeremy Messenger
9e5b307d46 Update to 2.22.2. 2008-05-26 21:12:00 +00:00
Ion-Mihai Tetcu
e54edb727e - don't create DOCSDIR if NOPROTDOCS if defined
- bump PORTREVISION

Submitted by:	NO* tindy run :)
2008-05-21 06:32:51 +00:00
Martin Wilke
94170efe88 - Mark BROKEN on 5.x
Reported by:	pavbot
2008-05-19 23:10:03 +00:00
Dirk Meyer
39eead20b9 - fix location of IconKit 2008-05-17 08:48:03 +00:00
Wesley Shields
ed5a201a18 Update to 20080509.
Supports 'grid' command and new examples in the keynavrc.

Approved by:	garga (mentor, implicit)
2008-05-14 20:24:39 +00:00
Jeremy Messenger
104e45c3a8 Update to 2.20.6. 2008-05-14 18:16:22 +00:00
Kirill Ponomarev
7f23ac0736 Update to version 235.
ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_235
2008-05-14 06:01:23 +00:00
Florent Thoumie
891d746874 Fix USE_XORG in preparation of ports/122340. Since USE_IMAKE is bringing in
all xorg-libraries, there's no need to bump PORTREVISION for now.

Approved by:	portmgr (self)
2008-05-13 10:27:09 +00:00
MANTANI Nobutaka
8f2fa6421e - Chase libuim shared library version bump.
- Fix build error for WITH_UIM.
2008-05-11 13:22:35 +00:00
Dirk Meyer
c875190f74 - update to etoile 0.2 2008-05-11 13:21:59 +00:00
Martin Wilke
de78177676 Eagle Mode is an advanced solution for a futuristic style of
man-machine communication, in which the user can visit almost
everything simply by zooming in. It has a professional file manager,
file viewers and players for most of the common file types, a chess
game, a 3D mines game, a multi-function clock and some fractal fun,
all integrated in a virtual cosmos. By featuring a separate
popup-zoomed control view, help texts in the things they are
describing, editable bookmarks, multiple input methods, fast
anti-aliased graphics, a virtually unlimited depth of panel tree,
and by its portable C++ API, Eagle Mode aims to be a cutting edge
of zoomable user interfaces.

WWW: http://eaglemode.sourceforge.net

PR:		ports/123244
Submitted by:	Dmitry Marakasov <amdmi3 at amdmi3.ru>
2008-05-08 12:06:03 +00:00
Ion-Mihai Tetcu
6e1ae3ebe1 Update to 1.1:
"This release requires xcb-proto 1.1, due to the addition of the
extension-multiword attribute to the XML schema.

Enhancements:
* Print a backtrace, if possible, on locking assertion failures.
* Skip abort() on locking assertions if LIBXCB_ALLOW_SLOPPY_LOCK is set.
* xcb_poll_for_event: Return already-read events before reading again.
* Output a configuration summary at the end of ./configure.

Bug fixes:
* Don't hold the xlib-xcb lock while sleeping: that allows deadlock.
* Allow unix:<screen> style display names again.
* Bug #9119: test xcb_popcount
* Fix unit tests for FreeBSD
* NetBSD doesn't have AI_ADDRCONFIG: use it only if it's available.
* Require libXau >= 0.99.2; earlier versions have a broken .pc file
* Use substitition variables in xcb-xinerama.pc.in
* Update autogen.sh to one that does objdir != srcdir
* Add tools/* and autogen.sh to EXTRA_DIST.
* Doxygen can now be fully disabled if desired.

Documentation improvements:
* Many fixes and updates to the tutorial.
* Iterators, requests, and replies get partial Doxygen documentation."

PR:		ports/122564
Submitted by:	bf <bf2006a@yahoo.com>
Approved by:	maintainer
2008-05-07 14:23:17 +00:00
Ion-Mihai Tetcu
3d8d90a2ae Update to 1.1:
Incompatible change to the XML schema: rather than special-casing the
treatment of protocol extension names, use the new extension-multiword
attribute. Normally, XCB prefixes C extension functions with
xcb_extname_. However, some of the existing extensions used multi-word
names, such as xcb_big_requests_ or xcb_xc_misc_. Those extensions now
use this attribute to match their existing defined API. This allows the
XCB code generator to avoid special-casing those extension names.

Protocol updates:
* Update DAMAGE to 1.1
* Update RandR to version 1.2

Bug fixes:
* fix XSync Initialize call
* Update autogen.sh to one that does objdir != srcdir.

PR:		ports/122559
Submitted by:	bf <bf2006a@yahoo.com>
Approved by:	maintainer
2008-05-07 14:22:25 +00:00
Pietro Cerutti
90eeac03c9 - Chase x11-wm/epplets SHLIB version bump
- Bump portrevision

Approved by:	miwi (mentor)
2008-05-05 20:38:43 +00:00
Dirk Meyer
e15eb67265 - fix build for option WITH_GNUSTEP_DEVEL 2008-05-05 14:38:25 +00:00
Wesley Shields
8eb5a11909 Update to 20080501.
Submitted by:	miwi (portscout)
Approved by:	garga (maintainer, implicit)
2008-05-02 21:51:37 +00:00
Martin Wilke
64987044a4 YeahConsole turns an xterm into a gamelike console.
This means it will slide down from top of your screen
if you hit a shortcut key.

WWW: http://phrat.de/yeahtools.html

PR:		ports/123252
Submitted by:	Dmitry Klimov <lazyklimm@gmail.com>
2008-05-02 19:20:41 +00:00
Martin Wilke
49bf07ff24 Terminator is a Python terminal program, using the same widget as
gnome-terminal to provide a tiled set of terminals in as little
space as possible.

WWW:	http://www.tenshu.net/terminator/

PR:		ports/122489
Submitted by:	Thomas Hurst <tom at hur.st>
2008-04-30 08:22:00 +00:00
Renato Botelho
1c13efaf17 - Fixed pkg-descr
- Change simple patch to reinplace_cmd
2008-04-29 19:29:38 +00:00
Dirk Meyer
42a02b65ef - take maintainership
Approved by:	maintainer
2008-04-29 17:55:54 +00:00
Martin Wilke
ebdd0ffc0a - Fix maintainer
Approved by:	maintainer implicit
2008-04-29 13:14:00 +00:00
Mark Linimon
e21f53b16f Reset jylefort's port maintainerships. portmgr has taken his commit bit
into safekeeping due to inactivity.
2008-04-29 05:11:44 +00:00
Martin Wilke
10414ccec5 - Fix build after xorg cleanup
Submitted by:	pointyhat
2008-04-22 08:33:35 +00:00
Martin Wilke
89b628bc8e - Fix build after xorg cleanup
Submitted by:	pointyhat
2008-04-20 22:27:05 +00:00
Martin Wilke
b77ec223e8 - Fix build after xorg cleanup
Submitted by:	pointyhat
2008-04-20 17:49:34 +00:00
Joe Marcus Clarke
ea04fbd2c1 Update to 2.22.1.3. 2008-04-20 00:42:32 +00:00
Martin Wilke
3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00
Marcelo Araujo
4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
2008-04-17 14:30:31 +00:00
Michael Johnson
0a0d976ca7 Add babl
Babl is a dynamic, any to any, pixel format conversion library. It
provides conversions between the myriad of buffer types images can be
stored in. Babl doesn't only help with existing pixel formats, but also
facilitates creation of new and uncommon ones.

WWW: http://www.gegl.org/babl/
2008-04-15 01:48:26 +00:00
Andrew Pantyukhin
70cdbb5b17 - Update to 0.8
PR:		ports/121767
Submitted by:	Daniel Roethlisberger <daniel@roe.ch>
2008-04-14 11:08:22 +00:00
Renato Botelho
794d97b8fe - Remove BROKEN since it's working again on amd64 (tested on 7-STABLE)
- Take maintainership
2008-04-13 17:33:02 +00:00
Christian Weisgerber
a0f1b38ae2 Do not link against libttf (from print/freetype) if it happens to be
installed.
2008-04-13 13:57:36 +00:00
Stanislav Sedov
b801992581 - Add x11/e17-module-bling port,
an E17 composite manager module.

PR:		ports/99359 (based on)
Submitted by:	me
2008-04-13 09:32:16 +00:00
Emanuel Haupt
deb298071b Change maintainers e-mail address.
Requested over:		IRC
2008-04-10 16:11:24 +00:00