pkgsrcv2.git
24 years agoSolaris has no group wheel, so we have to extend the sed line in the Makefile
veego [Wed, 17 May 2000 09:22:28 +0000 (09:22 +0000)]
Solaris has no group wheel, so we have to extend the sed line in the Makefile
and change the chgrp command.

24 years agoSplit the chown user:group into two call: chown and chgrp
veego [Wed, 17 May 2000 09:09:42 +0000 (09:09 +0000)]
Split the chown user:group into two call: chown and chgrp

24 years agoUpdate to 1.1.21 + latest patches to voice extensions.
fredb [Wed, 17 May 2000 03:43:49 +0000 (03:43 +0000)]
Update to 1.1.21 + latest patches to voice extensions.

Numerous tweaks, minor bug fixes.

24 years agoSupport bzip2 compressed patch files.
fredb [Wed, 17 May 2000 03:32:43 +0000 (03:32 +0000)]
Support bzip2 compressed patch files.

24 years agoRegenerated (no patch-af).
jdc [Tue, 16 May 2000 20:28:01 +0000 (20:28 +0000)]
Regenerated (no patch-af).

24 years agoReducing the termcap buffer from 2048 to 1024 bytes breaks with the new
jdc [Tue, 16 May 2000 20:27:34 +0000 (20:27 +0000)]
Reducing the termcap buffer from 2048 to 1024 bytes breaks with the new
termcap code.
Leaving it at 2048 is OK for older code, as that truncates the entry to
1024 bytes anyway.

24 years agoUpdate to 1.60
abs [Tue, 16 May 2000 19:36:47 +0000 (19:36 +0000)]
Update to 1.60

24 years agoUpdate to 1.0.1. No functional change, only take the fact into account
hubertf [Tue, 16 May 2000 16:02:05 +0000 (16:02 +0000)]
Update to 1.0.1. No functional change, only take the fact into account
that pkg_add now leaves the INSTALL script for future use, and doesn't
delete it any more.

24 years agoMake it work on Solaris.
veego [Tue, 16 May 2000 14:46:44 +0000 (14:46 +0000)]
Make it work on Solaris.

24 years agoAdd back patch to find fortune even if not in $PATH.
hubertf [Tue, 16 May 2000 13:32:07 +0000 (13:32 +0000)]
Add back patch to find fortune even if not in $PATH.
Noted by Dan McMahill.

24 years agoIn the event of multiple non current versions of a package being found, take
abs [Tue, 16 May 2000 11:41:08 +0000 (11:41 +0000)]
In the event of multiple non current versions of a package being found, take
the one iwth the highest number as 'best'

24 years agoUpdate xjman to 0.5
sakamoto [Tue, 16 May 2000 11:20:03 +0000 (11:20 +0000)]
Update xjman to 0.5
Changes:
XFree86 3.3.6 base.

24 years agoUpdate "gnapster" package to version 1.3.9. Changes since version 1.3.8:
tron [Tue, 16 May 2000 06:05:06 +0000 (06:05 +0000)]
Update "gnapster" package to version 1.3.9. Changes since version 1.3.8:
- Local and remote resume support
- New browse method that uses a tree-style view instead of list
- Completely rewritten download and queue code-
- Security hole fixed that allowed users to view arbitrary files (I HIGHLY
  suggest updating to Gnapster 1.3.9)
- Many minor changes everywhere
- Internal bug fixes

24 years agomake makepatchsum
tsarna [Tue, 16 May 2000 01:12:15 +0000 (01:12 +0000)]
make makepatchsum

24 years agoMerge from vendor branch TNF:
tsarna [Tue, 16 May 2000 01:07:05 +0000 (01:07 +0000)]
Merge from vendor branch TNF:
Initial import of pkg for sqsh 1.7:

Sqsh (pronounced skwish) is short for SQshelL (pronounced s-q-shell), it
is intended as a replacement for the venerable 'isql' program supplied
by Sybase.  It came about due to years of frustration of trying to do
real work with a program that was never meant to perform real work.

Sqsh is much more than a nice prompt, it is intended to provide much of
the functionality provided by a good shell, such as variables,
redirection, pipes, back-grounding, job control, history, command
completion, and dynamic configuration.  Also, as a by-product of the
design, it is remarkably easy to extend and add functionality.

24 years agoInitial import of pkg for sqsh 1.7:
tsarna [Tue, 16 May 2000 01:07:05 +0000 (01:07 +0000)]
Initial import of pkg for sqsh 1.7:

Sqsh (pronounced skwish) is short for SQshelL (pronounced s-q-shell), it
is intended as a replacement for the venerable 'isql' program supplied
by Sybase.  It came about due to years of frustration of trying to do
real work with a program that was never meant to perform real work.

Sqsh is much more than a nice prompt, it is intended to provide much of
the functionality provided by a good shell, such as variables,
redirection, pipes, back-grounding, job control, history, command
completion, and dynamic configuration.  Also, as a by-product of the
design, it is remarkably easy to extend and add functionality.

24 years agoMerge from vendor branch TNF:
tsarna [Tue, 16 May 2000 01:03:47 +0000 (01:03 +0000)]
Merge from vendor branch TNF:
Initial import of pkg for FreeTDS 0.50:

FreeTDS is a free (open source, LGPL-licensed) implementation of
Sybase's db-lib, ct-lib, and ODBC libraries.  Currently, dblib and ctlib
are most mature.  Both of these libraries have several programs know to
compile and run against them.  ODBC is just a roughed in skeleton, and
not useful for real work.

FreeTDS will run at protocol versions 4.2, 4.6, or 5.0 and thus can
access both Sybase and Microsoft SQL-Servers.  Experimental support for
TDS 7.0 (the version used by MS SQL Server 7.0) is now included.

24 years agoInitial import of pkg for FreeTDS 0.50:
tsarna [Tue, 16 May 2000 01:03:47 +0000 (01:03 +0000)]
Initial import of pkg for FreeTDS 0.50:

FreeTDS is a free (open source, LGPL-licensed) implementation of
Sybase's db-lib, ct-lib, and ODBC libraries.  Currently, dblib and ctlib
are most mature.  Both of these libraries have several programs know to
compile and run against them.  ODBC is just a roughed in skeleton, and
not useful for real work.

FreeTDS will run at protocol versions 4.2, 4.6, or 5.0 and thus can
access both Sybase and Microsoft SQL-Servers.  Experimental support for
TDS 7.0 (the version used by MS SQL Server 7.0) is now included.

24 years agocorrect directory entry so it deinstalls cleanly
dmcmahill [Mon, 15 May 2000 22:37:01 +0000 (22:37 +0000)]
correct directory entry so it deinstalls cleanly

24 years agomake pth depends into a dewey depends
dmcmahill [Mon, 15 May 2000 21:38:42 +0000 (21:38 +0000)]
make pth depends into a dewey depends

24 years agoAdd a dependency on the Xg fonts.
agc [Mon, 15 May 2000 12:16:24 +0000 (12:16 +0000)]
Add a dependency on the Xg fonts.

24 years agoAdd a dependency on the Xg fonts
agc [Mon, 15 May 2000 12:15:17 +0000 (12:15 +0000)]
Add a dependency on the Xg fonts

24 years agosam has moved from plan9 to editors.
agc [Mon, 15 May 2000 11:54:42 +0000 (11:54 +0000)]
sam has moved from plan9 to editors.

24 years agoMove sam from plan9 to editors by repository copy.
agc [Mon, 15 May 2000 11:53:25 +0000 (11:53 +0000)]
Move sam from plan9 to editors by repository copy.

24 years agoMove sam from plan9 to editors category by repository copy.
agc [Mon, 15 May 2000 11:50:52 +0000 (11:50 +0000)]
Move sam from plan9 to editors category by repository copy.

24 years agoAdd Xg fonts
agc [Mon, 15 May 2000 11:45:20 +0000 (11:45 +0000)]
Add Xg fonts

24 years agocategory has changed to fonts.
agc [Mon, 15 May 2000 11:33:52 +0000 (11:33 +0000)]
category has changed to fonts.

24 years agoXg fonts have moved to the "fonts" category.
agc [Mon, 15 May 2000 11:33:05 +0000 (11:33 +0000)]
Xg fonts have moved to the "fonts" category.

24 years agoMoved Plan 9 Xg fonts to the fonts category by repository copy.
agc [Mon, 15 May 2000 11:32:07 +0000 (11:32 +0000)]
Moved Plan 9 Xg fonts to the fonts category by repository copy.

24 years agoCorrected license and URL information.
wulf [Mon, 15 May 2000 11:26:20 +0000 (11:26 +0000)]
Corrected license and URL information.

24 years agoAdded and enabled dpbox
wulf [Mon, 15 May 2000 11:00:46 +0000 (11:00 +0000)]
Added and enabled dpbox

24 years agoInitial import of pkgsrc/ham/dpbox:
wulf [Mon, 15 May 2000 10:54:45 +0000 (10:54 +0000)]
Initial import of pkgsrc/ham/dpbox:
dpbox-6.00.00 Multi-Protocol Amateur Packet Radio BBS

24 years agoMerge from vendor branch TNF:
wulf [Mon, 15 May 2000 10:54:45 +0000 (10:54 +0000)]
Merge from vendor branch TNF:
Initial import of pkgsrc/ham/dpbox:
dpbox-6.00.00 Multi-Protocol Amateur Packet Radio BBS

24 years agoupdate homepage & master site
hubertf [Mon, 15 May 2000 02:32:51 +0000 (02:32 +0000)]
update homepage & master site

24 years agoUpdate to 20000511 version. Mostly to sync with the base system.
hubertf [Mon, 15 May 2000 00:54:55 +0000 (00:54 +0000)]
Update to 20000511 version. Mostly to sync with the base system.
Among others:

 * pkg_add: Quick pre-check if any conflicting dependencies are installed
   (e.g. version X is installed, but version Y is required), before
   downloading all depends, and bail out later.
 * pkg_admin: add lsbest, lsall commands to interface the C functions
   findmatchingname() and findbestmatchingname(); useful to expand pkg
   patterns for shell scripts etc.
 * pkg_admin: allow pkg without version to "check" command
 * pkg_delete: properly deal with wildcards in pkg_delete -R
 * More code cleanup, clearer error messages and minor enhancements.

This also fixes a bunch of PRs, sorry for not listing any numbers.

24 years agoUpdate jakarta-tomcat to version 3.1. While here, clean up the package
jwise [Sun, 14 May 2000 23:35:28 +0000 (23:35 +0000)]
Update jakarta-tomcat to version 3.1.  While here, clean up the package
a fair deal.

Changes from 3.0 (the last pkgsrc version) include:

    * Thread pooling and JVM load balancing
    * ISAPI and NSAPI integration
    * A Command line JSP to Servlet Code tool
    * Automatic generation of Apache configuration files
    * Automatic deployment of Web ARchive (WAR) files
    * Logging
    * Substantially improved documentation
    * Experimental servlet reloading
    * Experimental security implementation
    * Minimal Admin/Deployment Tool
    * Internal APIs were changed for flexibility and integration
    * The source code was cleaned and reorganized
    * Most non-essential code was moved out of tomcat.core
    * Greater platform / JVM level coverage
    * Many, many bugs were fixed.

IMHO, this is _much_ closer to being a real, usable platform than 3.0 was
(as was intender - 3.0 was more of a proof of concept), and is very close
to being something to push into production -- I'm banking on a late 3.1.X
or 3.2 for that.

24 years agoUpdate nmap to 2.53.
frueauf [Sun, 14 May 2000 22:05:56 +0000 (22:05 +0000)]
Update nmap to 2.53.

Changes from Nmap Changelog:

-- Fixed a commenting issue that could cause trouble for non-GNU compilers
   (first found by Jan-Frode Myklebust (janfrode at parallab.uib.no))
-- A few new services to nmap-services

24 years ago" -F " ar 4 digits not 3 for strncat().
frueauf [Sun, 14 May 2000 22:03:43 +0000 (22:03 +0000)]
" -F " ar 4 digits not 3 for strncat().

24 years agoAdd comment about needing Xaw3d.
kim [Sun, 14 May 2000 20:04:13 +0000 (20:04 +0000)]
Add comment about needing Xaw3d.

24 years agoEnabled bluefish
wulf [Sun, 14 May 2000 11:40:02 +0000 (11:40 +0000)]
Enabled bluefish

24 years agoadd missing depends on xpm
dmcmahill [Sun, 14 May 2000 01:00:42 +0000 (01:00 +0000)]
add missing depends on xpm

24 years agogrammar fix
wiz [Sun, 14 May 2000 00:59:43 +0000 (00:59 +0000)]
grammar fix

24 years ago-ELF rpath fix.
dmcmahill [Sun, 14 May 2000 00:57:41 +0000 (00:57 +0000)]
-ELF rpath fix.
-add missing library.

Fixes recently reported compile problems.

24 years agoFix some of the patches - some RCS IDs did sneak in!
hubertf [Sun, 14 May 2000 00:18:56 +0000 (00:18 +0000)]
Fix some of the patches - some RCS IDs did sneak in!
Need a smarter pkgdiff...!

 - Hubert

24 years ago[space]->[tab]
dmcmahill [Sat, 13 May 2000 23:41:55 +0000 (23:41 +0000)]
[space]->[tab]

24 years agoadd more arch's to the ONLY_FOR.. list since xforms runs on more than when
dmcmahill [Sat, 13 May 2000 23:40:38 +0000 (23:40 +0000)]
add more arch's to the ONLY_FOR.. list since xforms runs on more than when
the list was made.

24 years ago-add missing USE_FORTRAN
dmcmahill [Sat, 13 May 2000 14:51:13 +0000 (14:51 +0000)]
-add missing USE_FORTRAN
-minor patches to allow the package to correctly build with either g77 or
 f2c.

24 years agoCorrect "RESTRICTED" entry.
tron [Sat, 13 May 2000 07:03:38 +0000 (07:03 +0000)]
Correct "RESTRICTED" entry.

24 years agoEnable IMAP over SSL support.
tron [Sat, 13 May 2000 07:00:31 +0000 (07:00 +0000)]
Enable IMAP over SSL support.

24 years agoUpdate gnucash to 1.3.7 from PR 10091 by David Rankin. Changes include
rh [Sat, 13 May 2000 06:21:03 +0000 (06:21 +0000)]
Update gnucash to 1.3.7 from PR 10091 by David Rankin.  Changes include
tons of new features and bugfixes that are too numerous to list here.
For more information, see the homepage for the package.

24 years agofix the obvious getopt-problem (on -current)
wiz [Sat, 13 May 2000 01:15:01 +0000 (01:15 +0000)]
fix the obvious getopt-problem (on -current)
XXX: still doesn't compile, since it uses the old 4.x ImageMagick API,
which in this case is incompatible to the 5.x one.

24 years agoupdate to 2.2.2; also fixes compilation problems on -current.
wiz [Fri, 12 May 2000 23:01:40 +0000 (23:01 +0000)]
update to 2.2.2; also fixes compilation problems on -current.
Rather many changes since 2.1.8, please take a look at the NEWS file.
Mainly bugfixes; better URL support; and http:cookie support.

24 years agoAdd and enable acroread-chsfont acroread-chtfont
sakamoto [Fri, 12 May 2000 20:43:54 +0000 (20:43 +0000)]
Add and enable acroread-chsfont acroread-chtfont
acroread-font-share acroread-jpnfont acroread-korfont

24 years agoAsian Font Packs for Acrobat Reader 4.0 (Korean)
sakamoto [Fri, 12 May 2000 20:42:13 +0000 (20:42 +0000)]
Asian Font Packs for Acrobat Reader 4.0 (Korean)

24 years agoMerge from vendor branch TNF:
sakamoto [Fri, 12 May 2000 20:42:13 +0000 (20:42 +0000)]
Merge from vendor branch TNF:
Asian Font Packs for Acrobat Reader 4.0 (Korean)

24 years agoAsian Font Packs for Acrobat Reader 4.0 (Japanese)
sakamoto [Fri, 12 May 2000 20:41:41 +0000 (20:41 +0000)]
Asian Font Packs for Acrobat Reader 4.0 (Japanese)

24 years agoMerge from vendor branch TNF:
sakamoto [Fri, 12 May 2000 20:41:41 +0000 (20:41 +0000)]
Merge from vendor branch TNF:
Asian Font Packs for Acrobat Reader 4.0 (Japanese)

24 years agoAsian Font Packs for Acrobat Reader 4.0 (Chinese Traditional)
sakamoto [Fri, 12 May 2000 20:41:06 +0000 (20:41 +0000)]
Asian Font Packs for Acrobat Reader 4.0 (Chinese Traditional)

24 years agoMerge from vendor branch TNF:
sakamoto [Fri, 12 May 2000 20:41:06 +0000 (20:41 +0000)]
Merge from vendor branch TNF:
Asian Font Packs for Acrobat Reader 4.0 (Chinese Traditional)

24 years agoAsian Font Packs for Acrobat Reader 4.0 (Chinese Simplified)
sakamoto [Fri, 12 May 2000 20:40:19 +0000 (20:40 +0000)]
Asian Font Packs for Acrobat Reader 4.0 (Chinese Simplified)

24 years agoMerge from vendor branch TNF:
sakamoto [Fri, 12 May 2000 20:40:19 +0000 (20:40 +0000)]
Merge from vendor branch TNF:
Asian Font Packs for Acrobat Reader 4.0 (Chinese Simplified)

24 years agoAsian Font Packs for Acrobat Reader 4.0 (common base)
sakamoto [Fri, 12 May 2000 20:39:13 +0000 (20:39 +0000)]
Asian Font Packs for Acrobat Reader 4.0 (common base)

24 years agoMerge from vendor branch TNF:
sakamoto [Fri, 12 May 2000 20:39:13 +0000 (20:39 +0000)]
Merge from vendor branch TNF:
Asian Font Packs for Acrobat Reader 4.0 (common base)

24 years agoAdd and enable fonts.
sakamoto [Fri, 12 May 2000 18:42:22 +0000 (18:42 +0000)]
Add and enable fonts.

24 years agoenable watanabe_vfont.
sakamoto [Fri, 12 May 2000 18:41:05 +0000 (18:41 +0000)]
enable watanabe_vfont.

24 years agoWatanabe-vector Japanese font
sakamoto [Fri, 12 May 2000 18:39:35 +0000 (18:39 +0000)]
Watanabe-vector Japanese font
(separated from japanese/vflib-lib).

24 years agoMerge from vendor branch TNF:
sakamoto [Fri, 12 May 2000 18:39:35 +0000 (18:39 +0000)]
Merge from vendor branch TNF:
Watanabe-vector Japanese font
(separated from japanese/vflib-lib).

24 years agoremove Watanabe vector font(separated to fonts/watanabe_vfont).
sakamoto [Fri, 12 May 2000 18:28:27 +0000 (18:28 +0000)]
remove Watanabe vector font(separated to fonts/watanabe_vfont).

24 years agoextend this ugly hack to search for "sysctl" in /sbin and /usr/sbin
drochner [Fri, 12 May 2000 18:20:17 +0000 (18:20 +0000)]
extend this ugly hack to search for "sysctl" in /sbin and /usr/sbin

24 years agonew archive subdir
drochner [Fri, 12 May 2000 18:18:18 +0000 (18:18 +0000)]
new archive subdir

24 years agonew category "fonts".
sakamoto [Fri, 12 May 2000 17:45:06 +0000 (17:45 +0000)]
new category "fonts".

Fonts

24 years agoMerge from vendor branch TNF:
sakamoto [Fri, 12 May 2000 17:45:06 +0000 (17:45 +0000)]
Merge from vendor branch TNF:
new category "fonts".

Fonts

24 years agoupdate zoularis to 20000512
christos [Fri, 12 May 2000 17:40:06 +0000 (17:40 +0000)]
update zoularis to 20000512

24 years agoProvide checksum for i386 128-bit key version.
tron [Fri, 12 May 2000 16:18:44 +0000 (16:18 +0000)]
Provide checksum for i386 128-bit key version.

24 years agomake all pkgs for which I'm the maintainer point to my netbsd email.
dmcmahill [Fri, 12 May 2000 16:07:35 +0000 (16:07 +0000)]
make all pkgs for which I'm the maintainer point to my netbsd email.

24 years agoAdd pstree.
mjl [Fri, 12 May 2000 15:41:26 +0000 (15:41 +0000)]
Add pstree.

24 years agopstree, show processes in a tree (does not need /proc fs)
mjl [Fri, 12 May 2000 15:36:05 +0000 (15:36 +0000)]
pstree, show processes in a tree (does not need /proc fs)

24 years agoMerge from vendor branch TNF:
mjl [Fri, 12 May 2000 15:36:05 +0000 (15:36 +0000)]
Merge from vendor branch TNF:
pstree, show processes in a tree (does not need /proc fs)

24 years agoUpgrade pacakge to magicpoint-1.07a, which has much better mgp2ps.
is [Fri, 12 May 2000 15:22:28 +0000 (15:22 +0000)]
Upgrade pacakge to magicpoint-1.07a, which has much better mgp2ps.

24 years agoadd patch to work around a g++ -O2 compiler bug on pmax. The compiler bug is
dmcmahill [Fri, 12 May 2000 14:59:30 +0000 (14:59 +0000)]
add patch to work around a g++ -O2 compiler bug on pmax.  The compiler bug is
reported in PR port-pmax/9453.

24 years agoRemove obsolete "corba" category.
tron [Fri, 12 May 2000 14:17:29 +0000 (14:17 +0000)]
Remove obsolete "corba" category.

24 years agoUnbreak runtime linkage.
kleink [Fri, 12 May 2000 12:41:43 +0000 (12:41 +0000)]
Unbreak runtime linkage.

24 years agoProvide checksum for i386 128-bit key version.
tron [Fri, 12 May 2000 12:08:00 +0000 (12:08 +0000)]
Provide checksum for i386 128-bit key version.

24 years agoMove wily from plan9 to editors category by repository copy.
agc [Fri, 12 May 2000 11:40:30 +0000 (11:40 +0000)]
Move wily from plan9 to editors category by repository copy.

24 years agoMove wily from plan9 category to editors
agc [Fri, 12 May 2000 11:39:20 +0000 (11:39 +0000)]
Move wily from plan9 category to editors

24 years agoMove wily from plan9 category to editors by repository copy.
agc [Fri, 12 May 2000 11:38:42 +0000 (11:38 +0000)]
Move wily from plan9 category to editors by repository copy.

24 years agoUpdate port2pkg to 1.5
sakamoto [Fri, 12 May 2000 10:07:36 +0000 (10:07 +0000)]
Update port2pkg to 1.5

Changes:
        Support PKGNAMEPREFIX/PKGNAMESUFFIX variables.

24 years agoFix category properly.
agc [Fri, 12 May 2000 09:50:02 +0000 (09:50 +0000)]
Fix category properly.

24 years agoMove rc package from plan9 to shells category
agc [Fri, 12 May 2000 09:40:58 +0000 (09:40 +0000)]
Move rc package from plan9 to shells category

24 years agoMove rc package to shells category
agc [Fri, 12 May 2000 09:39:53 +0000 (09:39 +0000)]
Move rc package to shells category

24 years agoMove rc package from plan9 to shells, by repository copy.
agc [Fri, 12 May 2000 09:39:15 +0000 (09:39 +0000)]
Move rc package from plan9 to shells, by repository copy.

24 years agoThis package has moved category.
agc [Fri, 12 May 2000 09:22:46 +0000 (09:22 +0000)]
This package has moved category.

24 years agoORBit has moved category.
agc [Fri, 12 May 2000 09:21:12 +0000 (09:21 +0000)]
ORBit has moved category.

24 years agoRemove empty corba category.
agc [Fri, 12 May 2000 09:19:16 +0000 (09:19 +0000)]
Remove empty corba category.

24 years agoMove ORBit package from the corba category to net
agc [Fri, 12 May 2000 09:14:41 +0000 (09:14 +0000)]
Move ORBit package from the corba category to net

24 years agoUpdate "mtv" package to version 1.1.1.1 after old distribution file has
tron [Fri, 12 May 2000 06:33:57 +0000 (06:33 +0000)]
Update "mtv" package to version 1.1.1.1 after old distribution file has
disappeared. A change list is not available unfortunately.

24 years agoDepend on jpeg-6b.
rh [Fri, 12 May 2000 06:30:59 +0000 (06:30 +0000)]
Depend on jpeg-6b.

24 years agoUpdate tgif to 4.1.33
rh [Fri, 12 May 2000 06:20:49 +0000 (06:20 +0000)]
Update tgif to 4.1.33

Changes include:
 * tons of bug fixes
 * support for importing JPEG files
 * new X default, Tgif.JpegToXpm, so that the import filter can
   be replaced.
 * a new X default, Tgif.AutoWrapMenubar
 * a new X default, Tgif.NoMinWinSize
 * -usexlib commandline option to force tgif to ignore the
   -DUSE_XT_INITIALIZE compile option and use Xlib only.
 * French locale
 * ImageProc context submenu for XPM objects
 * Get Property context submenu
 * f an object has an attribute called "edit_attrs_in_context_menu=",
 * the values (starting from the 2nd line and separated by
   linebreaks) of this attribute are treated as attribute names.
   The named attributes will be visible in the Edit Attribute In
   Editor submenu of the Context Menu.
 * Add tooltip support for Show Measurement. Thanks to Raphael
   Dechenaux <raph_d@club-internet.fr> for the contribution.
   The following new X defaults are supported (with their default
   values shown):
         Tgif.UseMeasureTooltip: true
         Tgif.MeasureTooltipXFollowMouse: true
         Tgif.MeasureTooltipYFollowMouse: true
         Tgif.MeasureTooltipHorizontalPosition: left
         Tgif.MeasureTooltipVerticalPosition: top

24 years agoInstall a library containing implementation objects. Make this actually
jlam [Fri, 12 May 2000 06:15:07 +0000 (06:15 +0000)]
Install a library containing implementation objects.  Make this actually
usable by installing <limits> and <memory> which implement parts of the
Standard C++ Library missing from the NetBSD toolchain.

24 years agoFix last commit.
veego [Fri, 12 May 2000 06:10:35 +0000 (06:10 +0000)]
Fix last commit.