summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-07-12Fix two pthread programming problems; now ogg123 doesn't dump corewiz4-3/+49
with native libpthread (so far). With hints and explanations from Nathan J Williams -- thanks! Bump PKGREVISION.
2003-07-12setenv() returns an int, so make it believe that.grant1-1/+2
2003-07-12add & enable gqmpeg-skinshubertf1-1/+2
2003-07-12Add gqmpeg-skins-20030712: Skins for gqmpeghubertf5-1/+2193
2003-07-12Note update of net/vtun package to 2.6.taca1-1/+2
2003-07-12Update vtun package to 2.6.taca3-11/+23
ver 2.6: No changes; just renumber. ver 2.5.3: $DESTDIR in makefile for packaging glee (PLD) Tighter code in generic/pty_dev.c where available (PLD) Various spec file improvements from (PLD) ver 2.5.2: Configure fixes, to ensure vtun will build under Mac OS/X (Kurt Werle) exclude <rand.h> #inclusion under OS/X ver 2.5.1: Cleanups, reformat code, Automake improvements (Greg) Improvement of Special SuSE init files (Willems Luc) Spec file improvements and testing under SuSE (Willems Luc) PLD build patch from Arkadiusz Miskiewicz re-execute up-commands on re-up under persist-keep (David Kimdon, Leo Bergolth) prevent reentering syslog in signal handlers (Leo Bergolth) fd leak in tunnel.c (David Kimdon, Leo Bergolth) fix configure wrt openSSL and SASL to pick correct MD5.h (Leo Bergolth) prevent closing non-existant stat file (Edan Ayal) minor packaging improvements (Bishop Clark)
2003-07-12When generating a perl packlist, strip all leading slashes.wiz1-3/+3
From Sergey Svishchev in PR 21754.
2003-07-12mail/bogofilteritojun2-3/+3
2003-07-12reset PKGREVISIONitojun1-2/+1
2003-07-12upgrade to 0.13.7.2.itojun2-5/+5
0.13.7.2 2003-07-02 * Fixed loop in yyinput() caused by unexpected EOF. 0.13.7.1 2003-06-26 * Update bogotune to version 0.3 * Added '-k size' option to bogofilter and bogoutil for setting BerkeleyDB's cache size. 2003-06-25 * For bogotune change processing of '-t' switch from pass 1 to pass 2 so that it supercedes the config file. * Man pages now use '\ ' when a non-breaking space is needed, instead of 0xA0. 2003-06-24 * '-Q' processing no longer requires that spamlist.db be present. 0.13.7 2003-06-20 * Replaced tuning/tuning.sh with tuning/bogotune (and related files). 0.13.6.3 2003-06-18 * Minor code rewrites to speed up processing messages, mboxes, and msg-count files. In particular, tuning/tuning.sh runs are approx 47% faster than before. * Fixed several errors in tuning/tuning.sh and reformatted "Top 10 Results" output. * Minor changes to bogoutil to support bogotune script. * Added newlines to correct usage messages. 0.13.6.2 2003-06-05 * Don't allow square brackets in tokens. Do allow dollar signs in tokens in msg-count files. * Bogolexer now discards first 'From' token to match scoring behavior of bogofilter. 0.13.6.1 2003-06-05 * Updated file tuning/README and script tuning/tuning.sh. 0.13.6 2003-06-04 * Fix check for "^From " lines to work properly during base64 decoding. * End html comment processing when a message header is found. * Improve README for the tuning scripts and simplify them. 0.13.5 2003-06-03 * Allow terminal exclamation points on tokens. * Updated contrib/mime.get.rfc822 2003-06-02 * Fixed bogofilter's non-use of message counts in msg-count files. * Diagnose invalid values of robx. * Modified rstats_print_histogram() so it doesn't print 'nan's. * Modified t.frame to find version of grep on Solaris so t.bulkmode can run successfully. 0.13.4.1 2003-05-31 * Modified t.parsing test so it works with OSX's default file system. 0.13.4 2003-05-30 * Changed default value of ROBS from 0.001 to 0.01 * Fixed options '-M' (mailbox mode) and '-p' (passthrough mode) so they work properly together. * Minor cleanups in bogofilter.cf.example * Added db-3.2 and db-3.1 to list for AC_CHECK_DB in configure.ac 0.13.3 2003-05-28 * Minor code tweaks to quiet gcc-3.3 warnings. 2003-05-26 * Added doc/programmer/README.osx to distribution. * Corrected FAQ's procmail recipe for training with SpamAssassin. 2003-05-24 * Added -V (version) option to bogolexer. * Tweaked long line check used to prevent scanner buffer overflow. 0.13.2.1 2003-05-24 * In bulkmode, output filenames to stdout. * Further fixes for static-build system. 0.13.2 2003-05-24 * Autoconfiguration of BerkeleyDB library has been improved. * Build procedure for statically linked binaries has been improved. * Fixed defect in replace_nonascii_characters that was superseding ignore_case option. * Portability fix for efence usage in t.frame. * Added static-build to solve glibc version problem. 0.13.1 2003-05-23 * Modified "make rpm" to also build statically linked binaries. They're packaged in bogofilter-static-x.y.z-1.i586.rpm * Fixed bogofilter.spec.in to include files CHANGES-0.13 and RELEASE.NOTES-0.13 which had been left out. * tests/t.frame portability fix for non-Linux compatibility. 0.13.0 2003-05-21 * Added file RELEASE.NOTES-0.13. Read it! * Changed parsing defaults to: -PI ignore_case (default is disabled) -Ph header_line_markup (default is enabled) -Pt tokenize_html_tags (default is enabled) * Recognize a line of whitespace as ending the message header. * contrib/randomtrain and contrib/scramble can now process both mbox and maildir formats. * Added perl script contrib/mime.get.rfc822 to extract forwarded messages from with a message. * Added basic support for emacs RMAIL mailboxes. * Removed incomplete RMAIL/Babyl-5 support. * Registration code modified to count unique tokens for each message and display the total of the counts. * Added 'bogo-what?' to FAQ. 0.12.3 2003-05-10 * Modified bulk mode code to allow registering maildirs. * Added options to return tokens from inside HTML tags. Switch '-Ht' and option "tokenize_html_tags" turn it on. * Bogofilter's '-e' switch can now be used without '-p'. * Added doc/integrating-with-postfix. * Added bogofilter-faq-fr.html, a French translation of the FAQ. * Revise description of verbose output in FAQ. * Update man page documentation of bogofilter's switches. * Added basic memory accounting and debug capability. * Fixed memory leak in rstats.c * Fixed defect in handling of folded spam header lines. * Modified parsing so that yyredo() and yy_use_redo_text() are no longer needed. 0.12.2 2003-04-30 * Corrected bulkmode problem processing messages without "^From " lines. * Corrected alignment of wordprop_t which caused bus error on risc. * Added directory to 'Error creating directory' message. 0.12.1 2003-04-25 * Corrected bad BOGOFILTER_DIR value in t.bulkmode * Subdirectories contrib and tuning now install from rpm to /usr/share/bogofilter. 0.12.0 2003-04-24 * Corrected some errors in rpm specfile. 2003-04-23 * Added 'tuning' directory with scripts for tuning bogofilter. (cf. bogofilter-tuning.HOWTO) 2003-04-21 * Added '-M' to allow classification of multiple messages in mbox formatted files. * New option '-Q' (query/display config) replaces '-qv'. * Grouped options into logical groups for help message and man page. Revised option descriptions. 2003-04-19 * Added bogofilter-tuning.HOWTO as replacement for README.Robinson 2003-04-18 * Added classification support for msg-count formatted files. * Add bogolex.sh for creating msg-count formatted email file. 2003-04-17 * Added bulk mode procesing for Maildirs. '-b' reads filenames from stdin. '-B' gets filenames from the command line. 2003-04-16 * Miscellaneous refactoring in main.c 0.11.2 - stable version 2003-04-13 * Added 'terse' option to bogofilter.cf for selecting format of X-Bogosity line. 2003-04-11 * Use frexp() to retain maximum precision of floating point results. 0.11.1.9 2003-04-10 * Reformat histogram output (from "-vv") to fit in 80 columns. * Added sample configuration for maildrop. 2003-04-09 * Added protections against negative token counts to bogoutil.c and database_db.c * Additional portability changes made to the regression tests. * Enhanced '-m' option allows specifying robs value. 0.11.1.8 2003-04-07 * Include 'strict_check' in '-qv' output. * Correct outdated acinclude.m4, as it causes the configure script to be invalid. * Revised UPGRADE document. * Added contrib/bogotrain.sh 0.11.1.7 2003-04-07 * Change bogoutil's '-p' option to require a database. * Fix OS X segfault caused by using DB handle after closing database. 2003-04-05 * Improve bogoutil's reporting of a bad directory or filename. * Simplify configure check for BerkeleyDB. * Extend configure's compiler checks for AIX. 0.11.1.6 2003-04-01 * Changed default value of 'strict_check' to 'no' (disabled). 2003-03-30 * Added config file option 'strict_check' for processing html comments. Enabled means to use "<!--" and "-->" to delimit comments. Disabled uses "<!" and ">". 0.11.1.5 2003-03-28 * Bogofilter now frees _all_ memory that it allocates. * FAQ reorganized and info added on asian spam, the format of verbose output, and using SpamAssassin to train bogofilter. * Fixed processing of '-o' option. 0.11.1.4 2003-03-25 * Cleaned up help messages and added version info. * Expanded bogofilter-faq.html * Fixed precedence for directory specifications. * Fixed processing of folded X-Bogosity line. * Fixed processing of spam_subject_tag.
2003-07-12Note abcde-2.1.4nb3 update.wiz1-1/+2
2003-07-12abcde ignored -d flag when in cdparanoia mode.wiz3-11/+19
From Sergey Svishchev in PR 19872. Bump PKGREVISION.
2003-07-12Note privoxy PKGREVISION++salo1-1/+2
2003-07-12Use RCD_SCRIPTS_SHELL instead of SH in rc.d script.salo2-4/+4
PKGREVISION++ (hi zuntum!)
2003-07-12Fix rc.d script.zuntum1-2/+2
PR#22127 by Steven Sartorius
2003-07-12Note pure-ftpd remove/reimport/update dance.salo2-3/+4
2003-07-12Reimported net/pureftpd as net/pure-ftpd to make it more consistent.salo6-0/+108
Updated to version 1.0.15. Addresses PR pkg/21941 by Jon Olsson. Changes: - buildlink2-ify - added PostgreSQL support (PURE_FTPD_USE_PGSQL) - fixed MySQL support (missing bsd.prefs.mk include) 1.0.15: ======= - A turkish translation has been added. Thanks to Mehmet Cokcevik <dns@netline.com.tr> . - Various functional and portability fixes have been made to the handling of upload scripts, to the pure-pw command and to the automatic creation of home directories. - Accounts in a puredb database can now be quickly listed ("pure-pw list"). - The anonymous FTP directory can now be overriden on the Windows port (using a WIN32_ANON_DIR environment variable). - The default banner has been stripped down to look more professionnal (ie. boring). - Transfer speed on BSD systems has been improved. - The license of the whole package has changed from GPL to a simplified BSD license.
2003-07-12Install share/examples/wine/winedefault.reg by default.zuntum2-5/+7
Per suggestion in PR#21560 by Todd Vierling, thanks
2003-07-12Update MASTER_SITES per PR#21779zuntum1-4/+7
2003-07-12Remove pureftpd (now as net/pure-ftpd).salo7-102/+1
2003-07-12Add PURE_FTPD_USE_PGSQL and use sane default for PURE_FTPD_USE_MYSQL.salo1-5/+10
2003-07-12Add pure-ftpd.salo1-1/+2
2003-07-12update homepage and master_sites, from Sergey Svishchev.wiz1-3/+3
2003-07-12Attach version number to master site string. Suggested by Sergey Svishchev.wiz1-2/+2
2003-07-12use TEST_TARGET instead of custom test targetdillo1-5/+2
2003-07-12don't define test target directly, use do-test insteaddillo3-6/+6
2003-07-12use TEST_TARGET instead of custom test targetdillo1-5/+3
2003-07-12don't define test target directly, use do-test insteaddillo1-2/+2
2003-07-12don't define test target directly, use do-testdillo1-2/+2
2003-07-12use TEST_TARGET instead of custom test targetdillo5-27/+17
2003-07-12don't define test directly, use do-testdillo1-4/+3
2003-07-12Do not modify DISTNAME to change PKGNAME (hi zuntum!).wiz1-2/+3
2003-07-12dirrm share/t1lib too.wiz1-1/+2
2003-07-12proj has been updated to version 4.4.7 and its pdf documentationjtb1-1/+3
has been added as a separate package (proj-doc-1.0). Changes in proj: 4.4.7 Release Notes ------------------- o Added NTv2 (.gsb) grid shift file support. o Modified datum shift support so that data file data is only loaded if needed. Also added 'null' grid as a fallback option, and support for making grids optional (prefix with '@' in +nadgrids). o Regenerated nad/epsg file with towgs84 parameters for non-greenwich prime meridians. o Updated nad/esri file with better generated form from Paul Ramsey. o Various bug fixes. 4.4.6 Release Notes ------------------- o Incorporated new lcca (Lambert Conformal Conic Alternate) projection from Gerald. o Updated 'espg' translation file for EPSG 6.2.2 with better support for prime meridians. o Added Prime Meridians via +pm command switch to cs2cs (and pj_transform). o Fixed bug with 7 parameter transforms. o Added 'esri' pseudo-epsg coordinate system file. o Cleanup so that PROJ.4 compiles clean as C++ code. o Added pj_get_def() to expand definitions of stuff like +init clauses. o Added a Krovak implementation (proj=krov). Note this may change again in the next release.
2003-07-12Remove duplicate neon-0.24.0 entry; subversion update has been done, remove it.wiz1-3/+1
2003-07-12nut-8.10 update done.wiz2-4/+4
2003-07-12Update to 8.10. Not sure what has changed since 4.x, but I'd guess ratherwiz6-80/+51
much.
2003-07-12Add proj-doc.jtb1-1/+2
2003-07-12The PDF documentation for the PROJ cartographic projection software.jtb4-0/+34
This is being split from the proj package mainly because of its size. (The distfile is 6.6 MB).
2003-07-12Update to 4.4.7. The documentation is being split into ajtb3-22/+12
separate package. 4.4.7 Release Notes ------------------- o Added NTv2 (.gsb) grid shift file support. o Modified datum shift support so that data file data is only loaded if needed. Also added 'null' grid as a fallback option, and support for making grids optional (prefix with '@' in +nadgrids). o Regenerated nad/epsg file with towgs84 parameters for non-greenwich prime meridians. o Updated nad/esri file with better generated form from Paul Ramsey. o Various bug fixes. 4.4.6 Release Notes ------------------- o Incorporated new lcca (Lambert Conformal Conic Alternate) projection from Gerald. o Updated 'espg' translation file for EPSG 6.2.2 with better support for prime meridians. o Added Prime Meridians via +pm command switch to cs2cs (and pj_transform). o Fixed bug with 7 parameter transforms. o Added 'esri' pseudo-epsg coordinate system file. o Cleanup so that PROJ.4 compiles clean as C++ code. o Added pj_get_def() to expand definitions of stuff like +init clauses. o Added a Krovak implementation (proj=krov). Note this may change again in the next release.
2003-07-12intlfonts-1.2.1 doneitojun1-2/+1
2003-07-12fonts/intlfontsitojun1-1/+2
2003-07-12upgrade to intlfonts 1.2.1. no changelog available, it seemsitojun2-26/+27
2003-07-12Use patches and distinfo from licq-gui-console.wiz2-9/+3
XXX: should share even more...
2003-07-12remove pekwm, it got updated in the mean timezuntum1-2/+1
2003-07-12Make it build under -current without using ncurses.wiz3-7/+42
It was using internals of ncurses data structures even though there's an official API for this... XXX: might need INCOMPAT_CURSES patterns for some older NetBSD versions, but I don't know which ones, so I didn't add them.
2003-07-12Remove stuff that's already been done:zuntum1-6/+1
- o gimageview-0.2.22 [pkg/21851] - o gimageview-0.2.23 - o qvwm-1.1.12 [pkg/21935] - o sipcalc-1.1.2 [pkg/21846] - o waputils-1.3.2a [pkg/22076]
2003-07-12Note wm/qvwm update to 1.1.12zuntum1-1/+2
* get rid of USE_X11BASE 1.1.11 -> 1.1.12 ---------------- 1. Fix the bug that qvwm sometimes crashes if sound is enabled at exit. 2. Fix the bug that a close button does not disappear and a maximize button disappears when you set NO_BUTTON3 to an application. 3. Fix the bug that the CPU utilization becomes 100% after you send a remote command to qvwm. 4. Enable to send a remote command like QVWM_RESTORE to certain window. 5. Eanble to change spacing between short cut icons using IconHorizontalSpacing and IconVerticalSpacing. 6. Add german.qvwmrc, portuguese.qvwmrc, and italian.qvwmrc. 7. Fix the bug that a part of a menu is left on the screen after you execute a command from the menu. 8. Add QVWM_TOGGLE_{FOCUS, BORDER, BORDER_EDGE, BUTTON1, BUTTON2, BUTTON3, CTRLBTN, TBUTTON, TITLE}.
2003-07-12Update qvwm to version 1.1.12zuntum3-9/+11
* get rid of USE_X11BASE 1.1.11 -> 1.1.12 ---------------- 1. Fix the bug that qvwm sometimes crashes if sound is enabled at exit. 2. Fix the bug that a close button does not disappear and a maximize button disappears when you set NO_BUTTON3 to an application. 3. Fix the bug that the CPU utilization becomes 100% after you send a remote command to qvwm. 4. Enable to send a remote command like QVWM_RESTORE to certain window. 5. Eanble to change spacing between short cut icons using IconHorizontalSpacing and IconVerticalSpacing. 6. Add german.qvwmrc, portuguese.qvwmrc, and italian.qvwmrc. 7. Fix the bug that a part of a menu is left on the screen after you execute a command from the menu. 8. Add QVWM_TOGGLE_{FOCUS, BORDER, BORDER_EDGE, BUTTON1, BUTTON2, BUTTON3, CTRLBTN, TBUTTON, TITLE}. Fixes PR#21935 by David Forrai <david.forrai@gemair.com>
2003-07-12Note updates of gcc to 2.95.3nb4 and gpc to 2.1nb3.jtb1-1/+3
Add the "if-exists" specs function. Enables the addition of crti.o and crtn.o to the executable if they exist. This fixes these packages on systems running -current.