aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
Commit message (Collapse)AuthorAgeFilesLines
* Point MASTER_SITE to MASTER_SITE_GNOME now that gnome-pythonade2000-06-084-20/+8
| | | | | | | | is an official part of GNOME. Some of the previous MASTER_SITES had bad and/or missing distfiles. Pointed out by: Dennis Favro <dennis.favro@utoronto.ca> Approved by: MAINTAINER (nectar)
* JX is a C++ application framework and widget library for X11.will2000-06-0813-0/+1684
| | | | | PR: 19030 Submitted by: Mario Sergio Fujikawa Ferriera <lioux@uol.com.br>
* Update to 0.9.sobomax2000-06-074-8/+8
| | | | | + drop aout support; + add a WWW.
* Fix and sort PLIST. Disown this port.tg2000-06-072-126/+127
|
* Add lib/lib*.so* -> interviews/lib/lib*.so* links that wereasami2000-06-071-0/+4
| | | | | | | | | inexplicably removed in rev. 1.8. This commit also restores the usefulness of the "ldconfig -m %B" line, which was run on ${PREFIX}/interviews/man (the directory path of the previous filename) after the removal. Submitted by: bento
* Define NO_MTREE since these ports install with PREFIX=/ (theasami2000-06-072-1/+3
| | | | | | | binary packages already have the "/usr/X11R6" part). Also, define DISTNAME instead of DISTFALES open-motif-devel/Makefile so it will actually work.
* Ensure that ${PREFIX}/lib/gtk/themes/engines directory exists beforesobomax2000-06-061-0/+3
| | | | | | installation. Submitted by: bento
* Move responsibility for the lib/gtk/engines directory into gtk12 port. Thissobomax2000-06-0510-10/+28
| | | | | | directory is shared between at least 3 ports (GTK+ theme engines). Suggested by: bento
* --with-lib-MesaGL --> --with-lib-GL to avoid errors when utah-glx used ↵sobomax2000-06-052-2/+2
| | | | instead of Mesa.
* Update to account for openmotif* -> open-motif*.will2000-06-051-2/+2
| | | | | | PR: 18993 Submitted by: Dann Lunsford <dann@greycat.com> Forgotten by: obrien
* Forgot to fix the maintainer entry.obrien2000-06-042-0/+4
|
* Open Motif 2.1.30 for the i386.obrien2000-06-047-484/+78
|
* Put ${.CURDIR} instead of include file name, instead of using a relativeasami2000-06-031-1/+1
| | | | path.
* Remove directories with @unexec rmdir and wildcards.asami2000-06-034-256/+12
|
* Remove directories upon deinstallation.asami2000-06-031-0/+31
| | | | Submitted by: obento
* Add 5 files and delete 4 directories.asami2000-06-031-0/+9
| | | | Submitted by: bento
* Call DEINSTALL.wish to snuff-out extraneous wishes. Remove an archaicismhoek2000-06-025-4/+8
| | | | in non-ja tkstep80.
* Scatter DEINSTALL.wish to wherever there exists INSTALL.wishhoek2000-06-024-0/+88
|
* Updates for new shared library versions in GNOME 1.2ade2000-06-024-4/+4
|
* Say hello to GNOME 1.2ade2000-06-022-8/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | audio/gnomemedia 1.2.0 deskutils/gnomepim 1.2.0 devel/bugbuddy 1.0 devel/glade 0.5.9 devel/libgtop 1.0.9 games/gnomegames 1.2.0 graphics/imlib 1.9.8.1 misc/gnomeusersguide 1.2 misc/gnomeutils 1.2.0 sysutils/gnomecontrolcenter 1.2.0 sysutils/gtop 1.0.8 x11-fm/gmomemc 4.5.50 x11/gnomecore 1.2.0 x11/gnomelibs 1.2.1 Along with cosmetic changes to other parts of the metaport for the new shared library version numbers. Plus. The metaport has been reworked to bring in a few more often-requested items. Please note that you absolutely need GTK/GLIB 1.2.8 or higher for this release.
* gtk12-config --> ${X11BASE}/bin/gtk12-configsobomax2000-06-011-4/+4
|
* Activate xenophilia.sobomax2000-06-011-0/+1
|
* Initial import of Xenophilia - yet another nice looking GTK++ theme engine.sobomax2000-06-016-0/+109
|
* Oops, forgot to include this file with the previous commit. Just towill2000-05-311-0/+89
| | | | | | | clarify, this file is here to help keep the Qt port Makefile clean. PR: 18902 Submitted by: jss@subatomix.com, imura, Mike Harding <mvh@ix.netcom.com>
* Update to version 2.1.1.imura2000-05-3018-24/+90
|
* Kill GL LIB_DEPENDS - it's completely unneeded. I tried this port out withwill2000-05-302-101/+5
| | | | | | | the kdelibs11 and kdebase11 ports, which work just fine with no GL depend in Qt 1.x. Also nuke a.out support. Requested by: Alex Zepeda <jazepeda@pacbell.net> and probably others.
* Update to 1.2.2. Add WWW to pkg/DESCR.will2000-05-308-28/+28
| | | | | | PR: 18885 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> No response: maintainer
* Remove share/locale directories.asami2000-05-294-0/+256
|
* Make Qt 1.45 compile without those useless examples/tutorials, which onlywill2000-05-291-0/+20
| | | | serve to waste CPU time.
* Update to 0.99.112. Remove aout support.will2000-05-2812-108/+96
| | | | Update submitted by: steve
* Add openmotif and openmotif-devel.obrien2000-05-271-0/+2
|
* Oops, forgot to remove unneded line.sobomax2000-05-254-4/+0
|
* Update glib/gtk++ to 1.2.8.sobomax2000-05-2525-100/+332
| | | | | | | | | | | | | | | | | Overview of Changes in GTK+ 1.2.8: * GNU Make 3.79 bug workaround * FAQ and tutorial updates and improvements * Miscellaneous bug fixes: CList, Calendar, rc-files, FontSelection Overview of Changes in GLib 1.2.8: * GArray zero initialization bug fixed * Fix for upper bound calculation of formatted strings * Improved GCC detection * AIX dynamic modules fix to retrive symbols from shared libraries for the main program. * Miscellaneous other minor bug fixes
* Update to 0.93.5ade2000-05-232-2/+2
|
* Nuke gtkgl as no other port depends on it. Gtkglarea seems to be awill2000-05-221-1/+0
| | | | | | | | replacement, at least functionally. Also, the source distribution has been unavailable at the original master site for quite some time. PR: 18470 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Update 1.0.50 -> 1.0.53nectar2000-05-206-4/+20
|
* Update description and WWW:nectar2000-05-204-28/+36
|
* Add to MASTER_SITESnectar2000-05-204-4/+8
|
* Add some MASTER_SITESnectar2000-05-203-3/+24
|
* Update 2.1.11 -> 2.1.15nectar2000-05-2027-208/+639
|
* Whoops, I forgot to add the ldconfig stuff. IMO, this should be standardwill2000-05-201-0/+2
| | | | | | in bsd.port.mk so it doesn't have to be in 1000 (or whatever) ports.. Submitted by: Scott Blachowicz <scott@sabmail.rresearch.com>
* Add a missing entry in PLISTcpiazza2000-05-193-0/+3
| | | | | PR: 18556 Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>
* Update to 0.10ade2000-05-186-4/+16
|
* Add kde-qt-addon 1.90, which is required for KDE2 ports.will2000-05-176-0/+45
| | | | Approved by: asami (re: no repo-copy)
* Comment clean-ups.hoek2000-05-133-3/+3
|
* Upgrade to tk-8.3.1 w/plusjseger2000-05-116-74/+72
|
* Upgrade to 0.6.6.tg2000-05-054-6/+8
| | | | Reviewed by: nectar
* Update to 0.93.4ade2000-05-032-2/+2
|
* Nuke tk-4.2jseger2000-05-021-1/+0
|
* Use plus patchesjseger2000-05-0210-40/+66
|
* Mark BROKEN: guile-gtk.h:235: conflicting types for `gdk_color_copy'kris2000-04-301-0/+2
| | | | Noticed by: bento
* Fix the awful error in the fontset specifications for several languages.knu2000-04-258-16/+24
| | | | | PR: ports/18054 Submitted by: Dmitry Sivachenko <dima@Chg.RU>
* Update corresponding to the update of lang/ruby to 1.4.4.knu2000-04-255-11/+9
| | | | | | | Change the MAINTAINER's mail address. PR: ports/18195 Submitted by: MAINTAINER
* - Change MASTER_SITES.knu2000-04-254-26/+14
| | | | | | | | | | | | - Change WWW in DESCR. - Change the MAINTAINER address. PR: 18197 Submitted by: MAINTAINER - Change NO_IMLIB to WITHOUT_IMLIB. - Use `=' instead of unneeded `+='. You don't need to use `+=' before including a file.
* Upgrade to tk-8.3jseger2000-04-2510-146/+116
|
* Don't ignore CFLAGSjseger2000-04-241-12/+19
| | | | | PR: ports/17599 Submitted by: Will Andrews <andrews@technologist.com>
* Upgradevanilla2000-04-233-67/+173
| | | | | | | | | | | | | | | | | | | | | | | | | | p5-Authen-PAM => 0.09 p5-Chart-PNGgraph => 1.21 p5-FastCGI => 0.52 p5-GD => 1.27 p5-GD-Graph => 1.30 p5-HTML-Stream => 1.45 p5-IMAP-Admin => 1.2.2 p5-IRC => 0.63 p5-Image-Size => 2.901 p5-MIME-Lite => 1.137 p5-MIME-Tools => 4.124 p5-Mail-POP3Client => 2.6 p5-Mail-Tools => 1.1401 p5-MatrixReal => 1.3a5 p5-Net-Whois => 1.9 p5-Parse-RecDescent => 1.78 p5-Proc-Simple => 1.14 p5-Term-ReadKey => 2.14 p5-Text-Template => 1.23 p5-Time => 100.010301 p5-TimeDate => 1.09 p5-Tk => 800.021 p5-XML-Parser => 2.28
* Do away with the old pyqt/pykde ports in favor of py-qt/py-kde.will2000-04-231-2/+0
| | | | Suggested by: nectar
* Add PyKDE, a set of Python bindings for KDE. This port has been movedwill2000-04-236-0/+50
| | | | | | | | | from its original, x11-toolkits/pykde. PR: 17934 Submitted by: Arun Sharma <adsharma@sharmas.dhs.org> Category seconded by: ade, nectar Move suggested by: nectar
* Add py-qt, a package of python bindings for Qt. This has been moved fromwill2000-04-236-0/+35
| | | | | | | | the original x11-toolkits/pyqt. PR: 17933 Submitted by: Arun Sharma <adsharm@sharmas.dhs.org> Move suggested by: nectar
* Add PyKDE, a set of Python bindings for KDE.will2000-04-231-0/+1
| | | | | | PR: 17934 Submitted by: Arun Sharma <adsharma@sharmas.dhs.org> Category seconded by: ade, nectar
* Add pyqt, a package of python bindings for Qt.will2000-04-231-0/+1
| | | | | PR: 17933 Submitted by: Arun Sharma <adsharm@sharmas.dhs.org>
* Fix lesstif 0.90.0 to use automake and autoconf, as required per its build.will2000-04-221-1/+3
| | | | | PR: 18145 Submitted by: maintainer
* portlintmharo2000-04-2116-22/+22
|
* remove duplicate DISTNAMEmharo2000-04-212-4/+2
|
* Update to 0.93.3nakai2000-04-192-2/+2
| | | | Submitted by: Ade Lovett<ade@FreeBSD.org>
* Upgrade to 0.90.0.tg2000-04-184-3/+15
| | | | | PR: 18062 Submitted by: "Steven G. Kargl" <kargl@troutmask.apl.washington.edu>
* Update to 1.2.0nakai2000-04-1618-414/+162
|
* Sada-san meant to enable linux-gtk, not linux-jdk.green2000-04-161-1/+1
|
* Activate linux-jdk.sada2000-04-161-0/+1
|
* Linux gtk lib. Install gtk lib from rpm.sada2000-04-1615-0/+258
|
* Move PORTNAME/PORTVERSION above pre.mk include.asami2000-04-151-4/+5
|
* Portlint COMMENT's.knu2000-04-154-4/+4
| | | | | | | Everybody should read the Handbook again! PR: ports/18008 Submitted by: tkato@prontomail.ne.jp
* Tiny cosmetic fixes.knu2000-04-152-6/+6
| | | | | Assure master ports and their lang-specific slaves of having consistent categories.
* - MASTER_SITES and WWW changed ( troll.no -> trolltech.com )imura2000-04-152-8/+4
| | | | - Fix mis-writing of DESCR ( /usr/local -> /usr/X11R6 in qt-i18n and qt145 )
* Update to version Qt-2.1.0 !imura2000-04-1518-54/+24
|
* Update to version Qt-2.1.0 beta4.imura2000-04-1530-54/+114
| | | | | - Added support of X Session Management. - MASTER_SITES and WWW changed. ( troll.no -> trolltech.com )
* PORTNAME/PORTVERSION updatemharo2000-04-122-6/+6
|
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-1082-219/+225
|
* Separate the Python Tk module from the main port. I've beentg2000-04-049-4/+93
| | | | | | | wanting do to this for a long time now. Now we got rid of the stupid dependency on Tcl/Tk and save some checks in python's makefile. Update the dependent ports accordingly.
* stupid little hack to that links libXaw3d.so.7 to libXaw3d.so.6 when builtmharo2000-04-021-0/+12
| | | | | with XFree86 4.0 installed. This should solve the problem reported in PR 17340.
* - Fix MASTER_SITESmharo2000-04-016-22/+66
| | | | | | | | - Support CFLAGS properly - Support install macros PR: 17172 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Upgrade to 0.8.tg2000-03-303-16/+12
|
* Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn'tkris2000-03-291-1/+1
| | | | | | have time to maintain them. Approved by: andy
* Update to version 2.1.0 beta3.imura2000-03-2418-36/+60
| | | | Added libqxt.a which is from extensions.
* Update MASTER_SITES and WWW to their new domainjedgar2000-03-242-2/+2
| | | | | PR: 17530 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* remove aout supportmharo2000-03-242-10/+5
|
* Finish moving MAINTAINER for my ports.will2000-03-221-1/+1
| | | | | | andrews@technologist.com -> will@FreeBSD.org. :-) Reminded by: asami
* Activate fox.will2000-03-221-0/+1
| | | | PR: 17264
* New port for FOX, a C++ GUI toolkit, conceptually similar to Qt.will2000-03-2236-0/+1244
| | | | PR: 17264
* portlint: PREFIX -> LOCALBASEmharo2000-03-222-2/+2
|
* portlint: remove whitespacemharo2000-03-224-4/+2
|
* remove extra blank line (portlint)mharo2000-03-221-1/+0
|
* libglade shared library version bumpade2000-03-222-2/+2
|
* Changed LIB_DEPENDS: MesaGL.14->GL.14 due to Mesa-3.1 upgradejseger2000-03-2110-10/+10
|
* Update to 0.9.1nakai2000-03-086-26/+40
|
* Added qt21.imura2000-03-071-0/+1
|
* Update to Qt Free Edition version 2.1.0 Beta 2.imura2000-03-0730-702/+1470
| | | | | | | | | | | | | | | | | | 1) Bump lib's version, since qt-2.1.0 loses lower compatibility with qt-2.0.2 but has only upper compatibility. (new qt binary does not work with old qt library) 2) Install libqgl.a (it works with its examples) in addition to libqt, so added LIB_DEPENDS to MesaGL. 3) JPEG support from extension had been included to the main library. 4) 'examples' and 'tutorials' are no longer built with port building, since they are never installed. If you want them, set QTDIR=/usr/ports/x11-toolkits/qt21/work and just type 'gmake' in each directories. Some ideas obtained from qt145. :)
* Mark this port FORBIDDEN after a repo-copy while Imura-san works on anasami2000-03-046-0/+12
| | | | upgrade.
* Update to 0.93.0nakai2000-02-292-3/+3
|
* Update to 0.92.4nakai2000-02-282-3/+3
|
* Coerce this into building again on -current and sort pkg/PLIST.steve2000-02-287-221/+407
|
* Remove qt142 - superseded by qt145.asami2000-02-241-1/+0
|
* Don't install xbae.1 and xlt.1.tg2000-02-241-4/+8
| | | | Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu>
* Don't `link' libXm against libc.tg2000-02-231-0/+11
| | | | Reviewed by: <kargl@troutmask.apl.washington.edu>
* Update port to 0.23jedgar2000-02-236-8/+228
| | | | | PR: 16887 Submitted by: Maintainer
* Upgrade to 0.6.5.tg2000-02-226-246/+402
|
* Tell user how to symlink around libXaw.so.6 so many windows look bumpy.asami2000-02-222-0/+9
|
* Yow! This file was really old. Delete obsolete information.asami2000-02-221-4/+0
|
* Upgrade qt142 to qt145 after repository copy.asami2000-02-216-91/+771
| | | | | PR: 16844 Submitted by: andrews@technologist.com (new maintainer)
* Recent changes to the compiler on the Alpha seem to have fixed the buildsteve2000-02-211-4/+0
| | | | of this port.
* Reducing Maintainership to an amount of portsandreas2000-02-211-1/+1
| | | | | | I can handle. Sorry, the rest has to go to ports@FreeBSD.ORG.
* Update to glib/gtk 1.2.7cpiazza2000-02-1916-40/+52
| | | | | PR: 16809 Submitted by: Maxim Sobolev <sobomax@altavista.net>
* Fix *_DEPENDSnakai2000-02-182-0/+12
|
* Remove irrelevant giflib referencesade2000-02-182-4/+3
| | | | | | Add USE_LIBTOOL to remove .la files Discussed with: maintainer
* Writable strings must be declared 'char foo[]=...', not 'char *foo=...'jmz2000-02-181-2/+11
|
* Back out previous changes to work around tixwish core dumps. The rightjmz2000-02-181-4/+1
| | | | | fix is now in patch-ad. Set MAINTAINER to jmz.
* Remove unnecessary giflib-related path from CONFIGURE_ENVade2000-02-162-4/+2
|
* Add WWW:dirk2000-02-142-0/+4
|
* Fix again the problem with tixwish core dumping. I thought it was resolvedjmz2000-02-111-0/+2
| | | | | | | | with rev 1.29, but apparently `-fwritable-strings' was not taken into account. Now add a post-configure target to explicitly set CFLAGS in Makefile. PR: ports/16639
* Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,peter2000-02-082-2/+2
| | | | | | as the days of the former are numbered. Reviewed by: asami
* Update to 0.92.3nakai2000-02-083-3/+4
|
* Fix for 'cp' command.nakai2000-02-071-0/+11
| | | | Submitted by: Jochen Solbrig <Jochen.Solbrig@urz.uni-heiderberg.de>
* Update to 0.10ade2000-02-074-6/+6
| | | | OK'd by: vanilla
* Add vdk, vdkbuildernakai2000-01-311-0/+2
|
* Initial import.nakai2000-01-315-0/+214
| | | | IDE tool for GTK+/VDE
* Initial import.nakai2000-01-315-0/+151
| | | | a C++ wrapper for GTK+
* Update to 0.7nakai2000-01-293-5/+31
|
* add my copy to MASTER_SITES since distfile is gone fromkjc2000-01-291-1/+2
| | | | the main master site.
* Update port to 1.0.7jedgar2000-01-284-11/+13
| | | | | PR: 16400 Submitted by: Maintainer
* Update to 0.8nakai2000-01-266-6/+14
|
* Add gob and resort guile-gtk.nakai2000-01-251-1/+2
|
* Initial import.nakai2000-01-255-0/+35
| | | | | | GTK+ Object Builder. This is merely a preprocessor for GTK+, and seems to be more important for GTK+/GNOME applicatoin development.
* - Update to 3.2a.tanimura2000-01-2549-743/+1126
| | | | | | - The maintainer is now a committer. Reviewed by: Kim Culhan <kimc@w8hd.org>
* remove duplicate patchmharo2000-01-231-16/+0
| | | | | PR: 16216 Submitted by: Matthew Reimer <mreimer@vpop.net>
* Fix for sigset_t changes in -current.asami2000-01-202-33/+36
| | | | | PR: 16174 Submitted by: Alexander Langer <alex@cichlids.com>
* Somehow this got missed in previous commit. Upgrade to 0.89.9.mph2000-01-191-5/+4
| | | | | PR: 16188 Submitted by: Steven G. Kargl <kargl@troutmask.apl.washington.edu>
* Upgrade to 0.89.9.mph2000-01-191-1/+1
| | | | | PR: 16188 Submitted by: Steven G. Kargl <kargl@troutmask.apl.washington.edu>
* Oops, lost change to look for gtk12-config instead of gtk-config duringnectar2000-01-173-6/+96
| | | | configure step.
* Update 2.1b3 -> 2.1.11nectar2000-01-1716-68/+484
| | | | Submitted by: tg
* Update 2.1.0b9 -> 2.1.11nectar2000-01-1715-129/+267
|
* Add guile-gtknakai2000-01-121-0/+1
|
* Initial import.nakai2000-01-125-0/+56
| | | | Guile binding for GTK+.
* It doesn't need guile.nakai2000-01-122-4/+2
|
* Fix about PLIST and i18n.nakai2000-01-092-4/+0
| | | | Submitted by: Youichi Asai <yatt@gnome.gr.jp>
* Upgrade repo-copy of tk82->tk83 to tk8.3.b1jseger2000-01-067-46/+55
|
* Upgrade to tk 8.2.3jseger2000-01-056-12/+12
|
* After several hours of doinking with this port, it finally compilessteve1999-12-2935-26/+785
| | | | on -current again.
* General comment cleanups.hoek1999-12-297-7/+7
|
* Thanks to a repository copy (by Satoshi) of pkg/INSTALL.{tcl,wi}shsteve1999-12-273-6/+3
| | | | | from the 8.0.x version of these ports, we are now one step closer to finally being rid of them.
* Allow multiple (different) font families to be used by our Russiansteve1999-12-274-0/+40
| | | | | | | counterparts. PR: 14957 Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
* Update to version 2.0.steve1999-12-253-5/+5
| | | | | PR: 15666 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Update to 0.7nakai1999-12-244-8/+8
| | | | | PR: ports/15565 Submitted by: Rod Taylor rod@zort.on.ca
* Update to version 1.4.3.steve1999-12-243-5/+5
| | | | | PR: 15591 Submitted by: maintainer
* Update to version 0.9.steve1999-12-244-6/+6
| | | | | PR: 15506 Submitted by: Ade Lovett <ade@lovett.com>
* Move tixwish man page from mann/ to man1/. This fixes `make package'jmz1999-12-101-0/+1
|
* Put back TIX_LIB_FILE and TIXSAM_LIB_FILE definitions, they are still needed.asami1999-12-101-0/+2
|
* Unbreak the update to to use Tcl/Tk 8.2. The key is to compile withjmz1999-12-056-50/+142
| | | | | | | -fwritable-strings (it would probably better to find and fix the specific portion of Tix code responsible of the core dump but that's not easy) Install libs and program with the 82 or 8.2 suke the name (instead of 80 or 8.0 resp.)
* New location on MASTER_SITE.steve1999-12-058-8/+8
| | | | | PR: 15238, 15248 Submitted by: Ade Lovett <ade@lovett.com>
* As Ade Lovett and Jean-Marc Zucconi noted this port dumps core aftersteve1999-12-051-0/+2
| | | | the upgrade to Tk8.2. Mark broken until a fix is found.
* Update to 0.6nakai1999-12-024-6/+6
|
* Update to use Tcl/Tk version 8.2.steve1999-11-296-68/+104
| | | | Submitted by: Ade Lovett <ade@lovett.com>
* Add the elided text patch from the TkMan distribution.steve1999-11-291-0/+911
|
* Update to use Tcl/Tk version 8.2.steve1999-11-2911-34/+27
| | | | Submitted by: Ade Lovett <ade@lovett.com>
* Decrease a patch.imura1999-11-276-6/+12
|
* Update version number and nuke some unneccessary lines.jseger1999-11-253-15/+3
|
* Upgrade to tk-8.2.2jseger1999-11-229-21/+21
|
* Update to version 0.22.steve1999-11-146-8/+10
| | | | | PR: 14630 Submitted by: maintainer
* Update to version 1.4.2.steve1999-11-145-21/+57
| | | | | PR: 14629 Submitted by: maintainer
* Upgrade to 1.10.tg1999-11-113-6/+6
| | | | | PR: 14804 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Add rep-gtknakai1999-11-111-0/+1
|
* Initial import.nakai1999-11-1110-0/+82
| | | | GTK+ bindings for rep Lisp interpreter.
* Upgrade to 0.89.4.tg1999-11-108-57/+45
| | | | | PR: 14807 Submitted by: Steven G. Kargl <kargl@troutmask.apl.washington.edu>
* Upgrade to 0.8.3.tg1999-11-086-254/+230
|
* Sortify.asami1999-11-041-32/+32
|
* Don't change the "date created" line, that's for the original creation date.asami1999-11-041-1/+1
|
* update: 2.4h to 2.4mkjc1999-11-045-114/+167
|
* Nuke tk 8.1jseger1999-11-021-1/+0
| | | | | Submitted by: Ade Lovett <ade@lovett.com> PR: ports/14544
* Don't remove directories that are owned by the gtk12 port.steve1999-11-011-2/+0
| | | | | PR: 13677 (10 of 10) Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Add 'cd ${WRKSRC}' when make install.imura1999-10-316-126/+126
| | | | | | This will fix the problem when WRKDIRPREFIX is too long. Submitted by: okazaki@be.to, kodama@ayame.mfd.cs.fujitsu.co.jp
* Change MASTER_SITESnakai1999-10-186-6/+12
|
* . Repair PLIST after it was spammed by previous committer.nectar1999-10-186-120/+150
| | | | . Update 1.0.4 -> 1.0.50
* Update 0.6.2 -> 0.6.3nectar1999-10-184-6/+6
|
* Revert request from MAINTAINER.nakai1999-10-158-236/+148
| | | | And respect to the line...
* Revert request from MAINTAINER.nakai1999-10-156-12/+12
|
* PR: ports/14303nakai1999-10-148-50/+108
| | | | | Submitted by:Ade Lovett<ade@lovett.com> Update to 1.0.50
* PR: ports/14303nakai1999-10-146-12/+12
| | | | | | | | | | | Submitted by:Ade Lovett<ade@lovett.com> Update to 0.6.3 Notes: Make this port use the actual py-gtk distribution file, rather than downloading all of gnome-python. Forcibly disable libglade hooks, even if present, since libglade is part of GNOME, and people should be using py-gnome instead.
* PR: ports/14303nakai1999-10-1424-72/+66
| | | | | Submitted by:Ade Lovett<ade@lovett.com> Update to 1.0.3
* Fix packing list (a header file was forgotten).nectar1999-10-143-0/+15
|
* Submitted by:Ade Lovett <ade@remarq.com>nakai1999-10-1313-21/+157
| | | | | Update to gtk+-1.2.6 This is an impotant library for 'October GNOME'
* Remove auis.asami1999-10-121-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | PR: 14267 Submitted by: Ade Lovett <ade@lovett.com> x11-toolkits/auis has been marked as BROKEN ever since the switch to ELF (cvs logs show this as October 15th 1998, almost exactly one year ago. In addition, looking at ftp://ftp.andrew.cmu.edu/pub/AUIS/ there have been no new releases since 1994. Since: (a) fixing this port to DTRT under ELF is likely to be a horrendously non-trivial task (b) there's no maintainer (c) AUIS itself hasn't been updated in over 5 years (d) no-one seems to care about it enough to get it working again (searches on the ports list show nothing relevant) I humbly submit that this port should be consigned to the great bit-bucket in the sky, buried with the respect that such a behemoth deserves and with full military honors. Requiem Mors Pacem.
* Correct theme engines' path.vanilla1999-10-1012-128/+20
|
* Upgrade to 0.8.vanilla1999-10-104-6/+6
|
* Upgrade to 1.2.5.vanilla1999-10-1013-57/+84
| | | | | PR: ports/14195 Submitted by: nobutaka@nobutaka.com
* Remove gtk11.vanilla1999-10-101-1/+0
|
* Remove patch-ab, it doesn't make sense to install the library incpiazza1999-10-091-3/+3
| | | | | | | $(datadir) PR: 14208 Submitted by: "KATO Tsuguru" <tkato@prontomail.ne.jp>
* Use updated imlib library.nakai1999-10-087-7/+7
|
* Update to version 1.9cpiazza1999-10-083-7/+5
|
* Needs g++ 2.95 or later.nectar1999-10-078-4/+16
|
* Needs g++ 2.95 or later.nectar1999-10-063-0/+3
|
* Changed qt201 -> qt20imura1999-10-021-1/+1
|
* Update to Qt-2.0.2imura1999-10-0230-90/+186
|
* Remove and entry for a file that we are longer using.steve1999-09-271-1/+0
| | | | Caught by: pib(1)
* Add pike-gtktaoka1999-09-251-0/+1
|
* A pike interface to Gtk Graphics Librarytaoka1999-09-255-0/+57
| | | | | PR: 12447 Submitted by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
* Shared libgtk is gtk12.2, not gtk12.1.asami1999-09-213-3/+3
|
* The place to install header files is changed.imura1999-09-2012-1476/+1476
| | | | | | include/X11/qt2 -> include/qt2 Suggested by: Andrey Zakhvatov <andy@cgu.chel.su>
* Activate py-wxPython.nectar1999-09-201-0/+1
|
* Python bindings for the wxWindows/GTK GUI toolkit.nectar1999-09-2024-0/+1332
|
* Update 2.0.1 -> 2.1.0b9.nectar1999-09-2018-411/+558
| | | | | | This port was apparently broken and unusable previously. If you wanted to check out wxWindows and couldn't before, go ahead and give it another try.
* Step two of splitting py-gnome into py-gtk and py-gnome so that folksnectar1999-09-1910-226/+98
| | | | | | may use the Python GTK bindings without all the GNOME cruft. This also updates py-gnome from 1.0.3 -> 1.0.4.
* Activate py-gtk.nectar1999-09-191-0/+1
|
* Step one of splitting py-gnome into py-gtk and py-gnome so that folksnectar1999-09-198-270/+188
| | | | | | may use the Python GTK bindings without all the GNOME cruft. This is py-gtk-0.6.2, built from sources in the py-gnome-1.0.4 distfile.
* Resolve many 301 Moved Permanently URLs in DESCR.fenner1999-09-181-1/+1
|
* Update to version 0.6cpiazza1999-09-188-22/+28
|
* Nuke tcl 7.5 and tk 4.1jseger1999-09-171-1/+0
| | | | They are no longer required by the ports collection.
* Create include/Xbae -> include/Xbae-${VERSION} symlink. I don't know whyasami1999-09-112-0/+3
| | | | it went away in 4.7 but it breaks at least one port (math/xmgr).
* Run ldconfig -m on %D/lib, not %D (which is "/usr/X11R6").asami1999-09-111-1/+1
|
* Setasami1999-09-114-0/+4
| | | | | | | | LIBTOOLFLAGS= --disable-ltlibs --release-suffix to take advandate of new libtools. Submitted by: libtools maintainer
* $Id$ -> $FreeBSD$ (spammed by dirk)peter1999-09-111-1/+1
|
* Upgrade to 4.7.dirk1999-09-114-48/+56
| | | | | PR: ports/13624 Submitted by: Lars Koeller <Lars.Koeller@Uni-Bielefeld.de>
* Update 1.0.3 -> 1.0.4nectar1999-09-108-12/+12
|
* Upgrade to 0.6.0.tg1999-09-096-1194/+1324
|
* The tiff port now lives in ports/graphics/tiff.steve1999-09-073-3/+3
|
* Update to version 1.8cpiazza1999-09-072-3/+3
| | | | | PR: 13602 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Upgrade repository copies to tcl/tk 8.2jseger1999-09-0616-771/+688
|
* RESTRICTED if QT_GIF_AVAILABLE is set.cpiazza1999-09-016-0/+6
| | | | Submitted by: maintainer
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-3130-43/+43
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* $Id$ -> $FreeBSD$peter1999-08-3161-61/+61
|
* Minor nit in comment section: qt2->qt201cpiazza1999-08-306-6/+6
|
* New port of qt2.01. (From a repo-copy by asami).cpiazza1999-08-3036-2226/+8994
| | | | | | PR: 13199 Submitted by: Ryuichiro Imura <imura@cs.titech.ac.jp> Tested and modified by: Will Andrews <andrews@technologist.com>
* qt2 -> qt201cpiazza1999-08-301-2/+2
|
* Caps, no period.hoek1999-08-302-2/+2
|
* Clean this up, somewhat. To fit in 25 lines I cheated and put thehoek1999-08-303-33/+42
| | | | author's signature on one line instead of two.
* Activate qt2cpiazza1999-08-291-1/+2
|
* Make this port a little more sane. It was brokencpiazza1999-08-294-128/+84
| | | | | | | | | for any system that wasn't x86 on freebsd 3.1. The port is still marked BROKEN because it sets PREFIX in the Makefile. PR: 13423 Submitted by: Ade Lovett <ade@lovett.com>
* Update to version 0.21cpiazza1999-08-296-8/+42
| | | | | PR: 13437 Submitted by: maintainer
* env -> ${SETENV}mharo1999-08-281-2/+2
|
* ln -> ${LN}mharo1999-08-283-6/+6
|
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffmharo1999-08-282-6/+6
| | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
* Activate ruby-gtkcpiazza1999-08-271-1/+2
|
* Impot of ruby-gtk.cpiazza1999-08-2710-0/+126
| | | | | | | Ruby-gtk is simply a ruby extension module to use Gtk+. PR: 13308 Submitted by: Yasuhiro Fukuma <yasuf@big.or.jp>
* Update to version 1.4.0cpiazza1999-08-275-53/+99
| | | | | PR: 13305 Submitted by: maintainer
* Change Id->FreeBSD.obrien1999-08-252-2/+2
|
* Upgrade to tcl-8.1.1 and tk-8.1.1jseger1999-08-249-30/+24
|
* Use libtclstub81.a from installed location, not build directory.asami1999-08-233-6/+12
|
* Change all ports that need a new gcc on 3.x to use USE_NEWGCC.cpiazza1999-08-239-85/+25
|
* chmod -> ${CHMOD}mharo1999-08-231-3/+3
| | | | chown -> ${CHOWN}
* egcc/eg++ have been renamed to gcc295/g++295. Changecpiazza1999-08-189-35/+35
| | | | | | | all the ports that use them accordingly. PR: 13205 Submitted by: Ade Lovett <ade@lovett.com>
* Move the USE_X_PREFIX up a few lines so it actually gets used.cpiazza1999-08-156-12/+18
| | | | | PR: 13137 Submitted by: Yasuhito FUTATSUKI <futatuki@fureai.or.jp>