Commit graph

13314 commits

Author SHA1 Message Date
hubertf
d6aceb5b44 Updatej to 4.17. Changes:
+ euler2d, new mode thanks to Stephen Montgomery-Smith
+   <stephen@math.missouri.edu> also some work was done by Tim Auckland
+   <Tim.Auckland@Procket.com>.  See euler2d.tex for theory.
& XSync(dsp, True) should not be used in modes as it is hard to log in
&   when input password characters are randomly dropped.
- tetris, you can now play with -trackmouse, row clearing fixed, bonus
-   pieces.  Added a new look to pieces but must be compiled in with
-   -DBM_PLAIN.
- Purify Uninitialized Memory Read found in euler2d, life, and swarm and
-  a memory leak in juggle.  SunOS fix for xcl and juggle and gameless
-  environment configuration (--disable-interactive) thanks to Tom Schmidt
-  <tschmidt@micron.com>.
  bounce, bat, pacman, and braid should look better for password sized
    windows
  xcl, new mode control-line combat model race, conversion from xscreensaver
    thanks to its author Martin Berentsen <berentsen@sent5.uni-duisburg.de>.
  multi-byte character support for languages like Japanese.  Fixed for
    bomb.c, nose.c, dclock.c, xlock.c, resource.c, iostuff.c,
    xmlock.c, and xglock.c.  Also added new xmlock/XmLock-jp.ad.
    Thanks to Yokota Hiroshi <yokota@netlab.is.tsukuba.ac.jp>.
    Maintainer (David Bagley) is a little confused about gettext and
    settext stuff.
  swarm improvements thanks to Juan Heguiabehere <juanh@wins.uva.nl>.
    Now do not fly at 45 degree angles most of the time and longer trails
    with -size.  Noticed some drawing errors on some Sun displays with
    long trails, probably a Sun hardware problem.
  euler2d, new mode thanks to Stephen Montgomery-Smith
    <stephen@math.missouri.edu> also some work was done by Tim Auckland
    <Tim.Auckland@Procket.com>.  See euler2d.tex for theory.
  added BLANK_ONLY #define if you only want the blank mode.
  VMS patch for sound thanks to Jouk Jansen <joukj@hrem.stm.tudelft.nl>.
  sco patch from Ronald Joe Record <rr@sco.com>.  Did not take the patches
    straight so there could be some problems still, but tried to address
    the issues.  (etc/play.sh, spline.cc sqr, t3d.c time inc, and sysv5
    build issues).
  configure should now find Mesa as opengl.  Worked before
    for me... but may work for others now too.
  Minor warnings removed various files.
  loop.c now loops can go clockwise too.  The program decides which set of
    rules to use. (Is handedness a requirement for life? (DNA for example
    has right-handed helices.))  Added some debugging for building rules
    easier, hexagonal life more fleshed out so RAND_RULES will work until
    about generation 540.
  ESound updates by Eric Lassauge <lassauge@mail.dotcom.fr>.
  xcl, new mode control-line combat model race, conversion from xscreensaver
    thanks to its author Martin Berentsen <berentsen@sent5.uni-duisburg.de>.
  juggle.c: fix bug which caused crashes on some machines, less flashy arms,
    real-time, -pattern random (a true pattern generator), figure moved down
    and scaled, bouncing, more random, one ball juggling should not come
    up, and Sun CC 5.0 errors/warnings removed thanks to Tim Auckland
    <tda10@geocities.com>.
  HP problems identified for life.c and shape.c, no code changes since it
    seems to be a strange bug in the HP cc compiler when using both -O and
    -g flags (default).  HP CC warnings removed in solitare.cc, xlock.c,
    resource.c, dclock.c, decay.c, goop.c, ico.c, juggle.c, starfish.c,
    t3d.c, tetris.c, erase*.*.  Updated configure and README for compiling
    and linking through HP's cc.  Still some open problems.
  Some arbitrary sized arrays removed in xlock.c, resource.c, and mode.c,
    do not believe them to be security problems.
  HP_PASSWDETC - due to possible security problems this will no longer
    compile by default, pointed out by Theo de Raadt
    <deraadt@cvs.openbsd.org>.
  Sun CC 5.0 warnings changes cover all modes with options.
  skewb mode added as an unstable GL mode.  Its in development.  Not much
    yet... I just have the corners drawn so far and no real movement yet.
    Its like a Rubik's Cube but with diagonal cuts that cut through the
    the center of the cube on a skewed angle.
  mult-byte character support for languages like Japanese.  Fixed for
    bomb.c, nose.c, iostuff.c, xmlock.c, and xglock.c.  Also added new
    xmlock/XmLock-jp.ad.  Thanks to Yokota Hiroshi
    <yokota@netlab.is.tsukuba.ac.jp>.
  Buffer overrun security fix does not allow root access directly but the
    encrypted password file may be found in memory.  This vulnerability was
    discovered by Brock Tellier with additional research by Anthony Osborne
    at the COVERT Labs of PGP Security, Inc.  Now allocate memory instead
    of an arbitrary limit on mode name length.
  run mode added, its a hack but it sort of works.  :)
    Also changed resource.c to make a special case for it.
    would be nice if password window worked too...
    Will probably crash and burn on multiscreens, random mode, etc.
    run like:
    xlock -mode run -geometrystring geometry -runprogram xclock
    xlock -mode run -geometrystring g -runprogram xlogo
    xlock -mode run -geometrystring none -runprogram xfishtank
    (May be having a little problem with the none option...)
    _NOT_ a good idea to recursively run xlock
    Not fond of the name of the mode or its option names... so if you
    have better names in mind ... tell me.
    Moved to unstable (due to VMS and -debug problems).
  ico.c most flashing removed.  FullRandom added and now rotates more
    randomly, rotates in the proper direction (looking at it from the top,
    I guess its wrong if you think it should be on a glass table and the
    view is underneath...) and changes when it hits the end of the screen.
    and changes when it hits the end of the screen.  Linewidth and points
    added as well.
  rubik.c update for stickers and cube roundness variables now set in macro,
    considering creating a new skewb mode (its a like a rubik's cube but
    with diagonal cuts).
  XFree86 4.0 fixes for DPMS and XCloseDisplay thanks to Jeremy Buhler
    <jbuhler@cs.washington.edu>.  Call to XCloseDisplay was causing
    problems, removing it should not, right?  More fixes for DPMS, this time
    for NetBSD.  Thanks to <hubert.feyrer@rz.uni-regensburg.de>
  solitare.cc Solaris CC warnings removed and fixed shapes when in
    password window.
  xalock removed from distribution

  + Updated since BETA1
  & New since BETA
  - Updated since BETA
2000-08-15 03:54:16 +00:00
itojun
a5ec868def be more friendly to western users - use #ifdef KANJI_SYMBOL to
determine configuration menu language (appears with "o")
2000-08-15 03:42:21 +00:00
itojun
32153ba03a add W3M_USE_{SSL,COOKIE} compilation switch.
both are on by default.  there can be some comment on what should be
the defalult value, I'm open to your input...
2000-08-15 03:19:10 +00:00
jlam
847ec8ff9f Update gnucash to 1.4.3.
Closes pkg/10834 by David Rankin <drankin@bohemians.lexington.ky.us>.

Changes from version 1.4.1:

	o updated French translation
	o improved qif importing
	o fix for g-wrap 0.9.4
	o misc bug fixes
2000-08-15 02:44:44 +00:00
jlam
b29cb0708d Update g-wrap to 0.9.5. Changes from version 0.9.4 include not using
deprecated smob functions not present anymore in guile-1.4 and up.
2000-08-15 02:18:46 +00:00
itojun
7db3abf460 as we now depend on shlib from devel/libnet, we must use DEPENDS,
not BUILD_DEPENDS.
2000-08-15 01:28:58 +00:00
jlam
11ab47a688 Don't need special handling of .zip. Also some cosmetic changes. 2000-08-15 01:21:54 +00:00
jlam
62b56b94c0 Make this work and de-install properly with perl5 + perl5-current.
Include code in the Makefile to show how to use the installed .packlist
to dynamically generate a PLIST for this package.  I couldn't use the
solution proposed on tech-pkg since eperl installed some stuff in
${PERL5_SITELIB} under perl-5.00404, but in ${PERL_SITEARCH} under
perl-5.6.0.  I imagine other modules will also show this difficulty
since the Makefile for eperl was generated by ExtUtils::MakeMaker, so I
think the .packlist way is the right thing to do.
2000-08-15 01:12:15 +00:00
jlam
0258cdeca6 Add and enable libperl-current 2000-08-15 01:08:48 +00:00
jlam
539f6d6e61 Placeholder representing an installed shared libperl.so for perl5-current. 2000-08-15 01:05:13 +00:00
wiz
4c17a9bccc USE_PKGLIBTOOL -> USE_LIBTOOL 2000-08-15 00:54:19 +00:00
jlam
e064767a32 Make the packing list reflect the installed files when the port doesn't
support shared libraries.
2000-08-15 00:38:40 +00:00
wiz
495ba99f9c USE_PKGLIBTOOL -> USE_LIBTOOL 2000-08-14 23:48:24 +00:00
wiz
fa097b4aa4 USE_PKGLIBTOOL -> USE_LIBTOOL 2000-08-14 23:37:56 +00:00
wiz
e1309beff8 USE_PKGLIBTOOL -> USE_LIBTOOL 2000-08-14 23:23:39 +00:00
wiz
782d377936 USE_PKGLIBTOOL -> USE_LIBTOOL.
LTCONFIG_OVERRIDE -> minus one patch.
2000-08-14 23:14:23 +00:00
wiz
c7c4676ba3 USE_PKGLIBTOOL -> USE_LIBTOOL 2000-08-14 23:11:05 +00:00
jlam
e42608dca9 HOMEPAGE changed. 2000-08-14 22:58:09 +00:00
wiz
106dc238b5 USE_PKGLIBTOOL -> USE_LIBTOOL 2000-08-14 22:25:46 +00:00
wiz
8523109bde enable ONLY_FOR_PLATFORM (erronously commented out in last commit) 2000-08-14 22:17:51 +00:00
wiz
e731f09cf9 USE_PKGLIBTOOL -> USE_LIBTOOL. Untested for lack of Solaris.
XXX: This package needs NetBSD porting!
2000-08-14 22:16:48 +00:00
wiz
21d3cf529d USE_PKGLIBTOOL -> USE_LIBTOOL 2000-08-14 22:02:27 +00:00
wiz
d93341cafc This package doesn't use libtool. 2000-08-14 21:55:25 +00:00
wiz
7800c08a71 USE_PKGLIBTOOL -> USE_LIBTOOL. LTCONFIG_OVERRIDE saves a patch. 2000-08-14 20:06:18 +00:00
wiz
8968b0751a USE_PKGLIBTOOL -> USE_LIBTOOL.
XXX: Is libtool really needed for Perl packages?
2000-08-14 19:31:29 +00:00
wiz
fbcbc4ec7e Sort PLIST. 2000-08-14 19:23:53 +00:00
wiz
0373127410 This package doesn't use LIBTOOL. 2000-08-14 19:23:43 +00:00
wiz
9031f6ba6e change commented out USE_PKGLIBTOOL 2000-08-14 19:15:54 +00:00
wiz
57d63ffb48 USE_LIBTOOL instead of USE_PKGLIBTOOL. 2000-08-14 19:14:40 +00:00
wiz
136f08b687 USE_PKGLIBTOOL -> USE_LIBTOOL. LTCONFIG_OVERRIDE saves a patch. 2000-08-14 19:09:23 +00:00
wiz
04d355a5cb USE_PKGLIBTOOL -> USE_LIBTOOL.
LTCONFIG_OVERRIDE -> one less patch.
2000-08-14 19:00:31 +00:00
wiz
290638b162 USE_PKGLIBTOOL -> USE_LIBTOOL 2000-08-14 18:44:12 +00:00
wiz
953859d9e9 USE_PKGLIBTOOL -> USE_LIBTOOL 2000-08-14 18:32:17 +00:00
wiz
a3bddc7984 USE_PKGLIBTOOL -> USE_LIBTOOL. LTCONFIG_OVERRIDE saves a patch. Sort PLIST. 2000-08-14 18:08:14 +00:00
wiz
98e7dbee36 USE_PKGLIBTOOL -> USE_LIBTOOL 2000-08-14 17:56:05 +00:00
wiz
f69aaef3d9 USE_PKGLIBTOOL -> USE_LIBTOOL 2000-08-14 17:45:20 +00:00
wiz
12c9983f4d USE_PKGLIBTOOL -> USE_LIBTOOL. 2000-08-14 17:38:56 +00:00
wiz
ba733b008b USE_PKGLIBTOOL -> USE_LIBTOOL.
LTCONFIG_OVERRIDE -> minus one patch.
2000-08-14 17:31:01 +00:00
wiz
aee86938da fix typos 2000-08-14 17:24:07 +00:00
wiz
1663dce8ac Replace USE_PKGLIBTOOL by USE_LIBTOOL.
XXX: Isn't really used right now, since the shared library isn't built.
Needs tweaking.
2000-08-14 16:56:04 +00:00
mjl
0a121eb23c Remove unnecessary patch (superseded by autoconf) 2000-08-14 16:52:21 +00:00
mjl
732a159643 Update to 2.7. A short change log is not available. 2000-08-14 16:51:35 +00:00
wiz
297b9332a6 USE_PKGLIBTOOL -> USE_LIBTOOL.
LTCONFIG_OVERRIDE -> one less patch.
Add DEINSTALL script with note about etc/openldap.
2000-08-14 16:35:31 +00:00
wulf
8edd81055e Updated 7plus to 255 2000-08-14 15:52:59 +00:00
wulf
f3d787a59d Updated 7plus to 225 2000-08-14 15:51:34 +00:00
wiz
cb095376b4 No more PKGLIBTOOL.
LTCONFIG_OVERRIDE -> minus one patch.
2000-08-14 15:07:27 +00:00
wiz
ce19bd233e Retire USE_PKGLIBTOOL in favour of USE_LIBTOOL.
Use LTCONFIG_OVERRIDE, and thus remove four patches.
Update PLIST for arm and mipse[bl] additions.
2000-08-14 14:57:52 +00:00
wiz
4546611514 LTCONFIG_OVERRIDE -> minus two patches.
Correct linking with libossaudio: plus two patches.
Still doesn't work, though.
2000-08-14 14:20:55 +00:00
wiz
9095628768 No more USE_PKGLIBTOOL.
LTCONFIG_OVERRIDE -> minus one patch.
2000-08-14 14:19:30 +00:00
wiz
f191ad78ec USE_PKGLIBTOOL -> USE_LIBTOOL
Add info-dir-entry.
2000-08-14 13:55:04 +00:00