summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-09-23Unused.wiz1-38/+0
2002-09-23Convert to buildlink2.wiz1-7/+6
2002-09-23Convert to buildlink2, add buildlink2.mk.wiz2-6/+25
2002-09-23Unused.wiz1-36/+0
2002-09-23Add xkbset 0.3:hubertf1-1/+2
xkbset is a program rather like xset in that it allows you to set various features of the X window interface. It allows one to configure most of the options connected with the XKB extensions. They are described in Section 10 of XKBlib.ps. XXX With this program, X can be made to work on a Toshiba Portege 3000 wwwiiittthhhooouuuuttt key repeating. Just put this into your .xinitrc / .xsession: xkbset exp bo xkbset bo Thanks to erik.berglund@deployit.biz for this hint!
2002-09-23add & enable xkbsethubertf1-1/+2
2002-09-23Add xkbset 0.3:hubertf5-0/+60
xkbset is a program rather like xset in that it allows you to set various features of the X window interface. It allows one to configure most of the options connected with the XKB extensions. They are described in Section 10 of XKBlib.ps. XXX With this program, X can be made to work on a Toshiba Portege 3000 wwwiiittthhhooouuuuttt key repeating. Just put this into your .xinitrc / .xsession: xkbset exp bo xkbset bo Thanks to erik.berglund@deployit.biz for this hint!
2002-09-23comment fix.grant1-1/+3
2002-09-23Unused.wiz1-34/+0
2002-09-23Convert to buildlink2.wiz1-2/+3
2002-09-23comment fix.grant3-5/+9
2002-09-23security/flawfinder-1.21 updatewiz1-1/+2
2002-09-23Update to 1.21:wiz2-5/+5
* Improved the default output so it creates multiple formatted lines instead of single very long lines for each hit. Use the new "--singleline" (-S) option to get the original "long line" format. * Removed duplicate "getpass" entry in the ruleset; this didn't hurt anything, but was unnecessary. Thanks to the user who gave me that feedback, wish I'd kept your email address so I could credit you properly :-). * Added a short tutorial to man page. * Fixed initial upper/lower case on many entries in the ruleset. * Allow "--input" as a synonym for "--inputs".
2002-09-23Convert to buildlink2.wiz1-8/+9
2002-09-23comment fix.grant1-2/+1
2002-09-23Unused.wiz1-56/+0
2002-09-23audio/esound-0.2.29wiz1-1/+2
2002-09-23Update to 0.2.29. Changes:wiz3-8/+9
* audio.c: set esd_audio_fd = -1 when we esd_audio_close() * esd.c: Set esd_forced_standby = 0 when we resume. * players.c: (read_player): fix crash on Solaris 9 * configure.in: add summary info at end of configure * esd.c: (main): Fix --help *esdsample.c: (main): Fixed buffer-overflows. *esddsp.c: (unlink), (sockaddr_mangle):Fixed buffer-overflows. *esd.c: (safe_mksocketdir):Added code to check the return value of chmod() call.Fixes bug #89609 * esdctl.c: (main): fix segfault when using -s (Debian) * esddsp.in: No longer use LD_PRELOAD_PATH (Debian) * configure.in: Added -with-esd-dir option. * esound.pc.in: Added esd_serverdir * Makefile.am: ADD -DSERVERDIR to INCLUDES * esdlib.c: Call esd from SERVERDIR. Replaced sizeof() call with strlen() which is more appropriate. Allow users to specify the location of the esd executable. This is useful for setups which want to place the esd daemon in libexec rather than bin. and some ALSA related fixes.
2002-09-23use $name, as $rcname isn't defined.grant1-2/+2
2002-09-23Note nb-bump of arla to 0.35.9nb1.wennmach1-1/+2
2002-09-23Use @PREFIX@, not "/usr/pkg".grant1-2/+2
2002-09-23minor formatting fix.grant1-5/+5
2002-09-23add missing RCS Id.grant4-4/+12
2002-09-23Fix a problem with VOP_PUTPAGES on NetBSD-1.6 (via patch fromwennmach4-4/+23
Love <lha@netbsd.org>). Also, don't try to remove the top-level "lkm" directory on pkg_delete.
2002-09-23Convert to buildlink2.wiz1-3/+3
2002-09-23Convert to buildlink2.wiz1-3/+3
2002-09-23Unused.wiz1-37/+0
2002-09-23xlhtml-0.5 update. Correct date in previous entries, should be server localwiz1-4/+5
time.
2002-09-23Update to 0.5, changes unknown. Convert to buildlink2.wiz3-25/+6
Remove the buildlink2.mk, since the libraries referenced there are not installed any more.
2002-09-23-Wl,-rpath -> -Wl,-R to also work on Solaris.markd2-4/+4
2002-09-23Unused.wiz1-34/+0
2002-09-23find ... -or ... -> find ... -o ... for more portability.markd2-4/+4
2002-09-23Add mimedefang defaultsmarkd1-1/+15
2002-09-23- Move BUILD_DEPENDS line after USE_SHINONOME is really defined.taca1-6/+7
2002-09-23Noted sendmail, libmilter and mimedefang.markd1-1/+4
2002-09-23- BUILD_DEPENDS to gmake limits when USE_SHINONOME is defined to "YES".taca1-1/+3
2002-09-23- Revert Makefile revision 1.20 since gmake is partially used intaca2-3/+10
post-extract target when USE_SHINONOME == "YES". - Add optional fonts' checksum to distfiles.
2002-09-23Toss in strlcpy.c and hey presto: Instant linux pkg_install binaries.abs2-4/+4
2002-09-23Add libmilter, mimedefang and sendmail811markd1-1/+4
2002-09-23Initial import of mimedefang-2.21markd7-0/+177
MIMEDefang is an e-mail filter program which works with Sendmail 8.12 and later. MIMEDefang filters all e-mail messages sent via SMTP. MIMEDefang splits multi-part MIME messages into their components and potentially deletes or modifies the various parts. It then reassembles the parts back into an e-mail message and sends it on its way. MIMEDefang is written (mostly) in Perl, and the filter actions are expressed in Perl. This makes MIMEDefang highly flexible and configurable. As a simple example, you can delete all *.exe and *.com files, convert all Word documents to HTML, and allow other attachments through. MIMEDefang uses the "milter" feature of Sendmail to "listen in" to SMTP connections. It runs a scan once for each message, not once for each recipient (as simpler procmail-based systems do.) Therefore, it is more CPU-friendly than procmail-based systems. In addition, because MIMEDefang can participate in the SMTP connection, you can bounce messages (something impossible to do with procmail-based systems.)
2002-09-23Initial import of libmilter-8.12.6markd4-0/+56
The sendmail Mail Filter API (Milter) is designed to allow third-party programs access to mail messages as they are being processed in order to filter meta-information and content. libmilter provides the implementation of this API.
2002-09-23If defining TAILQ_FIRST and TAILQ_NEXT ensure we also defineabs2-8/+21
TAILQ_HEAD_INITIALIZER - required for linux build.
2002-09-23Update to sendmail-8.12.6markd19-126/+164
Large number of bug fixes and feature enhancements, especially Milter (Mail Filter) support and by default installation of sendmail does not use set-user-ID root anymore.
2002-09-23Reimport of current sendmail-8.11.6 package as mail/sendmail811.markd20-0/+498
2002-09-23net/dc_gui-0.61 updatewiz1-1/+2
2002-09-23Update to 0.61:wiz4-29/+38
- GDL handling has been totally rewritten and is now more clean. - It is now possible to destroy GDL "rename at end" entry like any other one. - In the GDL list, sizes are now displayed using locale format. - search result handling has been partially rewritten and is now more clean. - The search result size is now displayed using locale format. - old style user list is no more supported, only new one is (the one using list cache). - user share lists handling has been partially rewritten and is now more clean. - The user share lists are now displayed using locale format.
2002-09-23dctc-0.83.4 updatewiz1-1/+2
2002-09-23Update to 0.84.4:wiz2-5/+5
- a (new) buggy clone seems to send string containing illegal character ('\0'). Because this character is also the C string end character, it truncates string and DCTC crashs because an impossible case occurs. This version avoids the problem.
2002-09-23Updated scmxx to 0.6.1.5nb1.kleink1-1/+2
2002-09-23Update ns-flash to 0.51, unknown changes. Readd sparc distsum to distinfo.wiz3-6/+9