Commit graph

19257 commits

Author SHA1 Message Date
agc
18ea9c7e79 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 10:22:24 +00:00
agc
4274f13ce5 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 10:10:18 +00:00
agc
5092342d3d + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
+ include distfile filesizes in distinfo
2001-04-17 09:56:50 +00:00
zuntum
55cc8fb718 MD5 to SHA1 in patches' section of distinfo 2001-04-17 09:42:44 +00:00
agc
c9f2a674d0 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
+ include distfile filesizes in distinfo
2001-04-17 09:27:04 +00:00
zuntum
5e68f74e7a Forgot to cvs rm patch-sum 2001-04-17 09:24:02 +00:00
zuntum
f5c18832fc + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
+ include distfile filesizes in distinfo
2001-04-17 09:22:47 +00:00
skrll
762dcf774a Use /dev/audio in kmidi not /dev/dsp 2001-04-17 09:22:32 +00:00
agc
5c6d9ebbfd + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
+ include distfile filesizes in distinfo
2001-04-17 09:11:05 +00:00
agc
dc170907cc Distinfo changes.
+ move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
+ include distfile filesizes in distinfo

If there's no distinfo file (the name comes from FreeBSD, no point in
being gratuitously incompatible), then use existing files/{md5,patch-sum}
files.
2001-04-17 09:07:01 +00:00
hubertf
38dac5c281 Note that pkg_install can be installed w/o the text set installed if
NOMAN=YES is set in the environment.
2001-04-17 08:18:30 +00:00
tron
414df668ac "autoconf" is not required to build this package under Solaris because
the "configure.in" isn't modified by the IPv6 patch.
2001-04-17 07:49:46 +00:00
tron
e1974d465f Disable the IPv6 patch under Solaris because it is not backward compatible
and causes build failures on systems with IPv6 but without KAME API.
2001-04-17 07:44:03 +00:00
jtb
c215ff9f5e Seems to have got mixed up with p5-XML-RSS. I'm not sure what happened. 2001-04-17 01:01:35 +00:00
jtb
67890d4f0c Add and enable dcdflib.f 2001-04-17 00:20:41 +00:00
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