summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-02-22Update to 2.5.1.01ryoon4-29/+45
* pkgsrc patch is merged to upstream. Changelog: ---------------------------------------------------------------------- OmegaT 2.5.1 update 1 ---------------------------------------------------------------------- 2 Enhancements 2 Bug fixes 0 Localisation updates ---------------------------------------------------------------------- 2.5.1 update 1 vs. 2.5.1 Implemented requests: - Console: more context on error message "Failed to load..." http://sourceforge.net/support/tracker.php?aid=3465220 - Navigate to next/previous segment with a note http://sourceforge.net/support/tracker.php?aid=3484729 Bug fixes: - Remove Tags can create a corrupted target document http://sourceforge.net/support/tracker.php?aid=3487497 - After "save" the cursor goes to the head of the segment http://sourceforge.net/support/tracker.php?aid=1643198 ---------------------------------------------------------------------- OmegaT 2.5.1 ---------------------------------------------------------------------- 10 Enhancements 1 Bug fix 2 Localisation updates ---------------------------------------------------------------------- 2.5.1 vs. 2.5.0 update 5 Implemented requests: - Validate tags in console mode http://sourceforge.net/support/tracker.php?aid=3426212 - Add patterns for text that should be removed and validate http://sourceforge.net/support/tracker.php?aid=3477099 - User-defined tags http://sourceforge.net/support/tracker.php?aid=1599334 - Validate Java MessageFormat pattern tags ({0} etc.) http://sourceforge.net/support/tracker.php?aid=3477045 - Render tags in different color in editor http://sourceforge.net/support/tracker.php?aid=2120329 - Add "date" & "time" to translated file name pattern http://sourceforge.net/support/tracker.php?aid=3346155 - targetLocale for use with DotNetNuke ResX http://sourceforge.net/support/tracker.php?aid=3330974 - Remove all tags http://sourceforge.net/support/tracker.php?aid=3481683 - Create /tm/auto folder in new project http://sourceforge.net/support/tracker.php?aid=3368416 Other enhancements: - Insert Source Tags inserts all relevant tags (custom, java, printf), not only OmegaT-tags Bug fixes: - Camtasia filter: <Line> is incorrectly added as src segment http://sourceforge.net/support/tracker.php?aid=3481602 Localisation updates: - Dutch localisation updated to 2.5.0 update 5 (UI, readme, documentation) - Italian localisation updated to 2.5.0 update 5 (UI, Instant Start, readme) ---------------------------------------------------------------------- OmegaT 2.5.0 update 5 ---------------------------------------------------------------------- 9 Enhancements 5 Bug fixes 2 Localisation updates ---------------------------------------------------------------------- 2.5.0 update 5 vs. 2.5.0 update 4 Implemented requests: - Filter for Camtasia Studio for Windows http://sourceforge.net/support/tracker.php?aid=3457285 - TBX entry/concept level note http://sourceforge.net/support/tracker.php?aid=3454401 - Load comment from TBX even without target language http://sourceforge.net/support/tracker.php?aid=3472408 Other enhancements: - Magento CE locale CVS file filter - The key is now displayed in the comment pane for all ID-based filters: Android Resources Java Resource Bundles Key=Value Files Mozilla DTD ResX SubRip Subtitles Windows Resource WiX - Use a larger default size for the statistics dialog (800x400 instead of 400x300) - When reading external TMXs, the <hi> tag is skipped, as it cannot correspond to a tag of a source document - The "out of memory" message now refers to the manual - Instead of using Java's default memory allocation, the Windows and Linux startup scripts now use 512 MB Bug fixes: - GPL license has an outdated FSF address http://sourceforge.net/support/tracker.php?aid=3440748 - Android filter: non-translatable text was not ignored - Log messages on TMX loading were missing - In the HHC filter, the comment pane contained Tag: PARAM Attribute: value for all segments - For external TMXs, the parameter "Use XML for standalone tags" was not working for all tags Localisation updates: - Dutch localisation updated to 2.5.0 update 3 (UI, readme, documentation) - Italian localisation updated to 2.5.0 update 3 (UI)
2012-02-22Add conditional for NetBSD/{i386,amd64} 6.99.*.ryoon1-3/+5
Tested on NetBSD/i386 6.99.3.
2012-02-22Needs pkg-config for ft2/cairo. Add it to TOOLS.wiz1-2/+2
2012-02-22For some reason this seems to need pkg-config now to build all its libraries.wiz1-2/+2
Add it to TOOLS.
2012-02-22build the library thread-aware, i.e. use <pthread.h> but do notdrochner5-12/+66
link against libpthread. (It doesn't create threads, just uses locking.) This seems to be wanted by some applications, eg vlc issues a warning on startup (with no visible consequences afaict, but anyway). I hope this works for other OSes too. If not, we should probably add support for these cases to mk/pthread.bl3.mk. bump PKGREV
2012-02-22Note update of xulrunner192, firefox36 and firefox36-l10n.obache1-1/+4
2012-02-22Update firefox36 to 3.6.27.obache8-254/+332
pkgsrc changes: * use own mozilla-common.mk, some dependency differ from recent Firefox. * switch to use system cairo. Fixed in Firefox 3.6.27 * MFSA 2012-11 libpng integer overflow Fixed in Firefox 3.6.26 * MFSA 2012-08 Crash with malformed embedded XSLT stylesheets * MFSA 2012-07 Potential Memory Corruption When Decoding Ogg Vorbis files * MFSA 2012-04 Child nodes from nsDOMAttribute still accessible after removal of nodes * MFSA 2012-02 Overly permissive IPv6 literal syntax * MFSA 2012-01 Miscellaneous memory safety hazards (rv:10.0/ rv:1.9.2.26) Fixed in Firefox 3.6.25 * MFSA 2011-59 .jar not treated as executable in Firefox 3.6 on Mac
2012-02-22Added www/php-fpmfhajny2-2/+4
2012-02-22Import php53-fpm-5.3.10 as www/php-fpm.fhajny5-0/+100
PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites. These features include: * Adaptive process spawning (NEW!) * Basic statistics (ala Apache's mod_status) (NEW!) * Advanced process management with graceful stop/start * Ability to start workers with different uid/gid/chroot/environment and different php.ini (replaces safe_mode) * Stdout & stderr logging * Emergency restart in case of accidental opcode cache destruction * Accelerated upload support * Support for a "slowlog" * Enhancements to FastCGI, such as fastcgi_finish_request() - a special function to finish request & flush all data while continuing to do something time-consuming (video converting, stats processing, etc.) ... and much more. It was not designed with virtual hosting in mind (large amounts of pools) however it can be adapted for any usage model.
2012-02-22Updated databases/p5-DBIx-Abstract to 1.01.hiramatsu1-1/+3
Updated databases/p5-DBIx-Class-UUIDColumns to 0.02006.
2012-02-22Update p5-DBIx-Class-UUIDColumns to 0.02006.hiramatsu2-7/+7
Changes from previous: ---------------------- 0.02006 Wed Dec 21 16:58:00 2011 - Repackaged with Module::Install 1.00 - Migrated repository from svn to git and added links to meta tags
2012-02-22Update p5-DBIx-Abstract to 1.01.hiramatsu2-7/+12
Changes from previous: ---------------------- 1.01 2011-08-23 - Update to modern build practices. - Make tests work with SQLite, so they don't need to be configured. - Document its depricated status.
2012-02-22Fix build failure on Linux (PR 42289)cheusov2-1/+17
2012-02-22+ apache-2.4, bftpd-3.7, gnutls-3.0.13, libxklavier-5.2.1, lua-5.1.5,wiz1-11/+15
opendnssec-1.3.6, puzzles-9411, py-moin-1.9.4, stow-2.2.0, vifm-0.7.2, webkit-gtk-1.7.5, windowmaker-0.95.2 [wip], worker-2.19.1, xev-1.2.0.
2012-02-22Update "integration" section perwiz1-5/+5
http://mail-index.netbsd.org/tech-pkg/2012/01/03/msg008325.html Frm Julian Fagir in PR 46070.
2012-02-22Don't try to install two figures which don't exist, they will be createdsbd3-8/+26
as symlinks which point to themselves.
2012-02-21use vala-0.14 for build because it doesn't want to build with 0.12drochner1-3/+2
anymore, probably due to seemingly innocuous changes to gobject-introspection, from Patrick Welche per PM cvs: ----------------------------------------------------------------------
2012-02-21Don't try to build if using linux-pam.sbd1-1/+4
2012-02-21Add "PKG_GROUPS=nobody" as its default group for bitlbee.sbd1-1/+2
(Some systems have a 'nogroup' instead of a 'nobody' group.)
2012-02-21Mark as PYTHON_VERSIONS_INCOMPATIBLE with the pkgsrc default python versionsbd1-1/+5
as the python bindings for the defalut version are built into the omniORB package.
2012-02-21Add _PYTHON_VERSION_DEFAULT with the "default" python version and setsbd1-2/+3
PYTHON_VERSION_DEFAULT from that.
2012-02-21update to 4.5.0, from Helge Muehlmeier per pkgsrc-wipdrochner3-82/+139
changes: -UI improvements -bugfixes
2012-02-21Merge changes from src/external/bsd/pkg_install.wiz4-82/+82
2012-02-21Updated pkgtools/pkg_install to 20120221wiz1-1/+2
2012-02-21Bump version for pkg_add bug fix.wiz1-2/+2
2012-02-21Fix PR 46068 using the patch by Nicolas Thauvin:wiz1-3/+3
pkg_add fails to install a package when subdiretories are missing in the path to package directory in /var/db/pkg.
2012-02-21mantion updatesdrochner2-4/+6
2012-02-21update to 5.0.4drochner3-13/+12
changes: -bugfixes -New CPUs recognised
2012-02-21update to 1.3.3drochner3-23/+7
integrates the fix for CVE-2012-0444
2012-02-21-pull in xz/bl3 to avoid hidden dependencydrochner4-10/+12
-update to 4.0.1 -- this only adds symbol versioning support to ease transition from 3.x to 4.x; this is not used in pkgsrc so the update is purely cosmetical
2012-02-21+gst-plugins0.10-rtmpdrochner1-1/+2
2012-02-21add pkg (split out of gst-plugins0.10-bad) to build the "rtmp" moduledrochner3-0/+26
2012-02-21+vlc2drochner1-1/+2
2012-02-21add vlc-2.0.0. This may need some polishing and fixes; while it worksdrochner16-0/+1203
well mostly it is not ready to replace vlc-1.1 yet.
2012-02-21update to 20120204drochner9-20/+90
changes: -added interface for anynchronous operation -more feature additions -bugfixes, cleanup
2012-02-21Fix master site URL.shattered1-2/+2
2012-02-21Updated emulators/hatari to 1.6.1ryoon2-3/+3
2012-02-21Update to 1.6.1ryoon3-8/+10
Changelog: Version 1.6.1 (2012-01-13): --------------------------- This version is mainly a bugfix for 1.6.0, where monochrome mode gave a black screen and was not usable. Emulation: - Fixes to bootup issues in monocrome mode - Better left border removal timings - DSP external memory access cycles taken into account Other changes: - Fix to allow build with Xcode 3.1.3/OS X 10.5.8 PPC - Several fixes & updates needed to Hatari UI & hconsole for them to work correctly with Hatari v1.6.x - Test programs added for testing TOS booting with different HW configurations and for finding out values needed in Hatari keymaps - Remove a potential segfault in the debugger Fixed Demos : Vodka Demo - Kill The Beast 2 (left border removal)
2012-02-21Updated inputmethod/skk to 14.4ryoon1-1/+2
2012-02-21Update to 14.4ryoon3-7/+9
Changelog: * Simplify skk-isearch * Add some menu items * Display input mode indicator near cursor position * Get annotation from DictionaryServices on Mac OS X * Get annotation from other program * Make $ behavior changable * Remove some combination from skk-azik.el * Improve Tan-Kanji transform * Add skk-search-web.el * Other bugfixes
2012-02-21Remove net/nagios-imagepak-basesbd1-2/+1
2012-02-21Removed net/nagios-imagepak-basesbd1-1/+2
2012-02-21nagios-imagepak-base is now redundant as its entire contents is nowsbd4-194/+0
included in nagios-base.
2012-02-21Make the _PERL5_PACKLIST_MANPAGE_RE pattern match thesbd1-2/+2
_PLIST_REGEXP.man pattern.
2012-02-21Updated fonts/Xg to 1.0nb3sbd1-1/+2
2012-02-21Switch to using gzip compression.sbd4-181/+181
Bump PKGREVISION.
2012-02-21Add 'libresolv' hack for Linux.sbd1-0/+15
2012-02-21Use PLIST_SRC_DFLT for default PLIST_SRC for convenience.obache1-6/+2
2012-02-21Add 'PLIST.${OPSYS}' to PLIST_SRC if it exists.sbd1-1/+5
2012-02-21Updated textproc/wdiff to 1.1.0nb1sbd1-1/+2