aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
Commit message (Collapse)AuthorAgeFilesLines
* Update to 6.1.0Max Brazhnikov2013-07-148-39/+61
| | | | Notes: svn path=/head/; revision=322988
* Fix buildBaptiste Daroussin2013-07-131-8/+3
| | | | Notes: svn path=/head/; revision=322933
* Mark jobs unsafeBaptiste Daroussin2013-07-131-7/+4
| | | | Notes: svn path=/head/; revision=322920
* Remove x11-toolkits/linux-f10-qt33 now that we have linux-f10-qt45Rene Ladan2013-07-125-92/+0
| | | | Notes: svn path=/head/; revision=322862
* Add QT4 (Linux Fedora 10).Boris Samorodov2013-07-125-0/+143
| | | | | | | Requested by: rene (at emulation@) Notes: svn path=/head/; revision=322860
* Mark jobs unsafeBaptiste Daroussin2013-07-121-0/+1
| | | | Notes: svn path=/head/; revision=322841
* Replace John Marino email address with FreeBSD versionJohn Marino2013-07-121-2/+2
| | | | | | | | | | While I'm here, also trim the headers on a couple of ports and remove a reference to the Dragonlace mirror which is down indefinitely. Approved by: bapt (mentor) Notes: svn path=/head/; revision=322832
* Mark jobs unsafeBaptiste Daroussin2013-07-121-6/+3
| | | | | | | | Trim headers Convert to USES=gmake Notes: svn path=/head/; revision=322831
* Fix PORTSDIR not already defined by using relative pathBaptiste Daroussin2013-07-101-1/+1
| | | | Notes: svn path=/head/; revision=322734
* Fix pure by removing the useless pre.mk/post.mk dancingBaptiste Daroussin2013-07-101-2/+1
| | | | | | | | | Convert to USES=gmake Reported by: marino Notes: svn path=/head/; revision=322733
* Convert my ports to current standardsPawel Pekala2013-07-102-16/+8
| | | | | | | | | | | - Switch USE_GMAKE to USES=gmake - Define supported options so users can see them in config dialogs - Use OPTIONS_SUB for plist alteration - Convert to options macros for better readability - Use PORTDOCS where it makes sense Notes: svn path=/head/; revision=322729
* Move gmake declaration prior to pre.mk while here convert it to USES=gmakeBaptiste Daroussin2013-07-101-1/+2
| | | | Notes: svn path=/head/; revision=322710
* Mark jobs unsafeBaptiste Daroussin2013-07-101-6/+3
| | | | | | | | Convert to USES=gmake where appropriate Trim headers Notes: svn path=/head/; revision=322689
* Convert from USE_MOTIF to USES=motifBaptiste Daroussin2013-07-106-43/+13
| | | | | | | | | | While here: - Trim headers - Convert USE_GMAKE to USES=gmake - Remove indefinite article from comment Notes: svn path=/head/; revision=322622
* - Drop all my portsPav Lucistnik2013-07-091-1/+1
| | | | Notes: svn path=/head/; revision=322581
* Convert the ports I maintain to USES=gmake.Guido Falsi2013-07-081-1/+1
| | | | Notes: svn path=/head/; revision=322531
* Remove unneeded USE_DISPLAYBaptiste Daroussin2013-07-081-1/+0
| | | | Notes: svn path=/head/; revision=322519
* Remove unneeded USE_DISPLAYBaptiste Daroussin2013-07-081-1/+0
| | | | Notes: svn path=/head/; revision=322518
* Remove latest usage of X_FONTS_ENCODINGS_PORT and X_FONTS_TTF_PORTBaptiste Daroussin2013-07-082-4/+4
| | | | Notes: svn path=/head/; revision=322490
* - Update to version 2.2.1Pawel Pekala2013-07-032-3/+5
| | | | | | | | | | | - Make options visible The release notes for this version are as follows: Minor bugfixes, interface improvements, and documentation updates. Notes: svn path=/head/; revision=322229
* Copy pkg-descr from x11-toolkits/qt33 instead of referencing it.Rene Ladan2013-07-022-7/+11
| | | | | | | This fixes the INDEX build when x11-toolkits/qt33 gets removed. Notes: svn path=/head/; revision=322179
* x11-toolkits/gtkada: update to 2.24.4.0William Grzybowski2013-07-0217-2827/+86
| | | | | | | | | | | - Update to 2.24.4.0 - Auto generate pkg-plist PR: ports/180172 Submitted by: John Marino <draco@marino.st> (maintainer) Notes: svn path=/head/; revision=322170
* Add x11-toolkits/py-kivy 1.7.1.David Naylor2013-07-016-0/+1711
| | | | | | | | Kivy is a NUI (natural user interface) toolkit that can be used on Android, iOS, Windows, Linux, Mac and *BSD. Notes: svn path=/head/; revision=322115
* New USES imake to handle the dependency on imake.Baptiste Daroussin2013-06-283-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | This uses accept 'env' as an argument for ports that do use their own or a different do-configure target. Modify xmkmf so it accept IMAKECPPFLAGS as default flags for imake and pass it to the called imake. Modify xorg-cf-files (the FreeBSD.cf configuration file) to allow CppCmd to be overwritten. Pass CppCmd CcCmd and CplusplusCmd via command line to each call of imake via IMAKECPPFLAGS Pass IMAKE_DEFINE with the above arguments to MAKE_ARGS so that imake spawned from Makefile generated by a previous imake also inherit the defined CppCmd CcCmd and CplusplusCmd. Make imake use devel/tradcpp all the time, so that when buidling with clang we do not depend on gcc's cpp. Make imake respect CC and CXX Make imake respect USE_GCC (if set imake will use gcc's cpp). While here: - Remove a couple of indefinite articles from comments - Trim headers - Fix a couple of ports to build with clang or use: USE_GCC=any - Fix a now useless redefinition of the extraction chain - Fix a typo in japanese/Wnn7-lib bundled imake template definitions - Fix some XMKMF execution with no env specified - Use options helper in x11/xautolock to simplify the port Notes: svn path=/head/; revision=321957
* Update to 3.3.3.Raphael Kubo da Costa2013-06-222-3/+3
| | | | | | | | PR: ports/179850 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) Notes: svn path=/head/; revision=321587
* Update the PyQt ports.Raphael Kubo da Costa2013-06-211-1/+1
| | | | | | | | | - SIP has been upgraded to 4.14.7. - PyQt4 has been upgraded to 4.10.2. - QScintilla2 has been upgraded to 2.7.2. Notes: svn path=/head/; revision=321498
* Update MASTER_SITE_QT.Raphael Kubo da Costa2013-06-211-0/+1
| | | | | | | | download.qt-project.org is a CDN and should redirect to the closest mirror anyway, but a few more mirrors have been added just in case. Notes: svn path=/head/; revision=321482
* Update to 0.4.2.Raphael Kubo da Costa2013-06-214-6/+7
| | | | Notes: svn path=/head/; revision=321459
* Update to 0.11.0.Raphael Kubo da Costa2013-06-202-8/+3
| | | | Notes: svn path=/head/; revision=321421
* - Fix build in non-UTF8 enviromentSteve Wills2013-06-201-0/+1
| | | | | | | | PR: ports/179307 Submitted by: pawel Notes: svn path=/head/; revision=321371
* - Add xt to USE_XORG modulesPietro Cerutti2013-06-201-2/+2
| | | | | | | | | This should work around the recent problem in which ports depending on Tk 8.6 failed to to locate the X11 include directory. The reason behind this is that TEA [1] looks for X11/Intrinsic.h, which is installed by xt. Notes: svn path=/head/; revision=321364
* - Cleanup outdated checks. (PERL_LEVEL < 5.12)Andrej Zverev2013-06-181-8/+2
| | | | | | | | | - Assign some p5- ports under perl@ maintainership. Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=321187
* - Make fetchable again by fixing MASTER_SITESPietro Cerutti2013-06-181-2/+1
| | | | | | | Reported by: Kenta Suzumoto <kentas@hush.com> Notes: svn path=/head/; revision=321172
* Update to 2.24.19.Koop Mast2013-06-162-3/+3
| | | | | | | Minor maintaince bug fix release. Notes: svn path=/head/; revision=321068
* - Remove www/libxul19, is has been vulnerable and unsupported upstream forFlorian Smeets2013-06-152-3/+5
| | | | | | | | | | | | quite some time. - Switch all remaining consumers to depend on www/libxul - Mark ports that don't work with the new libxul BROKEN - Mark some old ports DEPRECATED with a reasonable timeout Approved by: portmgr (miwi) Notes: svn path=/head/; revision=320984
* Hierarchic data visualization control intended for use with structures whereSofian Brabez2013-06-135-0/+41
| | | | | | | | | "parents" hold collections of weighted children. WWW: http://pypi.python.org/pypi/SquareMap Notes: svn path=/head/; revision=320754
* Fix build with clangBaptiste Daroussin2013-06-121-5/+2
| | | | Notes: svn path=/head/; revision=320706
* Ruby/GtkSourceView3 is a Ruby binding of gtksourceview-3.x.Steve Wills2013-06-094-0/+24
| | | | | | | WWW: http://ruby-gnome2.sourceforge.jp/ Notes: svn path=/head/; revision=320400
* Ruby/GtkSourceView2 is a Ruby binding of gtksourceview-2.x.Steve Wills2013-06-094-0/+24
| | | | | | | WWW: http://ruby-gnome2.sourceforge.jp/ Notes: svn path=/head/; revision=320390
* Ruby/VTE is a Ruby binding of VTE.Steve Wills2013-06-094-0/+24
| | | | | | | WWW: http://ruby-gnome2.sourceforge.jp/ Notes: svn path=/head/; revision=320389
* Ruby/Poppler is a Ruby binding for Poppler.Steve Wills2013-06-094-0/+24
| | | | | | | | | | WWW: http://ruby-gnome2.sourceforge.jp/ PR: ports/173376 Submitted by: Shin-ya Murakami <murashin@gfd-dennou.org> Notes: svn path=/head/; revision=320388
* Ruby/GTK3 is a Ruby binding of GTK+-3.x.Steve Wills2013-06-094-0/+29
| | | | | | | WWW: http://ruby-gnome2.sourceforge.jp/ Notes: svn path=/head/; revision=320385
* Ruby/GDK3 is a Ruby binding of GDK-3.x.Steve Wills2013-06-094-0/+25
| | | | | | | WWW: http://ruby-gnome2.sourceforge.jp/ Notes: svn path=/head/; revision=320382
* Ruby/GTK2 is a Ruby binding for GTK+2.Steve Wills2013-06-094-0/+26
| | | | | | | | | | WWW: http://ruby-gnome2.sourceforge.jp/ PR: ports/173378 Submitted by: Shin-ya Murakami <murashin@gfd-dennou.org> Notes: svn path=/head/; revision=320380
* Ruby/Pango is a Ruby binding for Pango.Steve Wills2013-06-094-0/+25
| | | | | | | | | | WWW: http://ruby-gnome2.sourceforge.jp/ PR: ports/173377 Submitted by: Shin-ya Murakami <murashin@gfd-dennou.org> Notes: svn path=/head/; revision=320378
* retire ruby-wxDirk Meyer2013-06-076-241/+0
| | | | | | | | | | - broken with 64bit - wx 2.4 gone, broken with current wx - broken with ruby1.9 - broken with current swig Notes: svn path=/head/; revision=320190
* - Remove unnecessary depend on PERL_LEVEL < 5.12Andrej Zverev2013-06-071-5/+0
| | | | | | | | | PR: ports/178915 Submitted by: az Approved by: maintainer (timeout) Notes: svn path=/head/; revision=320164
* - Remove unnecessary depend on PERL_LEVEL < 5.12Andrej Zverev2013-06-071-10/+0
| | | | | | | | | PR: ports/178914 Submitted by: az Approved by: maintainer (timeout) Notes: svn path=/head/; revision=320163
* PERL_CONFIGURE implies USE_PERL5.Mathieu Arnold2013-06-061-1/+0
| | | | | | | Reported by: http://az.semmy.ru/perl_sdad.txt Notes: svn path=/head/; revision=320093
* Fix security issues in xorg client libraries.Niclas Zeising2013-06-042-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Most libraries were updated to newer versions, in some cases patches were backported instead. Most notably, x11/libX11 was updated to 1.6.0 Security: CVE-2013-1981 CVE-2013-1982 CVE-2013-1983 CVE-2013-1984 CVE-2013-1985 CVE-2013-1986 CVE-2013-1987 CVE-2013-1988 CVE-2013-1989 CVE-2013-1990 CVE-2013-1991 CVE-2013-1992 CVE-2013-1993 CVE-2013-1994 CVE-2013-1995 CVE-2013-1996 CVE-2013-1997 CVE-2013-1998 CVE-2013-1999 CVE-2013-2000 CVE-2013-2001 CVE-2013-2002 CVE-2013-2003 CVE-2013-2004 CVE-2013-2005 CVE-2013-2062 CVE-2013-2063 CVE-2013-2064 CVE-2013-2066 Notes: svn path=/head/; revision=319899