aboutsummaryrefslogtreecommitdiff
path: root/x11-wm
Commit message (Collapse)AuthorAgeFilesLines
* Convert to new options framework left unconverted ports in x* categoriesBaptiste Daroussin2013-03-221-37/+30
| | | | Notes: svn path=/head/; revision=314894
* Add a patch to make the optional shmlog mechanism works on FreeBSD.Baptiste Daroussin2013-03-202-0/+69
| | | | | | | This allows users to use i3-dump-log to gets logs out of i3 is it was run with the shmlog-size parameter set to something greater than 0 Notes: svn path=/head/; revision=314749
* Turn perl into a runtime only dependencyBaptiste Daroussin2013-03-201-1/+1
| | | | Notes: svn path=/head/; revision=314729
* - Remove debug flagsPietro Cerutti2013-03-201-1/+0
| | | | Notes: svn path=/head/; revision=314720
* - Update to 4.5.1Baptiste Daroussin2013-03-192-3/+3
| | | | Notes: svn path=/head/; revision=314664
* - Reassign to the heap at maintainer's requestThomas Abthorpe2013-03-192-12/+4
| | | | | | | - Trim header while I am here Notes: svn path=/head/; revision=314654
* This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.Eitan Adler2013-03-192-2/+2
| | | | | | | | | | | | If a port used other USE_GNOME items it was untouched. The ports that used other USES were fixed by hand. PR: ports/177081 Reviewed by: bapt Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314640
* Force to scale XPM icons with recent update of graphics/gdk-pixbuf2Olivier Duchateau2013-03-182-1/+81
| | | | | | | | While here, - Use USES=pathfix instead of gnomehack Notes: svn path=/head/; revision=314575
* - Fix post-patch targetPietro Cerutti2013-03-141-2/+3
| | | | | | | Reported by: bapt Notes: svn path=/head/; revision=314172
* Downgrade awesome to 3.4.x while devel/lua-lgi is brokenRenato Botelho2013-03-135-85/+75
| | | | Notes: svn path=/head/; revision=314114
* Add a new xorg module, to use with USE_XORG: xorg-macros. This moduleNiclas Zeising2013-03-111-3/+1
| | | | | | | | | | | | | | pulls in devel/xorg-macros. Convert all ports that depends on xorg-macros to use this USE_XORG. Split up the long XORG_MODULES= list in bsd.xorg.mk to have only one module on each line. Add xorg-macros dependency to xorg-server. Reviewed by: kwm, bapt Obtained from: xorg development repo (partly) Notes: svn path=/head/; revision=313929
* - Fix lua-lgi dependencyRenato Botelho2013-03-112-10/+19
| | | | | | | | | - Fix export-dynamic linker param [1] Submitted by: green dog <fiziologus@gmail.com> [1] Notes: svn path=/head/; revision=313874
* - Add missing dependency lua-lgiRenato Botelho2013-03-101-1/+4
| | | | | | | | | - Add more man languages it and ru Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com> Notes: svn path=/head/; revision=313839
* Bump PORTREVISION after update of x11-wm/xfce4-desktopOlivier Duchateau2013-03-101-1/+1
| | | | | | | Approved by: rene, miwi (mentors, implicit) Notes: svn path=/head/; revision=313837
* - Update to 4.10.2Olivier Duchateau2013-03-103-41/+3
| | | | | | | | | - Remove unneeded patch Approved by: rene, miwi (mentors, implicit) Notes: svn path=/head/; revision=313836
* - Fix, when no image is selectedOlivier Duchateau2013-03-093-0/+51
| | | | | | | | | | | - Add patch for new GLib 2.32 API Submitted by: Andrey Simonenko (by email) Approved by: rene, miwi (mentors, implicit) Obtained from: Xfce git repository Notes: svn path=/head/; revision=313702
* Clean up my ports (and a couple of ports@ owned ones):Eitan Adler2013-03-081-2/+1
| | | | | | | | | | | | | - Fix COMMENT - Add MAKE_JOBS_SAFE where appropriate - Change ordering of LICENSE lines - Fix new header format - Etc. Reviewed by: drogoh (on irc) Notes: svn path=/head/; revision=313672
* Update to 3.5Renato Botelho2013-03-084-68/+67
| | | | Notes: svn path=/head/; revision=313665
* Convert USE_BISON to USES= bisonBaptiste Daroussin2013-03-081-1/+1
| | | | | | | | | | | | | | | | | It brings bison as a build dependency in case it is set the following way: USES= bison or USES= bison:build it brings bison as a run dependency in case it is set the following way: USES= bison:run it brings bison both as a run and build dependency in case it the set the following way: USES= bison:both While here trim some headers Convert some USE_GNOME= gnomehack to USES= pathfix Notes: svn path=/head/; revision=313635
* * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 whichKoop Mast2013-03-081-2/+0
| | | | | | | | | | | | | | | | | | | | | | | are the latest stable releases. * Update vala to the newest stable release 0.18.1, also update a few ports in the gtk/gnome stack. * The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles. * Remove pkg-config run depends from glib20 and freetype2. This doesn't eliminate pkg-config run dependency completely, a second phase is needed and is planned. * Support for .:run. and .:build. for USE_GNOME components was added. Currently only libxml2 and libxslt support this mechanism. * Updates of the telepathy stack and empathy. * Trim makefile headers, convert ports to new options, trim off library versions for some ports. * Fix other ports so they build with the new glib version. Thanks to miwi and crees for helping out with some exp-runs. Approved by: portmgr (miwi & bapt) Obtained from: gnome team repo Notes: svn path=/head/; revision=313633
* - Update to 1.0.11.002Pietro Cerutti2013-03-072-3/+4
| | | | | | | | | | | Changes: * Fix intended centering on parent of unplaced dialogs. * Fix some issues reported by clang. * Build silently (use AM_SILENT_RULES). * Fix using e16 with xcompmgr. Notes: svn path=/head/; revision=313571
* - Please welcome back Chris Petrik as maintainer ofBryan Drewery2013-03-074-22/+8
| | | | | | | | | | | | | | these ports [1] - Trim headers - Remove indefinite article from COMMENT - Convert tab to space in WWW lines PR: ports/175415 [1] Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> [1] Discussed with: bapt Notes: svn path=/head/; revision=313559
* Convert USE_FUSE macros into USES feature.7-eolBaptiste Daroussin2013-03-061-1/+1
| | | | | | | | | While here trim headers Convert some USE_GNOME= gnomehack -> USES= pathfix Notes: svn path=/head/; revision=313527 svn path=/tags/RELEASE_7_EOL/; revision=313528; tag=7-eol
* - Add workaround for build breakage when libX11 is old.Hiroki Sato2013-03-052-2/+17
| | | | | | | - Take maintainership. Notes: svn path=/head/; revision=313478
* 2012-10-26 lang/eperl: Unfixed upstream remote vulnerability and no activity ↵Baptiste Daroussin2013-03-0329-861/+0
| | | | | | | | | | | | | | | | | | | since 1998 2013-01-31 x11-wm/e17-module-language: Deprecated upstream 2013-01-31 x11-wm/e17-module-xkbswitch: Merged into x11-wm/enlightenment 2013-01-31 x11-wm/e17-module-e-tiling: Deprecated upstream 2013-01-31 x11-wm/e17-module-quickaccess: Merged into x11-wm/enlightenment 2013-01-31 x11-wm/e17-module-tiling: Merged into x11-wm/enlightenment 2013-01-31 x11-wm/e17-module-drawer: Deprecated upstream 2013-01-31 x11-wm/e17-module-calendar: Deprecated upstream 2013-02-07 x11/oooqs: For old OOo versions; uses kde3; unmaintained upstream; see x11/oooqs2 2013-02-10 www/xpi-customizegoogle: Add-on has been discontinued 2013-02-11 games/kimboot: no longer works 2013-02-27 net-im/imcom: No more upstream, no more public distfiles Notes: svn path=/head/; revision=313374
* Bump PORTREVISION after update of x11-wm/xfce4-desktopOlivier Duchateau2013-03-031-1/+1
| | | | | | | Approved by: rene, miwi (mentors, implicit) Notes: svn path=/head/; revision=313367
* - Update to 4.10.1Olivier Duchateau2013-03-033-4/+11
| | | | | | | | | - Add patch to avoid installing .mo files, when NLS is unset Approved by: rene, miwi (mentors, implicit) Notes: svn path=/head/; revision=313366
* - Avoid coredump when we try to save sessionOlivier Duchateau2013-03-035-15/+219
| | | | | | | | | | PR: 170825 Submitted by: Greg Becker Approved by: rene, miwi (mentors, implicit) Obtained from: project repository Notes: svn path=/head/; revision=313364
* update lang/sbcl to 1.1.5+bugfixes, and adjust dependent portsBrendan Fabeny2013-03-031-1/+1
| | | | Notes: svn path=/head/; revision=313363
* - trim historical header and take maintainershipJason Helfman2013-02-271-6/+2
| | | | Notes: svn path=/head/; revision=313037
* Add obkey 1.0, a hotkey editor for Openbox window manager.Alexey Dokuchaev2013-02-255-0/+57
| | | | | | | | PR: ports/175606 Submitted by: Uffe Jakobsen Notes: svn path=/head/; revision=312898
* - Broken checksum mismatchMartin Wilke2013-02-231-0/+2
| | | | Notes: svn path=/head/; revision=312813
* - Fix NLSPietro Cerutti2013-02-181-4/+7
| | | | | | | Reported by: qat Notes: svn path=/head/; revision=312501
* - Update to 1.0.11.001Pietro Cerutti2013-02-183-13/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: * Enable using libsndfile for sound file loading. * Focus update tweaks. * Add EventsBlock(). * Add script to place pagers (James Bowlin). * Introduce new animation engine (Daniel Manjarres). * Fix various issues reported by clang. Minor cleanups. * Fix test for XI2 availability. * Use __func__ for function names in debug stuff. * Window slide code cosmetics. * Wrap some calls to XGrab/UngrabKeyboard() + cosmetics. * Wrap XAllowEvents(). * Fix major memory leak when using XI2 events. * Cleanup around XI2 event selection. * When using XI2, handle all keyboard and pointer events via XI2. * When using XI2, handle enter/leave events via XI2. * When using XI2, handle focus change events via XI2. * Restore old pointer warping behavior on maximization. * Non-time-limited animations should not run until next ?!? * CM: Set destination clip when rendering compositing buffer to screen. * Remove long time disabled raindrops and imagespinner fx code. * No need to adjust fx on area change. * Add AnimatorDel(). * Add AnimatorGetData(). * Refactor fx. * AnimatorsDelCatAll() is now unused. * Resurrect slide shape. * Enable setting shape on multiple windows. * Remove code for shaded, semi-solid, and translucent move/resize modes. * PixImg stuff is no longer used. * Disable pseudo-transparency by default. * Add AC_CONFIG_MACRO_DIR. * Avoid warnings about uninitialised struct members. * Enable not using a container window. * Unbreak animated move/resize after recent changes. * Get frame rate from randr. * Remove obsolete ecore_x compatibility. * Add/use ecore_x_window_prop_del(). * Cosmetic change around TimersRunNextIn(). * Switch default sound support to pulseaudio/libsndfile. * Run composite rendering to screen separately from animators/idlers/ timers. Notes: svn path=/head/; revision=312500
* - Restore distinfo for fluxbook PDF documentationBeat Gaetzi2013-02-171-0/+2
| | | | | | | Reported by: lme Notes: svn path=/head/; revision=312436
* - Update to 1.3.5Beat Gaetzi2013-02-153-5/+5
| | | | Notes: svn path=/head/; revision=312277
* Update to 1.1.6Niclas Zeising2013-02-132-8/+6
| | | | | | | Obtained from: xorg development repo Notes: svn path=/head/; revision=312184
* - Mark broken distfile mismatchMartin Wilke2013-02-131-0/+2
| | | | Notes: svn path=/head/; revision=312156
* Update to 3.4.15Renato Botelho2013-02-112-3/+3
| | | | Notes: svn path=/head/; revision=312073
* - Update to 20130209Martin Wilke2013-02-104-198/+8
| | | | | | | | PR: 175982 Submitted by: maintainer Notes: svn path=/head/; revision=312008
* - Update to 0.95.4Martin Wilke2013-02-0813-52/+275
| | | | | | | | PR: 175582 Submitted by: Ports Fury Notes: svn path=/head/; revision=311903
* - Fix breakage in the DYNAMIC-enabled ports triggered by the recentGabor Pali2013-02-055-20/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | devel/libffi update - Enable multithreaded build for lang/ghc (i.e. mark MAKE_JOBS_SAFE) Please note that port revision for all the Haskell ports without version changes are bumped. New ports (20): devel/hs-MonadRandom 0.1.8 devel/hs-base64-conduit 0.5.1 devel/hs-bifunctors 3.2 devel/hs-either 3.1 devel/hs-errors 1.3.1 devel/hs-generic-deriving 1.4.0 devel/hs-lens 3.8.5 devel/hs-profunctor-extras 3.3 devel/hs-profunctors 3.2 devel/hs-reflection 1.1.6 devel/hs-timezone-olson 0.1.2 devel/hs-timezone-series 0.1.2 math/hs-comonads-fd 3.0.1 math/hs-groupoids 3.0.1.1 math/hs-nats 0.1 math/hs-semigroupoid-extras 3.0.1 security/hs-cipher-rc4 0.1.2 security/hs-crypto-numbers 0.1.3 security/hs-crypto-pubkey 0.1.2 security/hs-crypto-random-api 0.2.0 Updated ports (107): archivers/hs-zip-archive 0.1.2.1 --> 0.1.3.3 archivers/hs-zlib-bindings 0.1.1.2 --> 0.1.1.3 audio/hs-libmpd 0.8.0.1 --> 0.8.0.2 benchmarks/hs-criterion 0.6.2.0 --> 0.6.2.1 converters/hs-aeson 0.6.0.2_2 --> 0.6.1.0 converters/hs-dataenc 0.14.0.4 --> 0.14.0.5 databases/hs-persistent 1.0.2.2 --> 1.1.4 databases/hs-persistent-sqlite 1.0.1 --> 1.1.2 databases/hs-persistent-template 1.0.0.2 --> 1.1.2.1 devel/hs-BNFC 2.4.2.1_1 --> 2.6.0.3 devel/hs-Boolean 0.1.1 --> 0.1.2 devel/hs-TypeCompose 0.9.7 --> 0.9.9 devel/hs-ansi-terminal 0.5.5_5 --> 0.5.5.1 devel/hs-ansi-wl-pprint 0.6.4_3 --> 0.6.6 devel/hs-basic-prelude 0.3.1.0 --> 0.3.2.0 devel/hs-checkers 0.2.9_2 --> 0.3.1 devel/hs-classy-prelude 0.4.1 --> 0.4.3 devel/hs-classy-prelude-conduit 0.4.1 --> 0.4.3 devel/hs-conduit 0.5.5 --> 0.5.6 devel/hs-configurator 0.2.0.1 --> 0.2.0.2 devel/hs-cpphs 1.15 --> 1.16 devel/hs-edit-distance 0.2.1.1 --> 0.2.1.2 devel/hs-file-embed 0.0.4.6 --> 0.0.4.7 devel/hs-filestore 0.5.0.1 --> 0.6 devel/hs-fsnotify 0.0.4 --> 0.0.6 devel/hs-ghc-paths 0.1.0.8_5 --> 0.1.0.9 devel/hs-git-annex 3.20121211 --> 3.20130124 devel/hs-hashable 1.1.2.5 --> 1.2.0.5 devel/hs-hastache 0.4.2 --> 0.5.0 devel/hs-hlint 1.8.39 --> 1.8.43 devel/hs-hoogle 4.2.14 --> 4.2.15 devel/hs-hspec 1.4.2 --> 1.4.3 devel/hs-largeword 1.0.3 --> 1.0.4 devel/hs-lifted-base 0.2 --> 0.2.0.2 devel/hs-monad-logger 0.2.3 --> 0.2.3.2 devel/hs-optparse-applicative 0.4.2 --> 0.5.2.1 devel/hs-pool-conduit 0.1.0.3 --> 0.1.1 devel/hs-project-template 0.1.0.1 --> 0.1.1 devel/hs-silently 1.2.4 --> 1.2.4.1 devel/hs-smallcheck 0.6.1_2 --> 0.6.2 devel/hs-system-fileio 0.3.10 --> 0.3.11 devel/hs-unix-compat 0.4.0.0 --> 0.4.1.0 devel/hs-unordered-containers 0.2.2.1 --> 0.2.3.0 devel/hs-vault 0.2.0.1 --> 0.2.0.4 devel/hs-void 0.5.8 --> 0.5.11 devel/hs-word8 0.0.2 --> 0.0.3 mail/hs-mime-types 0.1.0.0 --> 0.1.0.2 math/hs-categories 1.0.4 --> 1.0.5 math/hs-comonad 3.0.0.2 --> 3.0.1.1 math/hs-comonad-transformers 3.0 --> 3.0.1 math/hs-distributive 0.2.2_2 --> 0.3 math/hs-pointed 3.0.1 --> 3.0.2 math/hs-semigroupoids 3.0.0.1 --> 3.0.2 math/hs-semigroups 0.8.4.1 --> 0.9 net/hs-network-conduit 0.6.1.1 --> 0.6.2.2 net/hs-simple-sendfile 0.2.8 --> 0.2.10 print/hs-hscolour 1.20.3,1 --> 1.20.3_1,1 security/hs-certificate 1.3.3 --> 1.3.5 security/hs-cipher-aes 0.1.5 --> 0.1.7 security/hs-clientsession 0.8.0.1 --> 0.8.1 security/hs-cprng-aes 0.2.4 --> 0.3.4 security/hs-crypto-conduit 0.4.1 --> 0.4.3 security/hs-cryptocipher 0.3.6 --> 0.4.0 security/hs-cryptohash 0.7.9 --> 0.8.3 security/hs-pem 0.1.1_2 --> 0.1.2 security/hs-skein 0.1.0.10 --> 0.1.0.11 security/hs-tls 1.0.2 --> 1.1.1 security/hs-tls-extra 0.5.0 --> 0.6.1 sysutils/hs-angel 0.3.3 --> 0.3.4 textproc/hs-Diff 0.1.3_3 --> 0.2.0 textproc/hs-attoparsec 0.10.2.0_2 --> 0.10.3.0 textproc/hs-blaze-html 0.5.1.1 --> 0.5.1.3 textproc/hs-blaze-markup 0.5.1.2 --> 0.5.1.4 textproc/hs-case-insensitive 0.4.0.3 --> 0.4.0.4 textproc/hs-citeproc-hs 0.3.6 --> 0.3.7 textproc/hs-double-conversion 0.2.0.5 --> 0.2.0.6 textproc/hs-highlighting-kate 0.5.3.3 --> 0.5.3.5 textproc/hs-hs-bibutils 4.15 --> 4.16 textproc/hs-regex-pcre-builtin 0.94.4.3.8.31 --> 0.94.4.5.8.31 textproc/hs-texmath 0.6.1.1 --> 0.6.1.3 textproc/hs-yaml 0.8.1.1 --> 0.8.2 www/hs-gitit 0.10.0.2 --> 0.10.1.2 www/hs-hamlet 1.1.1.1 --> 1.1.3.1 www/hs-heist 0.8.2 --> 0.11.0 www/hs-hjsmin 0.1.3 --> 0.1.4 www/hs-http-conduit 1.8.4.3 --> 1.8.7 www/hs-http-date 0.0.3 --> 0.0.4 www/hs-http-reverse-proxy 0.1.0.6 --> 0.1.1.1 www/hs-shakespeare-js 1.1.0 --> 1.1.1 www/hs-snap 0.9.2.2 --> 0.11.0 www/hs-wai-app-static 1.3.0.4 --> 1.3.1_1 www/hs-wai-extra 1.3.0.4 --> 1.3.2 www/hs-warp 1.3.5 --> 1.3.7.1 www/hs-xss-sanitize 0.3.2_2 --> 0.3.3 www/hs-yesod 1.1.4.1 --> 1.1.7.2 www/hs-yesod-auth 1.1.2 --> 1.1.3 www/hs-yesod-core 1.1.6.1 --> 1.1.7.1 www/hs-yesod-default 1.1.2 --> 1.1.3 www/hs-yesod-form 1.2.0.1 --> 1.2.0.2 www/hs-yesod-persistent 1.1.0 --> 1.1.0.1 www/hs-yesod-platform 1.1.5 --> 1.1.7.2 www/hs-yesod-static 1.1.1.1 --> 1.1.1.2 www/hs-yesod-test 0.3.1.1 --> 0.3.3 x11-wm/hs-xmonad 0.10_4 --> 0.11 x11-wm/hs-xmonad-contrib 0.10_4 --> 0.11 x11/hs-X11 1.5.0.1_3 --> 1.6.0.2 x11/hs-xmobar 0.14_3 --> 0.16 Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=311736
* Fix build under 10-CURRENT.Cy Schubert2013-02-041-0/+11
| | | | | | | | PR: 172211, 175760 Submitted by: Niclas Zeising <zeising@daemonic.se> Notes: svn path=/head/; revision=311637
* - Fix WWW: line in port description: previous one was cybersquatted by someAlexey Dokuchaev2013-02-032-30/+30
| | | | | | | | | | | stupid Russian recruiting website - While here, convert to OptionsNG and clean up Makefile a bit PR: ports/174718 Approved by: maintainer timeout Notes: svn path=/head/; revision=311449
* update lang/sbcl to 1.1.4 and adjust dependent portsBrendan Fabeny2013-02-021-1/+1
| | | | Notes: svn path=/head/; revision=311445
* Bump PORTREVISION after update of deskutils/orageOlivier Duchateau2013-02-021-5/+2
| | | | | | | | | | While here, - Cleanup Makefile header Approved by: rene, miwi (mentors, implicit) Notes: svn path=/head/; revision=311420
* - Fix all cases of 'No newline at end of file' in ports treeAlex Kozlov2013-02-011-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=311381
* - Update to 0.17.1Grzegorz Blach2013-01-313-8/+11
| | | | | | | Approved by: tabthorpe (mentor) Notes: svn path=/head/; revision=311339
* Add herbstluftwm, a manual tiling window manager for X11 using Xlib and Glib.Alexey Dokuchaev2013-01-305-0/+116
| | | | | | | | PR: ports/171378 Submitted by: Christian Brassat Notes: svn path=/head/; revision=311201
* - Update to version 0.1.2pre3 [*]Alexey Dokuchaev2013-01-293-13/+12
| | | | | | | | | | | | | - Define LICENSE (MIT) - Drop leading indefinite article from COMMENT - Trim Makefile header, minor cleanups - Augment port description while here PR: ports/175473 [*] Approved by: maintainer Notes: svn path=/head/; revision=311152