Commit graph

28999 commits

Author SHA1 Message Date
itojun
3435b0b3b1 enable MD5 password support. PR 16546 2002-05-20 12:58:01 +00:00
wiz
265c857ecc Add buildlink.mk. 2002-05-20 12:49:32 +00:00
wiz
1eae301bab Add and enable mkfont*. 2002-05-20 12:43:48 +00:00
wiz
47468eabff Initial import of mkfontalias:
creates a fonts.alias from the fonts.dir for TrueType fonts
Provided by rxg in pkg/16812.
2002-05-20 12:38:58 +00:00
wiz
017b14e12b Initial import of mkfontscale:
create an index of scalable font files for X
Provided by rxg in pkg/16811.
2002-05-20 12:30:29 +00:00
cjep
0f91f2a923 Turn off optimisation on arm32 so that this package builds. 2002-05-20 11:08:28 +00:00
wiz
093cb9544c Update to 2.20nb1: Update to use currently available distfiles,
which avoids the hacks for the provided dist-patches. From
Jan Schaumann in pkg/16413.
Don't install documentation in two places, and some other minor cleanups.
2002-05-20 10:39:36 +00:00
cjep
2ea9005980 Mark this package as broken on arm32. Compilation hangs the machine even
without optimization. XXX Should probably try using gcc>=2.95.3.
2002-05-20 10:16:36 +00:00
wiz
2de5d59159 Update to 1.3.9. Fixes pkg/15568.
* maildrop/filter.C (xfilter): Set O_NDELAY on file descriptors for
  xfilter() since select() only works correctly on non-blocking fds.
* maildrop/formatmbox.C (GetFromLine): Do not write a newline before
  every From_ line...
* maildrop/deliver.C (delivery): ... only for 2nd and subsequent msgs.
* rfc2047.c (rfc2047_encode_callback): Fix MIME-encoding of spaces.
* rfc822.c (rfc822_prname_orlist): Dequote quoted-strings.
* rfc2045/reformime: Fix handling of unencoded nulls in text/plain
  content.
* rfc2045/reformime.sgml: Documented the -m and -D options.
* userdb/configure.in: Fix typo.
* rfc2045/rfc2045.c (doline): Fix incorrect calculation of the
  end of a multipart MIME section that's inside another multipart
  MIME section.
* maildir/maildirfiltertypelist.h: Fix typo.
2002-05-20 09:39:17 +00:00
cjep
4972f56304 On arm32 turn off optimisation so that this package builds. 2002-05-19 19:37:50 +00:00
tron
e1a06d5fb2 Fix some directory names, remove two dead mirror sites. 2002-05-19 17:11:19 +00:00
fredb
fa694688af Partially revert last change. "magicfilter" only exec()'s the "netpbm"
binaries, so it doesn't care about what version of "png" is installed,
at all. Bump PKGREVISION again, though, because we only want to go forward
with that.
2002-05-19 16:29:08 +00:00
wiz
87e706ce74 Convert ${PORTNAME} to ${PKGNAME}, from YAMAMOTO Takashi in pkg/16772.
Bump version to 1.11.
2002-05-19 15:41:36 +00:00
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