summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-06-09Add a patch.ryoon1-0/+15
2013-06-09Update to 3.0.3ryoon6-32/+36
* Add LICENSE. Changelog: dillo-3.0.3 [April 17, 2013] +- Support for CSS display property - Replace polling in DNS with a pipe. - Packed trie to optimize hyphenator memory consumption. - Fix crash in datauri dpi. - Speed up DNS requests when ipv6 isn't enabled. Patches: Johannes Hofmann +- Fix image input coordinates (BUG#1070) - When location bar is given focus, temporarily show panels if hidden (BUG#1093). - Fix bug where data URI has charset but no media type. - Bug meter line number fix for bare carriage returns. - Add some more info to various bug meter messages. - For text selection, fix releasing mouse button outside of boundary. - While selecting text, moving cursor outside viewport will scroll it. - Make form resetting work for <select>. - Never leave location bar empty when requesting page (BUG#1113). - Some improvements to tab navigation of form widgets (includes BUG#1111). - Don't let form input widget insert literal control chars (BUG#1110). - Assorted improvements to browser usability from the keyboard. - Added user interface color preferences (ui_*). - Removed show_url preference. Patches: corvid +- Automatic hyphenation (includes penalty_* preferences that control line-breaking). Patch: Sebastian Geerken +- Added the "view-source" keybinding (default: Ctrl-U). Patch: Alexander Voigt +- Introduced the domainrc mechanism for finer-grained control than filter_auto_requests had provided. Patch: p37sitdu, corvid +- After focusing option menu, keypress will seek to next one beginning with that character. - When active tab is closed, focus the last one visited or opened. - Fixed a bug in dpip when dillo aborts a running dpi connection. Patches: Jorge Arellano Cid +- Better window titles. - Show dialog if saved file would overwrite an existing one. Patches: Jeremy Henty +- Remove hardcoded UI colors. Patch: Benjamin Johnson, corvid +- Fix fd leak in dpi write failure case. Patch: p37sitdu, Jorge Arellano Cid
2013-06-09Updated x11/fltk13 to 1.3.2ryoon1-1/+2
2013-06-09Update to 1.3.2ryoon4-34/+64
* Update MASTER_SITES. Changelog: CHANGES IN FLTK 1.3.2 - Removed unnecessary drawing calls (STR #2898) - Fixed regression in FLTK 1.3.1 for unbundled Mac OS FLTK applications that did not appear in dock nor have a menu bar (STR #2890). - Fl_Table::clear() now calls table->clear() for consistency. (STR #2889) - Fixed Fl_Scroll widget that fails under Mac OS X 10.8 and retina display (STR #2887). - Prevents scrollbars from drawing when widget is sized too small to be visible (STR #2886). - Documented how to make a Mac OS X FLTK application launchable by dropping files on its icon. - Fixed a Mac-specific issue appeared with OS 10.8 (Mountain Lion): long delay before opening when the application is started by dragging a file on the application icon. - Fixed use of PNG image from im-memory data (STR #2884). - Added static Fl_RGB_Image::max_size(size_t) to limit the maximum memory size allowed to RGB images (STR #2881).
2013-06-09Updated devel/geany to 1.23.1ryoon2-3/+3
2013-06-09Update to 1.23.1ryoon3-11/+54
Changelog: * Many new features. * Many bugfixes.
2013-06-09Updated wm/ctwm to 3.8.1ryoon2-3/+3
2013-06-09Update to 3.8.1ryoon3-29/+6
Changelog: Changes from version 3.8 to 3.8.1 --------------------------------- 1 - Fix bug causing [de]iconified status of windows to not be maintained across workspaces. [Matthew Fuller] 2 - Quite a bunch of compiler warnings. [Matthew Fuller] 3 - Make sure we fully initialize our WorkSpaceWindow structure so we don't try to dereference uninitialized pointers later on. [Matthew Fuller] 4 - Increased the number of supported mouse buttons again, having just heard of a mouse with 9 possible buttons... [Richard Levitte] 5 - Fix a bug in the warping "next" function, where if there is a single window and the cursor is not on it, invoking 'f.warpring "next"' does nothing. [Martin Blais] 6 - Introduce a new feature called "SaveWorkspaceFocus", which when enabled, makes ctwm remember which window has the focus within each virtual workspace. As you switch workspaces, the cursor is automatically warped to the window previous in focus in the workspace. This significantly reduces the amount of mouse use. [Martin Blais] 7 - From Matthias Kretschmer <kretschm@cs.uni-bonn.de>: f.fill patch. Without the patch, you might get windows which are increased by two times the border width more than it should be. Additionally if you place a window with no/not much size contrainst like firefox in the upper left corner and perform f.fill "top" or f.fill "left" the size of the window will increase by two times the border width in width and height without changing the top-left coordinate without the patch. Of course in such a situation the size should not change at all... [via Olaf Seibert]
2013-06-09Updated archivers/gcpio to 2.11ryoon2-3/+3
2013-06-09Update to 2.11ryoon17-1073/+10
* Update LICENSE to gnu-gpl-v3 Changelog: 2.11: Fix mt build. In copy-in mode, if directory attributes do not permit writing to it, setting them is delayed until the end of run. This allows to correctly extract files in such directories. In copy-in mode, permissions of a directory are restored if it appears in the file list after files in it (e.g. in listings produced by find . -depth). This fixes debian bug #458079. Fix possible memory overflow in the rmt client code (CVE-2010-0624). 2.10: Ensure record headers are properly packed (fix builds on ARM). Fix exit codes to reliably indicate success or failure of the operation. Fix large file support. Support MinGW builds. Minor bugfixes. 2.9: Licensed under the GPLv3. Bugfixes Honor umask when creating intermediate directories, not specified in the archive (debian bug #430053). 2.8: Option --owner can be used in copy-out mode, allowing to uniformly override the ownership of the files being added to the archive. Bugfixes: Symlinks were handled incorrectly in copy-out mode. Fix handling of large files. Fix setting the file permissions in copy-out mode. Fix CAN-2005-1111 2.7: Improved error checking and diagnostics Fixed CAN-1999-1572 Allow to use --sparse in both copy-in and copy-pass. Fix bug that eventually caused copying out the same hard-linked file several times to archive. Fix several LFS-related issues. Fix Debian bug #335580.
2013-06-09Update to latest release. Use options framework to all user to build arodent3-8/+24
statically linked package. Buildlink pthread. Simplify HOMEPAGE. USE .bz2 distfile. From NEWS: Version 3.4.2 (2013.3.1) ------------------------ * Bug fix release. (Thanks to chisj, vlad417, Petr and Viona) Release Note: Micro QR Code encoder had a bug that caused incorrect output (issue #25). Now the bug has been fixed. Memory leak bug (#24) and insufficient string splitting bug have been fixed.
2013-06-09Added graphics/goocanvas2 version 2.0.1obache2-3/+3
2013-06-09Updated www/webkit-gtk3 to 1.10.2nb6obache1-1/+2
2013-06-09Updated www/webkit-gtk to 1.10.2nb8obache1-1/+2
2013-06-09Updated fonts/ja-naga10 to 1.1nb2obache1-1/+2
2013-06-09Updated fonts/efont-unicode to 0.4.2nb2obache1-1/+2
2013-06-09+ goocanvas2obache1-1/+2
2013-06-09Import goocanvas-2.0.1 as graphics/goocanvas2.obache27-0/+1000
GooCanvas is a canvas widget for GTK+ that users the cairo 2D library for drawing.
2013-06-09Enable introspection support.obache5-7/+24
Bump PKGREVISION.
2013-06-09Bump PKGREVISION so that .pcf files will be created correctly with X relatedobache2-4/+4
tools fixes. PR pkg/47883.
2013-06-09Fix driver man suffix on SunOS.rodent7-7/+43
2013-06-09Add MAKE_FLAGS+=appdefaultdir=${PREFIX}/lib/X11/app-defaults so packagerodent3-3/+9
works with native xorg.
2013-06-09Remove php-concrete5, php-sugarcrm, and php-tt-rss.ryoon1-4/+1
2013-06-09Updated security/otpCalc to 0.97ryoon2-3/+3
2013-06-09Update to 0.97ryoon3-14/+26
* Update HOMEPAGE and MASTER_SITES. * Convert custom do-install taget to patch to Makefile.in. Changelog: version 0.97 * Case insensitivity when responding to S/KEY challenges. RFC1760 does not mention case sensitivity, but I've received a report of a server implementation that is case sensitive. OTP behavior is unchanged.
2013-06-09Updated games/puzzles to 9861wiz1-1/+2
2013-06-09Updated misc/less to 458ryoon2-3/+3
2013-06-09Update to 458ryoon2-7/+6
Changelog: Version 458 was released on 4 Apr 2013. These are the differences between version 451 and version 458: Allow backslash escaping of metacharacters in LESS environment variable if the --use-backslash option is set. Don't quit if syntax errors are found in command line options. Increase sizes of some internal buffers. Fix configure bug with --with-regex=none. Fix crash with "stty rows 0". Fix Win32 attribute display bug. Fix display bug when using up/down arrow on the command line. Version 451 was released on 21 Jul 2012. These are the differences between version 444 and version 451: Add ESC-F command to keep reading data until a pattern is found. Use exit code of LESSOPEN script if LESSOPEN starts with "||". When up/down arrow is used on the command line immediately after typing text, the next command starting with that text is found. Add support for GNU regex. Add configure option --with-regex=none and fix compile errors when compiling with no regex library. Fix bugs handling SGR sequences in Win32. Fix possible crashes caused by malformed LESSOPEN or LESSCLOSE variables. Fix bug highlighting text which is discontiguous in the file due to backspace processing. Fix bug in displaying status column when scrolling backwards with -J and -S in effect.
2013-06-09Update to 9861:wiz2-7/+6
Remove spurious "unfinished/" that appeared at the start of the unfinished puzzles' gamedesc.txt lines due to a Perl error. Ahem. Add comment to remind myself (and anyone else) how to refresh the XFCE menu. Script to read the new gamedesc.txt and create .desktop files. My immediate intention is to run this locally so that my XFCE main menu acquires shortcuts for my locally compiled puzzle binaries, but I expect the script could probably be adapted for systemwide distribution use if any distribution hasn't already done this job in their own way by now. Rename wingames.lst to gamedesc.txt, and add a couple of extra fields to it giving each game's "internal" name (as seen in the source file, .R etc) and also a brief description of the game. The idea of the latter is that it should be usable as a comment field in .desktop files and similar.
2013-06-09Updated print/enscript to 1.6.6ryoon2-3/+3
2013-06-09Update to 1.6.6ryoon4-25/+9
* Remove obsolete patch (already in upstrem). * Update HOMEPAGE. Changelog: Summary of changes in enscript version 1.6.6: * Add afm/MustRead.html, containing licensing information for Adobe AFM files. (Savannah bug #35883) * Sync all translations from the Translation Project. Please visit http://translationproject.org/ to help translate Enscript! * Add documented but missing '-w' option as an alias for '--language'. (Savannah bug #30651) * Apply sliceprint patch from Debian. (Savannah bug #31259)
2013-06-09There is no xmlto-2.0.ryoon1-2/+1
2013-06-09Updated misc/xchm to 1.22ryoon2-3/+3
2013-06-09Update to 1.22ryoon3-8/+8
Changelog: * 1.21: + updated Polish, Russian translations. + fixed a fonts setup bug. * 1.22: + added Greek translation. + implemented fullscreen mode.
2013-06-09gmake is required for SunOS.obache1-1/+7
2013-06-09Add USE_LANGUAGES=c c99, package requires C99 features.jperkin1-1/+2
Fixes build on SunOS.
2013-06-09pkgsrc has no xmule now, remove it.ryoon1-2/+1
2013-06-09Updated games/xye to 0.12.1ryoon2-3/+3
2013-06-09Update to 0.12.1ryoon5-45/+60
* Fix MASTER_SITES to standard way. * Strip end of line CR for patching. Changlog: unknown
2013-06-09Updated textproc/wdiff to 1.2.1ryoon2-3/+3
2013-06-09Update to 1.2.1ryoon3-7/+9
Changelog: Version 1.2.1 - March 2013, by Martin von Gagern Added Esperanto translation. Updated Czech, German, Spanish, Finnish, Galician, Italian, Dutch, Polish, Slovenian, Serbian, Swedish, Ukrainian and Vietnamese translations. Updated gnulib. Recreated build system using recent versions of autotools. This will avoid security issues in "make distcheck" target. (CVE-2012-3386)
2013-06-09Updated emulators/bochs to 2.6.2ryoon2-3/+3
2013-06-09Update to 2.6.2ryoon3-24/+6
* Remove obsolete patch. * Remove deprecated CONFIGURE_ARGS. Changelog: Changes in 2.6.2 (May 26, 2013): - CPU - VMX: implemented VMENTER to non-active guest state (HLT, SHUTDOWN, WAIT-FOR-SIPI) - VMX: fixed write of guest segment access rights VMCS fields (32-bit field was truncated to 16-bit) - CPUID: Don't report Architectural Performance Monitoring in CPUID. Reporting true capabilities without actually supporting them breaks Win7 x64 installation. - CPUID: Fixed bx_generic CPUID std leafs (all std leafs > 2 were corrupted) - CPUID: Enable all supported VMX capabilities for bx_generic CPUID configuration. - CPUID: Enable X2APIC support for Ivy Bridge CPUDB configuration. - Configure and compile - Enabled VMX compilation by default in shortcut scripts. - Allow CPU_LEVEL=5 configurations (pentium_mmx and amd_k2_chomper) even when Bochs was compiled with CPU_LEVEL > 5. - Misc - Fixes for Bochs port on MorphOS (based on a patch by Thore Sittly): missing functions, byte-swapping and cdrom support. ------------------------------------------------------------------------- Changes in 2.6.1 (April 7, 2013): - CPU / CPUDB - Bochs is fully aligned with rev45 of the of Intel(R) Architecture Manual. - Implemented Supervisor Mode Access Prevention (SMAP) support - Implemented VMX APIC Registers Virtualization and VMX Virtual Interrupt Delivery - Implemented VMCS Shadowing and #VE exception secondary VMEXIT controls emulation - Implemented RDRAND and RDSEED instructions ! CPUDB: Added AMD FX-4100 (Zambezi) configuration to CPUDB - Bugfixes for CPU emulation correctness (critical fixes for SVM and AVX2 emulation) - Bochs Debugger and Instrumentation - Use Enhanced GUI Debugger instead of old-style wx debugger with wx gui. The old-style wx debugger support was deprecated and removed from the source code. - I/O Devices - Implemented 3dfx Voodoo Graphics card emulation based on DOSBox patch, to enable configure with --enable-voodoo option. - Hard drive / HD image - Added full save restore support for most of the disk image formats - undoable / volatile mode: added support of other types of r/o base images - DLL HD support rewritten and enabled for WIN32 host - PCI chipset - Implemented i430FX chipset emulation - USB UHCI always enabled in the i440FX case - Config interface - Configure option --enable-misaligned-sse moved to runtime option in .bochsrc. The old option is deprecated and should not be used anymore. - moved 'user_shortcut' bochsrc option to the 'keyboard' option - save log options per device to bochsrc - win32: implemented scrollable dialog items for large parameter lists - GUI and display libraries - Graphics snapshot feature rewritten to support all kinds of graphics modes - wx: starting a second simulation without closing Bochs now almost possible - Tools - bxcommit: added support for converting flat to growing mode images
2013-06-09Updated editors/hexedit to 1.2.13ryoon1-1/+2
2013-06-09Update to 1.2.13ryoon3-21/+6
* Remove obsolete DESTDIR patch. Changelog: february 2013: - fix displaying sector number when above 2^31 - fix potential file descriptor leak (thanks to Rich Burridge) - add DESTDIR support to the makefiles - preprocessor flags should use CPPFLAGS, not CFLAGS - fix a small issue in mymemmem/mymemrmem when HAVE_MEMMEM/HAVE_MEMRMEM is not defined
2013-06-09Updated www/sencha-sns to 1.3.0ryoon1-1/+2
2013-06-09Update to 1.3.0ryoon5-26/+255
* Fix MESSAGE. * Fix config file handling. * Fix INSTALL. Changelog: 1.3.0: * Support PHP 5.4. * Support XAMPP environment. * Bugfixes. 1.2.1: * Fix security bug of CakePHP. 1.2.0: * Add smartphone mode (beta). * Add SMTP support. * Bugfixes. 1.1.1: * Fix bug in Note function. 1.1.0: * Add some features, plugin admin, note, access control, NG words, log delete. * bugfixes.
2013-06-09Fix typo.ryoon1-2/+2
2013-06-09Updated www/php-sugarcrm to 6.5.13ryoon1-1/+2
2013-06-09Update to 5.6.13ryoon3-9/+9
* Update and fix MESSAGE. Changelog: * Many bugfixes. See http://support.sugarcrm.com/02_Documentation/01_Sugar_Editions/05_Sugar_Community_Edition/Sugar_Community_Edition_6.5 .