/games/p5-Games-Bingo-Print/

r> cgit logo index : freebsd-ports-graphics
FreeBSD graphics obsolete development ports (https://github.com/freebsd/freebsd-ports-graphics)
aboutsummaryrefslogtreecommitdiffstats
path: root/x11
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.12.1miwi2008-05-292-4/+4
|
* Presenting GNOME 2.22.2 for FreeBSD.marcus2008-05-291-1/+1
|
* Update to xvkbd-3.0; also:roam2008-05-296-6/+270
| | | | | | | | | - 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.
* Update to 2.22.2.mezz2008-05-293-5/+64
|
* ${.CURDIR}/pkg-message -> ${PKGMESSAGE}edwin2008-05-281-1/+1
| | | | | | | Noticed by: flz@ PR: ports/123966 Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com>
* x11/libxcb: message isn't shown sometimesedwin2008-05-281-1/+1
| | | | | | | | | 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>
* Update to 20080527.wxs2008-05-282-5/+7
| | | | Approved by: garga (mentor, implicit)
* Update to 20080522.wxs2008-05-282-6/+5
| | | | Approved by: garga (mentor, implicit)
* - Update to 1.12.0miwi2008-05-273-4/+6
|
* Update to 2.22.2.mezz2008-05-272-5/+4
|
* Update to 2.22.2.mezz2008-05-273-6/+8
|
* Update to 2.22.2.mezz2008-05-273-8/+7
|
* Update to 2.22.2.mezz2008-05-272-6/+5
|
* Update to 2.22.2.mezz2008-05-272-6/+5
|
* - don't create DOCSDIR if NOPROTDOCS if defineditetcu2008-05-211-2/+2
| | | | | | - bump PORTREVISION Submitted by: NO* tindy run :)
* - Mark BROKEN on 5.xmiwi2008-05-201-0/+4
| | | | Reported by: pavbot
* - fix location of IconKitdinoex2008-05-172-2/+2
|
* Update to 20080509.wxs2008-05-152-4/+4
| | | | | | Supports 'grid' command and new examples in the keynavrc. Approved by: garga (mentor, implicit)
* Update to 2.20.6.mezz2008-05-152-4/+4
|
* Update to version 235.krion2008-05-142-4/+4
| | | | ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_235
* Fix USE_XORG in preparation of ports/122340. Since USE_IMAKE is bringing inflz2008-05-131-1/+1
| | | | | | all xorg-libraries, there's no need to bump PORTREVISION for now. Approved by: portmgr (self)
* - Chase libuim shared library version bump.nobutaka2008-05-112-1/+11
| | | | - Fix build error for WITH_UIM.
* - update to etoile 0.2dinoex2008-05-115-25/+37
|
* Eagle Mode is an advanced solution for a futuristic style ofmiwi2008-05-088-0/+565
| | | | | | | | | | | | | | | | | | 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>
* Update to 1.1:itetcu2008-05-074-7/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "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
* Update to 1.1:itetcu2008-05-073-5/+4
| | | | | | | | | | | | | | | | | | | | | | 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
* - Chase x11-wm/epplets SHLIB version bumpgahr2008-05-062-4/+4
| | | | | | - Bump portrevision Approved by: miwi (mentor)
* - fix build for option WITH_GNUSTEP_DEVELdinoex2008-05-051-0/+10
|
* Update to 20080501.wxs2008-05-032-4/+8
| | | | | Submitted by: miwi (portscout) Approved by: garga (maintainer, implicit)
* YeahConsole turns an xterm into a gamelike console.miwi2008-05-035-0/+66
| | | | | | | | | | 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>
* Terminator is a Python terminal program, using the same widget asmiwi2008-04-307-0/+159
| | | | | | | | | | 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>
* - Fixed pkg-descrgarga2008-04-303-12/+5
| | | | - Change simple patch to reinplace_cmd
* - take maintainershipdinoex2008-04-301-1/+1
| | | | Approved by: maintainer
* - Fix maintainermiwi2008-04-291-1/+1
| | | | Approved by: maintainer implicit
* Reset jylefort's port maintainerships. portmgr has taken his commit bitlinimon2008-04-291-1/+1
| | | | into safekeeping due to inactivity.
* - Fix build after xorg cleanupmiwi2008-04-221-2/+2
| | | | Submitted by: pointyhat
* - Fix build after xorg cleanupmiwi2008-04-211-1/+2
| | | | Submitted by: pointyhat
* - Fix build after xorg cleanupmiwi2008-04-211-1/+1
| | | | Submitted by: pointyhat
* Update to 2.22.1.3.marcus2008-04-204-60/+18
|
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-20