aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
Commit message (Collapse)AuthorAgeFilesLines
* Now bsd.ruby.mk is automatically included by bsd.port.mk when USE_RUBYAkinori MUSHA2000-09-267-17/+5
| | | | | | | | or USE_LIBRUBY is defined, individual ruby ports no longer need to include it explicitly. Notes: svn path=/head/; revision=33130
* Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break whenSatoshi Asami2000-09-254-4/+0
| | | | | | | | | | | | | | PORTREVISION or PORTEPOCH are defined. Most of these Makefiles were defining DISTNAME and WRKSRC (and sometimes EXTRACT_SUFX) -- change those to define DISTFILES only. Also, some of the WRKSRC lines were not even necessary, as they were defining it to the default value. Instigated by: Peter Pentchev <roam@orbitel.bg> and kris Notes: svn path=/head/; revision=33101
* Add libgtkeditor - a source code editor widget for GTK+.Maxim Sobolev2000-09-259-0/+256
| | | | Notes: svn path=/head/; revision=33097
* Update to 1.2.3Yukihiro Nakai2000-09-257-8/+18
| | | | Notes: svn path=/head/; revision=33094
* MAINTAINER Change to Maxim Sobolev <sobomax@FreeBSD.org>Yukihiro Nakai2000-09-242-2/+2
| | | | Notes: svn path=/head/; revision=33064
* Remove ports/x11-toolkits/qt21R. Imura2000-09-221-1/+0
| | | | Notes: svn path=/head/; revision=33013
* Update sawfish/librep/rep-gtk triplet to the latest versions. I'm doingMaxim Sobolev2000-09-226-6/+56
| | | | | | | | | this commit urgently, as there are -10 minutes left before ports freeze. OK'ed by: PW Notes: svn path=/head/; revision=32973
* Pythonize.Maxim Sobolev2000-09-214-142/+144
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=32935
* Install startup file to run the gdomap daemon.Thomas Gellekum2000-09-218-4/+92
| | | | Notes: svn path=/head/; revision=32925
* Welcome MASTER_SITE_THEMES (www.themes.org).Maxim Sobolev2000-09-205-5/+10
| | | | Notes: svn path=/head/; revision=32902
* Update to 0.4.Maxim Sobolev2000-09-202-2/+2
| | | | Notes: svn path=/head/; revision=32901
* Fix duplicated PKGNAMEPREFIX definition, as well as ruby-tk. ;)Akinori MUSHA2000-09-201-1/+0
| | | | | | | | PR: ports/21403 Submitted by: Allan Bowhill <kosmos@bowhill.yi.org> Notes: svn path=/head/; revision=32887
* Install the *I.h files also, some ports (at least xblackjack andSatoshi Asami2000-09-192-13/+109
| | | | | | | libhelp) need these. Notes: svn path=/head/; revision=32882
* Update to Ruby 1.6.0 official release.Akinori MUSHA2000-09-191-5/+4
| | | | | | | | | | | | lang/ruby: - Do not force lib/ruby/site_ruby and lib/ruby removals, because a user may have his/her stuff installed there. x11-toolkits/ruby-tk: - Fix duplicated PKGNAMEPREFIX. Notes: svn path=/head/; revision=32851
* Use bsd.python.mk.Thomas Gellekum2000-09-184-74/+70
| | | | | | | Approved by: nectar Notes: svn path=/head/; revision=32803
* Don't build/install the debug versions of lib{Mrm,Uil,Xm}.Steve Price2000-09-185-3/+40
| | | | | | | Requested by: asami Notes: svn path=/head/; revision=32798
* Fix these ports so that among other things they look for the jx headerSteve Price2000-09-1710-78/+90
| | | | | | | | | files in the correct place. Submitted by: maintainer Notes: svn path=/head/; revision=32782
* Major overhaul of this port so that we cleanly build the other portsSteve Price2000-09-175-55/+133
| | | | | | | | | that depend on it. Submitted by: maintainer Notes: svn path=/head/; revision=32781
* 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