aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
Commit message (Collapse)AuthorAgeFilesLines
* Add WANT_STATIC option, basically it adds support for compiling a staticWill Andrews2000-09-1712-12/+246
| | | | | | | | | library, useful for things like libh. Bump PORTREVISION accordingly. Submitted by: nra Notes: svn path=/head/; revision=32737
* Add MTREE_FILE definition, this port is happier with BSD.x11-4.dist.Satoshi Asami2000-09-151-0/+1
| | | | Notes: svn path=/head/; revision=32662
* Add XFREE86_HTML_MAN=no, since this port does not install those stuff.Satoshi Asami2000-09-141-1/+3
| | | | | | | | | | | | | | Add RUN_DEPENDS to imake, since it is necessary to use some of the stuff this port installs (imake config files, obviously). This also prevents the problem seen on bento about host.def left behind for ports using open-motif, which was caused by imake being pkg_deleted before open-motif. The dependency takes care of that. While I'm here, take out MANCOMPRESSED=yes, it's the default with USE_IMAKE set. Notes: svn path=/head/; revision=32604
* Upgrade to 0.8.4. Use bsd.python.mk.Thomas Gellekum2000-09-136-448/+264
| | | | Notes: svn path=/head/; revision=32578
* Bakery is another C++ Framework for creating GNOME applicationsAde Lovett2000-09-127-0/+79
| | | | | | | using Gtk-- and Gnome-- Notes: svn path=/head/; revision=32565
* Update to 1.1.12Ade Lovett2000-09-124-62/+84
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=32563
* Update to QT 2.2.0 release. Satoshi will handle the USE_QT2 upgrade, whichWill Andrews2000-09-1231-499/+613
| | | | | | | | | | should happen sometime later this week. Yes, this is *THE* QT that will be used with KDE2. :-) Submitted by: nra (thanks for making my job easier) Notes: svn path=/head/; revision=32538
* Upgrade to 0.7003.Vanilla I. Shu2000-09-122-4/+3
| | | | | | | | PR: ports/21101 Submitted by: Steve Coltrin <spcoltri@omcl.org> Notes: svn path=/head/; revision=32531
* Use gtk-- 1.2.3Yukihiro Nakai2000-09-111-1/+1
| | | | Notes: svn path=/head/; revision=32518
* Catch gtk-- shlib version change.Maxim Sobolev2000-09-111-1/+1
| | | | | | | Forgotten by: nakai Notes: svn path=/head/; revision=32517
* Update to 1.2.3Yukihiro Nakai2000-09-1118-30/+30
| | | | Notes: svn path=/head/; revision=32512
* Update to 1.0.5Yukihiro Nakai2000-09-112-2/+2
| | | | Notes: svn path=/head/; revision=32504
* Update 2.1.16 -> 2.2.1Jacques Vidrine2000-09-1012-8/+36
| | | | Notes: svn path=/head/; revision=32499
* Update 2.1.16 -> 2.2.1Jacques Vidrine2000-09-1012-75/+150
| | | | | | | | PR: ports/21123 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=32498
* 1. nonexistent -> ${NONEXISTENT}SADA Kenji2000-09-101-4/+5
| | | | | | | | | 2. Allow you to define WRKDIRPREFIX. Approved by: lioux@linf.unb.br (maintainer) Notes: svn path=/head/; revision=32492
* Fix build with Ruby 1.4. Do not use PKGNAMEPREFIX in DISTNAME.Akinori MUSHA2000-09-102-2/+2
| | | | Notes: svn path=/head/; revision=32481
* Typo (qanvasview -> qcanvasview).Satoshi Asami2000-09-096-6/+6
| | | | | | | Submitted by: obento Notes: svn path=/head/; revision=32474
* Don't break package building on Satoshi's cluster. Explicitly dependThomas Gellekum2000-09-088-16/+16
| | | | | | | on python1.5:lang/python15. Notes: svn path=/head/; revision=32438
* Update to use bsd.python.mk.Thomas Gellekum2000-09-084-54/+16
| | | | Notes: svn path=/head/; revision=32436
* Update the manpage listing.Will Andrews2000-09-086-0/+384
| | | | | | | Submitted by: new-bento (by way of asami) Notes: svn path=/head/; revision=32417
* Update with bsd.ruby.mk. :>Akinori MUSHA2000-09-072-27/+22
| | | | Notes: svn path=/head/; revision=32391
* Turn USE_GMAKE on, since our make(1) (sys.mk) doesn't use CPPFLAGS.Akinori MUSHA2000-09-072-0/+4
| | | | | | | | This is just a workaround and should soon be fixed by changing mkmf.rb. Notes: svn path=/head/; revision=32383
* Update with bsd.ruby.mk.Akinori MUSHA2000-09-074-316/+302
| | | | Notes: svn path=/head/; revision=32373
* Update with bsd.ruby.mk.Akinori MUSHA2000-09-074-290/+296
| | | | | | | | Install library files under the standard directory. (${RUBY_SITELIBDIR}, ${RUBY_SITEARCHLIBDIR}) Notes: svn path=/head/; revision=32371
* Split rubytk into ruby-tcltklib and ruby-tk.Akinori MUSHA2000-09-079-213/+102
| | | | | | | | | Approved by: Yasuhiro Fukuma <yasuf@bsdclub.org> (MAINTAINER) Repocopy ruby-* to ruby14-* and update ruby-* to 1.6.0-preview3. Notes: svn path=/head/; revision=32359
* Use XAWVER instead of setting the lib's major number explicitly.Thomas Gellekum2000-09-061-1/+1
| | | | Notes: svn path=/head/; revision=32334
* Update to 0.12.Akinori MUSHA2000-09-064-4/+4
| | | | | | | Remove patch-aa. (merged :) Notes: svn path=/head/; revision=32329
* Use MASTER_SITE_RUBY.Akinori MUSHA2000-09-052-16/+4
| | | | Notes: svn path=/head/; revision=32305
* Update to 0.91.8. Other improvements:Maxim Sobolev2000-09-014-41/+47
| | | | | | | | | - make it USE_LIBTOOL; - sort PLIST; - fix configure's sprintf test segfault. Notes: svn path=/head/; revision=32168
* Make sure people don't have scripts that automatically attempt to installWill Andrews2000-08-301-0/+1
| | | | | | | | kde-qt-addon, because it's no longer needed in KDE2; kde-qt-addon in its entirety has been gobbled up by the QT 2.2 snapshots. Notes: svn path=/head/; revision=32118
* Update to 20000829A snapshot. Disable kdenetwork2 for the time being soWill Andrews2000-08-2925-396/+1980
| | | | | | | | | | | | | | | | | I can address some of its issues (should see it marked un-broken in about 3 hours, if they're trivial enough). It took too long to get this update out the door... :-( This is a rather stable version of KDE2. Release is hoped for sometime next month, so I'm going to try to reroll snapshots this weekend. Also decide policy by removing the interactive requirement in qt22's configure script. I don't know why they bothered adding it there.. Bugged by: *many* bug-reports, requests, etc. Notes: svn path=/head/; revision=32116
* Add NO_LATEST_LINK.Maxim Sobolev2000-08-293-0/+6
| | | | | | | Pointed out by: nbm Notes: svn path=/head/; revision=32099
* Add gtkextra-- - a C++ wrappers for GtkExtra, for use with Gtk--.Maxim Sobolev2000-08-297-0/+80
| | | | Notes: svn path=/head/; revision=32093
* Avoid hardcoded -lgtk/-lglib in gtkextra-config.Maxim Sobolev2000-08-292-0/+22
| | | | Notes: svn path=/head/; revision=32092
* Pass the maintainer hat to Steve who agreed to take it over.David E. O'Brien2000-08-291-1/+1
| | | | Notes: svn path=/head/; revision=32071
* Update to 1.2.2.Maxim Sobolev2000-08-2818-18/+18
| | | | | | | No response from: nakai (maintainer) Notes: svn path=/head/; revision=32047
* Add fltk-xunicode, FLTK with Unicode support, as a slave port to fltk.Akinori MUSHA2000-08-257-3/+71
| | | | | | | Approved by: Dmitry S. Sivachenko <dima@chg.ru> (MAINTAINER of fltk) Notes: svn path=/head/; revision=31976
* Add ruby-fltk, a Ruby extension module to use FLTK.Akinori MUSHA2000-08-2510-0/+175
| | | | Notes: svn path=/head/; revision=31974
* Upgrade to 0.6.6.Thomas Gellekum2000-08-236-2142/+2704
| | | | Notes: svn path=/head/; revision=31898
* Add colorstep, engradient and icegradient.Maxim Sobolev2000-08-211-1/+4
| | | | Notes: svn path=/head/; revision=31818
* Add icegradient - a GTK+ gradient theme engine based on ThinIce.Maxim Sobolev2000-08-217-0/+45
| | | | Notes: svn path=/head/; revision=31817
* Add engradient - a GTK+ engine-gradient theme based off of the IceGradient ↵Maxim Sobolev2000-08-216-0/+53
| | | | | | | theme. Notes: svn path=/head/; revision=31816
* Add colorstep a nice GTK+ theme engine based on GtkStep and Step-pastel.Maxim Sobolev2000-08-216-0/+50
| | | | Notes: svn path=/head/; revision=31815
* Update to 200007290343.Maxim Sobolev2000-08-212-7/+5
| | | | Notes: svn path=/head/; revision=31814
* USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines.Maxim Sobolev2000-08-2116-16/+0
| | | | Notes: svn path=/head/; revision=31811
* Don't install imake config files other than Motif.* and host.def.Satoshi Asami2000-08-185-6/+95
| | | | | | | | | | | Don't install imake and makedepend (although we need to build them for internal use -- it is too hard to make it use the installed versions). Make PLIST complete and add more manpages to MAN*. Approved by: obrien (defact maintainer) Notes: svn path=/head/; revision=31747
* Update Ruby to the new stable version, 1.4.6.Akinori MUSHA2000-08-183-3/+3
| | | | | | | Approved by: Yasuhiro Fukuma <yasuf@bsdclub.org> (MAINTAINER) Notes: svn path=/head/; revision=31726
* Improve configure scripts so that they take configure arguments fromAkinori MUSHA2000-08-172-20/+8
| | | | | | | | | the command line. Feedback status: Already sent to the author Notes: svn path=/head/; revision=31710
* Correct "Date Created".Maxim Sobolev2000-08-172-2/+2
| | | | Notes: svn path=/head/; revision=31709
* Add gtkextra - a useful widget set complementary to GTK+.Maxim Sobolev2000-08-1713-0/+139
| | | | Notes: svn path=/head/; revision=31708