summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-11-23Apply patch provided by kano@.yyamano1-6/+6
* Sync with the real. * Consistently use <replaceable> tag for MyOS. * s/MyOS.mk/tools.MyOS.mk/g
2006-11-23Sync with the real. Apply patch provided by kano@.yyamano1-3/+3
2006-11-23Fix typo and sync with the real. Patch provided by kano@.yyamano1-4/+4
2006-11-23Sync with the real. Apply patch provided by kano@.yyamano4-18/+18
2006-11-23don't use visibily attribute "hidden" on solaris, from Gilles Dauphindrochner2-1/+15
per PR pkg/35101
2006-11-23Note revision bump of www/ja-tracobache1-1/+2
2006-11-23Mark conf,plugins and parent directories as OWN_DIRS.obache2-3/+7
Bump PKGREVISION.
2006-11-23Revert previous commit, it was not intended.ghen9-113/+160
I copied the www/seamonkey package to pkgsrc-wip and upgraded it to seamonkey-1.1.beta, and intended to import it in pkgsrc-wip, not here.
2006-11-23remove pointer to dead link of interix binary packagesjschauma1-2/+2
2006-11-23Updated chat/bsflite to 0.82.obache2-3/+3
2006-11-23Update bsflite to 0.82, provided by Claudio Leite in PR 35095.obache5-27/+32
BSFlite ChangeLog 0.82 - 11/07/2006 * Added port to Watcom C for Win32, which exposed a bug in how I implemented callbacks (fixed). * Fixed small bug where idle time was interpreted as an away message for certain users. * Inserts newline if user's away message is blank. * Added R! command to manually reconnect. * Added auto_reconnect config option. * Cleans up after itself on quit. (i.e. no more memory leaks on exit) Added imcomm_delete_handle() and imcomm_delete_handle_now(). * Added 'idletime' config option to set when bsflite considers the user to be idle. (thanks to Dan Ponte for the patch) * Changed 'll' to 'L,' which is an expansion alias like 'I' and 'r.' 'll' still works. * Created an actual manpage. * Code cleanup: rewrote input.c using callbacks. wrote a new config file parser. * Profile display now includes idle time if user is in buddy list. * Changed character set on profile & away messages to iso-8859-1 * Many improvements to color support, including Windows support. Can now be turned on and off via config directive 'colors' * Buddies are now marked offline in the log files when quitting bsflite. * Display version information when bsflite starts * Fixed bugs when displaying logs containing newlines
2006-11-23Updated graphics/gimp-ufraw to 0.10 [gdt 2006-11-23]gdt2-3/+3
2006-11-23Update to 0.10.gdt2-7/+13
26/10/2006 - UFRaw-0.10 released, based on DCRaw v 8.41. * Apply luminosity curve and saturation corrections in LCH(ab) space. * Add the '--embedded-image' option to ufraw-batch for reading the embedded preview image in raw files. * Use the above code in the Gimp plug-in for a much quicker generation of the preview thumbnails. * Add mime types to recognize raw files in the Gnome desktop. * Add schemas to generate thumbnails for these mime types. * Modify the desktop entry to associate ufraw with these mime types. * If 'save ID' is set to 'never again' then .ufrawrc is not written after each processed image. * Add a 'Cancel' button to the 'Options' window. * Fix compatibility issues with GTK+ 2.10. * When handling ID files save output image in same directory as ID file. * If input and output filenames in the ID file have the same path, then input filename is searched for in the path of the ID file. This allows moving raw and ID files together between folders. * Add translations to French and Russian. * Some bug corrections.
2006-11-22Fix path to docs in MESSAGE. This is PR #35096.reed2-4/+4
It was changed in Makefile revision 1.49 in July 2006. Bump PKGREVISION.
2006-11-22+ BSD_MAKE_ENVrillig1-1/+2
2006-11-22Fixed pkglint warnings.rillig1-3/+3
2006-11-22disable PAM on NetBSD because it requires root privileges at runtime,drochner1-2/+8
should fix PR pkg/34960 by sacres@swattek.ca, bump PKGREVISION
2006-11-22./configure demands libxml2>=2.6.27.ghen1-2/+2
2006-11-22Fix mispellings. From PR #35093.reed1-2/+2
2006-11-22Resolve conflicts. I should have cvs add'ed this instead of cvs import'ing, asghen9-160/+113
wip/seamonkey has already existed in pkgsrc-wip.
2006-11-22Re: pkg/35086: security/pinentry: PLIST is wrongshannonjr2-4/+4
PLIST correction.
2006-11-22Note update of sysutils/xentools20 to version 2.0.7nb9seb1-1/+2
2006-11-22Fix build with libcurl-7.6.10.seb10-11/+198
Fix build with NetBSD's current gcc 4.1.2. Bump PKGREVISION to 9. Approved by maintainer.
2006-11-21note textproc/libxslt revision bump to to 1.1.18nb1recht1-1/+2
2006-11-21Add a patch from libxslt CVS:recht3-2/+22
* libxslt/transform.c: fixed problem with entity handling within xsltCopyAttrListNoOverwrite (#352907) http://bugzilla.gnome.org/show_bug.cgi?id=352907
2006-11-21Fixed PKGMANDIR.rillig1-1/+2
2006-11-21Interix doesn't have <inttypes.h>, but <stdlib.h> is guaranteed to pulltv2-1/+15
in [u]intptr_t.
2006-11-21On Interix, use pkgsrc iconv, as the calls rsync is doing are segfaultingtv1-0/+9
in libc (the "initialize/reset" call of foo,NULL,0,NULL,0 doesn't work).
2006-11-21Add explicit IOV_MAX for Interix -- openssh tries to use _XOPEN_IOV_MAXtv1-1/+2
in an autoarray, but on Interix that is the same as INT_MAX[!].
2006-11-21regen for patchestv1-2/+2
2006-11-21fix variable name in Interix part of patchtv1-2/+2
2006-11-21Added shells/eltclsh version 1.6.obache1-1/+2
2006-11-21Added eltclsh.obache1-1/+2
2006-11-21Import eltclsh version 1.6.obache5-0/+59
Based on PR 22994 by Anthony Mallet. I modify to adapt to recent pkgsrc tree and update from 1.4 to 1.6. eltclsh (editline tcl shell) is an interactive shell for the TCL programming language. It provides command line editing, history browsing as well as variables and command completion thanks to editline features. The completion engine is programmable in a way similar to tcsh, and comes with an programmed completion for the whole TCL language by default. The package also provides elwish, an interactive interpreter for the Tk toolkit.
2006-11-21Added lang/g95 version 0.91 [wennmach 2006-11-21]wennmach1-1/+2
2006-11-21Note update of "gv" package to version 3.6.2nb1.tron1-1/+2
2006-11-21Add security fix for CVE-2006-5864 based on patch taken from Debian Sarge.tron3-2/+30
Bump package revision because of this fix.
2006-11-21Only set BINPKG_SITES to ftp.netbsd.org, if the OS is actually NetBSD.joerg1-1/+5
2006-11-21Add and enable g95.wennmach1-1/+2
2006-11-21Initial import of g95, a Fortran 95 compiler from g95.org.wennmach6-0/+135
G95 is a stable, production Fortran 95 compiler available for multiple CPU architectures and operating systems. Innovations and optimizations continue to be worked on. Parts of the F2003 standard have been implemented in g95.
2006-11-21Made the package work on Solaris.rillig1-2/+3
2006-11-21Fix PLIST for pgsql option.hira1-2/+1
2006-11-21Move directory of "netperf" package to "benchmarks". It was marked astron7-7/+7
being in that category anyway.
2006-11-21 Updated graphics/p5-Image-ExifTool to 6.57 [gdt 2006-11-21]gdt1-1/+2
2006-11-21Update to 6.57. Some of the many changes since 6.42:gdt2-6/+6
- Added read support for a number of audio file formats: Ogg Vorbis, Ogg FLAC, FLAC, APE (Monkey's Audio) and MPC (Musepack) - Improved parsing of ID3 v2.3 and v2.4 information - Added read/write support for Canon VRD (Recipe Data) files and trailers - Improved handling of trailers in JPEG and TIFF-format images: - Fixed bug when re-writing NEF files which caused new preview image written by Nikon Capture 4.4.0 to be lost - Added ability to create JFIF segment
2006-11-21Note update of "milter-greylist" package to version 3.0.tron1-1/+2
2006-11-21Update "milter-greylist" package to version 3.0. No functional changestron2-6/+6
since release candidate 7.
2006-11-20Re: pkg/35088: security/gnupg2: PLIST.gpgsm is wrongshannonjr2-3/+25
PLIST correction.
2006-11-20Note update of comms/jpilot to 0.99.9.bad1-1/+2
2006-11-20Updated mail/sylpheed to 2.2.10xtraeme1-1/+2