Commit graph

26430 commits

Author SHA1 Message Date
jlam
075782f99f The requirements for Net::LDAP are just URI, not libwww. 2002-01-28 01:12:24 +00:00
jlam
c561c341c3 Fix some whitespace issues. 2002-01-28 01:12:00 +00:00
jlam
718264fbe2 "Oops." Remove reimport of this already existing package in p5-perl-ldap. 2002-01-28 01:08:22 +00:00
jlam
5ed846aa77 Initial import of net/p5-Net-LDAP:
The perl-ldap distribution is a collection of perl modules that provide
an object orientated interface to LDAP servers.

The perl-ldap distribution has several advantages:

  * By using the perl object interface the perl-ldap modules provide
    programmers with an interface which allows complex searches of LDAP
    directories with only a small amount of code.

  * All the perl-ldap modules are written entirely in perl, which means
    that the library is truly cross-platform compatible.
2002-01-28 01:05:04 +00:00
jlam
93e36defc7 Update www/p5-CGI to version 2.79. This closes pkg/15342 by Allen Briggs
<briggs@ninthwonder.com>.  If you use CGI.pm, then this update is highly
recommended.  Changes from version 2.75.2 include:

    * Changes to CGI::Carp to avoid "subroutine redefined" error messages.
    * Default DTD is now XHTML 1.0 Transitional
    * Patches to support all HTML4 tags.
    * Added ability to change encoding in <?xml> assertion.
    * Fixed the old escapeHTML('CGI') ne "CGI" bug
    * In accordance with XHTML requirements, there are no longer any
      minimized attributes, such as "checked".
  --> Patched bug which caused file uploads of exactly 4096 bytes to be
      truncated to 4094 (thanks to Kevin Mahony)
    * New tests and fixes to CGI::Pretty (thanks to Michael Schwern).
    * New esc.t regression test for EBCDIC translations courtesy Peter
      Prymmer.
    * Patches from James Jurach to make compatible with FCGI-ProcManager
    * Additional fields passed to header() (like -Content_disposition) now
      honor initial capitalization.
    * Patch from Andrew McNaughton to handle utf-8 escapes (%uXXXX codes) in
      URLs.
2002-01-28 00:27:36 +00:00
jlam
44ec524e48 Update lang/perl5 to 5.6.1nb7. Changes from version 5.6.1nb6 include
changing the default module/library search path to have site_perl come
before the standard directories.  In other words, the previous search path
on an i386 was:

    /usr/pkg/lib/perl5/5.6.1/i386-netbsd
    /usr/pkg/lib/perl5/5.6.1
    /usr/pkg/lib/perl5/site_perl/5.6.1/i386-netbsd
    /usr/pkg/lib/perl5/site_perl/5.6.1
    /usr/pkg/lib/perl5/site_perl

but it is now:

    /usr/pkg/lib/perl5/site_perl/5.6.1/i386-netbsd
    /usr/pkg/lib/perl5/site_perl/5.6.1
    /usr/pkg/lib/perl5/site_perl
    /usr/pkg/lib/perl5/5.6.1/i386-netbsd
    /usr/pkg/lib/perl5/5.6.1

The rationale for this is that when we install a module that is newer than
one in the standard library, the new module goes into the site_perl
directory as it's an add-on module.  However, we can't use the newer module
without modifying either the scripts of the perl environment to find the
newer module explicitly because of the order of the library search path:
the site_perl directories come after the standard directories.  The normal
solution is to directly replace the module in the standard library with
the newer module.  However, this isn't really on option when installing
via pkgsrc because the older module files are owned by the perl package.

By placing the the site_perl directories before the standard directories,
newer modules that we install via pkgsrc are simply found before the older
ones in the standard library.
2002-01-28 00:25:27 +00:00
jlam
54f92a2785 Move dependency on courier-auth into the module Makefiles and use
Makefile.authdaemond to replace a lot of the complexity in
courier-auth/Makefile.
2002-01-27 23:47:08 +00:00
jlam
a757b523d6 Use ${MYSQL_CONFIG}, not "mysql_config", so as to use the buildlink
config wrapper.
2002-01-27 23:45:27 +00:00
kim
16e37b322b Upgrade to roller 1.10:
- fixes API problem in the proc-ftp filter
2002-01-27 23:11:58 +00:00
jlam
aa4ba76e3a Note additions of courier-authmysql and courier-authpgsql. 2002-01-27 22:40:59 +00:00
jlam
a652402290 Initial import of mail/courier-authpgsql, which contains the Courier
authentication module that can authenticate against a list of mail accounts
stored in a PostgreSQL database.
2002-01-27 22:39:56 +00:00
jlam
3d098a0706 Initial import of mail/courier-authmysql, which contains the Courier
authentication module that can authenticate against a list of mail accounts
stored in a MySQL database.
2002-01-27 22:39:14 +00:00
jlam
82d973c52a mysql_config places single-quotes around the directory name when queried
for --libs or --cflags: -L'directory' or -I'directory'.  Strip those
quotes away in the config script wrapper to make it look more normal.
2002-01-27 22:36:07 +00:00
jlam
9d848329ce Note to the admin how to enable LDAP authentication. 2002-01-27 22:09:50 +00:00
jlam
07ad21d238 Greatly simply by using Makefile.authdaemond. 2002-01-27 21:35:19 +00:00
jlam
f433bac082 Makefile.authdaemond contains the shared Makefile logic used to build
a "heavy" authdaemond module, i.e. one of authldap, authmysql, or
authpgsql.
2002-01-27 21:33:35 +00:00
jlam
db17c21a2f Don't bother trying to remove directories already handled by courier-auth. 2002-01-27 20:52:20 +00:00
jlam
a1d1eaa46e Prevent /etc/mk.conf from being included by BSD-style makefiles used by
packages themselves, as /etc/mk.conf may contain harmful settings for
package builds.  Just to clarify, /etc/mk.conf is still included by the
Makefiles in pkgsrc, just not by the Makefiles used to build the software
itself.  This should fix pkg/15297 by gabriel rosenkoetter
<gr@grappa.eclipsed.net>.
2002-01-27 20:01:56 +00:00
jlam
57a0d272cd Strongly buildlinkify. 2002-01-27 19:33:03 +00:00
jlam
955150a284 Move message outputted by INSTALL into a MESSAGE file where it is more
appropriate.
2002-01-27 19:31:58 +00:00
magick
b421e20fe4 Update several distfiles to reflect the current state of ftp.xemacs.org.
Closes pkg/15369 by Sergey Svishchev
2002-01-27 19:13:18 +00:00
jlam
ef63cd028e MAKE_ENV is the make environment passed down to the build process. It
shouldn't be set as the environment for a make process invoked at the
package (${.CURDIR}) level during the install phase because it can contain
harmful settings.
2002-01-27 19:07:41 +00:00
jlam
139241c40c Use auto-extract code for .shar files. 2002-01-27 18:32:32 +00:00
jlam
22e5e6a756 Recognize how to automatically extract .shar.gz, .shar.bz2, .shar.Z, and
.shar distfiles.
2002-01-27 18:31:47 +00:00
tron
df122be24b Unlimit datasize during build to avoid build problems on at least
NetBSD-amiga and NetBSD-mac68k. This fixes PR pkg/13396 by
de SAINT LEGER Rodolphe.
2002-01-27 17:16:44 +00:00
taca
ecaa8459aa Add ane enable ruby-xmlrpc4r. 2002-01-27 15:32:20 +00:00
taca
23e92aed18 Importing ruby-xmlrpc4r package 1.7.9, implementation of the XML-RPC
protocol for Ruby.
Based on PR pkg/14303 with slightly modification and newer version.
2002-01-27 15:31:18 +00:00
taca
4c3f863657 Add and enable ruby-nqxml. 2002-01-27 15:28:46 +00:00
taca
85db5ce03f Importing ruby-nqxml package 1.1.3.1, XML parser written in pure Ruby.
Based on PR pkg/14301 with slightly modification and newer version 1.1.3p1.
2002-01-27 15:27:28 +00:00
taca
21d0f7d14a Add and enable ruby-mysql. 2002-01-27 15:24:04 +00:00
taca
2b1cb85c8f Oh, remove imported files in incorrect directory. 2002-01-27 15:22:14 +00:00
taca
661ee22864 Importing ruby-mysql package, extension library to access a MySQL database
from Ruby.

Based on PR pkg/14302 with slightly modification and newer version, 2.4.2.
2002-01-27 15:17:35 +00:00
markd
e176c1be82 x11-links version updated. 2002-01-27 10:33:46 +00:00
markd
faef9da317 Add XFree86 4.2.0 additions, bump version to 0.6:
include/X11/fonts/fontenc.h
include/X11/extensions/xtrapbits.h
include/X11/extensions/xtrapddmi.h
include/X11/extensions/xtrapdi.h
include/X11/extensions/xtrapemacros.h
include/X11/extensions/xtraplib.h
include/X11/extensions/xtraplibp.h
include/X11/extensions/xtrapproto.h
lib/libXrender.so.1.1
lib/libXTrap.a
lib/libXTrap.so
lib/libXTrap.so.6
lib/libXTrap.so.6.4
lib/libXinerama.so
lib/libXinerama.so.1
lib/libXinerama.so.1.0

OKed by jlam
2002-01-27 10:32:30 +00:00
jmc
f6fb2c6027 Restrict build to alpha,mips,sparc,i386 as that's all this has been ported to. 2002-01-27 00:38:56 +00:00
jlam
c0cbe15fd3 Fix the authdaemond rc.d script to accurately report status. The actual
process executed is one of authdaemond.{plain,ldpa,mysql,pgsql}, so read
the authdaemonrc config file to find which one was executed.  Problem noted
by Amitai Schlair in private e-mail.
2002-01-27 00:04:41 +00:00
kim
c38091744c Upgrade to roller-1.9:
- BIND9, lukemftpd, new cyrus daemons and vtund added.
- Better per-recipient reports for rejected mail.
2002-01-26 22:20:29 +00:00
bouyer
4eac8bf4af Update to 2.5.2. Changes since 2.5.1:
rsync 2.5.2 (26 Jan 2002)

  SECURITY FIXES:

    * Signedness security patch from Sebastian Krahmer
      <krahmer@suse.de> -- in some cases we were not sufficiently
      careful about reading integers from the network.

  BUG FIXES:

    * Fix possible string mangling in log files.

    * Fix for setting local address of outgoing sockets.

    * Better handling of hardlinks and devices on platforms with
      64-bit dev_t or ino_t.

    * Name resolution on machines supporting IPv6 is improved.

    * Fix for device nodes.  (dann frazier)   (Debian #129135)

  ENHANCEMENTS:

    * With -v, rsync now shows the command used to initiate an ssh/rsh
      connection.

    * --statistics now shows memory heap usage on platforms that
        support mallinfo().

    * "The Ted T'so school of program optimization": make progress
      visible and people will think it's faster.  (With --progress,
      rsync will show you how many files it has seen as it builds the
      file_list, giving some indication that it has not hung.)

    * Improvements to batch mode support.  This is still experimental
      but testing would be welcome.   (Jos Backus)

    * New --ignore-existing option, patch previously distributed with
      Vipul's Razor.  (Debian #124286)
2002-01-26 19:04:49 +00:00
hubertf
613737d6e1 Update silc-client to 0.7.3. Changes:
changes in the package:

 - patch-ab is no longer needed, integrated into distribution.  patch-ac has
   been moved in it's place
 - minor change in Makefile, long transscription of ${PKG_SYSCONFDIR} was
   changed into one variable
 - patch-aa was modified to follow change in Makefile.in

changes in the silc-client:

 0.7.3: This version fixes the NICK command to always give the unformatted
        nickname, instead of possibility of formatted nickname, fixes the
        GETKEY command to save the public key to correct filename, and to
        first resolve the client information and server information only if
        client was not found.  The public keys are now (when connecting to
        server for first time) saved with using the IP address of the server,
        instead of the hostname of the server.  The old hostname format is
        used as a fall back method if the IP address based filename could
        not be found.

Submitted by Lubomir Sedlacik <salo@Xtrmntr.org> in PR 15380
2002-01-26 18:30:08 +00:00
drochner
0414a1ce6c USE_GNU_READLINE, should fix build problems 2002-01-26 17:46:35 +00:00
kim
d01ef1b8f1 Remove patch-cc -- it is no longer valid, but instead now breaks
displaying MIME attachments of type message/* (e.g. message/rfc822).
This is actually a long-standing bug in this package...
2002-01-26 17:19:44 +00:00
hubertf
347bab6e43 Update silc-server to 0.7.6:
changes in the package since 0.7.3 to 0.7.6:

 - rewrite of package's Makefile. big parts of INSTALL and DEINSTALL scripts
   were moved into Makefile itself
 - silc-server now creates user silcd:silcd who run silcd by default
 - INSTALL and DEINSTALL files are smaller and contains only neccessary
   actions which cannot be executed from Makefile
 - partial rewrite of rc script, added rcvar support, it is neccessary to have
   silcd=YES in rc.conf now to start silc server (unless force is used)
 - changed motd.txt to contain BSD daemon ;)
 - updated patch-aa and patch-ab files

changes in the silc-server software since 0.7.3 to 0.7.6:

 0.7.4: This version fixes a crash that can occur mainly on normal server.
        Upgrading is recommended to avoid instability later.  This version
        also fixes the BAN and INVITE commands that were pretty much broken.
        This version also disallows a situation where the nickname that server
        sets initially for the client could be a bad nickname (like nick
        including whitespaces).  It used to be possible but now server checks
        for this.  Johnny also introduces a new logging system to this version
        with log files being open all the time and not opened every time
        something is logged, and log rotation support.

 0.7.5: Hopefully fixed the most nasty bugs.  I found bunch of weird bugs
        that causes server syncing problems.  Upgrading is strongly
        recommended as soon as possible.

 0.7.6: Only a minor bugfix release to fix the CUMODE command that allowed
        non-founder channel users to remove modes of the founder, and to fix
        GETKEY always return server's public key if it is requested, and to
        fix the TOPIC_CHANGE notify to not route it twice to router.

Patch submitted by Lubomir Sedlacik <salo@Xtrmntr.org> in PR 15373
2002-01-26 14:43:16 +00:00
hubertf
00a3ccc245 Update xlockmore to 5.03. Changes:
GL updates: lament (light and color are more realistic),
    gears (misc updates) and atlantis (first try) for a
    thanks to Eric Lassauge ported from xscreensaver (VMS patch for
    atlantis from Jouk Jansen).
  logout button Array out of bounds fix thanks to Tom Schmidt.
  ant,bug,coral,crystal,daisy,demon,decay,dragon,goop,loop,slip,sphere,
    tetris,turtle,voters,wator,wire,&xjack fix and squaretate fix for 1x1
    screens, thanks to Tom Schmidt for helping out.
  juggle updated for xscreensaver... thanks to Tim Auckland
    <Tim.Auckland@Procket.com>.  I made similar MODE_ changes throughout.
  loop update to make flaws closer to the initial loop, without this
    it could be quite slow
  pacman update/rewrite: level generator added, dots added thanks to
    Edwin de Jong <mauddib@gmx.net>
  2 erase modes ported from xscreensaver, thanks to Jouk Jansen.
    Also added features to make these 2 modes more random.
    Fix to set back line width.
  standalone maze from Ephraim Yawitz fyawitz@actcom.co.il back into
    maze mode for interactive feature.
  RedHat fixes (VMS Intrinsic.h placement, rpm & configure updates)
    and update to text3d.cc (removed blank, cleanups, and wander animation)
    thanks to Eric Lassauge.
  sounds can now be randomized using directories thanks to Jouk Jansen.
    Also a fix for sel_image wildcard selection for VMS, thanks to
    Tom Schmidt for noticing it does not work on UNIX machines.
  swarm -size was inconsistent with other tails like worm and julia.
    It now uses -cycles thanks to Frank v Waveren <fvw@var.cx>.
  fire, lament, sballs fixes on SGI Marcus Herbert <rhoenie@spam-filter.de>
  xmlock update for options thanks to Charles Vidal.
  MI_IS_DRAWN fixes thanks to Jouk Jansen.
2002-01-26 14:38:17 +00:00
martti
4d8c8066c6 Updated nano tp 1.0.8 (provede by Shell Hung in pkg/15278)
- Better partial word checking code
- Add Meta-A as alternate keyystroke for ^^ for people with
  non-US keyboards
- Replace hard coded ALT_G and ALT_H values in the replace
  and goto shortcuts with their macro counterparts NANO_ALT_*_KEY
- Call tcsetattr() to restore the old terminal settings, so
  tcsh can use ^C after suspend for example
- Move "right" increment to part where new line is created
- New Polish translation, and updates
2002-01-26 07:16:59 +00:00
martti
6547a079ca Updated p5-Unix-Unix-Syslog to 0.98 (provede by Shell Hung in pkg/15351)
- distname now is Unix-Syslog
- When calling libc-syslog() internally, pass message as string argument,
  not as format string
- Instead of quoting percent-signs in syslog()-wrapper, simply pass the
  string to libc-syslog() as string argument via %s
- Copy ident-argument using some Perl-API functions. Just
  using a reference counter had unwanted side-effects
2002-01-26 07:09:52 +00:00
martti
6c67137098 Updated p5-expect to 1.12 (provided by Shell Hung in pkg/15294)
- added various aliases for functions starting with 'exp_'
- added a hook for log_file: can be set to a code ref
- fixed bug in exp_Max_Accum
- cleanup of log and exp_internal output
- moved FAQ and intro into the main pod
- removed soft_close() from DESTROY. Old behaviour is
  available via $Expect::Do_Soft_Close = 1
2002-01-26 07:00:17 +00:00
martti
431c606007 Updated p5-Test-Simple to 0.41 (provided by Shell Hung in pkg/15325)
- chromatic added diag()
- fixed bug for internal eval()'s sometimes interfering
  with $@ and $!
2002-01-26 06:55:55 +00:00
martti
00fdfbfff4 Updated p5-Net-IRC to 0.73 (provided by Kevin Lo in pkg/15329)
- Removed debugging information that was printing out weird messages
  as far as ACTIONs were concerned
- Made the LocalAddr option actually work
- Added some more Handlers and the documentation
- Fix the IPv6 hostnames
- Anti's Patch broke MODE handling
2002-01-26 06:51:17 +00:00
martti
8974929bc6 Updated mkttfdir to 1.2 (provided by Rui-Xiang Guo in pkg/15338)
- add support for Xfsft in 3.3.x and freetype module in 4.x
2002-01-26 06:47:09 +00:00
taca
7266304db8 Fix build problem (with new toolchain?). Focus pkg/15195. 2002-01-26 03:50:34 +00:00