summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-01-18Add amsn.peter1-1/+2
2005-01-18Initial import of amsn-0.94 into the NetBSD Packages Collection.peter4-0/+812
Alvaro's Messenger, or Another MSN messenger clone is a modified and multilanguage version of Compu's Messenger (CCMSN). It's a Tcl/Tk script as was CCMSN and Tcl/Tk must be installed to run it. This means it is multiplatform and can run on any OS having Tcl/Tk installed (Linux, Windows, Macintosh). It's a clone of the original MSN Messenger, having the same look and feel. Some of it features are: * Sound for Events * Look and Feel similar to original MSN Messenger * Multilanguage (Around 40 languages currently supported) * Running multiple instances of AMSN at once for multiple logins * File Transfers * Group Support * Normal and Animated Emoticons with sounds * Chat History
2005-01-18Fix some entries that were added today with the wrong date (2005-01-08).peter1-4/+4
2005-01-18Mention pflkm update.peter1-1/+2
2005-01-18Do a "flush all" in the stop command. From Miles Nordin.peter1-2/+2
2005-01-18Update to 20050118.peter2-6/+5
Changes: * Updated the ALTQ patch, now works correctly on NetBSD 2.0 release. Thanks to Miles Nordin for helping and testing. * Write struct "pcap_sf_pkthdr" instead of "pcap_pkthdr". Fixes an LP64 specific problem with reading the pflog with tcpdump(8). * Applied patch to pf.c from OPENBSD_3_6 branch: ICMP state entries use the ICMP ID as port for the unique state key. When checking for a usable key, construct the key in the same way. Otherwise, a colliding key might be missed or a state insertion might be refused even though it could be inserted. The second case triggers the endless loop fixed by 1.474, possibly allowing a NATed LAN client to lock up the kernel. Report and test data by Srebrenko Sehic. * Applied patch to pf_lkm.c from NetBSD HEAD: pfil4_wrapper: clear M_CANFASTFWD which is not compatible with pf. * Applied patch to pf_ioctl.c from OPENBSD_3_6 branch: replace finer-grained spl locking in pfioctl() with a single broad lock around the entire body. this resolves the (misleading) panics in pf_tag_packet() during heavy ioctl operations (like when using authpf) that occur because softclock can interrupt ioctl on i386 since SMP. * Applied patch to pf.c from OPENBSD_3_6 branch: IPv6 packets can contain headers (like options) before the TCP/UDP/ICMP6 header. pf finds the first TCP/UDP/ICMP6 header to filter by traversing the header chain. In the case where headers are skipped, the protocol checksum verification used the wrong length (included the skipped headers), leading to incorrectly mismatching checksums. Such IPv6 packets with headers were silently dropped. Reported by Bernhard Schmidt. * Applied patch to pfctl_optimize.c from OPENBSD_3_6 branch: &&/|| inversion would try to merge IP addresses with non-addresses into a single table causing a ruleset load error and eventually a double-free. * Applied patch to pf.c from OPENBSD_3_6 branch: Initialise init_addr in pf_map_addr() in the PF_POOL_ROUNDROBIN, prevents a possible endless loop in pf_get_sport() with 'static-port' * Fix to if_events.diff from Miles Nordin <carton at Ivy dot NET>: Call free after removing the element from the list, not before. Fixes panic with "unaligned access" on Alpha.
2005-01-18update to 0.44drochner5-25/+49
changes: -IPv6 support -client added -bugfixes XXX dropbear wants to use /dev/random per default now which makes it unusable on systems w/o entropy source. I've patched it back to /dev/urandom. There might be security concerns.
2005-01-18update to 1.1.90drochner3-7/+14
changes: * Current line highlighting * New languages specs for TCL, Nemerle, VHDL, sh, .ini, gtkrc. * Support for Undo key in Sun keyboards * Bug fixes and updated translations.
2005-01-18Split out the argument pre-processing logic into its own scriptjlam7-164/+329
arg-pp-main, and allow for wrapper-specific hooks to extend the pre-processing through _WRAP_ARG_PP.<wrappee>. Move the Darwin GCC-related preprocessing into arg-pp-darwin-gcc, and create a arg-pp-mipspro-cc that understands -LANG:<feature> and -LIST:<feature> so that they're not confused with the usual -Ldir options.
2005-01-18Let packages that require nbitools use GNU make on Linux, becauseminskim1-1/+7
imake in nbitools generates Makefile that needs GNU make on Linux.
2005-01-18Updated amaya to 9.0adam2-3/+3
2005-01-18Changes 9.0:adam6-90/+336
* A new User interface based on wxWidgets * Amaya provides now a panel of tools on the left which can be hidden or shown * All Amaya versions use now F2 key. A message is displayed when the Esc key is used * Default GTK fonts are now expressed in point sizes * WX version: when a 2nd Amaya instance is launched, the argument of the 2nd instance is sent to the first instance and the 2nd one stops
2005-01-18Add makedev->mkdev fix for Interix, adapted from gtar-base.tv2-1/+16
2005-01-18Turn distfile pruning back off by suggestion of wiz@. It's only binpkgtv1-2/+2
pruning that needs to be on by default.
2005-01-18Updated netpbm to 10.26.1adam1-1/+2
2005-01-18These patches are no longer neededadam3-41/+0
2005-01-18Changes 10.26.1:adam6-47/+35
* pamcomp: fix bug that duplicates last row of overlay image. * pamcut: fix bug that fills the rightmost column with black. * pnmtopalm: fix bug with -offset option. * ppmforge: fix bug: crash due to wild pointer with -night. Changes 10.26: * pnmhistmap: Add -dots, -nmax, -red, -green, -blue, -lval, -rval, -height, and -width options. * pnmnorm: accept -wpercent and -wvalue (or -bpercent and -bvalue) together. Thanks Gregg Townsend <gmt@CS.Arizona.EDU>. * xwdtopnm: Add -headerdump option. * pnmtoxwd: Include 256 color color maps in direct color instead of zero. Zero has a weird effect. * pamtotga: recognize RGB_ALPHA instead of RGBA. * palmtopnm: fix bug in determination of compression type. * palmtopnm: fix bug in handling of multi-image streams. * pnmtopalm: fix bugs in computation of nextDepthOffset. * pamtotga: fix TGA pixel size for TGA with alpha. Don't do colormap if input has transparency. * pamtotga: fix crash due to uninitialized "id" field in TGA header. * pbm_writepbmrow(): Fix bug in MMX/SSE code that causes segmentation fault. * pnmhistmap: Fix bug: doesn't work with maxval != 255. * pbmtext: fix crash with code point > 127. * ppmtompeg: major cleanup. * pnmtopng: fix "internal error" and crash bug with -transparent. * pnmtoxwd: fix endianness on littleendian machines. * pnmtoxwd: fix bug: doesn't work if you specify an option. * jpegtopnm: fix bug: -dumpexif all wrong. * jpegtopnm: fix bug: newline written to stdout instead of stderr with -dumpexif. * Add missing 'col' declaration so -msse compile works. * pcdovtoppm: fix syntax error * pnmtojbig/jbigtopnm: add newline to "usage" message. * pamperspective: fix bugs with -frame_include, etc. * build: Jeg2k programs build properly with newer Jasper library. * build: Fix bug: "no rule to build xxx.so" with external * Jasper or Jbig library. * Add NAME and DESCRIPTION section to pointer man pages.
2005-01-18Turn on all pruning by default. This avoids problems with @blddep matchingtv1-4/+4
in the current incarnation of pkg_install.
2005-01-18+ bzflag-2.0.0, msmtp-1.3.4, sylpheed-claws-1.0.0.wiz1-9/+4
2005-01-18Note update of awstats.minskim1-1/+2
2005-01-18Update awstats to 6.3.minskim3-9/+10
Changes: New features/improvements: - Added the geoip_isp_maxmind and geoip_org_maxmind plugin. - Details firefox versions. Fixes: - The geoip_city_maxmind plugin was sometimes bind and towns with space in names are reported correctly. - Removed an unknown security hole. - Removed an other unknown security hole (found by iDEFENSE). - Restart of apache works correctly on debian. Other/Documentation: - Updated documentation - Updated language files
2005-01-18It's not very useful to include <sys/select.h> in only one source filetv3-1/+36
when other source files depend on fd_set being defined in a local header. (Required on Interix, which does not expose <sys/select.h>/<sys/time.h> automagically via other system headers as some OS's do by default.)
2005-01-18update to 1.0.3drochner2-5/+5
This release fixes very minor bugs. It is source and binary compatible with the previous version.
2005-01-18update to 0.10.1drochner3-10/+6
changes: -documentation improvements -resize terminals when running ELinks in an X window -bugfixes
2005-01-18Temporarily mark as NOT_FOR_PLATFORM=Interix due to endless loop in build.tv1-1/+3
2005-01-18Fix build on Interix. PR26847, from Hiramatsu Yoshifumi.uebayasi3-11/+15
2005-01-18update to 1.3.0drochner2-5/+5
changes: * Added option to hide the mouse pointer in full screen: --hide-pointer * released 1.3.0 (1.2.[89]) were minor, feature-specific releases.
2005-01-18update to 1.3.1drochner3-70/+19
changes: - a "Happy New Year Release" - include german manpages - fix years truncating on tagmp3 in interactive mode (see Debian BTS #167313) - include possibility of filenames which begin with brackets and are not ranges (user request see Debian BTS #177169)
2005-01-18update to 2.0.2drochner2-7/+6
changes: * Fix build for the Intel and g++ 3.4 compilers.
2005-01-18update to 2.2.98drochner4-133/+114
changes: 2.2.97 Fc-cache sleeps before exiting to ensure filesystem timestamps are well ordered. Added Punjai orthography. The timestamp in fonts.conf is gone now. Too many problems. The default font path includes all of the X fonts; use selectfont/rejectfont to eliminate bitmaps, as shown in the sample local.conf file. <include> configuration elements may now reference a directory. Files in that directory matching [0-9]* are loaded in UTF-8 collating sequence order. <selectfont> configuration added to control which fonts are used. fontformat font pattern elements built from the FT_Get_X11_Font_Format function in newer versions of FreeType. 'capability' list constructed from gsub/gpos and silf values in TrueType files. Multi-lingual names (style, family, fullname) extracted and stored with parallel <foo>lang properties marking language. 2.2.98 Share object name strings (Michael Meeks) Eliminate a couple of codepoints from Russian orthography (John Thacker) Add synthetic emboldening configuration changes (Jakub Pavelek) Change FcFontSetSort to ignore language after fonts with the requested languages have been found. (Owen Taylor) Add some RedHat font configuration changes (Owen Tayler). Add full Unicode case folding support to case-ignoring string functions (Keith Packard) Remove Han characters from Korean orthography (Tor Andersson)
2005-01-18It looks like Interix wants function names to be prefixed with __ insteadjmmv5-1/+57
of a single _. So extend existing conditionals for Cygwin and MinGW to also support Interix, hoping that this will fix the build problems shown in tv@'s bulk build.
2005-01-18ImageMagick updatedrochner1-1/+2
2005-01-18update to 6.1.8-8, fixes a security problem, seedrochner3-7/+6
http://www.idefense.com/application/poi/display?id=184&type=vulnerabilities
2005-01-18when building with SunPro on x86, do not use -fast argument to cc(1)grant2-4/+13
because: - its behaviour changes between releases - it uses build-host specific instructions where possible, specifically on >= Solaris 9 update 6 and Sun Studio 9 (sse, sse2) this breaks using the binary pkg when installed on systems with a less capable processor. instead, just use -xO5 so the binary pkg will work everywhere.
2005-01-18cue update has been done (thanks, itojun).wiz1-3/+2
2005-01-18mail/cueitojun1-1/+2
2005-01-18update to 20050110. hide more sender-ID/SPF related fields by default.itojun2-7/+6
2005-01-18Remove trailing blank line.tron1-2/+1
2005-01-18Use @unexec ${RMDIR} as both xfce4-mcs-manager and xfce4-appfinder installmartti2-5/+8
files in share/xfce4/doc/C/images but they don't depend on each other in any way. This should fix "unable to remove" errors during uninstall.
2005-01-18Teach the wrapper scripts about HP-UX *.sl shared libraries. Theyjlam1-1/+14
work the same way as ELF *.so shared libraries from pkgsrc's point of view -- just the extension is different.
2005-01-18Since PR pkg/28628 was fixed, we can remove the CFLAGS vfork gunk.jschauma1-2/+1
This closes PR pkg/28615.
2005-01-18Note PKGREVISION bump of kdeutils3.minskim1-1/+3
2005-01-18Add missing entries to PLIST.minskim2-2/+5
Bump PKGREVISION.
2005-01-18Apply patches from Georg Schwarz in PR pkg/28628 to make this workjschauma3-5/+57
(better) on IRIX
2005-01-18Note update of adzap to version 20050106.simonb1-1/+2
Only ad pattern updates, no other changes.
2005-01-18Update to version 20050106. Only ad pattern updates, no other changes.simonb2-5/+5
2005-01-18Teach perl58 about DragonFlyBSD. Patches provided by Todd Willey injlam7-38/+174
PR pkg/28963 with minor modifications by me. Also teach all of the BSDs (and Interix) to pass the rpath to libperl.so if a module needs to link with libperl.so when built with MakeMaker.pm. Bump the PKGREVISION to 2.
2005-01-18Update tex-bagpipetex to 3.01nb2: adjust from teTeX1 to teTeX2hubertf2-5/+6
Patch from the maintainer, via wiz.
2005-01-18Update tex-musixtex to 112. Mostly adapt to teTeX2,hubertf4-24/+34
no list of changes available. Updates via wiz from the pkg's maintainer.
2005-01-17Update to bugzilla 2.18adrianp2-3/+3