aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
Commit message (Collapse)AuthorAgeFilesLines
* Do The Right Thing. (R)Akinori MUSHA2000-08-128-40/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Overall changes: Use tabs instead of sequential spaces. Note Author as well as WWW in DESCR. Do not install examples when NOPORTDOCS. Make RUBY, RUBY_VER and RUBY_ARCH variables overridable. ruby-date2: share/doc/ruby/date2/examples/ -> share/examples/ruby/date2/cal.rb textproc/ruby-html-parser: databases/ruby-mysql: devel/ruby-optparse: devel/ruby-property: Install modules under lib/ruby/site_ruby/${RUBY_VER}/ instead of lib/ruby/site_ruby/ or lib/ruby/${RUBY_VER}/ textproc/ruby-rdtool: Install documents in .rd format too. Format optparse's rd file. (Since ruby-rdtool depends on optparse, it cannot be done during optparse's build process. So ruby-rdtool should take care of that when it is installed. :) Notes: svn path=/head/; revision=31584
* Add ruby-qt and ruby-qt-i18n, Qt extension for Ruby.Akinori MUSHA2000-08-1211-0/+438
| | | | | | | (for qt145 and qt-i18n, respectively) Notes: svn path=/head/; revision=31579
* Make these COMMENT files conform to Handbook standard.Will Andrews2000-08-115-5/+5
| | | | | | | | PR: 20269 Submitted by: Ports Fury Notes: svn path=/head/; revision=31525
* Add imake:${PORTSDIR}/devel/imake-4 to BUILD_DEPENDS -- these portsSatoshi Asami2000-08-111-0/+2
| | | | | | | | | use imake themselves. Submitted by: bento (sort of) Notes: svn path=/head/; revision=31513
* Re-add GL; it was my mistake in removing it - I'd assumed that GL was stillWill Andrews2000-08-116-0/+6
| | | | | | | | | merely an "extension" as it was in Qt 1.45 and hence not needed. Submitted by: asami, rwatson, and many others Notes: svn path=/head/; revision=31507
* Use newly-added %%XAWVER%% for XFree86-4 compatibility.Satoshi Asami2000-08-111-1/+1
| | | | | | | Submitted by: bento (well, sort of) Notes: svn path=/head/; revision=31501
* Fix bugs with the tixGrid widgetJean-Marc Zucconi2000-08-101-0/+71
| | | | | | | Submitted by: joerg Notes: svn path=/head/; revision=31468
* Set DIST_SUBDIR=ruby for all these Ruby ports to stop distfileAkinori MUSHA2000-08-087-5/+9
| | | | | | | namespace pollution. Notes: svn path=/head/; revision=31421
* Synchronize with lang/ruby. (1.4.4 -> 1.4.5)Akinori MUSHA2000-08-083-5/+5
| | | | Notes: svn path=/head/; revision=31418
* Update to 0.19Ade Lovett2000-08-043-11/+5
| | | | | | | | Take over maintainership since I've had no response for over a month to a number of emails Notes: svn path=/head/; revision=31294
* Update to 1.0.4Ade Lovett2000-08-042-2/+2
| | | | Notes: svn path=/head/; revision=31293
* Update for new shlib revision from guile 1.4Ade Lovett2000-08-041-1/+1
| | | | Notes: svn path=/head/; revision=31281
* (1) Add new variable, XFREE86_VERSION, to specify which version ofSatoshi Asami2000-08-0314-26/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm Notes: svn path=/head/; revision=31272
* Add the qt22 port so we get an INDEX entry for it the next timeSteve Price2000-08-011-0/+1
| | | | | | | | | | Asami-san regenerates it. Noticed by: my Alpha box Approved by: will Notes: svn path=/head/; revision=31217
* /usr/local -> ${LOCALBASE}Justin M. Seger2000-07-302-2/+2
| | | | | | | | PR: ports/19451 Submitted by: Mike Meyer <mwm@mired.org> Notes: svn path=/head/; revision=31128
* Fix my not-tested-enough KDE2-related ports. :-(Will Andrews2000-07-306-42/+72
| | | | | | | | | | | | | | | | | | | After short discussion with Imura-san, back out GIF-by-default until I can confirm whether or not there are license issues with Unisys. I will deal with this later. I should note that I'd committed to qt2[12] previously without conferring with him on the GIF issue first. One big ouchie: I didn't even set MASTER_SITE/MASTER_SITE_SUBDIR on qt22 properly.. but oh well. Nobody's perfect. :-) Things should be un-broken now.. please test these ports! I'll be trying to update them to a new snap after a week or so. Pointy hat: will Patches graciously submitted by: nra Notes: svn path=/head/; revision=31119
* Update to 20000724A (custom-rolled snapshot). Rejoice, because nowWill Andrews2000-07-2927-253/+652
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Konqueror can load HTML documents, KOffice works semi-well, and KDE2 in general seems less buggy. Only kdeutils was left out of this mega-update. However, it should return soon. :-) The massive reduction in patches is mostly the result of using perl regex replacement. This reduces the amount of time it will take in the future to upgrade these ports, and load on the repository. QT 2.2.0beta0 (aka qt-copy) is officially enabled for the express purpose of allowing KDE2 to compile. It is available in the qt22 port. Additionally, GIF support is re-enabled in both Qt2 ports, so that people can now read GIF images. GIF support is enabled through an internal GIF reader in Qt, and requires no patented libraries. Special effort was made to ensure that people do not install both qt21 and qt22 ports at the same time. I'd like to take a moment to thank the following people for their help: Alex Zepeda <jazepeda@pacbell.net>, Stephan Kulow <coolo@kde.org>, Harri Porten <porten@kde.org>, Waldo Bastian <waba@kde.org>, Marc G. Fournier <scrappy@hub.org>, Arun Sharma <adsharma@sharmas.dhs.org>, Matthias Hoelzer-Kluepfel <mhk@caldera.de>, and many others. Over 150 hours of hard work, testing, etc. were put into this update. Another couple hundred of hours were spent by CPUs trying to compile this behemoth. :-> Special thanks to: Physics Computer Network @ Purdue staff, especially C. Stephen Gunn <csg@physics.purdue.edu>, for giving me access to an extremely fast machine for doing test builds (it performed 12 full builds of the entire suite in the last 7 days). PR: 18838 Submitted by: Arun Sharma <adsharma@sharmas.dhs.org> Approved by: imura, asami Notes: svn path=/head/; revision=31093
* Update to version 0.91.4Kevin Lo2000-07-264-6/+7
| | | | | | | | PR: 20182 Submitted by: MAINTAINER Notes: svn path=/head/; revision=31036
* Update to 200007091019, this should fix fennerism.Maxim Sobolev2000-07-212-2/+2
| | | | Notes: svn path=/head/; revision=30939
* Mark these BROKEN, they don't compile/run properly.Satoshi Asami2000-07-191-0/+2
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=30901
* Add gtk13.Satoshi Asami2000-07-191-0/+1
| | | | Notes: svn path=/head/; revision=30897
* Add some missing entries to PLIST:Akinori MUSHA2000-07-193-0/+6
| | | | | | | | | | | | | | | usr/lib/libgtk-1.2.so.0.5.0 usr/lib/libgtk-1.2.so.0 Somehow the PLIST didn't include libgtk entries though this port is linux-gtk.. This should fix e.g. linux-netscape-6. Strangely enough, bento does not show any PLIST errors on this port. ?-) Notes: svn path=/head/; revision=30893
* We offically only use -O optimization.David E. O'Brien2000-07-191-0/+12
| | | | Notes: svn path=/head/; revision=30858
* Update to build properly from sources rather than re-package the MetrolinkDavid E. O'Brien2000-07-1912-41/+1244
| | | | | | | | | | | | | | offering. Portions of this port came from the following (the rest was my own blood and sweat): PR: 18691 Submitted by: Cyrille Lefevre <clefevre@citeweb.net> Submitted by: Sungman Cho <smcho@tsp.korea.ac.kr> (via -ports) Notes: svn path=/head/; revision=30852
* Add gtk13 after repo-copy from gtk12.Maxim Sobolev2000-07-1933-987/+1116
| | | | | | | | Warning: it is unstable development version, so you do not have to upgrade your gtk12 LIB_DEPENDS! Notes: svn path=/head/; revision=30828
* Update to the 4th build of the Metrolink Open Motif 2.1.30 build.David E. O'Brien2000-07-184-2/+4
| | | | Notes: svn path=/head/; revision=30782
* Explicitly disable building of Qt-based example to avoid possible problems.Maxim Sobolev2000-07-181-0/+1
| | | | Notes: svn path=/head/; revision=30780
* Add pango - an open-source framework for rendering i18n text. It will beMaxim Sobolev2000-07-188-0/+117
| | | | | | | used as a base renderer in upcoming gtk/gnome 2.0. Notes: svn path=/head/; revision=30778
* Update librep/rep-gtk/sawfish triplet to the latest versions:Maxim Sobolev2000-07-174-4/+4
| | | | | | | | | librep: 0.12.3 rep-gtk: 0.13a sawfish: 0.30.2 Notes: svn path=/head/; revision=30754
* Update to 1.2.2Yukihiro Nakai2000-07-165-5/+7
| | | | Notes: svn path=/head/; revision=30687
* Create libform.so --> libxform.so.1 link, because it seems that library hasMaxim Sobolev2000-07-142-0/+4
| | | | | | | | been built with --soname option and w/o this link dynamically-linked executables don't work. Notes: svn path=/head/; revision=30611
* Update to 0.89 on i386, remove aout bits and cleanup the port.Maxim Sobolev2000-07-148-33/+160
| | | | Notes: svn path=/head/; revision=30610
* Update for new devel/libglade shlib versionAde Lovett2000-07-113-3/+3
| | | | Notes: svn path=/head/; revision=30493
* Update to 0.13. Also replace NOGNOME with WITHOUT_GNOME.Maxim Sobolev2000-07-116-14/+28
| | | | Notes: svn path=/head/; revision=30473
* Activating the libj2dplot and libjparser ports.Steve Price2000-07-101-0/+2
| | | | Notes: svn path=/head/; revision=30428
* Adding libjparser version 1.1.8.Steve Price2000-07-108-0/+308
| | | | | | | | | | JParser is an additional library for the JX widget library. PR: 19283 Submitted by: Mario S F Ferreira <lioux@linf.unb.br> Notes: svn path=/head/; revision=30427
* Adding libj2dplot version 0.6.5.Steve Price2000-07-108-0/+233
| | | | | | | | | | A 2D plotting library for the JX toolkit. PR: 19285 Submitted by: Mario S F Ferreira <lioux@linf.unb.br> Notes: svn path=/head/; revision=30426
* Update to version 0.12.Steve Price2000-07-103-8/+8
| | | | | | | | PR: 19144 Submitted by: maintainer Notes: svn path=/head/; revision=30391
* Update to version 0.12.Steve Price2000-07-103-4/+4
| | | | | | | | PR: 19143 Submitted by: maintainer Notes: svn path=/head/; revision=30390
* - Set USE_X_PREFIX.Steve Price2000-07-102-113/+176
| | | | | | | | | | - Consistently put things in the jx directory. PR: 19135 Submitted by: maintainer Notes: svn path=/head/; revision=30389
* - Use GTK_CONFIG/GLIB_CONFIG instead of hardcoded gtk12-config/glib12-configSteve Price2000-07-072-3/+6
| | | | | | | | | | - Support CC/CFLAGS/PREIFX/LOCALBASE/X11BASE/MAKE/etc. properly PR: 19623 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=30342
* Update to version 1.0.9.Steve Price2000-07-074-29/+15
| | | | | | | | PR: 19671 Submitted by: maintainer Notes: svn path=/head/; revision=30336
* Use {MASTER,PATCH}_SITE_SUBDIR instead of make's sed capabilities.Steve Price2000-07-071-1/+2
| | | | Notes: svn path=/head/; revision=30318
* Update to 1.0.3Ade Lovett2000-07-062-2/+2
| | | | Notes: svn path=/head/; revision=30278
* Add gtk-Mac2-theme.Maxim Sobolev2000-07-061-0/+1
| | | | Notes: svn path=/head/; revision=30275
* Add gtk-Mac2-theme - a GTK+ engine theme based on the look of MacOS.Maxim Sobolev2000-07-067-0/+52
| | | | Notes: svn path=/head/; revision=30274
* Fix typo.Maxim Sobolev2000-07-061-1/+1
| | | | Notes: svn path=/head/; revision=30272
* Add gtkbe.Maxim Sobolev2000-07-061-1/+2
| | | | Notes: svn path=/head/; revision=30270
* Correct WWW.Maxim Sobolev2000-07-061-1/+1
| | | | Notes: svn path=/head/; revision=30269
* Add gtkbe - a BeOS look-alike GTK+ theme engine.Maxim Sobolev2000-07-066-0/+40
| | | | Notes: svn path=/head/; revision=30268