summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-04-08Initial import of zaptel-netbsd, approved by jmcneill.riz7-0/+123
This package provides the "zaptel" drivers, which support the Asterisk software PBX, ported to NetBSD. These are some drivers and auxiliary tools for NetBSD in support of the Asterisk PBX. The wcfxo driver supports the Wildcard X100P/X101P and clones, the wcfxs driver supports the Wildcard TDM400p, and the ztdummy driver provides a software-only timer device which makes conferencing work much better. (That is, if you run Asterisk, you may want these drivers even if you don't have any of the hardware) The T1 board driver has not yet been ported.
2005-04-08Enable newt.riz1-1/+2
2005-04-08Initial import of newt, a windowing toolkit from the Red Hat distribution.riz7-0/+234
From pkgsrc-wip. Approved by jmcneill. From the DESCR: Newt is a windowing toolkit for text mode built from the slang library. It allows color text mode applications to easily use stackable windows, push buttons, check boxes, radio buttons, lists, entry fields, labels, and displayable text. Scrollbars are supported, and forms may be nested to provide extra functionality. Besides the newt library, this package provides whiptail, which may be used from shell scripts similarly to Savio Lam's "dialog". Newt provides the textual interface for the Red Hat and Debian boot disks.
2005-04-08Fix build when using apache-1.3. Set maintainer to me.erh1-3/+3
2005-04-07note update of mozilla & mozilla-gtk2 to 1.7.6nb1taya1-1/+3
2005-04-07Add security fix to mozilla & mozilla-gtk2.taya4-3/+44
fixes "Mozilla Firefox JavaScript Engine Information Disclosure Vulnerability" See following pages for detail. http://secunia.com/advisories/14820/ https://bugzilla.mozilla.org/show_bug.cgi?id=288688 Bump PKGREVISION.
2005-04-07Add the missing directory to the extract list. Problem reportedhira1-2/+2
by Todd Willey in private e-mail.
2005-04-07Note PKGREVISION bump of magicpoint.hira1-1/+2
2005-04-07Use size_t for the third and fifth arguments of the iconv(3).hira3-7/+13
Fix core dump on amd64. Bump PKGREVISION.
2005-04-07Updated pkglint to 4.11. (update PLIST checking)riz1-1/+2
2005-04-07Update to 4.11:riz2-5/+5
Remove references to PLIST-mi, and substitute check for PLIST.common instead. Fixes pkg/29848 by me. Approved by wiz.
2005-04-07Updated gxemul to 0.3.1xtraeme1-1/+2
2005-04-07Update to 0.3.1.xtraeme3-9/+9
The two most visible changes from version 0.3 to 0.3.1 are: x) Name change (from mips64emul to GXemul). x) NetBSD/hpcmips can now be installed and run from a harddisk image on an emulated NEC MobilePro 770, 780, 800, or 880.
2005-04-07In line with the unconditional inclusion in bsd.pkg.mk, bsd.buildlink3.mktv1-4/+2
must always bee included too.
2005-04-07elinks updated to 0.10.4.wiz2-3/+4
2005-04-07Update to 0.10.4, closing PR 29783 and PR 29921:wiz2-6/+6
Changes since 0.10.1: 0.10.2: New features: - Merge in the official debian packaging files so it is now easy to build your own .deb files. Just apt-get install devscripts and run debuild in the ELinks root directory. - Add experimental Ruby scripting back-end. An example hooks file is available in contrib/ruby/hooks.rb but it doesn't do anything interesting yet. Feature updates and improvements: - Add LEDs info dialog. It can be opened using the Help menu and when the LED display is clicked. - Introduce a very simple ECMAScript pop-up window blocking mechanism. Will show a 'P' in the LED indicators. Off by default. - Add an example user style sheet and configuration file in contrib/. - Add support for disabling extended horizontal scrolling, so it will work like vertical scrolling. Requested by Russ Rowan. - Optimize CSS style handling. - Enable usage of the search history also for incremental link text searching. - Add a little help text to the terminal options dialog, which also indicates the value of the TERM environment variable. Hopefully this will help new users to figure out how configuration of terminals works. - When in cursor-routing mode, scroll the document as many rows or columns as necessary rather than only be one row or one column. - A few documentation updates. Bugs fixed: - Fix handling of forms embedded in table code. (bug 602) - Alert about file saving error when -no-home was given. - The default user style sheet is now applied correctly. - Fix leak related to CSS being disabled and applying the default style sheet. - Fix underline rendering when using 256 colors. - Localization fixes. - Fix calling of get-proxy scripting hooks. Now they should work again. - When using the goto link number functionality in cursor-routing mode, position the cursor on the newly selected link. - Compile fixes for *BSD and IRIX systems. Reported by Nelson H. F. Beebe. 0.10.3: New features: - Merge the MingGW patches so that --dump should now work. The patches also improves portability. Feature updates and improvements: - Change the behavior of an empty action attribute to be like Mozilla which handles action="" as action="<current-URI>". (bug 615) - The Perl hooks file is growing more and more insane thanks to Russ. - Improve the reporting of errors related to the proxy configuration. - Add toggle HTML/plain to the right click menu (aka. the tab menu), and make it to not display reload/bookmark when no document is available. - Add a <base href=cwd /> element to the generated listing of local directories. - When the URL parameter to the Refresh HTTP-equiv is missing refresh the current document. Bugs fixed: - Fix opening of either single bookmarks or folders referring to URLs without a slash at the end. - Fix honouring of the Refresh-header when the loaded document is empty. - Fix CSS handling by reverting the proposed optimization introduced in 0.10.2. - Fix displaying of ordered lists when <li> is not directly nested in <ol>-elements. - Build fixes on amd64. - Fix the Perl get-proxy hook so that an undef return value from the Perl hook results in the default proxy being used, as is supposed to be the case with get-proxy hooks. - Fix compile error related name clashes with the <locale.h> system header. - The debian package now really contains relevant documentation from doc/. - Only create $prefix/lib directory if the gettext code is going to install a new charset.alias file. - Truncate NNTP cache entries when ending connections. 0.10.4: New features: - Explicit keyboard accelerators were defined for buttons in dialogue boxes and are now highlighted. - Add support for bookmarks separators. Feature updates and improvements: - Switch to use a ``new'' FTP directory listing parser based on code from GNU Wget. The switch is motivated by licensing issues with ftpparse.[ch] files. (debian bug 300889) - More hooks.pl updating by the new cvs commiter Russ Rowan. - Change the verbose level to show warnings (debian bug 303083) - Add FAQ from homepage in doc/ directory. (debian bug 301861) - When block cursor terminal option is set, keep cursor at lower right of screen in dialogs too. (bug 583) - Use plural gettext message IDs, which make the resource info dialog more readable. - 'I' in the LEDs now mean "insert mode" and 'i' now mean modeless. The change is due to document.browse.forms.insert_mode defaulting to 1. - Strip protocol part (ftp://, etc) also from proxy strings returned from scripting hooks. - Add option to control whether (expanded) folder states should be stored when saving bookmarks (bookmarks.folder_state). Defaults to on; the current behavior. (bug 642) - Do not display terminal options help text when terminal height is too low. - Introduce the option infofiles.secure_save_fsync, which allows one to configure whether secure file saving calls fsync(3). - Move focus to the first widget when clearing a dialog. - Add two new functions available from Lua scripts: set_option(name, value) and and get_option(name). Bugs fixed: - Only add /dev/stdin to the URL list when no URLs was given on the command line. Allow special files when /dev/stdin is added. (debian bug 296976) - Fix reading from /dev/stdin on Mac OS X. (bug 616) - Fix Guile and Ruby detection, it was a quoting issue. - Fix handling of empty cache entries in the HTML highlighting engine. - Fix redirection issues on newsnow.co.uk due to single quotes enclosing of URL. - Add dialog.checkbox-selected color to options. (bug 644) - Decode the subject when handling mailto: links. There is still an encoding problem when adding the subject to the command string. - Fix displaying of accesskeys. - Encode the base href URI when generating file listings. (bug 358)
2005-04-07Define BSD44SOCKETS when building libaudio on NetBSD.markd3-2/+17
From PR pkg/20615 by Scott Presnell. Scott's patch was added to nas before 1.7 but then broken, this fixes that. Bump PKGREVISION.
2005-04-07correct PLIST.taya1-6/+19
thunderbird works again.
2005-04-07Updated zsh to 4.2.5adam2-3/+3
2005-04-07Changes 4.2.5:adam5-21/+22
* Bug-fix release * Fixes few configuration problems, notably on MacOSX
2005-04-07Make note of libmatchbox and matchbox updates.ben1-1/+3
2005-04-07Update libmatchbox to 1.6. Many bug fixes since 1.4.ben4-10/+26
Now using GPL 2.1 instead of 2.
2005-04-07Update to matchbox 0.9.3, and convert to using PKG_SYSCONFDIR.ben4-62/+43
Very many bug fixes since 0.8.4. Change direction of default cursor.
2005-04-07Take maintainership.markd2-4/+4
2005-04-07Dont use qt65dlls. windows-all already includes the qt63dlls versionsmarkd2-7/+3
of these codecs and the 63 versions work with mplayer while the 65 versions don't (audio doesn't work). Bump PKGREVISION.
2005-04-07kmplayer update.markd1-1/+2
2005-04-07Update kmplayer to 0.8.4b.markd15-38/+483
0.8.4b. Fix for MPlayer's volume setting on start. In next version it will be configurable if backend player should set volume on start, but MPlayer shouldn't because it sets volume relative of current value. Users of gcc-2.95 may have more luck compiling this version. 0.8.4a. Fix for MPlayer's slave command queue after manually stop a movie and various ways to crash KMPlayer are blocked. 0.8.4. an extra volume slider in the controlpanel, that let the backend players control the volume, limited support for GStreamer, kgstplayer that will only play local files if you haven't gnomevfs2 (might be that with the latest plugin you can also play dvd urls), thanks to Kiss from Ronald S. Bultje, being a nice working demo, kxvplayer, an extra backend player, that is a XVideo viewer, switch between kxvplayer and mplayer with TV is possible, a VDR frontend using kxvplayer, new icons from Marcel Dierkes (KMPlayer has become a real movie star), new dockable view on the internal playlist, also usable to navigate through it, making bookmarks of listed URLs, new relaxed ASX parser, a cleaned up library (libkmplayercommon.so) and Real's RAM playlist support, will finally let MPlayer play those stream too. Take Maintainership, as suggested by Murray Armfield some time ago.
2005-04-07Add mt locale, first used in kmplayer.markd13-13/+65
2005-04-07Updated spamass-milter to 0.3.0nb1wiz1-1/+2
2005-04-07Update to 0.3.0nb1:wiz3-2/+66
Add a patch from Yoshitaka Tokugawa provided in PR 26806, which has also been added to the spamass CVS repository: Always use macro_b, so SA can do future/past validation. It is not a bug, but it makes SA happier. SA 2.x requires "($v/$Z)$?r with $r" part of Received: header. I don't think SA 3.x need this, but keep it for SA 2.x users. There is a bug in cmp_nocase_partial() function. Without my hack, cmp_nocase_partial("X-Spam-", "X-Spam") returns 0 which is incorrect behavior for this function.
2005-04-07I am working on the SILC packages.salo1-3/+4
2005-04-07+ gtk-send-pr-0.4.5 [pkg/29904], mathomatic-12.2c, rudiments-0.28.1,wiz1-4/+8
silc-server-0.9.19, silc-toolkit-0.9.19, wMosaic-3.8.22. Note that vnc2swf is available in pkgsrc-wip.
2005-04-07Added three patches needed for gcc-2.95. Approved by wiz.rillig4-1/+65
2005-04-07Added two patches needed for gcc-2.95. Approved by wiz.rillig3-1/+35
2005-04-07Note update of graphics/dcraw to version 7.12 [new cameras, lots ofseb1-1/+2
bugfixes, version numbering change for the package]
2005-04-07Update to version 7.12 (dcraw.c revision 1.249):seb3-9/+25
This package is now numbered after the version number output by dcraw program when run without argument. Also add patch to compile on NetBSD >= 3.0 (memmem() addition). Changes since last packaged version (dcraw.c revision 1.234): revision 1.249 date: 2005/04/05 07:21:29; author: dcoffin; state: Exp; lines: +43 -45 Added camera WB for the Canon S60 and all Fuji cameras. ---------------------------- revision 1.248 date: 2005/03/31 19:42:59; author: dcoffin; state: Exp; lines: +28 -33 Added support for 22-megapixel Imacon Ixpress. Moved some flip logic and adjusted the Casio EX-Z50. ---------------------------- revision 1.247 date: 2005/03/29 06:33:18; author: dcoffin; state: Exp; lines: +15 -4 Added the Logitech Fotoman Pixtura, matrix for Fuji F810. ---------------------------- revision 1.246 date: 2005/03/28 19:32:13; author: dcoffin; state: Exp; lines: +3 -3 Added the Fuji F710 and F800. ---------------------------- revision 1.245 date: 2005/03/28 04:56:02; author: dcoffin; state: Exp; lines: +73 -52 Added the Nikon E900 and Casio EX-Z50. Rewrote dng_coeff() to show saturated pixels as pure white. ---------------------------- revision 1.244 date: 2005/03/25 19:39:58; author: dcoffin; state: Exp; lines: +1 -1 Fixed the maximum for the FinePix S3Pro. ---------------------------- revision 1.243 date: 2005/03/23 23:00:33; author: dcoffin; state: Exp; lines: +4 -3 Added color matrix for the PowerShot S60. ---------------------------- revision 1.242 date: 2005/03/23 17:52:43; author: dcoffin; state: Exp; lines: +34 -73 Fixed Kodak DC25 color and condensed three functions into simple_coeff(). ---------------------------- revision 1.241 date: 2005/03/19 01:40:04; author: dcoffin; state: Exp; lines: +28 -33 Added the Canon EOS 350D with more general CR2 support. ---------------------------- revision 1.240 date: 2005/03/18 22:15:37; author: dcoffin; state: Exp; lines: +26 -14 Support "-w" for Canon CR2 and Contax N Digital images. New cam_mul[] array will support 4-color cameras in the future. ---------------------------- revision 1.239 date: 2005/03/11 18:47:13; author: dcoffin; state: Exp; lines: +11 -8 Fixed array bounds error in foveon_interpolate(). Don't use snprintf(), but keep strings safe anyway. ---------------------------- revision 1.238 date: 2005/03/11 00:50:22; author: dcoffin; state: Exp; lines: +17 -5 Added the Canon EOS DIGITAL REBEL XT. ---------------------------- revision 1.237 date: 2005/03/10 03:48:40; author: dcoffin; state: Exp; lines: +1745 -1238 Dcraw 7.00 is a major rewrite: * It decodes all Adobe DNG files, and applies the same color matrices to non-DNG files. Color science replaces black magic. * It correctly decodes all Foveon images based on encrypted metadata. * It decodes the Casio QV-R51, Casio EX-Z55, Minolta Alpha-7, Nikon D2X, and ST Micro STV680. ---------------------------- revision 1.236 date: 2005/02/27 03:26:37; author: dcoffin; state: Exp; lines: +2 -1 Fixed divide by zero error. ---------------------------- revision 1.235 date: 2005/02/16 06:11:39; author: dcoffin; state: Exp; lines: +19 -5 Added the Casio EX-P700. Fixed three potential buffer overruns.
2005-04-07patch-ab rewritten as it should be :]adam2-12/+13
2005-04-07According to abiword.org:reed1-1/+2
"Our latest stable release is version 2.2.7." (Under Linux with gcc 3.3.5, the current package fails to build due to patch-ab. Or maybe missing previous patch-ac. Also, the installed files differences with diff -u PLIST was over 900 changes.)
2005-04-07Belatedly suggest djbdns-run for rbldns service as well.schmonz1-3/+3
2005-04-07Add BUILDLINK_RECOMMENDED.glib2+= glib2>=2.6.1reed1-1/+2
Noted on tech-pkg today that older packages had libgobject-2.0.so.400 and libglib-2.0.so.400 and newer packages provided libgobject-2.0.so.0.600.3 and libglib-2.0.so.0. The libtool changes on Sept. 22, 2004 made this install different library naming. The next update was in 2.6.1 (on January 9, 2005). So setting BUILDLINK_RECOMMENDED.glib2 to that version. Apparently, 2.6 is binary-compatible with any 2.x version. Hopefully, this will be good enough to force anyone with glib2 packages from before Sept. 22, 2004 to update.
2005-04-06Updated putty to 0.58xtraeme1-1/+2
2005-04-06Update to 0.58.xtraeme13-65/+180
Changes: # Wildcards (mput/mget) and recursive file transfer in PSFTP. # You can now save your session details from the Change Settings dialog box, after you've started your session. # Various improvements to Unicode support, including: * support for right-to-left and bidirectional text (Arabic, Hebrew etc). Thanks to arabeyes.org for design and most of the implementation. * support for Arabic text shaping, again thanks to arabeyes.org. * support for Unicode combining characters. # Support for the xterm 256-colour control sequences. # Port forwardings can now be reconfigured in mid-session. # Support for IPv6. Thanks to unfix.org for having patiently maintained the patch for this until we were finally ready to integrate it. # More configurability and flexibility in SSH-2 key exchange. In particular, PuTTY can now initiate repeat key exchange during the session, which means that if your server doesn't initiate it (OpenSSH is known not to bother) you can still have the cryptographic benefits. # Bug fix: display artefacts caused by characters overflowing their character cell should now all be gone. (This would probably have bothered Windows ClearType users more than anyone else.) # Bug fix: keepalives are now supported everywhere. (Previously they were supported by Windows GUI PuTTY, but were missing in Plink, PSFTP and the Unix port.) # Miscellaneous improvements for CJK/IME users; many thanks to Hung-Te Lin for assistance.
2005-04-06DragonFlyBSD support, patch from Todd Willey on tech-pkg@.xtraeme1-1/+4
2005-04-06use .else instead of else, noted by wizjschauma1-2/+2
2005-04-06update jakarta-tomcat5-5.0.30 to nb1abs3-2023/+2025
Install into ${PREFIX}/tomcat5 in the same way as tomcat4 does, to avoid conflicts with tomcat55.
2005-04-06Bump PKGREVISION:wiz12-16/+24
This package was broken for a time, when the NO_BUILD that is set by its Makefile broke the xmlcatmgr handling. Increase the PKGREVISION now to have a known-good version of this package again.
2005-04-06Updated dspam to 3.4.2xtraeme2-3/+3
2005-04-06Update to 3.4.2.xtraeme2-6/+6
Changes: BUGFIX: Minior memory leaks in multi-word tokenizer BUGFIX: When using --classify, the system/user log is appended to BUGFIX: Using signatureLocation=headers should prefer signature in headers BUGFIX: History-based training only works for admins BUGFIX: Long usernames malformatted in dspam_stats BUGFIX: Daemon connection deadlocks when NULL characters are sent BUGFIX: Other minor memory leaks BUGFIX: PostgreSQL connections stay open in daemon mode
2005-04-06Fix build on -current; problem reported and fix tested bywiz2-1/+17
Louis Guillaume (on tech-pkg).
2005-04-06note update of firefox & firefox-gtk1 to 1.0.2nb1taya1-1/+3