summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-07-20Changes:adam3-9/+9
* Security bug fix
2005-07-20Added YAP-4.4.4.rillig5-1/+234
YAP is a high-performance Prolog compiler developed at LIACC/Universidade do Porto and at COPPE Sistemas/UFRJ. Its Prolog engine is based in the WAM (Warren Abstract Machine), with several optimizations for better performance. YAP follows the Edinburgh tradition, and is largely compatible with the ISO-Prolog standard and with Quintus and SICStus Prolog.
2005-07-20Updated www/firefox-bin-realplayer to 1.0nb2wiz1-1/+2
2005-07-20Enable firefox-bin-realplayer again.wiz1-2/+2
2005-07-20Change dependency to RealPlayerGold, bump PKGREVISION.wiz1-3/+3
2005-07-20+ docbook-xsl-1.69.0wiz1-1/+2
2005-07-20Fix lyx entry.wiz1-2/+3
2005-07-20note update of exim to 4.52.grant1-1/+2
2005-07-20update exim to 4.52.grant2-6/+7
summary of changes since 4.51 (general bug fixes and portability fixes ommitted for brevity, see the ChangeLog for details): Exim version 4.52 ----------------- TF/01 Added support for Client SMTP Authorization. See NewStuff for details. PH/02 Reduce the amount of output that "make" produces by default. Full output can still be requested. PH/04 Installed a modified version of Tony Finch's patch to make submission mode fix the return path as well as the Sender: header line, and to add a /name= option so that you can make the user's friendly name appear in the header line. TF/03 Added the control = fakedefer ACL modifier. TF/04 Added the ratelimit ACL condition. See NewStuff for details. Thanks to Mark Lowes for thorough testing. TK/02 Rewrote SPF support to work with libspf2 versions >1.2.0. TK/03 Merged latest SRS patch from Miles Wilton. TK/04 Added simple SPF lookup method in EXPERIMENTAL_SPF. See NewStuff for details. Thanks to Chris Webb <chris@arachsys.com> for the patch! PH/07 Added "fullpostmaster" verify option, which does a check to <postmaster> without a domain if the check to <postmaster@domain> fails. SC/01 Eximstats: added -xls and the ability to specify output files (patch written by Frank Heydlauf). SC/02 Eximstats: use FileHandles for outputing results. SC/03 Eximstats: allow any combination of xls, txt, and html output. SC/06 Eximstats: added the -include_original_destination flag TK/06 MBOX spool code: Add real "From " MBOX separator line so the .eml file is really in mbox format (even though most programs do not really care). Patch from Alex Miller. TK/07 MBOX spool code: Add X-Envelope-From: and X-Envelope-To: headers. The latter is generated from $received_to and is only set if the message has one envelope recipient. SA can use these headers, obviously out-of-the-box. Patch from Alex Miller. PH/11 Upgraded appendfile so that quotas larger than 2G are now supported. This involved changing a lot of size variables from int to off_t. It should work with maildirs and everything. PH/12 Applied Alex Kiernan's patch for the API change for the error callback function for BDB 4.3. PH/13 Changed auto_thaw such that it does not apply to bounce messages. PH/14 Imported PCRE 6.0; this was more than just a trivial operation because the sources for PCRE have been re-arranged and more files are now involved. PH/16 Applied Matthew Newton's patch to exicyclog: "If log_file_path is set in the configuration file to be ":syslog", then the script "guesses" where the logs files are, rather than using the compiled in default. In our case the guess is not the same as the compiled default, so the script suddenly stopped working when I started to use syslog. The patch checks to see if log_file_path is "". If so, it attempts to read it from exim with no configuration file to get the compiled in version, before it falls back to the previous guessing code." TK/09 Added "prvs" and "prvscheck" expansion items. These help a lot with implementing BATV in an Exim configuration. See NewStuff for the gory details. PH/18 If the "use_postmaster" option was set for a recipient callout together with the "random" option, the postmaster address was used as the MAIL FROM address for the random test, but not for the subsequent recipient test. It is now used for both. PH/19 Applied Michael Haardt's patch to update Sieve to RFC3028bis. "The patch removes a few documentation additions to RFC 3028, because the latest draft now contains them. It adds the new en;ascii-case comparator and a new error check for 8bit text in MIME parts. Comparator and require names are now matched exactly. I enabled the subaddress extension, but it is not well tested yet (read: it works for me)." PH/23 Added daemon_startup_retries and daemon_startup_sleep. PH/24 Added ${if match_ip condition. PH/28 Changed -d+all to exclude +memory, because that information is very rarely of interest, but it makes the output a lot bigger. People tend to do -d+all out of habit. PH/30 Exim's DNS code uses the original T_xxx names for DNS record times. These aren't the modern standard, and it seems that some systems' include files don't always have them. Exim was already checking for some of the newer ones like T_AAAA, and defining it itself. I've added checks for all the record types that Exim uses. TK/11 Domainkeys: Change the logic how the "testing" policy flag is retrieved from DNS. If the selector record carries the flag, it now has precedence over the domain-wide flag. SC/09 Eximstats: added the -show_rt<list> and the -show_dt<list> flags as requested by Marc Sherman. SC/10 Eximstats: added histograms for user specified patterns as requested by Marc Sherman.
2005-07-20Remove MANDIR variable and just use "man" instead.reed2-19/+16
2005-07-20Remove unnecessary passing of YACC to the configure script as it'sjlam1-2/+1
already passed by the tools framework.
2005-07-20Note additions of cvm and mailfront.schmonz1-1/+3
2005-07-20Add and enable mailfront.schmonz1-1/+2
2005-07-20Initial import of mailfront, a package containing customizeableschmonz5-0/+128
network front-ends for mail servers. It contains complete SMTP, QMQP, QMTP, and POP3 front-ends as well as an authentication module for IMAP. The mail delivery front-ends also contain internal address filtering features.
2005-07-20Add and enable cvm.schmonz1-1/+2
2005-07-20Initial import of Credential Validation Modules. This package contains:schmonz6-0/+149
- The reference source for the CVM interface. - Diagnostic and benchmark CVM clients. - A checkpassword interface CVM client. - A UNIX/POSIX system module (uses getpwnam). - A flat-file module. - A vmailmgr module. - MySQL and PgSQL modules. - A library for client writers. - A set of libraries for module writers.
2005-07-20Remove the stanza to create ${RCD_SCRIPTS_EXAMPLEDIR} from theschmonz1-6/+1
install-rcd-${_script_} target; it gets created by mtree now.
2005-07-20Remove spurious "@dirrm share/examples/rc.d".schmonz1-2/+1
2005-07-20Add "share/examples/rc.d" to mtree specs, both becauseschmonz13-13/+39
RCD_SCRIPTS_EXAMPLEDIR has been fixed to this value for a while, and because it ought not to be emitted by the print-PLIST target. (Individual packages can't expect to be able to completely remove this directory on deinstall, as it often has other packages' rc.d scripts in it.)
2005-07-20No need to add CC to the MAKE_FLAGS since it is added automaticallykristerw1-2/+2
(and the CC here were not correctly quoted, which failed if CC were set to e.g. "gcc -pipe")
2005-07-20Mention "TrueType".reed1-4/+4
2005-07-20Do not include <malloc.h>.kristerw2-6/+15
2005-07-20Fix a pkglint warning of empty lines.kristerw1-2/+1
2005-07-20Add fonts/freefont-ttf: Free UCS Outline Fonts: FreeMono, FreeSans,reed2-2/+4
and FreeSerif
2005-07-20Import fonts/freefont-ttf.reed4-0/+58
The freefont project provides a set of free, high-quality, outline (i.e. OpenType) fonts covering the ISO 10646/Unicode UCS (Universal Character Set). The set consists of three typefaces: one monospaced and two proportional -- one with uniform and one with modulated stroke. These fonts are similar to the Helvetica, Times and Courier fonts.
2005-07-20Do not include <malloc.h>.kristerw2-1/+17
2005-07-20Do not include <malloc.h>.kristerw2-1/+14
2005-07-20Regenerate so that the Mac OS X patch program undestands howkristerw2-4/+5
to apply it.
2005-07-19The sources assume <malloc.h> exists. Create a fake one for platformskristerw1-1/+9
that don't have it.
2005-07-19Tools that are marked with ":pkgsrc" are needed very early on, probablyjlam2-5/+7
too early for pkgsrc to adequately cope. In this case, imake-check.mk was marking "imake" as a tool that was used to perform some tests. This was causing xpkgwedge to be unnecessarily marked as a build dependency since using imake in pkgsrc pretty much requires xpkgwedge. However, in the case where we are running the "imake checks", we don't need xpkgwedge around. Solve this issue by marking all the tools in imake-check.mk with ":pkgsrc", and modify the xpkgwedge dependency test to not care about "imake:pkgsrc".
2005-07-19Don't bother defining a temporary _PKGSRC_USE_TOOLS variable that doesn'tjlam1-3/+3
actually increase readability by much.
2005-07-19Uncontinuate lines that have become short.schmonz2-6/+4
2005-07-19Use pkg_info's -B switch, now that we're sure to have it available,schmonz2-6/+4
obviating the need for a sed expression.
2005-07-19s/echo/@ECHO@/gschmonz2-4/+4
2005-07-19Distinguish options specific to each of the following packages:schmonz1-10/+10
djbdns, ezmlm, qmail.
2005-07-19Distinguish package-specific options as such, supporting the old namesschmonz3-61/+30
via PKG_OPTIONS_LEGACY_OPTS until after the next branch.
2005-07-19Note that this is the old version of guile.gdt2-3/+4
2005-07-19mention recent updates/additionsdrochner1-1/+10
2005-07-19delete some obsolete entriesdrochner1-15/+1
2005-07-19update to 0.46drochner3-9/+18
changes: -Update to LibTomCrypt 1.05 and LibTomMath 0.35 -bugfixes and code cleanup
2005-07-19update to 1.3.6drochner8-40/+56
changes: bugfixes, in particular: * It is now possible to typeset files which reside in a directory with spaces in its name; this requires a modern TeX implementation (such as teTeX 3.0). * It is possible to use Ctrl-PageDown and Control-PageUp (<opt>-tab and <opt><shift>-tab with LyX/Mac) to switch between the open documents. * LaTeX-type accents, ligature breaks and hyphenation marks are now considered as part of words
2005-07-19Note update of mathomatic.minskim2-3/+3
2005-07-19Update mathomatic to 12.4.5.minskim2-6/+6
Changes: - Bug fix made to divide command. - Increased the number of equation spaces to 100. - Fixed a precision problem with the "list export" command. - Added and implemented function return_result(equation_number) at the end of most commands, to facilitate use as a library. - Some more comments were added and "list.c" was cleaned up. - Replaced most printf()s with a new function called error().
2005-07-19update to 3.7.1drochner4-24/+151
many bugfixes, some feature extensions
2005-07-19update to 1.5.1drochner2-7/+7
change: Updated the German translations.
2005-07-19adddrochner1-0/+20
2005-07-19+gourmetdrochner1-1/+2
2005-07-19import gourmet-0.8.5.5, another recipe databasedrochner4-0/+304
2005-07-19Note that OSI/FSF approved licenses do not require a LICENSE variable,gdt1-3/+4
clarifying from definition by example.
2005-07-19update to 2.1.6drochner3-8/+10
changes: -new --set-config option -cleanup -translation updates