aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm
Commit message (Collapse)AuthorAgeFilesLines
* update lang/sbcl to 1.1.7, and adjust dependent portsbf2013-05-061-1/+1
|
* Fix typobapt2013-05-061-1/+1
|
* Finish converting x11* from WITHOUT_NLS to PORT_OPTIONS:MNLSbapt2013-05-063-12/+14
|
* - adoption of USES framwork for gettext and pathfixjgh2013-05-061-2/+2
| | | | Approved by: portmgr (bapt@)
* Using gmake does not fix build with bmake at all, revertingbapt2013-05-052-2/+0
|
* - When DISABLE_MAKE_JOBS or MAKE_JOBS_UNSAFE is set, also setbdrewery2013-05-041-2/+0
| | | | | | | | | | | | MAKE_JOBS_NUMBER to 1. This makes it safe to do -j${MAKE_JOBS_NUMBER} without any extra logic. - Cleanup ports working around the empty MAKE_JOBS_NUMBER - This also fixes several ports that were expecting MAKE_JOBS_NUMBER to always have a number Reviewed by: bapt Spotted by: John Marino <draco@marino.st> With hat: portmgr
* Fix build with bmakebapt2013-05-042-0/+2
|
* - conversion to USES for gettextjgh2013-05-041-3/+3
| | | | Approved by: portmgr (bapt@)
* - Fix build issue when devel/libinotify is installed[*].hrs2013-05-0358-68/+976
| | | | | | | | | - Fix build with clang. Remove USE_GCC=any. - Convert replacement commands in the post-patch target to patches. - Separate x11-wm/windowmaker and x11-wm/libwraster from each other. PR: ports/176772 [*] Reported by: O. Hartmann [*]
* - Update lang/librep to 0.92.3sperber2013-05-013-2581/+2444
| | | | | | | | | | | | | | | | | | | | | | - Remove shlib versions - Add USE_READLINE and USES= pkgconfig - Update CPPFLAGS and LDFLAGS - Update pkg-descr - Update x11-toolkits/rep-gtk2 to 0.90.8.1 - Update x11-wm/sawfish to 1.9.1 - Add ART20 license and set LICENSE_COMB to multi - Update USE_XORG to include xtst - Add USES= pkgconfig - Add PORTSCOUT to exclude unstable releases - Trim Makefile headers - Update MASTER_SITES PR: ports/170173 Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com> Approved by: beat (mentor)
* Add port's licenseeadler2013-04-301-0/+2
|
* Update to 2.3.0zeising2013-04-303-9/+15
| | | | | | | | | | | Changelog: https://opensource.conformal.com/fluxbb/viewtopic.php?pid=2444#p2444 Add a local patch to not look for xlock and throw and error on startup if it's not there [1] PR: ports/177754 (in response to) [1] Submitted by: Carlo Strub <cs@FreeBSD.org> [1]
* - Remove USES= desktop-file-utils, because MimeType entry is not presentolivierd2013-04-281-2/+2
| | | | | | in .desktop files. Reported by: ak@
* - Convert USE_ICONV=yes to USES=iconvmva2013-04-2812-18/+12
| | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and USE_GETTEXT=yes to USES=gettext while here
* Remove duplicated dirrmgarga2013-04-261-1/+0
|
* - Convert USE_GETTEXT to USES (part 4)ak2013-04-264-5/+4
| | | | Approved by: portmgr (bapt)
* Fix pkg-plist again, now it seems to be fine.garga2013-04-262-2/+1
|
* - Add delay when x11/slock is used (xflock4 script)olivierd2013-04-264-10/+26
| | | | | | | | | While I'm here, - Adopt USES for desktop-file-utils, gettext, and athfix - Add patch when NLS is unset PR: 178090 Submitted by: tijl@
* - Fix PLISTgarga2013-04-252-0/+2
| | | | | | - Bump PORTREVISION Reported by: Andrzej Tobola <ato@iem.pw.edu.pl>
* - Convert USE_GETTEXT to USES (part 3)ak2013-04-2548-49/+49
| | | | Approved by: portmgr (bapt)
* Convert to USES=gettexteadler2013-04-251-1/+1
| | | | Reviewed by: kwm
* - Convert USE_GETTEXT to USES (part 1)ak2013-04-246-12/+6
| | | | Approved by: portmgr (bapt)
* Update to 3.5.1garga2013-04-242-4/+3
|
* Finish converting the whole ports tree to USES=pkgconfigbapt2013-04-2314-29/+15
|
* Convert my ports to use the new USES=pkgconfigbapt2013-04-232-3/+2
|
* - Update EFL libraries to 1.7.6(.1)gblach2013-04-232-5/+4
| | | | | | - Update Enlightenment to 0.17.2.1 Approved by: crees (mentor)
* - Update to 1.0.13gahr2013-04-222-3/+4
| | | | | | | | | | | | | | | | | | Release notes: http://sf.net/mailarchive/message.php?msg_id=30727790 Changes: * Don't use CPPFLAGS in Makefile.am. * Eliminate Quicksort(), use libc qsort() in stead. * Set startup id on apps started by snaps too. * Startup applications - Don't slide in or place manually during e16 startup. * Fix Globally Active focus mode (Tim Howe). * Use qsort in stead of open coded sorting. * Move/rename atom/property related wrapper functions and types. * Move/rename EInternAtom -> ex_atom_get, AtomListIntern -> ex_atoms_get. * Update esperanto translation Feature safe: yes
* Small fixes for pkg-descr.olgeni2013-04-201-1/+2
| | | | Feature safe: yes
* Fix scale XPM icon in menu applications and launchers.olivierd2013-04-072-2/+49
| | | | | | | While I'm here, - Use USES= pathfix instead of gnomehack Approved by: portmgr (tabthorpe)
* Fix RUN_DEPENDSwg2013-04-061-1/+3
| | | | | | PR: ports/177516 Submitted by: Green Dog <fiziologus@gmail.com> Approved by: portmgr (tabthorpe), mentor (jpaetzel), maintainer (wg)
* Fix conversion to new options frameworkbapt2013-04-041-2/+2
| | | | | | Reported by: John Marino Approved by: portmgr (implicit) With hat: portmgr
* - Fix buildmiwi2013-04-032-19/+36
| | | | | | | | - Update MASTER_SITES - OptionsNG PR: 177553 Submitted by: Ports Fury
* - Unbreak buildmiwi2013-04-022-0/+2
| | | | | Reported by: pointyhat Approved by: portmgr
* - Update Haskell ports from the development repositorypgj2013-03-303-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Avoid self-dependency for print/hs-hscolour (when HSCOLOUR is set) Contributed by: ashish New ports (5): devel/hs-geniplate 0.6.0.3 devel/hs-uuid 1.2.9 net/hs-maccatcher 2.1.5 net/hs-publicsuffixlist 0.0.3 textproc/hs-regex-tdfa 1.1.8 Removed ports (1): math/hs-Agda-executable 2.3.0.1_3 Updated ports (115): archivers/hs-zip-archive 0.1.3.3 --> 0.1.3.4 archivers/hs-zlib-conduit 0.5.0.3_1 --> 1.0.0 audio/hs-OpenAL 1.4.0.1_3 --> 1.4.0.2 databases/hs-persistent 1.1.4 --> 1.1.5.1 databases/hs-persistent-sqlite 1.1.2 --> 1.1.5 databases/hs-persistent-template 1.1.2.1 --> 1.1.2.4 devel/hs-Boolean 0.1.2 --> 0.2 devel/hs-ansi-terminal 0.5.5.1 --> 0.6 devel/hs-base64-bytestring 1.0.0.0_1 --> 1.0.0.1 devel/hs-base64-conduit 0.5.1 --> 1.0.0 devel/hs-basic-prelude 0.3.2.0 --> 0.3.4.0 devel/hs-bifunctors 3.2 --> 3.2.0.1 devel/hs-blaze-builder-conduit 0.5.0.3_1 --> 1.0.0 devel/hs-classy-prelude 0.4.3 --> 0.5.3 devel/hs-classy-prelude-conduit 0.4.3 --> 0.5.3 devel/hs-cmdargs 0.10.1_1 --> 0.10.2 devel/hs-conduit 0.5.6 --> 1.0.2 devel/hs-darcs 2.8.3_1 --> 2.8.4 devel/hs-either 3.1 --> 3.4 devel/hs-errors 1.3.1 --> 1.4.1 devel/hs-filestore 0.6 --> 0.6.0.1 devel/hs-filesystem-conduit 0.5.0.2_1 --> 1.0.0 devel/hs-git-annex 3.20130124 --> 4.20130323 devel/hs-hashtables 1.0.1.8_1 --> 1.1.0.2 devel/hs-haskeline 0.6.4.7_3 --> 0.7.0.3 devel/hs-hint 0.3.3.5_1 --> 0.3.3.6 devel/hs-hoogle 4.2.15 --> 4.2.16 devel/hs-hspec 1.4.3 --> 1.4.4 devel/hs-lens 3.8.5 --> 3.8.7.3 devel/hs-logict 0.5.0.2_1 --> 0.6 devel/hs-monad-logger 0.2.3.2 --> 0.3.0.1 devel/hs-monad-par 0.3_3 --> 0.3.4.1 devel/hs-mueval 0.8.2_3 --> 0.9 devel/hs-profunctors 3.2 --> 3.3 devel/hs-project-template 0.1.1 --> 0.1.3 devel/hs-readline 1.0.1.0_8 --> 1.0.3.0 devel/hs-reflection 1.1.6 --> 1.1.7 devel/hs-resourcet 0.4.4_1 --> 0.4.5 devel/hs-show 0.4.1.2_4 --> 0.5 devel/hs-simple-reflect 0.2_1 --> 0.3.1 devel/hs-smallcheck 0.6.2 --> 1.0.2 devel/hs-testpack 2.1.2_3 --> 2.1.2.1 devel/hs-threads 0.5.0.1_1 --> 0.5.0.2 devel/hs-time-compat 0.1.0.2_1 --> 0.1.0.3 devel/hs-unix-time 0.1.4_1 --> 0.1.5 devel/hs-uulib 0.9.14_4 --> 0.9.15 mail/hs-email-validate 0.3.2_1 --> 1.0.0 mail/hs-mime-types 0.1.0.2 --> 0.1.0.3 math/hs-Agda 2.3.0.1_3 --> 2.3.2 math/hs-NumInstances 1.0_4 --> 1.2 math/hs-comonad 3.0.1.1 --> 3.0.2 math/hs-contravariant 0.2.0.2_3 --> 0.4 math/hs-distributive 0.3 --> 0.3.1 math/hs-math-functions 0.1.1.2_1 --> 0.1.3.0 net/hs-network-conduit 0.6.2.2 --> 1.0.0 net/hs-sendfile 0.7.8_1 --> 0.7.9 net/hs-simple-sendfile 0.2.10 --> 0.2.11 net/hs-socks 0.4.2_1 --> 0.5.0 security/hs-crypto-api 0.10.2_3 --> 0.11 security/hs-crypto-conduit 0.4.3 --> 0.5.0 security/hs-monadcryptorandom 0.5_1 --> 0.5.1 security/hs-skein 0.1.0.11 --> 0.1.0.12 security/hs-tls 1.1.1 --> 1.1.2 textproc/hs-HStringTemplate 0.6.12_1 --> 0.7.1 textproc/hs-attoparsec 0.10.3.0 --> 0.10.4.0 textproc/hs-attoparsec-conduit 0.5.0.3_1 --> 1.0.0 textproc/hs-blaze-html 0.5.1.3 --> 0.6.0.0 textproc/hs-case-insensitive 0.4.0.4 --> 1.0 textproc/hs-citeproc-hs 0.3.7 --> 0.3.8 textproc/hs-highlighting-kate 0.5.3.5 --> 0.5.3.8 textproc/hs-hs-bibutils 4.16 --> 4.17 textproc/hs-html-conduit 0.1.0.4_1 --> 1.1.0 textproc/hs-hxt-regex-xmlschema 9.0.4_4 --> 9.1.0 textproc/hs-pandoc 1.9.4.5_1 --> 1.11.1 textproc/hs-pandoc-types 1.9.1_3 --> 1.10 textproc/hs-tagstream-conduit 0.5.3_1 --> 0.5.4 textproc/hs-xml-conduit 1.0.3.3_1 --> 1.1.0.3 textproc/hs-xmlhtml 0.2.0.3_1 --> 0.2.1 textproc/hs-yaml 0.8.2 --> 0.8.2.3 www/hs-activehs 0.3.0.1_1 --> 0.3.1 www/hs-authenticate 1.3.2_1 --> 1.3.2.6 www/hs-fastcgi 3001.0.2.3_7 --> 3001.0.2.4 www/hs-gitit 0.10.1.2 --> 0.10.3.1 www/hs-hS3 0.5.6_5 --> 0.5.7 www/hs-hamlet 1.1.3.1 --> 1.1.6.3 www/hs-happstack-server 7.1.1_1 --> 7.1.7 www/hs-heist 0.11.0 --> 0.11.1 www/hs-hjsmin 0.1.4 --> 0.1.4.1 www/hs-http-conduit 1.8.7 --> 1.9.0 www/hs-http-reverse-proxy 0.1.1.1 --> 0.1.1.3 www/hs-http-server 1.0.1_1 --> 1.0.2 www/hs-http-types 0.7.3.0.1_1 --> 0.8.0 www/hs-shakespeare 1.0.2_1 --> 1.0.3.1 www/hs-shakespeare-css 1.0.2_1 --> 1.0.3 www/hs-shakespeare-js 1.1.1 --> 1.1.2.1 www/hs-snap 0.11.0 --> 0.11.2 www/hs-snap-core 0.9.2.2_1 --> 0.9.3.1 www/hs-snap-server 0.9.2.4_1 --> 0.9.3.3 www/hs-wai 1.3.0.1_1 --> 1.4.0 www/hs-wai-app-static 1.3.1_1 --> 1.3.1.2 www/hs-wai-extra 1.3.2 --> 1.3.2.4 www/hs-wai-test 1.3.0_1 --> 1.3.0.4 www/hs-warp 1.3.7.1 --> 1.3.7.4 www/hs-yesod 1.1.7.2 --> 1.1.9.2 www/hs-yesod-auth 1.1.3 --> 1.1.5.3 www/hs-yesod-core 1.1.7.1 --> 1.1.8.2 www/hs-yesod-default 1.1.3 --> 1.1.3.2 www/hs-yesod-form 1.2.0.2 --> 1.2.1.3 www/hs-yesod-json 1.1.2_1 --> 1.1.2.1 www/hs-yesod-platform 1.1.7.2 --> 1.1.8 www/hs-yesod-routes 1.1.1.1_1 --> 1.1.2 www/hs-yesod-static 1.1.1.2 --> 1.1.2.2 www/hs-yesod-test 0.3.3 --> 0.3.5 x11-wm/hs-xmonad-contrib 0.11 --> 0.11.1 x11/hs-X11 1.6.0.2 --> 1.6.1.1 Please note that port revisions for dependent ports are bumped. Obtained from: FreeBSD Haskell
* Qtile is simple, small, and extensible. It's easy to write your own layouts,lippe2013-03-295-0/+245
| | | | | | | | | | | | | widgets, and built-in commands. Qtile is written and configured entirely in Python, which means you can leverage the full power and flexibility of the language to make it fit your needs. WWW: http://qtile.org PR: ports/177448 Submitted by: William Grzybowski <william88@gmail.com>
* Style: tab -> space.eadler2013-03-292-2/+2
| | | | Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
* Drop support for old versions of FreeBSD from unmaintained portseadler2013-03-282-25/+0
| | | | Reviewed by: miwi
* - Update to 1.0.12gahr2013-03-282-4/+4
| | | | | | | | | | | | Changes: * Minor simplification in initial window registration. * Eliminate unnecessary XSync. * Don't unmap/map override-redirect windows during startup. * CM: Fix override-redirect window registration detail. * CM: Fix startup after recent changes. * Danish translation update. * Convert da.po to utf-8.
* Mechanically convert unmaintained ports which use "gnomehack" to use ↵eadler2013-03-287-42/+20
| | | | "pathfix" instead.
* share/gnome/wm-properties is owned by gnomehier, don't try to remove it.kwm2013-03-271-2/+0
| | | | Submitted by: miwimail
* - Move post-install message to pkg-message filegblach2013-03-272-9/+12
| | | | | | - Bump PORTREVISION Approved by: tabthorpe (mentor)
* Fix plistgarga2013-03-262-0/+7
| | | | | PR: ports/177385 Submitted by: Niclas Zeising <zeising@daemonic.se>
* Now devel/lua-lgi is fixed, update awesome to 3.5 againgarga2013-03-255-74/+84
|
* Update to 2.2.0zeising2013-03-252-3/+3
| | | | Changelog: https://opensource.conformal.com/fluxbb/viewtopic.php?id=952
* - convert USE_CMAKE to USESmakc2013-03-232-2/+2
| | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi)
* Don't remove share/gnome/wm-properties it belongs to gnomehier, add implicitkwm2013-03-232-12/+6
| | | | | | | depend on gnomehier too. While here trim header, and use pathfix. Submitted by: miwimail
* Convert to new options framework left unconverted ports in x* categoriesbapt2013-03-221-37/+30
|
* Add a patch to make the optional shmlog mechanism works on FreeBSD.bapt2013-03-212-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
* Turn perl into a runtime only dependencybapt2013-03-201-1/+1
|
* - Remove debug flagsgahr2013-03-201-1/+0
|
* - Update to 4.5.1bapt2013-03-202-3/+3
|
* - Reassign to the heap at maintainer's requesttabthorpe2013-03-192-12/+4
| | | | - Trim header while I am here
* This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.eadler2013-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)
* Force to scale XPM icons with recent update of graphics/gdk-pixbuf2olivierd2013-03-182-1/+81
| | | | | While here, - Use USES=pathfix instead of gnomehack
* - Fix post-patch targetgahr2013-03-151-2/+3
| | | | Reported by: bapt
* Downgrade awesome to 3.4.x while devel/lua-lgi is brokengarga2013-03-145-85/+75
|
* Add a new xorg module, to use with USE_XORG: xorg-macros. This modulezeising2013-03-121-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)
* - Fix lua-lgi dependencygarga2013-03-112-10/+19
| | | | | | - Fix export-dynamic linker param [1] Submitted by: green dog <fiziologus@gmail.com> [1]
* - Add missing dependency lua-lgigarga2013-03-111-1/+4
| | | | | | - Add more man languages it and ru Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com>
* Bump PORTREVISION after update of x11-wm/xfce4-desktopolivierd2013-03-111-1/+1
| | | | Approved by: rene, miwi (mentors, implicit)
* - Update to 4.10.2olivierd2013-03-113-41/+3
| | | | | | - Remove unneeded patch Approved by: rene, miwi (mentors, implicit)
* - Fix, when no image is selectedolivierd2013-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
* Clean up my ports (and a couple of ports@ owned ones):eadler2013-03-091-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)
* Update to 3.5garga2013-03-094-68/+67
|
* Convert USE_BISON to USES= bisonbapt2013-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
* * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 whichkwm2013-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
* - Update to 1.0.11.002gahr2013-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.
* - Please welcome back Chris Petrik as maintainer ofbdrewery2013-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
* Convert USE_FUSE macros into USES feature.bapt2013-03-071-1/+1
| | | | | While here trim headers Convert some USE_GNOME= gnomehack -> USES= pathfix
* - Add workaround for build breakage when libX11 is old.hrs2013-03-062-2/+17
| | | | - Take maintainership.
* 2012-10-26 lang/eperl: Unfixed upstream remote vulnerability and no activity ↵bapt2013-03-0429-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
* Bump PORTREVISION after update of x11-wm/xfce4-desktopolivierd2013-03-041-1/+1
| | | | Approved by: rene, miwi (mentors, implicit)
* - Update to 4.10.1olivierd2013-03-043-4/+11
| | | | | | - Add patch to avoid installing .mo files, when NLS is unset Approved by: rene, miwi (mentors, implicit)
* - Avoid coredump when we try to save sessionolivierd2013-03-045-15/+219
| | | | | | | PR: 170825 Submitted by: Greg Becker Approved by: rene, miwi (mentors, implicit) Obtained from: project repository
* update lang/sbcl to 1.1.5+bugfixes, and adjust dependent portsbf2013-03-031-1/+1
|
* - trim historical header and take maintainershipjgh2013-02-271-6/+2
|
* Add obkey 1.0, a hotkey editor for Openbox window manager.danfe2013-02-255-0/+57
| | | | | PR: ports/175606 Submitted by: Uffe Jakobsen
* - Broken checksum mismatchmiwi2013-02-231-0/+2
|
* - Fix NLSgahr2013-02-181-4/+7
| | | | Reported by: qat
* - Update to 1.0.11.001gahr2013-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.
* - Restore distinfo for fluxbook PDF documentationbeat2013-02-181-0/+2
| | | | Reported by: lme
* - Update to 1.3.5beat2013-02-153-5/+5
|
* Update to 1.1.6zeising2013-02-142-8/+6
| | | | Obtained from: xorg development repo
* - Mark broken distfile mismatchmiwi2013-02-131-0/+2
|
* Update to 3.4.15garga2013-02-122-3/+3
|
* - Update to 20130209miwi2013-02-104-198/+8
| | | | | PR: 175982 Submitted by: maintainer
* - Update to 0.95.4miwi2013-02-0813-52/+275
| | | | | PR: 175582 Submitted by: Ports Fury
* - Fix breakage in the DYNAMIC-enabled ports triggered by the recentpgj2013-02-065-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
* Fix build under 10-CURRENT.cy2013-02-051-0/+11
| | | | | PR: 172211, 175760 Submitted by: Niclas Zeising <zeising@daemonic.se>
* - Fix WWW: line in port description: previous one was cybersquatted by somedanfe2013-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
* update lang/sbcl to 1.1.4 and adjust dependent portsbf2013-02-031-1/+1
|
* Bump PORTREVISION after update of deskutils/orageolivierd2013-02-021-5/+2
| | | | | | | While here, - Cleanup Makefile header Approved by: rene, miwi (mentors, implicit)
* - Fix all cases of 'No newline at end of file' in ports treeak2013-02-011-1/+1
| | | | Approved by: portmgr (bapt)
* - Update to 0.17.1gblach2013-02-013-8/+11
| | | | Approved by: tabthorpe (mentor)
* Add herbstluftwm, a manual tiling window manager for X11 using Xlib and Glib.danfe2013-01-305-0/+116
| | | | | PR: ports/171378 Submitted by: Christian Brassat
* - Update to version 0.1.2pre3 [*]danfe2013-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
* - Update to 1.3.7.rakuco2013-01-282-8/+4
| | | | | | | - Trim Makefile headers. PR: ports/175472 Submitted by: Tommy Scheunemann <net@arrishq.net> (maintainer)
* - Strip header at request of original creatortabthorpe2013-01-279-48/+9
| | | | | Submitted by: trevor With hat: portmgr
* - cleanup headerdinoex2013-01-271-5/+1
|
* - whitespacesdinoex2013-01-261-1/+1
|
* - Fix build with clang [1]bdrewery2013-01-253-2/+34
| | | | | | | | | - Pet portlint by removing excess whitespace PR: ports/175467 [1] Reported by: Pavel Timofeev <timp87@gmail.com> [1] Approved by: eadler (maintainer, implicit) Obtained from: Upstream CVS [1]
* Bump PORTREVISION after DESKTOP_ENTRIES updatemakc2013-01-232-2/+2
|
* - Update DESKTOP_ENTRIES:makc2013-01-231-2/+2
| | | | | | | | | | * rephrase Comment field or use port ${COMMENT} if appropriate * adjust Icon field according to the Desktop Entry Specification * update Categories field: remove deprecated category Application; set main category if missing - Remove indefinite article and/or rephrase COMMENT Approved by: portmgr (bapt), maintainer silence (12 days)
* - over to new volunteerflo2013-01-181-6/+2
| | | | | | | - while here convert to new header format PR: ports/175376 Submitted by: dhw
* - makefile cleanup and trim historical headerjgh2013-01-181-13/+10
| | | | | | | | - fix LIB_DEPENDS - while here trim COMMENT and use INSTALL_DATA PR: 175367 Submitted by: maintainer, jakub_lach@mailplus.pl
* - Update EFL to 1.7.5gblach2013-01-161-1/+1
| | | | | | - Change master site to download.enlightenment.fr Approved by: tabthorpe (mentor)
* Convert dhn's ports to the new options frameworkbapt2013-01-082-26/+18
| | | | | | | While here trim headers and convert some USE_GNOME=pkgconfig to USE_PKGCONFIG=build Approved by: maintainer (dhn)
* - Update DESKTOP_ENTRIES:makc2013-01-071-7/+2
| | | | | | | | | | * rephrase Comment field or use port ${COMMENT} if appropriate * adjust Icon field according to the Desktop Entry Specification * update Categories field: remove deprecated category Application; set main category, if missing - Remove indefinite article and/or rephrase COMMENT - Trim Makefile header - Other minor changes
* Bump PORTREVISION due to new name of Xfce's terminal.olivierd2013-01-071-1/+2
| | | | Approved by: rene, miwi (mentors, implicit)
* update lang/sbcl to 1.1.3 and adjust dependent portsbf2013-01-051-4/+4
|
* Update to 3.4.14garga2013-01-042-5/+4
|
* - Update to 1.3.3beat2013-01-023-10/+10
|
* - update to 0.1.16bapt2012-12-313-15/+30
| | | | | | | - add a patch to fix complication with our old gcc 4.2.1 PR: ports/174847 Submitted by: "Herbert J. Skuhra" <h.skuhra@gmail.com>
* - Update x11/libxdg-basedir to 1.2.0 [1]pawel2012-12-311-1/+1
| | | | | | | | | - Update maintainer's email - Remove leading article from COMMENT - Bump affected ports PR: ports/174676 [1] Submitted by: Nikos Ntarmos <ntarmos@ceid.upatras.gr> (maintainer)
* Bump PORTREVISION for Thunar related portsolivierd2012-12-311-1/+1
| | | | Approved by: rene, miwi (mentors, implicit)
* Bump PORTREVISION for libexo-related portsolivierd2012-12-312-2/+2
| | | | Approved by: rene, miwi (mentors, implicit)
* - Deprecate QT3, KDE3 and unmaintained ports depending on them. QT 3.3.8beat2012-12-302-0/+6
| | | | | | | | was released in 2007 and KDE 3.5.10 in 2008 and both are no longer maintained upstream nor in our tree. - Set EXPIRATION_DATE to 2013-07-01 Discussed with: bapt, tabthorpe
* Make NLS support an option.marius2012-12-302-64/+70
| | | | Approved by: bapt (mentor)
* - Update to version 0.4.9 [1]pawel2012-12-303-15/+14
| | | | | | | | | | | - Remove leading article from COMMENT - Add missing deps, USE_GNOME=pkgconfig -> USE_PKGCONFIG=build - Respect CFLAGS - Convert tab -> space WWW: line in pkg-descr PR: ports/174292 [1] Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com> Approved by: Henrik Friedrichsen <hrkfdn@gmail.com> (maintainer)
* Add an explicit build dependency on pkgconfbapt2012-12-301-0/+1
|
* - update to 4.4bapt2012-12-303-45/+31
| | | | | | | | | - take an interim maintainership: dhn is currently very busy [1] - add license PR: ports/174710 Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com> Approved by: dhn [1]
* - Remove unneeded patchesgblach2012-12-232-21/+0
| | | | Approved by: crees (mentor)
* - Update Enlightenment to 0.17.0gblach2012-12-23116-566/+978
| | | | | | | - Update EFL to 1.7.4 - Convert to OptionsNG Approved by: crees (mentor)
* - Fix case usage in the COMMENT linedanfe2012-12-213-37/+27
| | | | | | - Drop pretty much obvious pkg-message (including 404'ed link) - Cleanup Makefile, sort knobs, get rid of .for loops - Improve port description while here
* - Add LICENSE.araujo2012-12-203-20/+78
| | | | | | | | | | | | - Support CFLAGS properly. - Support SUB_FILES. - Support PORTEXAMPLES. - Add MAKE_JOBS_SAFE. - Trim header. - Bump PORTREVISION. PR: ports/172073 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Fix build.araujo2012-12-201-9/+3
| | | | | | | - Trim header. PR: ports/172072 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Update The Glorious Glasgow Haskell Compiler to version 7.4.2pgj2012-12-204-15/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update Haskell Platform to version 2012.4.0.0 - Update Gtk2Hs to 0.12.4 - Transfer maintainership of math/hs-math-functions to haskell@ [1] Please note that port revisions for all the Haskell ports without version changes are bumped. Some further highlights of the update: - Trim Makefile headers - Enable dynamic libraries and dynamic linking by default - Enable bootstrapping by versions of GHC and HsColour already installed - Use GCC and binutils from ports New ports (32): devel/hs-List 0.5.1 devel/hs-ReadArgs 1.2.1 devel/hs-SafeSemaphore 0.9.0 devel/hs-activehs-base 0.3.0.2 devel/hs-async 2.0.1.3 devel/hs-basic-prelude 0.3.1.0 devel/hs-classy-prelude 0.4.1 devel/hs-classy-prelude-conduit 0.4.1 devel/hs-data-pprint 0.2.1.4 devel/hs-date-cache 0.3.0 devel/hs-fsnotify 0.0.4 devel/hs-hinotify 0.3.5 devel/hs-hspec-expectations 0.3.0.3 devel/hs-kqueue 0.1.2.4 devel/hs-monad-logger 0.2.3 devel/hs-optparse-applicative 0.4.2 devel/hs-project-template 0.1.0.1 devel/hs-setenv 0.1.0 devel/hs-simple-reflect 0.2 devel/hs-threads 0.5.0.1 devel/hs-time-compat 0.1.0.2 devel/hs-unix-time 0.1.4 devel/hs-word8 0.0.2 graphics/hs-dia-base 0.1.1.2 graphics/hs-dia-functions 0.2.1.3 mail/hs-mime-types 0.1.0.0 net/hs-network-info 0.2.0.3 net/hs-network-multicast 0.0.7 security/hs-cipher-aes 0.1.5 textproc/hs-hexpat 0.20.3 www/hs-activehs 0.3.0.1 www/hs-http-reverse-proxy 0.1.0.6 Updated ports (211): archivers/hs-tar 0.4.0.0_1 --> 0.4.0.1 archivers/hs-zip-archive 0.1.1.8_1 --> 0.1.2.1 archivers/hs-zlib 0.5.3.3_1 --> 0.5.4.0 archivers/hs-zlib-bindings 0.1.0.1_1 --> 0.1.1.2 archivers/hs-zlib-conduit 0.4.0.2 --> 0.5.0.3 archivers/hs-zlib-enum 0.2.2.1_1 --> 0.2.3 audio/hs-libmpd 0.8.0_1 --> 0.8.0.1 benchmarks/hs-criterion 0.6.0.1_2 --> 0.6.2.0 converters/hs-dataenc 0.14.0.3_2 --> 0.14.0.4 converters/hs-json 0.5_1 --> 0.7 databases/hs-persistent 0.9.0.4_1 --> 1.0.2.2 databases/hs-persistent-sqlite 0.9.0.2_1 --> 1.0.1 databases/hs-persistent-template 0.9.0.2_1 --> 1.0.0.2 devel/hs-Boolean 0.0.1_5 --> 0.1.1 devel/hs-DeepArrow 0.3.5_2 --> 0.3.7 devel/hs-HUnit 1.2.4.2_2 --> 1.2.5.1 devel/hs-MemoTrie 0.5_1 --> 0.6.1 devel/hs-MissingH 1.1.1.0_2 --> 1.2.0.0 devel/hs-MonadCatchIO-mtl 0.3.0.4_3 --> 0.3.0.5 devel/hs-QuickCheck 2.4.2_1 --> 2.5.1.1 devel/hs-Stream 0.4.6_2 --> 0.4.6.1 devel/hs-TypeCompose 0.9.1_2 --> 0.9.7 devel/hs-abstract-deque 0.1.5_1 --> 0.1.6 devel/hs-alex 3.0.1_1 --> 3.0.2 devel/hs-arrows 0.4.4.0_4 --> 0.4.4.1 devel/hs-asn1-data 0.6.1.3_1 --> 0.7.1 devel/hs-base-unicode-symbols 0.2.2.3_2 --> 0.2.2.4 devel/hs-base64-bytestring 0.1.2.0 --> 1.0.0.0 devel/hs-blaze-builder-conduit 0.4.0.2_1 --> 0.5.0.3 devel/hs-blaze-builder-enumerator 0.2.0.4_1 --> 0.2.0.5 devel/hs-blaze-textual 0.2.0.6_2 --> 0.2.0.8 devel/hs-bytestring-nums 0.3.5_2 --> 0.3.6 devel/hs-c2hs 0.16.3_3 --> 0.16.4 devel/hs-cmdargs 0.9.5_1 --> 0.10.1 devel/hs-conduit 0.4.2_1 --> 0.5.5 devel/hs-configurator 0.2.0.0_2 --> 0.2.0.1 devel/hs-cpphs 1.14 --> 1.15 devel/hs-darcs 2.8.1_1 --> 2.8.3 devel/hs-data-default 0.4.0_1 --> 0.5.0 devel/hs-directory-tree 0.10.1 --> 0.11.0 devel/hs-edit-distance 0.2.1_1 --> 0.2.1.1 devel/hs-fast-logger 0.0.2_2 --> 0.3.1 devel/hs-file-embed 0.0.4.4_1 --> 0.0.4.6 devel/hs-filemanip 0.3.5.2_6 --> 0.3.6.2 devel/hs-filestore 0.5_1 --> 0.5.0.1 devel/hs-filesystem-conduit 0.4.0_1 --> 0.5.0.2 devel/hs-gconf 0.12.1_3 --> 0.12.1.1 devel/hs-ghc-events 0.4.0.0_2 --> 0.4.2.0 devel/hs-ghc-mtl 1.0.1.1_2 --> 1.0.1.2 devel/hs-gio 0.12.3_1 --> 0.12.4 devel/hs-git-annex 3.20120807 --> 3.20121211 devel/hs-glib 0.12.3.1_1 --> 0.12.4 devel/hs-gtk2hs-buildtools 0.12.3.1_1 --> 0.12.4 devel/hs-haddock 2.10.0_1 --> 2.11.0 devel/hs-happy 1.18.9_1 --> 1.18.10 devel/hs-hashable 1.1.2.3_1 --> 1.1.2.5 devel/hs-hashed-storage 0.5.9_2 --> 0.5.10 devel/hs-hashtables 1.0.1.6_1 --> 1.0.1.8 devel/hs-haskell-src-exts 1.13.3_1 --> 1.13.5 devel/hs-hastache 0.4.1 --> 0.4.2 devel/hs-hint 0.3.3.4_1 --> 0.3.3.5 devel/hs-hlint 1.8.30 --> 1.8.39 devel/hs-hoogle 4.2.11_1 --> 4.2.14 devel/hs-hslogger 1.1.5_2 --> 1.2.1 devel/hs-hspec 1.2.0.1 --> 1.4.2 devel/hs-language-javascript 0.5.4_1 --> 0.5.7 devel/hs-largeword 1.0.1_2 --> 1.0.3 devel/hs-lifted-base 0.1.1_1 --> 0.2 devel/hs-logict 0.5.0.1_1 --> 0.5.0.2 devel/hs-monad-control 0.3.1.3_1 --> 0.3.1.4 devel/hs-mtl 2.1.1_1 --> 2.1.2 devel/hs-murmur-hash 0.1.0.5_2 --> 0.1.0.6 devel/hs-parallel 3.2.0.2_1 --> 3.2.0.3 devel/hs-pool-conduit 0.1.0.2_1 --> 0.1.0.3 devel/hs-primitive 0.4.1_2 --> 0.5.0.1 devel/hs-resource-pool 0.2.1.0_1 --> 0.2.1.1 devel/hs-resourcet 0.3.3.1 --> 0.4.4 devel/hs-silently 1.2.0.2 --> 1.2.4 devel/hs-split 0.1.4.3 --> 0.2.1.1 devel/hs-stm 2.3_1 --> 2.4 devel/hs-syb 0.3.6.1_1 --> 0.3.7 devel/hs-syb-with-class 0.6.1.3_2 --> 0.6.1.4 devel/hs-system-fileio 0.3.8 --> 0.3.10 devel/hs-system-filepath 0.4.6_1 --> 0.4.7 devel/hs-tagged 0.4.2.1_1 --> 0.4.4 devel/hs-temporary 1.1.2.3_1 --> 1.1.2.4 devel/hs-terminfo 0.3.2.4 --> 0.3.2.5 devel/hs-test-framework 0.6_1 --> 0.8 devel/hs-test-framework-hunit 0.2.7_2 --> 0.3.0 devel/hs-test-framework-quickcheck2 0.2.12.2_1 --> 0.3.0.1 devel/hs-text 0.11.2.0_1 --> 0.11.2.3 devel/hs-threadscope 0.2.1_3 --> 0.2.2 devel/hs-uniplate 1.6.7_1 --> 1.6.10 devel/hs-unix-compat 0.3.0.1_1 --> 0.4.0.0 devel/hs-unordered-containers 0.2.1.0_1 --> 0.2.2.1 devel/hs-uuagc 0.9.40.3_1 --> 0.9.42.2 devel/hs-uuagc-cabal 1.0.2.0_2 --> 1.0.4.0 devel/hs-vault 0.2.0.0_1 --> 0.2.0.1 devel/hs-vector 0.9.1_2 --> 0.10.0.1 devel/hs-vector-algorithms 0.5.4_1 --> 0.5.4.2 devel/hs-void 0.5.6 --> 0.5.8 ftp/hs-curl 1.3.7_3 --> 1.3.8 graphics/hs-cairo 0.12.3.1_1 --> 0.12.4 lang/hs-unlambda 0.1_6 --> 0.1.3 mail/hs-email-validate 0.2.8_1 --> 0.3.2 mail/hs-mime 0.3.3.2 --> 0.3.4 mail/hs-mime-mail 0.4.1.1_2 --> 0.4.1.2 math/hs-categories 1.0.3_1 --> 1.0.4 math/hs-comonad 1.1.1.6_1 --> 3.0.0.2 math/hs-comonad-transformers 2.1.2 --> 3.0 math/hs-data-lens 2.10.0_1 --> 2.10.2 math/hs-data-lens-template 2.1.5_1 --> 2.1.7 math/hs-math-functions 0.1.1.1_2 --> 0.1.1.2 [1] math/hs-mwc-random 0.12.0.0_1 --> 0.12.0.1 math/hs-pointed 2.1.0.2_1 --> 3.0.1 math/hs-semigroupoids 1.3.4 --> 3.0.0.1 math/hs-semigroups 0.8.3.2_1 --> 0.8.4.1 math/hs-statistics 0.10.1.0_1 --> 0.10.2.0 math/hs-vector-space 0.8.2 --> 0.8.6 multimedia/hs-gstreamer 0.12.1.1_1 --> 0.12.1.2 net/hs-network 2.3.0.13_1 --> 2.3.1.0 net/hs-network-conduit 0.4.0.1_1 --> 0.6.1.1 net/hs-pcap 0.4.5.1_4 --> 0.4.5.2 net/hs-sendfile 0.7.6_1 --> 0.7.8 net/hs-simple-sendfile 0.2.4 --> 0.2.8 net/hs-socks 0.4.1_1 --> 0.4.2 print/hs-hscolour 1.20.2,1 --> 1.20.3,1 security/hs-Crypto 4.2.5_1 --> 4.2.5.1 security/hs-HsOpenSSL 0.10.3.2 --> 0.10.3.3 security/hs-RSA 1.2.1.0_1 --> 1.2.2.0 security/hs-SHA 1.5.0.1_1 --> 1.6.1 security/hs-certificate 1.2.3_1 --> 1.3.3 security/hs-clientsession 0.7.5_1 --> 0.8.0.1 security/hs-cprng-aes 0.2.3_2 --> 0.2.4 security/hs-crypto-conduit 0.3.2_1 --> 0.4.1 security/hs-crypto-pubkey-types 0.1.1_1 --> 0.2.0 security/hs-cryptocipher 0.3.5 --> 0.3.6 security/hs-cryptohash 0.7.5_1 --> 0.7.9 security/hs-digest 0.0.1.1_1 --> 0.0.1.2 security/hs-monadcryptorandom 0.4.1_1 --> 0.5 security/hs-pureMD5 2.1.0.3_2 --> 2.1.2.1 security/hs-pwstore-fast 2.2_2 --> 2.3 security/hs-skein 0.1.0.7_1 --> 0.1.0.10 security/hs-tls 0.9.5_1 --> 1.0.2 security/hs-tls-extra 0.4.6_1 --> 0.5.0 sysutils/hs-angel 0.3.2_1 --> 0.3.3 textproc/hs-HStringTemplate 0.6.8_2 --> 0.6.12 textproc/hs-attoparsec-conduit 0.4.0.1_1 --> 0.5.0.3 textproc/hs-attoparsec-enumerator 0.3_2 --> 0.3.1 textproc/hs-blaze-html 0.5.0.0 --> 0.5.1.1 textproc/hs-blaze-markup 0.5.1.0_1 --> 0.5.1.2 textproc/hs-case-insensitive 0.4.0.1_2 --> 0.4.0.3 textproc/hs-citeproc-hs 0.3.4_1 --> 0.3.6 textproc/hs-double-conversion 0.2.0.4_2 --> 0.2.0.5 textproc/hs-highlighting-kate 0.5.1_1 --> 0.5.3.3 textproc/hs-hs-bibutils 4.12_4 --> 4.15 textproc/hs-html-conduit 0.0.1_1 --> 0.1.0.4 textproc/hs-hxt 9.2.2_1 --> 9.3.1.1 textproc/hs-lhs2tex 1.17_4 --> 1.18.1 textproc/hs-pandoc 1.9.4.2 --> 1.9.4.5 textproc/hs-parsec 3.1.2_1 --> 3.1.3 textproc/hs-regex-pcre-builtin 0.94.2.1.7.7_4 --> 0.94.4.3.8.31 textproc/hs-regex-posix 0.95.1_2 --> 0.95.2 textproc/hs-stringsearch 0.3.6.3_2 --> 0.3.6.4 textproc/hs-tagsoup 0.12.6_2 --> 0.12.8 textproc/hs-tagstream-conduit 0.3.2_1 --> 0.5.3 textproc/hs-texmath 0.6.0.6_1 --> 0.6.1.1 textproc/hs-xml-conduit 0.7.0.3_1 --> 1.0.3.3 textproc/hs-xml-types 0.3.2 --> 0.3.3 textproc/hs-xmlhtml 0.2.0.2 --> 0.2.0.3 textproc/hs-yaml 0.7.0.3 --> 0.8.1.1 www/hs-HTTP 4000.2.3_1 --> 4000.2.5 www/hs-authenticate 1.2.1.1_1 --> 1.3.2 www/hs-cookie 0.4.0_1 --> 0.4.0.1 www/hs-gitit 0.10.0.1 --> 0.10.0.2 www/hs-hamlet 1.0.1.4 --> 1.1.1.1 www/hs-happstack 7.0.0_1 --> 7.0.1 www/hs-happstack-server 7.0.3 --> 7.1.1 www/hs-heist 0.8.1.1 --> 0.8.2 www/hs-hjsmin 0.1.2_1 --> 0.1.3 www/hs-http-conduit 1.4.1.10 --> 1.8.4.3 www/hs-http-date 0.0.2_1 --> 0.0.3 www/hs-http-server 1_5 --> 1.0.1 www/hs-http-types 0.6.11_1 --> 0.7.3.0.1 www/hs-path-pieces 0.1.1_1 --> 0.1.2 www/hs-shakespeare 1.0.0.2_1 --> 1.0.2 www/hs-shakespeare-css 1.0.1.2_1 --> 1.0.2 www/hs-shakespeare-js 1.0.0.3_1 --> 1.1.0 www/hs-shakespeare-text 1.0.0.2_1 --> 1.0.0.5 www/hs-snap 0.9.0.1 --> 0.9.2.2 www/hs-snap-core 0.9.0 --> 0.9.2.2 www/hs-snap-server 0.9.0 --> 0.9.2.4 www/hs-wai 1.2.0.3 --> 1.3.0.1 www/hs-wai-app-static 1.2.0.4 --> 1.3.0.4 www/hs-wai-extra 1.2.0.5 --> 1.3.0.4 www/hs-wai-logger 0.1.4_1 --> 0.3.0 www/hs-wai-test 1.2.0.2_1 --> 1.3.0 www/hs-warp 1.2.2 --> 1.3.5 www/hs-yesod 1.0.1.6_1 --> 1.1.4.1 www/hs-yesod-auth 1.0.2.1_1 --> 1.1.2 www/hs-yesod-core 1.0.1.2_1 --> 1.1.6.1 www/hs-yesod-default 1.0.1.1_1 --> 1.1.2 www/hs-yesod-form 1.0.0.4_1 --> 1.2.0.1 www/hs-yesod-json 1.0.0.1_1 --> 1.1.2 www/hs-yesod-persistent 1.0.0.1_1 --> 1.1.0 www/hs-yesod-platform 1.0.5 --> 1.1.5 www/hs-yesod-routes 1.0.1.2_1 --> 1.1.1.1 www/hs-yesod-static 1.0.0.3_1 --> 1.1.1.1 www/hs-yesod-test 0.2.1 --> 0.3.1.1 x11-toolkits/hs-gtk 0.12.3.1 --> 0.12.4 x11-toolkits/hs-pango 0.12.3_1 --> 0.12.4 Removed ports (1): textproc/hs-xml2html 0.1.2.3_1 Approved by: wen (maintainer) [1] Obtained from: FreeBSD Haskell
* - Trim Makefile header, NOPORTDOCS -> PORT_OPTIONS:MDOCSdanfe2012-12-172-13/+17
| | | | | | | - Define LICENSE, drop article from COMMENT, small cleanups - Augment port description while I am here Approved by: maintainer (implicit)
* - Convert to the new OPTIONS frameworkdanfe2012-12-172-30/+24
| | | | | | | | | - Use USE_XORG syntax instead of LIB_DEPENDS for Xft and Xinerama - Trim the header per new rules, define LICENSE (GPLv2) - Fix whitespace bugs and provide better port description while here Nota bene: version 2.1.0 is available Approved by: maintainer timeout
* - Trim the headers per new rulesdanfe2012-12-172-24/+21
| | | | | | - Drop article from COMMENT, shlib versions - Convert to the new OPTIONS framework - Relinquish maintainership
* update sbcl to 1.1.2 and maxima to 5.29.1; adjust dependent portsbf2012-12-161-1/+1
|
* - Fix a typo which breaks building with bmakebeat2012-12-151-1/+1
| | | | | PR: ports/174330 Submitted by: John Marino <draco@marino.st>
* Bump PORTREVISION for Thunar related portsolivierd2012-12-151-1/+1
| | | | | | | | While here, - Trim header - Use USE_PKGCONFIG - Remove ABI version numbers from LIB_DEPENDS - Update maintainer address for archivers/thunar-archive-plugin
* Bump PORTREVISION for libexo-related portsolivierd2012-12-152-18/+12
| | | | | | | | | While here, - Trim header - Use USE_PKGCONFIG - Remove ABI version numbers from LIB_DEPENDS Approved by: rene, miwi (mentors, implicit)
* - introduce a USE_FUSE macroflo2012-12-141-2/+1
| | | | | | | | | - convert all fuse ports to use the new macro The macro makes sure sysutils/fusefs-libs gets installed and depending on fuse being in base or not it installs sysutils/fusefs-kmod. Approved by: portmgr (bapt)
* Remove the header for ports I created.wxs2012-12-131-5/+0
| | | | | | For dns/openresolv give proper attribution. This was a copy/paste mistake the submitter made, which incorrectly gave me attribution for that file. I did not create it.
* A a missing colon introduced on r308628garga2012-12-111-1/+1
|
* - Update xcb-util to 0.3.9garga2012-12-114-7/+10
| | | | | | | - Update xcb-util-wm to 0.3.9 - Update xcb-util-keysyms to 0.3.9 - Update xcb-util-image to 0.3.9 - Bump PORTREVISION on dependant ports
* Revert Chris Petrik's ports to the pool. Thank you for all your work so ↵eadler2012-12-104-4/+4
| | | | | | | far, and should you desire to return just let us know. PR: ports/174309 Submitted by: Chris Petrik
* - Fix configure script to work with clanggahr2012-11-291-6/+2
| | | | | | - Trim Makefile header Feature safe: yes
* Update spectrwm to 2.1.1zeising2012-11-292-3/+3
| | | | | | | | | | This is a bug fix release, which amongst other things fixes the bar clock not updating properly. Full changelog here: https://opensource.conformal.com/fluxbb/viewtopic.php?pid=1949#p1949 Approved by: kwm, miwi (mentors, implicit) Feature safe: yes
* - Add chrome to the list of known browsers and while here remove unusedbeat2012-11-291-3/+3
| | | | | | | | firefox3. PR: ports/173553 Submitted by: antoine Feature safe: yes
* 2012-11-28 editors/glimmer: Depends on the expired gtkglarea through py-gtkbapt2012-11-286-90/+0
| | | | | | | | | | 2012-11-26 palm/txt2pdbdoc: No more public distfiles 2012-11-26 sysutils/xloadface: No more public distfiles 2012-11-26 shells/gscommander: Abandonware 2012-11-26 security/saferpay: No more public distfiles 2012-11-26 x11-wm/qvwm: No more public distfiles Feature safe: yes
* - Update to 0.90.3bdrewery2012-11-282-8/+4
| | | | | | - Trim header Feature safe: yes
* Add missing semicolon, newline escapes, that sort of thing, toadamw2012-11-061-1/+1
| | | | | | fix build. Feature safe: yes
* 2012-11-05 textproc/xerces-c: No more supported upstream, consider using ↵bapt2012-11-0517-798/+0
| | | | | | | | | | xerces-c2 or xerces-c3 2012-11-05 x11-wm/wampager: Development ceased 2012-11-05 x11-wm/waimea: Development ceased 2012-11-05 x11-wm/waimea-devel: Development ceased Feature safe: yes
* - Change my email address to gblach@FreeBSD.orggblach2012-11-0451-307/+102
| | | | | | - Change Makefile headers to shorter form Feature safe: yes
* - Add optional Xft support [1]pawel2012-11-013-16/+41
| | | | | | | | | | | - Convert to OptionsNG - Add missing deps - Fix comment PR: ports/170723 Submitted by: Vitaly Magerya <vmagerya@gmail.com> Approved by: maintainer timeout Feature safe: yes
* Update to 2.1.0zeising2012-10-312-3/+3
| | | | | | | | | This release contains some new features and configuration options, as well as bug fixes. For a more complete changelog, see: https://opensource.conformal.com/fluxbb/viewtopic.php?id=627 Approved by: kwm, miwi (mentors, implicit) Feature safe: yes
* Fix patch not being correctly applied on 8.3bapt2012-10-291-3/+3
| | | | | Submitted by: "George L. Yermulnik" <yz@yz.kiev.ua> Feature safe: yes
* - Convert Makefile headers to new styleak2012-10-271-8/+4
| | | | | | | - Correct logic in NLS condition after OptionsNG conversion. - Remove ABI version numbers from LIB_DEPENDS Feature safe: yes
* Update internal e16keyedit to 0.7 [1]bapt2012-10-264-60/+24
| | | | | | | | | | | | Add USE_PKGCONFIG which is required by e16keyedit Add dependency on gtk2 for e16keyedit Use PLIST_FILES instead of pkg-plist It will be prefered to split this ports into two separate one imho, one for e16keyedit and one for e16menuedit Submitted by: "George L. Yermulnik" <yz@yz.kiev.ua> [1] Feature safe: yes
* Resurrect e16utils, public distfiles has been fixed during the deprecationbapt2012-10-267-0/+198
| | | | | | | period Submitted by: "George L. Yermulnik" <yz@yz.kiev.ua> Feature safe: yes
* Deprecate a bunch of ports that are either abandonware and/or for which no morebapt2012-10-261-5/+4
| | | | | | public distfiles are available Feature safe: yes
* 2012-10-20 x11-wm/wmcp: No more public distfilesbapt2012-10-2645-1005/+0
| | | | | | | | | | | | | | | 2012-10-20 x11-wm/skippy-xd: Abandonware, upstream disappeared 2012-10-20 x11-wm/skippy: Abandonware, upstream disappeared 2012-10-20 x11-wm/matchbox: Abandonware, upstream disappeared 2012-10-20 x11-wm/e16utils: No more public distfiles 2012-10-20 x11-wm/blwm: Abandonware, upstream disappeared 2012-10-20 x11-wm/badwm: Development ceased 2012-10-20 x11-wm/amaterus: Abandonware, upstream disappeared 2012-10-20 x11-wm/ahwm: Abandoned upstream Remove some obsolete wm Feature safe: yes
* Convert to OptionsNGeadler2012-10-201-1/+1
| | | | Feature safe: yes
* Follow-up to r305690: convert the OPTIONS line to OptionsNG as well.rakuco2012-10-131-1/+2
| | | | | | | Thanks to kwm@ for the heads-up. PR: ports/172561 Feature safe: yes
* Convert to OptionsNG.rakuco2012-10-111-2/+2
| | | | | | PR: ports/172561 Submitted by: Andrew J. Caines <A.J.Caines@halplant.com> (maintainer) Feature safe: yes
* - Update to 0.14gahr2012-10-106-85/+81
|
* - Update to 1.0.11gahr2012-10-102-13/+12
| | | | | - Add OptionsNG to select ESD sound server - Convert NLS and PORTDOCS checks to OptionsNG
* Throw my ports back in the pool, and make my intentions clear for thedougb2012-10-082-7/+1
| | | | | | | | various ports that I've created. I bid fond fare well A chapter closes for me What opens for you?
* - Update to 0.95.3madpilot2012-10-086-133/+32
| | | | | | | | | - Convert to new options framework - Reset PORTREVISION in slave port - Trim Makefile headers PR: ports/172421 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (maintainer)
* Convert to new options frameworkbapt2012-10-072-24/+17
| | | | | PR: ports/172414 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (maintainer)
* Set SBCL on by default as it used to be before conversion to optionsngbapt2012-10-071-0/+1
|
* Trim the headers in the ports I maintain.eadler2012-10-061-5/+1
|
* Development of waimea ceased long agobapt2012-10-063-0/+9
| | | | Approved by: c.petrik.sosa@gmail.com (maintainer)
* - Convert to optionsngbeat2012-10-051-30/+23
| | | | - Trim Makefile header
* Change headers of all ports maintained by me to new formatgarga2012-10-051-5/+1
|
* Convert to new options frameworkbapt2012-10-041-11/+8
|
* - Fix typos (LICENSE is correct form inside bsd.licenses.mk).az2012-10-031-1/+1
| | | | | | | - Removed LICENSE_FILE where is no need in this. Spotted by: zont@ Approved by: portmgr (bapt@)
* - cleanup commentsdinoex2012-09-301-5/+1
|
* - Reassign to the heap due to mail bouncestabthorpe2012-09-221-7/+2
| | | | With hat: portmgr
* Fix spelling mistakes in bapt@'s recent deprecation commits.danfe2012-09-211-1/+1
|
* Deprecate a bunch of abandonware or alikebapt2012-09-2110-0/+30
|
* - update WWWbapt2012-09-212-6/+2
| | | | - while here clean up Makefile header
* - Covert to OptionsNGeadler2012-09-161-6/+6
| | | | | | - Add generally useful options to the global list Approved by: ak (maintainer)
* update lang/sbcl to 1.0.58 and switch to the new options format;bf2012-09-131-1/+1
| | | | adjust dependent ports
* - Update to 2.1.0bdrewery2012-09-123-29/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: mdir: add support for maildir whitespaces README: prefer vicious in global space uptime: metatable bugfix after lua52 port fixed by Jorg Thalheim contrib: document how to enable contributed widgets os: change os.getenv init to allow standalone usage of os widget contrib: initialization bugfix after lua52 port README: update initialization instructions bat: metatable bugfix after lua52 port widgets: cleanup behind the last commit 363c03e Fixed io.lines() bug Ported vicious.contrib to lua 5.2 Ported vicious.widgets module to lua 5.2 Ported vicious module to lua 5.2 cpufreq: skip redudant freq variable check cpufreq: rework new exception handlers cpufreq: handle not existing frequency/governer pkg: update 'Arch S' substitution lines PR: ports/171538 Submitted by: William Grzybowski <william88@gmail.com> (maintainer) Approved by: eadler, bapt (mentors, implicit)
* - Update to 1.0.10.002gahr2012-09-103-9/+8
| | | | | | | | | | | | | | | | | | | | | | | | Changes: * Fix coords placement in techopaque mode (Daniel Manjarres). * Remove unused code. * Fix (if experimenting with USE_DESK_EXPOSE). * Move EObj sliding functions to slide.c too. * Don't prevent pager update due to ewin slide. * Add some timer debug, cosmetic changes. * Fetch time to next timer run after running idlers. * Desk restacking before shade/unshade should not be necessary. * Another spec file fix - don't own locale/* dirs. * Startup cosmetics. * Fix having black solid color background. * Don't keep shaded windows entirely on-screen (ticket 1191). * Enable logging to stdout or stderr. * Improve fading debug logging. * Remove unnecessary code in ECompMgrWinFadeIn(). * Menu code tweaks. * Alert if root window button events cannot be selected. * Use EobjsSlideBy() to slide desks as well as areas. * EobjSlideTo() is no longer used. * Fix potential deadlock with multiple simultaneous alerts.
* Welcome back Chris Petrik <c.petrik.sosa@gmail.com>eadler2012-09-096-6/+6
| | | | PR: ports/171481
* Mark as broken on sparc64.linimon2012-09-081-1/+7
| | | | Hat: portmgr
* Update to version 2.0.2.zeising2012-08-282-6/+6
| | | | | | This release contains support for Xcursor as well as several bug fixes. Approved by: miwi (mentor)
* Remove some expired ports:rene2012-08-2617-532/+0
| | | | | | | | | | | 2012-06-30 databases/php5-rrdtool: deprecated via upstream please use databases/pecl-rrd. 2012-07-31 graphics/evas-engine-xrender: Deprecated by enlightenment.org 2012-07-31 graphics/evas-loader-edb: Deprecated by enlightenment.org 2012-03-27 www/linux-f10-flashplugin10: has vulnerabilities and is EOL 2012-07-31 x11-wm/e17-module-efm_nav: Deprecated by enlightenment.org 2012-07-31 x11-wm/e17-module-efm_path: Deprecated by enlightenment.org 2012-07-31 x11-wm/e17-module-efm_pathbar: Deprecated by enlightenment.org 2012-07-31 x11-wm/e17-module-notification: Merged into x11-wm/enlightenment
* Update spectrwm to version 2.0.0zeising2012-08-233-39/+13
| | | | | | This is a complete rewrite using xcb and with support for Xft. Approved by: kwm (mentor)
* - update to 0.1.15bapt2012-08-163-4/+7
| | | | - changes: https://www.pekwm.org/projects/pekwm/wikis/Release-0_1_15
* Unbreak this by doing what seems to have been intendeddougb2012-08-101-2/+3
|
* - Use USE_PKGCONFIG macroolivierd2012-08-102-16/+8
| | | | | | | | - Add patch when NLS is unset - Remove USE_AUTOTOOLS (libtool) macro Submitted by: myself Approved by: miwi, rene (mentors)
* - Mark as BROKEN:beat2012-08-051-0/+2
| | | | | | | | Link ede-bell-conf/ede-bell-conf libedelib_gui.a(Ede.o): In function `edelib::ApplicationBootstrap::ApplicationBootstrap(char const*, char const*)': Ede.cpp:(.text+0x31): undefined reference to `edelib::nls_support_init(char const*, char const*)' Reported by: pointyhat
* Switch from libglut to freeglut and retire libglut. Libglut hasn't beenkwm2012-08-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | developed in years and has been dropped from the MESA 8.0 distribution. Freeglut is a rewrite of glut and is actively developed and is used by many linux distributions instead of libglut. Bump all ports that directly depend on libglut because of the shlib version change. There are some extra items in this patch. *) Because freeglut doesn't have the same dependancies as libglut, some ports need extra dependencies added to USE_XORG to make them build. *) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped with libglut. *) Remove option for libglut/freeglut selection in games/cake, only freeglut remains now. *) While here fix a png related build issue games/vegastrike. Thanks to miwi for running the exp-run. Approved by: portmgr (miwi) Collaboration with: zeising@ Obtained from: xorg-dev staging area.
* Fix typos and make small modifications in COMMENT (according to Porter'scs2012-08-031-1/+1
| | | | | | Handbook) Approved by: portmgr@ (implicit)
* Add DOCS, EXAMPLES and NLS to OPTIONS_DEFINE to my portsgarga2012-08-031-2/+2
|
* - Teach the Haskell Cabal ports to use the new options frameworkpgj2012-08-032-5/+7
| | | | | | - Remove some cruft Obtained from: FreeBSD Haskell
* Remove my personal web site from MASTER_SITESdougb2012-07-291-2/+1
|
* Remove expired ports:ak2012-07-2818-270/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2012-07-20 audio/etoile-melodie: API no longer supported 2012-07-20 audio/etoile-volumecontrolmenulet: API no longer supported 2012-07-20 deskutils/etoile-corner: API no longer supported 2012-07-20 deskutils/etoile-dictionaryreader: API no longer supported 2012-07-20 deskutils/etoile-distributedview: API no longer supported 2012-07-20 deskutils/etoile-extendedworkspacekit: API no longer supported 2012-07-20 deskutils/etoile-hardware: API no longer supported 2012-07-20 deskutils/etoile-inspectorkit: API no longer supported 2012-07-20 deskutils/etoile-lookandbehavior: API no longer supported 2012-07-20 deskutils/etoile-menuserver: API no longer supported 2012-07-20 deskutils/etoile-panekit: API no longer supported 2012-07-20 deskutils/etoile-scriptservices: API no longer supported 2012-07-20 deskutils/etoile-servicemenulet: API no longer supported 2012-07-20 deskutils/etoile-servicesbarkit: API no longer supported 2012-07-20 deskutils/etoile-systemconfig: API no longer supported 2012-07-20 deskutils/etoile-trackerkit: API no longer supported 2012-07-20 deskutils/etoile-ui: API no longer supported 2012-07-20 devel/etoile-collectionkit: API no longer supported 2012-07-20 devel/etoile-coreobject: API no longer supported 2012-07-20 devel/etoile-foundation: API no longer supported 2012-07-20 devel/etoile-serialize: API no longer supported 2012-07-20 devel/etoile-unitkit: API no longer supported 2012-07-20 devel/llvm-etoile: API no longer supported 2012-07-20 editors/etoile-typewriter: API no longer supported 2012-07-20 graphics/popplerkit: API no longer supported 2012-07-20 graphics/vindaloo: API no longer supported 2012-07-20 lang/etoile-compiler: API no longer supported 2012-07-20 lang/etoile-io: API no longer supported 2012-07-20 lang/etoile-languagekit: API no longer supported 2012-07-20 lang/etoile-lkplugins: API no longer supported 2012-07-20 lang/etoile-scriptkit: API no longer supported 2012-07-20 lang/etoile-smalltalkkit: API no longer supported 2012-07-20 multimedia/etoile-babbler: API no longer supported 2012-07-20 multimedia/etoile-mediakit: API no longer supported 2012-07-20 multimedia/etoile-multimediakit: API no longer supported 2012-07-20 net-im/etoile-stepchat: API no longer supported 2012-07-20 net-im/etoile-xmppkit: API no longer supported 2012-07-20 sysutils/etoile-behavior: API no longer supported 2012-07-20 sysutils/etoile-installer: API no longer supported 2012-07-20 sysutils/etoile-powermenulet: API no longer supported 2012-07-20 sysutils/etoile-system: API no longer supported 2012-07-20 textproc/etoile-lucenekit: API no longer supported 2012-07-20 textproc/etoile-ogrekit: API no longer supported 2012-07-20 textproc/etoile-opmlkit: API no longer supported 2012-07-20 www/etoile-bookmarkkit: API no longer supported 2012-07-20 www/etoile-mollusk: API no longer supported 2012-07-20 x11-fm/etoile-fontmanager: API no longer supported 2012-07-20 x11-themes/etoile-azbackground: API no longer supported 2012-07-20 x11-themes/etoile-camaelon: API no longer supported 2012-07-20 x11-themes/etoile-etoilemenus: API no longer supported 2012-07-20 x11-themes/etoile-iconkit: API no longer supported 2012-07-20 x11-themes/etoile-wildmenus: API no longer supported 2012-07-20 x11-wm/etoile-azalea: API no longer supported 2012-07-20 x11-wm/etoile-azdock: API no longer supported 2012-07-20 x11-wm/etoile-azswitch: API no longer supported 2012-07-20 x11-wm/etoile-login: API no longer supported 2012-07-20 x11/etoile: Update to a new release is required 2012-07-20 x11/etoile-idle: API no longer supported 2012-07-20 x11/etoile-iterm: API no longer supported 2012-07-20 x11/etoile-xwindowserverkit: API no longer supported 2012-07-20 x11/gnustep-app: API no longer supported
* Add USE_PKGCONFIGbapt2012-07-276-0/+6
|
* - Use USE_PKGCONFIG macrobapt2012-07-271-5/+2
| | | | - Remove useless post-patch
* new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configbapt2012-07-263-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | are no more self hosting so we are stuck with 0.25 version while pkgconf provide the same set of features as 0.27 and a compatible frontend. A symlink to pkg-config has been added for convenience and compatibility This also introduces a new macro to use pkgconf in your ports: USE_PKGCONFIG it can take the following arguments: - yes (meaning build only dep) - build (meaning build only dep) - run (meaning run only dep) - both (meaning run and build dep) From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG The old gnome macro has been modified to use pkgconf but still the sameway: run and build dep to avoid large breakage. While here fix some ports relying on pkg-config but not specifying it, fix some ports broken because testing wrong .pc files, and fix ports using pkg-config --version to determine pkg-config version instead of pkg-config --modversion pkg-config like recommanded by pkg-config With Hat: portmgr Exp-runs by: bapt (pointhat-west), beat (pointyhat)
* For ports maintained by ports@ where pkgconfig is one of the USE_GNOME depsdougb2012-07-231-1/+2
| | | | | convert it to BUILD_DEPENDS. This avoids the problem of the bogus run dep added by bsd.gnome.mk.
* For the ports that are maintained by ports@ that have pkgconfig as theirdougb2012-07-232-3/+4
| | | | | | only USE_GNOME feature, convert to a BUILD_DEPENDS. This avoids both the bug of the bogus run depend introduced by bsd.gnome.mk, and also avoids needlessly pulling that file in.
* Update to version 1.1.2, bugfix release.zeising2012-07-202-3/+3
| | | | | | | | | | | Changelog: * Fix issue where a window/icon could not be clicked or otherwise manipulated. * Fix an issue where on some Intel graphics cards when exiting the screen turned garbled and would blink really badly. * Bonus fix: spawn_position to actually do what it is supposed to do. Approved by: kwm (mentor)
* Toss this one back in the pool, as I no longer use it.dougb2012-07-191-3/+2
| | | | | | For those that come after, I recommend not bothering with 0.95.3 as it has "issues." I also cannot stress enough the need to subscribe to and participate in the discussion on wmaker-dev@lists.windowmaker.org.
* Add information for those lucky enough to have working suspend/resumecrees2012-07-171-0/+9
| | | | Submitted by: J.R. Oldroyd <fbsd@opal.com>
* Update to 3.4.13garga2012-07-163-16/+16
|
* - Update to 1.0.10.001gahr2012-07-103-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: * Spec file fixes. * Expose ECompMgrWinSetOpacity() - call via EobjChangeOpacityNow(). * Eliminate Mode.place.doing_slide. * Fix setting slide-in mode in dialog. * Menus - Remove unused code. * Change ewin sliding function API. * Dialog sliders - Enable having upper bound below lower. * Dialogs - Add missing const. * Remove server grab around EShapeSetShape(). * Add EX_EVENT_GLX_FLIP. * Move pre-eventloop calls of EobjsRepaint() out of progress bar functions. * Remove useless parameter from SnapshotsSaveReal(). * GSOD - Make work when compositing. * GSOD - Refactor + some changes. * GSOD - Just use fixed font. Font sets are causing trouble again. * Name ewin sliding functions consistently. * Move ewin sliding functions to slide.c. * EwinMove/Resize - Change various global/ewin flags to function parameter. * Use OPSRC_NA in stead of 0. * Add uninstall-local to fix distcheck (with recent autotools?). * Move GetTimeMs/Us() to time.c. * French translation update (Tristan D.). * Make clean shouldn't remove e16-gnome3-session.desktop. * Remove USER_NAME, HOME_DIR, and USER_SHELL from config file preparsing. * Simplify user info functions. * Close all fd's above 2 when exec'ing for restart. * French translation update (Tristan D.). * Minor tweak around ECompMgrGetRootBuffer(). * Remove some obsolete code. * Change some longs to ints where long is not needed. * Fix build without composite but with xrender. * Remove now unused EKeycodeToString(). * Remove old e16keyedit (pre 0.7) IPC functions. * Fix bug in pareto_maximizer() (Daniel Manjarres). * Remove unnecessary AC_PROG_MAKE_SET. * Warning fix for gcc-4.6.x. * Japanese translation update (Yasufumi Haga).
* E17 module itask-ng has been renamed to engage.makc2012-07-076-81/+3
| | | | | PR: ports/167405 Submitted by: Grzegorz Blach <magik at roorback.net>
* Update to version 1.1.1zeising2012-07-043-18/+9
| | | | | | | | | | | | Changelog: * Fix status bar flicker by double-buffering the output. * Add horizontal_flip and vertical_flip layout options. * Kill references before focusing on a new window. * Add new options to change focus behavior on window open and close. * Increase workspace hard limit to 22. * Bug and backawards compatiblity fixes. Approved by: kwm (mentor)
* Change maintainer address to my FreeBSD.org mail address.zeising2012-07-031-1/+1
| | | | Approved by: kwm (mentor)
* - Move to OPTIONSnggarga2012-07-031-14/+15
| | | | - Remove libraries version from LIB_DEPENDS to silence portlint
* - Remove SITE_PERL from *_DEPENDSaz2012-06-301-1/+1
| | | | Approved by: portmgr@ (bapt@)
* Remove stale patches, forgotten in previous commit.makc2012-06-293-33/+0
| | | | Reported by: Andrzej Tobola via mail
* Fix PORTREVISIONsmakc2012-06-294-0/+4
| | | | Reported by: erwin
* - Update E17 ports:makc2012-06-27158-547/+1054
| | | | | | | | | | | | | | | | | | | | | | | | | | EFL updated to 1.1.0 and E17 updated to 0.16.999.65643 (svn 65643) - Pass maintainership to submitter. - New ports: benchmarks/expedite devel/eio graphics/evas-loader-generic graphics/evas-loader-ico graphics/evas-loader-psd graphics/evas-loader-wbmp graphics/evas_generic_loaders-gst graphics/evas_generic_loaders-pdf graphics/evas_generic_loaders-ps graphics/evas_generic_loaders-raw graphics/evas_generic_loaders-xcf x11-wm/e17-module-comp-scale x11-wm/e17-module-e-tiling x11-wm/e17-module-elfe x11-wm/e17-module-everything-aspell x11-wm/e17-module-everything-shotgun x11-wm/e17-module-xkbswitch PR: ports/167405 Submitted by: Grzegorz Blach <magik at roorback.net>
* Upgrade to OptionsNGeadler2012-06-261-18/+16
| | | | Reviewed by: dinoex, ak
* Update to 3.4.12garga2012-06-193-4/+5
|
* - Fix PLISTgahr2012-06-182-7/+19
| | | | Reported by: PH (pav, linimon)
* In OPTIONS, s/ORANGE/ORAGE/dougb2012-06-171-3/+3
| | | | Submitted by: tijl
* - Fix buildsylvio2012-06-111-0/+1
| | | | | | PR: ports/168606 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Reported by: pav@
* - fix linkinggahr2012-06-112-45/+33
|
* Convert to new options frameworkarved2012-06-111-2/+4
|
* - mark DEPRECATEDdinoex2012-06-114-4/+12
| | | | - reset MAINTAINER
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4miwi2012-06-061-2/+1
| | | | Review by: bapt, David Naylor (kde team)
* - Update to version 2.0sylvio2012-06-0610-803/+1639
| | | | | | | | | | | | | Remove file: files/patch-datas-Makefile files/patch-datas::startede.in files/patch-etimedate::fl_time.cpp files/patch-evolume-evolume.h files/patch-evolume-prefs.cpp files/patch-eworkpanel-batterymonitor.cpp PR: ports/168606 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Update The Glorious Glasgow Haskell Compiler to version 7.4.1pgj2012-06-042-3/+3
| | | | | | | | | | | Please note that port revision for all the Haskell ports without version changes are also bumped. Other per-port updates are coming soon (in separate commits)! In addition to that, separate -docs ports are no longer needed so they are now removed. Thanks ashish@ for the assistance. Obtained from: FreeBSD Haskell
* Fix optionsbapt2012-06-031-1/+1
| | | | | PR: ports/168615 Submitted by: Barbara <barbara.xxx1975@libero.it>
* - update png to 1.5.10dinoex2012-06-01106-52/+142
|
* Fix multiple options testing in one linebapt2012-06-011-1/+1
|
* Convert to new options frameworkbapt2012-05-315-49/+44
|
* - Switch to shared NOTIFY descriptionmiwi2012-05-311-4/+3
|
* - Convert complete XFCE to new options frameworkmiwi2012-05-315-53/+50
| | | | | | | | | | | While here some extra work: - Remove 6.X gruft - Correct NOPORTDOCS - Pet portlint - Whitespaces fixes Reviewed by: beat, bapt (thx!)
* - Update to 4.2dhn2012-05-265-50/+24
|
* - Welcome XFCE 4.10 to the portstree!miwi2012-05-2624-1267/+120
| | | | | | | Special Thanks to: rene, Olivier Duchateau <duchateau.olivier@gmail.com> Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> Tested by: phw
* update lang/sbcl to 1.0.57, and adjust dependent portsbf2012-05-231-1/+1
|
* - strict python version to 2.x onlyrm2012-05-141-1/+1
|
* - strict python version to 2.x onlyrm2012-05-144-4/+2
| | | | - remove second newline in the end of pkg-plist
* Vicious is a modular widget library for the "awesome" window manager,delphij2012-05-095-0/+92
| | | | | | | | | derived from the 'Wicked' widget library. It has some of the old Wicked widget types, a few of them rewritten, and a good number of new ones. PR: ports/167687 Submitted by: William Grzybowski <william88 gmail.com>
* update to 1.0.56 and adjust dependent ports; switch to the packagedbf2012-04-231-1/+1
| | | | | | | html documents, to avoid problems with our texinfo tools; pass prefix, dynamic space size, and lisp bootstrap via make.sh options; update flags and use them in tests; remove unused patches; simplify and sort some variables and options-handling; shorten some long lines
* - update to 1.3.6jgh2012-04-232-3/+3
| | | | | | PR: ports/166714 Submitted by: root@arrishq.net Approved by: maintainer timeout ( 16 days )
* 1danfe2012-04-221-2/+4
|
* Augment port description.danfe2012-04-221-3/+16
|
* Update 2.6.4 --> 2.6.5cy2012-04-212-3/+3
|
* - pass maintainership of this ports to new volunteerrm2012-04-1115-15/+15
| | | | | | | - add some of them to `enlightenment' virtual category PR: 166814 Submitted by: Grzegorz Blach <magik at roorback dot net>
* - Fix buildmiwi2012-04-071-2/+4
| | | | | | | | - Add LICENSE PR: 166054 Submitted by: Ports Fury Feature safe: yes
* - Add missing dependency on startup-notification and add a knob tonovel2012-03-251-1/+7
| | | | | | | | | disable it - Bump PORTREVISION PR: ports/166217 Submitted by: Oleg Pudeyev <oleg@bsdpower.com> Feature safe: yes
* - Fix hidden dependency on libinotifyamdmi32012-03-221-9/+19
| | | | | | | | | - Link with libinotify correctly which fixes dependent ports dying with rtld error - Minor port cleanups PR: 166296 Submitted by: Ivan Klymenko <fidaj@ukr.net> Feature safe: yes
* - Mark BROKEN on 7.X: does not compilepav2012-03-191-0/+4
| | | | | | | | | | | | | | | | | | handlers.c: In function 'W_HandleInputEvents': handlers.c:471: error: 'fd_set' undeclared (first use in this function) handlers.c:471: error: (Each undeclared identifier is reported only once handlers.c:471: error: for each function it appears in.) handlers.c:471: error: expected ';' before 'rset' handlers.c:486: warning: implicit declaration of function 'FD_ZERO' handlers.c:486: error: 'rset' undeclared (first use in this function) handlers.c:487: error: 'wset' undeclared (first use in this function) handlers.c:488: error: 'eset' undeclared (first use in this function) handlers.c:493: warning: implicit declaration of function 'FD_SET' handlers.c:527: warning: implicit declaration of function 'select' handlers.c:542: warning: implicit declaration of function 'FD_ISSET' Reported by: pointyhat Feature safe: yes
* Restore start script - it got lost in the renameeadler2012-03-181-0/+10
| | | | | | Submitted by: ak Approved by: maintainer (implicit) Feature safe: yes
* Apparently xrandr affects the ability to restart a session negatively indougb2012-03-091-4/+11
| | | | | | some circumstances. So make it optional, with a warning. Feature safe: yes
* - scrotwm has been renamed to spectrwmeadler2012-03-069-137/+3
| | | | | | | | - update to 1.0.0 PR: ports/165248 Submitted by: Niclas Zeising <zeising@daemonic.se> (maintainer) Reviewed by: pgollucci
* Forced commit to note repocopy for renamed projecteadler2012-03-064-29/+28
|
* - Drop maintainershipgarga2012-03-051-1/+3
| | | | - Mark it as BROKEN, it doesn't build with WindowMaker 0.95.2