summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2000-09-05Update build dependency on perl to build in correct directory if perljlam1-2/+2
interpreter is not found.
2000-09-04Add and enable xfstt.kim1-1/+2
2000-09-04TrueType font server for X11kim10-0/+158
2000-09-03fix comment (and thus building)wiz1-2/+2
2000-09-03reformat to < 25 lineswiz1-9/+1
2000-09-03add RCS Idwiz1-0/+1
2000-09-03add RCS Idswiz2-0/+2
2000-09-03remove trailing whitespacewiz1-2/+2
2000-09-03s/^A //wiz1-1/+1
2000-09-03remove unnecessary empty linewiz1-2/+1
2000-09-03add RCS Idwiz1-0/+1
2000-09-03uncomment RCS Id to quiet pkglintwiz1-1/+1
2000-09-03gmake -> ${GMAKE}wiz1-2/+2
2000-09-03remove trailing whitespacewiz2-4/+4
2000-09-03${MKDIR} includes -pwiz1-2/+2
2000-09-03find -> ${FIND}wiz1-3/+3
2000-09-03echo -> ${ECHO}wiz1-3/+3
2000-09-02Don't run 'check-shlibs', fdesigner is known to be broken.hubertf1-1/+4
This pkg needs to be recompiled/relinked with the proper switches...
2000-09-02Update maintainer.jdc1-2/+2
Approved by agc.
2000-09-01Fix for a bug where, after the last client exits, the root windowfredb2-1/+42
is for ever after messed up. Pulled up from wmx-6 (actually, culled from the mailing list).
2000-09-01Mark remaining packages which need to be updated to work with tcl-8.3.2jwise1-1/+3
with BROKEN= This package has not yet been updated to work with tcl-8.3.2. in order to make bulk builds quieter. These packages will be updated over the weekend.
2000-09-01Adapt this package to tk-8.3.2. There is actually a newer blt out therejwise4-26/+45
(2.4u), but the master site has been down all week, so I am adapting the old one, as the new one has few major changes...
2000-09-01Remove this package. It has been supplanted by pkgsrc/x11/tk.jwise10-2858/+0
2000-09-01Since the configure script comes up with different shared lib suffixes onjwise3-7/+7
different versions/platforms of NetBSD, use $(TK_LIB_FILE:C/\.so.*/.la/) instead of $(TK_LIB_FILE:.so=.la) to derive the libtool archive name from the shared library name. From Frederick Bruckman, addresses PR pkg/10924.
2000-09-01Add bindings for NetBSD Section 9, Kernel Manual.fredb4-3/+52
2000-09-01change to dewey dependsdmcmahill1-2/+2
2000-09-01update to wxGTK-2.2.1. While here, libtoolize it since its a library.dmcmahill3-50/+249
changes are: 20th August 2000: wxWindows 2.2.1 released Minor build fixes. Use the wxCommmandEvent::IsChecked() function for checkable menu items. This mean that the m_int parameter no longer contains the ID of the menu! Fixed major problems in ODBC logging code. This change is binary backward incompatible. Fixed reentry problems in DnD code. Changed PostScript code so that it can handle a higher resolution (720dpi). Minor improvements to wxGrid code. Corrected guffow-scrolling so that no surplus expose events are generated. Corrected bug in wxMask creation on 16-bit displays. Minor correction to wxDC::DrawRoundedRectangle. Added support for <INSERT> and <DELETE> menu accelerators. Made wxComboBox case-sensitive. Minor correction to doc-view architecture. Minor wxCommandLineParser changes.
2000-09-01botched duplicate import. has been backed outdmcmahill1-3/+3
2000-09-01update to wxGTK-2.2.1. While here, libtoolize it since its a library.dmcmahill2-6/+8
changes are: 20th August 2000: wxWindows 2.2.1 released Minor build fixes. Use the wxCommmandEvent::IsChecked() function for checkable menu items. This mean that the m_int parameter no longer contains the ID of the menu! Fixed major problems in ODBC logging code. This change is binary backward incompatible. Fixed reentry problems in DnD code. Changed PostScript code so that it can handle a higher resolution (720dpi). Minor improvements to wxGrid code. Corrected guffow-scrolling so that no surplus expose events are generated. Corrected bug in wxMask creation on 16-bit displays. Minor correction to wxDC::DrawRoundedRectangle. Added support for <INSERT> and <DELETE> menu accelerators. Made wxComboBox case-sensitive. Minor correction to doc-view architecture. Minor wxCommandLineParser changes.
2000-08-31revert my last (conflicting) importdmcmahill8-373/+365
2000-08-31Adapt this package to tk-8.3.2.jwise1-3/+3
Hey, at least the python people put their money where their mouth is -- *I* sure don't use p5-Tk.... <duck> :-) :-) :-) Ok, I'll shut up and have another cup of coffee now...
2000-08-31botched duplicate import. has been backed outdmcmahill6-351/+362
2000-08-31initial import of wxGTK-2.2.1dmcmahill1-4/+4
wxGTK is the GTK based version of wxWindows. wxWindows is a free C++ library for cross-platform GUI development. This lets you create native applications for different operating systems from the same source code. wxWindows is currently merging libraries based on GTK+, Windows, Motif and Mac with OS/2 started.
2000-08-31botched duplicate import. has been backed outdmcmahill2-14/+11
2000-08-31Adapt this package to tk-8.3.2.jwise1-9/+6
2000-08-31Forgot to commit this after last change.jwise1-2/+2
jwise/Makefile: DEPENDS+= coffee-*:../../kitchen/carafe
2000-08-31Adapt this package to tk-8.3.2.jwise7-38/+43
2000-08-31Fix inconsistent use of SHLIB_SUFFIX vs. SHARED_LIB_SUFFIX in configurejwise1-6/+14
script. I believe this is what resulted in 1.4.3/ELF ports not building tk correctly. he is testing on 1.4.3_ALPHA/alpha.
2000-08-31Enable tcl and tk, disable tcl80 and tk80.jwise1-3/+3
2000-08-31Update to tkman-2.1. The most significant change is that the license isfredb5-45/+47
relaxed to be more GPL-like. Also, now requires tk-8.3.x, the "makefile" adds an option to use -mandoc for BSD-style man pages, which we enable, and Tkman now has a homepage.
2000-08-311. Introduce two variablesitohy1-2/+22
XLOCK_LIGHT don't use MesaGL or XPM if defined XLOCK_DEFAULT_MODE default mode if no "-mode" is specified 2. Use audioplay(1) for sound support. I don't think the "-sound" flag has ever worked, but I might have miss something....
2000-08-31Update for new Tcl/Tk versionstsarna2-6/+6
2000-08-30Adapt to tk-8.3.2.jwise3-12/+12
2000-08-30Adapt this package to tk-8.3.2jwise3-13/+5
2000-08-30On second thought, remove this entirely. It will be re-imported underjwise8-65/+0
`sysutils', where it belongs.
2000-08-30We distribute the Makefile in files/Makefile, but we patch it anyhow...jwise1-13/+0
OK...
2000-08-30update mipsel distfile. The change is that the program 'fdesign' now hasdmcmahill1-2/+2
the correct RPATH for the X libraries.
2000-08-30Use our "libtool" instead of internal one.tron1-5/+7
2000-08-30Add "USE_PERL5= YES" because this package includes perl scripts.tron1-5/+6
2000-08-30Fix typo in generated tkConfig.sh.jwise2-4/+4