summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-01-18Import mozc-server-1.6.1187.102 as inputmethod/mozc-server.ryoon3-0/+24
Mozc is a Japanese Input Method Editor (IME) designed for multi-platform such as Chromium OS, Windows, Mac and Linux. This open-source project originates from Google Japanese Input. This package is dictionary server for mozc client, such as ibuz-mozc.
2013-01-18Import mozc-tool-1.6.1187.102 as inputmethod/mozc-tool.ryoon3-0/+28
Mozc is a Japanese Input Method Editor (IME) designed for multi-platform such as Chromium OS, Windows, Mac and Linux. This open-source project originates from Google Japanese Input. This package is configuration tool for mozc.
2013-01-18Import ibus-mozc-1.6.1187.102 as inputmethod/ibus-mozc.ryoon52-0/+1561
Mozc is a Japanese Input Method Editor (IME) designed for multi-platform such as Chromium OS, Windows, Mac and Linux. This open-source project originates from Google Japanese Input.
2013-01-18Added devel/gyp version 0.1pre1559ryoon1-1/+2
2013-01-18Add gyp.ryoon1-1/+2
2013-01-18Import py27-gyp-0.1pre1559 as devel/gyp from pkgsrc-wip/gyp.ryoon7-0/+186
GYP can Generate Your Projects.
2013-01-18xentols-4.1.4drochner1-1/+2
2013-01-18update to 4.1.4drochner6-599/+8
changes: -fixes for vulnerabilities integrated (were patched in pkgsrc) -bug fixes and improvements
2013-01-18Updated www/py-flask to 0.9nb1.kleink1-1/+2
2013-01-18Add missing testsuite files to PLIST. Bump PKGREVISION.kleink2-2/+141
2013-01-18Mark as MAKE_JOBS_SAFE=no, should fix "Can't locate Glib/ParseXSDoc.pm in @INC"jperkin1-1/+4
failures.
2013-01-18Add comments on patches (from cvs log etc).mef3-5/+16
2013-01-17Added www/py-werkzeug-docs version 0.8.3.kleink1-1/+2
2013-01-17+ py-werkzeug-docskleink1-1/+2
(PR pkg/47381)
2013-01-17Import the HTML documentation portion of Werkzeug-0.8.3 askleink2-0/+45
www/py-werkzeug-docs. Based on PR pkg/47381 by Richard PALO. This package contains the HTML documentation for Werkzeug. Werkzeug is a WSGI utility library for Python. It's widely used and BSD licensed. Werkzeug started as a simple collection of various utilities for WSGI applications and has become one of the most advanced WSGI utility modules. It includes a powerful debugger, fully featured request and response objects, HTTP utilities to handle entity tags, cache control headers, HTTP dates, cookie handling, file uploads, a powerful URL routing system and a bunch of community contributed addon modules. It does Unicode and doesn't enforce a specific template engine, database adapter or anything else. It doesn't even enforce a specific way of handling requests and leaves all that up to the developer.
2013-01-17Move USE_LANGUAGES back to Makefile for the benefit of the -docs build.kleink2-4/+3
2013-01-17xenkernel-4.1.4drochner1-1/+2
2013-01-17update to 4.1.4drochner17-551/+70
changes: -fixes for many vulnerabilities (were mostly patched in pkgsrc) -bug fixes and improvements (almost 100 since Xen 4.1.3). Highlights are: -A fix for a long standing time management issue -Bug fixes for S3 (suspend to RAM) handling -Bug fixes for other low level system state handling pkgsrc note: fixes for CVE-2012-5634 (interrupt issue on IOMMU systems) and CVE-2012-6075 (oversized packets from e1000 driver) are already included
2013-01-17Refactor portions of Makefile into Makefile.common in order to bekleink2-10/+23
used by py-werkzeug-docs. No exterally visible changes to package. Based on PR pkg/47381 by Richard PALO.
2013-01-17Switch php53 to t.3.21.taca1-2/+2
2013-01-17Note update of lang/php53 package to 5.3.21.taca1-1/+2
2013-01-17Update php53 to 5.3.21.taca3-30/+14
* pkgsrc change: use locally recreated suhosin patch file. 17 Jan 2013, PHP 5.3.21 - Zend Engine: . Fixed bug #63762 (Sigsegv when Exception::$trace is changed by user). (Johannes) - cURL extension: . Fixed bug (segfault due to libcurl connection caching). (Pierrick) . Fixed bug #63795 (CURL >= 7.28.0 no longer support value 1 for CURLOPT_SSL_VERIFYHOST). (Pierrick) . Fixed bug #63352 (Can't enable hostname validation when using curl stream wrappers). (Pierrick) . Fixed bug #55438 (Curlwapper is not sending http header randomly). (phpnet@lostreality.org, Pierrick)
2013-01-17Use more static. Fix return typesjoerg2-1/+48
2013-01-17Include uvm/uvm_extern.h and sys/resource.h on NetBSD as needed.joerg4-4/+39
2013-01-17Assume that changing a temporary object is not the intention here...joerg3-1/+42
2013-01-17Fix unused attribute usage.joerg2-1/+24
2013-01-17Don't redefine local variables.joerg2-1/+20
2013-01-17Do not add default arguments at implementation time.joerg2-1/+15
2013-01-17Add missing return values.joerg2-1/+33
2013-01-17Don't add default arguments at implementation time.joerg2-1/+15
2013-01-17Fix main()joerg5-4/+65
2013-01-17Allow strict lookup of fields.joerg3-1/+39
2013-01-17Include uvm/uvm_extern.h on NetBSD.joerg2-1/+14
2013-01-17Add missing return value.joerg2-6/+8
2013-01-17Allow building with new fribidi.joerg3-2/+24
2013-01-17Regen. Not sure what happened here...joerg1-14/+14
2013-01-17Add rpath for X11 location.joerg2-5/+5
2013-01-17Fix inline usage. Always add HAVE_STDLIB to avoid various warnings.joerg3-2/+18
2013-01-17NetBSD/current needs _KMEMUSEr.joerg1-1/+3
2013-01-17Switch php54 to 5.4.11.taca1-2/+2
2013-01-17Note update of lang/php54 package to 5.4.11.taca1-1/+2
2013-01-17Update php54 to 5.4.11.taca3-11/+11
17 Jan 2013, PHP 5.4.11 - Core: . Fixed bug #63762 (Sigsegv when Exception::$trace is changed by user). (Johannes) . Fixed bug #43177 (Errors in eval()'ed code produce status code 500). (Todd Ruth, Stas). - Filter: . Fixed bug #63757 (getenv() produces memory leak with CGI SAPI). (Dmitry) . Fixed bug #54096 (FILTER_VALIDATE_INT does not accept +0 and -0). (martin at divbyzero dot net, Lars) - JSON: . Fixed bug #63737 (json_decode does not properly decode with options parameter). (Adam) - CLI server . Update list of common mime types. Added webm, ogv, ogg. (Lars, pascalc at gmail dot com) - cURL extension: . Fixed bug (segfault due to libcurl connection caching). (Pierrick) . Fixed bug #63859 (Memory leak when reusing curl-handle). (Pierrick) . Fixed bug #63795 (CURL >= 7.28.0 no longer support value 1 for CURLOPT_SSL_VERIFYHOST). (Pierrick) . Fixed bug #63352 (Can't enable hostname validation when using curl stream wrappers). (Pierrick) . Fixed bug #55438 (Curlwapper is not sending http header randomly). (phpnet@lostreality.org, Pierrick)
2013-01-17Work around a NULL dereference (bug report was submitted upstream)manu3-3/+41
2013-01-17Note update of these packages:taca1-1/+3
www/ruby-rack-protection 1.3.2 www/ruby-sinatra 1.3.3nb1
2013-01-17Make dependency in gemspec match to pkgsrc; allow to use ruby-rack-1.3.2.taca1-1/+3
Bump PKGREVISION.
2013-01-17Update ruby-rack-protection to 1.3.2.taca3-7/+9
No changes are available, Various bug fixes and improvement.
2013-01-17Regenerate distinfo for martin.jperkin1-2/+2
2013-01-17More portable patch to fix alignement problem (sizeof(void*) < siezof(time_t)martin1-21/+66
on 32bit platforms), also reported upstream.
2013-01-17Some R libraries may extensively use GNU configure, so passmishka1-1/+5
the obvious CONFIGURE_ARGS through.
2013-01-17There are altogether too many packages whose PKGNAME and PKGDIR don'tdholland3-27/+30
match. These now pbulk-scan properly.