pvalchev
caa8ddabbe
"the the", "of of"; from David Krause
2003-02-24 06:50:05 +00:00
pvalchev
28fcededb7
agains->against; David Krause
2003-02-24 06:49:33 +00:00
pvalchev
a3ee7092c5
fix DNS resolution by using thread-safe functions; patch from marc@
...
bump PKGNAME. from maintainer Dan Weeks
2003-02-24 06:44:26 +00:00
brad
05c1cfff57
these CONFIGURE_ENV variables don't buy us anything
2003-02-24 04:08:02 +00:00
brad
b8b15a4201
some libtool improvements including how to make C++ shared libraries
2003-02-24 04:06:30 +00:00
marcm
e5588c2182
Fix for the settings segfault that was introduced in -current. Also remove
...
the NEWDYNLIBDIR entry as it is no longer needed.
ok pvalchev@ naddy@
2003-02-23 23:10:08 +00:00
danh
a96d3a8285
update mod_frontpage to Mirfak 1.6.2 (apache module only)
2003-02-23 22:36:36 +00:00
danh
52dd4ba7d8
+cronolog
2003-02-23 21:53:29 +00:00
danh
077af361df
import of cronolog 1.6.2
...
--
cronolog is a simple filter program that reads log file entries from
standard input and writes each entry to the output file specified by a
filename template and the current date and time. When the expanded
filename changes, the current file is closed and a new one opened.
cronolog is intended to be used in conjunction with a web server, such
as Apache, to split the access log into daily or monthly logs.
WWW: http://www.cronolog.org
2003-02-23 21:51:53 +00:00
danh
930cb22e5b
resolve conflict from last import and remove files that are no longer
...
needed.
2003-02-23 21:32:41 +00:00
danh
521e3fea2b
Re-import of net/ntp. This splits the port into a stable and
...
development version. The stable version is 4.1.1c-rc1. The previous
port used the development version and has been updated to 4.1.74.
Support for IPv6 has been included in the development version.
2003-02-23 21:27:28 +00:00
pvalchev
2bcf688652
New maintainer: Jolan Luff <jolan@cryptonomicon.org>
2003-02-23 18:30:20 +00:00
espie
80c6ef55c0
fix build when mbones/common is already installed.
2003-02-23 17:57:29 +00:00
espie
5787756967
Update to version 1.92.
2003-02-23 17:18:52 +00:00
rohee
ba7ea3f211
Some disappeared, some were renamed...
...
Ok espie@, naddy@
2003-02-23 16:46:25 +00:00
espie
eddb4101f6
fix kdoc build
2003-02-23 14:09:21 +00:00
espie
424df3b70a
don't apply patches to non-existent files.
2003-02-23 13:55:37 +00:00
rohee
a8e10018cc
crl.dec.com does not contain anything anymore, remove from MASTER_SITE_XCONTRIB
...
ok espie@
2003-02-23 13:45:51 +00:00
espie
7cc6543530
fix dependency
2003-02-23 13:34:58 +00:00
pvalchev
1fd2af048d
set default to our libGL library name correctly (the whole way this
...
works is braindamaged but that is to be fixed later)
fixes "cannot find OpenGL library" errors
2003-02-23 07:58:25 +00:00
pvalchev
8b8283660e
Kerberos -SUCKS-
2003-02-23 01:16:29 +00:00
rohee
79e263ac85
Update to 1.9.35 and take maintainership from marcm@ who have more
...
than enough work with Gnome.
2003-02-22 22:32:12 +00:00
couderc
3e7a42eed0
some fixes :
...
- use native SUN_LEN macro
- sweet fix for threaded name resolution from dhartmei@
2003-02-22 17:11:05 +00:00
lebel
c638ba9dd3
update archivers/gcpio to 2.5; thanks naddy@ for the heads up
2003-02-22 16:38:40 +00:00
naddy
e4a4f2c249
Update to 2.0.6.
2003-02-22 16:34:07 +00:00
lebel
0f791556f2
update p5-Mail-SpamAssassin to 2.50; from MAINTAINER
2003-02-22 14:55:51 +00:00
espie
e59e1e3ec7
Larger collection of codecs, okay maintainer.
2003-02-22 14:41:04 +00:00
sturm
b409a2676e
update to getmail 3.1.0
...
- add "old-versions" MASTER_SITE, thanks naddy@!
- adds example scripts for mbox and maildir delivery
- adds support for message filtering
2003-02-22 08:41:47 +00:00
rohee
c1ebcb1b09
Original MASTER_SITE disappeared, replace by a mirror and fetch
...
a .tar.gz instead of a .tar.Z while we're at it.
2003-02-22 00:44:26 +00:00
wcobb
27f063b33a
works on macppc; thanks mickey!
2003-02-21 23:30:13 +00:00
dhartmei
a36d2c90c4
missing memset(), could lead to DIOCGETRULES error in rules view.
2003-02-21 23:02:58 +00:00
pvalchev
3238ba4b18
enable login_ldap
2003-02-21 20:57:18 +00:00
pvalchev
be2cb935f5
login_ldap now ready to go in, after the appropriate work i asked for is done:
...
* Upgrade to new version 3.3 (security update from previous, see advisory)
* remove MESSAGE and enable-script
* INSTALL/DEINSTALL scripts to properly place binary in /usr/libexec/auth
* correct LIB_DEPENDS on openldap-client
* no setuid root anymore!
* new maintainer Sebastian Stark
* honor PREFIX in manpage
2003-02-21 20:56:22 +00:00
lebel
b43d104e07
update vim/stable to 6.1.350
2003-02-21 15:02:56 +00:00
avsm
18f28748f9
+p5-Math-FFT
2003-02-21 13:44:49 +00:00
avsm
8e0c66bb87
initial import of p5-Math-FFT-0.25
...
--
This module implements some algorithms for calculating Fast Fourier
Transforms for one-dimensional data sets of size 2^n. The data,
assumed to arise from a constant sampling rate, is represented by
an array reference, which is then used to create a Math::FFT object.
Available methods include complex and real discrete fourier transforms,
convolution, power spectra and windowing functions, as well as some
statistical utilities.
2003-02-21 13:44:19 +00:00
sturm
27419343ee
update to getmail 3.0.4
...
- update ConfParser to enhance error handling in case of configuration
errors
- bugfixes in configuration-handling code
2003-02-21 13:22:08 +00:00
sturm
df0b5455c2
+pork
2003-02-21 13:04:43 +00:00
sturm
b6e8771881
import of pork 0.5.0
...
pork is a programmable, ncurses-based AIM client that mostly looks and
feels like ircII.
From Jolan "it's been tested on i386, sparc, macppc, and sparc64" Luff
<jolan AT cryptonomicon DOT org>
2003-02-21 13:03:55 +00:00
jakob
9e0f0e0cad
postfix 2.0 patchlevel 4. fixes some bugs with maildir, time limit on
...
external commands, duplicate elimination after virtual alias expansion.
also fixes a problem with the local pickup daemon.
2003-02-21 08:54:37 +00:00
kevlo
deaf9054e2
upgrade to version 1.1.5
2003-02-21 07:07:56 +00:00
kevlo
06b1c95853
upgrade to version 1.10
2003-02-21 07:03:40 +00:00
kevlo
648b29e431
fix @dirrm conflicts; pointed out by pvalchev@
2003-02-21 06:50:49 +00:00
couderc
15e7c04a24
Add vsftpd
2003-02-20 20:39:55 +00:00
naddy
aee97c72cf
Oops, actually enable all those nifty new features.
...
Prodded by Clement Laforet <sheepkiller@cultdeadsheep.org>.
2003-02-20 18:21:33 +00:00
naddy
97e795dc3d
Update to 1.2.0. Major additions in this release:
...
- nanorc support
- color syntax highlighting
- multiple file buffers
- search/replace history
- new translations
2003-02-20 13:26:29 +00:00
espie
865b936464
2.5.6, since no-one reported problems.
...
New: can use ssh transport in server mode !
2003-02-20 10:52:45 +00:00
marcm
76ec09dba3
WRKSRC, WRKDIST, it's all the same thing :)
2003-02-20 05:50:34 +00:00
rohee
64f602b0ee
Update to leafnode 1.9.33
...
CVSfnod: ----------------------------------------------------------------------
2003-02-19 22:34:25 +00:00
markus
8fd2984a26
export prompt. rc-1.6 did so, too.
2003-02-19 21:27:35 +00:00