| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=213870
|
|
|
|
| |
Notes:
svn path=/head/; revision=213853
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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.
Notes:
svn path=/head/; revision=213831
|
|
|
|
| |
Notes:
svn path=/head/; revision=213824
|
|
|
|
|
|
|
|
|
|
| |
Noticed by: flz@
PR: ports/123966
Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com>
Notes:
svn path=/head/; revision=213810
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=213801
|
|
|
|
|
|
|
| |
Approved by: garga (mentor, implicit)
Notes:
svn path=/head/; revision=213794
|
|
|
|
|
|
|
| |
Approved by: garga (mentor, implicit)
Notes:
svn path=/head/; revision=213792
|
|
|
|
| |
Notes:
svn path=/head/; revision=213769
|
|
|
|
| |
Notes:
svn path=/head/; revision=213726
|
|
|
|
| |
Notes:
svn path=/head/; revision=213721
|
|
|
|
| |
Notes:
svn path=/head/; revision=213716
|
|
|
|
| |
Notes:
svn path=/head/; revision=213715
|
|
|
|
| |
Notes:
svn path=/head/; revision=213714
|
|
|
|
|
|
|
|
|
| |
- bump PORTREVISION
Submitted by: NO* tindy run :)
Notes:
svn path=/head/; revision=213445
|
|
|
|
|
|
|
| |
Reported by: pavbot
Notes:
svn path=/head/; revision=213363
|
|
|
|
| |
Notes:
svn path=/head/; revision=213184
|
|
|
|
|
|
|
|
|
| |
Supports 'grid' command and new examples in the keynavrc.
Approved by: garga (mentor, implicit)
Notes:
svn path=/head/; revision=213063
|
|
|
|
| |
Notes:
svn path=/head/; revision=213046
|
|
|
|
|
|
|
| |
ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_235
Notes:
svn path=/head/; revision=213014
|
|
|
|
|
|
|
|
|
| |
all xorg-libraries, there's no need to bump PORTREVISION for now.
Approved by: portmgr (self)
Notes:
svn path=/head/; revision=212982
|
|
|
|
|
|
|
| |
- Fix build error for WITH_UIM.
Notes:
svn path=/head/; revision=212907
|
|
|
|
| |
Notes:
svn path=/head/; revision=212906
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=212834
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
"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
Notes:
svn path=/head/; revision=212801
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=212800
|
|
|
|
|
|
|
|
|
| |
- Bump portrevision
Approved by: miwi (mentor)
Notes:
svn path=/head/; revision=212687
|
|
|
|
| |
Notes:
svn path=/head/; revision=212659
|
|
|
|
|
|
|
|
| |
Submitted by: miwi (portscout)
Approved by: garga (maintainer, implicit)
Notes:
svn path=/head/; revision=212506
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=212491
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=212330
|
|
|
|
|
|
|
| |
- Change simple patch to reinplace_cmd
Notes:
svn path=/head/; revision=212283
|
|
|
|
|
|
|
| |
Approved by: maintainer
Notes:
svn path=/head/; revision=212272
|
|
|
|
|
|
|
| |
Approved by: maintainer implicit
Notes:
svn path=/head/; revision=212254
|
|
|
|
|
|
|
| |
into safekeeping due to inactivity.
Notes:
svn path=/head/; revision=212200
|
|
|
|
|
|
|
| |
Submitted by: pointyhat
Notes:
svn path=/head/; revision=211751
|
|
|
|
|
|
|
| |
Submitted by: pointyhat
Notes:
svn path=/head/; revision=211678
|
|
|
|
|
|
|
| |
Submitted by: pointyhat
Notes:
svn path=/head/; revision=211670
|
|
|
|
| |
Notes:
svn path=/head/; revision=211639
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
Notes:
svn path=/head/; revision=211584
|
|
|
|
|
|
|
|
|
|
|
|
| |
${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)
Notes:
svn path=/head/; revision=211450
|
|
|
|
|
|
|
|
|
|
|
|
| |
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/
Notes:
svn path=/head/; revision=211278
|
|
|
|
|
|
|
|
| |
PR: ports/121767
Submitted by: Daniel Roethlisberger <daniel@roe.ch>
Notes:
svn path=/head/; revision=211238
|
|
|
|
|
|
|
| |
- Take maintainership
Notes:
svn path=/head/; revision=211179
|
|
|
|
|
|
|
| |
installed.
Notes:
svn path=/head/; revision=211171
|
|
|
|
|
|
|
|
|
|
| |
an E17 composite manager module.
PR: ports/99359 (based on)
Submitted by: me
Notes:
svn path=/head/; revision=211155
|
|
|
|
|
|
|
| |
Requested over: IRC
Notes:
svn path=/head/; revision=211013
|
|
|
|
| |
Notes:
svn path=/head/; revision=211012
|
|
|
|
| |
Notes:
svn path=/head/; revision=210956
|
|
|
|
| |
Notes:
svn path=/head/; revision=210943
|