summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-01-21apcupsd, a daemon to manage and monitor APC UPSes.bouyer15-0/+485
2000-01-21Add and enable xmx.agc1-1/+2
2000-01-21Initial import of xmx, the X11 Protocol Multiplexor, into the NetBSDagc5-0/+54
packages collection. From the homepage: XMX provides a WYSIWIS (What You See Is What I See) environment; it paints the same graphics on all participating displays. The shared client applications appear to each participant in a virtual root window which is subject to local window management. In this way, the shared X session coexists with each user's private X session.
2000-01-21Add and enable "fetchmailconf".fredb1-1/+2
2000-01-21Initial import of fetchmailconf-5.2.4, a GUI for fetchmail. This pythonfredb5-0/+36
(py-Tk) script used to be installed with fetchmail-5.2.3 and earlier. It's now factored out, into it's own package, so that it can pull in all the required depencies to run without adding all that baggage to fetchmail.
2000-01-21Factor out "fetchmailconf", as suggested by Hubert Feyrer, so thatfredb5-17/+21
fetchmailconf can be made usable by naive users without forcing this package to depend on py-Tk (and X). Incidently update to 5.2.4: * Fix bug introduced in 5.2.2 that stopped --syslog from working. * Update for es.po, fr.po, cs.po. * Message-string macros eliminated from driver.c so gettext can see them. * Various useful to version reporting & configure.in fixes by Chip Salzenberg. * Bernhard Rosenkraenzer's fix for broken Kerberos V configuration. * Make --logfile work in foreground.
2000-01-21put back RCS Idjdolecek1-0/+2
2000-01-21Upgrade to vigor-0.010jdolecek4-8/+7
List of changes: Modified EULA, changed fractional cm screen specs to pixel counts, use libtcl82 if found, look for uint8_t etc
2000-01-21The vigor strip ran on jan 8th, not 4th.hubertf1-1/+1
Pointed out by Assar Westerlund.
2000-01-21fix breakage. KAME patch was for 5.1.1, and have already integrateditojun1-1/+1
into 5.2.1 (so no longer needed).
2000-01-21net/netperf:itojun6-34/+18
Rick Jones' <raj@cup.hp.com> network performance benchmarking package (IPv6-ready when USE_INET6 - will be revisited when we change USE_INET6 to something else)
2000-01-21Update to Exim 3.13:ad2-5/+5
New Features in Exim 3.13 ------------------------- 1. There is a new option called auth_always_advertise, available when Exim is compiled with AUTH support, which defaults TRUE. If it is set FALSE, then Exim advertises the AUTH command in response to EHLO only if the calling host is in auth_hosts or host_auth_accept_relay (assuming Exim is configured with some authenticators). Otherwise it does not advertise AUTH, though it is prepared to accept it. Certain mail clients (e.g. Netscape) require to the user to provide a name and password for authentication if AUTH is advertised, even though it may not be needed (the host may be in host_accept_relay, for example). Unsetting auth_always_advertise makes these clients more friendly in these circumstances. 2. The appendfile transport has a new option called allow_fifo. When set, it permits delivery to named pipes (FIFOs) as well as to regular files. If no process is reading the named pipe at delivery time, the delivery is deferred. 3. The smartuser now has qualify_preserve_domain, which works the same as it does for aliasfile and forwardfile. 4. The exim_dbmbuild utility now has a -noduperr option. If set, duplicates in the input do not cause the return code to be non-zero. Changes in Exim 3.13 -------------------- 1. Incoming SMTP timeouts were getting disabled after certain kinds of verification. 2. The "senders" setting on directors and routers was getting string expanded twice, by mistake. This mattered if after the first expansion there was a \ or a $ in the string (e.g. in a regex). 3. Exim could crash if any rewriting rules that applied to envelope recipients referred to the contents of any header lines. 4. If an attempt to authenticate using PAM failed because of some error condition, Exim was accepting rather than rejecting the authentication. 5. Exim crashed if a test for first_delivery or queue_running in an expansion string was part of an "or" group of which an earlier condition succeeded. 6. LDAP fallover to multiple servers in ldap_default_servers was not working if an LDAP lookup included initial parameter settings for user, password, time, etc. 7. A ${hash_n:xxx} expansion did the wrong thing if n was less than the length of xxx, screwing up later text in the expansion string. 8. The second argument of the pam_converse() function is defined without a leading "const" in Solaris, unlike Linux. This is now parameterized so that different OS can use different values, and thereby avoid compile-time warnings. 9. A missing data string for PAM could cause a crash instead of passing back an empty string. 10. A lookup defer while processing sender_reject was giving a 550 error code to MAIL instead of 451. For sender_reject_recipients, a lookup defer was rejecting recipients (with 550); now it gives a 451 to the MAIL command. If there is a lookup defer while processing host_reject_recipients, it now rejects the call instead of rejecting the recipients (so there will be a retry later). If there is a lookup defer while checking host_accept_relay, the rejection now uses 451 instead of 550. 11. A couple of 450 codes have been changed to 451. 12. Add "(another process is handling this message)" to "Spool file is locked" to try to forestall the FAQ. 13. When looking up an IP address for a host obtained from MX records in an IPv6-aware version of Exim, it deferred if the AAAA lookup deferred; now it goes on to try for the A record in that circumstance. If either record is found, it is happy (both are used if present); deferral happens only if one of them deferred and the other did not succeed. Both must fail outright for it to conclude that there is no available IP address. 14. The sed commands in the Makefile were not quoting their arguments, so if, for example, something like MV_COMMAND was set to a string containing white space, the command fell over. This change means that the quotes set up for EXIWHAT_EGREP_ARG get passed through into the munged script, so remove the ones in the script. (We can't remove those in Makefile-Default because we can't then have leading white space in the value.) 15. Some monitor parameters had been overlooked in the default settings in the eximon script, and not set up so that they could be overridden by environment variables with names EXIMON_xxxx. 16. Made exiwhat sort process ids numerically. On some systems duplicate information gets output, so remove duplicate lines in the output. 17. For filter testing (-bf and -bF) output the sender and recipient address at the start, to avoid confusion. 18. Implemented auth_always_advertise (default TRUE). 19. If an address became local through routing (e.g. via self=local) and it then passed through a filter which did no significant deliveries, it got passed back to the routers instead of on to the next director. 20. Add the sender address to the log message for log_refused_recipients, because recipients_reject_except_senders means that it might matter. 21. Add allow_fifo to appendfile to allow delivery to named pipes. 22. Reword "unavailable filtering command X" as "filtering command X is available only in system filters". 23. Added qualify_preserve_domain to smartuser, to make it the same as aliasfile and forwardfile. 24. Added -noduperr to exim_dbmbuild, to prevent an error return just for duplicate keys.
2000-01-21from latest kame kititojun8-0/+146
2000-01-21upgrade to 1.1p2.itojun4-28/+5
reviewed by: feico (maintainer)
2000-01-21add relays.mail-abuse.org to the list of checked domain names.itojun3-5/+6
2000-01-21update to even newer 1.3a5, install more documentation.wiz3-5/+13
Changes: small bugfixes.
2000-01-21install more documentationwiz2-2/+10
2000-01-21Document UPCLIENT_LOGIN, UPCLIENT_PASSWORD, UPCLIENT_HOSTIDhubertf1-1/+9
2000-01-21Make this package match reality (V4.07).hubertf9-89/+146
A big THANKS to who told me that our client is upto date some weeks ago...
2000-01-21pth-current updated to 1.3a4. Changes: Bugfixes, and (much)wiz4-11/+11
documentation added to pthread man page.
2000-01-20Order dependences properly.tron1-2/+2
2000-01-20Add missing dependence on "gnome-core" to get the "panel_applet" library.tron1-1/+2
2000-01-20Add missing dependence on "gtkglarea" package.tron1-1/+2
2000-01-20Use "${LN} -fs" instead of "${LN} -s" so that an interrupt configuretron1-2/+2
stage can be redone.
2000-01-20Update to version 0.36b14.1.soren4-21/+24
2000-01-20This client runs better as non-root. (Mmm, paranoia striking... :-)hubertf1-1/+1
2000-01-20update URLhubertf1-1/+1
2000-01-20Don't define HAS_CONFIGURE and GNU_CONFIGURE at the same time.hubertf1-2/+1
This will place packages in /usr/local ...
2000-01-20Update "gnome-core" package to version 1.0.55. Changes since versiontron5-38/+53
1.0.53: - greek and galician translations - use TCP wrappers
2000-01-20Make this compile on sparc and work better on alpha. Unfortunately,pooka2-6/+7
not fully functional on either.. yet.
2000-01-20Update "libgtop" package to version 1.0.6. Changes since version 1.0.5:tron5-14/+30
- compilation fixes for FreeBSD. - updated reference manual.
2000-01-20Update "gnome-libs" package to version 1.0.55.tron5-51/+19
2000-01-20Update for yet another change of the directory structure on the GNOME FTPtron1-2/+2
servers.
2000-01-20Fix a patch, and regenerate patch checksum.agc2-6/+6
2000-01-20Modified to include the extra files that a BSD-style make(1) installs.agc1-1/+3
2000-01-20There are times when libtool is complete overkill. This is one of them.agc1-1/+2
Use a BSD-style makefile for this package.
2000-01-20There are times when libtool is complete overkill. This is one of them.agc4-37/+26
Use a BSD-style Makefile for this package.
2000-01-20Fix typo in MASTER_SITES.agc1-2/+2
Fixes PR 9254 from Brian Stark
2000-01-20Update to skkinput-2.03.itohy2-5/+5
Requested by Minoura Makoto.
2000-01-20Also build and install javadoc-generated API documentation.jwise2-4/+38
While here, fix typo which was causing un-substituted MESSAGE_FILE to be shown
2000-01-20Shorter COMMENT to fit within 80 characters in pkg_info output.jwise1-1/+1
2000-01-20add & enable avltreehubertf1-1/+2
2000-01-20AVLtree is a small, malloc-based, in-memory index package generallyhubertf7-0/+77
like B-trees and hash tables. The interface resembles that of the BPLUS (B-tree) index package. Index creation options are: - fixed-length binary keys OR variable-length string keys - unique OR duplicate keys - with duplicate keys: standard (void *) pointers for each key OR instance-counting (saves time and memory) Key insert/search time is O(log N). Package submitted in PR 9252 by wrstuden@netbsd.org, assembled by Bill Ross.
2000-01-19Remove redundant dependences.tron1-4/+1
2000-01-19Add missign "@dirrm" for "lib/gphoto".tron1-1/+2
2000-01-19Make this program compile and work on Solaris.agc2-7/+15
2000-01-19include Makefiles with LICENSE with -R, update to 1.99abs3-11/+17
2000-01-19Don't install ex and vi manpages, instead, install a vigor manpage.hubertf2-7/+40
Noted by pooka.
2000-01-19this conflicts with vigorhubertf1-1/+3
2000-01-19Add USE_X11=yespooka1-1/+3