aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
Commit message (Collapse)AuthorAgeFilesLines
* Wax is a user-friendly layer on top of wxPython. It allows for easierPav Lucistnik2006-06-075-0/+418
| | | | | | | | | | | | | GUI programming in a more "Pythonic" way. Author: Hans Nowak <hans@zephyrfalcon.org> WWW: http://sourceforge.net/projects/waxgui PR: ports/95283 Submitted by: Nicola Vitale <nivit@email.it> Notes: svn path=/head/; revision=164764
* Nuke x11-toolkits/gtk12-apireference and x11-toolkits/gtk20-apireferenceEdwin Groothuis2006-06-078-318/+0
| | | | | | | | now that they're obsoleted by x11-toolkits/gtk20-reference and friends. Notes: svn path=/head/; revision=164657
* - Update to 1.08 [1]Erwin Lansing2006-06-063-5/+6
| | | | | | | | | | | - Add WWW [1] - Require perl from ports PR: 98559 Submitted by: Rong-En Fan <rafan@infor.org> Notes: svn path=/head/; revision=164569
* - Update to 1.22 [1]Erwin Lansing2006-06-063-5/+13
| | | | | | | | | | - Require perl from ports PR: 98557 [1] Submitted by: Rong-En Fan <rafan@infor.org> Notes: svn path=/head/; revision=164568
* -Change from EG_DST_DIR to EXAMPLESDIR.Jeremy Messenger2006-06-062-105/+106
| | | | | | | | -Use DOCSDIR in Makefile and plist. -Use EXAMPLESDIR in plist. Notes: svn path=/head/; revision=164559
* -Change from EG_DST_DIR to EXAMPLESDIR.Jeremy Messenger2006-06-062-31/+31
| | | | | | | -Use EXAMPLESDIR in plist. Notes: svn path=/head/; revision=164558
* - Update to 1.002Ying-Chieh Liao2006-06-063-7/+8
| | | | | | | | | | | - portlint(1) - use module dir, instead of author's PR: 98567 Submitted by: Rong-En Fan <rafan@infor.org> Notes: svn path=/head/; revision=164553
* - Update to 0.21 [1]Erwin Lansing2006-06-052-7/+12
| | | | | | | | | | | - Require perl 5.8.0 or higher - Assign to perl@ PR: 98556 [1] Submitted by: Rong-En Fan <rafan@infor.org> Notes: svn path=/head/; revision=164531
* - This no longer conflicts with fltk2Pav Lucistnik2006-06-051-1/+0
| | | | Notes: svn path=/head/; revision=164515
* - Update to snapshot r5170Pav Lucistnik2006-06-0513-144/+156
| | | | | | | | PR: ports/98530 Submitted by: Thomas-Martin Seck <tmseck@netcologne.de> (maintainer) Notes: svn path=/head/; revision=164514
* Update to 0.45Erwin Lansing2006-06-052-4/+4
| | | | | | | | | PR: 98432 Submitted by: miwi Approved by: maintainer Notes: svn path=/head/; revision=164452
* Get rid of FOO_DEPENDS=...:target and depend on parent build that should solveJeremy Messenger2006-06-053-24/+15
| | | | | | | | | | | with the failure in pointhat. Change the prefix from X11BASE to LOCALBASE. Bump the PORTREVISION. Reported by: kris Discussed with: marcus Notes: svn path=/head/; revision=164379
* - Upgrade to 8.4.13; (1)Thierry Thomas2006-06-045-36/+111
| | | | | | | | | | | | | - Fix man pages: the required macros were not sourced. (2) Changelog at <http://sourceforge.net/project/shownotes.php?release_id=399452%26group_id=10894> PR: ports/96622 (1) Noticed by: phk (2) Notes: svn path=/head/; revision=164369
* - Update to 1.122Cheng-Lung Sung2006-06-022-4/+4
| | | | | | | | PR: 98305 Submitted by: Rong-En Fan <rafan_AT_infor dot org> Notes: svn path=/head/; revision=164180
* - Update to 0.12aCheng-Lung Sung2006-06-012-4/+4
| | | | | | | | | | | - bugfix release PR: ports/98165 Submitted by: Martin Wilke <freebsd_AT_unixfreunde dot de> Approved by: maintainer Notes: svn path=/head/; revision=164131
* Looked at pango CVS history and it never has USE_X_PREFIX.Jeremy Messenger2006-06-011-1/+1
| | | | Notes: svn path=/head/; revision=164128
* - Add header in these *-reference ports.Jeremy Messenger2006-05-3124-37/+109
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix a few of pkg-descr by chase the rename. - Move all PORTREVISION and PORTEPOCH to top with ?=. - Put USE_X_PREFIX back in, but under REFERENCE_PORT, and remove PREFIX? and USE_XLIB. This fix ports to use the correct mtree when you change the prefix, for example: Incorrect: (Without USE_X_PREFIX) ================================ # cd /usr/ports/x11-toolkits/gtk20 # make -V MTREE_FILE /etc/mtree/BSD.x11-4.dist # make PREFIX=/tmp/foo -V MTREE_FILE /etc/mtree/BSD.local.dist <-- Here... ================================ Correct: (With USE_X_PREFIX) ================================ # cd /usr/ports/x11-toolkits/gtk20 # make -V MTREE_FILE /etc/mtree/BSD.x11-4.dist # make PREFIX=/tmp/foo -V MTREE_FILE /etc/mtree/BSD.x11-4.dist <-- Here... ================================ - Change a several of *-reference ports to install in LOCALBASE instead X11BASE, but only two gtkmm*-reference couldn't be change at the moment. Bump the PORTREVISION for change prefix. Discussed with: marcus Notes: svn path=/head/; revision=164120
* Update to 2.8.8.Jeremy Messenger2006-05-312-4/+4
| | | | Notes: svn path=/head/; revision=164044
* Correct a potential symbol conflict between the xdgmime functions in gtk+Joe Marcus Clarke2006-05-314-2/+52
| | | | | | | | | and those in gnome-vfs. This problem would manifest itself by screwing up MIME types for various files, and causing GTK+ filtered file choosers not to display contents correctly. Notes: svn path=/head/; revision=164022
* - Fix fetch of pango-referencePav Lucistnik2006-05-301-1/+1
| | | | | | | Reported by: krismail Notes: svn path=/head/; revision=163944
* Update to 2.14.2.Jeremy Messenger2006-05-293-5/+4
| | | | Notes: svn path=/head/; revision=163906
* - Drop maintainershipPav Lucistnik2006-05-291-1/+1
| | | | | | | | PR: ports/98102 Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com> Notes: svn path=/head/; revision=163884
* x11-toolkits/gtk--2 -> x11-toolkits/gtkmm20Jeremy Messenger2006-05-2917-639/+12
| | | | | | | | | | | | | | | | | | | x11-toolkits/gtk--2-reference -> x11-toolkits/gtkmm20-reference Rename this ports to use the real vendor package name. The advantage of this is to allow our users' keyword search works and easier for users to file the Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and other OSs have the correct package name, but not in our ports tree. My team, FreeBSD GNOME Team, have agreed with it. As for other ports, chase the rename. PR: ports/97985 Repocopy by: marcus Notes: svn path=/head/; revision=163798
* Update to 2.8.5.Joe Marcus Clarke2006-05-293-4/+9
| | | | Notes: svn path=/head/; revision=163797
* x11-toolkits/gtk-- -> x11-toolkits/gtkmm12Jeremy Messenger2006-05-2915-381/+4
| | | | | | | | | | | | | | | | | Rename this ports to use the real vendor package name. The advantage of this is to allow our users' keyword search works and easier for users to file the Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and other OSs have the correct package name, but not in our ports tree. My team, FreeBSD GNOME Team, have agreed with it. As for other ports, chase the rename. PR: ports/97985 Repocopy by: marcus Notes: svn path=/head/; revision=163796
* Fix two bad patches.Thierry Thomas2006-05-284-36/+15
| | | | | | | Submitted by: Pedro F. Giffuni <giffunip (at) asme.org> Notes: svn path=/head/; revision=163770
* - Rename portsPav Lucistnik2006-05-282-2/+2
| | | | | | | | textproc/gtkspell2 -> textproc/gtkspell textproc/gtkspell2-reference -> textproc/gtkspell-reference Notes: svn path=/head/; revision=163721
* - Rename portsPav Lucistnik2006-05-281-1/+1
| | | | | | | | security/gnomekeyring -> security/gnome-keyring security/gnomekeyringmanager -> security/gnome-keyring-manager Notes: svn path=/head/; revision=163712
* - Renamed port graphics/libart_lgpl2 -> graphics/libart_lgplPav Lucistnik2006-05-281-2/+2
| | | | Notes: svn path=/head/; revision=163701
* devel/py-orbit2 -> devel/py-orbitJeremy Messenger2006-05-281-2/+2
| | | | | | | | | | | | | | Rename this ports to use the real vendor package name. The advantage of this is to allow our users' keyword search works and easier for users to file the Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and other OSs have the correct package name, but not in our ports tree. My team, FreeBSD GNOME Team, have agreed with it. As for x11-toolkits/py-gnome2, chase the rename. Notes: svn path=/head/; revision=163687
* devel/libgtop2 -> devel/libgtopJeremy Messenger2006-05-281-1/+1
| | | | | | | | | | | | | | Rename this ports to use the real vendor package name. The advantage of this is to allow our users' keyword search works and easier for users to file the Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and other OSs have the correct package name, but not in our ports tree. My team, FreeBSD GNOME Team, have agreed with it. As for other ports, chase the rename. Notes: svn path=/head/; revision=163665
* audio/gnomemedia2 -> audio/gnome-mediaJeremy Messenger2006-05-281-1/+1
| | | | | | | | | | | | | | | | | | Rename this ports to use the real vendor package name. The advantage of this is to allow our users' keyword search works and easier for users to file the Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and other OSs have the correct package name, but not in our ports tree. My team, FreeBSD GNOME Team, have agreed with it. As for audio/goobox, audio/rhythmbox, audio/sound-juicer, x11/gnome2, x11/gnome2-lite and x11-toolkits/py-gnome-desktop chase the rename. PR: ports/97985 Repocopy by: marcus Notes: svn path=/head/; revision=163657
* Update to 1.12.3.Joe Marcus Clarke2006-05-272-6/+4
| | | | Notes: svn path=/head/; revision=163612
* Update to 0.12.2.Joe Marcus Clarke2006-05-272-6/+4
| | | | Notes: svn path=/head/; revision=163611
* - Update to 2.8.18Michael Johnson2006-05-274-14/+12
| | | | Notes: svn path=/head/; revision=163561
* Fix the build with Jikes.Jeremy Messenger2006-05-261-0/+4
| | | | | | | | PR: ports/97913 Submitted by: hq Notes: svn path=/head/; revision=163549
* - CONFLICTS with fltk-2.*Pav Lucistnik2006-05-261-0/+1
| | | | Notes: svn path=/head/; revision=163501
* FLTK is a cross-plattform C++ graphical user interface toolkit for X, OpenGLPav Lucistnik2006-05-2614-0/+450
| | | | | | | | | | | | | | | | and Microsoft Windows systems. It is provided under the terms of the GNU Library Public License, Version 2. This port supplies a snapshot of the current 2.0 development version. WWW: http://www.fltk.org/ PR: ports/95223 Submitted by: Thomas-Martin Seck <tmseck@netcologne.de> Notes: svn path=/head/; revision=163499
* Cleanup. The changes are mostly cosmetical but should help the build onThierry Thomas2006-05-2524-0/+389
| | | | | | | | | | | | platforms different than i386. Add a WWW link. PR: ports/94990 Submitted by: Pedro F. Giffuni <giffunip (at) asme.org> Notes: svn path=/head/; revision=163416
* - Update to 0.1.7Pav Lucistnik2006-05-253-8/+10
| | | | | | | | | PR: ports/97140 Submitted by: Martin Wilke <freebsd@unixfreunde.de> Approved by: maintainer timeout (14 days) Notes: svn path=/head/; revision=163395
* - Update to 0.1.8Pav Lucistnik2006-05-255-76/+25
| | | | | | | | | PR: ports/97139 Submitted by: Martin Wilke <freebsd@unixfreunde.de> Approved by: maintainer timeout (14 days) Notes: svn path=/head/; revision=163393
* Remove duplicate dependency on X11.Alexander Leidinger2006-05-213-6/+3
| | | | | | | Submitted by: Boris Samorodov <bsam@ipt.ru> Notes: svn path=/head/; revision=162952
* Fix build on amd64Tilman Keskinoz2006-05-215-63/+27
| | | | | | | | | | | use DOCSDIR compress documentation with gzip. PR: 97417 Submitted by: Pedro F. Giffuni <gifufnip@asme.org> Notes: svn path=/head/; revision=162947
* Portlint:Jeremy Messenger2006-05-202-2/+2
| | | | | | | -Correct the order by move CATEGORIES under PORTREVISION. Notes: svn path=/head/; revision=162850
* Fix the sed(1) call introduced in the last commit by adding an empty stringStefan Walter2006-05-182-2/+2
| | | | | | | | | argument to the '-i' parameter. Approved by: arved (mentor) Notes: svn path=/head/; revision=162728
* - Add pkg-descrMichael Johnson2006-05-1713-0/+35
| | | | | | | Requested by: Dan Langille <dan@langille.org> for freshports.org Notes: svn path=/head/; revision=162684
* Update the itcl/itk from 3.2 to 3.3 (released in April 2005). TheMikhail Teterin2006-05-178-71/+80
| | | | | | | | | | | | | | | | | | | | | | | | installed libraries are now named libitcl.so.3 & libitk.so.3 instead of having the version be part of the libname (libitcl33.so.1). The itclConfig.sh and itkConfig.sh are now also installed, which is required by some software (such as the insight -- a gdb frontend). Fix-up the (unchanged) iwidgets port to reflect the above and improve it to not require its own copy of the itcl tree at install time. Approved by: maintainer Fix-up the tkdesk port to reflect the itcl/itk changes, which required updating it to the 2.0p2 (from 2.0). (This lovely piece of software badly needs a caring maintainer, BTW.) While here, teach tkdesk to use installed blt instead of building its own. The only iwidget/itk/itcl consumer that remains broken is net/smm++ (a MUD client). This should change as soon as the maintainer get back to me. Notes: svn path=/head/; revision=162683
* Fix plist.Alexander Leidinger2006-05-166-3/+9
| | | | | | | Noticed by: gohan (krismail) Notes: svn path=/head/; revision=162597
* portlint:Jeremy Messenger2006-05-161-59/+59
| | | | | | | -Use DOCSDIR and EXAMPLESDIR in plist. Notes: svn path=/head/; revision=162542
* portlint:Jeremy Messenger2006-05-161-16/+16
| | | | | | | -Use EXAMPLESDIR in plist. Notes: svn path=/head/; revision=162541