Commit graph

8918 commits

Author SHA1 Message Date
tron
e03a1b8bb4 Update "db" package to version 2.7.7. This version version fixes several
bugs discovered since version 2.7.3.1.
1999-11-23 09:57:06 +00:00
rh
ba5ac97cd1 Add and enable xmon 1999-11-23 07:43:38 +00:00
rh
a2bcf8998f Import of xmon-1.5.4, an interactive X protocol monitor. 1999-11-23 07:42:24 +00:00
rh
1f8306d5b7 Add and enable xscript. 1999-11-23 07:37:35 +00:00
rh
bc0a605ab1 Import xscript-19930228, an X script recording and playback tool. 1999-11-23 07:32:55 +00:00
hubertf
9c6b227807 Add camediaplay, get_ds7, photopc, fujiplay.
(All stuff for digital cameras)
1999-11-23 04:23:01 +00:00
hubertf
50ec168598 A program to download pictures from some Fujifilm digital cameras,
like the DS-7, MX-500 and MX-700, using the serial link.  It can
also "press the shutter", upload images to the camera, or delete
images from the camera.
1999-11-23 04:22:13 +00:00
hubertf
1a957f6370 GET_DS7 is a program package to get the data of pictures sequentially
from FUJIFILM DS-7(DS series) and to put them into each file.
It is programmed with Perl.

The following are required to use this program:

        - perl5.004 or later and POSIX module.
        - FUJIFILM RS232C interface cable(depend on IF-DS7/W).

Though this program has developed for DS-7, it may be available for
other FUJIFILM DS series digital cameras(ex. DS-220A,DS-8,DS-10,DS-20,
DS-30,DS-300,FinePix700,Apple QuickTake200). Fuji MX-500 also works.

"DS-7" means DS series digital cameras in this document.
1999-11-23 04:20:23 +00:00
hubertf
60ec28851c This is a library and a command-line frontend to manipulate digital
still cameras based on Fujitsu chipset and Sierra Imaging firmware.  The
program is known to work with Agfa, Epson, Olympus, Sanyo and Nikon (at
least CoolPix 900, but not CoolPix 600!) cameras.
1999-11-23 04:19:33 +00:00
hubertf
fe9d6744bb camediaplay
Camediaplay is a data downloading tool (via serial) for Sanyo
        digital camera engine.
        It should work with:
        - Olympus C-400/400L/800L, D-200L/300L
        - Olympus C-410L
        - Olympus C-420L/820L, D-220L/320L
        - Epson CP-100/200/500
        - Sanyo DSC-V1/VPC-G1
        - Agfa ePhoto307

REPORTING BUGS
        Please use one of the following methods:
        - via http://www.itojun.org/cgi-bin/gnats-send-pr
        - via e-mail to: itojun@itojun.org

AUTHOR
        Copyright(c) 1997 by Jun-ichiro Itoh.  All rights reserved.
        Jun-ichiro itojun Itoh <itojun@itojun.org>
	(hi :-)
1999-11-23 04:18:10 +00:00
rh
bce5565193 Add remark that this requires NetBSD-current. 1999-11-23 00:25:56 +00:00
dmcmahill
35b83b8278 document PKG_FC variable for selection of the fortran compiler 1999-11-22 23:43:31 +00:00
dmcmahill
2595a8be59 - Add USE_FORTRAN variable. In packages which need a fortran compiler to build,
USE_FORTRAN should be set in the package Makefile.  The logic added by this
  commit will choose a fortran compiler to use and set the correct dependency
  rather than having this selection scattered across each package which needs
  a fortran compiler.
- Add PKG_FC variable.  By setting PKG_FC in /etc/mk.conf, users can force the
  selection of which fortran compiler gets used by the package system.  If not
  specified, PKG_FC defaults to f2c-f77 on pre-1.4 systems that did not include
  /usr/bin/f77.  In addition PKG_FC defaults to f2c-f77 on newer systems since
  f77 is still somewhat buggy.  When /usr/bin/f77 becomes more stable, the
  default should be changed from f2c-f77 to f77.
1999-11-22 23:42:21 +00:00
rh
64c71e4da3 At the moment, this package works for NetBSD-current only. 1999-11-22 22:22:21 +00:00
rh
3bcc10bff1 Add missing '/' to MASTER_SITEs 1999-11-22 22:20:08 +00:00
soren
0f24fde104 Do not assume . is in the $PATH. 1999-11-22 21:27:44 +00:00
rh
c3cfcdbc5d add and enable staroffice 1999-11-22 21:27:43 +00:00
rh
94640941ea Import of staroffice-5.1a, a full-fledged office suite available for i386.
This package currently supports the 'en' (english) and 'de' (german)
languages.
1999-11-22 21:23:48 +00:00
itojun
9683e5c7b6 net/totd: DNS proxy that supports IPv6 <==> IPv4 record translation.
XXX the pkgsrc Makefile requires USE_INET6 in mk.conf at this moment,
as the program is meaningful only if you have IPv4/v6 dual-stack support.
I'm not sure if it actually requires IPv6 in kernel...
1999-11-22 21:07:53 +00:00
itojun
cf55c1a1a4 from KAME/netbsd latest tree 1999-11-22 21:04:01 +00:00
jdolecek
56e3f05994 regen 1999-11-22 20:32:05 +00:00
jdolecek
1b9210e83c the libtool staff pulled into KDE 1999-11-22 20:31:31 +00:00
jdolecek
c296624bdd pulled into KDE 1999-11-22 20:31:03 +00:00
jdolecek
ed595fd45b regen 1999-11-22 20:27:42 +00:00
jdolecek
d7c53bc3bc the libtool staff pulled into KDE 1999-11-22 20:27:23 +00:00
tron
141f613c97 Update "vim-gtk" package to version 5.5 using patches supplied by
Antti Kantee in PR pkg/8832. Changes since version 5.4:
- Support for a mouse scroll wheel in X11 (GTK, Athena and Motif). Should
  also work in an xterm when translations are installed.
- Support for decompression of bzip2 files in the example vimrc file.
- Handling of patch numbers, they show up in the ":version" output.
- Uninstall program for MS-Windows, for those that have a problem with the
  "Edit with Vim" popup menu entry.
And many bug fixes!  This version is aimed at stability.
1999-11-22 18:57:43 +00:00
hubertf
03a0fee9a7 Enable acroread. 1999-11-22 16:20:06 +00:00
rh
0aaef8eb1f regen. 1999-11-22 15:02:56 +00:00
agc
5b6f548c2f Define the DIST_SUBDIR to be ${PKGNAME}, rather than straight "ne".
This means that there will be no problems with checksums on the
distribution files when the package is upgraded.
1999-11-22 13:34:51 +00:00
rh
cfbb70929d Recommend to upgrade to bind-8.2.2p5 not p3. 1999-11-22 12:05:59 +00:00
agc
2e66df838d Cosmetic change - the list of installed packages includes a trailing
whitespace - don't duplicate the whitespace.
1999-11-22 12:02:46 +00:00
agc
b3abd3149f Regenerate two patch files, to ensure they can be applied without a
fuzz factor, and rtemove the fuzz factor definition from the package
makefile.
1999-11-22 11:23:41 +00:00
agc
260d332664 Split patches one per source file.
Remove fuzz from patches.
Remove PATCH_FUZZ_FACTOR definition.
1999-11-22 11:11:32 +00:00
agc
bca2c528b9 Delete erroneous PATCH_FUZZ_FACTOR definition. 1999-11-22 10:38:35 +00:00
tron
d3c59ca776 Add "ftp.fu-berlin.de" to master site list. 1999-11-22 08:57:24 +00:00
tron
a4f86da30c Update "vim" package to version 5.5 using patches supplied by Antti Kantee
in PR pkg/8832. Changes since version 5.4:
- Support for a mouse scroll wheel in X11 (GTK, Athena and Motif). Should
  also work in an xterm when translations are installed.
- Support for decompression of bzip2 files in the example vimrc file.
- Handling of patch numbers, they show up in the ":version" output.
- Uninstall program for MS-Windows, for those that have a problem with the
  "Edit with Vim" popup menu entry.
And many bug fixes!  This version is aimed at stability.
1999-11-22 08:49:12 +00:00
hubertf
1694e904cc When we're making a _binary_ package, say so. 1999-11-22 02:42:30 +00:00
jwise
b4150924f4 Update to pine-4.21. Changes from pine-4.20:
New in Pine

   Version is mainly intended to fix bugs introduced in previous
   versions.

   Bugs that have been addressed in this release include:

     * 'N' flag not preserved across sessions
     * 'N' flag not cleared when messages containing non-text pieces
       viewed
     * Sort failure using non-UW IMAP servers
     * Linux port: failure to recognize resized display
     * Problems with quoted /user= argument in smtp-server config
     * Transient (e.g., mistyped password) authentication failures not
       reported
     * Rare cases of deleted header lines reappearing after ^X in
       Composer
     * Customized headers Bcc, To, Cc and Lcc not shown when posting news
     * Problem with role pattern vs. color patterns in a file
     * Problem with color display vs. single line scrolling
     * Last line of one-page message not displayed in rare cases
     * Text in Reply/Forward of encapsulated multipart/alternative and
       signed missing
     * Failure to recognize list management headers in sorted folder
     * Attachments sometimes marked for deletion when scoring in use
     * Delayed notification of messages filtered from Inbox to current
       folder
     * WhereIs to start or end of Folder List screen didn't
     * PC-Pine crash selecting text from secondary window
     * PC-Pine instances of "FOLDER CLOSED DUE TO ACCESS ERROR"

   General improvements include:

     * Filter performance and interface tuning:
          + User-Interface changes to avoid accidental deletion of mail
          + Action Folders local to PC-Pine no longer require
            double-backslashes
          + Improved expunge performance with filters enabled
     * NNTP performance improvements in MESSAGE INDEX screen
     * Role Command (#) improvements
     * Improved display of addresses containing comma in personal name
     * Numerous Text/HTML parser improvements
     * Continued help text improvements
1999-11-22 01:01:51 +00:00
jwise
3cffd30290 Update to Pico-3.7, from pine-4.21 1999-11-22 00:59:42 +00:00
tron
4c146821fb Update "gtkstep" package to version 1.10:
- fixes some small bugs
- three theme configuration options have been added:
  - enable/disable NeXTSTEP(R) style lists with dark background
  - enable/disable NeXTSTEP(R) style scrollbars (on the bottom left)
  - enable/disable GTK+ style prelighting if mouse is over top of widget
1999-11-22 00:46:50 +00:00
tron
bbc1b79bee Update home page URL. 1999-11-22 00:27:35 +00:00
tron
8c2bf0423a Update "thttpd" package to version 2.05 using patches supplied by
Michael Santos in PR pkg/8801. Chances since version 2.04:
- New el-cheapo virtual hosting feature.
- Assorted bug fixes - non-anchored wildcard matching, truncated CGI
  output, throttling, authorization cache, daemonization, date-header
  parsing.
- Option to write pid to a file, re-open log file on SIGHUP.
- Now looks for index files from a list, instead of only index.html.
- Simple config file.
1999-11-21 23:03:37 +00:00
tron
001d077201 Use wildcard dependence for "apache" package. 1999-11-21 22:12:57 +00:00
tron
a18ca017b2 Update Apache package to version 1.3.9 (SSL Module 2.4.8) using patches
suppled by SUNAGAWA Keiki in PR pkg/8819. This version mostly fixes
bugs discovered since version 1.3.6.
1999-11-21 22:09:26 +00:00
tron
8db5eec928 Make this package build on "a.out" systems. 1999-11-21 19:53:20 +00:00
frueauf
921fedbeab Update fetchmail to 5.1.4.
fetchmail-5.1.4 (Sun Nov  7 17:40:21 EST 1999), 18302 lines:
* Mike Pearce's patch to fix a compile-time error recently introduced into
  the socket code when HAVE_INET_ATON is off.
* Added warning to fetchmailconf autoprobe about a flaky Netscape IMAP server.
* Disable duplicate suppression when there is only one recognized recipient.

fetchmail-5.1.3 (Sun Oct 31 12:19:52 EST 1999), 18290 lines:
* Grant Edwards's patch to correct NTLM behavior.
* James Brister's fix for IP-address hostnames.
* Updated config.guess and config.sub.
* Backed out the 5.1.0 change to quote usernames with embedded spaces.
  It actually breaks things.
* Added to fetchmailconf a warning about Imail IMAP servers.
* SSL patches by Michael Warfield merged in.  Distribution still contains
  no crypto code.

fetchmail-5.1.2 (Thu Oct  7 09:46:07 EDT 1999), 17906 lines:
* Joe Loughry <loughry@uswest.net> sent a patch to handle multihomed machines.
* Changed mimedecode default to `off'; it seems that doing RFC2047 decoding
  on headers throws away information that the MUA may need to see.
* Change Received header parsing to no longer demand an embedded dot in
  a mailhost address.
* Incorporated Grant Edwards's ntlmlib-0.2 with fixes for byte-order problems.

fetchmail-5.1.1 (Wed Sep 29 11:52:06 EDT 1999), 17827 lines:
* Added workaround, fetchmailconf warning, and FAQ about Novell GroupWise.
* Consistently show dummy arguments on manual page.
* Fix lexer to permit `antispam -1'.
* John Cigas's delay patch to avoid a timing problem with plugins.
* During IMAP authentication, canonicalize both name and password.
* -A has been retired (goes with authenticate -> preauthenticate change).
* Check for both fetchall and keep on in daemon mode; reject this.
* Fixed a logfile bug dumping IMAP-LOGIN and IMAP-CRAM-MD5.
* Tolerate a tunable constant number of authorization failures before
  complaining and wedging.
1999-11-21 18:37:57 +00:00
frueauf
9620e8aec5 Update xscreensaver to 3.21.
Changes since 3.20:   * Tweaked the xscreensaver-demo UI (Gtk only.)
                      * Fixed a few visual selection bugs.  I think the proper
                        GL visual should be used with nVidia systems now.
                      * Made the Makefiles obey $install_prefix.
                      * Made the `xscreensaver.spec' file able to generate both
                        GL and non-GL packages simultaniously.
1999-11-21 16:49:11 +00:00
dmcmahill
51b85fac38 update patch-sum for new patches 1999-11-21 16:43:02 +00:00
dmcmahill
19cbab6b84 add missing patch-sum 1999-11-21 16:38:29 +00:00
tron
51403ffa8a Make this package build on "a.out" systems. 1999-11-21 16:14:18 +00:00