summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-05-23Make this compile when using gcc 3.3.kristerw2-1/+114
2004-05-23Updated bogofilter to 0.17.5.snj1-1/+2
2004-05-23Take maintainership. Update to bogofilter-0.17.5.snj2-8/+8
Changes: * Change default parameters to the results of Greg's 300k ham and 300k spam bogotune run: robs robx min_dev spam_co old 0.010000 0.415000 0.100000 0.950000 new 0.017800 0.520000 0.375000 0.990000 * Fix check for PGP signatures. * Ignore data portion of PGP signatures. * Use "mime:" (rather than "head:") to tag mime part headers. * Fix "Can't find '.MSG_COUNT'" problem in bogotune. * Fix defect that continues decoding base64/qp after invalid chars. * Warn if user specified config file doesn't exist. * Fix tagging of IPAddrs in header lines. * Fixed minor bogotune problems related to building wordlists. * Exempt tokens .MSG_COUNT and .ROBX from maintenance operations. * Remove unused 'active' and 'weight' attributes of wordlists. * If message uses CRLF, put CRLF after added header lines. * Removed DEPRECATED CODE. * Correct SIGSEGV causes by missing environment variables. * Miscellaneous Portability fixes * Documentation cleanups.
2004-05-23Make this compile when using gcc 3.3.kristerw3-1/+29
2004-05-23print "can't strip away rcs ids" message to stderr, not stdoutdanw1-2/+2
2004-05-23USE_BUILDLINK3 so that -Wl,-R/usr/X11R6/lib gets stripped/translateddanw14-27/+26
properly on various OSes
2004-05-23Note update of mail/imapfilter to version 1.0 [lots of changes andseb1-1/+2
you'll need to learn the Lua language to update your configuration files]
2004-05-23Update to version 1.0.seb4-37/+59
Lots of changes! The main one being that imapfilter is now configurable and extensible with the Lua language. The configuration file itself is a Lua script so your old configuration files must be rewritten. While here claim stewardship.
2004-05-23darwin fixes (-lmx for additional math functions, malloc.h->stdlib.h,danw4-17/+41
and change the Imakefile to use a "NoMan" rule since the patch to fake out the man page build on NetBSD doesn't work with darwin's Imake man-page-building rule)
2004-05-23add a dummy file to libreplacements_la_SOURCES so this buildsdanw3-1/+31
correctly on Darwin (which doesn't need any of the replacement functions, but also doesn't allow empty .a files). PR 25682
2004-05-23Add a check if XEN12_USE_COM2 is defined before using it.recht1-2/+2
2004-05-23Now that all Python modules have been bl3ified remove the bl2 support.recht9-310/+6
2004-05-23unusedrecht4-38/+0
2004-05-23unusedrecht1-8/+0
2004-05-23bl3ifyrecht1-3/+3
2004-05-23Updated to version 1.14, based on the patch provided by Adrian Portelli.heinz3-20/+6
Patch-aa is not necessary anymore. This closes PR pkg/25163. Revision History: 1.14 2003-03-16 - kludge not to cause segmentation fault on Perl 5.8.0 w/PerlIO and FileHandle (ex. CPAN.pm) - clean up Makefile.PL (use strict, fix for HPUX and FreeBSD, fix typo, etc.) 1.13 2002-07-27 - readline-4.2 support new variables rl_completion_suppress_append rl_completion_mark_symlink_dirs new functions rl_replace_line() rl_completion_mode() - tgetstr() calls tput() to apply padding information. No more "$<2>" on prompt. - shadow_redisplay() with ornament works on xterm.
2004-05-23Re-add a patch to fix the problems with setlocale(3).xtraeme2-1/+17
2004-05-23Introduce and use three new variables:jschauma2-6/+26
LEAFNODE_DATA_DIR, LEAFNODE_USER and LEAFNODE_GROUP, to be used by leafnode to specify the data dir, the user and the group, defaulting to 'news'. Note: the default is the same as for inn. Pointed out by Georg Schwarz in mail to tech-pkg.
2004-05-23Use option "-r" instead of "-e" for the '[' command since this is notheinz9-22/+22
portable to some operating systems (eg UnixWare or IRIX 5).
2004-05-23Apply IPv6 patch only if we really want IPv6 support because the patchtron1-7/+10
breaks the build on some IPv4 only platforms (e.g. IRIX). This fixes PR pkg/25671 by Georg Schwarz.
2004-05-23Readd checksum for "gcc-3.3.3.tar.bz2" which got accidently removed bytron1-1/+3
"make makedistinfo".
2004-05-23Add missing checksum for new patch file "patch-ac".tron1-3/+2
2004-05-23Backout last change. It is no longer necessary with revision 1.24tron2-33/+1
of "src/include/resolv.h" as pointed out by Markus W. Kilbinger in private e-mail.
2004-05-23Change PLIST.common location of HTML documentation. Somehow this gotben1-162/+162
missed while I was addressing PR#25652.
2004-05-23unusedrecht2-27/+0
2004-05-23bl3ifyrecht11-33/+35
2004-05-23Note update of roundup to 0.72.recht1-1/+2
2004-05-23update to 0.72recht2-8/+8
changes: - anydbm sorting with None values (sf bug 952853) - roundup-server -g option not recognised (sf bug 952310) - HTML templating isset() inverted (sf bug 951779) - otks manager missing (sf bug 952931) - mention DEFAULT_TIMEZONE requirement in upgrading doc (sf bug 952932) - fix DateHTMLProperty so local() can override user timezone (sf bug 953678) - fix anydbm sort/group direction handling, and make RDBMS sort/group use Link'ed "order" properties (sf bug 953148) - fix Interval editing (sf bug 954891)
2004-05-23Lets be pkgviews friendly: create the bin directory when installing wrappers.jmmv1-1/+5
2004-05-23Note revision bump for sablevm* to 1.jmmv1-1/+4
2004-05-23Convert sablevm{,-classpath,-classpath-gui} to java-env.mk, so that theyjmmv7-2854/+2885
can easily coexist with other Java implementations. This basically means that they are now installed under ${PREFIX}/java/sablevm and that a wrapper is created under ${PREFIX}/bin (sablevm-java) to exec this VM.
2004-05-23Let a package specify which is the real binary for each wrapper (by settingjmmv1-2/+4
JAVA_WRAPPER_BIN.<wrapper-name>), in case it differs from the default. For example, sablevm does not install a 'java' program with that name, so adding 'java' to JAVA_WRAPPERS couldn't DTRT.
2004-05-23Fix MASTER_SITES. From Robert Elz in PR pkg/25681.snj1-3/+3
2004-05-23g/c Firebird stuff, as all the Mozilla Firebird packages are gone now.grant1-5/+2
2004-05-23allow users of this file to set WRKSRC.grant1-2/+2
2004-05-23Bump required version, pine 4.60 does not compile with 4.6kim1-2/+2
2004-05-23Bump required version, pine 4.60 does not compile with 2002.5nb3kim1-2/+2
2004-05-22this file should not have been importeddillo1-1/+0
2004-05-22Note addition of hugo and wxhugo 3.0.07:dillo1-1/+3
Hugo is an interactive fiction (text adventure) system. hugo contains a compiler and a text-only interpreter wxhugo contains an interpreter with graphics and sound support
2004-05-22Add and enable hugo and wxhugodillo1-1/+3
2004-05-22import hugo 3.0.07:dillo6-0/+146
A compiler and interpreter for the Hugo interactive fiction system. The interpreter is the curses port without support for graphics or sound.
2004-05-22import wxhugo 3.0.07:dillo7-0/+176
An interpreter for Hugo interactive fiction, with support for graphics and sound.
2004-05-22Note revision bump for kaffe{,-nox11} to 1.jmmv1-1/+3
2004-05-22Convert kaffe-nox11 and kaffe to use java-env.mk. Also avoid directjmmv4-102/+122
modifications of PREFIX's value. Bump PKGREVISION to 1.
2004-05-22Note revision bump for sun-{jre,jdk}14 to 1.jmmv1-1/+3
2004-05-22Convert sun-{jre,jdk}14 to use java-env.mk. This implies that thejmmv7-1762/+1764
packages now install several wrappers under ${PREFIX}/bin to run the binaries installed under ${JAVA_HOME}/bin easily. While here, drop the direct modification of PREFIX. Bump PKGREVISION to 1.
2004-05-22Convert sun-{jre,jdk}13 to use java-env.mk. This implies that thejmmv7-952/+931
package now install several wrappers under ${PREFIX}/bin to run the binaries installed under ${JAVA_HOME}/bin easily. While here, drop the direct modification of PREFIX. No revision bump since these packages were updated just some minutes ago.
2004-05-22Initial addition.jmmv1-0/+74
This file provides a framework to easily create wrappers to run Java environments (either compilers or virtual machines) installed under ${PREFIX}/java/<implementation>. These wrappers hide the complexity of having to modify the path, unlimit resources or to set a correct CLASSPATH for the program to run.
2004-05-22Note update of sun-{jre,jdk}13 to 1.0.11.jmmv1-1/+3
2004-05-22Update sun-{jre,jdk}13 to 1.3.1_11. Bugs fixed since 1.3.1_10:jmmv4-15/+15
- GetCurrentThreadCpuTime returns wrong information - infinite loop in sun.net.www.http. KeepAliveStream [due to skip()] - fatal error handler enhancements - RFE: DNS-related functions in PAC file support do not support foward DNS lookups - Reading entries from certain zipped files causes JVM death (native exception) - Missing encoding conversion in PlainSocketImpl.socketCreate - in with J2se1.3 in multithread situation, socket reads data unexpectly - REGRESSION 1.4: PropertyDescriptors do not find the most specific methods - C2 crash in adjust_check - Null Pointer in creating Window - Signature timestamps in signed jar files break forward compatibility - java.sql.TimeStamp results in wrong time for some timezones when dates are in BC - (thread) Thread.interrupt() is not executed after first try - REGRESSION:Ctor IndexedPropertyDescriptor works incorrectly - Netscape hang situation