Commit graph

28986 commits

Author SHA1 Message Date
schmonz
e9f268e31e On Darwin, ZOULARISBASE is really just LOCALBASE. (This makes the
PKG_TOOLS_BIN and FETCH_CMD defaults work when LOCALBASE is not
"/usr/pkg".)
2002-05-19 12:44:59 +00:00
jmcneill
5e1b1ecbd2 Add dependencies to png and oaf, to make this compile. 2002-05-19 12:23:58 +00:00
zuntum
895132ab51 Add missing verb.
Fixes PR#16892 by Julio Merino <jmmv@hispabsd.org>
2002-05-19 08:52:17 +00:00
dmcmahill
4acb647ef8 update to cdpack-1.4
- by default cdpack now excludes NO_BIN_ON_CDROM packages.  This is the most
  important change.  Previously all pkgs were included.
- added flag to allow NO_BIN_ON_CDROM packages
- added flag to exclude NO_BIN_ON_FTP packages
- increased the verbosity resulting from the verbose flag
- added a debug flag to preserve tmp files
2002-05-19 07:59:46 +00:00
minoura
444708f29f Updated to 0.5.4.
0.5 -> 0.5.1
 * Ported to Windows/Cygwin, HP-UX11.0 and FreeBSD 2.2
 * Incompatible fix to conform final SRFI-22
 * Various bug fixes
Gauche-gl is updated to 0.1.2 to follow Gauche 0.5.1 changes.
SXML-gauche-0.9, Oleg Kiselyov's XML tool suite, is available.

0.5.1 -> 0.5.2
  * Feature addition : String interpolation
  * Bugfixes
  * More POSIX API
  * Manpages
  * RPM packages for Linux/i386

0.5.2 -> 0.5.3
There're not many visible changes in this release
except a few bug fixes.

0.5.3 -> 0.5.4
 * Buffered port routine is rewritten to use Gauche's own
   buffering code instead of stdio.
 * Lots of high-level file/directory utility functions are added as
   file.util module.
 * Added weak vector. See "Weak pointer" section of the reference manual.
 * Added parameters. See gauche.parameter section of the reference manual.
 * Added pseudo tty interface, sys-openpty and sys-forkpty. See
   "Termios" section of the reference manual.
 * Added define-values.
 * Added port?.
 * System objects, such as <sys-stat>, <sys-group> and <sys-passwd>,
   are integrated to the object system. Information of these objects
   can now be accessed via slots, instead of individual procedures.
 * Improved dynamic string handling performance.
 * Fixed a nasty bug in metaobject protocol handling code
   that corrupted memory.
 * Fixed a compiler bug that prevented proper tail recursion in some cases.
2002-05-19 07:58:25 +00:00
itojun
9d8344915a upgrade to 3.2.2p1. includes security changes.
Security Changes:
=================

- fixed buffer overflow in Kerberos/AFS token passing
- fixed overflow in Kerberos client code
- sshd no longer auto-enables Kerberos/AFS
- experimental support for privilege separation,
  see UsePrivilegeSeparation in sshd(8) and
	  http://www.citi.umich.edu/u/provos/ssh/privsep.html
  for more information.
- only accept RSA keys of size SSH_RSA_MINIMUM_MODULUS_SIZE (768) or larger

Other Changes:
==============

- improved smartcard support (including support for OpenSC, see www.opensc.org)
- improved Kerberos support (including support for MIT-Kerberos V)
- fixed stderr handling in protocol v2
- client reports failure if -R style TCP forwarding fails in protocol v2
- support configuration of TCP forwarding during interactive sessions (~C)
- improved support for older sftp servers
- improved support for importing old DSA keys (from ssh.com software).
- client side suport for PASSWD_CHANGEREQ in protocol v2
- fixed waitpid race conditions
- record correct lastlogin time
2002-05-19 07:43:23 +00:00
dmcmahill
85b336f8d4 make f77 be the default fortran compiler instead of f2c-f77 for netbsd>=1.5.
f2c was really only needed in 1.4 and earlier days.
2002-05-19 03:42:14 +00:00
dmcmahill
4aa4d1526a use MAGIC_HOME instead of CAD_HOME as the environment variable which
points to the magic installation.  This avoids possible conflicts with
some other UCB tools which use CAD_HOME.  Noted in private email from
Daniel Senderowitz.
2002-05-18 23:18:43 +00:00
zuntum
c60351c841 Alter HOMEPAGE - pkg/16887 by James K. Lowden <jklowden@schemamania.org> 2002-05-18 22:46:47 +00:00
schmonz
fcfdd1cf46 _DO_SHLIB_CHECKS -> yes 2002-05-18 21:35:45 +00:00
schmonz
d50a6c1a2b In do-shlib-handling, also fix up PLIST for Mach-O ("*.dylib")
shared libs, as found on Darwin. From Jeff Putsch <jdputsch@attbi.com>
as part of pkg/16104.
2002-05-18 21:33:32 +00:00
dmcmahill
95a94d7cab update the gEDA suite of tools to the 20020414 snapshot.
Many bug fixes and improvements since last snapshot.  Many more
symbols added to the libraries.
2002-05-18 18:08:39 +00:00
dmcmahill
c4cb34d566 Update to gwave-20020122
minor update:
- interactive Y-zoom and XY-area zoom added (see Readme)
- zoom-to-exact-size dialog box added
2002-05-18 17:47:59 +00:00
wiz
cb25527785 regen 2002-05-18 15:00:42 +00:00
jdolecek
a38f058758 fix typo 2002-05-18 15:00:06 +00:00
bouyer
a8a31aebfa Don't request data length which are not multiple of 2 bytes for request_sense.
ATAPI being a 16bit bus it can't properly deal with requests which are not
multiple of 2 bytes.
2002-05-18 14:52:31 +00:00
dmcmahill
b032c8616c update to geda-docs-20020209 which is the latest documentation 2002-05-18 14:25:48 +00:00
zuntum
03b3166a0e Adjust PKGNAME 2002-05-18 11:30:24 +00:00
zuntum
03a1dcdee0 add & enable mailsync 2002-05-18 11:29:55 +00:00
zuntum
239e327cd2 Initial import of mailsync-4.3.2
Mailsync is a way of synchronizing a collection of mailboxes. The algorithm is
a 3-way diff. Two mailboxes are simultaneously compared to a record of the
state of both mailboxes at last sync. New messages and message deletions are
propagated between the two mailboxes. If you're familiar with CVS, it's the
same principle, except there's no opportunity for conflicts.

XXX: could be buildlinked for imap-uw; will take a look later

Fixes pkg/16757 by MarkoSchuetz@web.de
2002-05-18 11:28:24 +00:00
mjl
e66a665b71 Update oaf to 0.6.10
* evil activation races
  * alloca issue
  * handle IO_PRI
  * more regression tests
  * don't multiply parse oafinfo files
  * racing activations far more efficient
  * remove multiple directory capability
  * Fix oaf-slay username detection
  * Fix for multiple activation race condition
  * New translations
2002-05-18 10:54:16 +00:00
zuntum
9232665230 add & enable elinks 2002-05-17 18:07:14 +00:00
zuntum
7683c82f46 Initial import of elinks-0.3.0
This is the elinks tree - intended to provide feature-rich version of links,
however not rock-stable and dedicated mainly for testing.  Its purpuose is to
make alternative to links, until Mikulas will have some time to maintain it,
and to test and tune various patches for Mikulas to be able to include them
in the official links releases.

Provided by Dawid Szymanski <dawszy@arhea.net> in pkg/16851,
slightly modified by myself.
2002-05-17 18:06:19 +00:00
schmonz
151ebe0153 Patch style police. 2002-05-17 17:10:10 +00:00
schmonz
0802fac492 Add and enable dlcompat. 2002-05-17 16:57:34 +00:00
schmonz
636097337c Import dlcompat-20020508, from Jeff Putsch <jdputsch@attbi.com> in
pkg/16104, with a few tweaks. This package is for Darwin/Mac OS X
systems only.

dlcompat provides the dlopen() interface for dynamic loading of
modules for applications that need it. It is based on Apple code
that was only released via Darwin CVS.

This version comes from the Fink project.
2002-05-17 16:56:02 +00:00
grant
fe60cdbcb8 update to 2.5.2 (only bugfixes according to ChangeLog) 2002-05-17 13:34:48 +00:00
abs
a2accd70ae include crimson.jar and ant.jar in default CLASSPATH 2002-05-17 13:24:57 +00:00
abs
c7d53850e9 x.mame.net seems very slow today - add a second MASTER_SITE 2002-05-17 13:21:30 +00:00
abs
d7ecc981f1 Updated libirman to libirman-0.4.1bnb1
- Install README and programs for testing/setting up config
2002-05-17 13:06:09 +00:00
martti
d4411c6427 Updated libxml2 to 2.4.21 (only bug fixes according to ChangeLog) 2002-05-17 13:02:29 +00:00
abs
0bd0cda561 Added libirman-0.4.1b
Libirman is a programming library for Irman control of Unix software.

    Infrared man (Irman) is a small device that allows you to control
    your PC with the remote from your TV, VCR, CD or Stereo. Irman
    can be used in many ways, for example to control a software program
    while you are in another room, such as xmms.
2002-05-17 11:40:31 +00:00
abs
425c724557 Import libirman-0.4.1b
Libirman is a programming library for Irman control of Unix software.

    Infrared man (Irman) is a small device that allows you to control
    your PC with the remote from your TV, VCR, CD or Stereo. Irman
    can be used in many ways, for example to control a software program
    while you are in another room, such as xmms.
2002-05-17 11:32:51 +00:00
kei
0dce8ce849 No need to depend on jpeg-6b when inline image support is disabled. Noticed
by YAMAMOTO Takashi.  Thanks.

Bump pacakge revision to w3m-0.3nb2.
2002-05-17 00:01:12 +00:00
jschauma
29f380d385 Update to 5.04.
Move patch-ac to patch-ab.

New since last BETA2:
+ pacman AI update with trackmouse thanks to Edwin de Jong <mauddib at gmx dot net>
+   C++ fixes, memcpy prefered over bcopy, random start.

New since last BETA:
* Changed delay on several GL modes.  They were too fast on my GeForce4.
* bounce drawing errors fixed on my nVidia fixed
  ant: fudged the truchet lines a bit more for squares and hexagons.
  molecule needs to be protected from pipes by a  "glDrawBuffer(GL_BACK);"
     thanks to Jouk Jansen.
  molecule needs to be protected from pipes by a  "glDrawBuffer(GL_BACK);"
     thanks to Jouk Jansen.
  Patch from Marcelo Vianna <mfvianna at centroin dot com dot br> to get his modes
    (cage,moebius,morph3d,rubik) working on NVidia under XFree (NVidia
    has a policy to not release code open source and the bug crashes the
    system requiring a hard reset).  Since skewb is similar that was done
    as well by maintainer.
  configure changes for 2.53, added option for .ad installation dir,
     check for xlockrc and pam.
  flag debugged for xpm, do not set byte order for ZPixmap.
    Flag ripples now flow left to right and from bottom to top.
  Combined XLock-jp.ad into XLock.ad
  fontset to use regular (not bold/italic) font/fontset as default,
    fix for sound.c using DEF_PLAY, and a fix for customName
    thanks to Shingo Yamaguchi <shingo at kip dot iis dot toyama-u dot ac dot jp>.
  nice changes were causing problems, set_priority used instead thanks
    to Felicia Neff <fn at panix dot com>. (VMS still uses nice).
  noof mode added from GLUT demos thanks to Dave Riesz <driesz at cpl dot net>.
  USE_XPM changed to HAVE_XPM to be compatible with xscreensaver.
2002-05-16 22:19:54 +00:00
cjep
a1ca96ef45 On arm32, use gcc from pkgsrc to avoid egcs internal error. 2002-05-16 21:55:31 +00:00
mjl
7810573ae8 Update p5-Digest-MD5 to 2.20
More synchronization with tweaks Jarkko have done to the
   bleadperl test suite. This time various EBCDIC hacks.

   Outside PERL_CORE the md5-aaa.t test loaded the wrong version of
   the module (and would fail if no previous Digest::MD5 was installed).

   One more test suite update from Jarkko to sync it
   even better with bleadperl.

   Changes #12954 and #16173 from bleadperl.  Documentation typo fix
   and some signed/unsigned mismatches that Microsoft's C compiler
   complained about.

   The EBCDIC-aware md5-aaa.t from bleadperl.
2002-05-16 21:28:23 +00:00
mjl
808c0fc1cd Update p5-URI to 1.19
URI::Heuristic will guess better on strings like "123.3.3.3:8080/foo".
URI::WithBase will not keep the full history of any base URI's base URI.
URI::URL->new("foo", "bar")->base now returns an URI::URL.
Deal properly with file:///-URIs.
2002-05-16 21:24:14 +00:00
mjl
767893854a Update p5-DBD-postgresql to 1.13
- add definition for missing type 'numeric' and fix segfault in pg_type
 - implement missing metadata methods and change existing ones
2002-05-16 21:19:06 +00:00
wiz
ac0d2545e3 Add and enable gnet. 2002-05-16 18:15:17 +00:00
wiz
e6be83c435 Initial import of GNet-1.1.4:
GNet is a simple network library. It is written in C, object-oriented,
and built upon GLib. It is intended to be small, fast, easy-to-use,
and easy to port. GNet comes with documentation and examples.
2002-05-16 18:13:26 +00:00
wiz
e1e9c8de7c Use buildlink.mk's instead of DEPENDS. Proposed in pkg/16807 as a fix
for build problems on xpkgwedge systems by Julio Merino.
2002-05-16 16:58:05 +00:00
agc
da38841f90 Add and enable p11 2002-05-16 16:10:07 +00:00
agc
6d1a6c2cff Initial import of p11-2.10a, a PDP-11 emulator, into the NetBSD Packages
Collection.

P11 is a PDP11 emulator, which currently emulates the following configuration:
        - a KDJ11A processor (including fpp)
        - one or more RL-controllers (RLV12) with up to 4 RL02 each
        - one or more RHV?? controllers with up to 8 RP06 each
        - an RK11-controller with 22-bit addressing (hey ever saw one?)
        - a MRV12 option (boot-rom/maintenance and display register)
        - one or more KL11A controllers with up to 4 serial lines each
        - a standard printer interface
        - a read only TM11 tape
        - a DEQNA ethernet adapter
        - a toy clock

On a 900MHz Athlon under FreeBSD 5.0 a 'make build; make installsrc' of
2.11BSD takes around 2:24 hours - this is several times faster than
a real KDJ11A (if /usr is mounted async,noaccesstime).
Floating point speed is in the order of 10 times the original.

P11 successfully runs RSX11M-PLUS, UN*X Version 5/6/7, 2.11BSD, RT-4 and XXDP.

With thanks to David Talmage for the nudge.
2002-05-16 16:09:22 +00:00
agc
ea7496e4f0 Add and enable libbegemot 2002-05-16 16:06:16 +00:00
agc
458a8d67f5 Initial import of the begemot library, libbegemot-1.9, into the Packages
Collection.

This package contains a library of functions which are found
useful in daily programming. They are used by most of the other
BEGEMOT packages.

I am informed that "begemot" is Russian for "hippopotamus"
2002-05-16 16:04:55 +00:00
tron
98d35c5926 Frederick Bruckman maintains this package at the moment. 2002-05-16 06:08:09 +00:00
grant
5c31fe1d14 use .tar.bz2 distfile 2002-05-16 03:00:02 +00:00
grant
80d75bd75e fix typo in MASTER_SITES.
rsync 2.5.5 "Snowy River" (2 April 2002)

  ENHANCEMENTS:

    * With --progress, when a transfer is complete show the time taken;
      otherwise show expected time to complete. (Cameron Simpson)

    * Make "make install-strip" works properly, and "make install"
      accepts a DESTDIR variable for help in building binary packages.
      (Peter Breitenlohner, Greg Louis)

    * If configured with --enable-maintainer-mode, then on receipt of
      a fatal signal rsync will try to open an xterm running gdb,
      similarly to Samba's "panic action" or GNOME's bug-buddy.
      (Martin Pool)


  BUG FIXES:

    * Fix situation where failure to fork (e.g. because out of process
      slots) would cause rsync to kill all processes owned by the
      current user.  Yes, really!  (Paul Haas, Martin Pool)

    * Fix test suite on Solaris.  (Jos Backus, Martin Pool)

    * Fix minor memory leak in socket code.  (Dave Dykstra, Martin
      Pool.)

    * Fix --whole-file problem that caused it to be the default even
      for remote connections.  (Martin Pool, Frank Schulz)

    * Work around bug in Mac OS X mkdir(2), which cannot handle
      trailing slashes.
      <http://www.opensource.apple.com/bugs/X/BSD%20Kernel/2734739.html>
      (Martin Pool)

    * Improved network error handling.  (Greg A. Woods)
2002-05-16 02:27:04 +00:00
grant
7b25b684cf update to 2.5.5 2002-05-16 02:23:00 +00:00