Commit graph

28718 commits

Author SHA1 Message Date
grant
f63811400c update to 1.3.99 2002-05-04 00:37:02 +00:00
jtb
7be7a23d83 Add and enable imapfilter. 2002-05-04 00:04:44 +00:00
jtb
b5d0a9cefa Initial import of imapfilter.
IMAPFilter is a mail filtering utility. It connects to remote mail
servers using the Internet Message Access Protocol (IMAP). Based on
the user defined filters it checks messages residing on a remote IMAP
mailbox and processes them in various ways.
2002-05-04 00:03:29 +00:00
jtb
7b9f91d9b4 Add and enable gri. 2002-05-03 23:46:18 +00:00
jtb
c72750f620 Initial import of gri.
Gri is a language for scientific graphics applications.  By 'language'
I mean that it is a command-driven application, as opposed to a
click/point application.  It is analogous to latex or tex, and shares
the property that extensive power is the reward for tolerating a
modest learning curve.  Gri output is in industry-standard PostScript,
suitable for incorporation in documents prepared by various text
processors.

Gri can make x-y graphs, contour-graphs, and image graphs.  In
addition to high-level capabilities, it has enough low-level
capabilities to allow users to achieve a high degree of customization.
Precise control is extended to all aspects of drawing, including
line-widths, colors, and fonts.  Text includes a subset of the tex
language, so that it is easy to incorporate Greek letters and
mathematical symbols in labels.
2002-05-03 23:45:10 +00:00
jtb
142a7dae3b Update to version 1.34. Changes since 1.32:
- The function whos() didn't work in the previous release,
  for which reason there is this early bug fix release now.

- Since introduction of KShallowObjectArray in 1.32, I forgot to
  increase the constant 12 to 13 in #define pair(ka,kb) ... in
  objarithm.C. Result: E.g., 2/x where x is undefined did not produce
  error message but silently evaluated to 0. There could be other much
  more obscure errors also. Now the constant 12 is no longer
  hard-coded but is defined to be int(Kundef)+1. This works as long as
  Kundef remains the last in enum Tkind (object.H).  There is comment
  telling it...  - in tela.C:FindMachineNan(), using switch()
  statement can cause compile-time error due to duplicate case labels,
  fixed now by rewriting switch() as nested if's (tela.C)
  (This is in code segment that was put in tela only in the previous
  release.)

- some changes to allow compilation with gcc-3.0 (contributed by Ch. Spiel)
2002-05-03 23:32:12 +00:00
jtb
f8a0903fc5 Update to version 4.1r5.
New Features and Changes:
========================

o The following Vdata routines were added:

     VSsetblocksize/vsfsetblsz -- sets the block size of the
                                  linked-block element.
     VSsetnumblocks/vsfsetnmbl -- sets the number of blocks for
                                  a linked-block element.
     VSgetblockinfo/vsfgetblinfo -- retrieves the block size and the number
                                    of blocks of a linked-block element.

o  Two routines were added to get compression information for the SD and
   GR interfaces, including chunked elements: SDgetcompress/sfgcompress
   and GRgetcompress/mggcompress.

   Note:

   - For a JPEG image, GRgetcompress only returns the compression type, not
     the compression information (i.e, quantity and force_baseline).  This
     information is not currently retrievable.

   - Getting compression type for JPEG chunked images is not working yet.

o  "hdp dumpgr" has a new option, -pd, to print palette data only.  Also,
   whenever option -p or -pd is given, only palettes are printed, and no
   images or file attributes.

o  A new FORTRAN function, heprntf (HEprint), was added.  It takes two
   arguments: file name and level.  If the file name string has 0 length,
   then error messages will be printed to standard output.

o  A memory leak in the netCDF portion of the HDF/mfhdf distribution
   was fixed.

o  The "#define NULL" was removed since ANSI C compilers are required to
   define NULL.

o  When using "hdp dumpgr", data was being printed in the range of 0-250
   when it should have been between 0-168.  This problem is now fixed.
2002-05-03 23:14:52 +00:00
jtb
6c84e5b562 Add buildlink infrastructure. 2002-05-03 22:59:53 +00:00
jtb
b90a25e924 Update to version 3.1.2.
Changes made from patch level 1 to patch level 2:

1. Fixed bug in -makedcls option that allowed a buffer overflow when
   module names exceed 20 characters.

2. Minor changes to source code to clean it up and make it compatible
   with C++.

3. Fixed bug that caused crash when number of statement labels in a
   subprogram exceeded 2000.

4. Fixed bug that could cause access violation on some systems, if
   program contains variable names starting with AA or AB.

5. Fixed bug in handling a labeled END DO statement that matches a
   DO statement that doesn't use a label.

6. Changed license from "BSD"-like to "MIT."
2002-05-03 22:47:15 +00:00
jtb
f34c1a55ba Add buildlink infrastructure. 2002-05-03 22:44:04 +00:00
jtb
a34d49dfce Update to version 1.47.01. Changes since 1.47d include:
- New program Iget to retrieve documents by docid
- Fixed spurious output from Isearch -t option
- Fixed score calculation for Boolean searches
- Added -l parameter to zpresent to accept docids from a file
- Fixed a bad return state that caused a segfault when no files were
  found to index.
- Added improved entity replacement code to STRING class (J. Tyler)
- Improved algorithm for generating URL from path in EOS_GUIDE doctype
- Added hook for VIDB KeyLookup method
- Initial release of zpresent
- Fixed bug in EOS_GUIDE doctype which caused searches to sometimes fail
- Modified zpresent.dtd to stick the source field in the individual
  result elements, rather than on the container results element.
- Added method Result::GetVKey for virtual databases so you can tell
  which constituent they came from.  It's an egregious hack which just
  stuffs the database number at the front of the key so it can be
  included in the output from zsearch and parsed by zpresent.
- Rearranged some of the XML presentation for the FGDC doctype Summary
  element set
- Added a path->URL translation to EOS_GUIDE doctype to facilitate links
  back to original (crawled) source documents
- Cleaned XML text of characters which should be entities
- Added zsearch program for XML search output
- Added initial version of NASA EOS/Guide doctype
- Removed some extraneous output from vidb.cxx
- Added CIPC doctype for NASA/CIP Collection metadata
- Added delimiter to Isearch output (J. Millard)
- Improved XML results presentation in FGDC doctype
2002-05-03 22:36:08 +00:00
jtb
d9b8d85ce1 Update to version 4.4.5. Also include important NAD27 data files as
suggested by Wolfgang Rupprecht in PR 16498.  The other changes
are mostly bugfixes.
2002-05-03 22:20:06 +00:00
jtb
d342dc6405 Update to version 1.4.1. Numerous bug fixes since 1.3. 2002-05-03 22:03:08 +00:00
hubertf
ed75026f1f Update silc-server pkg to 0.8.4. Changes:
changes in silc-server package:
===============================

- upgraded to version 0.8.4
- added generic startup script for Solaris and Linux (i can't test it on
  Darwin/Mac OS X because i don't have any.. please let me know if it works
  for you. thanks)

  You will need to copy ${PREFIX}/etc/rc.d/silcd to appropriate location in
  your system and do neccessary actions to enable it.

  e.g. Solaris: copy ${PREFIX}/etc/rc.d/silcd to /etc/init.d/ and make links
                in /etc/rc2.d/, /etc/rc1.d/, /etc/rc0.d/.

changes in silc-server since 0.8.1:
===================================

* Fixed a bug in library where sending a bogus authentication
  payload would lead to a crash.

* Fixed a bug in the fetch_logging() config callback.

* Drop root privileges when started in foreground.  Don't drop them
  if debugging also.

* Added better error logging in rekey protocol.

* Do not check public key types in SKE during rekey.

* Fixed the rekey protocol with PFS, which was totally broken.

* Fixed a negative refcount situtuation for the config context.

* Fixed memory leaks from config object.

* Added support for adding new connections to the server in rehash.

  After rehash they take effect.

* Added support for changing the maximum allowed connections in
  rehash.  The number can grow but going smaller is not supported.

* Added preliminary checking during config parsing for a valid
  public/private key and removed further checks in the code.

* Fixed silc_net_gethostbyaddr to correctly resolve by
  address.

* Fixed the notify relaying to client.  The HMAC to be used
  with relayed packets ws wrong and caused decryption failure
  at the client end.

* Fixed the silc_log_quick handling in the logging routines.
  It didn't log quickly when it was TRUE. Also the flush delay
  was set even if it was 0 in config file.

* Added support for changing key pair of the server in rehash.

* Fixed the TOPIC_SET notify to not crash.  It changed the topic
  too early, before getting the channel entry.

* Added rehash support. Added function silc_server_rehash() that
  will perform all the basic tasks of the rehashing procedure.

* Added command line option `-x, --hexdump'. This will enable the
  SILC_LOG_HEXDUMP calls that are no longer enabled with `--debug'.
  The option `--hexdump' implies `--debug'.

* Fixed a bad bug in the logging APIs (silcutil library) where
  the application would crash after calling silc_log_reset_all().


Contributed by Lubomir Sedlacik <salo@xtrmntr.org> in PR 16612
2002-05-03 22:02:49 +00:00
zuntum
674cbe92f2 Use something more decent than "ezmlm-*" in DEPENDS line 2002-05-03 22:01:42 +00:00
hubertf
75fac49990 Update silc-client to 0.8.6. Changes:
changes in the silc-client package:
===================================

- upgraded to 0.8.6
- separate PLIST files for perl support and crypto modules
- make it compile on Solaris
- minor cleanups

changes in the silc-client since 0.8.3:
=======================================

* Merged irssi crash fixes on /QUIT.

* Fixed a bug in library where sending a bogus authentication
  payload would lead to a crash.

* Do not check public key types in SKE during rekey.

* Fixed the Irssi SILC Client to use the silc_get_username and
  silc_get_real_name insted of glib routines since the glib
  routines only corrupt stack.  Fixes the Irssi SILC to work in
  Cygwin.

* Fixed the Irssi to not use g_get_home_dir since it crashes
  or returns garbage on cygwin and corrupts stack.  Added function
  get_home_dir to Irssi routines.

* Fixed the KICKED notify handling in client library to
  correctly remove the channel and all entries from the
  channel when I was kicked.  This bug crashed the client.

* Fixed yet another but in KICKED notify handling to remove
  the kicked client correctly from the channel.

* Fixed the lib/silcmath/Makefile.am to include the MPI and GMP
  sources correctly to distribution.  Fixes --with-gmp option.

* Removed the manual rehashing from ID Cache, and changed it
  to use the SILC Hash Table's auto rehash feature.

* Fixed a bug in the silc_client_nickname_format function that
  handles the multiple same nickname formatting.  Two clients
  with same nickname caused problems after the first one left
  and rejoined.  It didn't format the nickname correctly.

Changes contributed by Lubomir Sedlacik <salo@xtrmntr.org> in PR 16611
2002-05-03 21:51:56 +00:00
jtb
9246be9e38 Update to version 1.1.1. From the NEWS file:
* What is new in gsl-1.1.1:

** Fixes to histogram2d stat functions

** Added missing prototypes for complex LU determinant functions

** Improved error handling in multifit routines

** Added check to avoid division by zero for rank-deficient matrix in
multifit iteration

* What was new in gsl-1.1:

** The permutation module now includes a copy function
gsl_permutation_memcpy

** The implementation of gsl_sf_gamma_inc has been improved and now
avoids problems caused by internal singularities which occurred in the
series expansion for some combinations of parameters.

** IEEE comparisons of infinities and NaNs are tested during the
configure stage and the functions gsl_isnan, gsl_isinf and gsl_finite
are only compiled on platforms which support the necessary tests.

** The histogram routines now include a sum function,
gsl_histogram_sum for computing the total bin sum, and additional
statistics functions for 2d histograms.

** Internal error checking of user-defined functions has been improved
in the multiroots functions.

** Constants now include the Bohr Radius and Vacuum Permittivity.

** Range checking is now turned off when building the library, but is
still on by default when compiling user applications.

** A combinations directory has been added for generating combinations (n,k).

** The gamma function now returns exact values for integer arguments.

** Fixed bugs in gsl_sf_hyperg_1F1_int and gsl_sf_hyperg_1F1.

** Fixed internal error handling in gsl_sf_laguerre_n to allow
recovery from overflow.

** Several routines for handling divided difference polynomials have
been added to the poly/ directory.

** The interpolation routines now include polynomial interpolation,
based on divided-differences.

** Added new random number generators from Knuth's Seminumerical
Algorithms, 3rd Edition: borosh13, coveyou, fishman18, fishman20,
fishman2x, knuthran, knuthran2, lecuyer21, waterman14.

** Changed divisor in random number generator gfsr4 from 2^32-1 to
2^32 to prevent exact value of 1.0 from being returned, as specified
in the documentation.
2002-05-03 21:41:31 +00:00
jtb
f239da72d8 Update to version 5.0.5. Too many changes to list here. 2002-05-03 21:31:02 +00:00
jtb
715b904db8 Update to etach-1.2.6. Changes include:
* etach is now considered stable
* new customization group
* compatability changes for Emacs 21.1.
2002-05-03 21:15:28 +00:00
jtb
62d91ea8fa Add buildlink.mk for hdf5. 2002-05-03 20:52:59 +00:00
jtb
133865a291 Update to version 1.4.3. Changes include:
* Changed internal error handling macros to reduce code size of library by
      about 10%.
* API changes.
* Performance improvements
* ``h5cc'' script which helps compilation of HDF5 programs
* Bug fixes.
2002-05-03 20:51:33 +00:00
zuntum
ea0bd2a961 Update virus definitions to version "4201" 2002-05-03 18:44:24 +00:00
fredb
b2fbcaa5db These two packages really only need GNU "as" 1.11 or newer to build on
NetBSD-1.5.*, so pull in the build-time dependency on binutils and gcc
conditionally on the version reported by ${AS}. For that case, set
${GCC_EXEC_PREFIX} in the build environment, and pass in an "--as="
argument to "configure", to make absolutely sure the new "gas" gets used.
2002-05-03 18:00:50 +00:00
fredb
b376746088 Let this package build on NetBSD-1.5.*, too (with same patch as committed
to "mplayer").
2002-05-03 17:54:18 +00:00
zuntum
466dbc8497 Additional documentation (from different tarball) has been moved
to new "epic4-doc" package; this package installs now only basic manpages
and scripts.

Reduces installed package's size by 1MB.
2002-05-03 15:52:11 +00:00
zuntum
2a454e9bc3 Add & enable epic4-doc 2002-05-03 15:50:31 +00:00
zuntum
def084cfdb Initial import of epic4-doc-1.0 as pkgsrc/chat/epic4-doc
This package provides additional documentation and help files
for use with epic4 package (those have been splitted up from existing
epic4 package).

At present epic4 installs basic documentation and scripts,
while epic4-doc installs *additional* help files.
2002-05-03 15:50:00 +00:00
taca
6e3cc19bff - replace using INSTALL with MESSAGE.
- Share version with ../qpopper/Makefile.common.
2002-05-03 15:11:05 +00:00
taca
38b5c7d22e Qpoper package update. There is no functional change.
- Utilize bsd.pkg.install.mk.
- Honor PKG_SYSCONFDIR.
2002-05-03 15:09:49 +00:00
schmonz
981b7fa63c As discussed with jlam, set the mailer to "/usr/sbin/sendmail" by
default, and inform the user that it might be necessary to edit
${PKG_SYSCONFDIR}/sendit.sh.
2002-05-03 14:57:45 +00:00
wiz
1b86884d40 Enable for NetBSD-*-i386, after mtrr workaround. 2002-05-03 14:52:04 +00:00
wiz
c8e4dfde7c Comment out the mtrr parts on NetBSD versions that don't support them.
Might make mplayer work on 1.5.2 and similar.
2002-05-03 14:50:42 +00:00
taca
1b1e41cb58 Add manual page to PLIST. 2002-05-03 14:19:18 +00:00
taca
94c055cd9c Update rats package to 1.4. Changes from news release.
April 22, 2002

New releases of RATS and EGADS

RATS 1.4 and EGADS 0.9 have been released. In addition to bugfixes for
both RATS and EGADS, RATS 1.4 includes additional win32 functions in
the database.
2002-05-03 14:14:23 +00:00
wiz
4540456ef9 Depends on gnome-print-lib>=4.2.1 to compile. 2002-05-03 13:52:14 +00:00
wiz
9f81580007 Use MASTER_SITE_SOURCEFORGE. 2002-05-03 13:50:12 +00:00
taca
dfd93e5674 Update p5-Jcode pacakge to 0.80.
$Revision: 0.80 $ $Date: 2002/05/03 00:19:55 $
! Jcode.pm    MANIFEST
+ t/length.t
  Jcode->jlength() method added by Miyagawa-kun
  Message-Id: <863cxal6c5.wl@mail.edge.co.jp>
! Changes
  More like that is used in Encode
2002-05-03 13:44:47 +00:00
wiz
c3e5f37ae6 Use MASTER_SITE_SOURCEFORGE. 2002-05-03 13:44:40 +00:00
markd
378c19dfe3 Substitute ${PREFIX}/etc -> ${PKG_SYSCONFBASE} 2002-05-03 12:52:01 +00:00
drochner
de7e32cc2a add gimp-print-cups 2002-05-03 12:46:02 +00:00
drochner
66a1709845 initial import of CUPS support for gimp-print 4.2.1 2002-05-03 12:45:21 +00:00
agc
c2c474c2fb Be consistent throughout the file with line continuations and whitespace.
No functional changes.
2002-05-03 12:44:01 +00:00
drochner
397bb01a5e update to 4.2.1:
-bugfixes
-translations for Slovak, Greek, and Dutch
-quality improvements (for Epson printers)
2002-05-03 12:43:04 +00:00
markd
ba3781530e Add etc/Makeconf to REPLACE_BUILDLINK. Fixes pkg/16620 2002-05-03 12:34:39 +00:00
mrauch
1d22265f7f Add my site to MASTER_SITES as the source tarball is disappearing from
the main distribution site.
2002-05-03 11:55:19 +00:00
mjl
2e5be5744f Update to 2.20, as per PR/16422 by Klaus Heinz.
Updated rules, german translation, improved base64 parsing.
UNIX domain sockets for spamc/spamd, spamd/spamd.raw spamd children
close listening socket, miscellaneous new rules, MIME parsing problem
with "--" at start of line, PerMsgStatus.pm: Non infinite looping patch
for MIME block fix, and several more bugfixes.
2002-05-03 11:48:35 +00:00
zuntum
3c2461c441 Alter PATCH_SITES 2002-05-03 11:00:23 +00:00
zuntum
6d5ad777ec Switch MASTER_SITES from my homepage to MASTER_SITE_LOCAL 2002-05-03 10:59:31 +00:00
wiz
209e86a61a Fix apm handling, per pkg/16626 from Joachim Koenig-Baltes. 2002-05-03 10:56:38 +00:00
zuntum
8c9fa3b578 Switch MASTER_SITES from my homepage to MASTER_SITE_LOCAL 2002-05-03 10:55:17 +00:00