summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-04-17+ amaya-9.5 (security update)salo1-1/+2
2006-04-17Note that on NetBSD 4.0 the user no longer needs to use ipwctl to load therpaulo1-1/+2
firmware.
2006-04-17rdiff-backup-1.0.4recht2-4/+4
2006-04-17update to rdiff-backup 1.0.4recht2-8/+7
patch provided by Daniel Neri in PR 32777 New in v1.0.4 (2006/01/15) -------------------------- Files with ACLs will not be unnecessarily marked as changed (bug report by Carsten Lorenz). Another fix for long-filenames crash, this time when a long-named directory with files in it gets deleted Selection fix: empty directories could sometimes be improperly excluded if certain include expressions involving a non-trailing '**' were used. Bug reported by Toni Price. Bug #15436 reported by Remy Blank: rdiff-backup would sometimes crash on ACLs if the owning uname did not exist on destination. New in v1.0.3 (2005/11/25) -------------------------- Applied Alec Berryman's patch to update the no-compression regexp. Alec Berryman's fs_abilities patch is supposed to help with AFS. Fixed (version of) filename-too-long crash when quoting. Due to very detailed error report from Yoav, fixed a "Directory not empty" error that can arise on emulated filesystems like NFS and EncFS. Cleaned up remove older than report, and also stopped it from deleting current data files if you specify a time later than the current mirror. --compare fix, now you don't need to specify the exact time of a session to avoid a "no metadata" error. New in v1.0.2 (2005/10/24) -------------------------- Fix for spurious security violation from --create-full-path (reported by Mike Bydalek). Fix for bug 14545 which was introduced in version 1.0.1: Quoting caused a spurious security violation. (Important for Mac OS X) An error reading carbonfile data on Mac OS X should no longer cause a crash. (Thanks to Kevin Horton for testing.) Carbonfile support now defaults to off, even if the system appears to support it. It can be manually enabled with the --carbonfile switch. If you know something about Mac OS X and want to look at the carbonfile code so it can be re-enabled by default, please do so :) (help available from list) Fix for bug #14799 reported by Bob McKay: Crash when backing up files with high permissions (like suid) to some FAT systems.
2006-04-17lopster 1.2.2rpaulo2-3/+3
2006-04-17Update distinfo for 1.2.2.rpaulo1-4/+4
2006-04-17Update to 1.2.2.rpaulo1-3/+2
Mostly bug fixes and some GUI changes.
2006-04-17Remove the include of xextensions buildlink3.mk.reed1-2/+1
Its code doesn't reference any x11/extensions/*.h headers. And building it doesn't seem to need it either. If it was needed before, then probably one of its other dependencies ended up needing it and that is the one that should include it in its own buildlink3.mk file. (I am looking at these because I am working on updating xextensions package which includes a rename to xextproto.) Okayed by maintainer. No revision change as it was a "build" dependency.
2006-04-17Add p5-Text-Context-EitherSide.minskim2-2/+4
2006-04-17Import p5-Text-Context-EitherSide from pkgsrc-wip. Packaged by Roman Kulik.minskim4-0/+42
Suppose you have a large piece of text - typically, say, a web page or a mail message. And now suppose you've done some kind of full-text search on that text for a bunch of keywords, and you want to display the context in which you found the keywords inside the body of the text. A simple-minded way to do that would be just to get the two words either side of each keyword. But hey, don't be too simple minded, because you've got to make sure that the list doesn't overlap. If you have the quick brown fox jumped over the lazy dog and you extract two words either side of ``fox'', ``jumped'' and ``dog'', you really don't want to end up with quick brown fox jumped over brown fox jumped over the the lazy dog so you need a small amount of smarts. This module has a small amount of smarts.
2006-04-17More PKGREVISION bumps for png-1.2.9nb2 update.wiz46-83/+92
2006-04-17vba updated to 1.7.2.wiz2-3/+3
2006-04-17Update to 1.7.2, from dillo@.wiz5-9/+296
SDL code majorly hacked so it works (by dillo@). I had this lying around for ages, so I'll just commit it now. Version 1.7.2: Core changes: - fixed bugs on ELF clean up - improved CodeBreaker 0xDxxxxxxx code support - updated Scale2x filter to version 2.0 - improved memory timing - added support for z2 (delete break on write) so that gdb can use break on write Windows: - added search for base language dll - fixed GDI problems with selected bitmap being deleted - added JPEG and PNG support for skins - changed import/export battery file to default to battery directory - fixed the translation bug with viewers - fixed the GB map view flickering - fixed skin bugs SDL versions: - now it exits when closing the window Other: - added a new interface using GTK+, which implements a first part of the Windows version Version 1.7.1: Core changes: - added SWI call (0xf9 in thumb mode) to exit emulator in SDL version - avoid crash when loading an invalid ELF file - avoid turning sound on if soundOffFlag is true - disabled remove intros option - fixed memory leak in ELF support code - fixed memory corruption if loading a bigger file than the memory to hold it - fixed some compile warnings in the profiling code - merged some big endian fixes into the code - update battery files more often (a bit after the save memory is last updated) Gameboy: - fixed bug with window support introduced in version 1.7 - fixed HALT bug when no matching bits for interrupt Windows: - added cartridge save strings to bug report - changed default button on disassembly views to Go instead of Close - changed power management/screen saver disabling code again to avoid problems - fixed compilation problems on VC 7 - fixed multi-monitor support - fixed bug loading memory dumps - fixed crash onb map/oam/tile viewers - fixed problem 320x240 mode open/save dialogs - fixed bug where user selected Gameboy colors were reset and not stored - fixed bug rendering the translator URL - fixed memory leak in OpenGL code which caused nasty problems - store throttle value between restarts of the emulator - updated FAQ and URL links to the new site Version 1.7: Core changes: - added fixes to video filters done by Flea for Mac OS X - added/fixed ArcTan/ArcTan2 emulation - added sound volume .25 and.50 - added hq2x/lq2x filters - aded global cheat disable - some code clean up - fixed some CBA cheat support - fixed ARM/Thumb instruction timing, including memory access - fixed minor bugs in STMDx ARM instructions - fixed ARM LDRx instructions when base equals dest Gameboy: - added support for 8M roms - (re)added support for 2-4 playes in SGB mode - added sprite limit emulation (thanks Ricky of KiGB) - cancel pending EI when imediately followed by DI - implemented DI/HALT bug - implemented STAT write bug during VBLANK or HBLANK when in GB mode - implemented GDMA delay in GBC mode (thanks TM of GEST) - fixed priority between OBJ and Window - fixed some SGB border problems - fixed window rendering problems in some cases - fixed CGB initial background palette to white - fixed initial save memory value to 0xFF instead of 0x00 (thanks TM of GEST) - fixed LCD interrupts to only occur once per line - fixed incorrect display when BG is off - modified interrut delay to 6 clock ticks instead of 2 - moved scanline update to beginning of HBLANK Windows: - added predefined Gameboy palettes (thanks Kojote) - added GBA IO Viewer to view/modify GBA hardware registers - added menu entry to load most recent save state - added menu entry to save state into oldest slot - added option to auto load the most recent save state upon loading - added fullscreen max scale option - chnaged the bug report option to be a little more friendly - enhanced save state submenus to show date/time of when save was made - enhanced logging window to capture data even if not being displayed - fixed Direct3D/OpenGL "green" bug with Motion Blur Interframe Blending - fixed Direct3D full screen with Gameboy roms - fixed minor bugs when saving images in the different viewers - fixed power management disabling: should avoid monitor turning off now - improved cheat input to be more flexible and easy to enter - migrated whole GUI code to MFC
2006-04-17Replace hardcoded /usr/local/include with ${BUILDLINK_PREFIX.iconv}/includeminskim1-2/+3
to avoid picking up a wrong iconv library. Patch provided by Bel Woolley in private email.
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz1117-1996/+2246
2006-04-17Update to 1.2.9nb2 (hopefully final update for this weekend):wiz4-17/+11
. add rpath to libpng-config output . link against libpng12 (instead of libpng) in all cases. The latter causes shlib dependency changes, so update BUILDLINK_ABI_DEPENDS.png.
2006-04-17Note revbump-1.7 update.wiz1-1/+2
2006-04-17Correct man page: PKGREVISION bumps need to be completedwiz2-6/+6
before buildlink3.mk files can be updated. Update to 1.7.
2006-04-17Make sure to avoid running configure in sablevm's libffi and libpopt, as we usetonio2-4/+34
pkgsrc ones. That should fix the problems with x86_64 (PR pkg/30138)
2006-04-17Extend ".la" file hack to make it work under Mac OS X (Darwin), too.tron1-1/+2
2006-04-17Update to 1.22.gdt4-34/+6
hashcash-1.22 - 08-Apr-2006 - Adam Back <adam@cypherspace.org> [BUG FIXES] hashcash-1.18 - 05-Jul-2005 - Adam Back <adam@cypherspace.org> * add a simpler minting API to make it easier to mint stamps from VB scripting hashcash-1.17 - 30-Mar-2005 - Adam Back <adam@cypherspace.org> [BUG FIXES] hashcash-1.15 - 12-Jan-2005 - Adam Back <adam@cypherspace.org> * make "Hashcash:" be accepted as well as "X-Hashcash:" suggestion by Simon Josefsson <jas@extundo.com>. This way if/when the X- is dropped from hashcash headers we will not have a backwards compatibility problem. (Well not after version 1.15). * implement the -Z option to compress stamps; in fact the usage changed so -Z takes an argument: 0, 1 or 2. 0 = not compressed, 1 = compressed but not so the counter + padding is split, and 2 = very compressed, but slow. (Due to a late discovered bug 2 is the same as 1 for now until I can fix that.) * added -O x -sv to request benchtest of core x only * make code work with -DOPENSSL, think this slipped during integration of Jonathan's libfastmint as it uses some lower level openssl APIs internally. I fixed it but it might be a bit openssl version specific, if they changed the state fields at any point. (This change coincidentally I think should work around the linking with openssl problem that Hal Finney <hal@finney.org> reported). * add libhashcash.a intermediate target to make hashcash more convenient to link into other software on linux. (A suggestion from Hal Finney who was trying to link to his RPOW system.) hashcash-1.14 - 14-Dec-2004 - Adam Back <adam@cypherspace.org> * make hashcash -cX accept continuation lines starting with space as well as tab * add library function to wrap lines and use it from hashcash command line tool. * fix long vs time_t prototype mismatch that was giving compile errors on BSD; also cleaned up some warnings that can be obtained with gcc -Wall.
2006-04-17Remove share/html2text directory on uninstall.schmonz1-1/+2
2006-04-17Make sure sablevm-classpath do not install jni.h (since it is provided bytonio8-15/+45
sablevm) as noted by Gary Duzan in PR pkg/30137 Fix PLIST issues, to properly deintall Fix AWK snippets for print-PLIST Bump PKGREVISION for sablevm and sablevm-classpath
2006-04-17Note update of "mysql5-server" package to version 5.0.20nb1.tron1-1/+2
2006-04-17Add fix for CAN-2006-0903 taken from MySQL bug #17667. Bump packagetron3-3/+18
revision because of this security fix.
2006-04-17Note update of adzap to version 20060414:simonb1-1/+2
- Add more ad patterns. - Add ADJSTEXT and ADHTMLTEXT zap classes. Note: adds the STUBURL_ADJSTEXT and STUBURL_ADHTMLTEXT variables; users should update to the latest adzap.conf as shown in the install message.
2006-04-17Update to version 20060414:simonb4-15/+19
- Add more ad patterns. - Add ADJSTEXT and ADHTMLTEXT zap classes. Note: adds the STUBURL_ADJSTEXT and STUBURL_ADHTMLTEXT variables; users should update to the latest adzap.conf as shown in the install message.
2006-04-17Updated graphics/netpbm to 10.33adam1-1/+2
2006-04-17Changes 10.33:adam3-23/+9
Add pamtosvg. g3topbm: Add -width, -paper_size. libnetpbm / most newer programs: Fix bug that produces plain format output when it should be raw because pnm_readpaminit() does not set 'plainformat' and most programs just copy the input pam to the output pam. pamflip: fix bug with left/right flip of PBM that has width an even multiple of 8 plus something less than 8. pnmquant: turn on autoflush when creating seekable file. install: fix symbolic link pnmdepth -> pamdepth. build: fix some importinc dependencies.
2006-04-17Updated math/qalculate to 0.9.3adam2-3/+8
2006-04-17Changes 0.9.3:adam20-70/+62
* Avoid floating point overflow and underflow * Do not use "Read Precision" in plot * cos(x*pi*rad) equals 1 if x is even, not -1 * isodate(), localdate(), timestamp(), stamptodate() functions * Fix show ending zeroes * Fix prefixes with automatic simplification/factorization * Approximate comparison * ...and some more...
2006-04-17PLIST fixadam1-1/+25
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam552-45768/+45768
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-04-17Only do the locale transformation if USE_PKGLOCALEDIR is defined. Thisjlam2-2/+9
avoids any problems with current packages that install locale files but don't honor PKGLOCALEDIR yet.
2006-04-17Modify the plist module to automatically transform "^share/locale" injlam4-19/+63
PLISTs to "${PKGLOCALEDIR}/locale" for the installed PLIST. This is similar to the work that's already done to automatically handle PKGINFODIR and PKGMANDIR. PLISTs in pkgsrc will be modified so that they would just list the message files to be under "share/locale". USE_PKGLOCALEDIR must continue to be set in package Makefiles so that localedir substitutions happen at post-configure time.
2006-04-17proftpdmartti1-1/+2
2006-04-17Updated net/proftpd to 1.3.0martti3-12/+12
This is the official release (which should be identical to rc5)
2006-04-16Fix build when faac is installed. Reported by veego@.wiz2-3/+12
2006-04-16png updated to 1.2.9nb1.wiz1-1/+2
2006-04-16Update to 1.2.9nb1:wiz6-113/+38
. pngconf.h included "config.h" if HAVE_CONFIG_H is defined -- really not a good idea, patch it out. broke at least libwmf, reported by veego@ . install some libpng12 files -- IIUC, libpng12* is the future and libpng* is becoming obsolete -- at least according to the wishes of the authors. Don't follow this completely yet, but still patch the pkg-config file to link against -lpng instead of -lpng12, which would require a recursive PKGREVISION bump. We should probably do this at some future time. . switch pkgconfig file to look for headers in include/libpng12 -- the headers still exist in include/ for backwards compatibility. . switch to using GNU_CONFIGURE and the included libtool handling instead of patching in our own into a Makefile. Gets rid of patches and pkgsrc Makefile code.
2006-04-16Add p5-Time-Local.minskim2-2/+4
2006-04-16Import p5-Time-Local from pkgsrc-wip. Packaged by Roman Kulik.minskim4-0/+28
These routines are the inverse of built-in perl functions localtime() and gmtime(). They accept a date as a six-element array, and return the corresponding time(2) value in seconds since the system epoch (Midnight, January 1, 1970 UTC on Unix, for example). This value can be positive or negative, though POSIX only requires support for positive values, so dates before the system's epoch may not work on all operating systems.
2006-04-16Add lang/jamvm version 1.4.2tonio2-2/+4
2006-04-16Import lang/jamvm from wiptonio4-0/+59
JamVM is a new Java Virtual Machine which conforms to the JVM specification version 2 (blue book). In comparison to most other VM's (free and commercial) it is extremely small, with a stripped executable on PowerPC of only ~135K, and Intel 100K. However, unlike other small VMs (e.g. KVM) it is designed to support the full specification, and includes support for object finalisation, the Java Native Interface (JNI) and the Reflection API.
2006-04-16Fix statvfs support on NetBSD and Solaris (block counts are in unitsmarkd5-9/+64
of f_frsize, not f_bsize). Also add DragonFly support from the old tunepimp package (untested). Package uses c++ and libtool so say so in Makefile. Bump PKGREVISION.
2006-04-16Distfile has changed, but the only difference is time-stamps of all its filesadam1-4/+4
2006-04-16"Your operating system Darwin isn't supported. Feel free to help. :P"ghen1-1/+3
NOT_FOR_PLATFORM added, I'll leave this to a Darwin guru to fix...
2006-04-16Removed patch-ai since msgfmt.sh works correctly nowadam2-17/+1
2006-04-16png updated to 1.2.9.wiz2-3/+3
2006-04-16Update to 1.2.9:wiz6-49/+59
Changes since the last public release (1.2.8): version 1.2.9 [April 14, 2006] Initialized some structure members in pngwutil.c to avoid gcc-4.0.0 complaints Fixed an incorrect typecast in pngrutil.c Added PNG_NO_READ_SUPPORTED conditionals for making a write-only library. Added PNG_NO_WRITE_INTERLACING_SUPPORTED conditional. Optimized alpha-inversion loops in pngwtran.c Moved test for nonzero gamma outside of png_build_gamma_table() in pngrtran.c Make sure num_trans is <= 256 before copying data in png_set_tRNS(). Make sure num_palette is <= 256 before copying data in png_set_PLTE(). Interchanged order of write_swap_alpha and write_invert_alpha transforms. Added parentheses in the definition of PNG_LIBPNG_BUILD_TYPE (Cosmin). Exported png_get_uint_32, png_save_uint_32, png_get_uint_16, png_save_uint_16, png_get_int_32, png_save_int_32, png_get_uint_31 (Cosmin). Added parentheses in the definition of PNG_LIBPNG_BUILD_TYPE (Cosmin). Added type cast (png_byte) in png_write_sCAL() (Cosmin). Fixed scripts/makefile.cygwin (Cosmin). Updated scripts/makefile.bc32 for Borland C++ 5.6 (Cosmin). Updated scripts/pngos2.def, scripts/pngw32.def (Cosmin). Updated references to png-mng-implement mailing list. Revised man page and libpng.txt to make it clear that one should not call png_read_end or png_write_end after png_read_png or png_write_png. Optimized zlib window flag (CINFO) in contrib/pngsuite/*.png (Cosmin). Check for png_rgb_to_gray and png_gray_to_rgb read transformations before checking for png_read_dither in pngrtran.c Revise checking of chromaticity limits to accommodate extended RGB colorspace (John Denker). Changed line endings in some of the project files to CRLF, even in the "Unix" tar distributions (Cosmin). Make png_get_int_32 and png_save_int_32 always available (Cosmin). Updated scripts/pngos2.def, scripts/pngw32.def and projects/wince/png32ce.def with the newly exported functions. Eliminated distributions without the "configure" script. Updated INSTALL instructions. Make libpng.pc respect EXEC_PREFIX (D.P.Kreil) Remove reference to pngasmrd.h from Makefile.am Change definition of PKGCONFIG from $prefix/lib to $libdir in configure.ac Removed newline from the end of some error and warning messages. Removed test for sqrt() from configure.ac and configure. Made swap tables in pngtrans.c PNG_CONST (Carlo Bramix). Added "OS2" to list of systems that don't need underscores, in pnggccrd.c Removed libpng version and date from *.c files. Removed trailing blanks from source files. Put version and date of latest change in each source file, and changed copyright year accordingly. Restored scripts/makefile.elf which was inadvertently deleted. Removed libpng.vers and libpng.sym from libpng12_la_SOURCES in Makefile.am Fixed inconsistent #ifdef's around png_sig_bytes() and png_set_sCAL_s() in png.h. Updated makefile.elf as suggested by debian. Added LN_SF, MKDIR_P, and other macros to some of the makefiles. Made some makefiles accept "exec_prefix". Simplified some makefiles by using LIBSO, LIBSOMAJ, and LIBSOVER macros. Fixed some "#ifdef defined (..." which should be "#ifdef defined(..." Bug introduced in libpng-1.2.8. Fixed inconsistency in definition of png_default_read_data() Revised calculation of "current" and "major" for irix in ltmain.sh Separated PNG_EXPAND and PNG_EXPAND_tRNS. Added png_set_expand_gray_1_2_4_to_8() and deprecated png_set_gray_1_2_4_to_8() which also expands tRNS to alpha. Include "config.h" in pngconf.h when available. Added some checks for NULL png_ptr or NULL info_ptr (Coverity) Made pnggccrd.c PIC-compliant (Christian Aichinger). Added makefile.mingw (Wolfgang Glas) Revised pngconf.h MMX checking. Defined PNG_USER_PRIVATEBUILD when including "pngusr.h" (Cosmin). Removed nonsensical assertion check from pngtest.c (Cosmin). Revised makefile.beos and added "none" selector in ltmain.sh