pkgsrc.git
24 years agoMerge from vendor branch TNF:
hubertf [Tue, 23 May 2000 17:20:45 +0000 (17:20 +0000)]
Merge from vendor branch TNF:
Import OpenSP, SGMP parser, successor to "sp".

24 years agoImport OpenSP, SGMP parser, successor to "sp".
hubertf [Tue, 23 May 2000 17:20:45 +0000 (17:20 +0000)]
Import OpenSP, SGMP parser, successor to "sp".

24 years agoadd missing file.
dmcmahill [Tue, 23 May 2000 16:46:52 +0000 (16:46 +0000)]
add missing file.

24 years agoAdd and enable xbeeb.
skrll [Mon, 22 May 2000 22:26:01 +0000 (22:26 +0000)]
Add and enable xbeeb.

24 years agoImport of xbeeb package.
skrll [Mon, 22 May 2000 22:13:12 +0000 (22:13 +0000)]
Import of xbeeb package.

Based on PR/10013 by Dave Sainty <dave@dtsp.co.nz> with improvements by
myself.

24 years agoMerge from vendor branch TNF:
skrll [Mon, 22 May 2000 22:13:12 +0000 (22:13 +0000)]
Merge from vendor branch TNF:
Import of xbeeb package.

Based on PR/10013 by Dave Sainty <dave@dtsp.co.nz> with improvements by
myself.

24 years agoAdd and enable drscheme
groo [Mon, 22 May 2000 20:28:06 +0000 (20:28 +0000)]
Add and enable drscheme

24 years agoR4RS-compilant and nearly R5RS-compliant scheme tailored for teaching
groo [Mon, 22 May 2000 20:26:59 +0000 (20:26 +0000)]
R4RS-compilant and nearly R5RS-compliant scheme tailored for teaching

TODO: Stop unecessary complete rebuild of mzscheme
      Fix games launch script

24 years agoMerge from vendor branch TNF:
groo [Mon, 22 May 2000 20:26:59 +0000 (20:26 +0000)]
Merge from vendor branch TNF:
R4RS-compilant and nearly R5RS-compliant scheme tailored for teaching

TODO: Stop unecessary complete rebuild of mzscheme
      Fix games launch script

24 years agoUpdate Apache JServ to version 1.1.1. Changes since version 1.1:
jwise [Mon, 22 May 2000 16:01:39 +0000 (16:01 +0000)]
Update Apache JServ to version 1.1.1.  Changes since version 1.1:

Apache JServ 1.1.1 - 18 May 2000
(Jon S. Stevens, Henner Zeller)

  * various RPM related changes to improve the process. Uses the latest
    version of the OSS JSDK library now.
  * Prevent NPE when the classloader is not properly created as a result of
    incorrect setup. Give a big list of things to check as an error
    message. (JSS)
  * The jserv.properties and zone.properties files can now "include=" other
    properties files by specifying the full path to the other properties
    files. (JSS)
  * The apache configuration file (Makefile.config) contains the
    information OSDIR, this tells where to look for specific includes, but
    jserv used a fixed path instead. Thanks to Jean-Fr\8ed\8eric Cl\8fre. (JSS)
  * Fixed a problem in the INSTALL documentation for building DSO. Thanks
    to Manoj for noticing this. (JSS)
  * Fixed Bug Id: mod_jserv/6099 Problem with serialization of sessions on
    class reload Thanks to Babak Kunze. (JSS)
  * Fixed possible problem with SessionID-uniqness on servers with heavy
    load (HZ)

Apache JServ 1.1.1b1 - 11 April 2000
(Stefano Mazzocchi, Jon Stevens, Craig McClanahan, Jean-Luc Rochat, Ed
Korthof, Pierpaolo Fumagalli, Bernie Bernstein, others...)

  * Win32 errors fixed (added WinSock 2 and removed bug in generated
    jserv.conf) Thanks to punkytse@geocities.com (PF)
  * Patchs to get jserv running on an BS2000 (EBCDIC mainframe from
    Siemens), along with several bug fixes. Integrated a proposed patch to
    solve Jserv polling interval, defunct JVM. Thanks to Jean-Frédéric
    Clère (JSS)
  * Added jserv_shmedit utility for modifying the shared memory file used
    in load balancing Thanks to Christos Zoulas (JLR)
  * extend ajpv12 : allow dynamic configuration of environment variables
    that can be sent to JServ (or Tomcat). Adds a new parameter :
    ApJServEnvVar localvarname remotevarname Will allow more flexible
    configuration (thanks to Ben Laurie and Aaron Stromas for pushing
    ideas). creates a new parameter : ApJServVMInterval (JServ polling
    frequency) that will be used to distinguish the VM timeout/VM test
    frequency.(JLR)
  * Fixed issues with SSL environment variable passing (JLR)
  * Fixed bug when I access the servlet via Apache the getRequestURI
    returns the URI and the query strings. Thanks to Freddie Mendoza (JSS)
  * fix for remote_host lookup. you have to have HostNameLookup On in the
    httpd.conf file for this to work properly. Thanks to Tyler Morrison
    (JSS)
  * fixed potential buffer overflow in jserv_balance. thanks to JSS for the
    find (JLR)
  * solved (at least I think) the double initialization (Unix) due to
    Apache defensive startup. We now start the JVM only in the 2nd pass.
    This works well if you take care to set the : ApJServVMTimeout value in
    jserv.conf big enough to start & initialize the servlet engine +
    servlets loaded at startup. This value is for me 10 seconds to start
    Tomcat, JServ works with 4. (JLR)
  * Fixed Bug Id: mod_jserv/5889 (jar files created with a ./org/ vs. org/)
    Thanks to Ian Darwin. (JSS)
  * AdaptiveClassLoader, now allows access to the lastModifiedTime of the
    .class file and also allows you to pass in a class loader in the
    constructor. Thanks to Adam Heath. (JSS)
  * Fixed issues with using a wildcard in the repositories. Thanks to Mike
    Jennings. (JSS)
  * fix for issues with loading resources from zip files. Thanks to Joel
    Bartley. (JSS)
  * fix for filtering of addresses. it actually can be null if the
    security.allowedAddress=DISABLED Thanks to dan wilks. (JSS)
  * Fixed issue when bindaddress is "*", I ran into a problem where running
    JServ -s do to a clean stop of the JServ process wouldn't work. The
    problem as far as I can tell is that "bindTo" returns null when
    bindaddress is "*." Thanks to bill odonnell. (JSS)
  * Fixed bug where backlog= setting was being used for the maxconnections.
    (JSS)
  * It was possible to be thrown a StringIndexOutOfBoundsException from
    HttpUtils.parseQueryString(), so we updated its callers to catch it.
    This happened when a query string contained a '%' as one of the last
    two characters. (BB)
  * RH 6.2 has a default apache installation with --enable-EAPI so build
    with it enabled in the .spec file (JSS)
  * Added new feature to allow people to set the domain= portion of a
    session cookie. (JSS)

24 years agoUpdate balsa to 0.8.0 (release). Changes are bugfixes, including checking
rh [Mon, 22 May 2000 09:04:54 +0000 (09:04 +0000)]
Update balsa to 0.8.0 (release).  Changes are bugfixes, including checking
of unavailable POP3 servers, messages with long To: fields, and random
crashes on sending mail.

24 years agoAdd and enable ttt.
sakamoto [Mon, 22 May 2000 03:57:12 +0000 (03:57 +0000)]
Add and enable ttt.

24 years agottt-1.4 - Tele Traffic Tapper
sakamoto [Mon, 22 May 2000 03:55:17 +0000 (03:55 +0000)]
ttt-1.4 - Tele Traffic Tapper

24 years agoMerge from vendor branch TNF:
sakamoto [Mon, 22 May 2000 03:55:17 +0000 (03:55 +0000)]
Merge from vendor branch TNF:
ttt-1.4 - Tele Traffic Tapper

24 years agoELF rpath fix.
sakamoto [Mon, 22 May 2000 03:47:55 +0000 (03:47 +0000)]
ELF rpath fix.

24 years agoFix for platforms that have $MACHINE != $MACHINE_ARCH, like macppc.
hubertf [Mon, 22 May 2000 02:05:38 +0000 (02:05 +0000)]
Fix for platforms that have $MACHINE != $MACHINE_ARCH, like macppc.

Patches sent in by SUNAGAWA Keiki <kei_sun@ba2.so-net.ne.jp> in PR 10168.

24 years agoFix building on machines where ${MACHINE} != ${MACHINE_ARCH}, like macppc.
hubertf [Mon, 22 May 2000 02:00:57 +0000 (02:00 +0000)]
Fix building on machines where ${MACHINE} != ${MACHINE_ARCH}, like macppc.

Patches sent in by SUNAGAWA Keiki <kei_sun@ba2.so-net.ne.jp> in PR 10168.

24 years agoUpdated vfu to 3.00. Changes:
hubertf [Mon, 22 May 2000 00:49:54 +0000 (00:49 +0000)]
Updated vfu to 3.00. Changes:

   3.00:  xx.Apr.2000

     % 0. Hello again! :)
          The VFU development was suspended nearly an year
          ago. Now it is resumed and a lot of changes took place!
          First of all -- VFU was completely rewritten/revised(!),
          so many (internal?) features were added, some removed,
          other changed. Below I will list some key features in
          this version, but probably I'll forget some things or
          else...

     % 1. There are no big changes in the user interface and feel.

     - 2. Now reading/extracting archives is removed from inside
          VFU to external (perl) utilities. This will help adding
          new archives and debugging existing ones.

     - 3. Now archives' structure is followed as the local file
          system, i.e. you will browse directory by directory
          but not the whole archive content as before. Perhaps
          option for recursive (whole content) browsing will be
          added in the future.

     + 4. Now you can cancel copy/move procedures at stage you
          want even during single file copy process!
          (It was not possible in older versions)

     ! 5. The rare problem of showing total percentages over 100%
          during copy/move is finally (and hopefully:)) fixed.

     + 6. Now files in archive can be masked and files mask can
          be changed inside archive.

     ! 7. Some access/terminal emulation problems are fixed.
          ( i.e. some `difficult' key functions are accessible
          and from menus etc. )

24 years agoFetchmail did not compile on i386 1.4Y with crypto-us. Made SSL optional.
kim [Sun, 21 May 2000 19:19:34 +0000 (19:19 +0000)]
Fetchmail did not compile on i386 1.4Y with crypto-us.  Made SSL optional.

24 years agoI don't see the lint libraries getting installed, and the linting
kim [Sun, 21 May 2000 16:50:04 +0000 (16:50 +0000)]
I don't see the lint libraries getting installed, and the linting
barfs on 1.4Y (at least), so don't lint at all.

24 years agoCVS has moved.
kim [Sun, 21 May 2000 15:27:30 +0000 (15:27 +0000)]
CVS has moved.

24 years agoupdated Makefile.netbsd file
wulf [Sun, 21 May 2000 13:59:37 +0000 (13:59 +0000)]
updated Makefile.netbsd file

24 years agoFixed bug which prevented dpbox to build succesfully on systems without
wulf [Sun, 21 May 2000 13:40:31 +0000 (13:40 +0000)]
Fixed bug which prevented dpbox to build succesfully on systems without
a valid cgi-bin directory.

24 years agoUpdated bluefish to release version 0.4
wulf [Sun, 21 May 2000 11:51:28 +0000 (11:51 +0000)]
Updated bluefish to release version 0.4

24 years agoUpdated bluefish to release version 0.4
wulf [Sun, 21 May 2000 11:39:45 +0000 (11:39 +0000)]
Updated bluefish to release version 0.4
package will now link against imlib library
several minor bug fixes

24 years agoUpdate to use MagicPoint 1.07a distribution.
wiz [Sun, 21 May 2000 11:07:01 +0000 (11:07 +0000)]
Update to use MagicPoint 1.07a distribution.
Provided by Takahiro Kambe in pkg/10164.

24 years agoMaster site path for distfiles changed
wiz [Sun, 21 May 2000 01:39:30 +0000 (01:39 +0000)]
Master site path for distfiles changed

24 years agoDon't let find descend into rm -r'd directories (noted in pkg/10151 by
wiz [Sun, 21 May 2000 00:48:32 +0000 (00:48 +0000)]
Don't let find descend into rm -r'd directories (noted in pkg/10151 by
Thilo Manske, who also provided the fix).  Also remove some distfiles,
since they don't seem to be available anymore.

24 years agoadd -Wl,--export-dynamic to LDFLAGS so the package can correctly
dmcmahill [Sat, 20 May 2000 23:05:40 +0000 (23:05 +0000)]
add -Wl,--export-dynamic to LDFLAGS so the package can correctly
work on ELF platforms.  Fixes recently noted i386-current and pmax
problems.

24 years agoDo not try to include old vm/vm_swap.h header in the UVM world.
abs [Sat, 20 May 2000 20:39:41 +0000 (20:39 +0000)]
Do not try to include old vm/vm_swap.h header in the UVM world.
Now builds on -current systems without old 1.4 headers still lying around.

24 years agoUpdate dependency on postgresql to >=6.5.3.
jlam [Sat, 20 May 2000 19:52:52 +0000 (19:52 +0000)]
Update dependency on postgresql to >=6.5.3.

24 years agoAdd PG_MB_ENCODING to determine the backend language encoding of
jlam [Sat, 20 May 2000 19:44:15 +0000 (19:44 +0000)]
Add PG_MB_ENCODING to determine the backend language encoding of
PostgreSQL.

24 years agoAdd missing file
jlam [Sat, 20 May 2000 19:37:13 +0000 (19:37 +0000)]
Add missing file

24 years agoUpdate tk-postgresql to 7.0
jlam [Sat, 20 May 2000 19:36:24 +0000 (19:36 +0000)]
Update tk-postgresql to 7.0

24 years agoUpdate tcl-postgresql to 7.0.
jlam [Sat, 20 May 2000 19:35:32 +0000 (19:35 +0000)]
Update tcl-postgresql to 7.0.

24 years agoAdd these patches back
jlam [Sat, 20 May 2000 19:34:21 +0000 (19:34 +0000)]
Add these patches back

24 years agoUpdate postgresql to 7.0. Also closes PR#8616. Changes from 6.5.3:
jlam [Sat, 20 May 2000 19:33:00 +0000 (19:33 +0000)]
Update postgresql to 7.0.  Also closes PR#8616.  Changes from 6.5.3:

   A HUGE number of bug/performance fixes and minor enhancements.

   Foreign Keys
          Foreign keys are now implemented, with the exception of PARTIAL
          MATCH foreign keys. Many users have been asking for this
          feature, and we are pleased to offer it.

   Optimizer Overhaul
          Continuing on work started a year ago, the optimizer has been
          overhauled, allowing improved query execution and better
          performance with less memory usage.

   Updated psql
          psql, our interactive terminal monitor, has been updated with a
          variety of new features. See the psql manual page for details.

   Upcoming Features
          In 7.1 or 7.2, we plan to have outer joins, storage for very
          long rows, and a write-ahead logging system.

   A dump/restore using pg_dump is required for those wishing to migrate
   data from any previous release. For those upgrading from 6.5.*, you
   can use pg_upgrade to upgrade to this release.

24 years agoTweak to match distribution.
kim [Sat, 20 May 2000 18:45:04 +0000 (18:45 +0000)]
Tweak to match distribution.

24 years agoThis is the version of the "& expansion in pw_gecos" fix that will be
kim [Sat, 20 May 2000 18:41:43 +0000 (18:41 +0000)]
This is the version of the "& expansion in pw_gecos" fix that will be
in future versions of mutt.

24 years agoMake the SSL option work...
kim [Sat, 20 May 2000 18:39:45 +0000 (18:39 +0000)]
Make the SSL option work...

24 years agoMake it possible to avoid SSL in mutt.
kim [Sat, 20 May 2000 17:39:21 +0000 (17:39 +0000)]
Make it possible to avoid SSL in mutt.

24 years ago-fix BUILD_DEPENDS to correctly include bison
dmcmahill [Sat, 20 May 2000 16:44:27 +0000 (16:44 +0000)]
-fix BUILD_DEPENDS to correctly include bison
-don't let make(1) set YACC (which then gets passed to configure) so
 configure can correctly find bison.

24 years agoThe distribution tarball changed contents without changing names. The
sommerfeld [Sat, 20 May 2000 13:32:14 +0000 (13:32 +0000)]
The distribution tarball changed contents without changing names.  The
"wrapper" script inside changed names from "zapwrap.sh" to "wrapzap".
Whack patches to match.

No release notes for this version appear to be available, either in
the tarball or on the web site.

24 years agoCompile this package without optimization under arm32 port because "egcs"
tron [Sat, 20 May 2000 11:02:07 +0000 (11:02 +0000)]
Compile this package without optimization under arm32 port because "egcs"
crashes otherwise.

24 years agoAdd a patch that should make it compile on m68k.
wiz [Sat, 20 May 2000 02:19:32 +0000 (02:19 +0000)]
Add a patch that should make it compile on m68k.
Addresses pkg/9964.

24 years agoFix permissions of shared files.
wiz [Sat, 20 May 2000 01:57:59 +0000 (01:57 +0000)]
Fix permissions of shared files.
Problem and solution from frodef@acm.org in pkg/10090.

24 years agoExpand & in pw_gecos.
kim [Sat, 20 May 2000 01:08:32 +0000 (01:08 +0000)]
Expand & in pw_gecos.

24 years agofind /dev/random, and use it
wiz [Fri, 19 May 2000 23:13:53 +0000 (23:13 +0000)]
find /dev/random, and use it

24 years agoadd www.openssh.com to MASTER_SITES; all mirrors don't have the file
wiz [Fri, 19 May 2000 21:36:10 +0000 (21:36 +0000)]
add openssh.com to MASTER_SITES; all mirrors don't have the file
anymore

24 years agoOn failed file retrieval, mention file that wasn't fetched
wiz [Fri, 19 May 2000 21:07:00 +0000 (21:07 +0000)]
On failed file retrieval, mention file that wasn't fetched

24 years agoUpdate gnome-print to 0.19. Changes include bugfixes and a new testprint
rh [Fri, 19 May 2000 16:19:46 +0000 (16:19 +0000)]
Update gnome-print to 0.19.  Changes include bugfixes and a new testprint
function.

24 years agoadd & enable blackbox
pooka [Fri, 19 May 2000 15:27:17 +0000 (15:27 +0000)]
add & enable blackbox

24 years agoBlackbox 0.51.3.1, a small and fast X11 window manager
pooka [Fri, 19 May 2000 15:25:16 +0000 (15:25 +0000)]
Blackbox 0.51.3.1, a small and fast X11 window manager
Provided by David Pickworth <djp@cpl.herston.uq.edu.au> in pkg/10011

24 years agoMerge from vendor branch TNF:
pooka [Fri, 19 May 2000 15:25:16 +0000 (15:25 +0000)]
Merge from vendor branch TNF:
Blackbox 0.51.3.1, a small and fast X11 window manager
Provided by David Pickworth <djp@cpl.herston.uq.edu.au> in pkg/10011

24 years agoUpdate to nedit 5.1.1. Notable changes include:
mjl [Fri, 19 May 2000 11:24:52 +0000 (11:24 +0000)]
Update to nedit 5.1.1. Notable changes include:

 - Significant extensions to the regular expression syntax.
 - Incremental search, and optional search bar.
 - New ctags code with full support for Exuberant Ctags, better
   handling of tag collisions, multiple tag file support, on-demand
   loading of tag files, and automatic reload of modified tag files.
 - Optional display of line numbers along the left side of the text.
 - NEdit can now read and write MS DOS format files.
 - New built-in syntax highlighting patterns for Lex, PostScript, SQL,
   Many syntax highlighting pattern improvements.
 - Improved international character set input
 - New macro subroutines: list_dialog, getenv, set_language_mode.
 - Optional warnings about external modifications to files
 - Clearcase awareness
 - Session manager restart capability
 - Default language mode "*" for user-defined menu items, allows
   per-language variations on a common base
 - Allow additional modifiers like Sun diamond key in user defined
   accelerators
 - Option to sort open previous menu.
 - -geometry and -iconic command line arguments act per-window, and
   can be specified via nc
 - -geometry now specified in characters, rather than pixels
 - -lm (language mode) command line option
 - Save As dialog defaults to same file name
 - .nedit file version mechanism to make future upgrades easier
 - Crash on large amounts of data fed to shell command which does not
   take input
 - Delayed secondary windows when executable statements specified in
   users .neditmacro file
 - Many corrections to online help
 - Many highlight patterns corrections
 - Using window close box in file open/save dialogs leaves nedit server
   unresponsive
 - escape in macro dialogs can cause macro hang
 - Lesstif-specific fixes: attachment warnings in font selector,
   Work around replace dialog focus bug.
 - NEdit no longer maintains original protection settings on files.  It
   allows them to be changed externally.

24 years agoUpdate to 15.0bl2.
wiz [Fri, 19 May 2000 11:03:44 +0000 (11:03 +0000)]
Update to 15.0bl2.
Changes: Bugfixes, better man page, code cleanup.
Fixes pkg/10153.

24 years agoEnable fping
abs [Fri, 19 May 2000 10:21:14 +0000 (10:21 +0000)]
Enable fping

24 years agoMerge from vendor branch FREEBSD:
abs [Fri, 19 May 2000 10:20:36 +0000 (10:20 +0000)]
Merge from vendor branch FREEBSD:
fping 1.20 - Quickly ping many hosts w/o flooding the network

24 years agofping 1.20 - Quickly ping many hosts w/o flooding the network
abs [Fri, 19 May 2000 10:20:36 +0000 (10:20 +0000)]
fping 1.20 - Quickly ping many hosts w/o flooding the network

24 years agoUpdate to 0.1.9.
itohy [Fri, 19 May 2000 07:34:35 +0000 (07:34 +0000)]
Update to 0.1.9.
Mainly bug fixes, it seems....

24 years agoUpdate "squid" package to version 2.3 STABLE 3. Changes since 2.3 STABLE 2:
tron [Fri, 19 May 2000 07:18:56 +0000 (07:18 +0000)]
Update "squid" package to version 2.3 STABLE 3. Changes since 2.3 STABLE 2:
- You can now toggle the 'offline_mode' option from the cache manager.
- Added the 'minimum_object_size' option. Files smaller than this size are
  not cached.
- If your firewall doesn't allow passive FTP transfers, you can tell Squid
  to use PORT instead by turning the 'passive_ftp' option off.
- Some Cisco IOS versions expect to receive WCCP packets with version set
  to three. The 'wccp_version' option allows you to change it, from the
  default value of four.

24 years agoAdd share/doc/html, analogous to the same directory in the base tree.
jlam [Fri, 19 May 2000 04:11:41 +0000 (04:11 +0000)]
Add share/doc/html, analogous to the same directory in the base tree.

24 years agoUpdate imap-uw to 4.7c2.
jlam [Fri, 19 May 2000 03:58:58 +0000 (03:58 +0000)]
Update imap-uw to 4.7c2.

The most notable user-visible change is the ability of the ipopd daemon to
forward requests to the imapd daemon, thus allowing POP2 and POP3 mail
clients to check IMAP mail.

Most notable operational changes from earlier versions:
 . New, faster mailbox update logic is now available for the unix driver
    on UNIX and Amiga.  The old way is still being done for MMDF and the
    unixnt driver on NT.
 . External file locking is now available via a setgid mail program named
    /etc/mlock (this is defined by LOCKPGM in the c-client Makefile).  If
    c-client is unable to create a <mailbox>.lock file in the directory
    by itself, it will try to call mlock to do it.  A sample mlock program
    is part of the imap-utils.  This is primarily for the benefit of those
    paranoid souls who have their mail spool directories protected 775
    instead of the recommended 1777.
 . SASL authentication is supported in the IMAP and POP3 servers, and in
    the IMAP, POP3, and SMTP client code.  There is no support for NNTP
    SASL yet
 . CRAM-MD5 is supported by default for IMAP and POP3 clients.  To enable
    server support, read file imap-4.7/docs/md5.txt
 . The mbox driver is now enabled by default.  If the file "mbox" exists on
    the user's home directory and is in UNIX mailbox format, then when INBOX
    is opened this file will be selected as INBOX instead of the mail spool
    file.  Messages will be automatically transferred from the mail spool file
    into the mbox file
   To disable this behavior, delete "mbox" from the EXTRADRIVERS list in the
    top-level Makefile and rebuild
 . IMAP4rev1 protocol is now supported.  The UNIX format support now maintains
    unique identifiers (UIDs) and keyword flags for each message, and keeps an
    invisible message at the start of the file which contains the UID base
    information and a list of assigned keywords.  There is no way to disable
    this behavior, since it would disable IMAP4rev1 support.  This message may
    show up if you access the mailbox as a file using older mail software (e.g.
    Pine 3.9x).  It is invisible with IMAP or POP access, or with access as a
    file using Pine 4.0x.
 . Support for additional mailbox formats
 . No longer keeps entire mailbox in memory for UNIX format files
 . Multilingual searching of the following charsets are supported:
US-ASCII, UTF-8, ISO-8859-1, ISO-8859-2, ISO-8859-3, ISO-8859-4,
ISO-8859-5, ISO-8859-6, ISO-8859-7, ISO-8859-8, ISO-8859-9,
ISO-8859-10, ISO-8859-11, ISO-8859-13, ISO-8859-14, ISO-8859-15,
KOI8-R, KOI8-U (alias KOI8-RU), TIS-620, VISCII,
ISO-2022-JP, ISO-2022-KR, ISO-2022-CN, ISO-2022-JP-1, ISO-2022-JP-2,
GB2312 (alias CN-GB), CN-GB-12345, BIG5 (alias CN-BIG5),
EUC-JP, EUC-KR, Shift_JIS
   All ISO-2022-?? charsets are treated identically, and support ASCII,
    JIS Roman, hankaku katakana, ISO-8859-[1 - 10], TIS, GB 2312, JIS X 0208,
    JIS X 0212, KSC 5601, and planes 1 and 2 of CNS 11643.
   EUC-JP includes support for JIS X 0212 and hankaku katakana
 . Fast sorting including IMAP server-based sort
 . Fast ordered-subject threading including IMAP server-based threading

24 years agoApply modification by Toshihiro Kanda, to be upgraded to 1.2.
itohy [Thu, 18 May 2000 22:51:42 +0000 (22:51 +0000)]
Apply modification by Toshihiro Kanda, to be upgraded to 1.2.
New animal(?): BSD Daemon.

24 years agoSlightly improve an added character.
itohy [Thu, 18 May 2000 22:47:25 +0000 (22:47 +0000)]
Slightly improve an added character.

24 years agoUpdate to 1.4.1. Changes include:
mjl [Thu, 18 May 2000 13:20:10 +0000 (13:20 +0000)]
Update to 1.4.1. Changes include:

New intrinsic function: strreplace.
SLang_roll_stack and SLang_reverse_stack functions made public.
SLang_free_function added.
src/slrline.c: Keybindings for ESC O A, etc added.
src/slsmg.c: SLsmg_write_nstring: avoid many loops if an extremely
large value is passed (> 0x7FFFFFFF).
src/slregexp.c made thread safe
src/slsmg.c: Cursor was not always properly positioned when
after SLsmg_touch_lines called.
If terminal does not have erase to eol capability, then use spaces.
doc/tm/strops.sl: doc for strcat updated to reflect its ability to
    concatenate N strings.
src/slsmg.c: bug involving SLsmg_set_screen_start fixed.
src/slparse.c: parser was failing to catch misplaced `}'.

24 years ago*** empty log message ***
mjl [Thu, 18 May 2000 10:14:32 +0000 (10:14 +0000)]
*** empty log message ***

24 years agoUpdate to 2.2.4. This makes it work for me, previous versions just
mjl [Thu, 18 May 2000 10:11:05 +0000 (10:11 +0000)]
Update to 2.2.4. This makes it work for me, previous versions just
didn't seem to do so.

24 years agoAdd & enable kbanner.
itohy [Thu, 18 May 2000 09:15:01 +0000 (09:15 +0000)]
Add & enable kbanner.

24 years agoKbanner is a program like banner(1) or banner(6), which
itohy [Thu, 18 May 2000 09:08:10 +0000 (09:08 +0000)]
Kbanner is a program like banner(1) or banner(6), which
 1. reads input from files, not from the command-line string,
 2. supports JIS X 0208

 ,,  ,,,;,,,;,,,       ;
  ';    '   '    ;'''''''''''';
,,    ;''';''';  ' ,,,,,,,,,, '
 ';   ;,,,;,,,;          ,;'
   ,  ,,,,;,,,, ,,,,,,,;;,,,,,,,
  ,; ,,,,,;,,,,,       ;
 ,;     ,; ;,          ;
,;   ,,;'   ';,,     ,,;

    (kanji) characters, and
 3. supports decoding MIME encoded ISO-2022-JP strings.

If you are on X11, the "nil2" font is your friend. :-)

24 years agoMerge from vendor branch TNF:
itohy [Thu, 18 May 2000 09:08:10 +0000 (09:08 +0000)]
Merge from vendor branch TNF:
Kbanner is a program like banner(1) or banner(6), which
 1. reads input from files, not from the command-line string,
 2. supports JIS X 0208

 ,,  ,,,;,,,;,,,       ;
  ';    '   '    ;'''''''''''';
,,    ;''';''';  ' ,,,,,,,,,, '
 ';   ;,,,;,,,;          ,;'
   ,  ,,,,;,,,, ,,,,,,,;;,,,,,,,
  ,; ,,,,,;,,,,,       ;
 ,;     ,; ;,          ;
,;   ,,;'   ';,,     ,,;

    (kanji) characters, and
 3. supports decoding MIME encoded ISO-2022-JP strings.

If you are on X11, the "nil2" font is your friend. :-)

24 years agomake it run on current/ELF
wiz [Thu, 18 May 2000 00:09:06 +0000 (00:09 +0000)]
make it run on current/ELF

24 years agomake it compile with gimp-current, change dependency to gimp>=1.0.4
wiz [Wed, 17 May 2000 21:52:23 +0000 (21:52 +0000)]
make it compile with gimp-current, change dependency to gimp>=1.0.4

24 years agoUse run time library path for PBM libraries.
tron [Wed, 17 May 2000 19:03:25 +0000 (19:03 +0000)]
Use run time library path for PBM libraries.

24 years agoUse normal instead of build dependence for "netpbm" package because
tron [Wed, 17 May 2000 18:54:00 +0000 (18:54 +0000)]
Use normal instead of build dependence for "netpbm" package because
"pgmtorle", "ppmtorle" and "rletoppm" get linked with the shared
library.

24 years agoDefine deprecated symbol "unix".
tron [Wed, 17 May 2000 18:50:36 +0000 (18:50 +0000)]
Define deprecated symbol "unix".

24 years agoInstalling header file "shhopt.h" so that building 3rd party PBM
tron [Wed, 17 May 2000 18:41:22 +0000 (18:41 +0000)]
Installing header file "shhopt.h" so that building 3rd party PBM
applications will work.

24 years agoAdd and enable swarm
agc [Wed, 17 May 2000 12:58:46 +0000 (12:58 +0000)]
Add and enable swarm

24 years agoInitial import of Michael Dales' swarm, a software arm6 core emulator,
agc [Wed, 17 May 2000 12:58:10 +0000 (12:58 +0000)]
Initial import of Michael Dales' swarm, a software arm6 core emulator,
into the NetBSD packages collection.

24 years agoMerge from vendor branch TNF:
agc [Wed, 17 May 2000 12:58:10 +0000 (12:58 +0000)]
Merge from vendor branch TNF:
Initial import of Michael Dales' swarm, a software arm6 core emulator,
into the NetBSD packages collection.

24 years agoAdd homepage URL.
tron [Wed, 17 May 2000 10:26:36 +0000 (10:26 +0000)]
Add homepage URL.

24 years agoUpdate "netpbm" package to version 9.2. There are too many changes and
tron [Wed, 17 May 2000 10:13:24 +0000 (10:13 +0000)]
Update "netpbm" package to version 9.2. There are too many changes and
bug fixes to list here. Main new features are shared libraries, JPEG
and JBIG support.

24 years agoFix permissions of the documentation directory after installation.
tron [Wed, 17 May 2000 10:06:44 +0000 (10:06 +0000)]
Fix permissions of the documentation directory after installation.

24 years agoSolaris has no group wheel, so we have to extend the sed line in the Makefile
veego [Wed, 17 May 2000 09:22:28 +0000 (09:22 +0000)]
Solaris has no group wheel, so we have to extend the sed line in the Makefile
and change the chgrp command.

24 years agoSplit the chown user:group into two call: chown and chgrp
veego [Wed, 17 May 2000 09:09:42 +0000 (09:09 +0000)]
Split the chown user:group into two call: chown and chgrp

24 years agoUpdate to 1.1.21 + latest patches to voice extensions.
fredb [Wed, 17 May 2000 03:43:49 +0000 (03:43 +0000)]
Update to 1.1.21 + latest patches to voice extensions.

Numerous tweaks, minor bug fixes.

24 years agoSupport bzip2 compressed patch files.
fredb [Wed, 17 May 2000 03:32:43 +0000 (03:32 +0000)]
Support bzip2 compressed patch files.

24 years agoRegenerated (no patch-af).
jdc [Tue, 16 May 2000 20:28:01 +0000 (20:28 +0000)]
Regenerated (no patch-af).

24 years agoReducing the termcap buffer from 2048 to 1024 bytes breaks with the new
jdc [Tue, 16 May 2000 20:27:34 +0000 (20:27 +0000)]
Reducing the termcap buffer from 2048 to 1024 bytes breaks with the new
termcap code.
Leaving it at 2048 is OK for older code, as that truncates the entry to
1024 bytes anyway.

24 years agoUpdate to 1.60
abs [Tue, 16 May 2000 19:36:47 +0000 (19:36 +0000)]
Update to 1.60

24 years agoUpdate to 1.0.1. No functional change, only take the fact into account
hubertf [Tue, 16 May 2000 16:02:05 +0000 (16:02 +0000)]
Update to 1.0.1. No functional change, only take the fact into account
that pkg_add now leaves the INSTALL script for future use, and doesn't
delete it any more.

24 years agoMake it work on Solaris.
veego [Tue, 16 May 2000 14:46:44 +0000 (14:46 +0000)]
Make it work on Solaris.

24 years agoAdd back patch to find fortune even if not in $PATH.
hubertf [Tue, 16 May 2000 13:32:07 +0000 (13:32 +0000)]
Add back patch to find fortune even if not in $PATH.
Noted by Dan McMahill.

24 years agoIn the event of multiple non current versions of a package being found, take
abs [Tue, 16 May 2000 11:41:08 +0000 (11:41 +0000)]
In the event of multiple non current versions of a package being found, take
the one iwth the highest number as 'best'

24 years agoUpdate xjman to 0.5
sakamoto [Tue, 16 May 2000 11:20:03 +0000 (11:20 +0000)]
Update xjman to 0.5
Changes:
XFree86 3.3.6 base.

24 years agoUpdate "gnapster" package to version 1.3.9. Changes since version 1.3.8:
tron [Tue, 16 May 2000 06:05:06 +0000 (06:05 +0000)]
Update "gnapster" package to version 1.3.9. Changes since version 1.3.8:
- Local and remote resume support
- New browse method that uses a tree-style view instead of list
- Completely rewritten download and queue code-
- Security hole fixed that allowed users to view arbitrary files (I HIGHLY
  suggest updating to Gnapster 1.3.9)
- Many minor changes everywhere
- Internal bug fixes

24 years agomake makepatchsum
tsarna [Tue, 16 May 2000 01:12:15 +0000 (01:12 +0000)]
make makepatchsum

24 years agoInitial import of pkg for sqsh 1.7:
tsarna [Tue, 16 May 2000 01:07:05 +0000 (01:07 +0000)]
Initial import of pkg for sqsh 1.7:

Sqsh (pronounced skwish) is short for SQshelL (pronounced s-q-shell), it
is intended as a replacement for the venerable 'isql' program supplied
by Sybase.  It came about due to years of frustration of trying to do
real work with a program that was never meant to perform real work.

Sqsh is much more than a nice prompt, it is intended to provide much of
the functionality provided by a good shell, such as variables,
redirection, pipes, back-grounding, job control, history, command
completion, and dynamic configuration.  Also, as a by-product of the
design, it is remarkably easy to extend and add functionality.

24 years agoMerge from vendor branch TNF:
tsarna [Tue, 16 May 2000 01:07:05 +0000 (01:07 +0000)]
Merge from vendor branch TNF:
Initial import of pkg for sqsh 1.7:

Sqsh (pronounced skwish) is short for SQshelL (pronounced s-q-shell), it
is intended as a replacement for the venerable 'isql' program supplied
by Sybase.  It came about due to years of frustration of trying to do
real work with a program that was never meant to perform real work.

Sqsh is much more than a nice prompt, it is intended to provide much of
the functionality provided by a good shell, such as variables,
redirection, pipes, back-grounding, job control, history, command
completion, and dynamic configuration.  Also, as a by-product of the
design, it is remarkably easy to extend and add functionality.

24 years agoInitial import of pkg for FreeTDS 0.50:
tsarna [Tue, 16 May 2000 01:03:47 +0000 (01:03 +0000)]
Initial import of pkg for FreeTDS 0.50:

FreeTDS is a free (open source, LGPL-licensed) implementation of
Sybase's db-lib, ct-lib, and ODBC libraries.  Currently, dblib and ctlib
are most mature.  Both of these libraries have several programs know to
compile and run against them.  ODBC is just a roughed in skeleton, and
not useful for real work.

FreeTDS will run at protocol versions 4.2, 4.6, or 5.0 and thus can
access both Sybase and Microsoft SQL-Servers.  Experimental support for
TDS 7.0 (the version used by MS SQL Server 7.0) is now included.