Commit graph

19242 commits

Author SHA1 Message Date
jtb
1a26416ca6 Initial import of dcdflib.f.
This library contains routines to compute cumulative distribution
functions, inverses, and parameters of the distribution for the
following set of statistical distributions:

    (1) Beta
    (2) Binomial
    (3) Chi-square
    (4) Noncentral Chi-square
    (5) F
    (6) Noncentral F
    (7) Gamma
    (8) Negative Binomial
    (9) Normal
    (10) Poisson
    (11) Student's t
    (12) Noncentral t

Given values of all but one parameter of a distribution, the other is
computed.  These calculations are done with FORTRAN Double Precision
variables.
2001-04-17 00:19:57 +00:00
zuntum
e18c696a1e add & enable ktail 2001-04-16 23:20:39 +00:00
zuntum
863f23be73 Initial import of ktail-0.5.1
ktail monitors multiple files and/or command output in one window. Files and
commands may be added and removed via drag'n'drop or menu options.
It depends on KDE2.
2001-04-16 23:19:11 +00:00
zuntum
eb2d6a3285 Update zsh to 3.0.8
Changelog:

2000-05-15  Bart Schaefer  <schaefer@zsh.org>

        * Src/version.h: Version 3.0.8 released.

        * Etc/MACHINES: Add note for OpenStep 4.2 from Brian Boonstra.

        * Etc/FAQ: Latest version from PWS.

        * Src/utils.c: Fix for ${(s::)...} when parameter value has
        meta-characters; Sven, 11368.

2000-05-12  Bart Schaefer  <schaefer@zsh.org>

        * Etc/BUGS: Make note of the numeric range globbing bug reported
        by Zefram in 10444 (requires too many other changes to fix now).

        * Etc/NEWS: Note change in character ranges in globbing.

2000-05-11  Bart Schaefer  <schaefer@zsh.org>

        * Src/builtin.c, Src/params.c: "typeset -U" updates exported
        colon-arrays; PWS, 11314.

        * Src/jobs.c: In setprevjob(), skip jobs with either the
        STAT_NOPRINT or STAT_SUBJOB bits set, as suggested in
        zsh-workers/10005.

2000-04-30  Bart Schaefer  <schaefer@zsh.org>

        * Src/glob.c: Disable locale-sensitive character ranges; sorting
        is still done by locale.  This is the 3.1.7 behavior.

        * Src/builtin.c: Since "read -q" always reads from the tty, always
        write the prompt to the tty.  Adapted from Sven, 10727.

2000-03-08  Bart Schaefer  <schaefer@zsh.org>

        * Src/utils.c, configure, configure.in, config.h.in: Silence linker
        warnings on FreeBSD by using _mktemp() when available.

2000-02-29  Bart Schaefer  <schaefer@zsh.org>

        * Doc/zsh.texi: Silence a couple of warnings.

2000-02-28  Bart Schaefer  <schaefer@zsh.org>

        * Src/init.c, Src/params.c: Silence some harmless compiler
        warnings; Sven, 9905.

        * Src/exec.c: Fix problem with handling of errflag that caused
        push-line-or-edit to fail when used within a here-document; Sven;
        9900 and 9903.

        * Etc/NEWS: Note minor new features and configuration changes.

2000-02-27  Bart Schaefer  <schaefer@zsh.org>

        * Src/builtin.c: Fixes to `vared', particularly when run from a
        subshell; adapted from PWS, 7308, and Sven, 8591.

        * configure.in, configure, acconfig.h, config.h.in,
        Src/prototypes.h: Add test for mknod() prototype, per bug report
        from Olivier Delemar.

        * Src/exec.c, Src/globals.h, Src/init.c, Src/builtin.c: Fix
        improper redirection of xtrace output; unlock terminal device on
        Solaris as per zsh-workers/5118; misc. insignificant typos.

2000-02-23  Bart Schaefer  <schaefer@zsh.org>

        * config.sub: Handle the latest Alpha hardware type; Sven, 9840.

2000-02-16  Bart Schaefer  <schaefer@zsh.org>

        * Src/subst.c: Better quoting behavior for ${(e)...}
        substitutions; from Sven, 9763.

2000-02-15  Bart Schaefer  <schaefer@zsh.org>

        * Src/signames.awk: Missing newline.

        * Src/jobs.c, Src/signames.awk: Wrap signal message array derefs
        in a macro to avoid segfaults in the event we receive an
        unrecognized signal.

2000-02-13  Bart Schaefer  <schaefer@zsh.org>

        * configure.in, configure: Import the 3.1.6 signal.h (or
        equivalent) detection code.

        * Etc/MACHINES: Mention potential resource.h problem on Linux.

2000-02-12  Bart Schaefer  <schaefer@zsh.org>

        * Src/init.c: Redo the way we attach to the tty in init_io() to
        avoid competing with our parent on systems that don't prevent TTY
        ioctl()s from background jobs.

2000-02-06  Bart Schaefer  <schaefer@zsh.org>

        * Src/builtin.c: Clear the PM_UNSET flag from the `pm' structure
        before setting the parameter; PWS, 9582.

2000-02-03  Bart Schaefer  <schaefer@zsh.org>

        * Src/utils.c: Interrupt read1char() when any of the usual shell
        loop control flags becomes set (e.g. by a trap handler); Sven,
        9522.

        * Src/exec.c: A different reformulation of 9345; based on Sven,
        9503 and 9521.

2000-01-29  Bart Schaefer  <schaefer@zsh.org>

        * Src/globals.h: Add a missing EXTERN.

        * Src/globals.h, Src/jobs.c, Src/zsh.h, Src/builtin.c, Src/exec.c:
        Fixes for suspending/restarting subshells; adapted from Sven, 9345.

2000-01-12  Bart Schaefer  <schaefer@zsh.org>

        * Src/loop.c: Fix behavior of "select" loops with respect to
        reading stdin; adapted from PWS, 9295.

2000-01-08  Bart Schaefer  <schaefer@zsh.org>

        * Src/loop.c: Using a negative count with the "repeat" construct
        should not loop.  Adapted from Sven, 9188.

1999-12-12  Bart Schaefer  <schaefer@zsh.org>

        * Src/exec.c: Don't try to suspend/resume loops and other shell
        constructs as separate processes when the parent shell is not
        doing job control in the first place.

1999-11-25  Bart Schaefer  <schaefer@zsh.org>

        * Src/lex.c: Fix off-by-one line number when reporting unmatched
        cshjunkiequote errors.

1999-11-24  Bart Schaefer  <schaefer@zsh.org>

        * Src/signals.c: Just for sanity, be sure not to SIGHUP ourself
        when already exiting.

1999-10-25  Bart Schaefer  <schaefer@zsh.org>

        * Src/system.h, Src/hashtable.h, Src/init.c, Src/params.c,
        INSTALL, acconfig.h, configure.in, configure, config.h.in:
        Configure option to disable setlocale() support, and also do a
        linkage test for it rather than simply test for the LC_ALL
        constant; adapted from Zefram, 8372, by Tatsuo Furukawa.

1999-10-24  Bart Schaefer  <schaefer@zsh.org>

        * Makefile.in: Don't bother trying to enumerate all the files in
        the ftp-dist tar, just pack up the whole zsh-$(VERSION) directory.
        The enumeration caused files in subdirectories to be included
        twice by tar.

1999-10-23  Bart Schaefer  <schaefer@zsh.org>

        * Src/zle_misc.c, Doc/zshparam.man: Add the %L prompt token, for
        the value of SHLVL, as in 3.1.6; thanks to Phil Pennock
        <phil@PsiDev.net> for pointing out this inconsistency.

1999-10-22  Bart Schaefer  <schaefer@zsh.org>

        * Src/mem.c: Fix a couple of typos in comments.

1999-10-19  Bart Schaefer  <schaefer@zsh.org>

        * Src/utils.c: Remove redundant variable decls; noted by Albert
        Chin in 8327.

        * Src/builtin.c: Tweak whitespace in string constant.

        * Src/builtin.c: Recognize "maxpthreads" limit as noted by Albert
        Chin in private mail; also arrange to print the "sockbufsize"
        limit in "ulimit -a".

        * Src/rlimits.awk: Recognize "maxpthreads" limit as noted by
        Albert Chin in private mail.
2001-04-16 22:39:18 +00:00
zuntum
1af2de1e1a add & enable shorten 2001-04-16 22:25:09 +00:00
zuntum
9807e37d91 Initial import of shorten-3.1
Shorten is a lossless compressing tool specialized for Audio files where
it usually performs better than gzip/bzip2.

Package submitted by Ben Collver <collver@linuxfreemail.com>
in pkg/12586
2001-04-16 22:23:34 +00:00
zuntum
b25bac4da3 Fix MASTER_SITES 2001-04-16 22:10:28 +00:00
jtb
b03bf3ce0e Should have "../../texproc/p5-XML-Parser" rather than "../p5-XML-Parser"
in DEPENDS.
2001-04-16 21:57:07 +00:00
jtb
339a14d3fa The module Apache::Resource depends on BSD::Resource so add a dependence
on p5-BSD-Resource.

Addresses PR #12633 by Nathan Ahlstrom <nrahlstr@winternet.com>.
2001-04-16 21:49:59 +00:00
jtb
c13d04972b Add and enable p5-BSD-Resource. 2001-04-16 21:31:48 +00:00
jtb
e4d0e2d5a8 Initial import of p5-BSD-Resource.
This module provides a Perl interface to part of the BSD process
resource library.  It allows the use of the {get,set}rlimit and
getrusage BSD C Library routines from perl.

Provided by Nathan Ahlstrom <nrahlstr@winternet.com> in PR #12630.
2001-04-16 21:30:45 +00:00
zuntum
2b0a8fb04e Update xtimer to 0.8089
Changes are documentation cleanup and minor improvements (no Changelog available)
2001-04-16 21:13:49 +00:00
jtb
bd21a12f42 Add and enable p5-libxml-enno. 2001-04-16 20:51:11 +00:00
jtb
2950c93dee Initial import of p5-libxml-enno.
libxml-enno contains the modules XML::DOM, XML::XQL, XML::Checker and
several other packages.  The XML::DOM code is fairly stable and has
been used quite a bit.  The other code should be considered alpha
code.

Provided by Nathan Ahlstrom <nrahlstr@winternet.com> in PR #12645.
2001-04-16 20:50:24 +00:00
zuntum
f7927514df add & enable xpaste 2001-04-16 20:23:14 +00:00
zuntum
c73ca4fa7d Initial import of xpaste-1.1
XPaste is a short X program which creates a window and displays the
contents of the Primary paste buffer in that window.

Package submitted by Stoned Elipot <Stoned.Elipot@script.jussieu.fr>
in pkg/12621
2001-04-16 20:21:01 +00:00
jtb
25c3d9ca3e Add and enable p5-libxml. 2001-04-16 19:57:47 +00:00
jtb
1953162c7f Initial import of p5-libxml (aka libxml-perl).
p5-libxml is a collection of smaller Perl modules, scripts, and
documents for working with XML in Perl.  p5-libxml software works in
combination with XML::Parser, PerlSAX, XML::DOM, XML::Grove and
others.

Provided by Nathan Ahlstrom <nrahlstr@winternet.com> in PR #12641.

Note that the distfile is called "libxml-perl", Nathan submitted the
package as "p5-libxml-perl", and I decided to import it as "p5-libxml"
to remove some redundancy.  I hope this doesn't cause confusion.
2001-04-16 19:56:50 +00:00
jtb
9c6bc404a9 Add and enable p5-XML-XPath. 2001-04-16 19:15:16 +00:00
jtb
ca6ef88156 Initial import of p5-XML-XPath.
A set of modules for parsing and evaluating XML-XPath statements.
This module aims to comply exactly to the XPath specification at
http://www.w3.org/TR/xpath and yet allow extensions to be added in the
form of functions. Modules such as XSLT and XPointer may need to do
this as they support functionality beyond XPath.

Provided by Nathan Ahlstrom <nrahlstr@winternet.com> in PR #12639.
2001-04-16 19:14:29 +00:00
jtb
5c53f94f78 Add and enable p5-XML-RSS. 2001-04-16 19:04:38 +00:00
jtb
8e7e399cea Initial import of p5-XML-RSS.
XML-RSS is a perl5 module to create, update, and manipulate RDF Site
Summary (RSS) files.  It currently supports 0.9, 0.91, and 1.0
versions of the RSS spec.

Provided by Nathan Ahlstrom <nrahlstr@winternet.com> in PR #12638.
2001-04-16 19:03:38 +00:00
zuntum
3b73fa55cf o respect CFLAGS
o remove redundant line: WRKSRC=${WRKDIR}/${PKGNAME}, since ${PKGNAME}==${DISTNAME}
2001-04-16 18:54:37 +00:00
jtb
d8214c0d6a Add and enable p5-AppConfig. 2001-04-16 18:47:21 +00:00
jtb
0c581aa1b0 Initial import of p5-AppConfig.
AppConfig is a bundle of perl5 modules for parsing configuration files
and command line arguments.  It has a very powerful configuration file
processor and a simple, efficient mechanism for parsing command line
arguments.  It also will use the Getopt::Long module where available
to extend its own command line parsing abilities.

Provided by Nathan Ahlstrom <nrahlstr@winternet.com> in PR #12637.
2001-04-16 18:46:29 +00:00
jtb
75c251670c Add and enable p5-Text-Autoformat. 2001-04-16 18:32:05 +00:00
jtb
3e83f021f6 Initial import of p5-Text-Autoformat.
Text::Autoformat provides intelligent formatting of plaintext.  It also
supplies a replacement for the built-in perl format()'ing mechanism.  It
recognizes Internet quoting conventions, bulleting and numbering, and allows
for inter-word and inter-paragraph spatial adjustments, text justification,
and various capitialization schemes.

Provided by Nathan Ahlstrom <nrahlstr@winternet.com> in PR #12636.
2001-04-16 18:30:53 +00:00
jtb
3b1d81195f Add and enable p5-Mail-Sendmail. 2001-04-16 18:14:22 +00:00
jtb
b020bd0d08 Initial import of p5-Mail-Sendmail.
A platform independent Sendmail interface module.  This module will
allow you to send email from perl via sendmail.  The only requirement
is a network connection.  It has good error reporting abilities in
addition to good time zone detection.

Submitted by Nathan Ahlstrom <nrahlstr@winternet.com> in PR #12634.
2001-04-16 18:13:39 +00:00
jtb
06fe18410c Add and enable p5-Parse-Yapp. 2001-04-16 18:04:25 +00:00
jtb
a486a77db2 Initial import of p5-Parse-Yapp.
Yet Another Perl Parser compiler.  Compiles yacc-like LALR grammars to
generate Perl OO parser modules.  It lets you create Perl OO fully
reentrant LALR(1) parser modules (see the Yapp.pm pod pages for more
details) and has been designed to be functionally as close as possible
to yacc, but using the full power of Perl and opened for enhancements.

Package provided by Nathan Ahlstrom <nrahlstr@winternet.com> in PR #12635.
2001-04-16 18:03:25 +00:00
jtb
74e8bfadfe Add and enable p5-Pod-POM. 2001-04-16 17:41:41 +00:00
jtb
cb4502a584 Initial import of p5-Pod-POM.
This module converts POD documents into an object model format, known as
Pod Object Model (POM).  It builds a hierarchy of nodes, which represent
elements within each of the documents.

Submitted by Nathan Ahlstrom <nrahlstr@winternet.com> in PR #12640.
2001-04-16 17:40:41 +00:00
zuntum
f54b57770c Remove redundant index.html from HOMEPAGE url 2001-04-16 17:21:45 +00:00
zuntum
25b72ed9fb Mention in comment that it does unix2dos too (not only dos2unix) 2001-04-16 17:17:50 +00:00
jtb
a6987cfda3 Use teTeX-[0-9]* in BUILD_DEPENDS as teTeX-* expands to a number of packages.
pari.el only works for GNU Emacs.
2001-04-16 15:43:55 +00:00
jtb
1963127842 This depends on Emacs. It doesn't install properly for XEmacs yet. 2001-04-16 15:32:27 +00:00
kei
5583e92d63 * Updated to latest stable release 1.4.2.
* Added japanese category by request from author.  FreeBSD ports is in there,
  too.
* MASTER_SITE/HOMPAGE has been changed.
2001-04-16 14:41:01 +00:00
manu
4a5aad854f Fixed a mistake in the PLIST 2001-04-16 12:27:07 +00:00
manu
67a6930f80 We now check that /emul/linux/lib/ld.so.1 exists, and add a link from
/emul/linux to /usr/pkg/emul/linux if not.
2001-04-16 11:52:55 +00:00
tron
f7725fcbf5 Reorder include path to avoid build problems on systems with "gettext-lib"
package installed following a hint by John Darrow. This fixes PR pkg/12675
my myself.
2001-04-16 11:35:35 +00:00
zuntum
057a011d70 Update devtodo to 0.1.4:
* Added version checking so that the binary won't accept databases from
  future versions. The actual behaviour is that minor revision differences
  produce a warning while major revision differences cause an error.
* Added a patch from Arthur Korn that allows the bash scripts to cd into
  directories with spaces.
* Fixed a few man page problems, again courtesy of Arthur (I swear this
  guy doesn't sleep!)
* Changed primary binary to 'devtodo', with a convenience symlink, 'todo'.
  Also changed the man page filename to reflect this. The user should see
  no actual difference though, as symlinks with the old names exist.
* Fixed a bug where todo would segfault if ^D was pressed while editing a
  line. Thanks to Matt Kraai for picking this up. The problem was due to
  not handling a NULL return value from readline.
* More man page fixes (this time, thanks again go to Matt).
* You can now specify more than one item index on the command line as
  seperate arguments. Previously, a comma was required and if multiple
  arguments were used the last one was used. Arthur picked this one up.
* Added parsing of /etc/todorc (actually, the location is specified by the
  --sysconfdir argument to configure, so it will probably be
  /usr/local/etc/todorc on most peoples systems).
* Added awareness of the TODORC environment variable. This specifies the
  RC file to parse on startup. TODORC=$HOME/.todorc is the default
  behaviour. This idea was thanks to Claude. Claude also suggests, quite
  rightly, that it would be useful for specifying a system-wide todorc
  file by putting TODORC=/etc/todorc in /etc/profile or somewhere similar.
* Added two new arguments for modifying the database used. The first is
  --database <file> which is used to change the default filename used. eg.
  --database .todo is the default behaviour. The other is
  --fallback-database <file> which specifies the database to use if no other
  can be found. By default there is no fallback database. Both of these
  options can be specified in the .todorc.
* Environment variables can now be used in the ~/.todorc. This is especially
  useful for something like 'fallback-database $HOME/.todo'.
* Finally fixed the bug where &gt; and &amp; were not being correctly
  interpreted.
* Fixed a long-time bug where wraptext() was wrapping the first
  line prematurely.
* Fixed a bug where if the sort order changed, visible indices would not match
  parameter indices.
* --verbose now displays time between when an item was created and when it was
  completed.
* Added --date-format for formatting the display of dates (currently only used
  with --verbose). The format is that used by strftime(3) but if strftime is not
  available on a system, ctime(3) is used.
* Added fully-featured sorting via the --sort parameter. It is now possible to
  sort on pretty much anything you can think of; creation time, completed time,
  duration of item, text body, priority and whether an item is done or not.
* Added --paranoid option that enables some warnings about permissions. This
  is in response to a user request to not make the .todo file group/world
  accessible. This option will make devtodo warn the user if such a database
  is created.
* Removed --sync and --no-sync. You can generate the TODO file with --TODO.
2001-04-16 08:00:43 +00:00
tron
d1eff9ecae Don't try to build the "openssl" package if we got "openssl-0.96a" in the
base system
2001-04-16 03:03:07 +00:00
itojun
2d1c3d7b0d bump version number from 1.11nb1 to 1.11nb2, for IPv6 support addition.
suggested From: Matthias Scheler <tron@zhadum.de>
2001-04-16 02:49:43 +00:00
tron
626fa3419c Update "mutt-unstable" package to version "1.3.17.20010415i". A list of
the changes can be found in the "ChangeLog" file. This snapshot contains
the fix for bug#472 fixed by "patch-aa" before.
2001-04-16 01:47:17 +00:00
tron
70ade72ca6 Use direct dependence on "libtool-base" package instead of "USE_LIBTOOL"
under Solaris to avoid circular dependence.
2001-04-16 00:57:48 +00:00
tron
a6bb98db40 Invert new variable "LIBTOOL_REQD" analogous to "PKGTOOLS_REQD" for the
required version of the "libtool" package.
2001-04-16 00:55:37 +00:00
dmcmahill
fc5a1a7e79 remove this as part of update to 1.0r (forgot to cvs rm first) 2001-04-16 00:12:33 +00:00
dmcmahill
a0ee707a4a update to tpasm-1.0r
Changes are (note our patch got included in < 1 day!):


Fixed ldx offset by y instruction in 6502 processor
(Thanks Andrew)

Makefile was updated so that .o files always end up in
their respective directories (Thanks Dan)

Makefile was updated to use patterns for locating processors and
output file formats. This allows processors and output file formats to
be added to the assembler simply by placing their source files into
their respective directories. Everything else is automatic.
2001-04-16 00:11:50 +00:00
agc
204aad3edc Use the same package Makefile setting for TMPDIR that the ispell-base
package uses.

Fixes PR 12617 from Greg Woods
2001-04-15 21:22:15 +00:00