| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
|
|
|
|
|
|
| |
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
|
|
|
|
|
| |
PR: ports/156802
Submitted by: "Hartmann, O." <ohartman@zedat.fu-berlin.de>
|
|
|
|
|
|
| |
Makefile error: you cannot include bsd.port[.pre].mk twice
Reported by: pointyhat
|
|
|
|
| |
because I need FILESDIR defined.
|
|
|
|
| |
gracefully provided by danfe.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
| |
|
|
|
|
|
|
|
| |
Bump PORTREVISION
PR: ports/140755
Submitted by: Dmitry <dmitry2006@yandex.ru>
|
|
|
|
| |
dockapps depend on libwraster but don't need the full WM port.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr
|
|
|
|
|
|
| |
bumped or updated
Requested by: edwin
|
| |
|
|
|
|
| |
Bump PORTREVISION to incorporate most recent changes.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- release colors to avoid issues with the reference count overflowing a
small integer and causing unexpected color releases that can crash
Window Maker (Martin Frydl <martin.frydl@systinet.com>)
- fixed a small memory leak in WINGs/wview.c caused by not releasing the
background color of a view (Martin Frydl <martin.frydl@systinet.com>)
Inspired by the "refcount" patch in the Debian rpm, updated versions
of the patches obtained from the latest WindowMaker source repo.
|
|
|
|
|
|
|
| |
Patch comes from the PR, confirmed in latest version of WindowMaker sources.
PR: ports/129291
Submitted by: keef <hardcss@yahoo.co.jp>
|
|
|
|
|
|
|
|
| |
Fix obtained partly from the PR and partly from the Debian RPM. The wmspec.c
fix was confirmed in the latest version of windowmaker in their repo.
PR: ports/120284
Submitted by: Hiromi Kimura <hiromi@tac.tsukuba.ac.jp>
|
|
|
|
|
|
|
|
|
|
| |
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
|
|
|
|
|
|
| |
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
|
|
|
|
|
|
|
|
|
|
| |
directly on dock's [1]
- Since i'm here, s/INSTALLS_SHLIB/USE_LDCONFIG/
PR: ports/116518
Submitted by: garga
Approved by: maintainer timeout (2 weeks)
Obtained from: Fedora 7 source rpm [1]
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
| |
|
|
|
|
| |
Obtained from: Gentoo
|
| |
|
| |
|
| |
|
|
|
|
| |
Approved by: portmgr (kris)
|
|
|
|
|
|
| |
description.
Approved by: maintainer timeout (over a month)
|
| |
|
|
|
|
|
| |
"single click" patch to put that option on the WPrefs
menu.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
|
|
|
|
|
|
|
|
|
| |
1. Add myself as a backup master site (Sourceforge and CPAN ports
already have good enough coverage, so skip them).
2. For all ports that have them, download the PGP signature files.
3. For ports in 2, add a verify target to the Makefile
4. For ports where I was already providing a master site, update the URL.
5. Pet portlint in a couple of places.
|
|
|
|
|
|
|
|
|
|
|
|
| |
post to -ports on this topic
2. Fix build on amd64 by not trying to inline asm code designed for i386
3. Add a patch to fix window positioning on amd64, from
http://article.gmane.org/gmane.compw.window-managers.windowmaker.devel/749
2 and 3 provided/reminded by Dejan Lesjak <dejan.lesjak@ijs.si>
Fixes for 2 and 3 tested by Dejan, and A Dude <adudek16@gmail.com>.
Approved by: portmgr (krion)
|
|
|
|
|
|
| |
Re-sort pkg-plist was my idea.
Submitted by: Ports Fury
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
"While it compiles and seems to start fine, it will crash if you
start any GTK-based program, including Firefox and Mozilla ...
GTK populates the NET_WM_ICON X11 property with incorrectly padded
data, and WindowMaker blindly reads it out and winds up passing
garbage to some X libraries, which in turn abort the entire process ...
Fortunately, handling this X11 property is not mandatory as there are
other more reliable ways to pass icon state through X (and in fact very
very few other window managers even try this), so it's safe to avoid the
whole mess by stubbing it out and letting Windowmaker fall back to a
more reliable method."
I've tested this patch with i386 windowmaker, and haven't noticed any
differences. I have xterms and various other things doing fancy stuff
with window and icon titles, so I'm pretty confident that this will
be safe for users of all ARCH's. It's also possible that it will help
those users who were having weird QT problems, but I was not able to
reproduce that problem so I can't say for sure.
Submitted by: scottl
Approved by: portmgr (krion)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It contains several bug fixes, especially for the new alt-tab code.
1. Adopt this port, at least for the time being. I use it every day,
and follow the wm-user list so I'm probably qualified.
2. Update the descriptions of the OPTIONS.
3. Restore the knob for KDE, and add knobs for XINERAMA and the
additional LINGUAS files. These, and the XKB_STATUS knobs are all
off by default, but on for the PACKAGE_BUILDING case. I borrowed
this concept from the fluxbox port.
4. Add a knob for the experimental virtual desktop code, off by default.
The window maker folks warn that this is still experimental, so users
shouldn't wander into it by mistake.
5. Instead of bumping the SHLIB version number to 5, set it back to 4.
The window maker folks use N.N.N for their libwraster version string,
and their version for the 0.80.2 version of window maker was 2.3.0.
Thus, our previous version number of 4 was already bogus, so keep it
bogus even though they've bumped their version to 3.N.N. The new lib
is forward compatible for apps compiled with old library (I've tested
many of them), and this "fixes" all the ports that depend on libwraster.
6. Make the locale files hidden under the LINGUAS knob conditional
in the plist.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix libwraster shared library version
- Remove a patch which is no longer needed
- Remove options which are no longer supported
- Fix pkg-plist
- Revise pkg-descr
PR: ports/73082
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
|
|
|
|
|
|
|
|
| |
This release adds many new features, including font anti-aliasing.
1. Update LIB_DEPENDS to include Xft
2. Modernize USE_LIBTOOL
3. Hermes is no longer relevant
4. Update man page list and pkg-plist for new version
|
| |
|
| |
|
| |
|
|
|
|
| |
in 0.90.0.
|
|
|
|
| |
necessary in 0.90.0.
|
| |
|
|
|
|
|
| |
manipulation and zh_TW.Big5. The new charset is UTF-8 everywhere,
and zh_TW is now built into the distribution.
|
|
|
|
|
| |
PR: ports/70718
Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
|
| |
|
|
|
|
|
|
| |
(Add SIZE to distinfo)
Submitted by: trevor
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
|
| |
|
|
|
|
| |
Submitted by: Masahide -mac- NODA <mac@clave.gr.jp>
|
|
|
|
|
|
| |
bug that interchanges red and blue channels in images.
Take maintainership.
|
|
|
|
|
| |
Submitted by: trevor
Tested by: bento
|
| |
|
|
|
|
|
|
|
|
| |
o Bump PORTREVISION acrodingly.
PR: ports/61661
Submitted by: Palle Girgensohn <girgen@pingpong.net>
Obtained from: http://www.monkey.org/openbsd/archive/ports/0308/msg00111.html
|
|
|
|
| |
Submitted by: Adam McLaurin <blueeskimo@gmx.net>
|
|
|
|
|
|
|
|
|
|
|
| |
- ECHO -> ECHO_MSG
For some ports:
- pre-fetch -> pre-everything
- ECHO -> ECHO_CMD
PR: ports/56820-56858
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
|
|
|
| |
Prodded by: kris
|
| |
|
|
|
|
|
| |
these great pieces of software, so that let others with more free time
to take over them.
|
|
|
|
|
|
|
| |
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
| |
|
|
|
|
|
| |
PR: 45748
Submitted by: Miguel Mendez <flynn@energyhq.homeip.net>
|
|
|
|
|
| |
PR: 45523
Submitted by: "Sergey A.Osokin" <osa@FreeBSD.org.ru>
|
|
|
|
|
| |
Submitted by: lots and lots
Pointy hat to: ade
|
|
|
|
|
|
| |
language status.
Submitted by: Alexander Peresunko <alex@freeman.org.ua>
|
| |
|
|
|
|
| |
LIB_DEPENDS.
|
|
|
|
|
|
|
|
|
|
| |
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
with a "-old" suffix -- gettext-old will have its deorbit burn
sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order
Reviewed by: portmgr
|
|
|
|
| |
Submitted by: naddy
|
|
|
|
|
|
|
|
|
|
|
|
| |
Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies
Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old
Reviewed by: portmgr
|
|
|
|
|
|
| |
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
|
|
|
|
| |
Submitted by: olgeni
|
|
|
|
|
|
| |
apply everywhere.
Submitted by: Todd Punderson <todd@doonga.net>
|
| |
|
|
|
|
| |
Submitted by: Ports Fury
|
|
|
|
| |
Submitted by: tg
|
| |
|
|
|
|
|
| |
PR: ???
Submitted by: Patrick Li <pat@databits.net>
|
| |
|
|
|
|
|
| |
Submitted by: Masahide -mac- NODA <mac@clave.gr.jp>
Tested by: knu
|
|
|
|
| |
Submitted by: bento
|
| |
|
|
|
|
| |
Submitted by: "Alfredo K. Kojima" <kojima@conectiva.com.br>
|
|
|
|
| |
Submitted by: Patrick Li <pat@databits.net>
|
|
|
|
|
|
| |
to the /usr/local/GNUstep.
Submitted by: "Patrick Li" <pat@databits.net>
|
|
|
|
|
|
| |
2. add wmicons into RUN_DEPENDS and remove similar functionality from
this port;
3. due to (1) bump PORTREVISION.
|
|
|
|
|
|
|
| |
- nuke http://jgo.local.net/cool_downloads/wm/ - it doesn't exist anymore;
- nuke MASTER_SITE_LOCAL - there is no need in it anymore.
Submitted by: dougb
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
instead of right header from freetype2.
Poked by: Michael Harnois <mdharnois@home.com>
|
|
|
|
|
|
|
|
|
| |
because WM may fail to build if XFree86-4's version of libfreetype.so.6 is
detected and freetype2 port is not installed (XFree86 doesn't install any
freetype's header files). This is temporarly workaround until jmz will fix
XFree86-4 properly.
Prompted by: Mister X <scanner@jurai.net>
|
| |
|
|
|
|
| |
Submitted by: reg
|
|
|
|
| |
Submitted by: billf
|
|
|
|
| |
pointy hat for me...
|
|
|
|
|
|
| |
default laocale files.
Noticed by: asami
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Submitted by: Hajimu UMEMOTO <ume@mahoroba.org>
|
|
|
|
|
|
|
|
|
| |
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
|
|
|
|
|
|
|
| |
just cun'n'pasted the name from Satoshi's commit message without checking
it.
Hall of shame entry: sobomax
|
| |
|
| |
|
|
|
|
|
|
|
| |
WITHOUT_FOO. Begin the process of reserving these prefixes for user defined
options.
No comment by: ports
|
| |
|
|
|
|
| |
Approved by: Brian Handy <handy@physics.montana.edu>
|
|
|
|
|
| |
PR: 17766
Submitted by: "Maxim Sobolev" <sobomax@altavista.net>
|
| |
|
|
|
|
| |
Submitted by: Brian Handy <handy@physics.montana.edu>
|
|
|
|
|
|
|
|
| |
PR: 16727
Submitted by: Maxim Sobolev <sobomax@altavista.net>
Reviewed by: Will Andrews <andrews@technologist.com>
Use libungif instead of giflib.
|
|
|
|
|
| |
PR: 12637
Submitted by: Yuan-Chen Cheng <ycheng@ml.tw.freebsd.org>
|
|
|
|
|
| |
PR: 14149
Submitted by: Brian Handy <handy@physics.montana.edu>
|
|
|
|
|
| |
PR: 13033
Submitted by: Ben Hutchinson <benhutch@byers.xfiles.org.uk>
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 13530
Submitted by: Brian Handy (windowmaker maintainer)
|
| |
|
|
|
|
|
|
|
| |
hooks.
PR: 12691
Submitted by: Brian Handy <handy@physics.montana.edu>, maintainer
|
|
|
|
|
| |
PR: 12670
Submitted by: maintainer
|
| |
|
|
|
|
|
| |
permitted. Note that, given current numeric motif of PW, this is done
in four equally-sized commits of 393 files each.
|
|
|
|
| |
Submitted by: Andrzej Tobola <san@tmp.iem.pw.edu.pl>
|
| |
|
|
|
|
|
| |
PR: 12016
Submitted by: Brian Handy <handy@physics.montana.edu>
|
| |
|
|
|
|
|
| |
PR: 11358
Submitted by: maintainer
|
|
|
|
|
| |
PR: 10975
Submitted by: maintainer
|
|
|
|
|
| |
PR: 10518
Submitted by: maintainer
|
|
|
|
|
| |
PR: 10317
Submitted by: Ming-I Hsieh <PA@FreeBSD.ee.ntu.edu.tw>
|
|
|
|
| |
This unbreaks the fetching of several of these ports.
|
|
|
|
|
|
|
|
| |
to get configure to find libPropList, perhaps because of the libPropList
PREFIX controversy.
PR: ports/9768
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
make this work in -current.
PR: 9498
Reviewed by: maintainer
Submitted by: Michael Oski <oski@jps.net>
|
|
|
|
| |
Submitted by: maintainer
|
|
|
|
| |
Submitted by: Akihiko Hayashi <hayashi@totalware.gifu.gifu.jp>
|
|
|
|
| |
Submitted by: Brian Handy <handy@physics.montana.edu>
|
|
|
|
| |
would go backwards.
|
|
|
|
| |
Approved by: asami
|
|
|
|
|
|
|
| |
on startup people are seeing.
PR: 8783
Reviewed by: Brian Handy <handy@physics.montana.edu>
|
|
|
|
|
| |
shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts
instead of adding it to PKG_FLAGS after bsd.port.mk.
|
|
|
|
| |
Submitted by: Brian Handy <handy@physics.montana.edu>
|
|
|
|
| |
Submitted by: Brian Handy <handy@physics.montana.edu>
|
|
|
|
| |
Submitted by: Brian Handy <handy@physics.montana.edu>
|
|
|
|
| |
Fixes submitted by: Jeremy Lea <reg@shale.csir.co.za>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
in the first place.
|
|
|
|
| |
ELF conversion.
|
|
|
|
|
| |
(Note, since the shlib major didn't change this just removes the regexp
support.)
|
|
|
|
| |
ELF conversion.
|
|
|
|
| |
Submitted by: Brian Handy <handy@physics.montana.edu>
|
|
|
|
| |
Reviewed by: Brian Handy <handy@physics.montana.edu>
|
|
|
|
| |
Submitted by: Brian Handy <handy@physics.montana.edu>
|
|
|
|
| |
Reviewed by: Brian Handy <handy@physics.montana.edu>
|
|
|
|
| |
Submitted by: Brian Handy <handy@physics.montana.edu>
|
|
|
|
|
|
|
|
|
|
|
|
| |
version of tiff, it never finds the first one.
"Anthony C. Chavez" <magus@xmission.com>
(2) dockit calls out wish in the first line.
moro <moro@remus.dti.ne.jp>
Submitted by: Brian Handy <handy@physics.montana.edu>
|
|
|
|
|
| |
fvwm2 fvwm95 gwm icewm lwm mlvwm olvwm piewm qvwm tvtwm windowmaker
wm2 wmx" from x11 to x11-wm.
|
|
|
|
|
| |
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
|
|
|
|
| |
Reviewed by: Brian Handy <handy@physics.montana.edu>
|
|
|
|
| |
Reviewed by: Brian Handy <handy@physics.montana.edu>
|
| |
|
|
|
|
| |
autoconf takes care of that.
|
|
|
|
| |
Submitted by: Brian Handy <handy@physics.montana.edu>
|
|
|
|
|
| |
PR: 6894
Reviewed by: Brian Handy <handy@physics.montana.edu>
|
|
|
|
| |
Reviewed by: Brian Handy <handy@physics.montana.edu>
|
|
|
|
|
|
|
|
|
| |
installs the version of the port that uses shared library number 9 and the
LIBRARY_VERSION set to the default. Normally this is against our policy
(bumping the version number for minor things), however due to the major
problems caused with the upgrade, Satoshi and I decided that this was best.
Approved by: asami
|
| |
|
|
|
|
|
| |
PR: 6154
Submitted by: Brian Handy <handy@physics.montana.edu>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Reviewed by: maintainer
|
|
|
|
|
| |
PR: second half of 5818
Submitted by: Brian Handy <handy@lambic.spasci.com>
|
|
with a nextstep look and feel.
Submitted by: Brian Handy <handy@physics.montana.edu>
|