summaryrefslogtreecommitdiff
path: root/x11-toolkits (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix the build with clang.Jeremy Messenger2012-03-252-0/+22
| | | | | | | | | | PR: ports/166225 Submitted by: Shane Ambler <FreeBSD@Shaneware.biz> Reviewed by: marcus Feature safe: yes Notes: svn path=/head/; revision=293778
* - Update to 3.0.4Martin Wilke2012-03-242-3/+3
| | | | | | | | | PR: 165946 Submitted by: maintainer Feature safe: yes Notes: svn path=/head/; revision=293743
* Fix the build when japanese/sed is installed. Get it to use the system sedJeremy Messenger2012-03-171-1/+1
| | | | | | | | | | | instead of try to pick up japanese/sed. PR: ports/160224 Reported by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> Feature safe: yes Notes: svn path=/head/; revision=293466
* Make startup notification to optional.Jeremy Messenger2012-03-161-2/+12
| | | | | | | | | PR: ports/164500 Submitted by: Zhihao Yuan <lichray@gmail.com> Feature safe: yes Notes: svn path=/head/; revision=293392
* - Revert ports/165605 as requested by portmgr@Philip M. Gollucci2012-03-135-6/+28
| | | | | | | | | | | | Note: devel/p5-B-Size and devel/p5-Devel-Arena where intentionally not restored. PR: ports/165605 Approved by: portmgr (bapt) Feature safe: yes (I sure hope so) Notes: svn path=/head/; revision=293247
* - Fix MIT-SHM problem.Alberto Villa2012-03-132-0/+24
| | | | | | | | | | | | | | | | | | - Bump PORTREVISION. Qt raster graphics system engine tries to attach to shared memory segments marked for removal, which is forbidden by POSIX (shmctl(2)). Backport a fix to invert order of operations. The issue was triggered by Marble and KDE-Games, which resulted in blank windows. PR: 164742 Approved by: portmgr via miwi Obtained from: Qt Project Feature safe: yes Notes: svn path=/head/; revision=293225
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, ↵Philip M. Gollucci2012-03-085-28/+6
| | | | | | | | | | | | | | | | | | devel/p5-Devel-Arena) - Remove conditionals for PERL_LEVEL < 501200 - Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk - Other minor cleanups RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS} PR: ports/165605 Submitted by: pgollucci (myself) Approved by: portmgr (linimon) Exp Run by: linimon Tested by: make index Notes: svn path=/head/; revision=292977
* Disconnect ports we don't maintain from bsd.pyqt.mkMax Brazhnikov2012-03-082-8/+8
| | | | Notes: svn path=/head/; revision=292970
* - Unbreak build by remove gecko supportMartin Wilke2012-03-042-13/+1
| | | | | | | | | - Bump PORTREVISION Approved by: gnome (kwm via irc) Notes: svn path=/head/; revision=292675
* Update to 1.3.0Max Brazhnikov2012-03-023-7/+7
| | | | | | | | | | Pass maintainership to submitter PR: ports/165531 Submitted by: Muhammad Moinur Rahman <5u623l20 at gmail.com> Notes: svn path=/head/; revision=292527
* Sort plistMax Brazhnikov2012-03-022-31/+30
| | | | | | | Reformat description Notes: svn path=/head/; revision=292526
* Update dependencies.Romain Tartière2012-02-271-1/+2
| | | | | | | | PR: ports/165365 Submitted by: Steve Wills <swills@freebsd.org> Notes: svn path=/head/; revision=292293
* Fix a typo in the plist.Koop Mast2012-02-242-2/+2
| | | | | | | | PR: ports/165282 Submitted by: truckman@ Notes: svn path=/head/; revision=292186
* - fix sort order in few category MakefilesRuslan Makhmatkhanov2012-02-231-1/+1
| | | | | | | | PR: 165411 Submitted by: Conrad J. Sabatier <conrads at cox dot net> Notes: svn path=/head/; revision=292109
* - Update distinfo, the tarball was rerolled. Author assures it's not beenPietro Cerutti2012-02-222-11/+5
| | | | | | | | | | compromised. - Fix MASTER_SITES - Remove unused arguments from CONFIGURE_ARGS - Remove unneeded quotations from pkg-config file Notes: svn path=/head/; revision=292054
* - Migreate from libungif to giflibSteve Wills2012-02-221-1/+1
| | | | | | | | | PR: ports/165378 Submitted by: swills (myself) Approved by: Dmitry Karasik <dmitry@karasik.eu.org> (maintainer) Notes: svn path=/head/; revision=292026
* - restore epochJason Helfman2012-02-211-0/+1
| | | | | | | | PR: ports/165362 Submitted by: maintainer, conrads@cox.net Notes: svn path=/head/; revision=292008
* - Update to 3.7.1Jason Helfman2012-02-202-14/+17
| | | | | | | | | | - pass maintainership to submitter PR: ports/164784 Submitted by: Conrad J. Sabatier, conrads@cox.net Notes: svn path=/head/; revision=291948
* Correct CATEGORIES for new portJohan van Selst2012-02-201-1/+1
| | | | | | | | Reported by: erwin Pointy hat to: myself Notes: svn path=/head/; revision=291929
* - Update to 3.0.3Martin Wilke2012-02-203-17/+7
| | | | | | | | PR: 165048 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) Notes: svn path=/head/; revision=291885
* - Add new port: x11-toolkits/libxaw3dxftJohan van Selst2012-02-195-0/+129
| | | | | | | | | | | | | | | | | | | | | | | | | It is an alternative for libxaw3d, with support for UTF-8 and fancy fonts. This library is a requirement for newer versions of graphics/xpaint. libxaw3dxft is a Xaw (Athena Widget Set) replacement that looks three-dimensional. Xaw3dxft is an extended version of xaw3d with support for UTF8 input and UTF8 encoding of text, and rendering text with the Freetype library and Truetype fonts. It should be mostly compatible with the original xaw3d library, except for font management : everything using the old X11 core font routines should be replaced by their freetype equivalents. The main advantage of using libxaw3dxft over libxaw3d or libxaw is that all text will appear nicely antialiasedd when using truetype fonts in the menu widgets. Also, the use of UTF8 makes it easier to internationalize applications in arbitrary languages. WWW: http://sf-xpaint.sourceforge.net/ Notes: svn path=/head/; revision=291790
* wxHaskell is a portable and native GUI library for Haskell. It is builtGabor Pali2012-02-184-0/+31
| | | | | | | | | | | | | on top of wxWidgets - a comprehensive C++ library that is portable across all major GUI platforms; including GTK, Windows, X11, and MacOS X. This version works with wxWidgets 2.8 and 2.9. WWW: http://haskell.org/haskellwiki/WxHaskell Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=291762
* wxHaskell is a portable and native GUI library for Haskell. It is builtGabor Pali2012-02-185-0/+48
| | | | | | | | | | | | | | | | | on top of wxWidgets, a comprehensive C++ library that is portable across all major GUI platforms, including GTK, Windows, X11, and MacOS X. This version works with wxWidgets 2.8 only. Distributed under the WXWINDOWS LIBRARY LICENSE. Please see LICENSE file, but note that this is essentially LGPL with an exception allowing binary distribution of proprietary software. This is the same license as wxWidgets itself uses. WWW: http://haskell.org/haskellwiki/WxHaskell Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=291761
* wxHaskell is a portable and native GUI library for Haskell. It is builtGabor Pali2012-02-184-0/+33
| | | | | | | | | | | | | on top of wxWidgets, a comprehensive C++ library that is portable across all major GUI platforms, including GTK, Windows, X11, and MacOS X. This version works with wxWidgets 2.8 only. WWW: http://haskell.org/haskellwiki/WxHaskell Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=291760
* - Update devel/sdl12 to 1.2.15Marcus von Appen2012-02-186-6/+6
| | | | | | | | | | | | | | | | - Update audio/sdl_mixer to 1.2.15 - Update graphics/sdl_image to 1.2.12 - Update graphics/sdl_ttf to 2.0.11 - Update graphics/sdl_gfx to 2.0.23 - Update net/sdl_net to 1.2.8 - Bump PORTREVISIONs on ports that depend on one or more packages due to ABI and shared library version changes - Update Mk/bsd.sdl.mk accordingly for the new shared library versions Tested by: exp-run by pav Notes: svn path=/head/; revision=291667
* Normalize the maintainer (freebsd -> FreeBSD.org)Eitan Adler2012-02-161-1/+1
| | | | Notes: svn path=/head/; revision=291496
* PORTREVISION bump.Cy Schubert2012-02-151-0/+1
| | | | Notes: svn path=/head/; revision=291457
* Fix pkg-plist errors (resulting in a conflict with the x11/props port).Cy Schubert2012-02-152-1/+6
| | | | | | | Flagged by: pav Notes: svn path=/head/; revision=291455
* - Please welcome Gtk2Hs 0.12.2!Gabor Pali2012-02-131-2/+1
| | | | | | | Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=291258
* - Update to 0.12.1Gabor Pali2012-02-134-13/+7
| | | | | | | Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=291257
* - Update to 0.12.2Gabor Pali2012-02-134-12/+6
| | | | | | | Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=291256
* - Update to 0.12.3Gabor Pali2012-02-132-6/+3
| | | | | | | Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=291255
* - Please welcome GHC 7.0.4Gabor Pali2012-02-132-2/+2
| | | | | | | | | | | | | | | | GHC in the ports tree has been updated to version 7.0.4 and the port revision for all the Haskell ports without version changes are bumped. Other per-port updates are coming soon. This update also incorporates some improvements for bsd.cabal.mk that makes working with Haskell ports even easier. Thanks ashish@ for the help! Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=291136
* - convert to using PYTHON_SITELIBDIR (non-functional change)Ruslan Makhmatkhanov2012-02-121-1/+1
| | | | Notes: svn path=/head/; revision=291063
* Update to 0.9.0.Raphael Kubo da Costa2012-02-102-4/+4
| | | | Notes: svn path=/head/; revision=290886
* Update 3.2p1-X11R6 --> 3.2p1.4-19cCy Schubert2012-02-08126-1985/+1290
| | | | | | | | This fixes cmdtool and shelltool terminal handling and utmpx issues under 9.0. Notes: svn path=/head/; revision=290705
* Add distfile sources.Cy Schubert2012-02-081-1/+5
| | | | Notes: svn path=/head/; revision=290699
* Avoid automagical creation of xmlto filesEitan Adler2012-02-071-0/+1
| | | | | | | Submitted by: dougb Notes: svn path=/head/; revision=290529
* Backout previous commit due to missing dependencies not picked up by a ↵Eitan Adler2012-02-054-9/+8
| | | | | | | | | | | tinderbox run Reported by: x11@ mailing list Reviewed by: miwi Pointyhat to: me Notes: svn path=/head/; revision=290418
* Update to 1.0.9Eitan Adler2012-02-042-3/+4
| | | | | | | | | | | | Changes: This release includes several bug fixes, as well as the usual set of recent build configuration improvements & janitorial cleanups. Reviewed by: miwi Obtained from: xorg-dev repo Notes: svn path=/head/; revision=290397
* Update to 1.1.1Eitan Adler2012-02-042-3/+4
| | | | | | | | | | | Changes: Adds new XtAsprintf function Reviewed by: miwi Obtained from: xorg-dev repo Notes: svn path=/head/; revision=290396
* - Update to 1.223Steve Wills2012-02-012-9/+9
| | | | | | | | | | - Improve depends PR: ports/164517 Submitted by: sunpoet Notes: svn path=/head/; revision=290235
* - Update to 1.242Steve Wills2012-02-012-3/+3
| | | | | | | | PR: ports/164518 Submitted by: sunpoet Notes: svn path=/head/; revision=290234
* - Use OPTIONSSunpoet Po-Chuan Hsieh2012-01-301-19/+12
| | | | | | | - Use REINPLACE_CMD to modify makefiles (Makefile and Makefile.PL) Notes: svn path=/head/; revision=290097
* - Update to 0.95Martin Wilke2012-01-292-3/+5
| | | | | | | | PR: 164176 Submitted by: Ports Fury Notes: svn path=/head/; revision=290008
* - Add a couple of pure extensions:Pav Lucistnik2012-01-264-0/+43
| | | | | | | | | | | | | | devel/pure-readline: A readline interface for the Pure language devel/pure-stldict: Pure interface to C++ STL map/unordered_map devel/pure-stlvec: Pure interface to C++ STL vector math/pure-mpfr: Multiprecision floats for Pure x11-toolkits/pure-tk: A basic interface between Pure and Tcl/Tk PR: ports/161799 Submitted by: Zhihao Yuan <lichray@gmail.com> Notes: svn path=/head/; revision=289858
* - Update pure to 0.51 and update modulesPav Lucistnik2012-01-262-22/+6
| | | | | | | | PR: ports/161799 Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer) Notes: svn path=/head/; revision=289841
* update ogre to 1.7.4Oliver Lehmann2012-01-261-0/+1
| | | | | | | bump PORTREVISION on affected ports Notes: svn path=/head/; revision=289829
* - Fix *_DEPENDSSunpoet Po-Chuan Hsieh2012-01-261-2/+3
| | | | | | | - Bump PORTREVISION for dependency change Notes: svn path=/head/; revision=289822
* - Pet Tinderbox and friends.Alberto Villa2012-01-241-1/+1
| | | | | | | | | | | | | OPTIONSFILE must be set using ?= to allow overriding. PR: 163743 PR: 163744 PR: 163745 PR: 163746 Submitted by: A.J. Kehoe IV (Nanoman) <vOo4vyPj@nanoman.ca> Notes: svn path=/head/; revision=289759