Commit graph

26516 commits

Author SHA1 Message Date
wiz
319647f3a6 No reason to only enable on SunOS; pkg/15347. 2002-01-24 00:48:37 +00:00
wiz
84bde7524a Update to 2.11.3. Bugfix release [includes patch-ab]. 2002-01-24 00:47:56 +00:00
tron
b2d2a7ab37 Switch to new "python" dependency scheme. 2002-01-23 20:15:35 +00:00
tron
e3f66ec533 Switch to new "python" dependency scheme. 2002-01-23 19:45:22 +00:00
tron
b47bc9b35d Readd dependence on "gnumeric" package which accept both versions. 2002-01-23 19:40:03 +00:00
tron
dfa3a1079e Switch to new "python" dependency scheme. 2002-01-23 19:34:46 +00:00
skrll
13dc61fc59 Fix the libtool lossage in the pkg so that it now builds. I have no time to
test if it actually works... I'll leave that to the maintainers.
2002-01-23 16:52:10 +00:00
jlam
31fdf27c0c Be more pervasive with previous change. 2002-01-23 15:02:27 +00:00
jlam
1269c18041 When copying config files, if the destination file already exists, then
tell user where the example file is located.  Patch provided by Stoned
Elipot <seb@netbsd.org> in private e-mail.
2002-01-23 15:01:08 +00:00
jlam
8a7c766b98 Note addition of courier-auth, courier-authldap and removal of
courier-imap-ldap.
2002-01-23 14:53:56 +00:00
seb
47b83eb563 Continue the trend removing the temporary ${PKGDIR} workaround. 2002-01-23 13:05:51 +00:00
tron
b0d87f2b93 Increase version number of "xchat" dependence to 1.8.7 - older versions
had a security problem - and bump package version number to 1.4.0.5.
2002-01-23 12:39:27 +00:00
tron
39fa8fcd58 Bump package revision to match "fetchmail" package and fixes dependence. 2002-01-23 12:33:08 +00:00
drochner
bb1c3fdfc3 oops, forgot this 2002-01-23 12:02:33 +00:00
seb
e418800a74 Update to version 5.2
While here update my email address.

List of changes for version 5.2:
* Portability fixes [HP-UX, Solaris, VMS, OS/2].
* Made code compilable by a C++ compiler.
* Changed reading of option files to ignore blank lines.
* Changed and enhanced interface to readtags library (see readtags.h).
* Changed from using addLanguageRegex() to addTagRegex() in regex-based
  parsers.
* Added support for Lua language, submitted by Max Ischenko.
* Added instructions to man page on using tags with NEdit.
* Added setargv.obj to link for wildcard expansion [MSVC].
* Added capability to have regex invoke a callback in a regex parser.
* Fixed regex tag problem which left newlines in back-references.
* Fixed missing class-qualified tags [Eiffel].
* Fixed spurious tags for entries in final indexing clause [Eiffel].
* Fixed problem with invalid filenames in preprocessor line directives.
* Fixed bug parsing scoped variables (e.g. "b:variable") [Vim, Bug #487608].
* Fixed problem compiling readtags.c on some hosts.
* Fixed memory overwrite problem in readtags library.
2002-01-23 11:48:29 +00:00
jlam
e1563fc3e5 Update mail/courier-imap to 1.4.2nb1. Changes from version 1.4.2 include
moving config files related to Maildirs under the control of the
courier-maildirmake package.
2002-01-23 02:22:20 +00:00
jlam
1760a3a8c1 Update mail/courier-maildirmake to 0.37.1nb1. Changes include putting
config files that relate to Maildirs under the control of this package.
2002-01-23 02:21:20 +00:00
atatat
b9302ca830 Upgrade to version 4.61. NetBSD related fixes/features from the
release notes are:

4.61            January 22, 2002
                Updated field output example Perl scripts in the
                scripts/ subdirectory to discover the lsof path,
                starting at .. and proceding through the PATH
                environment variable's directories.
...
                In response to a report from Joshua Wright
                <Joshua.Wright@jwu.edu> modified NetBSD and OpenBSD
                Configure stanzas and sources so that lsof can be
                built when there is no system source tree (e.g.,
                /usr/src/sys).
...
                Corrected a bug in the matching of IPv4 addresses,
                mapped in IPv6 addresses, to an IPv4 paramter to
                an -i option.
2002-01-23 01:34:36 +00:00
taca
0e04d5f276 Fix including "courier-auth/Makefile.common". 2002-01-23 00:15:20 +00:00
wiz
684bf3ea96 Fix last commit (package was already at PKGREVISION 1, adding
nb1 to the PKGNAME made it go nb1nb1...). Bump to PKGREVISION 2.
2002-01-22 22:21:41 +00:00
jlam
1ccaebbb09 Update mail/maildrop to 1.3.7. Changes from 1.3.4 include:
* Find config files in /etc/courier (or PKG_SYSCONFDIR equivalent).
	  We consolidate all Courier MTA software config files under a
	  common /etc/courier directory.

	* Loosen up the parsing of the content-type header.  Strict parsing
	  allowed viruses to slip through using malformed content-type
	  headers which still got picked up by Microsoft's crapware which
	  does not strictly parse the MIME headers.

        * Drop install setuid.

        * Add UMASK variable, that sets the permissions on new mailboxes
        or messages.  Hence, drop MAILBOX_MODE from configure script.
2002-01-22 22:09:41 +00:00
jlam
cad0d080bd Update mail/courier-imap to 1.4.2. Changes from version 1.4.0 include minor
bug fixes, plus the major change of moving the authentication modules into
a separate package (courier-auth).  The authentication modules are to be
shared with a forthcoming sqwebmail package.
2002-01-22 22:08:48 +00:00
jlam
bb415c65d4 Update mail/courier-maildirmake to 0.37.1. Changes from version 0.3 are
that it's no longer a wrapper script.  The installed maildirmake is the
executable that is built from the latest courier sources.  The version
number of this package will now track the version number of the released
courier sources.
2002-01-22 22:06:05 +00:00
jlam
3fb2f11070 Remove mail/courier-imap-ldap. The LDAP authentication module is now
a part of mail/courier-authldap.
2002-01-22 22:04:04 +00:00
jlam
46be3f6d91 Initial import of mail/courier-authldap-0.37.1.
This package contains the Courier authenticiation module that can
authenticate against a list of mail accounts stored in an external LDAP
directory.
2002-01-22 22:02:36 +00:00
jlam
29ef749624 Remove Makefile.in file that wasn't supposed to be there. 2002-01-22 22:01:32 +00:00
jlam
3eada221c5 Initial import of mail/courier-auth-0.37.1.
This package contains the authentication daemon, modules, and utilities
for the Courier mail packages.
2002-01-22 22:00:22 +00:00
wiz
7e60ebb075 Use PKGREVISION instead of nb. 2002-01-22 21:53:15 +00:00
jdolecek
b8a03d0eaf set pkg revision via PKGREVISION, rather than via PKGNAME 2002-01-22 21:01:26 +00:00
wiz
31c7ad8464 Use PKGREVISION instead of manually adding nb1. 2002-01-22 20:51:39 +00:00
wiz
681ba092c8 Undo last -- version was already bumped. 2002-01-22 20:50:52 +00:00
jdolecek
72d9e5d72b belately bump version to 1.0nb1, for the bw_pipe fix 2002-01-22 20:47:55 +00:00
jdolecek
0e3b5047bb bump version to nb1 - cs.po change 2002-01-22 20:46:45 +00:00
jdolecek
ca8a6cce60 patch-ae added, regenerate 2002-01-22 20:41:00 +00:00
jdolecek
04d552321c Fixes to cs.po - avoid using N$ parameter in messages, it's not
supported on NetBSD, fix entries to better match english original
and be more condense, add couple missing spaces here and there.

Change already submitted to Jiri Pavlovsky, the maintainer of the czech
translation of fetchmail.
2002-01-22 20:40:16 +00:00
drochner
898fbfa27b use buildlink file for python and py-mysqldb, but keep tied to
Python-2.0 due to Zope
2002-01-22 18:50:17 +00:00
drochner
f85bca23c3 use buildlink file for python, but keep tied to version 2.0
because of some dependencies
2002-01-22 18:47:14 +00:00
drochner
326b7447a4 for transition, move to lang/python20/Makefile.inc 2002-01-22 18:26:19 +00:00
drochner
512cdbfe3a use buildlink files for Python and py-imaging, but keep it tied
to Python-2.0 for now because of the py-Tk mess
2002-01-22 18:16:17 +00:00
dmcmahill
eaf0cdda73 make sure FFLAGS ends up in MAKE_ENV as well as BUILD_DEFS. This allows you
to do
  make FFLAGS='-my -f -flags'
and at least the pkgs which obey FFLAGS use them.
2002-01-22 18:15:20 +00:00
drochner
d558efba2f use buildlink files for Python and py-imaging, but keep it tied
to Python-2.0 for now because of the py-Tk mess
2002-01-22 18:12:12 +00:00
drochner
35446fee7c add this for dependant packages 2002-01-22 18:08:56 +00:00
drochner
ed0d030ca4 move to use lang/python20/Makefile.inc
(the pkg does only work with Python-2.0 until it is cleaned up)
2002-01-22 18:08:01 +00:00
drochner
1e9bca558f For transition, move lang/python/Makefile.inc here.
It doesn't work with anything but Python-2.0 anyway, and will die soon.
2002-01-22 18:04:55 +00:00
drochner
3a9ac7a920 nuke the USE_PYPKGPREFIX option - simply require that a pkg using
extension.buildlink.mk also uses PYPKGPREFIX
2002-01-22 18:01:41 +00:00
jlam
b1bdb91416 Also replace for @SETENV@ (/usr/bin/env). 2002-01-22 17:46:52 +00:00
taca
b778c72155 Make ruby meta package 1.6 based only. Previously, it was shared with
1.4 based ruby.
2002-01-22 17:16:03 +00:00
taca
092fe8ded8 Add and enable ruby14. 2002-01-22 17:14:34 +00:00
taca
067f6eb6f6 Importing ruby14, meta package for ruby 1.4.6.
This is separated from ruby meta pacakge.
2002-01-22 17:13:31 +00:00
taca
895730c430 Remove dependency to autoconf. 2002-01-22 17:06:19 +00:00